
 @import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap);
/********************* Start color VARIABLES *********************/
 :root {
     --teal: #007680;
     --navy: #002D5B;
     --gold: #FCC200;
     --white: #FFF;
     --black: #000;
}
/* If EMPTY */
 h1:empty {
     display: none !important;
     .two_section_navigation .navigaion_list_left .navigaion_list-inner .parent_text 
}
 h2:empty {
     display: none !important;
}
 h3:empty {
     display: none !important;
}
 h4:empty {
     display: none !important;
}
 h5:empty {
     display: none !important;
}
 h6:empty {
     display: none !important;
}
 p:empty {
     display: none !important;
}
 li:empty {
     display: none !important;
}
 html {
     scroll-behavior: smooth;
}
 .section-content::-webkit-scrollbar {
     width: 2px;
}
 .section-content::-webkit-scrollbar-track {
     background-color: #D8D8D6;
     -webkit-border-radius: 2px;
     border-radius: 2px;
}
 .section-content::-webkit-scrollbar-thumb {
     -webkit-border-radius: 2px;
     border-radius: 2px;
     background: #D8D8D6;
}
/********************* End color VARIABLES *********************/
 ul.page_link {
     width: 100%;
     padding: 0;
     margin: 0;
     text-align: center;
     border-bottom: 1px solid var(--teal);
     position: relative;
     z-index: 99;
}
 ul.page_link li {
     display: inline-block;
}
 ul.page_link li a {
     font-size: 15px;
     color: var(--white);
     padding: 10px 20px;
     display: inline-block;
}
 ul.page_link li a:hover {
     color: var(--teal);
}
 ul.page_link li a:focus {
     color: var(--teal);
}
/********************* Start back to top *********************/
 .back-to-top {
     position: fixed;
     bottom: 25px;
     z-index: 90;
     border: 0;
     border-radius: 0;
     color: var(--white);
     font-size: 14px;
     line-height: 15px;
     right: 20px;
     background: var(--teal);
     text-transform: uppercase;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     border: 1px solid var(--navy);
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .back-to-top svg {
     transform: rotate(-90deg);
     margin-bottom: 10px;
     margin-top: 5px;
}
 @media (max-width: 1600px) {
     .back-to-top {
         font-size: 12px;
         line-height: 12px;
         padding: 5px 7px;
    }
     .back-to-top svg {
         margin-bottom: 5px;
         margin-top: 2px;
         height: 15px;
    }
}
 @media (max-width: 767px) {
     .back-to-top {
         right: 20px;
    }
}
 .back-to-top a {
     font-weight: 600;
     font-family: "Lato", sans-serif;
     color: var(--black);
}
 .back-to-top a:hover {
     background: var(--gold);
     color: var(--black);
}
 .back-to-top a:hover svg path {
     fill: var(--black);
}
 .back-to-top a:focus {
     background: var(--gold);
     color: var(--black);
}
 .back-to-top a:focus svg path {
     fill: var(--black);
}
 .back-to-top img {
     display: block;
     margin-bottom: 5px;
}
 @media (max-width: 767px) {
     .back-to-top img {
         margin-bottom: 5px;
         height: 20px;
         background-size: cover;
         object-fit: cover;
         width: 100%;
         background-position: top;
         object-position: top;
    }
}
 .back-to-top:hover {
     outline: none;
     color: var(--black);
     box-shadow: none;
     background: var(--gold);
}
 .back-to-top:hover svg path {
     fill: var(--black);
}
 .back-to-top:focus {
     outline: none;
     color: var(--black);
     background: var(--gold);
     -moz-box-shadow: 0px 0px 0px 2px var(--white);
     -webkit-box-shadow: 0px 0px 0px 2px var(--white);
     box-shadow: 0px 0px 0px 2px var(--white);
}
 .back-to-top:focus svg path {
     fill: var(--black);
}
 @media (max-width: 1180px) {
     .back-to-top {
         right: 10px;
    }
}
 @media (max-width: 767px) {
     .back-to-top {
         padding: 5px 10px !important;
         bottom: 20px;
         right: 30px;
    }
}
/********************* End back to top *********************/
/********************* Start common css *********************/
 a:focus {
     outline: none !important;
}
 button:focus {
     outline: none !important;
}
 .opacity_0 {
     opacity: 0;
}
 .black-b {
     background-color: var(--black);
}
 .grey-b {
     background-color: #313535;
}
 .light-grey-b {
     background-color: #D8D8D6;
}
 .off-white-b {
     background-color: #F3F3F0;
}
 .blue-b {
     background-color: var(--navy);
}
 .red_b {
     background-color: #C9050D;
}
 .yellow-b {
     background-color: var(--gold);
}
 .teal-b {
     background-color: var(--teal);
}
 .white-b {
     background-color: var(--white);
}
 .grey-border-b {
     background-color: #707070;
}
 .apply_blue-b {
     background-color: #002347;
}
 .light-back {
     background-color: #F3F3F0;
}
 .heading_h1 h1, .h1 {
     font-weight: 700;
     font-size: 54px;
     line-height: 58px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}
 .heading_h2 h2, .h2 {
     font-weight: 700;
     font-size: 36px;
     line-height: 42px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}
 .heading_h3 h3, .h3 {
     font-size: 24px;
     line-height: 26px;
     font-family: 'Lora', serif;
}
 .heading_h4 h4, .h4 {
     font-size: 19px;
     line-height: 24px;
     font-family: 'Lato', sans-serif;
}
 @media only screen and (min-width: 768px) {
    /*defaults for out of order headings */
     .h1 {
         font-weight: 700 !important;
         font-size: 54px !important;
         line-height: 58px !important;
         font-family: 'Lato', sans-serif;
         text-transform: uppercase;
         background-color: transparent;
    }
     .h2 {
         font-weight: 700 !important;
         font-size: 36px !important;
         line-height: 42px !important;
         font-family: 'Lato', sans-serif;
         text-transform: uppercase;
         background-color: transparent;
    }
     .row_gold_header_top .row_gold_header .h3, .h3, .row_gold_header_top .row_gold_header span.h3 {
         font-size: 24px !important;
         line-height: 26px !important;
         background-color: transparent;
    }
     .row_gold_header_top .row_gold_header [class*=heading] [class*=h] {
         background-color: var(--white);
    }
     .h4 {
         font-size: 19px !important;
         line-height: 24px !important;
         font-family: 'Lato', sans-serif;
         background-color: transparent;
    }
}
 p {
     font-size: 18px;
     line-height: 24px;
     color: var(--black);
     font-family: 'Lato', sans-serif;
}
 .paragraph p {
     font-size: 18px;
     line-height: 24px;
     font-family: 'Lato', sans-serif;
}
 .paragraph p a, p a, .accordion_container ul li a, .accordion_container ol li a {
     color: var(--black) !important;
     text-decoration: underline !important;
}
 .paragraph p a:hover, p a:hover, .accordion_container ul li a:hover, .accordion_container ol li a:hover {
     color: var(--teal) !important;
     text-decoration: none !important;
}
 .light-back .green_link a:hover .icon path {
     fill: var(--white) !important;
}
 .light-back .green_link a:focus .icon path {
     fill: var(--white) !important;
}
 .light-back .green_link .icon path {
     fill: var(--black);
}
 .heading_h2.blue_common_para_heading h2, .blue_common_para_heading h2, .two_section_navigation .navigaion_list_right .heading_h2.blue_common_para_heading h2 {
     font-weight: 700;
     font-size: 31px;
     margin-bottom: 7px;
     color: var(--navy);
     line-height: 54px;
}
 @media (max-width: 991px) {
     .heading_h2.blue_common_para_heading h2, .blue_common_para_heading h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 20px;
    }
}
 .heading_h2.teal_common_para_heading {
     width: 100%;
}
 .heading_h2.teal_common_para_heading h2 {
     font-weight: 400;
     font-size: 36px;
     line-height: 46px;
     color: var(--teal);
     font-family: "Lato", sans-serif;
     text-transform: uppercase;
}
 @media (max-width: 1200px) {
     .heading_h2.teal_common_para_heading h2 {
         font-size: 30px;
         line-height: 32px;
         margin-bottom: 36px;
         margin-bottom: 20px;
    }
}
 .heading_h2.teal_common_para_heading h3 {
     font-weight: 400;
     font-size: 47px;
     margin-bottom: 54px;
     color: var(--teal);
     font-family: "Lato", sans-serif;
     line-height: 55px;
     text-transform: uppercase;
}
 @media (max-width: 1200px) {
     .heading_h2.teal_common_para_heading h3 {
         font-size: 30px;
         line-height: 32px;
         margin-bottom: 36px;
         margin-bottom: 20px;
    }
}
 table td {
     font-weight: 400;
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 767px) {
     table td {
         font-size: 19px;
         line-height: 24px;
         white-space: nowrap;
    }
}
 .table-striped tbody tr:nth-of-type(odd) {
     background-color: #F3F3F0;
}
 .table-bordered {
     border: 1px solid #D8D8D6 !important;
}
 .table-bordered td {
     padding: .75rem 27px;
}
 @media (max-width: 1200px) {
     .table-bordered td {
         padding: 15px;
    }
}
 .table-bordered th {
     font-weight: bold;
     font-size: 19px;
     line-height: 26px;
     text-transform: uppercase;
     padding: .75rem 27px;
     border: 1px solid #D8D8D6;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1200px) {
     .table-bordered th {
         padding: 15px;
    }
}
 img {
     max-width: 100%;
}
 a {
     text-decoration: none !important;
}
 .hidden {
     display: none !important;
}
 .heading_h2 {
     overflow: hidden;
     display: inline-block;
}
 .heading_h2 h2, .heading_h2 span {
     font-weight: 400;
     margin-bottom: 22px;
     display: inline-block;
}
 .heading_h2 .yellow_border, .yellow_border {
     width: 100%;
     height: 5px;
     background: var(--gold);
}
 .Panoramic_image_callout .yellow_border {
     width: 100%;
     height: 5px;
     background: var(--gold);
}
/*Start animation element sliding left css*/
 .animation-element {
     opacity: 0;
     position: relative;
}
 .animation-element.slide-left {
     opacity: 0;
     -moz-transition: all 30ms linear;
     -webkit-transition: all 300ms linear;
     -o-transition: all 300ms linear;
     transition: all 300ms linear;
     -moz-transform: translate3d(-500px, 0px, 0px);
     -webkit-transform: translate3d(-500px, 0px, 0px);
     -o-transform: translate(-500px, 0px);
     -ms-transform: translate(-500px, 0px);
     transform: translate3d(-500px, 0px, 0px);
}
 @media (max-width: 767px) {
     .animation-element.slide-left {
         -moz-transition: all 100ms linear;
         -webkit-transition: all 100ms linear;
         -o-transition: all 100ms linear;
         transition: all 100ms linear;
    }
}
 .animation-element.in-view {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.testimonial {
     float: left;
     width: 0;
     margin: 0;
}
 .animation-element.testimonial:nth-of-type(odd) {
     width: 100%;
}
 .animation-element.testimonial:nth-of-type(even) {
     width: 100%;
}
/*end animation element sliding left css*/
 .skippy {
     display: block;
     padding: 0.5em;
     text-align: center;
     background-color: var(--navy);
     color: var(--white);
     border: 2px solid var(--gold);
     outline: 0;
     z-index: 99999;
     font-family: "Lato", sans-serif;
     font-weight: 900;
     transform: translatex(-100%);
     width: 200px;
     transition: transform 0.3s;
}
 .skippy .skippy-text {
     padding: .5em;
}
 .skippy:hover {
     color: var(--white);
     background: var(--gold);
}
 .skippy.sr-only-focusable {
     position: fixed;
     top: 25%;
     left: 0;
}
 .skippy:focus {
     transform: translatex(0%);
}
 .slick-list .item .heading_h2 {
     overflow: hidden;
}
 .slick-list .item .heading_h2 h2 {
     font-weight: 400;
     margin-bottom: 20px;
}
 .slick-list .item .heading_h2 .yellow_border, .slick-list .yellow_border {
     width: 100%;
     height: 5px;
     background: var(--gold);
}
 .slick-list .item p {
     padding: 33px 0;
}
 .slick-list .item p {
     font-size: 18px;
     line-height: 24px;
     font-family: 'Lora', serif;
}
 .gap_3 {
     padding-bottom: 30px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_3 {
         padding-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .gap_3 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .gap_3 {
         padding-bottom: 0;
    }
}
 .gap_14 {
     padding-bottom: 14px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_14 {
         padding-bottom: 0;
    }
}
 .gap_20 {
     padding-bottom: 20px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_20 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 767px) {
     .gap_20 {
         padding-bottom: 0;
    }
}
 .gap_42 {
     padding-bottom: 42px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_42 {
         padding-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .gap_42 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .gap_42 {
         padding-bottom: 0;
    }
}
 .gap_46 {
     padding-bottom: 46px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_46 {
         padding-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .gap_46 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .gap_46 {
         padding-bottom: 0;
    }
}
 .gap_22 {
     padding-bottom: 22px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_22 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .gap_22 {
         padding-bottom: 0;
    }
}
 .gap_58 {
     padding-bottom: 58px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_58 {
         padding-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .gap_58 {
         padding-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .gap_58 {
         padding-bottom: 0;
    }
}
 .gap_61 {
     padding-bottom: 61px;
}
 @media (max-width: 1600px) {
     .gap_61 {
         padding-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .gap_61 {
         padding-bottom: 0;
    }
}
 .gap_66 {
     padding-bottom: 66px;
}
 @media (max-width: 1600px) {
     .gap_66 {
         padding-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .gap_66 {
         padding-bottom: 0;
    }
}
 .gap_72 {
     padding-bottom: 72px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_72 {
         padding-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .gap_72 {
         padding-bottom: 20px;
    }
}
 .gap_74 {
     padding-bottom: 74px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_74 {
         padding-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .gap_74 {
         padding-bottom: 0;
    }
}
 .gap_76 {
     padding-bottom: 76px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_76 {
         padding-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .gap_76 {
         padding-bottom: 20px;
    }
}
 .gap_4 {
     padding-bottom: 55px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_4 {
         padding-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .gap_4 {
         padding-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .gap_4 {
         padding-bottom: 0;
    }
}
 .gap_5 {
     padding-bottom: 81px;
     background: var(--white);
}
 @media (max-width: 1200px) {
     .gap_5 {
         padding-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .gap_5 {
         padding-bottom: 30px;
    }
}
 .gap_6 {
     padding-bottom: 94px;
     background: var(--white);
}
 @media (max-width: 767px) {
     .gap_6 {
         padding-bottom: 50px;
    }
}
 .green_link a, a.button {
     color: var(--teal);
     font-weight: 900;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.085em;
     text-decoration: none;
     font-family: "Lato", sans-serif;
}
 .green_link a a svg path {
     fill: var(--black) !important;
}
 .green_link a a:hover svg rect {
     fill: var(--navy);
}
 .green_link a a:hover svg path {
     fill: var(--white);
}
 .green_link a a:focus svg rect {
     fill: var(--navy);
}
 .green_link a a:focus svg path {
     fill: var(--white);
}
 .green_link a .text {
     margin-right: 20px;
}
 @media (max-width: 767px) {
     .green_link a .text {
         margin-right: 10px;
    }
}
 @media (max-width: 480px) {
     .green_link a .text {
         margin-right: 3px;
    }
}
 .green_link a .icon {
     top: -3px;
     position: relative;
}
 .green_link a:hover {
     color: var(--navy);
}
 .green_link a:hover svg rect {
     fill: var(--navy);
}
 .green_link a:focus {
     color: var(--navy);
}
 .green_link a:focus svg rect {
     fill: var(--navy);
}
 .blue-b .white_link a:hover {
     color: var(--gold);
}
 .blue-b .white_link a:hover .icon rect {
     fill: var(--gold) !important;
}
 .blue-b .white_link a:hover .icon path {
     fill: var(--black) !important;
}
 .blue-b .white_link a:focus {
     color: var(--gold);
}
 .blue-b .white_link a:focus .icon rect {
     fill: var(--gold) !important;
}
 .blue-b .white_link a:focus .icon path {
     fill: var(--black) !important;
}
 .white_link a {
     color: var(--white);
     font-weight: 900;
     text-transform: uppercase;
     letter-spacing: 0.085em;
     text-decoration: none;
     font-family: 'Lato', sans-serif;
}
 .white_link a .text {
     margin-right: 20px;
}
 @media (max-width: 767px) {
     .white_link a .text {
         margin-right: 10px;
    }
}
 .white_link a .icon {
     top: -3px;
     position: relative;
}
 .white_link a .icon path {
     fill: var(--black);
}
 .white_link a:hover {
     color: var(--black);
}
 .white_link a:hover .icon rect {
     fill: var(--black);
}
 .white_link a:hover .icon path {
     fill: var(--black);
}
 .white_link a:focus {
     color: var(--black);
}
 .white_link a:focus .icon rect {
     fill: var(--black);
}
 .white_link a:focus .icon path {
     fill: var(--white);
}
 .green_header_text h2 {
     font-weight: 400;
     font-size: 36px;
     line-height: 46px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
     color: var(--teal);
     margin-bottom: 42px;
}
 @media (max-width: 1366px) {
     .green_header_text h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .green_header_text h2 {
         font-size: 30px;
         line-height: 32px;
    }
}
 @media (max-width: 581px) {
     .green_header_text h2 {
         text-align: left !important;
    }
}
 .green_header_text h3 {
     font-weight: 400;
     font-size: 47px;
     line-height: 55px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
     color: var(--teal);
     margin-bottom: 42px;
}
 @media (max-width: 1366px) {
     .green_header_text h3 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .green_header_text h3 {
         font-size: 30px;
         line-height: 32px;
    }
}
 @media (max-width: 581px) {
     .green_header_text h3 {
         text-align: left !important;
    }
}
 @media (max-width: 581px) {
     .green_header_text {
         text-align: left !important;
    }
}
 .factoid_area.vertical, .factoid_area.horizontal {
     background: var(--teal);
     padding: 15px 33px 12px 44px;
     color: var(--white);
}
 .factoid_area ul {
     padding-left: 0;
}
 .factoid_area ul li {
     display: inline-block;
     width: 100%;
}
/* Change autocomplete styles in WebKit */
 .searchbar-bar input:-webkit-autofill, .searchbar-bar input:-webkit-autofill:hover, .searchbar-bar input:-webkit-autofill:focus, .searchbar-bar input:-webkit-autofill:active {
     -webkit-text-fill-color: white !important;
     color: var(--white) !important;
     background-color: transparent !important;
     caret-color: var(--white);
     transition: background-color 5000s ease-in-out 0s;
}
 @media (min-width: 769px) {
     .container {
         max-width: 615px;
    }
}
 @media (min-width: 995px) {
     .container {
         max-width: 800px;
    }
}
 @media (min-width: 1201px) {
     .container {
         max-width: 960px;
    }
}
 @media (min-width: 1300px) {
     .container {
         max-width: 1040px;
    }
}
 @media (min-width: 1350px) {
     .container {
         max-width: 1080px;
    }
}
 @media (min-width: 1400px) {
     .container {
         max-width: 1120px;
    }
}
 @media (min-width: 1450px) {
     .container {
         max-width: 1160px;
    }
}
 @media (min-width: 1500px) {
     .container {
         max-width: 1200px;
    }
}
 @media (min-width: 1550px) {
     .container {
         max-width: 1240px;
    }
}
 @media (min-width: 1551px) {
     .container {
         max-width: 80% !important;
    }
}
/********************* End common css *********************/
/********************* start header navbar css code *********************/
 .nav-cover_main {
     background: var(--navy);
     z-index: 9999 !important;
}
 .nav-cover_main .nav-cover {
     position: relative;
     margin-bottom: 119px;
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav-cover {
         margin-bottom: 70px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover {
         min-height: 75px;
    }
}
 .nav-cover_main .nav-cover.activea .transparent_gredient_img {
     display: block !important;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     z-index: 2;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover.activea .transparent_gredient_img {
         background: var(--teal);
         background: linear-gradient(0deg, var(--teal) 0%, var(--navy) 100%);
         min-height: 75px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover.activea .transparent_gredient_img img {
         min-height: 112px;
    }
}
 .nav-cover_main .nav-cover.solid_gredient {
     background: var(--teal);
     background: linear-gradient(0deg, var(--teal) 0%, var(--navy) 100%);
}
 .nav-cover_main .nav-cover.solid_gredient .transparent_gredient_img {
     display: none;
}
 .nav-cover_main .nav-cover.transparent_gredient {
     left: 0;
     position: absolute;
     right: 0;
     left: 0;
     right: 0;
}
 .nav-cover_main .nav-cover.transparent_gredient .transparent_gredient_img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     z-index: 2;
}
 .nav-cover_main .nav-cover.transparent_gredient .transparent_gredient_img img {
     width: 100%;
}
 .nav-cover_main .nav-cover .nav_top {
     position: relative;
     z-index: 9;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid {
     max-width: 98%;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div {
     padding: 20px 0 27px;
     margin: 0 62px 0 50px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div:last-child {
     max-width: 314px;
     margin-right: -16px;
     margin-left: 62px;
}
 @media (max-width: 1600px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div:last-child {
         margin-right: 0;
    }
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div:last-child {
         margin-left: 4%;
         max-width: 250px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div:last-child {
         max-width: 100%;
         position: absolute;
         top: -40px;
         background: var(--navy);
         left: 0;
         z-index: 9;
         right: 0;
         margin-left: 0;
         padding: 15px 25px;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar {
     position: relative;
     min-width: 100px;
     width: 0%;
     float: left;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s;
     border-bottom: 3px solid transparent;
     margin-top: -2px;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar {
         width: 100%;
         border-bottom: 3px solid var(--gold);
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-icon {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     cursor: pointer;
     background: transparent;
     font-size: 21px;
     line-height: 24px;
     font-weight: bold;
     color: var(--white);
     font-family: 'Lato', sans-serif;
     height: 40px;
     display: flex !important;
     align-items: center;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar label {
         width: 100%;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar .searchbar-input {
     top: 0;
     right: 0;
     border: 0;
     outline: 0;
     background: transparent;
     width: 100%;
     margin: 0;
     padding: 0px 55px 0px 0;
     font-size: 20px;
     line-height: 24px;
     font-weight: bold;
     color: var(--white);
     font-family: 'Lato', sans-serif;
     height: 40px;
     min-width: 314px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar .searchbar-input:focus {
     font-size: 20px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar .btn {
     position: absolute;
     right: 0;
     border: 0;
     border-radius: 0;
     padding: 0;
     background: transparent !important;
     height: 40px;
     bottom: 5px;
     opacity: 0;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar .btn {
         opacity: 1;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar .searchbar-bar .btn:focus {
     border: 3px solid var(--black);
     outline: 1px solid var(--white);
     border-radius: 5px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar.searchbar-open {
     width: 100%;
     border-bottom: 3px solid var(--gold);
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar.searchbar-open .btn {
     opacity: 1;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar.searchbar-open .searchbar-icon {
     display: none !important;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar.searchbar-open .searchbar-input {
     padding-left: 0;
     font-size: 20px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: var(--white);
     opacity: 1;
    /* Firefox */
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: var(--white);
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar ::-ms-input-placeholder {
    /* Microsoft Edge */
     color: var(--white);
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div {
         white-space: nowrap;
         margin: 0 20px;
    }
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid div {
         padding: 20px 0 0px 0;
         margin: 0 4%;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand {
     position: absolute;
     top: 0;
     z-index: 9;
     margin-left: -18px;
}
 @media (max-width: 1600px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand {
         margin-left: 0;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand {
         left: 25px;
    }
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand svg {
         max-height: 150px;
    }
}
 @media (max-width: 1300px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand img {
         max-width: 85%;
    }
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand img {
         max-width: 60%;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand img {
         max-width: 50%;
    }
}
 @media (max-width: 620px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand img {
         max-width: inherit;
         max-height: 104px;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .navbar-brand:focus {
     border: 1px solid var(--black);
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile {
     display: none;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile .cross_icon {
     display: none;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile {
         display: block;
         position: absolute;
         right: 70px;
         padding: 0;
         margin: 0;
         top: 25px;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile.cross .search_icon {
     display: none;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile.cross .cross_icon {
     display: block;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile.cross .cross_icon svg {
     width: 25px;
     height: 25px;
}
 .nav-cover_main .nav-cover .nav_top .container-fluid .search_icon_mobile.cross .cross_icon svg line {
     stroke-width: 5;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .container-fluid {
         display: flex;
         width: 100%;
         justify-content: flex-end;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top {
         padding-right: 25px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .top_list.active div {
         top: 0;
         min-height: 80px;
    }
}
 @media (max-width: 620px) {
     .nav-cover_main .nav-cover .nav_top .top_list.active div {
         top: -10px;
         min-height: 80px;
    }
}
 .nav-cover_main .nav-cover .navbar {
     padding-top: 0;
     padding-bottom: 0;
     position: relative;
}
 .nav-cover_main .nav-cover .navbar .navbar-brand {
     position: absolute;
     top: 0;
}
 .nav-cover_main .nav-cover .navbar .navbar-toggler {
     position: absolute;
     top: 0;
     right: 0;
}
 .nav-cover_main .nav-cover .navbar .navbar-nav {
     float: right;
     position: relative;
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item {
     position: static;
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .nav-link {
     transition: 0.3s;
     padding: 15px 7px;
     margin-bottom: 31px;
     z-index: 9;
     margin-left: 27px;
     margin-right: 27px;
     position: relative;
     border-bottom: 3px solid transparent;
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .nav-link:hover {
     transition: 0.3s;
     color: var(--teal);
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .nav-link:focus {
     transition: 0.3s;
     color: var(--white);
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .nav-link.active {
     border-bottom: 3px solid var(--gold);
}
 @media (min-width: 1026px) {
     .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .nav-link::after {
         display: none;
    }
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item .megamenu {
     position: absolute;
     width: auto;
     left: inherit;
     right: 0;
     padding: 0;
     background: white;
     top: 0;
     z-index: 8;
     padding-top: 99px;
     border: 1px solid #707070;
     border-radius: 0;
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .nav-item:last-child .nav-link {
     margin-right: 0;
     padding-right: 0;
}
 .nav-cover_main .nav-cover .navbar .nav-link {
     font-size: 23px;
     line-height: 28px;
     font-weight: bold;
     color: var(--white);
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     letter-spacing: 0.1em;
}
 .nav-cover_main .nav-cover .nav_top .top_list {
     width: 100%;
     max-width: 100% !important;
     padding: 0 !important;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav-cover .nav_top .top_list {
         padding-right: 70px !important;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .top_list {
         padding-right: 40px !important;
    }
}
 .nav-cover_main .nav-cover .nav_top .top_list.active {
     top: 115px !important;
}
 .nav-cover_main .nav-cover .nav_top .top_list .top_a a {
     font-size: 21px;
     line-height: 25px;
     font-weight: bold;
     color: var(--white);
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
     padding: 15px 10px;
}
 .nav-cover_main .nav-cover .nav_top .top_list .top_a a:hover {
     border-bottom: 3px solid var(--gold);
}
 .nav-cover_main .nav-cover .nav_top .top_list .top_a a:focus {
     border-bottom: 3px solid var(--gold);
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover .nav_top .top_list .top_a a {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav-cover {
         margin-bottom: 70px;
    }
}
 .nav-cover_main .nav-cover .navbar .result_hover .nav-item .nav-link {
     color: var(--teal);
}
 .nav-cover_main .nav-cover .navbar .result_hover .nav-item .nav-link:focus {
     transition: 0.3s;
     color: var(--teal);
}
 .nav-cover_main .nav-cover .navbar .result_hover .nav-item .nav-link:hover {
     transition: 0.3s;
     color: var(--teal);
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .box-hover .nav-link {
     border-bottom: 3px solid var(--gold);
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .box-hover .nav-link:focus {
     color: var(--teal);
}
 .nav-cover_main .nav-cover .navbar .navbar-nav .box-hover .nav-link:hover {
     color: var(--teal);
}
 .nav-cover_main .nav_bottom {
     display: inline-block;
     width: 100%;
     margin-bottom: 14px;
     position: relative;
     z-index: 101;
}
 .nav-cover_main .nav_bottom .mega-menu {
     display: block;
     float: right;
     min-width: 77.4%;
     position: relative;
     z-index: 1;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu {
         min-width: 100%;
    }
}
 .nav-cover_main .nav_bottom .mega-menu .mobile-nav-icon {
     display: none;
}
 .nav-cover_main .nav_bottom .mega-menu.sticky-header {
     position: fixed;
     top: 0;
}
 .nav-cover_main .nav_bottom .mega-menu a {
     text-decoration: none;
     color: var(--black);
}
 .nav-cover_main .nav_bottom .mega-menu .main-links {
     z-index: 9;
     position: relative;
     display: block;
     float: left;
     width: 100%;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links.disable-highlighter ul li a:hover {
     border-color: transparent;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links.text-highlighter ul li a:hover {
     color: red;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul {
     display: flex;
     margin: 0;
     float: left;
     position: relative;
     width: 100%;
     justify-content: space-between;
     padding-left: 30px;
     padding-right: 60px;
}
 @media (max-width: 1600px) {
     .nav-cover_main .nav_bottom .mega-menu .main-links ul {
         padding-right: 6px;
    }
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul.follow-highlighter-enabled a:hover {
     border-color: transparent;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul.follow-highlighter-enabled .follow-highlighter {
     position: absolute;
     width: 0%;
     bottom: 0px;
     transition: all ease .3s;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul.follow-highlighter-enabled .follow-highlighter.right {
     animation-duration: .3s;
     animation-fill-mode: both;
     animation-timing-function: ease-in;
     animation-direction: alternate;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li {
     width: auto;
     float: left;
     display: inline-block;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a {
     float: left;
     transition: 0.3s;
     padding: 15px 7px;
     z-index: 9;
     position: relative;
     border-bottom: 3px solid transparent !important;
     letter-spacing: 0.15em;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a:hover {
     border-bottom: 3px solid var(--gold) !important;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a.highlight {
     border-bottom: 3px solid var(--gold) !important;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a .caret.caret-down {
     border: solid var(--white);
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 2px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     margin-left: 8px;
     margin-bottom: 2px;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a .caret.caret-up {
     border: solid var(--white);
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 2px;
     transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
     margin-left: 8px;
     margin-top: 2px;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li a .caret.caret-img {
     display: inline-block;
     background-size: cover;
     position: absolute;
     width: 15px;
     height: 15px;
     margin-top: 3px;
     right: -20px;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li:first-of-type a {
     padding-left: 0;
     margin-left: 0;
}
 .nav-cover_main .nav_bottom .mega-menu .main-links ul li:last-child a {
     padding-right: 0;
}
 @media (min-width: 768px) {
     .nav-cover_main .nav_bottom .mega-menu .main-links .follow-highlighter {
         display: none;
    }
     .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
         padding-right: 160px;
    }
}
 .nav-cover_main .nav_bottom .mega-menu .menu-dropdown {
     display: none;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown {
     display: block;
     float: right;
     width: 100%;
     position: absolute;
     z-index: 1;
     background: var(--white);
     top: 61px;
     right: 0;
     padding-top: 0;
     box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown {
         top: 68px;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper {
     display: none;
     padding: 40px 0 53px 0;
     margin: 0;
     float: right;
     width: auto;
     flex-wrap: wrap;
     flex-direction: row;
     background: var(--white);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper.active {
     display: flex;
     width: 100%;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li {
     margin-right: 30px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper {
     float: left;
     display: inline-block;
     margin-left: 0;
     margin-right: 0;
     width: 26%;
     border-left: 3px solid var(--gold);
     padding-left: 30px;
     padding-right: 50px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li {
     padding: 36px 0 26px 0;
     margin-right: 0;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li a {
     text-transform: uppercase;
     font-size: 30px;
     font-weight: bold;
     line-height: 33px;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li a {
         margin: 0;
         font-size: 22px;
         line-height: 24px;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li a:hover {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li a:focus {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .link-bold li {
         padding: 10px 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .heading_h5 h5 {
     color: var(--teal);
     text-transform: uppercase;
     font-size: 20px;
     font-weight: bold;
     line-height: 43px;
     font-family: 'Lato', sans-serif;
     margin-bottom: 15px;
     margin-top: -3px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .heading_h4 h4 {
     font-size: 26px;
     color: var(--navy);
     line-height: 33px;
     font-family: 'Lato', sans-serif;
     font-weight: bold;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .paragraph p {
     font-size: 23px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     margin: 15px 0 28px 0;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .green_link a {
     color: var(--teal);
     display: flex;
     align-items: center;
     line-height: 34px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .green_link a:hover {
     border-bottom: 3px solid transparent;
     color: var(--gold);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .green_link a:focus {
     border-bottom: 3px solid transparent;
     color: var(--gold);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper:nth-child(4n+0) {
     padding-left: 76px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper:first-of-type {
     padding-left: 15px;
     border-left: 0;
     padding-right: 15px;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper:first-of-type {
         padding-right: 0;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper:first-of-type {
         padding-left: 25px;
         padding-right: 25px !important;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper:nth-child(3n+0) {
     margin-right: 0;
     width: 38% !important;
     padding-left: 76px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .item-category {
     font-weight: 400;
     color: black;
     position: relative;
     margin-bottom: 15px;
     display: block;
     padding: 0px 15px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .item-category:before {
     content: "";
     position: absolute;
     width: 3px;
     height: 80%;
     background-color: red;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper ul {
     display: inline-block;
     float: left;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper {
     width: 100%;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner {
     border-right: 3px solid var(--gold);
     padding-bottom: 12px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
     width: 26.3%;
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
         width: 33.33%;
         padding-left: 15px;
         padding-right: 30px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
     width: 39%;
     padding-left: 76px;
     padding-right: 55px;
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
         width: 33.33%;
         padding-left: 30px;
         padding-right: 30px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
     width: 34%;
     border-right: 0;
     padding-left: 76px;
     padding-right: 50px;
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
         width: 33.33%;
         padding-left: 30px;
         padding-right: 30px;
         display: flex;
         justify-content: center;
    }
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+3) ul li:first-of-type {
         padding-top: 0;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
         padding-top: 25px;
    }
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper .category-wrapper .category-wrapper_inner:last-child {
         border-bottom: 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li {
     color: #777777;
     display: block;
     height: auto;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li:last-child {
     margin-bottom: 0px;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li a {
     color: var(--navy);
     padding: 0px;
     display: block;
     height: auto;
     border-bottom: none;
     font-size: 22px;
     line-height: 38px;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li a:last-child {
     padding-bottom: 0;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li a:hover {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li a:focus {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper li ul {
     padding: 0;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper.dropdown {
     background-color: white;
     float: left;
     width: auto;
     padding: 25px;
     position: absolute;
     box-shadow: 0px 1px 4px #dadada;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper.dropdown.active {
     display: block;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper.dropdown li {
     margin-right: 0;
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper.dropdown li:last-child {
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .menu-item-wrapper {
         padding: 40px 0 0 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .back-link {
     display: none;
     margin-bottom: 10px;
     color: var(--teal);
     font-size: 23px;
     line-height: 28px;
     font-weight: bold;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     letter-spacing: 0.1em;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown .back-link {
         display: block;
         padding: 0 30px;
    }
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .menu-dropdown {
         z-index: 9;
         padding-top: 0;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .main-links {
     background: var(--white);
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu.activea .main-links {
         background: transparent;
    }
}
 .nav-cover_main .nav_bottom .mega-menu.activea .main-links ul li a {
     color: var(--teal) !important;
}
 .nav-cover_main .nav_bottom .caret {
     display: none !important;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .caret {
         display: inline-block !important;
    }
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .follow-highlighter {
         display: none;
    }
     .nav-cover_main .nav_bottom .mega-menu.sticky-header {
         position: relative;
    }
     .nav-cover_main .nav_bottom .mega-menu.sticky-header.responsive-menu .main-links {
         margin-top: 71px;
    }
     .nav-cover_main .nav_bottom .mega-menu.sticky-header.responsive-menu .menu-dropdown {
         position: fixed;
         top: 71px;
         z-index: 99;
         background: white;
    }
     .nav-cover_main .nav_bottom .mega-menu.sticky-header.responsive-menu .menu-dropdown .menu-item-wrapper .back-link {
         display: block;
    }
     .nav-cover_main .nav_bottom .mega-menu.sticky-header .mobile-nav-icon {
         position: fixed;
         top: 0;
         width: 100%;
         z-index: 99;
    }
     .nav-cover_main .nav_bottom .mega-menu .mobile-nav-icon {
         position: relative;
         z-index: 91;
         display: block;
         border: none;
         padding: 5px 17px;
         right: 0;
         float: right;
    }
     .nav-cover_main .nav_bottom .mega-menu .mobile-nav-icon a {
         border: none;
    }
     .nav-cover_main .nav_bottom .mega-menu .mobile-nav-icon a .fa {
         color: var(--white);
         font-size: 40px;
    }
}
 @media (max-width: 1025px) and (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu .mobile-nav-icon {
         padding: 17px 25px;
    }
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu .main-links {
         display: none;
         padding: 25px 40px;
    }
     .nav-cover_main .nav_bottom .mega-menu .main-links.active {
         display: block;
    }
     .nav-cover_main .nav_bottom .mega-menu .main-links ul {
         flex-wrap: wrap;
         padding: 0;
         width: 100%;
    }
     .nav-cover_main .nav_bottom .mega-menu .main-links ul li {
         width: 100%;
         margin-right: 0;
    }
     .nav-cover_main .nav_bottom .mega-menu .main-links ul li a {
         padding: 10px 0px;
    }
     .nav-cover_main .nav_bottom .mega-menu .main-links ul li a.highlight {
         border: none;
    }
}
 @media (max-width: 1025px) and (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu .main-links ul {
         border-top: 1px solid var(--white);
         padding: 10px 0;
    }
}
 @media (max-width: 1025px) and (max-width: 767px) {
     .nav-cover_main .nav_bottom .mega-menu .main-links {
         padding: 0 25px;
    }
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu .menu-dropdown .menu-item-wrapper {
         max-height: 100vh;
         overflow: scroll;
    }
     .nav-cover_main .nav_bottom .mega-menu .menu-dropdown .menu-item-wrapper.active {
         display: block;
    }
}
 @media (max-width: 1025px) and (max-width: 1025px) {
     .nav-cover_main .nav_bottom .mega-menu .menu-dropdown .menu-item-wrapper {
         max-height: 100%;
    }
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav_bottom {
         margin-bottom: 0;
    }
}
 @keyframes fromLeft {
     0% {
         width: 0;
         left: 0;
    }
     100% {
         width: 100%;
         left: 0;
    }
}
 @keyframes fromRight {
     0% {
         width: 0;
         right: 0;
    }
     100% {
         width: 100%;
         right: 0;
    }
}
 .nav-cover_main .nav_bottom .main-links li a {
     font-size: 23px;
     line-height: 28px;
     font-weight: bold;
     color: var(--white);
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     letter-spacing: 0.1em;
}
 @media (max-width: 1600px) {
     .nav-cover_main .nav_bottom .main-links li a {
         font-size: 19px;
    }
}
 @media (max-width: 1200px) {
     .nav-cover_main .nav_bottom .main-links li a {
         font-size: 18px;
    }
}
 .nav-cover_main .nav_bottom .top_a {
     display: inline-block;
     width: 100%;
     border-top: 1px solid var(--white);
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .top_a {
         border-top: 1px solid transparent;
         border-bottom: 2px solid var(--teal);
    }
}
 .nav-cover_main .nav_bottom .top_a a {
     line-height: 28px;
     font-weight: bold;
     color: var(--white);
     display: inline-block;
     font-family: 'Lato', sans-serif;
     letter-spacing: 0.1em;
     padding: 10px 0px;
     font-size: 18px;
}
 @media (max-width: 1025px) {
     .nav-cover_main .nav_bottom .top_a a {
         padding: 15px 30px;
         width: 100%;
    }
}
/********************* End header navbar css code *********************/
/********************* start header navbar css code *********************/
 .main-links {
     display: flex;
}
 .menu-item-wrapper {
     position: absolute;
     left: 0;
     right: 0;
     display: none;
}
/********************* End header navbar css code *********************/
/********************* start black headline common for all pages css *********************/
 .black-headline {
     padding-bottom: 2px;
     background: var(--white);
}
 .black-headline h1 {
     font-weight: 900;
     font-size: 64px;
     line-height: 68px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
     color: #313535;
}
 .black-headline.microsite h1 {
     text-transform: none;
}
 @media (max-width: 1200px) {
     .black-headline h1 {
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 767px) {
     .black-headline h1 {
         font-size: 36px;
         line-height: 42px;
    }
}
/********************* End black headline common for all pages css *********************/
/********************* start breadcrumb css *********************/
 .breadcrumb-cover, .hh-news.breadcrumb-cover {
     background: var(--white);
     padding-top: 31px;
}
 .breadcrumb-cover .breadcrumb, .hh-news .breadcrumb-cover .breadcrumb {
     padding: 0;
     padding-bottom: 60px;
     margin-bottom: 0;
     list-style: none;
     background-color: transparent;
     border-radius: 0;
}
 @media (max-width: 1200px) {
     .breadcrumb-cover .breadcrumb, .hh-news .breadcrumb-cover .breadcrumb {
         padding-bottom: 50px;
    }
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item {
     font-size: 16px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     color: #313535;
     padding-right: 10px;
     list-style: none;
     padding-left: 0;
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item a, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item a {
     font-size: 16px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     font-weight: 300;
     padding: 5px 0;
     color: var(--black);
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item a:hover, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item a:hover {
     border-bottom: 1px solid #313535;
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item a:focus, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item a:focus {
     border-bottom: 1px solid #313535;
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item.active, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item.active {
     color: #313535;
     font-weight: bold;
     padding-left: 0;
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item:before, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item:before {
     color: var(--gold) !important;
}
 .breadcrumb-cover .breadcrumb .breadcrumb-item:last-child:before, .hh-news .breadcrumb-cover .breadcrumb .breadcrumb-item:last-child:before {
     font-weight: 400;
}
/********************* End breadcrumb css *********************/
/********************* start two section navigation css *********************/
 .two_section_navigation {
     display: inline-block;
     width: 100%;
}
 .two_section_navigation .navigaion_list_left {
     flex: 0 0 34.5%;
     max-width: 34.5%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 30%;
         max-width: 30%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 .two_section_navigation .navigaion_list_left h2 {
     font-weight: 400;
     font-size: 36px;
     line-height: 46px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1280px) {
     .two_section_navigation .navigaion_list_left h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_left h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_left h2 {
         font-size: 30px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 10px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 100%;
         margin-bottom: 20px;
    }
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner {
     border-left: 3px solid var(--gold);
     padding-left: 37px;
}
 @media (min-width: 768px) {
     .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse:not(.show) {
         display: block;
    }
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .parent_text {
     font-size: 19px;
     line-height: 26px;
     font-weight: 900;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     position: relative;
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .parent_text:hover {
     color: var(--teal);
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .parent_text:focus {
     color: var(--teal);
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a, .two_section_navigation .navigaion_list_left .navigaion_list-inner li a {
     font-size: 22px;
     line-height: 39px;
     font-weight: 300;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     border-bottom: 1px solid transparent;
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a:hover, .two_section_navigation .navigaion_list_left .navigaion_list-inner li a:hover {
     border-bottom: 1px solid var(--gold);
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a:focus, .two_section_navigation .navigaion_list_left .navigaion_list-inner li a:focus {
     border-bottom: 1px solid var(--gold);
}
 .two_section_navigation .navigaion_list_right {
     flex: 0 0 65.5%;
     position: relative;
     max-width: 100%;
     flex-grow: 1;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 70%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 100%;
    }
}
 .two_section_navigation .navigaion_list_right.offset-4 {
     margin-left: 34.5%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right.offset-4 {
         margin-left: 30%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right.offset-4 {
         margin-left: 0;
    }
}
 .two_section_navigation .navigaion_list_right.blockquote_div {
     flex: 0 0 75%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right.blockquote_div {
         flex: 0 0 100%;
    }
}
 .two_section_navigation .navigaion_list_right .green_link {
     font-size: 22px;
     line-height: 34px;
}
 .two_section_navigation .navigaion_list_right .green_link a svg path {
     fill: var(--black);
}
 .two_section_navigation .navigaion_list_right .green_link a:hover svg path {
     fill: var(--white);
}
 .two_section_navigation .navigaion_list_right .green_link a:focus svg path {
     fill: var(--white);
}
 .two_section_navigation .navigaion_list_right h2 {
     font-weight: 300;
     font-size: 34px;
     line-height: 50px;
     color: var(--black);
     text-transform: none;
     margin-bottom: 22px;
     font-family: 'Lato', sans-serif;
}
 .two_section_navigation .navigaion_list_right h2 a {
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right h2 a:hover {
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right h2 a:focus {
     text-decoration: none !important;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right h2 {
         font-size: 30px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right h2 {
         font-size: 24px;
         line-height: 36px;
    }
}
 .two_section_navigation .navigaion_list_right h3, .navigaion_list_right h3 {
     font-weight: 600;
     font-size: 28px;
     line-height: 34px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
}
 .two_section_navigation .navigaion_list_right h3 a, .navigaion_list_right h3 a {
     color: var(--teal);
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right h3 a:hover, .navigaion_list_right h3 a:hover {
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right h3 a:focus, .navigaion_list_right h3 a:focus {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right h3, .navigaion_list_right h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .two_section_navigation .navigaion_list_right blockquote {
     font-weight: 400;
     font-size: 31px;
     line-height: 36px;
     font-family: 'Lato', sans-serif;
     padding: 38px 0 52px 0;
     color: var(--teal);
     border: 3px solid var(--gold);
     border-left: 0;
     border-right: 0;
     margin-bottom: 71px;
     margin-top: 30px;
}
 .two_section_navigation .navigaion_list_right blockquote a {
     color: var(--black);
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right blockquote a:hover {
     color: var(--teal);
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right blockquote a:focus {
     color: var(--teal);
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right blockquote {
         font-size: 24px;
         margin-bottom: 50px;
         line-height: 26px;
         padding: 30px 0 50px 0;
    }
}
 @media (max-width: 620px) {
     .two_section_navigation .navigaion_list_right blockquote {
         padding: 20px 0 30px 0;
         margin-bottom: 30px;
    }
}
 .two_section_navigation .navigaion_list_right .heading_h4 h4, .navigaion_list_right h4 {
     font-weight: 700;
     font-size: 24px;
     line-height: 30px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 14px;
}
 .two_section_navigation .navigaion_list_right .heading_h4 h4 a, .navigaion_list_right h4 a {
     color: var(--teal);
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right .heading_h4 h4 a:hover, .navigaion_list_right h4 a:hover {
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right .heading_h4 h4 a:focus, .navigaion_list_right h4 a:focus {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .heading_h4 h4, .navigaion_list_right h4 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .two_section_navigation .navigaion_list_right p, .navigaion_list_right p {
     font-size: 23px;
     line-height: 34px;
     font-weight: 400;
     font-family: 'Lora', serif;
     margin-bottom: 45px;
}
 .two_section_navigation .navigaion_list_right p a, .navigaion_list_right p a {
     text-decoration: underline;
}
 .two_section_navigation .navigaion_list_right p a:hover, .navigaion_list_right p a:hover {
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right p a:focus, .navigaion_list_right p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right p, .navigaion_list_right p {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
}
 .two_section_navigation .navigaion_list_right .heading_h3, .navigaion_list_right h3 {
     margin-bottom: 40px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .heading_h3, .navigaion_list_right h3 {
         margin-bottom: 20px;
    }
}
 .two_section_navigation .navigaion_list_right ul, .acc_body ul, .card-body ul {
     padding-left: 90px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul, .acc_body ul, .card-body ul {
         padding-left: 50px;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right ul, .acc_body ul, .card-body ul {
         padding-left: 20px;
    }
}
 .two_section_navigation .navigaion_list_right ul li, .acc_body ul li, .card-body ul li, .offer-area_section .section-content-inner ul li {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lato', serif;
     margin-bottom: 20px;
     color: var(--teal);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 .acc_body ul li, .card-body .paragraph ul li, .card-body ul li {
     color: var(--black);
}
 .two_section_navigation .navigaion_list_right ul li a, .card-body .paragraph ul li a, .acc_body ul li a, .card-body ul li a, .offer-area_section .section-content-inner ul li a {
     color: var(--black);
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right ul li a:hover, .acc_body ul li a:hover, .card-body ul li a:hover, .offer-area_section .section-content-inner ul li a:hover {
     color: var(--teal);
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right ul li a:focus, .acc_body ul li a:focus, .card-body ul li a:focus, .offer-area_section .section-content-inner ul li a:focus {
     color: var(--teal);
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right ul li span, .acc_body ul li span, .card-body ul li span, .offer-area_section .section-content-inner ul li span {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     margin-bottom: 20px;
     color: var(--black);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul li span, .acc_body ul li span, .card-body ul li span {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul li, .acc_body ul li, .card-body ul li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ul.numerals {
     list-style-type: lower-roman;
}
 .two_section_navigation .navigaion_list_right ol.letter {
     list-style-type: lower-alpha;
}
 .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol, .section-content ol {
     padding-left: 90px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol, .section-content ol {
         padding-left: 50px;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol, .section-content ol {
         padding-left: 20px;
    }
}
 .two_section_navigation .navigaion_list_right ol>li, .acc_body ol>li, .card-body ol>li, .section-content ol>li, .offer-area_section .section-content-inner ol>li {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     margin-bottom: 20px;
     width: 100%;
     color: var(--teal);
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol li, .acc_body ol li, .card-body ol li, .section-content ol li, .offer-area_section .section-content-inner ol li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ol li a, .acc_body ol li a, .card-body ol li a, .section-content ol li a, .offer-area_section .section-content-inner ol li a {
     color: var(--black);
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right ol li a:hover, .acc_body ol li a:hover, .card-body ol li a:hover, .section-content ol li a:hover, .offer-area_section .section-content-inner ol li a:hover {
     color: var(--teal);
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right ol li a:focus, .acc_body ol li a:focus, .card-body ol li a:focus, .section-content ol li a:focus, .offer-area_section .section-content-inner ol li a:focus {
     color: var(--teal);
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right ol li span, .acc_body ol li span, .card-body ol li span, .section-content ol li span, .offer-area_section .section-content-inner ol li span {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     color: var(--black);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol li span, .acc_body ol li span, .card-body ol li span, .section-content ol li span, .offer-area_section .section-content-inner ol li span {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ul.bullet li {
     position: relative;
     display: inline-block;
}
 .two_section_navigation .navigaion_list_right ul.bullet li:before {
     content: "\2022";
     color: var(--teal);
     position: relative;
     top: 0;
     left: -75px;
     border-radius: 50%;
     width: 7px;
     height: 7px;
}
 .two_section_navigation .navigaion_list_right .picture {
     display: inline-block;
     position: relative;
     padding-top: 50px;
     margin-bottom: 50px;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture {
         padding-top: 20px !important;
    }
}
 .two_section_navigation .navigaion_list_right .picture img {
     width: 100%;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption {
     width: 84%;
     float: right;
     padding: 49px 64px 13px 53px;
     margin-top: -50px;
     position: relative;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption {
         padding: 25px !important;
         padding-bottom: 5px !important;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption {
         width: 100%;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption h2 {
     font-weight: 700;
     font-size: 19px;
     line-height: 27px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption h2 {
         font-size: 19px;
         margin-bottom: 10px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p {
     font-weight: 400;
     font-size: 20px;
     line-height: 27px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p a:hover {
     text-decoration: underline !important;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p a:focus {
     text-decoration: underline !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption p {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 100%;
    }
}
 .two_section_navigation_program .navigaion_list_right .heading_h4 h4 {
     font-size: 25px !important;
}
 @media (max-width: 767px) {
     .two_section_navigation_program .navigaion_list_right .heading_h4 h4 {
         font-size: 24px !important;
    }
}
 .two_section_scholarships .navigaion_list_left {
     flex: 0 0 23.9% !important;
     max-width: 100%;
}
 @media (max-width: 991px) {
     .two_section_scholarships .navigaion_list_left {
         flex: 0 0 30% !important;
    }
}
 @media (max-width: 767px) {
     .two_section_scholarships .navigaion_list_left {
         flex: 0 0 100% !important;
    }
}
 .two_section_scholarships .navigaion_list_right {
     flex: 0 0 76.1% !important;
     margin-top: -10px;
     position: relative;
     max-width: 100%;
}
 .two_section_scholarships .navigaion_list_right .paragraph {
     max-width: 971px;
}
 .two_section_scholarships .navigaion_list_right .paragraph p {
     line-height: 34px !important;
}
 @media (max-width: 767px) {
     .two_section_scholarships .navigaion_list_right .paragraph p {
         line-height: 24px !important;
    }
}
 @media (max-width: 991px) {
     .two_section_scholarships .navigaion_list_right {
         flex: 0 0 70% !important;
    }
}
 @media (max-width: 767px) {
     .two_section_scholarships .navigaion_list_right {
         flex: 0 0 100% !important;
    }
}
 .gap_text {
     padding-top: 66px;
     margin-top: 2%;
}
 @media (max-width: 767px) {
     .gap_text {
         padding-bottom: 50px;
         padding-top: 50px;
    }
}
/********************* End two section navigation css *********************/
/********************* start image with text css code *********************/
 .image_with_text_cover {
     background: var(--white);
}
 .image_with_text_cover .picture {
     display: inline-block;
     position: relative;
     padding-top: 58px;
     margin-bottom: 58px;
     width: 100%;
}
 @media (max-width: 767px) {
     .image_with_text_cover .picture {
         padding-top: 50px;
         margin-bottom: 50px;
    }
}
 @media (max-width: 620px) {
     .image_with_text_cover .picture {
         padding-top: 30px;
         margin-bottom: 30px;
    }
}
 .image_with_text_cover .picture img {
     width: 100%;
}
 .image_with_text_cover .picture .picture_caption-cover {
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     max-width: 792px;
     justify-content: center;
     align-items: flex-end;
     padding-bottom: 167px;
}
 @media (max-width: 1200px) {
     .image_with_text_cover .picture .picture_caption-cover {
         padding-bottom: 100px;
         max-width: 80%;
    }
}
 @media (max-width: 767px) {
     .image_with_text_cover .picture .picture_caption-cover {
         padding-bottom: 0;
         max-width: 100%;
         position: relative;
    }
}
 .image_with_text_cover .picture .picture_caption-cover .picture_caption {
     padding: 32px 50px 32px 50px;
     box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     font-size: 16px;
}
 @media (max-width: 1200px) {
     .image_with_text_cover .picture .picture_caption-cover .picture_caption {
         padding: 25px !important;
         padding-bottom: 5px !important;
    }
}
 @media (max-width: 767px) {
     .image_with_text_cover .picture .picture_caption-cover .picture_caption {
         box-shadow: none;
    }
}
 .image_with_text_cover .picture .picture_caption-cover .picture_caption h2 {
     font-weight: 700;
     font-size: 23px;
     line-height: 27px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 10px;
}
 @media (max-width: 767px) {
     .image_with_text_cover .picture .picture_caption-cover .picture_caption h2 {
         font-size: 19px;
         margin-bottom: 10px;
         line-height: 24px;
    }
}
 .image_with_text_cover .picture .picture_caption-cover .picture_caption p {
     font-weight: 400;
     font-size: 20px;
     line-height: 27px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .image_with_text_cover .picture .picture_caption-cover .picture_caption p a:hover {
     text-decoration: none !important;
}
 .image_with_text_cover .picture .picture_caption-cover .picture_caption p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .image_with_text_cover .picture .picture_caption-cover .picture_caption p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .image_with_text_cover.container_cover .picture_caption-cover {
     padding-bottom: 84px;
}
 @media (max-width: 767px) {
     .image_with_text_cover.container_cover .picture_caption-cover {
         padding: 0 25px;
    }
}
 .image_with_text_cover.container_full_cover .picture {
     padding-left: 189px;
}
 @media (max-width: 991px) {
     .image_with_text_cover.container_full_cover .picture {
         padding-left: 100px;
    }
}
 @media (max-width: 767px) {
     .image_with_text_cover.container_full_cover .picture {
         padding-left: 0;
    }
}
 .image_with_text_cover.container_full_cover .picture img {
     max-width: 1005px;
}
 .image_with_text_cover.container_full_cover .picture .picture_caption-cover {
     max-width: 396px;
     justify-content: center;
     align-items: flex-start;
     padding-bottom: 0;
     padding-top: 138px;
}
 @media (max-width: 767px) {
     .image_with_text_cover.container_full_cover .picture .picture_caption-cover {
         padding: 0;
         max-width: 100%;
    }
}
/********************* End image with text css code *********************/
/********************* start image with text css code *********************/
 .Panoramic_image_callout {
     background: var(--black);
     border-top: 1px solid var(--gold);
     margin-bottom: -10px;
}
 .Panoramic_image_callout .picture {
     display: inline-block;
     position: relative;
     width: 100%;
}
 .Panoramic_image_callout .picture img {
     width: 100%;
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     left: 0;
     max-width: 100%;
     justify-content: center;
     align-items: center;
     height: 100%;
     object-fit: cover;
}
/*#panoramic - add selector & attributes*/
 .Panoramic_image_callout .picture::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5) !important;
}
 .Panoramic_image_callout .picture .picture_caption-cover {
     position: relative;
     padding: 111px 15px 97px 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     max-height: 80%;
     z-index: 1;
}
 @media (max-width: 1200px) {
     .Panoramic_image_callout .picture .picture_caption-cover {
         padding: 50px 15px;
         max-width: 80%;
         margin: 0 auto;
    }
}
 @media (max-width: 767px) {
     .Panoramic_image_callout .picture .picture_caption-cover {
         max-width: 100%;
         position: relative;
         padding: 50px 15px;
    }
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption {
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 h2:before {
     content: '';
     position: absolute;
     width: 60%;
     height: 0;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: -webkit-transform 0.2s ease-in;
     transition: -webkit-transform 0.2s ease-in;
     -o-transition: transform 0.2s ease-in;
     transition: transform 0.2s ease-in;
     transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
     transition: transform 0.2s ease-in, -webkit-transform 1s ease-in;
     margin: 0 auto;
     bottom: 0;
     height: 5px;
     background: var(--gold);
     -webkit-animation: c 0.6s 0.7s;
     animation: c 0.6s 0.7s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     margin: 0 auto;
     left: 0;
     right: 0;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2.aos-animate h2:before {
     transform: scaleX(1);
     display: block;
     width: 100%;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a {
     transition: 0.5s all ease-in-out;
     margin-top: 50px;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a img {
     width: auto;
     transform: scale(1);
     transition: 0.5s all ease-in-out;
     height: auto;
     position: relative;
}
 @media (max-width: 1200px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a img {
         max-width: 70px;
         height: auto;
    }
}
 @media (max-width: 767px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a img {
         max-width: 50px;
    }
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a:hover img {
     transform: scale(1.1);
     transition: 0.5s all ease-in-out;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption a:focus img {
     transform: scale(1.1);
     border: 1px solid var(--black);
     border-radius: 50%;
     transition: 0.5s all ease-in-out;
}
 @media (max-width: 991px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption {
         padding: 0 30px;
    }
}
 @media (max-width: 767px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption {
         box-shadow: none;
    }
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 {
     overflow: hidden;
     display: inline-block;
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 h2 {
     font-weight: 700;
     font-size: 45px;
     line-height: 45px;
     color: var(--white);
     font-family: "Lato", sans-serif;
     margin-bottom: 25px;
     text-shadow: 2px 2px 3px var(--black);
     text-transform: none !important;
}
 @media (max-width: 1600px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 h2 {
         font-size: 45px;
         line-height: 45px;
    }
}
 @media (max-width: 1200px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 h2 {
         font-size: 36px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption .heading_h2 h2 {
         font-size: 30px;
         line-height: 30px;
    }
}
 .Panoramic_image_callout .picture .picture_caption-cover .picture_caption p {
     font-weight: 400;
     font-size: 20px;
     line-height: 27px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 @media (max-width: 767px) {
     .Panoramic_image_callout .picture .picture_caption-cover .picture_caption p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .Panoramic_image_callout.container_cover .picture_caption-cover {
     padding-bottom: 84px;
}
 @media (max-width: 767px) {
     .Panoramic_image_callout.container_cover .picture_caption-cover {
         padding: 0 25px;
    }
}
 .Panoramic_image_callout.container_full_cover .picture {
     padding-left: 189px;
}
 @media (max-width: 991px) {
     .Panoramic_image_callout.container_full_cover .picture {
         padding-left: 100px;
    }
}
 @media (max-width: 767px) {
     .Panoramic_image_callout.container_full_cover .picture {
         padding-left: 0;
    }
}
 .Panoramic_image_callout.container_full_cover .picture .picture_caption-cover {
     max-width: 396px;
     justify-content: center;
     align-items: flex-start;
     padding-bottom: 0;
     padding-top: 138px;
}
 @media (max-width: 767px) {
     .Panoramic_image_callout.container_full_cover .picture .picture_caption-cover {
         padding: 0;
         max-width: 100%;
    }
}
/********************* End image with text css code *********************/
/********************* Start istart blockquote text css code *********************/
 .blockquote_common {
     background: var(--white);
     padding: 0;
     margin-bottom: 90px;
}
 @media (max-width: 767px) {
     .blockquote_common {
         padding-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .blockquote_common {
         padding-left: 15px;
    }
}
 .blockquote_common blockquote {
     font-weight: 300;
     font-size: 48px;
     line-height: 66px;
     color: var(--teal);
     position: relative;
     font-family: 'Lato', sans-serif;
     margin-bottom: 0;
     border: 0;
}
 @media (max-width: 1850px) {
     .blockquote_common blockquote {
         font-size: 48px;
         line-height: 58px;
    }
}
 @media (max-width: 991px) {
     .blockquote_common blockquote {
         font-size: 41px;
         line-height: 48px;
    }
}
 @media (max-width: 767px) {
     .blockquote_common blockquote {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 480px) {
     .blockquote_common blockquote {
         font-size: 31px;
         line-height: 36px;
    }
}
 .blockquote_common blockquote sup:first-child {
     top: 35px;
     position: absolute;
     left: -20px;
}
 @media (max-width: 991px) {
     .blockquote_common blockquote sup:first-child {
         top: 24px;
         font-size: 41px;
    }
}
 .blockquote_common blockquote sup:last-child {
     top: 0;
     position: relative;
}
 @media (max-width: 991px) {
     .blockquote_common blockquote sup:last-child {
         top: 12px;
         font-size: 41px;
    }
}
/********************* End istart blockquote text css code *********************/
/********************* Start program_blockquote css code *********************/
 .program_blockquote blockquote {
     line-height: 95px;
     padding-right: 50px;
}
 @media (max-width: 1850px) {
     .program_blockquote blockquote {
         padding-right: 0;
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 991px) {
     .program_blockquote blockquote {
         font-size: 41px;
         line-height: 48px;
    }
}
 @media (max-width: 767px) {
     .program_blockquote blockquote {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 480px) {
     .program_blockquote blockquote {
         font-size: 31px;
         line-height: 36px;
    }
}
/********************* End program_blockquote text css code *********************/
/********************* Start white_link_cover css code *********************/
 .events_calendar_blue_link {
     padding-top: 88px;
     padding-bottom: 74px;
}
 @media (max-width: 1366px) {
     .events_calendar_blue_link {
         padding-bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .events_calendar_blue_link {
         padding-top: 50px;
         padding-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .events_calendar_blue_link {
         padding-top: 30px;
         padding-left: 15px;
         padding-right: 15px;
    }
}
 .events_calendar_blue_link .green_link {
     margin-bottom: 12px;
}
 .events_calendar_blue_link .green_link .text {
     margin-right: 0;
     margin-left: 0;
}
 .events_calendar_blue_link .white_link_cover .white_link_inner {
     width: auto;
     display: inline-block;
     padding: 18px 38px 21px 84px;
}
 @media (max-width: 1200px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner {
         padding: 18px 38px 18px 50px;
    }
}
 @media (max-width: 767px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner {
         padding: 15px 30px 15px 30px;
    }
}
 .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a {
     font-size: 47px;
     line-height: 55px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
}
 @media (max-width: 1366px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 1200px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a {
         font-size: 24px;
         line-height: 26px;
    }
}
 .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a .text {
     margin-right: 60px;
     float: left;
}
 @media (max-width: 1200px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a .text {
         margin-right: 40px;
    }
}
 @media (max-width: 767px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a .text {
         margin-right: 20px;
    }
}
 @media (max-width: 480px) {
     .events_calendar_blue_link .white_link_cover .white_link_inner .white_link a .text {
         margin-right: 0;
         margin-bottom: 10px;
    }
}
/********************* End white_link_cover text css code *********************/
/********************* Start video section css code *********************/
 .video_wrap {
     width: 100%;
     background: var(--white);
     padding: 57px 0 53px 0;
}
 @media (max-width: 1200px) {
     .video_wrap {
         padding: 50px 0;
    }
}
 @media (max-width: 767px) {
     .video_wrap {
         padding: 30px 0;
    }
}
 .video_wrap .video_wrap_inner {
     background: #313535;
     padding: 114px 0 71px 0;
}
 @media (max-width: 767px) {
     .video_wrap .video_wrap_inner {
         padding: 70px 0 50px 0;
    }
}
 .video_wrap .video_wrap_inner .wrapper {
     position: relative;
     margin: 0 auto;
     text-align: center;
}
 .video_wrap .video_wrap_inner .wrapper .video-cover {
     max-width: 1110px;
     margin: 0 auto;
     position: relative;
}
 .video_wrap .video_wrap_inner .wrapper .video-cover::before {
     position: absolute;
     content: "";
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background: var(--black);
     opacity: 0.4;
}
 .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text {
     position: absolute;
     left: 15px;
     right: 15px;
     text-align: center;
     height: 68%;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     padding-top: 126px;
}
 @media (max-width: 991px) {
     .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text {
         padding-top: 10%;
    }
}
 .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text h2 {
     color: var(--white);
     font-size: 91px;
     line-height: 117px;
     font-weight: 600;
     text-transform: none;
     font-family: 'Lora', serif;
     text-shadow: 2px 2px 3px var(--black);
}
 @media (max-width: 1180px) {
     .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text h2 {
         font-size: 60px;
         line-height: 60px;
    }
}
 @media (max-width: 991px) {
     .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text h2 {
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 620px) {
     .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 480px) {
     .video_wrap .video_wrap_inner .wrapper .video-cover .video-cover_text h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .video_wrap .video_wrap_inner .wrapper img {
     max-width: 100%;
     height: auto;
     width: 100%;
}
 @media (max-width: 581px) {
     .video_wrap .video_wrap_inner .wrapper img {
         min-height: 300px;
         object-fit: cover;
    }
}
 .video_wrap .video_wrap_inner .wrapper iframe {
     display: none;
     width: 840px;
     height: 470px;
}
 @media (max-width: 1200px) {
     .video_wrap .video_wrap_inner .wrapper iframe {
         width: 100%;
    }
}
 .video_wrap .video_wrap_inner .video_wrap_text {
     max-width: 1068px;
     margin: 0 auto;
}
 .video_wrap .video_wrap_inner .video_wrap_text h2 {
     font-size: 33px;
     line-height: 48px;
     font-weight: 300;
     text-transform: none;
     font-family: 'Lato', sans-serif;
     margin-top: 55px;
     color: var(--white);
     text-align: center;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .video_wrap .video_wrap_inner .video_wrap_text h2 {
         font-size: 24px;
         margin-top: 36px;
         line-height: 36px;
    }
}
 .video_wrap .video_wrap_inner .play-btn {
     position: absolute;
     z-index: 666;
     top: auto;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: transparent;
     border: 0;
     bottom: 0;
     margin-bottom: 50px;
}
 @media (max-width: 991px) {
     .video_wrap .video_wrap_inner .play-btn {
         margin-bottom: 0;
    }
}
 .video_wrap .video_wrap_inner .play-btn:hover {
     cursor: pointer;
}
 .video_wrap .video_wrap_inner .play-btn:hover svg {
     transition: transform .2s;
     transform: scale(1.1);
}
 .video_wrap .video_wrap_inner .play-btn:focus {
     outline: 0;
}
 .video_wrap .video_wrap_inner .play-btn:focus svg {
     transition: transform .2s;
     transform: scale(1.1);
     border: 1px solid var(--gold);
     border-radius: 50%;
}
 @media (max-width: 767px) {
     .video_wrap .video_wrap_inner .play-btn svg {
         width: 70px;
    }
}
 @media (max-width: 480px) {
     .video_wrap .video_wrap_inner .play-btn svg {
         width: 50px;
    }
}
 .video_wrap_schol .video_wrap_inner .video_wrap_text h2 {
     font-size: 34px;
     line-height: 50px;
}
 @media (max-width: 767px) {
     .video_wrap_schol .video_wrap_inner .video_wrap_text h2 {
         font-size: 24px;
         line-height: 36px;
    }
}
/********************* End video section css code *********************/
/********************* Start table_two_column_section css code *********************/
 .table_style_one_section_main {
     margin: 0 auto;
     display: flex;
     width: 100%;
}
 .table_style_one_section_main .table_style_one_section {
     padding-top: 53px;
     padding-bottom: 21px;
     max-width: 1240px;
     background: var(--white);
     display: inline-block;
     width: 100%;
     margin: 0 auto;
}
 @media (max-width: 767px) {
     .table_style_one_section_main .table_style_one_section {
         padding-top: 30px;
    }
}
 @media (min-width: 1601px) {
     .table_style_one_section_main .table_style_one_section .table {
         max-width: 1240px;
         margin: 0 auto;
    }
}
 .table_style_one_section_main .table_style_one_section .table td {
     border-top: 1px solid var(--gold);
}
 .table_style_one_section_main .table_style_one_section .table td:first-of-type {
     font-size: 19px;
     line-height: 36px;
     padding-right: 46px;
     white-space: nowrap;
     border-bottom: 1px solid var(--gold);
}
 @media (max-width: 767px) {
     .table_style_one_section_main .table_style_one_section .table td:first-of-type {
         font-size: 19px;
         line-height: 24px;
         padding-right: 15px;
    }
}
 .table_style_one_section_main .table_style_one_section .table th {
     border-top: 1px solid var(--gold);
}
 .table_style_one_section_main .table_style_two_section {
     background: var(--white);
     display: inline-block;
     width: 100%;
     padding-top: 21px;
     padding-bottom: 75px;
}
 @media (max-width: 767px) {
     .table_style_one_section_main .table_style_two_section {
         padding-bottom: 50px;
         padding-top: 50px;
    }
}
/********************* End table_two_column_section css code *********************/
/********************* Start Various Widths Image Feature one css code *********************/
 .image_feature_width_one_section {
     background: var(--white);
     padding: 49px 0;
     display: inline-block;
     width: 100%;
}
 .image_feature_width_one_section .image_feature_width_one_inner .blue_common_para_heading {
     margin-bottom: 45px;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row {
     height: 100%;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text {
     height: 100%;
     padding: 35px 45px 34px 56px;
     color: var(--white);
}
 @media (max-width: 1600px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text {
         padding: 30px 30px 30px 30px;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text {
         padding: 30px;
         padding-left: 15px;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text {
         padding: 40px 25px;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text_column {
         flex: 0 0 100%;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 {
     line-height: 0;
     position: relative;
     margin: 0;
     max-width: 100%;
     display: flex;
     left: 0;
     bottom: 0;
     padding: 42px 60px;
     height: 30%;
     align-items: center;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .left {
         margin-right: 5px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .right {
         margin-left: 5px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 {
     width: 198px;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item {
     position: relative;
     cursor: pointer;
     width: 62px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     border-bottom: 5px solid var(--white);
     margin: 0 2px;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current:focus-visible {
     border: 1px solid var(--black);
     outline: 1px solid var(--white);
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item .number {
     font-size: 16px;
     line-height: 16px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 29px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image {
     height: 100%;
     position: relative;
     max-width: 575px;
     display: flex;
     justify-content: center;
     align-content: center;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image {
         max-width: 400px;
    }
}
 @media (max-width: 991px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image {
         max-width: 300px;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image {
         max-width: 100%;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image img {
     width: 100%;
     object-fit: cover;
     height: 100%;
}
 @media (max-width: 1850px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image img {
         height: auto;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_image .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text p, .image_feature_width_one_section .teal-b p {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lora', serif;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text p, .image_feature_width_one_section .teal-b p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 {
         margin-bottom: 10px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 h2, .teal-b h2 {
     font-size: 36px;
     line-height: 46px;
     text-transform: none;
     margin-bottom: 20px;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 h2, .teal-b h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 10px;
    }
}
 @media (max-width: 581px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 h2, .teal-b h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .white_link {
     margin-top: 35px;
     text-align: right;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .white_link {
         margin-top: 40px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .white_link a {
     font-size: 19px;
     line-height: 26px;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .white_link a {
         font-size: 19px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link {
     margin-top: 65px;
     text-align: right;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link {
         margin-top: 40px;
    }
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link a {
     font-size: 22px;
     line-height: 34px;
}
 .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link a svg path {
     fill: var(--black);
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link a {
         font-size: 19px;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .green_link.text-right {
         text-align: left !important;
    }
}
 .image_feature_width_one_section.small_b .slide_text {
     max-width: 650px;
}
 @media (max-width: 620px) {
     .image_feature_width_one_section.small_b .slide_text {
         max-width: 100%;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.small_b .slide_text {
         padding-left: 30px !important;
    }
}
 .image_feature_width_one_section.small_b .slide_text.teal-b {
     padding: 41px 45px 35px 45px;
     border-top: 5px solid var(--gold);
}
 .image_feature_width_one_section.small_b .slide_text.teal-b p {
     font-size: 19px;
     line-height: 26px;
     font-family: "Lato", sans-serif;
     font-weight: bold;
}
 .image_feature_width_one_section.small_b .slide_text.teal-b .white_link {
     margin-top: 45px;
}
 .image_feature_width_one_section.small_b .slide_text.blue-b {
     padding: 41px 45px 35px 45px;
     border-top: 5px solid var(--gold);
}
 .image_feature_width_one_section.small_b .slide_text.blue-b p {
     font-size: 23px;
     line-height: 31px;
     font-family: "Lato", sans-serif;
     font-weight: bold;
}
 .image_feature_width_one_section.small_b .slide_text.blue-b .white_link {
     margin-top: 45px;
}
 .image_feature_width_one_section.small_b .slide_text.light-back {
     padding: 41px 45px 35px 45px;
     border-top: 5px solid var(--gold);
}
 .image_feature_width_one_section.small_b .slide_text.light-back p {
     font-size: 23px;
     line-height: 31px;
     font-family: "Lato", sans-serif;
     font-weight: bold;
}
 .image_feature_width_one_section.small_b .slide_text.light-back .white_link {
     margin-top: 45px;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.small_b {
         padding-bottom: 70px;
    }
}
 @media (max-width: 620px) {
     .image_feature_width_one_section.small_b {
         padding-bottom: 50px;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .slide_text_column:last-child .slide_text {
         padding-top: 0;
    }
}
 @media (max-width: 581px) {
     .image_feature_width_one_section.medium_b .slide_text_column:last-child .slide_text {
         padding: 40px 0;
         padding-top: 0;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.medium_b .slide_text_column:last-child .slide_text .white_link {
         text-align: left !important;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .slide_text_column:first-of-type .slide_text {
         padding-bottom: 0;
    }
}
 @media (max-width: 581px) {
     .image_feature_width_one_section.medium_b .slide_text_column:first-of-type .slide_text {
         padding: 40px 0;
         padding-bottom: 0;
    }
}
 @media (max-width: 581px) {
     .image_feature_width_one_section.medium_b .slide_text_column .slide_text {
         padding: 20px 0 !important;
    }
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.medium_b .slide_text_column {
         flex: 0 0 100%;
    }
}
 .image_feature_width_one_section.medium_b.blue_b .heading_h2 {
     width: 100%;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section {
         padding: 30px 0;
    }
}
 .image_feature_width_one_section .light-back .heading_h2 {
     color: var(--teal) !important;
}
 .image_feature_width_one_section .light-back .paragraph {
     color: var(--black);
}
 .image_feature_width_one_section .light-back .white_link a {
     color: var(--teal);
}
 .image_feature_width_one_section .light-back .white_link a:hover {
     color: var(--gold);
}
 .image_feature_width_one_section .light-back .white_link a:focus {
     color: var(--gold);
}
 .image_feature_width_one_section .blue-b .heading_h2 {
     color: var(--gold) !important;
}
 .image_feature_width_one_section .teal-b .white_link a:hover {
     color: var(--black);
}
 .image_feature_width_one_section .teal-b .white_link a:hover .icon rect {
     fill: var(--gold);
}
 .image_feature_width_one_section .teal-b .white_link a:hover .icon path {
     fill: var(--black);
}
 .image_feature_width_one_section .teal-b .white_link a:focus {
     color: var(--gold);
}
 .image_feature_width_one_section .teal-b .white_link a:focus .icon rect {
     fill: var(--gold);
}
 .image_feature_width_one_section .teal-b .white_link a:focus .icon path {
     fill: var(--black);
}
 .image_feature_width_one_section.medium_b .container .teal-b .row {
     height: initial;
}
 .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text {
     padding: 44px 45px 64px 70px;
}
 .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text .paragraph {
     margin-top: 20px;
     max-width: 727px;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text .paragraph {
         margin-top: 15px;
    }
}
 .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text .white_link {
     margin-top: 0;
     margin-bottom: 20px;
     padding-left: 18px;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text .white_link {
         margin-bottom: 0;
         padding-left: 0;
    }
}
 @media (max-width: 1700px) {
     .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text {
         position: relative;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .teal-b .row .slide_text {
         padding: 30px !important;
    }
}
 .image_feature_width_one_section.medium_b .container .light-back .row {
     height: initial;
}
 .image_feature_width_one_section.medium_b .container .light-back .row .slide_text {
     padding: 44px 45px 64px 70px;
}
 .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .paragraph {
     margin-top: 20px;
     max-width: 727px;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .paragraph {
         margin-top: 15px;
    }
}
 .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .green_link {
     margin-top: 0;
     margin-bottom: 20px;
     padding-left: 18px;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .green_link {
         margin-bottom: 0;
         padding-left: 0;
    }
}
 .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .white_link {
     margin-top: 0;
     margin-bottom: 20px;
     padding-left: 18px;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .light-back .row .slide_text .white_link {
         margin-bottom: 0;
         padding-left: 0;
    }
}
 @media (max-width: 1700px) {
     .image_feature_width_one_section.medium_b .container .light-back .row .slide_text {
         position: relative;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .light-back .row .slide_text {
         padding: 30px !important;
    }
}
 .image_feature_width_one_section.medium_b .container .blue-b .row {
     height: initial;
}
 .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text {
     padding: 44px 45px 64px 70px;
}
 .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text .paragraph {
     margin-top: 20px;
     max-width: 727px;
}
 @media (max-width: 767px) {
     .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text .paragraph {
         margin-top: 15px;
    }
}
 .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text .white_link {
     margin-top: 0;
     margin-bottom: 20px;
     padding-left: 18px;
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text .white_link {
         margin-bottom: 0;
         padding-left: 0;
    }
}
 @media (max-width: 1700px) {
     .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text {
         position: relative;
    }
}
 @media (max-width: 1200px) {
     .image_feature_width_one_section.medium_b .container .blue-b .row .slide_text {
         padding: 30px !important;
    }
}
/********************* End Various Widths Image Feature one css code *********************/
/********************* Start Tab accordian css code *********************/
 .sd_custom_accordion {
     background: var(--white);
     padding-top: 58px;
     padding-bottom: 58px;
     display: inline-block;
     width: 100%;
}
 @media (max-width: 767px) {
     .sd_custom_accordion {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 .sd_custom_accordion .acc_head {
     margin: 0;
     padding: 0;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
     border-right: 1px solid #A7A7A7;
}
 @media (max-width: 767px) {
     .sd_custom_accordion .acc_head {
         display: inline-block;
         width: 100%;
         border-bottom: 1px solid #A7A7A7;
    }
}
 .sd_custom_accordion img {
     max-width: 100%;
     height: auto;
}
 .sd_custom_accordion .acc_head .li {
     list-style: none;
     display: inline-block;
     margin: 0px 0px 0px 0px;
     padding: 0;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     text-align: center;
     max-width: 100%;
     border-left: 0;
     border-right: 0;
     font-size: 24px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     background: #F3F3F0;
}
 @media (max-width: 767px) {
     .sd_custom_accordion .acc_head .li {
         font-size: 24px;
    }
}
 .sd_custom_accordion .acc_head .li a {
     color: var(--black);
     padding: 25px 15px;
     display: inline-block;
     width: 100%;
     position: relative;
     height: 100%;
}
 .sd_custom_accordion .acc_head .li a:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border: 1px solid #A7A7A7;
     border-right: 1px solid transparent;
}
 @media (max-width: 767px) {
     .sd_custom_accordion .acc_head .li a:before {
         border-bottom: 1px solid transparent;
    }
}
 @media (max-width: 991px) {
     .sd_custom_accordion .acc_head .li a {
         padding: 15px;
    }
}
 @media (max-width: 767px) {
     .sd_custom_accordion .acc_head .li a {
         padding: 15px 50px;
         text-align: left;
    }
}
 @media (max-width: 620px) {
     .sd_custom_accordion .acc_head .li a {
         padding: 15px;
    }
}
 .sd_custom_accordion .acc_head .li a:hover {
     background: var(--white);
}
 .sd_custom_accordion .acc_head .li a:hover:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-top: 10px solid var(--gold);
}
 @media (max-width: 991px) {
     .sd_custom_accordion .acc_head .li a:hover:before {
         border-top: 3px solid var(--gold);
    }
}
 .sd_custom_accordion .acc_head .li a:focus {
     background: var(--white);
}
 .sd_custom_accordion .acc_head .li a:focus:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-top: 10px solid var(--gold);
}
 @media (max-width: 991px) {
     .sd_custom_accordion .acc_head .li a:focus:before {
         border-top: 3px solid var(--gold);
    }
}
 .sd_custom_accordion .acc_head .li.active {
     background: var(--white);
}
 .sd_custom_accordion .acc_head .li.active a:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     border-top: 10px solid var(--gold);
     border-bottom: 1px solid transparent;
}
 @media (max-width: 991px) {
     .sd_custom_accordion .acc_head .li.active a:before {
         border-top: 3px solid var(--gold);
    }
}
 .sd_custom_accordion .acc_head .li.active {
     background: var(--white);
}
 .sd_custom_accordion .acc_body>div {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
}
 .sd_custom_accordion .acc_body>div p {
     font-size: 14px;
     color: #808080;
     text-align: justify;
}
 .sd_custom_accordion .acc_body>div.active {
     display: block;
     position: relative;
}
 .sd_custom_accordion .acc_body {
     position: relative;
     border: 1px solid #A7A7A7;
     border-top: 0;
     margin-top: -2px;
}
 @media (max-width: 767px) {
     .sd_custom_accordion .acc_body {
         display: none !important;
    }
     .sd_custom_accordion .acc_head .li {
         display: block;
    }
}
 .sd_custom_accordion .accordion_container .acc_body {
     padding: 87px 107px 90px 81px;
}
 @media (max-width: 1280px) {
     .sd_custom_accordion .accordion_container .acc_body {
         padding: 50px;
    }
}
 @media (max-width: 991px) {
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner .col {
         flex: 0 0 100%;
    }
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner .col img {
         margin: 20px 0;
    }
}
 @media (max-width: 767px) {
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner .col {
         flex: 0 0 100%;
    }
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner .col img {
         width: 100%;
         margin: 20px 0;
    }
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h2, .card-body h2 {
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
     text-transform: none;
     color: var(--teal);
     margin-bottom: 12px;
     font-family: 'Lato', sans-serif;
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h3 {
     font-size: 24px;
     line-height: 30px;
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h4 {
     font-size: 22px;
     line-height: 28px;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h2, .card-body h2 {
         font-size: 24px;
         line-height: 26px;
    }
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h3, .card-body h3 {
         font-size: 22px !important;
         line-height: 24px;
    }
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner h4, .card-body h4 {
         font-size: 20px !important;
         line-height: 22px;
    }
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p, .acc_body .tab-content-innner .paragraph, .card-body .paragraph, .card-body p {
     margin-bottom: 36px;
}
/* @media (max-width: 1200px) {
    */
    /* .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p, .acc_body .tab-content-innner .paragraph, .card-body .paragraph, .card-body p {
        */
        /* margin-bottom: 30px;
        */
        /* 
    }
    */
    /*
}
*/
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p, .acc_body .tab-content-innner .paragraph, .card-body .paragraph, .card-body p {
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p a:hover, .acc_body .tab-content-innner .paragraph a:hover, .card-body .paragraph, .card-body p a {
     text-decoration: none !important;
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p a:focus, .acc_body .tab-content-innner .paragraph a:focus, .card-body .paragraph a:focus, .card-body p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 1200px) {
     .student_work ol li, .student_work ul li, .section-content .section-content-inner ol li, .card-body ol li, .card-body ul li, .section-content .section-content-inner ul li, .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p, .sd_custom_accordion .acc_body ul li, .sd_custom_accordion .acc_body ol li, .acc_body .tab-content-innner .paragraph, .card-body .paragraph, .card-body p {
         font-size: 18px !important;
         line-height: 24px !important;
    }
     .sd_custom_accordion ul li, .sd_custom_accordion ol li {
         font-family: 'Lato', sans-serif;
    }
}
 .sd_custom_accordion .accordion_container .acc_body .tab-content-innner p:last-child, .acc_body .tab-content-innner .paragraph:last-child, .card-body .paragraph:last-child, .card-body p:last-child {
     margin-bottom: 0;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_body .tab-content-innner {
         padding: 30px 15px;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy {
     border-left: 1px solid #A7A7A7;
     overflow-x: auto;
}
 .sd_custom_accordion .accordion_container .acc_body {
     overflow-x: auto;
}
 @media (max-width: 767px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy {
         padding: 50px;
    }
}
 @media (max-width: 620px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy {
         padding: 30px 15px;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner {
     padding: 0 !important;
}
 @media (max-width: 991px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .col {
         flex: 0 0 100%;
    }
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .col img {
         margin: 20px 0;
    }
}
 @media (max-width: 767px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .col {
         flex: 0 0 100%;
    }
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .col img {
         width: 100%;
         margin: 20px 0;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner h2 {
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
     text-transform: none;
     color: var(--teal);
     margin-bottom: 12px;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner h2 {
         font-size: 24px;
         line-height: 26px;
    }
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner h3 {
         font-size: 22px;
         line-height: 24px;
    }
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner h4 {
         font-size: 20px;
         line-height: 22px;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph {
     margin-bottom: 60px;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph {
         margin-bottom: 30px;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph p {
     font-size: 23px;
     line-height: 31px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph p a:hover {
     text-decoration: none !important;
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner .paragraph:last-child {
     margin-bottom: 0;
}
 @media (max-width: 1200px) {
     .sd_custom_accordion .accordion_container .acc_mb_bdy .tab-content-innner {
         padding: 30px 15px;
    }
}
/********************* End Tab accordian css code *********************/
/********************* Start news_and_events css code *********************/
 .news_and_events {
     border-top: 1px solid var(--gold);
     background: var(--teal);
     padding-top: 58px;
     padding-bottom: 58px;
     display: inline-block;
     width: 100%;
     position: relative;
}
 .news_and_events img, .news_and_events video {
     position: absolute;
     top: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .news_and_events .item_image_text_top {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
}
 .news_and_events .item_image_text_top img {
     bottom: 0;
     position: absolute;
     z-index: 1;
     mix-blend-mode: multiply;
}
 .news_and_events .item_image_text_bottom {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
}
 .news_and_events .item_image_text_bottom img {
     bottom: 0;
     position: absolute;
     z-index: 1;
     mix-blend-mode: multiply;
}
 @media (max-width: 767px) {
     .news_and_events {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 .news_and_events .responsive-tabs-container .responsive-tabs {
     border-bottom: 1px solid transparent;
     margin-bottom: -2px;
     padding-left: 160px;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .responsive-tabs {
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .responsive-tabs {
         margin-bottom: 20px;
    }
}
 .news_and_events .responsive-tabs-container .responsive-tabs li {
     text-align: center;
     max-width: 100%;
     border-left: 0;
     border-right: 0;
     font-size: 28px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     padding-right: 93px;
     list-style: none !important;
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li {
         padding-right: 30px;
    }
}
 .news_and_events .responsive-tabs-container .responsive-tabs li a {
     color: var(--white);
     font-size: 36px;
     line-height: 46px;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     padding: 11px 0 20px 0;
     display: inline-block;
     text-transform: uppercase;
     width: 100%;
     border: 1px solid transparent;
     border-bottom: 5px solid transparent;
}
 .news_and_events .responsive-tabs-container .responsive-tabs li a:hover {
     border-bottom: 5px solid var(--gold);
}
 .news_and_events .responsive-tabs-container .responsive-tabs li a:focus {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 1600px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li a {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li a {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 581px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li a {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 991px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li a {
         padding: 15px 0;
         border-bottom: 3px solid transparent;
    }
}
 .news_and_events .responsive-tabs-container .responsive-tabs li.active {
     border-bottom: 1px solid transparent;
}
 .news_and_events .responsive-tabs-container .responsive-tabs li.active a {
     border-bottom: 5px solid var(--gold);
}
 .news_and_events .responsive-tabs-container .responsive-tabs li.active a:focus {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 991px) {
     .news_and_events .responsive-tabs-container .responsive-tabs li.active a {
         border-bottom: 3px solid var(--gold);
    }
}
 .news_and_events .responsive-tabs-container .tab-content {
     padding: 68px 0;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .blue_common_para_heading {
     margin-bottom: 45px;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row {
     height: 100%;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text {
     height: 100%;
     padding: 65px 45px 64px 56px;
     color: var(--white);
}
 @media (max-width: 1600px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text {
         padding: 50px 20px 50px 20px;
    }
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text {
         padding: 30px;
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text {
         padding: 40px 25px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text_column {
         flex: 0 0 100%;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 {
     line-height: 0;
     position: relative;
     margin: 0;
     max-width: 100%;
     display: flex;
     left: 0;
     bottom: 0;
     padding: 42px 60px;
     height: 30%;
     align-items: center;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .left {
         margin-right: 5px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .right {
         margin-left: 5px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 {
     width: 207px;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item {
     position: relative;
     cursor: pointer;
     width: 62px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     border-bottom: 5px solid var(--white);
     margin: 0 2px;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current:focus-visible {
     border: 1px solid var(--black);
     outline: 1px solid var(--white);
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item .number {
     font-size: 16px;
     line-height: 16px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 29px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image {
     height: 100%;
     position: relative;
     max-width: 575px;
     display: flex;
     justify-content: center;
     align-content: center;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image {
         max-width: 400px;
    }
}
 @media (max-width: 991px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image {
         max-width: 300px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image {
         max-width: 100%;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image img {
     width: 100%;
     object-fit: cover;
     height: 100%;
}
 @media (max-width: 1850px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image img {
         object-fit: contain;
         height: auto;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_image .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .paragraph p {
     font-size: 23px;
     line-height: 31px;
     font-family: 'Lora', serif;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
     font-size: 46px;
     line-height: 41px;
     text-transform: none;
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .white_link {
     margin-top: 65px;
     text-align: right;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .white_link {
         margin-top: 40px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .white_link a {
     font-size: 22px;
     line-height: 34px;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .image_feature_width_one_inner .row .slide_text .white_link a {
         font-size: 19px;
    }
}
 @media (max-width: 1280px) {
     .news_and_events .responsive-tabs-container .tab-content {
         padding: 50px;
    }
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content {
         padding: 50px 0;
         padding-top: 30px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content {
         padding: 0;
         border: 1px solid transparent;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .accordion-link {
     display: none;
     font-size: 24px;
     line-height: 26px;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     border: 1px solid #A7A7A7;
     background: #F3F3F0;
     color: var(--black);
     padding: 15px 30px;
     width: 100%;
     margin-top: 20px;
}
 .news_and_events .responsive-tabs-container .tab-content .accordion-link.active {
     border-top: 5px solid var(--gold);
}
 @media (max-width: 991px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .col {
         flex: 0 0 100%;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .col {
         flex: 0 0 100%;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 {
     font-weight: 700;
     font-size: 28px;
     line-height: 34px;
     text-transform: none;
     color: var(--teal);
     margin-bottom: 11px;
     font-family: "Lato", sans-serif;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 a {
     color: var(--teal);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 a:hover, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 a:focus {
     color: var(--navy);
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner h2 {
         font-size: 19px;
         line-height: 24px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner p {
     margin-bottom: 39px;
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner p {
         margin-bottom: 30px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner p {
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     font-weight: 400;
     font-family: 'Lora', serif;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner p:last-child {
     margin-bottom: 0;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a {
     font-size: 19px;
     line-height: 24px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a svg path {
     fill: var(--black);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a:hover svg rect {
     fill: var(--navy);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a:hover svg path {
     fill: var(--white);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a:focus svg rect {
     fill: var(--navy);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .green_link a {
         font-size: 19px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner {
         padding: 0;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner img {
     position: relative;
     top: inherit;
     bottom: inherit;
     border-radius: 0;
     height: auto;
     width: 100%;
     left: 0;
     right: 0;
     object-fit: inherit;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .card {
     border: 0;
     border-radius: 0;
     background: var(--white);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .card .card-image, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img {
     overflow: hidden;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .card .card-image a, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img a {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 1s ease-out;
     display: inline-block;
     width: 100%;
     transition: all 1s ease-out;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .card .card-image a:hover, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .card .card-image a:focus, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img a:hover, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img a:focus {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
     -webkit-transition: all 1s ease-out;
     transition: all 1s ease-out;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul {
     padding-left: 23px;
     margin-bottom: 0;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul {
         padding-left: 0;
         margin-top: 0;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul {
         margin-top: 25px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li {
     display: inline-block;
     width: 100%;
     margin-bottom: 24px;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card {
     border: 0;
     background: transparent;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img {
     flex: 0 0 auto;
     width: 50%;
     max-width: 50%;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_img {
         padding-right: 20px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_text {
     flex: 0 0 auto;
     width: 50%;
     max-width: 50%;
     padding-left: 60px;
}
 @media (max-width: 1600px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_text {
         padding: 0 0 0 20px;
    }
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .bs-example_text {
         padding: 0;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body {
     padding: 22px 0 0 0;
}
 @media (max-width: 1600px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body {
         padding: 10px 0 0 0;
    }
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body {
         padding: 0;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body {
         padding: 0;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 {
     color: var(--white);
     font-weight: 700;
     font-size: 28px;
     line-height: 34px;
     font-family: "Lato", sans-serif;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 span {
     font-weight: 401;
     font-size: 25px;
     line-height: 28px;
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 a {
     color: var(--white);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 a:hover, .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 a:focus {
     border-bottom: 3px solid var(--gold);
}
 @media (max-width: 1600px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 {
         font-size: 24px;
         line-height: 28px;
    }
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner ul li .card .card-body h2 {
         font-size: 19px;
         line-height: 24px;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .view_all a {
     font-size: 21px;
     color: var(--white);
     padding: 10px 0 17px 0;
     margin-left: 23px;
     line-height: 34px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     text-transform: uppercase;
     border-bottom: 3px solid var(--gold);
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .view_all a {
         margin-left: 0;
    }
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .view_all a:hover {
     color: var(--gold);
}
 .news_and_events .responsive-tabs-container .tab-content .tab-content-innner .view_all a:focus {
     color: var(--gold);
}
 .news_and_events .responsive-tabs-container .tab-content .card-body {
     padding: 37px 40px 31px 54px;
}
 @media (max-width: 1200px) {
     .news_and_events .responsive-tabs-container .tab-content .card-body {
         padding: 30px;
    }
}
 @media (max-width: 767px) {
     .news_and_events .responsive-tabs-container .tab-content .card-body {
         padding: 30px 15px;
    }
}
/********************* End news_and_events css code *********************/
 .o-people_section {
     padding: 62px 0;
     background: var(--white);
     display: inline-block;
     width: 100%;
     margin-bottom: -2px;
}
 @media (max-width: 1200px) {
     .o-people_section {
         padding: 20px 0;
    }
}
 .o-people_section .o-people {
     margin: 0;
     position: relative;
     z-index: 9;
}
 .o-people_section .o-people .m-people-thumbs {
     display: block !important;
}
 .o-people_section .o-people .m-people-main__bottom {
     display: block !important;
     height: 100%;
}
 .o-people_section .o-people .m-people-main__bottom .slide_text {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 62px;
     right: 0;
     color: var(--white);
     z-index: 9;
     display: flex;
     flex-direction: column;
     justify-content: center;
     max-width: 500px;
}
 @media (max-width: 620px) {
     .o-people_section .o-people .m-people-main__bottom .slide_text {
         max-width: 100%;
    }
}
 .o-people_section .o-people .m-people-main__bottom .slide_text h2 {
     font-size: 36px;
     line-height: 46px;
     font-weight: 600;
     font-family: "Lora", serif;
     margin-bottom: 57px;
}
 @media (max-width: 991px) {
     .o-people_section .o-people .m-people-main__bottom .slide_text h2 {
         font-size: 26px;
         line-height: 30px;
         margin-bottom: 20px;
    }
}
 .o-people_section .o-people .m-people-main__bottom .slide_text p {
     font-size: 23px;
     line-height: 36px;
     font-weight: 400;
     font-family: "Lora", serif;
}
 @media (max-width: 1300px) {
     .o-people_section .o-people .m-people-main__bottom .slide_text p {
         font-size: 16px;
         line-height: 21px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 991px) {
     .o-people_section .o-people .m-people-main__bottom .slide_text p {
         margin-bottom: 20px;
    }
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:hover {
     color: var(--gold);
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:hover .icon path {
     fill: var(--black);
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:hover .icon rect {
     fill: var(--gold);
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:focus {
     color: var(--gold);
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:focus .icon path {
     fill: var(--black);
}
 .o-people_section .o-people .m-people-main__bottom .slide_text .white_link a:focus .icon rect {
     fill: var(--gold);
}
/********************* Start vertical Accordian teal css code *********************/
 .offer-area_section_main {
     padding: 57px 0;
     display: inline-block;
     width: 100%;
     background: var(--white);
}
 @media (max-width: 767px) {
     .offer-area_section_main {
         padding: 50px 0;
    }
}
 .offer-area_section_main ul.offer-area_section {
     display: flex;
     max-height: 585px;
     margin: 0;
     padding: 0;
     overflow: hidden;
     list-style-type: none;
}
 @media (max-width: 767px) {
     .offer-area_section_main ul.offer-area_section {
         flex-direction: column;
         min-height: inherit;
         max-height: initial;
    }
}
 .offer-area_section_main ul.offer-area_section>li {
     display: flex;
     padding: 0;
     cursor: pointer;
     transition: all .5s ease;
}
 @media (max-width: 767px) {
     .offer-area_section_main ul.offer-area_section>li {
         flex-direction: column;
    }
     .offer-area_section_main ul.offer-area_section li.openacc .section-content {
         display: block !important;
    }
     .offer-area_section_main ul.offer-area_section li .section-content {
         display: none !important;
    }
}
 .offer-area_section_main ul.offer-area_section>li.active {
     flex: 5;
     background: var(--white);
     cursor: default;
}
 .offer-area_section_main .offer-area_section li.active .section-content {
     flex: 4;
     opacity: 1;
     display: block !important;
     width: auto;
     padding: 68px 88px;
}
 @media (max-width: 1200px) {
     .offer-area_section_main .offer-area_section li.active .section-content {
         padding: 30px;
    }
}
 @media (max-width: 767px) {
     .offer-area_section_main .offer-area_section li.active .section-content {
         display: none !important;
    }
}
 .offer-area_section_main .offer-area_section li .section-title {
     display: inline-block;
     align-items: center;
     margin: 0;
     padding: 0;
     color: white;
     width: 81px;
}
 @media (max-width: 767px) {
     .offer-area_section_main .offer-area_section li .section-title {
         width: 100%;
    }
}
 .offer-area_section_main .offer-area_section li .section-title span {
     color: var(--white);
     margin: 0 auto;
     top: 0;
     height: 100%;
     line-height: 80px;
     cursor: pointer;
     text-transform: uppercase;
     writing-mode: vertical-rl;
     text-orientation: mixed;
     padding: 37px 0;
     font-size: 26px;
     font-weight: 400;
     font-family: "Lato", sans-serif;
     width: 100%;
}
 @media (max-width: 767px) {
     .offer-area_section_main .offer-area_section li .section-title span {
         top: 0;
         height: auto;
         line-height: 40px;
         cursor: pointer;
         text-transform: uppercase;
         writing-mode: inherit;
         text-orientation: inherit;
         padding: 0 30px;
         font-size: 20px;
         font-weight: 400;
         width: 100%;
         display: inline-block;
    }
}
 .offer-area_section_main .offer-area_section li .section-content {
     flex: 1;
     display: flex;
     align-items: center;
     margin: 0;
     padding: 0;
     transition: all .15s .1s ease-out;
     width: 0;
     background: #F3F3F0;
     overflow-y: scroll;
}
 @media (max-width: 1850px) {
     .offer-area_section_main .offer-area_section li .section-content {
         overflow-y: scroll;
    }
}
 @media (max-width: 1200px) {
     .offer-area_section_main .offer-area_section li .section-content {
         width: 100%;
         display: none;
    }
}
 @media (max-width: 767px) {
     .offer-area_section_main .offer-area_section li .section-content {
         transition: all .5s .1s ease-out;
    }
}
 .offer-area_section_main .offer-area_section li .section-content h2 {
     font-size: 36px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
     color: var(--navy);
     line-height: 54px;
     margin-bottom: 40px;
}
 @media (max-width: 1200px) {
     .offer-area_section_main .offer-area_section li .section-content h2 {
         font-size: 30px;
         line-height: 36px;
         margin-bottom: 20px;
    }
}
 .offer-area_section_main .offer-area_section li .section-content h3 {
     margin-bottom: 19px;
     color: var(--black);
}
 @media (max-width: 1200px) {
     .offer-area_section_main .offer-area_section li .section-content h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .offer-area_section_main .offer-area_section li .section-content p {
     font-size: 19px;
     line-height: 26px;
     margin-bottom: 36px;
     color: var(--black);
     font-family: "Lora", serif;
}
 @media (max-width: 1200px) {
     .offer-area_section_main .offer-area_section li .section-content p {
         margin-bottom: 30px;
         font-size: 18px;
         line-height: 24px;
    }
}
 .offer-area_section_main .offer-area_section li .section-content p:last-child {
     margin-bottom: 0;
}
 @media (max-width: 991px) {
     .offer-area_section_main .offer-area_section li .section-content {
         padding: 30px;
    }
}
 @media (max-width: 767px) {
     .offer-area_section_main .offer-area_section li .section-content {
         padding: 25px;
    }
}
 .offer-area_section_main.teal .offer-area_section li.active .section-title {
     background: var(--teal);
}
 @media (max-width: 767px) {
     .offer-area_section_main.teal .offer-area_section li.active .section-title {
         background: var(--teal);
    }
}
 .offer-area_section_main.teal .offer-area_section li .section-title {
     background: var(--teal);
}
 .offer-area_section_main.teal .offer-area_section li .section-title:focus {
     background: var(--teal);
}
 .offer-area_section_main.teal .offer-area_section li .section-title:hover {
     background: var(--teal);
}
 .offer-area_section_main.teal .offer-area_section li .section-title span {
     border-right: 1px solid var(--navy);
}
 @media (max-width: 767px) {
     .offer-area_section_main.teal .offer-area_section li .section-title span {
         border-right: 0;
         border-bottom: 1px solid var(--navy);
    }
     .offer-area_section_main.teal .offer-area_section li .section-title:focus {
         background: var(--teal);
    }
     .offer-area_section_main.teal .offer-area_section li .section-title:hover {
         background: var(--teal);
    }
}
 .offer-area_section_main.blue .offer-area_section li.active .section-title {
     background: var(--navy);
}
 @media (max-width: 767px) {
     .offer-area_section_main.blue .offer-area_section li.active .section-title {
         background: var(--navy);
    }
}
 .offer-area_section_main.blue .offer-area_section li .section-title {
     background: var(--navy);
}
 .offer-area_section_main.blue .offer-area_section li .section-title:focus {
     background: var(--navy);
}
 .offer-area_section_main.blue .offer-area_section li .section-title:hover {
     background: var(--navy);
}
 @media (max-width: 767px) {
     .offer-area_section_main.blue .offer-area_section li .section-title:focus {
         background: var(--navy);
    }
     .offer-area_section_main.blue .offer-area_section li .section-title:hover {
         background: var(--navy);
    }
}
 .offer-area_section_main.blue .offer-area_section li .section-title span {
     border-right: 1px solid var(--teal);
}
 @media (max-width: 767px) {
     .offer-area_section_main.blue .offer-area_section li .section-title span {
         border-right: 0;
         border-bottom: 1px solid var(--teal);
    }
}
 .offer-area_section_main_program {
     padding-bottom: 106px;
     padding-top: 0;
}
 .offer-area_section_main_program .offer-area_section li .section-content h3 {
     font-size: 31px;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     margin-bottom: 20px;
     color: var(--black);
     line-height: 31px;
}
 @media (max-width: 1200px) {
     .offer-area_section_main_program .offer-area_section li .section-content h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 1200px) {
     .offer-area_section_main_program {
         padding-top: 30px;
    }
}
 @media (max-width: 767px) {
     .offer-area_section_main_program {
         padding: 50px 0;
         padding-top: 0;
         padding-bottom: 100px;
    }
}
/********************* End vertical Accordian teal css code *********************/
/********************* Start parallax effect css code *********************/
/*START #PARALLAXEDIT CHANGE FOR only screen and*/
 .content {
     width: 100%;
     max-width: 100%;
     position: relative;
     z-index: 999;
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
}
 .parallax-window {
     min-height: 1060px;
}
 @media only screen and (max-width: 767px) {
     .parallax-window {
         min-height: 600px;
    }
}
 .parallax_box_wrap {
     position: relative;
}
 .parallax_box_wrap .box .sec_img {
     padding: 10px 20px;
     margin: 0;
     top: 0;
     position: absolute;
     right: 0;
     left: 0;
     text-align: center;
     transform: inherit;
     z-index: 9;
     bottom: 0;
     justify-content: center;
     display: flex;
     align-items: center;
}
 .parallax_box_wrap .box .sec_img .degree_section {
     color: var(--white);
     padding: 33px 53px;
     max-width: 981px;
     text-align: left;
}
 @media only screen and (min-width: 1200px) {
     .parallax_box_wrap .box .sec_img .degree_section {
         min-width: 900px;
    }
}
 .parallax_box_wrap .box .sec_img .degree_section .heading_h2 {
     margin-bottom: 20px;
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .box .sec_img .degree_section .heading_h2 {
         margin-bottom: 20px;
    }
     .parallax_box_wrap .box {
         background-size: contain;
    }
}
 @media only screen and (max-width: 1200px) {
     .parallax_box_wrap .box .sec_img .degree_section {
         padding: 25px;
    }
}
 .parallax_box_wrap .box .sec_img .degree_section h2 {
     color: var(--gold);
     font-size: 36px;
     line-height: 46px;
     font-family: "Lato", sans-serif;
     margin-bottom: 20px;
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .box .sec_img .degree_section h2 {
         margin-bottom: 15px;
    }
}
 @media only screen and (max-width: 991px) {
     .parallax_box_wrap .box .sec_img .degree_section h2 {
         font-size: 31px;
         margin-bottom: 10px;
         line-height: 36px;
    }
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .box .sec_img .degree_section h2 {
         font-size: 30px;
         line-height: 32px;
    }
}
 .parallax_box_wrap .box .sec_img .degree_section p {
     font-family: "Lora", serif;
     font-weight: 400;
     font-size: 19px;
     line-height: 26px;
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .box .sec_img .degree_section p {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .box .sec_img .degree_section .white_link {
         padding-top: 20px;
    }
}
 .parallax_box_wrap .image-container {
     width: 100%;
     height: 1060px;
     overflow: hidden;
     position: relative;
     z-index: 2;
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .image-container {
         height: 600px;
    }
}
 .parallax_box_wrap .image {
     width: 100%;
     height: 100%;
     background-size: cover;
     object-fit: cover;
     background-position: center;
}
 @media only screen and (max-width: 1200px) {
     .parallax_box_wrap .image {
         object-fit: cover;
         background-position: center;
    }
}
 .parallax_box_wrap .image.-image01 {
     position: fixed;
     top: 0;
}
 @media only screen and (min-width: 1201px) {
     .parallax_box_wrap .image.-image01 {
         background-attachment: fixed;
    }
}
 @media only screen and (max-width: 767px) {
     .parallax_box_wrap .image.-image01 {
         background-attachment: fixed;
    }
}
 .parallax_box_wrap .js-parallaxslow, .parallax_box_wrap .js-parallaxzoom {
     transition: all 0.2s ease;
}
/********************* End parallax effect css code *********************/
/********************* Start LExplore Film Studies css code *********************/
 .explore_film_studies_section {
     background: var(--white);
     display: inline-block;
     width: 100%;
     padding: 2% 0;
     display: inline-block;
     width: 100%;
}
 .explore_film_studies_section .explore_film_studies_section_inner {
     padding-left: 15px;
     padding-right: 15px;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card {
     height: 100%;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card h3 {
     margin-bottom: 10px;
     color: var(--black);
     font-weight: 600;
     line-height: 13px;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card h3 small {
     font-size: 15px;
     line-height: 13px;
     margin-bottom: 0;
     font-weight: 600;
     font-family: "Lato", sans-serif;
     color: var(--black);
     text-transform: uppercase;
     letter-spacing: 0.03em;
     vertical-align: top;
     margin-bottom: 0;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image {
     height: 100%;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a {
     height: 100%;
     background: none !important;
     border: 0 !important;
     padding: 0 !important;
     width: 100% !important;
     position: relative;
     padding-bottom: 47px !important;
     border-radius: 0;
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a {
         padding-bottom: 0 !important;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a picture img {
     object-fit: cover;
     background-position: center center;
     width: 100%;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover {
     outline: none;
     box-shadow: none;
     position: relative;
     background-color: var(--teal) !important;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover picture {
     position: relative;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover picture:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: var(--teal);
     opacity: 1;
     mix-blend-mode: multiply;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover .card-body .up {
     color: var(--white);
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover .card-body .down {
     color: var(--white);
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover .card-body .green_link {
     color: var(--white);
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover .card-body {
         background: var(--teal);
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus {
     outline: none;
     box-shadow: none;
     position: relative;
     background-color: var(--teal) !important;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus picture {
     position: relative;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus picture:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: var(--teal);
     opacity: 1;
     mix-blend-mode: multiply;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus .card-body .up {
     color: var(--white);
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus .card-body .down {
     color: var(--white);
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus .card-body .green_link {
     color: var(--white);
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:focus .card-body {
         background: var(--teal);
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body {
     padding: 34px !important;
     display: inline-block;
     width: 100%;
     text-align: left;
     padding-bottom: 30px !important;
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .up {
     font-size: 28px;
     line-height: 36px;
     color: var(--navy);
     margin-bottom: 23px;
     font-family: "Lato", sans-serif;
     display: block;
     font-weight: 700;
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .up {
         margin-bottom: 15px;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .down {
     font-size: 19px;
     line-height: 26px;
     display: block;
     color: var(--black);
     font-weight: 400;
     font-family: "Lora", serif;
     margin-bottom: 38px;
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .down {
         margin-bottom: 25px;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
     color: var(--teal);
     font-weight: 900;
     font-size: 19px;
     line-height: 24px;
     font-family: "Lato", sans-serif;
     display: block;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.085em;
     text-decoration: none;
     position: absolute;
     bottom: 47px;
}
 @media (max-width: 1600px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
         bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
         left: 30px;
         right: 30px;
         font-size: 19px;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link svg path {
     fill: var(--black);
}
 @media (max-width: 991px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
         font-size: 23px;
         line-height: 30px;
    }
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
         position: relative;
         bottom: 0;
         left: 0;
         right: 0;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link .text {
     margin-right: 20px;
}
 @media (max-width: 1200px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link .text {
         margin-right: 10px;
    }
}
 @media (max-width: 480px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link .text {
         margin-right: 3px;
    }
}
 .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link .icon {
     top: -3px;
     position: relative;
}
 @media (max-width: 480px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
         font-size: 20px;
         line-height: 24px;
    }
}
 @media (max-width: 1200px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body {
         padding: 30px !important;
         padding-bottom: 70px !important;
    }
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link .icon {
         top: 0px;
    }
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body {
         background: #F3F3F0;
         padding: 20px !important;
         padding-bottom: 30px !important;
    }
}
 @media (max-width: 767px) {
     .explore_film_studies_section .explore_film_studies_section_inner .col {
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 30px;
    }
}
 @media (max-width: 1200px) {
     .explore_film_studies_section {
         padding: 50px 0;
    }
}
 @media (max-width: 1200px) {
     .explore_film_department {
         padding-top: 0;
    }
}
 .explore_film_department .heading_h2 h2 {
     text-transform: none;
     margin-top: 12px;
     margin-bottom: 49px;
     font-size: 37px;
     line-height: 42px;
}
 @media (max-width: 1200px) {
     .explore_film_department .heading_h2 h2 {
         margin-bottom: 20px;
         font-size: 24px;
         line-height: 26px;
    }
}
/********************* End LExplore Film Studies css code *********************/
/********************* Start Learn More About the Department css code *********************/
 .card_block_text_inner_main {
     background: var(--white);
     display: inline-block;
     width: 100%;
}
 .card_block_text_inner_main .card_block_text_inner .teal_common_para_heading h2 {
     margin-bottom: 46px;
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .teal_common_para_heading h2 {
         margin-bottom: 20px;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col {
     margin: 0;
     margin-bottom: 50px;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card {
     height: 100%;
     border: 0;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image {
     height: 100%;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a {
     background: var(--navy) !important;
     border: transparent !important;
     transition: 0.5s all ease-in-out;
     transform: scale(1);
     border-radius: 0;
     border: 1px solid var(--navy) !important;
     height: 100%;
     min-height: 390px;
     display: block;
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a {
         min-height: auto;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body {
     padding: 34px 19px 93px 19px;
     display: inline-block;
     width: 100%;
     text-align: left;
     height: 100%;
     position: relative;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .up {
     font-size: 28px;
     line-height: 36px;
     color: var(--gold);
     margin-bottom: 23px;
     font-family: "Lato", sans-serif;
     display: block;
     font-weight: 700;
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .up {
         margin-bottom: 15px;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .down {
     font-size: 19px;
     line-height: 26px;
     display: block;
     color: var(--white);
     font-weight: 400;
     font-family: "Lora", serif;
     margin-bottom: 20px;
}
 @media (max-width: 1280px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .down {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (min-width: 992px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .down {
         font-size: 19px;
         line-height: 26px;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
     color: var(--white);
     font-weight: 900;
     font-size: 19px;
     line-height: 26px;
     font-family: "Lato", sans-serif;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.085em;
     text-decoration: none;
     padding: 17px 0;
     display: inline-block;
     position: absolute;
     bottom: 45px;
}
 @media (max-width: 1280px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
         bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
         position: relative;
         bottom: 0;
         left: 0;
         margin-bottom: 10px;
         right: 0;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link:before {
     width: 100%;
     height: 3px;
     background: var(--gold);
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
     text-align: center;
     transition: 0.5s all ease-in-out;
}
 @media (max-width: 1700px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 1280px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body .card_link {
         margin-top: 20px;
         margin-bottom: 10px;
    }
}
 @media (max-width: 1850px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body {
         padding-bottom: 117px;
    }
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body {
         padding: 15px !important;
         padding-bottom: 93px !important;
    }
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a .card-body {
         padding: 15px !important;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover {
     transform: scale(1.1);
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover {
         transform: scale(1.05);
    }
}
 @media (max-width: 480px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover {
         transform: scale(1.1);
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover .card_link {
     display: inline-block;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover .card_link:before {
     width: 50px;
     left: 0;
     right: 0;
     margin: 0 auto;
     text-align: center;
     transition: 0.5s all ease-in-out;
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:hover .card_link {
         margin-top: 20px;
         margin-bottom: 10px;
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus {
     transform: scale(1.1);
     box-shadow: none;
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus {
         transform: scale(1.05);
    }
}
 @media (max-width: 480px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus {
         transform: scale(1.1);
    }
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus .card_link {
     display: inline-block;
}
 .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus .card_link:before {
     width: 50px;
     left: 0;
     right: 0;
     margin: 0 auto;
     text-align: center;
     transition: 0.5s all ease-in-out;
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a:focus .card_link {
         margin-top: 20px;
         margin-bottom: 10px;
    }
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .row .col .card .card-image a {
         margin-right: 0;
         margin-left: 0;
    }
}
 @media (max-width: 1200px) {
     .card_block_text_inner_main .card_block_text_inner .row .col {
         margin-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .card_block_text_inner_main .card_block_text_inner .row .col {
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 30px;
    }
}
/********************* End Learn More About the Department css code *********************/
/********************* Start aCALENDAR css code *********************/
 .calendar_text_inner_main {
     padding: 118px 0 0 0;
     background: var(--white);
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image picture {
     position: relative;
     background: var(--navy);
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image picture img {
     object-fit: cover;
     background-position: center center;
     min-height: 474px;
     width: 100%;
}
 @media (max-width: 991px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image picture img {
         min-height: 400px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image picture img {
         min-height: 300px;
    }
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     color: var(--white);
     font-family: "Lato", sans-serif;
     font-weight: 900;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a {
     display: flex;
     width: 100%;
     height: 100%;
     background: transparent;
     border: 0;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     padding: 0;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .up {
     position: relative;
     z-index: 9;
     vertical-align: top;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .up:before {
     display: none;
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .up {
         min-height: auto;
         margin-top: inherit;
         vertical-align: top;
         line-height: normal;
    }
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .down {
     font-size: 50px;
     line-height: 55px;
     color: var(--white);
     font-weight: 900;
     font-family: "Lato", sans-serif;
     position: relative;
     z-index: 9;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .down:before {
     display: none;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a:hover {
     outline: none;
     box-shadow: none;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a:hover:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: var(--navy);
     opacity: 1;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a:focus {
     outline: none;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a:focus:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: var(--navy);
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a:after {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     background-color: var(--navy);
     opacity: 0.5;
     width: 100%;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body {
     padding: 5% 10% 15% 15% !important;
     display: inline-block;
     width: 100%;
     text-align: left;
     position: relative;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up {
     font-size: 36px;
     line-height: 37px;
     color: var(--white);
     margin-bottom: 42px;
     font-family: "Lato", sans-serif;
     display: block;
     font-weight: 700;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up .date {
     font-size: 64px;
     color: var(--white);
     font-family: "Lato", sans-serif;
     font-weight: 700;
     line-height: normal;
     display: inline-block;
}
 @media (max-width: 991px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up .date {
         font-size: 145px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up .date {
         font-size: 135px;
    }
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up .date {
         font-size: 110px;
    }
}
 @media (max-width: 1280px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up {
         font-size: 33px;
         line-height: 26px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up {
         font-size: 50px;
         line-height: 24px;
         margin-bottom: 0px;
    }
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .up {
         margin-top: 0;
    }
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .down {
     font-size: 24px;
     display: block;
     line-height: 50px;
     color: var(--white);
     font-weight: 700;
     font-family: "Lato", sans-serif;
     text-transform: none;
}
 @media (max-width: 1280px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .down {
         font-size: 35px;
         line-height: 50px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .down {
         font-size: 40px;
         line-height: 50px;
    }
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .card_link {
     text-align: right;
     right: 30px;
     position: absolute;
     z-index: 9;
     bottom: 55px;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .card_link svg path {
     fill: var(--black);
}
 @media (min-width: 1380px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .card_link {
         right: 65px;
    }
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body .card_link {
         bottom: -30px;
    }
}
 @media (min-width: 1380px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body {
         padding: 5% 10% 15% 15% !important;
    }
}
 @media (max-width: 1280px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body {
         padding: 5% 10% 10% 17% !important;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body {
         padding: 0 5% 0 9% !important;
    }
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text a .card-body {
         padding: 0 5% 5% 8% !important;
    }
}
 @media (max-width: 581px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image .card-text {
         padding-bottom: 10%;
    }
}
 @media (max-width: 1180px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-image {
         width: 100%;
         flex-basis: 100%;
         max-width: 100%;
         background: var(--navy);
    }
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-body h2 {
     font-family: "Lato", sans-serif;
     font-weight: 500;
     color: var(--black);
     font-size: 18px;
     line-height: 23px;
     margin-bottom: 0;
}
 .calendar_text_inner_main .calendar_text_inner .col .card .card-body h3 {
     font-family: "Lato", sans-serif;
     font-weight: 900;
     color: var(--black);
     font-size: 14px;
     line-height: 21px;
     margin-bottom: 0;
}
 @media (max-width: 1180px) {
     .calendar_text_inner_main .calendar_text_inner .col .card .card-body {
         width: 100%;
         margin-top: 14px !important;
         flex-basis: 100%;
         max-width: 100%;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col .card {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media (max-width: 1180px) {
     .calendar_text_inner_main .calendar_text_inner .col .card {
         display: inline-block;
         width: 100%;
         border-bottom: 0 !important;
         padding-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .col {
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 30px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner {
         padding-left: 25px;
         padding-right: 25px;
    }
}
 @media (max-width: 767px) {
     .calendar_text_inner_main .calendar_text_inner .container {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media (max-width: 1200px) {
     .calendar_text_inner_main {
         padding-top: 70px;
    }
}
 @media (max-width: 991px) {
     .calendar_text_inner_main {
         padding-top: 50px;
    }
}
/********************* End aCALENDAR css code *********************/
/********************* Start aCALLOUT STYLE css code *********************/
 .callout_style_main {
     background: var(--white);
     padding-top: 50px;
     display: inline-block;
     width: 100%;
}
 @media (max-width: 1200px) {
     .callout_style_main {
         padding-top: 20px;
    }
}
 .callout_style_main .image_feature_width_one_inner {
     margin-bottom: 52px;
}
 .callout_style_main .image_feature_width_one_inner .blue_common_para_heading {
     margin-bottom: 45px;
}
 .callout_style_main .image_feature_width_one_inner .row {
     height: 100%;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text {
     height: 100%;
     padding: 65px 45px 64px 56px;
     color: var(--white);
}
 @media (max-width: 1600px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text {
         padding: 50px 20px 50px 20px;
    }
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text {
         padding: 30px;
    }
}
 @media (max-width: 767px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text {
         padding: 40px 25px;
    }
}
 @media (max-width: 767px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text_column {
         flex: 0 0 100%;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 {
     line-height: 0;
     position: relative;
     margin: 0;
     max-width: 100%;
     display: flex;
     left: 0;
     margin-top: 0;
     bottom: 0;
     padding: 42px 60px;
     height: 30%;
     align-items: center;
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .left {
         margin-right: 5px;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .right {
         margin-left: 5px;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 {
     width: 207px;
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item {
     position: relative;
     cursor: pointer;
     width: 62px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     border-bottom: 5px solid var(--white);
     margin: 0 2px;
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 .callout_style_main .image_feature_width_one_inner .row .slider_bottom1 .slide-navigation1 .item .number {
     font-size: 16px;
     line-height: 16px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 29px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_image {
     height: 100%;
     position: relative;
     max-width: 575px;
     display: flex;
     justify-content: center;
     align-content: center;
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_image {
         max-width: 400px;
    }
}
 @media (max-width: 991px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_image {
         max-width: 300px;
    }
}
 @media (max-width: 767px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_image {
         max-width: 100%;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slide_image img {
     width: 100%;
     object-fit: cover;
     height: 100%;
}
 @media (max-width: 1850px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_image img {
         object-fit: contain;
         height: auto;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slide_image .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_image .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text p {
     font-size: 23px;
     line-height: 31px;
     font-family: 'Lora', serif;
     color: var(--black);
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text .h2 {
     color: var(--teal);
     margin-bottom: 0;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text h2 {
     font-size: 41px;
     line-height: 41px;
     text-transform: none;
     margin-bottom: 39px;
     font-family: "Lato", sans-serif;
     max-width: 500px;
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text .green_link {
     margin-top: 49px;
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text .green_link {
         margin-top: 40px;
    }
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text .green_link a {
     font-size: 22px;
     line-height: 34px;
     font-family: "Lato", sans-serif;
}
 .callout_style_main .image_feature_width_one_inner .row .slide_text .green_link a svg path {
     fill: var(--black);
}
 @media (max-width: 1200px) {
     .callout_style_main .image_feature_width_one_inner .row .slide_text .green_link a {
         font-size: 19px;
    }
}
 .callout_style_department .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
     font-size: 42px;
     line-height: 42px;
}
 @media (max-width: 1200px) {
     .callout_style_department .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .callout_style_department .image_feature_width_one_inner .row .slide_text .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
/********************* End aCALLOUT STYLE css code *********************/
/********************* Start accordian plus minus css code *********************/
/*DRF 09-08-23 Update: padding was too large, reduced it*/
 .accordian_main_section {
     display: inline-block;
     width: 100%;
     padding: 0 0 2% 0;
}
 @media (max-width: 767px) {
     .accordian_main_section {
         padding: 50px 0;
    }
}
 .accordian_main_section .accordion {
     padding-top: 54px;
}
 .accordian_main_section .accordion .card {
     border: 0 !important;
     background: transparent;
}
 .accordian_main_section .accordion .card .card-header {
     background: transparent !important;
     border: 0 !important;
     padding: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button {
     width: 100%;
     border: 0;
     text-align: left;
     font-family: "Lato", sans-serif;
     font-size: 30px;
     line-height: 31px;
     position: relative;
     padding: 15px 0;
     padding-left: 75px;
     background: transparent !important;
     position: relative;
     z-index: 9;
}
 .accordian_main_section .accordion .card .card-header .accordion-button:focus {
     background: var(--white) !important;
     outline: none;
}
 .accordian_main_section .accordion .card .card-header .accordion-button:focus:before {
     position: absolute;
     background: var(--white);
     left: -50%;
     right: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button:focus:after {
     position: absolute;
     background: var(--white);
     right: -50%;
     left: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button .minus {
     position: absolute;
     font-size: 18px;
     left: 0;
     opacity: 1;
     transition: transform .2s ease-in-out;
     flex-shrink: 0;
     top: 15px;
}
 .accordian_main_section .accordion .card .card-header .accordion-button .plus {
     position: absolute;
     font-size: 18px;
     left: 0;
     opacity: 0;
     transition: transform .2s ease-in-out;
     flex-shrink: 0;
     top: 15px;
}
 .accordian_main_section .accordion .card .card-header .accordion-button[aria-expanded="true"] {
     background: var(--white) !important;
     position: relative;
     z-index: 9;
}
 .accordian_main_section .accordion .card .card-header .accordion-button[aria-expanded="true"]:before {
     position: absolute;
     background: var(--white);
     left: -50%;
     right: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button[aria-expanded="true"]:after {
     position: absolute;
     background: var(--white);
     right: -50%;
     left: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button[aria-expanded="true"] span.minus {
     opacity: 1;
     transition: transform .2s ease-in-out;
     transform: rotate(0deg);
     flex-shrink: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button[aria-expanded="false"] span.plus {
     opacity: 1;
     transition: transform .2s ease-in-out;
     transform: rotate(0deg);
     flex-shrink: 0;
}
 .accordian_main_section .accordion .card .card-header .accordion-button.collapsed span.plus {
     opacity: 1;
}
 @media (max-width: 767px) {
     .accordian_main_section .accordion .card .card-header .accordion-button {
         font-size: 20px;
         padding-left: 40px;
    }
}
 .accordian_main_section .accordion .card.active {
     background: var(--white);
}
 .accordian_main_section .accordion .card .card-body {
     padding: 33px 94px;
     padding-top: 0;
}
 .accordian_main_section .accordion .card .card-body p {
     font-size: 23px;
     line-height: 31px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
}
 @media (max-width: 767px) {
     .accordian_main_section .accordion .card .card-body p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .accordian_main_section .accordion .card .card-body p a {
     color: var(--teal) !important;
     text-decoration: underline !important;
}
 .accordian_main_section .accordion .card .card-body p a:hover {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .accordian_main_section .accordion .card .card-body {
         padding: 30px 0;
    }
}
 @media (max-width: 620px) {
     .accordian_main_section .accordion .card .card-body {
         padding: 20px 0;
    }
}
 @media (max-width: 767px) {
     .accordian_main_section .accordion {
         padding-top: 20px;
    }
}
 .accordian_main_section_schol .accordion .card .card-header .accordion-button {
     font-size: 31px;
     line-height: 31px;
}
 @media (max-width: 767px) {
     .accordian_main_section_schol .accordion .card .card-header .accordion-button {
         font-size: 20px;
         padding-left: 40px;
    }
}
 .accordian_main_section .blue_common_para_heading {
     margin-bottom: 1px;
     padding-right: 15px;
     padding-left: 15px;
}
 @media (max-width: 767px) {
     .accordian_main_section .blue_common_para_heading {
         margin-bottom: 10px;
    }
}
 @media (max-width: 767px) {
     .accordian_main_section {
         padding: 50px 0;
    }
}
 .accordian_main_section .myaccordion {
     overflow: hidden;
}
 .accordian_main_section .myaccordion .card {
     border: 0 !important;
     background: transparent;
}
 .accordian_main_section .myaccordion .card .card-header {
     background: transparent !important;
     border: 0 !important;
     padding: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link {
     display: flex;
     width: 100%;
     padding: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link[aria-expanded="true"] {
     background: var(--white);
}
 .accordian_main_section .myaccordion .card .card-header .btn-link[aria-expanded="true"] .plus {
     opacity: 0 !important;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link[aria-expanded="true"] .minus {
     opacity: 1 !important;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link[aria-expanded="false"] .plus {
     opacity: 1 !important;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link[aria-expanded="false"] .minus {
     opacity: 0 !important;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link:focus {
     text-decoration: none !important;
     outline: none;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link:hover {
     text-decoration: none !important;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button {
     width: 100%;
     border: 0;
     text-align: left;
     font-family: "Lato", sans-serif;
     font-size: 24px;
     line-height: 28px;
     color: var(--black);
     position: relative;
     padding: 15px;
     padding-left: 75px;
     background: transparent !important;
     position: relative;
     z-index: 9;
}
 .container .row .accordion-button {
     max-width: 100%;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button .minus {
     position: absolute;
     font-size: 18px;
     left: 15px;
     opacity: 1;
     transition: transform .2s ease-in-out;
     flex-shrink: 0;
     top: 15px;
}
 @media (max-width: 991px) {
     .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button .minus {
         left: 25px;
    }
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button .plus {
     position: absolute;
     font-size: 18px;
     left: 15px;
     opacity: 0;
     transition: transform .2s ease-in-out;
     flex-shrink: 0;
     top: 15px;
}
 @media (max-width: 991px) {
     .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button .plus {
         left: 25px;
    }
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button[aria-expanded="true"] {
     position: relative;
     z-index: 9;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button[aria-expanded="true"]:before {
     position: absolute;
     background: var(--white);
     left: -50%;
     right: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button[aria-expanded="true"]:after {
     position: absolute;
     background: var(--white);
     right: -50%;
     left: 0;
     content: "";
     z-index: -1;
     top: 0;
     bottom: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button[aria-expanded="true"] span.minus {
     opacity: 1;
     transition: transform .2s ease-in-out;
     transform: rotate(0deg);
     flex-shrink: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button[aria-expanded="false"] span.plus {
     opacity: 1;
     transition: transform .2s ease-in-out;
     transform: rotate(0deg);
     flex-shrink: 0;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button.collapsed span.plus {
     opacity: 1;
}
 @media (max-width: 767px) {
     .accordian_main_section .myaccordion .card .card-header .btn-link .accordion-button {
         font-size: 20px;
         padding-left: 70px;
    }
}
 .accordian_main_section .myaccordion .card.active {
     background: var(--white);
}
 .accordian_main_section .myaccordion .card .card-body {
     background: var(--white);
}
 .accordian_main_section .myaccordion .card .card-body .card-body-inner {
     padding: 33px 94px;
     padding-top: 0;
}
 .accordian_main_section .myaccordion .card .card-body .card-body-inner p {
     font-size: 19px;
     line-height: 26px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
}
 @media (max-width: 767px) {
     .accordian_main_section .myaccordion .card .card-body .card-body-inner p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .accordian_main_section .myaccordion .card .card-body .card-body-inner p a:not(.button) {
     text-decoration: underline !important;
}
 .accordian_main_section .myaccordion .card .card-body .card-body-inner p a:hover {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .accordian_main_section .myaccordion .card .card-body .card-body-inner {
         padding: 0;
    }
}
 @media (max-width: 620px) {
     .accordian_main_section .myaccordion .card .card-body .card-body-inner {
         padding: 0;
    }
}
 .accordian_main_section_schol .accordion .card .card-header .accordion-button {
     font-size: 31px;
     line-height: 31px;
}
 @media (max-width: 767px) {
     .accordian_main_section_schol .accordion .card .card-header .accordion-button {
         font-size: 20px;
         padding-left: 40px;
    }
}
/********************* End accordian plus minus css code *********************/
/********************* Start accordian plus minus css code *********************/
 .program_accordian {
     padding: 0;
     padding-bottom: 2%;
}
 .program_accordian .heading_h3 {
     margin-bottom: 31px !important;
}
 .program_accordian .heading_h3 h3 {
     font-size: 31px;
     line-height: 38px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .program_accordian .heading_h3 h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .program_accordian .myaccordion {
     width: 100%;
     width: 100%;
     padding-top: 0;
     padding-left: 15px;
}
 .program_accordian .myaccordion .card {
     border-bottom: 1px solid var(--white) !important;
}
 .program_accordian .myaccordion .card .card-header .btn-link {
     background: #F3F3F0;
     border-bottom: 1px solid var(--white);
}
 .program_accordian .myaccordion .card .card-header .accordion-button {
     font-size: 31px;
     line-height: 36px;
}
 @media (max-width: 767px) {
     .program_accordian .myaccordion .card .card-header .accordion-button {
         font-size: 20px;
    }
}
 .program_accordian .myaccordion .card .card-header .accordion-button .minus {
     left: 42px;
}
 @media (max-width: 767px) {
     .program_accordian .myaccordion .card .card-header .accordion-button .minus {
         left: 15px;
    }
}
 .program_accordian .myaccordion .card .card-header .accordion-button .plus {
     left: 42px;
}
 .program_accordian .myaccordion .card .card-body {
     padding: 30px;
     padding-left: 120px;
}
 .program_accordian .myaccordion .card .card-body .card-body-inner {
     padding: 0 !important;
}
 @media (max-width: 767px) {
     .program_accordian .myaccordion .card .card-body {
         padding: 20px;
         padding-top: 0;
         padding-left: 50px;
    }
}
 @media (max-width: 1200px) {
     .program_accordian {
         padding-bottom: 50px;
         padding-left: 25px;
         padding-right: 25px;
    }
}
 @media (max-width: 581px) {
     .program_accordian {
         padding-left: 15px;
         padding-right: 15px;
    }
}
/********************* End accordian plus minus css code *********************/
/********************* start big green link css code *********************/
 @media (max-width: 767px) {
     .big_green_link .green_link {
         padding: 0 25px;
    }
}
 @media (max-width: 581px) {
     .big_green_link .green_link {
         padding-left: 15px;
         padding-right: 15px;
    }
}
 .big_green_link .green_link .text {
     font-size: 22px;
     line-height: 34px;
}
 @media (max-width: 767px) {
     .big_green_link .green_link .text {
         font-size: 19px;
         line-height: 24px;
    }
}
 .big_green_link .green_link a svg path {
     fill: var(--black);
}
 .big_green_link .green_link a:hover svg rect {
     fill: var(--navy);
}
 .big_green_link .green_link a:hover svg path {
     fill: var(--white);
}
 .big_green_link .green_link a:focus svg rect {
     fill: var(--navy);
}
 .big_green_link .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 480px) {
     .big_green_link .text-right {
         text-align: left !important;
    }
     .big_green_link .text-right .icon {
         top: 0;
    }
}
/********************* End big green link css code *********************/
/********************* Start right side text image css code *********************/
 .text_image {
     background: var(--white);
     padding-bottom: 58px;
     margin-top: 3%;
}
 @media (max-width: 1200px) {
     .text_image {
         padding-bottom: 50px;
         margin-top: 1%;
    }
}
 @media (max-width: 767px) {
     .text_image {
         padding-bottom: 30px;
         margin-top: 1%;
    }
}
 .text_image .text_image_inner {
     border: 0;
     justify-content: flex-end;
}
 .text_image .text_image_inner .text_cover {
     padding-right: 20px;
     padding-top: 46px;
}
 @media (max-width: 991px) {
     .text_image .text_image_inner .text_cover {
         padding-right: 0;
         padding-top: 20px;
    }
}
 @media (max-width: 480px) {
     .text_image .text_image_inner .text_cover {
         padding-top: 0;
    }
}
 .text_image .text_image_inner .text_cover h3 {
     font-weight: 400;
     font-size: 28px;
     line-height: 41px;
     font-family: 'Lato', sans-serif;
     color: var(--teal);
}
 @media (max-width: 991px) {
     .text_image .text_image_inner .text_cover h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .text_image .text_image_inner .img_cover {
     width: 244px;
}
 @media (max-width: 991px) {
     .text_image .text_image_inner .img_cover {
         width: 200px;
    }
}
 @media (max-width: 581px) {
     .text_image .text_image_inner .img_cover {
         max-width: 100%;
         margin-top: 20px;
         width: 100%;
         text-align: center;
    }
}
 @media (max-width: 581px) {
     .text_image .text_image_inner {
         display: flex;
         flex-direction: column;
         justify-content: flex-end;
         align-items: flex-end;
    }
}
/********************* End right side text image css code *********************/
/********************* Start programe text image css code *********************/
 .program_text_image {
     padding-bottom: 53px;
}
 @media (max-width: 1200px) {
     .program_text_image {
         padding-bottom: 30px;
    }
}
 .program_text_image .text_image_inner {
     margin-top: -25px;
}
 @media (max-width: 1850px) {
     .program_text_image .text_image_inner {
         margin-top: 25px;
    }
}
 .program_text_image .text_image_inner .text_cover {
     padding-right: 77px;
     padding-top: 0;
     max-width: 560px;
}
 @media (max-width: 767px) {
     .program_text_image .text_image_inner .text_cover {
         max-width: 100%;
         padding-right: 30px;
    }
}
 @media (max-width: 581px) {
     .program_text_image .text_image_inner .text_cover {
         padding-right: 0;
    }
}
 .program_text_image .text_image_inner .text_cover h3 {
     font-size: 29px;
     line-height: 42px;
     margin-top: -10px;
}
 @media (max-width: 991px) {
     .program_text_image .text_image_inner .text_cover h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
/********************* End programe text image css code *********************/
/********************* start page footer css code *********************/
 #footer {
     background: #00305A;
}
 .main_footer .footer_top {
     padding: 32px 0;
}
 .main_footer .footer_top.transparent_blue {
     margin-top: -139px;
     position: relative;
}
 @media (max-width: 991px) {
     .main_footer .footer_top.transparent_blue {
         margin-top: -135px;
    }
}
 @media (max-width: 767px) {
     .main_footer .footer_top.transparent_blue {
         margin-top: -100px;
         min-height: 100px;
         display: flex;
         align-items: center;
    }
}
 @media (max-width: 380px) {
     .main_footer .footer_top.transparent_blue {
         margin-top: -150px;
         min-height: 150px;
    }
}
 .main_footer .footer_top.transparent_blue:before {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background-color: #001020;
     z-index: 1;
     opacity: .91;
}
 @media (max-width: 1200px) {
     .main_footer .footer_top .row {
         justify-content: space-between !important;
         padding-left: 50px;
         padding-right: 50px;
    }
}
 @media (max-width: 1200px) and (max-width: 480px) {
     .main_footer .footer_top .row {
         padding-left: 25px;
         padding-right: 25px;
    }
}
 .main_footer .footer_top .row .col {
     font-size: 36px;
     line-height: 46px;
     font-weight: 900;
     font-family: 'Lato', sans-serif;
     padding: 0 8%;
     z-index: 9;
}
 @media (max-width: 991px) {
     .main_footer .footer_top .row .col {
         padding: 0 5%;
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .main_footer .footer_top .row .col {
         padding: 0 20px;
    }
}
 @media (max-width: 380px) {
     .main_footer .footer_top .row .col {
         padding: 4px;
    }
}
 @media (max-width: 767px) {
     .main_footer .footer_top .row .col {
         margin: 0 !important;
    }
}
 @media (max-width: 480px) {
     .main_footer .footer_top .row .col {
         font-size: 24px;
         line-height: 26px;
    }
}
 .main_footer .footer_top .row .col a {
     color: var(--white);
     padding: 12px 10px !important;
     display: inline-block;
     border-bottom: 5px solid transparent;
}
 @media (max-width: 767px) {
     .main_footer .footer_top .row .col a {
         padding: 0 !important;
    }
}
 .main_footer .footer_top .row .col a:hover {
     border-bottom: 5px solid var(--gold);
}
 .main_footer .footer_top .row .col a:focus {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 767px) {
     .main_footer .footer_top .row .col {
         margin: 0 3em;
         font-size: 22px;
         line-height: 24px;
    }
}
 .main_footer .footer_top .row .col :first-of-type {
     padding-left: 0;
}
 .main_footer .footer_top .row .col :last-child {
     padding-right: 0;
}
 .main_footer .footer_top ul {
     width: 100%;
}
 .main_footer .footer_top ul li {
     font-size: 47px;
     line-height: 55px;
     font-weight: 900;
     font-family: 'Lato', sans-serif;
}
 .main_footer .footer_top ul li a {
     color: var(--white);
     padding: 17px 5px;
     display: inline-block;
     border-bottom: 5px solid transparent;
}
 .main_footer .footer_top ul li a:hover {
     border-bottom: 5px solid var(--gold);
}
 .main_footer .footer_top ul li a:focus {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 767px) {
     .main_footer .footer_top ul li {
         margin: 0 3em;
         font-size: 2em;
         line-height: 1em;
    }
}
 @media (max-width: 767px) {
     .main_footer .footer_top {
         padding: 4% 0;
    }
}
 .main_footer .page-footer {
     color: var(--white);
     padding: 72px 0 16px 0;
}
 .main_footer .page-footer .footer_logo a {
     display: inline-block;
}
 .main_footer .page-footer .footer_logo a:focus {
     border: 1px solid var(--black);
}
 .main_footer .page-footer .col-first-1 {
     padding-left: 40px;
     flex: 0 0 25%;
     max-width: 25%;
}
 .main_footer .page-footer .col-first-1 img {
     margin-bottom: 40px;
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .col-first-1 img {
         max-width: 200px;
         margin-bottom: 40px;
    }
}
 .main_footer .page-footer .col-first-1 p a {
     color: var(--white);
     text-decoration: none !important;
     line-height: 24px;
}
 .main_footer .page-footer .col-first-1 p a span {
     margin-bottom: 5px;
     display: inline-block;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .col-first-1 p a span {
         margin-bottom: 0;
    }
}
 .main_footer .page-footer .col-first-1 p a span:last-child {
     margin-bottom: 0;
}
 .main_footer .page-footer .col-first-1 p a:hover {
     text-decoration: underline !important;
}
 .main_footer .page-footer .col-first-1 p a:focus {
     text-decoration: underline !important;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .col-first-1 {
         padding-left: 40px;
         flex: 0 0 66.66%;
         max-width: 66.66%;
         order: 1;
         text-align: left;
    }
}
 @media (max-width: 767px) {
     .main_footer .page-footer .col-first-1 {
         flex: 50%;
         max-width: 50%;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer .col-first-1 {
         flex: 100%;
         max-width: 100%;
         padding-left: 0;
         border-bottom: 1px solid white;
         padding-right: 0;
         padding-bottom: 10px;
    }
}
 .main_footer .page-footer .common_link {
     padding-top: 34px;
}
 .main_footer .page-footer .common_link h2 {
     font-size: 21px;
     line-height: 34px;
     font-weight: normal;
     font-family: 'Lato', sans-serif;
     margin-bottom: 25px;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .common_link h2 {
         margin-bottom: 15px;
    }
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .common_link h2 {
         font-size: 18px;
         line-height: 24px;
    }
}
 .main_footer .page-footer .common_link li a {
     font-size: 19px;
     line-height: 26px;
     font-weight: normal;
     font-family: 'Lato', sans-serif;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .common_link li a {
         font-size: 18px;
    }
}
 .main_footer .page-footer .common_link li a:hover {
     text-decoration: underline !important;
}
 .main_footer .page-footer .common_link li a:focus {
     text-decoration: underline !important;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .common_link {
         padding-top: 34px;
         flex: 0 0 33.33%;
         max-width: 33.33%;
         order: 3;
         padding-left: 40px;
         padding-bottom: 40px;
         text-align: left;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer .common_link {
         flex: 0 0 100%;
         max-width: 100%;
         border-bottom: 1px solid white;
         padding-top: 20px;
         padding-bottom: 10px;
         padding-left: 0;
         padding-right: 0;
    }
}
 .main_footer .page-footer .social_icon {
     flex: 0 0 13%;
     max-width: 13%;
     padding-right: 40px;
     padding-top: 46px;
     min-width: 209px;
}
 .main_footer .page-footer .social_icon ul {
     display: flex;
     flex-wrap: wrap;
}
 .main_footer .page-footer .social_icon ul li {
     width: 50%;
     margin-bottom: 60px;
     min-width: 76px;
     text-align: left;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .social_icon {
         flex: 0 0 33.33%;
         max-width: 33.33%;
         padding-right: 40px;
         padding-top: 0;
         order: 2;
         display: flex;
         align-items: flex-end;
         padding-left: 40px;
    }
     .main_footer .page-footer .social_icon ul {
         max-width: 209px;
         margin-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .main_footer .page-footer .social_icon {
         flex: 50%;
         max-width: 50%;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer .social_icon {
         flex: 100%;
         max-width: 100%;
         order: 4;
         padding-top: 40px;
         display: flex;
         align-items: center;
         justify-content: center;
    }
}
 .main_footer .page-footer .social_icon a em {
     font-size: 48px;
     display: block;
     width: 1em;
     height: 1em;
}
 .main_footer .page-footer .social_icon a .facebook {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/fb/facebook-white-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a:hover .facebook, .main_footer .page-footer .social_icon a:focus .facebook {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/fb/facebook-gold-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a .twitter {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/x/x-white-responsive.svg) no-repeat left center;
     height: 0.95em;
}
 .main_footer .page-footer .social_icon a:hover .twitter, .main_footer .page-footer .social_icon a:focus .twitter {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/x/x-gold-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a .youtube {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/youtube/youtube-white-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a:hover .youtube, .main_footer .page-footer .social_icon a:focus .youtube {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/youtube/youtube-gold-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a .instagram {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/instagram/instagram-white-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a:hover .instagram, .main_footer .page-footer .social_icon a:focus .instagram {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/instagram/instagram-gold-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a .linkedin {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/linkedin/linkedin-white-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon a:hover .linkedin, .main_footer .page-footer .social_icon a:focus .linkedin {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/linkedin/linkedin-gold-responsive.svg) no-repeat left center;
}
 .main_footer .page-footer .social_icon ul li:nth-child(even) {
     position: relative;
}
 .main_footer .page-footer .social_icon ul li:nth-child(even) a em {
     position: absolute;
     right: 0;
}
 .main_footer .page-footer p {
     font-size: 21px;
     line-height: 21px;
     font-weight: normal;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1200px) {
     .main_footer .page-footer p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .main_footer .page-footer p a {
     display: inline-block;
     color: var(--white) !important;
}
 .main_footer .page-footer .footer-copyright {
     margin-top: -18px;
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .footer-copyright {
         margin-top: 0;
    }
}
 .main_footer .page-footer .footer-copyright .col ul li {
     font-size: 21px;
     line-height: 47px;
     font-weight: normal;
     font-family: 'Lato', sans-serif;
     padding: 0 17px 0 14px;
     position: relative;
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .footer-copyright .col ul li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .main_footer .page-footer .footer-copyright .col ul li:before {
     content: "";
     width: 2px;
     height: 20px;
     background: var(--white);
     position: absolute;
     top: 15px;
     left: inherit;
     right: 0;
     bottom: 0;
}
 @media (max-width: 1200px) {
     .main_footer .page-footer .footer-copyright .col ul li:before {
         top: 4px;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer .footer-copyright .col ul li:before {
         display: none;
    }
}
 .main_footer .page-footer .footer-copyright .col ul li a {
     color: var(--white);
}
 .main_footer .page-footer .footer-copyright .col ul li a:hover {
     text-decoration: underline !important;
}
 .main_footer .page-footer .footer-copyright .col ul li a:focus {
     text-decoration: underline !important;
}
 .main_footer .page-footer .footer-copyright .col ul li:last-child:before {
     display: none;
}
 .main_footer .page-footer .footer-copyright .col ul li:first-of-type {
     padding-left: 0;
}
 @media (max-width: 991px) {
     .main_footer .page-footer .footer-copyright .col ul li:first-of-type {
         padding-left: 17px;
    }
}
 @media (max-width: 991px) {
     .main_footer .page-footer .footer-copyright .col {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .main_footer .page-footer .footer-copyright .col ul {
         justify-content: center;
    }
}
 @media (max-width: 991px) and (max-width: 581px) {
     .main_footer .page-footer .footer-copyright .col ul {
         display: inline-block !important;
         width: 100%;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer .footer-copyright .col {
         border-bottom: 0;
         padding: 0;
    }
}
 @media (max-width: 581px) {
     .main_footer .page-footer {
         padding-left: 25px;
         padding-right: 25px;
    }
}
/********************* ENd page footer css code *********************/
/********************* start Announcements Rotator css code *********************/
 .announcements_rotator_slider .product-image-carousels {
     display: flex;
     justify-content: center;
}
 .announcements_rotator_slider .thumbnails-slider {
     padding: 0;
     margin-right: 0;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
}
 .announcements_rotator_slider .thumbnails-slider button {
     height: 30px;
     width: 100%;
     padding: 0;
     margin: 0;
     font-size: 30px;
     color: var(--white);
}
 .announcements_rotator_slider .thumbnails-slider button.slick-prev {
     display: none;
}
 .announcements_rotator_slider .thumbnails-slider button.slick-prev .slick-prev-icon {
     display: inline-block;
     transform: rotate(90deg);
     color: black;
}
 .announcements_rotator_slider .thumbnails-slider button.slick-next {
     display: none;
}
 .announcements_rotator_slider .thumbnails-slider button.slick-next .slick-next-icon {
     display: inline-block;
     transform: rotate(90deg);
     color: black;
}
 .announcements_rotator_slider .thumbnails-slider .slick-track {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     display: flex !important;
}
 .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button {
     display: block;
     height: 50px !important;
     cursor: pointer;
     width: 37px !important;
     background: transparent;
}
 .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button:hover {
     border-bottom: 5px solid var(--gold);
}
 .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button:focus img, .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button:hover img, .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button[aria-current="true"] img {
     opacity: 1;
     filter: grayscale(0);
}
 .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button:focus img {
     outline: 3px dashed white;
     outline-offset: -4px;
}
 .announcements_rotator_slider .thumbnails-slider .slick-track .thumbnail-button img {
     display: block;
     width: 100%;
     height: 100%;
     opacity: .3;
     object-fit: cover;
     filter: grayscale(0.6);
     transition: all .1s linear;
}
 .announcements_rotator_slider .main-image-slider {
     position: relative;
     height: auto;
     position: relative;
     margin-bottom: 1px;
}
 .announcements_rotator_slider .main-image-slider .slick-list .image-link img {
     width: 100%;
}
 .announcements_rotator_slider .main-image-slider .slick-list .announcements_rotator_slider_inner {
     color: var(--white);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     height: 100%;
     text-align: center;
}
 .announcements_rotator_slider .main-image-slider button {
     z-index: 1;
}
 .announcements_rotator_slider .main-image-slider button.slick-prev {
     left: 10px;
}
 .announcements_rotator_slider .main-image-slider button.slick-prev .slick-prev-icon {
     opacity: 1;
}
 .announcements_rotator_slider .main-image-slider button.slick-next {
     right: 10px;
}
 .announcements_rotator_slider .main-image-slider button.slick-next .slick-next-icon {
     opacity: 1;
}
 .announcements_rotator_slider .main-image-slider .slick-slide {
     background: transparent !important;
}
 .announcements_rotator_slider .main-image-slider .slick-slide .image-link {
     overflow: hidden;
     transition: outline .1s linear;
}
/********************* End Announcements Rotator css code *********************/
/********************* start Announcements Rotator2 css code *********************/
 .announcements_rotator_slider2 {
     padding: 102px 0 118px 0;
     border-top: 1px solid var(--gold);
}
 @media (max-width: 991px) {
     .announcements_rotator_slider2 {
         padding: 50px 0;
    }
}
 .announcements_rotator_slider2 .product-image-carousels {
     display: flex;
     justify-content: center;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     justify-content: center;
     align-items: center;
     width: 187px;
     display: flex;
     flex-direction: column;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .left {
     margin-bottom: 30px;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .left a svg {
     transform: rotate(-90deg) scale(1.2);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .left a:hover svg path {
     fill: var(--gold);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .left a:focus svg path {
     fill: var(--gold);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .right {
     margin-top: 30px;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .right a svg {
     transform: rotate(90deg) scale(1.2);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .right a:hover svg path {
     fill: var(--gold);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .right a:focus svg path {
     fill: var(--gold);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider {
     padding: 0;
     margin-right: 0;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider button {
     height: 30px;
     width: 100%;
     padding: 0;
     margin: 0;
     font-size: 18px;
     color: var(--white);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider button.slick-prev {
     display: none !important;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider button.slick-prev .slick-prev-icon {
     display: inline-block;
     transform: rotate(90deg);
     color: black;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider button.slick-next {
     display: none !important;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider button.slick-next .slick-next-icon {
     display: inline-block;
     transform: rotate(90deg);
     color: black;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     display: flex !important;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button {
     display: block;
     height: 50px !important;
     cursor: pointer;
     width: 37px !important;
     border-bottom: 3px solid transparent;
     background: transparent;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button:hover, .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button:focus {
     border-bottom: 3px solid var(--gold);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button:focus img, .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button:hover img, .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button[aria-current="true"] img {
     opacity: 1;
     filter: grayscale(0);
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button:focus img {
     outline: 3px dashed white;
     outline-offset: -4px;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button img {
     display: block;
     width: 100%;
     height: 100%;
     opacity: .3;
     object-fit: cover;
     filter: grayscale(0.6);
     transition: all .1s linear;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .thumbnails-slider .slick-track .thumbnail-button.slick-current {
     border-bottom: 3px solid var(--gold);
}
 @media (max-width: 991px) {
     .announcements_rotator_slider2 .announcements_rotator_bottom {
         justify-content: flex-start;
    }
}
 .announcements_rotator_slider2 .main-image-slider {
     position: relative;
     height: auto;
     position: relative;
     margin-bottom: 1px;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     width: 90%;
     padding-left: 103px;
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .image-link img {
     width: 100%;
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner {
     color: var(--white);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     height: 100%;
     text-align: left;
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text {
     padding: 28px 54px 0 0px;
}
 @media (max-width: 1600px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text {
         padding: 0 0 0 0px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text p {
     font-size: 19px;
     line-height: 26px;
     color: var(--white);
     font-family: 'Lora', serif;
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 480px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 1600px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2 {
     font-size: 36px;
     line-height: 46px;
     text-transform: none;
     margin-bottom: 20px;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     text-transform: uppercase;
}
 @media (max-width: 1600px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 581px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 480px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2 {
         font-size: 19px;
         line-height: 24px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .white_link {
     margin-top: 65px;
}
 @media (max-width: 1600px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .white_link {
         margin-top: 30px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .white_link a {
     font-size: 19px;
     line-height: 26px;
     font-family: "Lato", sans-serif;
     font-weight: 900;
     text-transform: uppercase;
}
 @media (max-width: 1200px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .white_link a {
         font-size: 19px;
    }
}
 @media (max-width: 480px) {
     .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .white_link a {
         font-size: 18px;
    }
}
 .announcements_rotator_slider2 .main-image-slider button {
     z-index: 1;
}
 .announcements_rotator_slider2 .main-image-slider button.slick-prev {
     left: 10px;
}
 .announcements_rotator_slider2 .main-image-slider button.slick-prev .slick-prev-icon {
     opacity: 1;
}
 .announcements_rotator_slider2 .main-image-slider button.slick-next {
     right: 10px;
}
 .announcements_rotator_slider2 .main-image-slider button.slick-next .slick-next-icon {
     opacity: 1;
}
 .announcements_rotator_slider2 .main-image-slider .slick-slide {
     background: transparent !important;
     padding: 0 1px;
}
 .announcements_rotator_slider2 .main-image-slider .slick-slide .image-link {
     overflow: hidden;
     transition: outline .1s linear;
}
 @media (max-width: 1200px) {
     .announcements_rotator_slider2 .main-image-slider {
         padding-left: 30px;
    }
}
 @media (max-width: 581px) {
     .announcements_rotator_slider2 .main-image-slider {
         width: 80%;
    }
}
 .announcements_rotator_slider2 .announcements_rotator_img {
     display: flex;
     justify-content: center;
     align-items: center;
}
 @media (max-width: 991px) {
     .announcements_rotator_slider2 .announcements_rotator_img {
         order: 1;
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_slider2 .announcements_rotator_text {
         order: 2;
         margin-top: 50px;
    }
}
 @media (max-width: 767px) {
     .announcements_rotator_slider2 .announcements_rotator_text {
         margin-top: 20px;
    }
}
/********************* End Announcements Rotator2 css code *********************/
/********************* start actoid_Slider_Feature css code *********************/
 .actoid_Slider_Feature {
     margin-bottom: 112px;
     display: flex;
     width: 100%;
     flex-direction: column;
     border-top: 1px solid var(--gold);
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature {
         margin-bottom: 50px;
    }
}
 .actoid_Slider_Feature .slide-box {
     position: relative;
     display: flex;
     margin: 0;
     padding: 0;
     flex-wrap: wrap;
}
 .actoid_Slider_Feature .slide-box .slide {
     position: relative;
     width: 100%;
     margin: 0;
     padding: 0;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item {
     position: relative;
     height: 100%;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image {
     position: relative;
     background: var(--black);
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner {
     max-height: 951px;
     min-height: auto;
     overflow: hidden;
     position: relative;
     width: 100%;
     min-height: 951px;
}
 @media (max-width: 1600px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner {
         min-height: 600px;
         max-height: 600px;
    }
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner {
         min-height: 400px;
         max-height: 400px;
    }
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner {
         min-height: 300px;
         max-height: 300px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner img {
     width: 100%;
     height: 100%;
     position: absolute;
     object-fit: cover;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     bottom: 0;
     left: 0;
     height: 100%;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text_inner .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
}
 @media (max-width: 991px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text {
         height: 50%;
         display: flex;
         align-items: flex-end;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text img {
     bottom: 0;
     position: absolute;
     z-index: 1;
     mix-blend-mode: multiply;
     max-height: 300px;
     left: 0;
     right: 0;
     width: 100%;
     opacity: .7;
     height: 100%;
}
 @media (max-width: 991px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text img {
         opacity: 1;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container {
     z-index: 9;
     position: relative;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_left {
     position: relative;
     max-width: 342px;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right {
     padding: 36px 40px;
     padding-left: 410px;
     position: relative;
     z-index: 10;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right {
         padding: 30px 15px;
    }
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right {
         padding: 20px 15px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right .heading_h2 h2 {
     font-size: 48px;
     line-height: normal;
     font-family: "Lora", serif;
     font-weight: 400;
     margin-bottom: 0;
     text-transform: none;
}
 @media (max-width: 1280px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right .heading_h2 h2 {
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom {
     max-width: 600px;
     display: flex;
     position: absolute;
     right: 185px;
     margin-top: 31px;
     z-index: 99;
}
 @media (max-width: 1280px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom {
         right: 30px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     cursor: pointer;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom .left svg {
     transform: rotate(180deg);
}
 @media (max-width: 480px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom .left {
         margin-right: 5px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .slider_bottom .right {
         margin-left: 5px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_left {
     position: relative;
     max-width: 342px;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right {
     padding: 66px 40px;
     padding-right: 175px;
     padding-left: 410px;
     position: relative;
     z-index: 10;
     padding-bottom: 0;
}
 @media (max-width: 1600px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right {
         padding-right: 0;
    }
}
 @media (max-width: 1280px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right {
         padding-right: 30px;
         padding-top: 70px;
    }
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right {
         padding-left: 15px;
         padding-top: 70px;
         padding-right: 15px;
    }
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right {
         padding-top: 100px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right h3 {
     margin-bottom: 10px;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right h3 {
         margin-bottom: 20px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right h3 {
     font-size: 28px;
     line-height: 36px;
     max-width: 80%;
     font-family: "Lato", sans-serif;
     text-transform: uppercase;
     color: var(--navy);
     font-weight: 700;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right p {
     padding: 0;
}
 .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right p {
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     font-family: "Lora", serif;
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_text .container .text_area_right p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .actoid_Slider_Feature .slide-box .factoid_area_main {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main {
         position: relative;
         margin: 0 auto;
    }
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area {
     max-width: 342px;
     position: absolute;
     z-index: 9;
     bottom: 0;
     min-width: 342px;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area {
         max-width: 100%;
         position: relative;
         z-index: 9;
         bottom: 0;
         min-width: 100%;
         padding: 30px;
         padding-bottom: 0;
    }
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li {
     margin-bottom: 11px;
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li h2 {
     font-size: 48px;
     line-height: normal;
     font-family: "Lora", serif;
     font-weight: 600;
     margin-bottom: 0;
     color: var(--white);
     text-transform: none;
     margin-bottom: -8px;
}
 @media (max-width: 1280px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li h2 {
         font-size: 31px;
         line-height: 36px;
         margin-bottom: 0;
    }
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p {
     padding: 0;
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p {
     font-size: 19px;
     font-weight: 400;
     line-height: 24px;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p a {
     color: var(--white) !important;
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p a:hover {
     text-decoration: none !important;
}
 .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 1200px) {
     .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 .actoid_Slider_Feature .slide .heading_h2 {
     color: var(--white);
}
 .actoid_Slider_Feature .slider_bottom1 {
     line-height: 0;
     margin: 0;
     padding: 0;
     max-width: 600px;
     display: flex;
     position: absolute;
     right: 186px;
     margin-top: 12px;
     top: 951px;
}
 .actoid_Slider_Feature .slider_bottom1 .left a svg path {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .left a:hover svg rect {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .left a:hover svg path {
     fill: var(--white);
}
 .actoid_Slider_Feature .slider_bottom1 .left a:focus svg rect {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .left a:focus svg path {
     fill: var(--white);
}
 .actoid_Slider_Feature .slider_bottom1 .left svg {
     transform: rotate(180deg);
}
 .actoid_Slider_Feature .slider_bottom1 .item:hover {
     outline: none !important;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--gold);
}
 .actoid_Slider_Feature .slider_bottom1 .item:focus {
     outline: none !important;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--gold);
}
 .actoid_Slider_Feature .slider_bottom1 .right a svg path {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .right a:hover svg rect {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .right a:hover svg path {
     fill: var(--white);
}
 .actoid_Slider_Feature .slider_bottom1 .right a:focus svg rect {
     fill: var(--black);
}
 .actoid_Slider_Feature .slider_bottom1 .right a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1600px) {
     .actoid_Slider_Feature .slider_bottom1 {
         top: 600px;
         right: 100px;
         margin-top: 20px;
    }
}
 @media (max-width: 991px) {
     .actoid_Slider_Feature .slider_bottom1 {
         right: 30px;
    }
}
 @media (max-width: 767px) {
     .actoid_Slider_Feature .slider_bottom1 {
         top: 400px;
    }
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .slider_bottom1 {
         top: 300px;
    }
}
 .actoid_Slider_Feature .slider_bottom1 .slide-navigation {
     width: 207px;
}
 .actoid_Slider_Feature .slider_bottom1 .slide-navigation .item {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: var(--black);
     display: block;
     height: 40px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
     outline: none;
     text-align: center;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--teal);
     margin: 0 2px;
}
 .actoid_Slider_Feature .slider_bottom1 .slide-navigation .item:hover {
     outline: none !important;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--gold);
}
 .actoid_Slider_Feature .slider_bottom1 .slide-navigation .item:focus {
     outline: none !important;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 991px) {
     .actoid_Slider_Feature .slider_bottom1 .slide-navigation .item {
         color: var(--black);
         border-bottom: 5px solid var(--teal);
    }
}
 .actoid_Slider_Feature .slider_bottom1 .slide-navigation .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .slider_bottom1 .slide-navigation {
         width: 180px;
    }
}
 .actoid_Slider_Feature .first-active .left {
     width: 40px;
     height: 40px;
     opacity: 0;
     display: none;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .first-active .left {
         width: 30px;
         height: 28px;
    }
}
 .actoid_Slider_Feature .first-active .left a {
     display: none;
}
 .actoid_Slider_Feature .last-active .right {
     width: 40px;
     height: 40px;
     opacity: 0;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .last-active .right {
         width: 30px;
         height: 28px;
    }
}
 .actoid_Slider_Feature .last-active .right a {
     display: none;
}
 .actoid_Slider_Feature .right {
     margin-left: 24px;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .right {
         margin-left: 10px;
    }
}
 .actoid_Slider_Feature .right a {
     display: inline-block;
}
 .actoid_Slider_Feature .right a svg {
     width: 40px;
     height: 37px;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .right a svg {
         width: 30px;
         height: 28px;
    }
}
 .actoid_Slider_Feature .left {
     margin-right: 24px;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .left {
         margin-right: 10px;
    }
}
 .actoid_Slider_Feature .left a {
     display: inline-block;
}
 .actoid_Slider_Feature .left a svg {
     width: 40px;
     height: 37px;
}
 @media (max-width: 581px) {
     .actoid_Slider_Feature .left a svg {
         width: 30px;
         height: 28px;
    }
}
/********************* End actoid_Slider_Feature css code *********************/
/********************* start actoid_Slider_Feature css code *********************/
 .announcements_rotator_photo {
     padding-top: 63px;
     display: flex;
     width: 100%;
     background: var(--white);
}
 .announcements_rotator_photo .slide-box1 {
     position: relative;
     display: flex;
     margin: 0;
     padding: 0;
     flex-wrap: wrap;
}
 .announcements_rotator_photo .slide-box1 .slide1 {
     position: relative;
     width: 100%;
     margin: 0;
     padding: 0;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track {
     display: flex !important;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner {
     height: 100%;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row {
     height: 100%;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_text {
     padding: 55px 30px 100px 75px;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_text {
         padding: 30px;
         padding-bottom: 185px;
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_text {
         padding: 25px;
    }
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 {
     line-height: 0;
     position: relative;
     margin: 0;
     padding: 0;
     max-width: 100%;
     display: flex;
     left: 0;
     bottom: 0;
     padding: 42px 60px;
     align-items: center;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     cursor: pointer;
     transform: rotate(180deg);
}
 @media (max-width: 480px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .left {
         margin-right: 5px;
    }
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 @media (max-width: 480px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .right {
         margin-left: 5px;
    }
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .slide-navigation1 {
     width: 198px;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .slide-navigation1 .item {
     position: relative;
     cursor: pointer;
     width: 62px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     border-bottom: 5px solid var(--white);
     margin: 0 2px;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .slide-navigation1 .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slider_bottom1 .slide-navigation1 .item .number {
     font-size: 16px;
     line-height: 16px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 29px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_image {
     height: 100%;
     position: relative;
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_image {
         height: 425px;
    }
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_image .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .slide_image .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 @media (max-width: 480px) {
     .announcements_rotator_photo .slide-box1 .slide1 .slick-list .slick-track .item .item_inner .row .col-lg-7 {
         min-height: 200px;
    }
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 {
     line-height: 0;
     margin: 0;
     padding: 0;
     max-width: 600px;
     display: flex;
     position: absolute;
     left: 89px;
     margin-top: 31px;
     bottom: 60px;
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .left {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-right: 19px;
     transform: rotate(180deg);
     cursor: pointer;
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:hover svg path {
     fill: var(--gold);
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:focus svg path {
     fill: var(--gold);
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a svg path {
         fill: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:hover svg {
         background: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:hover svg path {
         fill: var(--white);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:focus svg {
         background: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left a:focus svg path {
         fill: var(--white);
    }
}
 @media (max-width: 480px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left {
         margin-right: 5px;
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .left svg {
         width: 30px;
         height: 28px;
         background: var(--gold);
         padding: 5px;
    }
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .right {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     margin-left: 19px;
     cursor: pointer;
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:hover svg path {
     fill: var(--gold);
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:focus svg path {
     fill: var(--gold);
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a svg path {
         fill: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:hover svg {
         background: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:hover svg path {
         fill: var(--white);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:focus svg {
         background: var(--black);
    }
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right a:focus svg path {
         fill: var(--white);
    }
}
 @media (max-width: 480px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right {
         margin-left: 5px;
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .right svg {
         width: 30px;
         height: 28px;
         background: var(--gold);
         padding: 5px;
    }
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 {
     width: 198px;
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item {
     position: relative;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
     margin: 0;
     border-bottom: 5px solid var(--white);
     margin: 0 2px;
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item.slick-current {
     border-bottom: 5px solid var(--gold);
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item .number {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 40px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
     outline: none;
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item .number {
         color: var(--teal);
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item {
         border-bottom: 5px solid var(--teal);
    }
}
 @media (max-width: 1200px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 {
         left: 60px;
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 {
         line-height: 0;
         margin: 0;
         padding: 0;
         max-width: 100%;
         display: flex;
         position: relative;
         left: inherit;
         margin-top: 31px;
         bottom: 0;
         width: 100%;
         justify-content: flex-end;
    }
}
 .announcements_rotator_photo .slide1 .slick-list .item p {
     padding: 20px 0;
}
 @media (max-width: 767px) {
     .announcements_rotator_photo .slide1 .slick-list .item p {
         padding-top: 20px;
    }
}
 .announcements_rotator_photo .slide1 .heading_h2 {
     color: var(--white);
}
 .announcements_rotator_photo .slide1 .heading_h2 h2 {
     font-size: 36px;
     line-height: 46px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .announcements_rotator_photo .slide1 .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .announcements_rotator_photo .slide1 .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 15px;
    }
}
 @media (max-width: 767px) {
     .announcements_rotator_photo {
         padding-top: 50px;
    }
}
 @media (max-width: 620px) {
     .announcements_rotator_photo {
         padding-top: 30px;
    }
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item {
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: var(--white);
     display: block;
     height: 40px !important;
     cursor: pointer;
     border: 0;
     background: transparent;
     font-family: 'Lato', sans-serif;
     outline: none;
     text-align: center;
     border-bottom: 5px solid var(--white);
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item:hover {
     border-bottom: 5px solid var(--gold);
}
 .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item:focus {
     border-bottom: 5px solid var(--gold);
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 .slide-navigation1 .item {
         color: var(--black);
         border-bottom: 5px solid var(--teal);
    }
}
 @media (max-width: 991px) {
     .announcements_rotator_photo .announcements_rotator_photo_top {
         order: 2;
    }
}
/********************* End actoid_Slider_Feature css code *********************/
/********************* start announcements_rotator_photo_programm css code *********************/
 .announcements_rotator_photo_programm {
     margin-top: 14px;
     margin-bottom: 25px;
}
 .announcements_rotator_photo_programm .slick-list .item p {
     font-size: 19px;
     line-height: 26px;
     font-family: "Lora", serif;
     font-weight: 400;
}
 @media (max-width: 767px) {
     .announcements_rotator_photo_programm .slick-list .item p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .announcements_rotator_photo_programm .slick-list .item .white_link a {
     font-size: 19px;
     line-height: 24px;
}
 @media (max-width: 767px) {
     .announcements_rotator_photo_programm .slick-list .item .white_link a {
         font-size: 19px;
    }
}
/********************* End aannouncements_rotator_photo_programm css code *********************/
/********************* start student work css code *********************/
 .student_work_cover {
     max-width: 1380px;
     margin: 0 auto;
     padding-bottom: 3%;
     padding-top: 2%;
     background: var(--white);
     width: 100%;
}
 @media (max-width: 767px) {
     .student_work_cover .green_header_text h3 {
         text-align: center !important;
    }
}
 @media (max-width: 581px) {
     .student_work_cover .green_header_text h3 {
         text-align: center !important;
    }
}
 .student_work_cover .blue_common_para_heading {
     margin-bottom: 40px;
}
 .student_work_cover .blue_common_para_heading h2 {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 31px;
     line-height: 54px;
     font-family: "Lato", sans-serif;
     color: var(--navy);
}
 @media (max-width: 1200px) {
     .student_work_cover .blue_common_para_heading h2 {
         font-size: 24px;
         line-height: 28px;
    }
}
 .student_work_cover .green_header_text {
     color: var(--teal) !important;
}
 .student_work_cover .green_header_text a {
     color: var(--teal) !important;
}
 .student_work_cover .green_header_text a:hover {
     color: var(--navy) !important;
}
 .student_work_cover .green_header_text a:focus {
     color: var(--navy) !important;
}
 .student_work_cover .heading_h2 {
     width: 100%;
}
 @media (max-width: 1280px) {
     .student_work_cover {
         padding-right: 70px;
         padding-left: 70px;
    }
}
 .student_work_cover .student_work {
     position: relative;
     border: 1px solid #707070;
}
 @media (max-width: 767px) {
     .student_work_cover .student_work {
         width: 90%;
         margin: 0 auto;
    }
}
 .student_work_cover .student_work .green_header_text h3 {
     margin-bottom: 34px;
}
 @media (max-width: 991px) {
     .student_work_cover .student_work .green_header_text h3 {
         margin-bottom: 25px;
    }
}
 @media (max-width: 767px) {
     .student_work_cover .student_work .green_header_text h3 {
         line-height: 20px;
    }
}
 .student_work_cover .student_work .row {
     margin: 0;
}
 .student_work_cover .student_work .row .primary .slick-track {
     height: 100%;
}
 .student_work_cover .student_work .row .primary .slick-track .slick-slide {
     background: transparent !important;
     color: var(--black);
     padding: 0;
     display: flex;
     justify-content: center;
     text-align: left;
     flex-direction: column;
     padding: 33px;
     visibility: hidden;
}
 .student_work_cover .student_work .row .primary .slick-track .slick-slide.slick-active {
     visibility: visible;
}
 @media (max-width: 1200px) {
     .student_work_cover .student_work .row .primary .slick-track .slick-slide {
         padding: 30px 15px;
    }
}
 @media (max-width: 767px) {
     .student_work_cover .student_work .row .primary .slick-track .slick-slide {
         padding: 30px 0;
    }
}
 @media (max-width: 991px) {
     .student_work_cover .student_work .row .primary {
         order: 2;
    }
}
 .student_work_cover .student_work .row .navigator .slick-list {
     height: 100%;
}
 .student_work_cover .student_work .row .navigator .slick-list .slick-track {
     display: flex !important;
     height: 100%;
}
 .student_work_cover .student_work .row .navigator .slick-list .slick-track .slick-slide {
     background: transparent !important;
     padding: 0;
     height: inherit !important;
     min-height: 500px;
}
 .student_work_cover .student_work .row .navigator .slick-list .slick-track .slick-slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .student_work_cover .student_work .row .navigator .slick-list .slick-track .slick-next {
     position: absolute;
     right: -50px;
     top: 50%;
}
 @media (max-width: 991px) {
     .student_work_cover .student_work .row .navigator {
         order: 1;
    }
}
 .student_work_cover .student_work .slick-prev {
     position: absolute;
     left: -60%;
     top: 50%;
}
 .student_work_cover .student_work .left {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 0;
     left: -60px;
}
 .student_work_cover .student_work .left a:focus svg path {
     stroke: var(--teal);
}
 .student_work_cover .student_work .left img {
     cursor: pointer;
}
 @media (max-width: 767px) {
     .student_work_cover .student_work .left {
         left: -40px;
    }
     .student_work_cover .student_work .left svg {
         width: 30px;
         height: 60px;
         object-fit: cover;
    }
     .student_work_cover .student_work .left svg path {
         stroke-width: 5px;
    }
}
 @media (max-width: 581px) {
     .student_work_cover .student_work .left {
         left: -35px;
    }
     .student_work_cover .student_work .left svg {
         width: 30px;
         height: 50px;
         object-fit: cover;
    }
     .student_work_cover .student_work .left svg path {
         stroke-width: 10px;
    }
}
 .student_work_cover .student_work .right {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     right: -60px;
     margin-bottom: 0;
}
 .student_work_cover .student_work .right a:focus svg path {
     stroke: var(--teal);
}
 .student_work_cover .student_work .right img {
     cursor: pointer;
}
 @media (max-width: 767px) {
     .student_work_cover .student_work .right {
         right: -40px;
    }
     .student_work_cover .student_work .right svg {
         width: 30px;
         height: 60px;
         object-fit: cover;
    }
     .student_work_cover .student_work .right svg path {
         stroke-width: 5px;
    }
}
 @media (max-width: 581px) {
     .student_work_cover .student_work .right {
         right: -35px;
    }
     .student_work_cover .student_work .right svg {
         width: 30px;
         height: 50px;
         object-fit: cover;
    }
     .student_work_cover .student_work .right svg path {
         stroke-width: 10px;
    }
}
 .student_work_cover .student_work .paragraph p, .student_work_cover .student_work p {
     margin-bottom: 0;
     font-weight: 400;
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lora', serif;
     color: var(--black);
}
 @media (max-width: 1280px) {
     .student_work_cover .student_work .paragraph p, .student_work_cover .student_work p {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .student_work_cover .student_work .paragraph p, .student_work_cover .student_work p {
         font-size: 18px;
    }
}
 @media (max-width: 1600px) {
     .student_work_cover {
         padding-bottom: 70px;
         padding-top: 70px;
    }
}
 @media (max-width: 1200px) {
     .student_work_cover {
         padding-top: 50px;
    }
}
 @media (max-width: 767px) {
     .student_work_cover {
         padding-right: 0;
         padding-left: 0;
         padding-top: 50px;
         padding-bottom: 100px;
    }
}
 .padding_55 {
     padding-bottom: 94px;
     padding-top: 71px;
}
 @media (max-width: 1280px) {
     .padding_55 {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 @media (max-width: 991px) {
     .padding_55 {
         padding-top: 30px;
    }
}
 @media (max-width: 767px) {
     .padding_55 {
         padding-top: 20px;
         padding-bottom: 50px;
    }
}
/********************* End student work css code *********************/
/********************* start Homepage Tabs css code *********************/
 .home_tab_slider {
     position: relative;
}
 .home_tab_slider .left {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .home_tab_slider .left img {
     cursor: pointer;
     margin-top: 110px;
}
 .home_tab_slider .slider {
     width: auto;
     margin: 0;
     display: flex;
     flex-direction: column;
}
 .home_tab_slider .slider .slick-list {
     order: 2;
}
 .home_tab_slider .right {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     right: 0;
}
 .home_tab_slider .right img {
     cursor: pointer;
     margin-top: 110px;
}
 .home_tab_slider .slick-slide {
     color: white;
     padding: 0;
     font-size: 30px;
     text-align: center;
     margin-top: 56px;
}
 .home_tab_slider .slick-slide img {
     display: inline-block;
     width: 100%;
}
 .home_tab_slider .slick-prev {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     left: 0;
     vertical-align: middle;
}
 .home_tab_slider .slick-next {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     vertical-align: middle;
     right: 0;
}
 .home_tab_slider .pager__item {
     padding: 0 12px;
     display: block;
}
 .home_tab_slider .slick-dots {
     top: 0;
     bottom: inherit;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     order: 1;
     width: 40%;
     margin: 0 auto;
}
 .home_tab_slider .slick-dots li {
     display: inline-block;
     flex-grow: 1;
     text-align: center;
}
 .home_tab_slider .slick-dots li .pager__item {
     padding: 0 12px;
     width: 100%;
     display: inline-block;
     color: var(--black);
     font-weight: 400;
     height: 100%;
     font-size: 24px;
     line-height: 28px;
     font-family: 'Lato', sans-serif;
     text-decoration: none;
}
 .home_tab_slider .slick-dots li.slick-active .pager__item {
     position: relative;
}
 .home_tab_slider .slick-dots li.slick-active .pager__item:before {
     content: "" !important;
     width: 80%;
     height: 5px;
     position: absolute;
     left: 0;
     bottom: -20px;
     right: 0;
     background: var(--gold);
     margin: 0 auto;
}
/********************* End Homepage Tabs css code *********************/
/********************* start Homepage Tabs css code *********************/
 .home_tab_slider2 {
     position: relative;
     margin-bottom: 105px;
     margin-top: 67px;
}
 .home_tab_slider2 .heading_h2 {
     width: 100%;
}
 .home_tab_slider2 .heading_h2 h2 {
     font-size: 47px;
     margin-bottom: 36px !important;
     line-height: 55px;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     color: var(--black);
}
 .home_tab_slider2 .left {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 0;
}
 .home_tab_slider2 .left img {
     cursor: pointer;
     margin-top: 24px;
}
 .home_tab_slider2 .slider {
     width: auto;
     margin: 0;
     display: flex;
     flex-direction: column;
}
 .home_tab_slider2 .slider .slick-list {
     order: 2;
}
 .home_tab_slider2 .slider .slick-list .slick-track {
     display: flex !important;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide {
     height: inherit;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_img {
     max-height: 417px;
     overflow: hidden;
     min-height: 417px;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_img img {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 3s ease-out;
     transition: all 3s ease-out;
     height: 100%;
     display: inline-block;
     width: 100%;
     object-fit: cover;
     height: 100%;
     min-height: 417px;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide.slick-active img {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 10s ease-out;
     transition: all 10s ease-out;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box {
     color: var(--black);
     padding: 43px 77px 45px 77px;
     margin-top: -91px;
     z-index: 99;
     position: relative;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .paragraph p {
     font-size: 24px;
     line-height: 30px;
     font-weight: 400;
     font-family: "Lato", sans-serif;
     color: var(--black);
}
 @media (max-width: 1200px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 {
     color: var(--black);
     margin-bottom: 26px;
}
 @media (max-width: 767px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 {
         margin-bottom: 15px;
    }
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
     font-size: 47px;
     line-height: 55px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
     margin-bottom: 0 !important;
}
 @media (max-width: 1200px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 0;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .link-text {
     margin-top: 60px;
     padding-left: 24px;
}
 @media (max-width: 1200px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .link-text {
         margin-top: 20px;
         padding-left: 0;
    }
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link {
     margin-bottom: 20px;
}
 .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a {
     font-size: 22px;
     line-height: 34px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1200px) {
     .home_tab_slider2 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a {
         font-size: 19px;
    }
}
 .home_tab_slider2 .right {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     right: 0;
     margin-bottom: 0;
}
 .home_tab_slider2 .right img {
     cursor: pointer;
     margin-top: 24px;
}
 .home_tab_slider2 .slick-slide {
     color: white;
     padding: 0;
     font-size: 30px;
     text-align: left;
     margin-top: 69px;
     overflow: hidden;
}
 .home_tab_slider2 .slick-slide img {
     display: inline-block;
     width: 100%;
}
 .home_tab_slider2 .slick-prev {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     left: 0;
     vertical-align: middle;
}
 .home_tab_slider2 .slick-next {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     vertical-align: middle;
     right: 0;
}
 .home_tab_slider2 .pager__item {
     padding: 0 12px;
     display: block;
}
 .home_tab_slider2 .slick-dots {
     top: 0;
     bottom: inherit;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     order: 1;
     width: 40%;
     margin: 0 auto;
     padding-left: 0;
}
 .home_tab_slider2 .slick-dots li {
     display: inline-block;
     flex-grow: 1;
     text-align: center;
     padding: 0 57px;
}
 .home_tab_slider2 .slick-dots li .pager__item {
     padding: 0 12px;
     width: 100%;
     display: inline-block;
     color: var(--black);
     font-weight: 400;
     height: 100%;
     font-size: 31px;
     line-height: 36px;
     font-family: "Lato", sans-serif;
     text-decoration: none;
     color: var(--black);
     cursor: pointer;
     min-width: 180px;
}
 .home_tab_slider2 .slick-dots li.slick-active .pager__item {
     position: relative;
     cursor: pointer;
}
 .home_tab_slider2 .slick-dots li.slick-active .pager__item:before {
     content: "" !important;
     width: 80%;
     height: 5px;
     position: absolute;
     left: 0;
     bottom: -20px;
     right: 0;
     background: var(--gold);
     margin: 0 auto;
}
 .home_tab_slider2 .heading_h2 h2 {
     margin-bottom: 26px;
}
/********************* End Homepage Tabs css code *********************/
/********************* start Homepage Tabs css code *********************/
 .home_tab_slider3 {
     position: relative;
     padding-bottom: 105px;
     margin-top: 67px;
     background: var(--white);
}
 @media (max-width: 767px) {
     .home_tab_slider3 {
         margin-bottom: 50px;
         margin-top: 50px;
    }
}
 .home_tab_slider3 .heading_h2 {
     width: 100%;
}
 .home_tab_slider3 .heading_h2 h2 {
     font-size: 36px;
     line-height: 46px;
     margin-bottom: 30px !important;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     color: var(--black);
}
 @media (max-width: 767px) {
     .home_tab_slider3 .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 480px) {
     .home_tab_slider3 .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .home_tab_slider3 .left {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 0;
     left: 61px;
}
 @media (max-width: 1280px) {
     .home_tab_slider3 .left {
         left: 25px;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .left {
         left: 15px;
    }
}
 @media (max-width: 767px) {
     .home_tab_slider3 .left {
         top: 40%;
         bottom: inherit;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .left {
         top: 26%;
         bottom: inherit;
    }
}
 @media (max-width: 480px) {
     .home_tab_slider3 .left {
         top: 20%;
         bottom: inherit;
    }
}
 .home_tab_slider3 .left svg {
     max-height: 81px;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .left svg {
         max-height: 60px;
         margin-top: -100px;
    }
}
 @media (max-width: 620px) {
     .home_tab_slider3 .left svg {
         margin-top: 0;
    }
}
 .home_tab_slider3 .left svg path {
     stroke: var(--white);
}
 @media (max-width: 581px) {
     .home_tab_slider3 .left svg path {
         stroke-width: 5;
    }
}
 .home_tab_slider3 .left a:hover svg path {
     stroke: var(--gold);
}
 .home_tab_slider3 .left a:focus svg path {
     stroke: var(--gold);
}
 .home_tab_slider3 .left img {
     cursor: pointer;
     margin-top: 0;
}
 @media (max-width: 767px) {
     .home_tab_slider3 .left img {
         margin-top: -150px;
         max-width: 100px;
    }
}
 .home_tab_slider3 .slider {
     width: auto;
     margin: 0;
     display: flex;
     flex-direction: column;
}
 .home_tab_slider3 .slider .slick-list {
     order: 2;
}
 .home_tab_slider3 .slider .slick-list .slick-track {
     display: flex !important;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide {
     height: inherit;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_img {
     max-height: 417px;
     overflow: hidden;
     min-height: 417px;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_img {
         max-height: 300px;
         overflow: hidden;
         min-height: 300px;
         max-width: 100%;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_img ​ img {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 3s ease-out;
     transition: all 3s ease-out;
     display: inline-block;
     width: 100%;
     object-fit: cover;
     height: 100%;
     min-height: 417px;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide.slick-active img {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 10s ease-out;
     transition: all 10s ease-out;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box {
     color: var(--black);
     padding: 43px 77px 45px 77px;
     margin-top: -91px;
     z-index: 99;
     position: relative;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .paragraph p {
     font-size: 24px;
     line-height: 30px;
     font-weight: 400;
     font-family: "Lato", sans-serif;
     color: var(--black);
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 {
     color: var(--black);
     margin-bottom: 26px;
}
 @media (max-width: 767px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 {
         margin-bottom: 15px;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
     font-size: 47px;
     line-height: 55px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
     margin-bottom: 0 !important;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 0;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .popup_box .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text {
     margin-top: 60px;
     padding-left: 24px;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text {
         margin-top: 20px;
         padding-left: 0;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link {
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link {
         margin-bottom: 0;
    }
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a {
     font-size: 22px;
     line-height: 34px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a .icon svg path {
     fill: var(--black) !important;
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a:hover svg rect {
     fill: var(--black);
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a:hover svg path {
     fill: var(--white);
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a:focus svg rect {
     fill: var(--black);
}
 .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .slider .slick-list .slick-track .slick-slide .slider_text .link-text .green_link a {
         font-size: 19px;
    }
}
 .home_tab_slider3 .right {
     transform: rotate(180deg);
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 9;
     display: flex;
     justify-content: center;
     align-items: center;
     right: 53px;
     margin-bottom: 0;
}
 @media (max-width: 1280px) {
     .home_tab_slider3 .right {
         right: 25px;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .right {
         right: 15px;
    }
}
 @media (max-width: 767px) {
     .home_tab_slider3 .right {
         top: 40%;
         bottom: inherit;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .right {
         top: 26%;
         bottom: inherit;
    }
}
 @media (max-width: 480px) {
     .home_tab_slider3 .right {
         top: 20%;
         bottom: inherit;
    }
}
 .home_tab_slider3 .right svg {
     max-height: 81px;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .right svg {
         max-height: 60px;
         margin-top: 100px;
    }
}
 @media (max-width: 480px) {
     .home_tab_slider3 .right svg {
         margin-top: 150px;
    }
}
 @media (max-width: 620px) {
     .home_tab_slider3 .right svg {
         margin-top: 0;
    }
}
 .home_tab_slider3 .right svg path {
     stroke: var(--white);
}
 @media (max-width: 581px) {
     .home_tab_slider3 .right svg path {
         stroke-width: 5;
    }
}
 .home_tab_slider3 .right a:hover svg path {
     stroke: var(--gold);
}
 .home_tab_slider3 .right a:focus svg path {
     stroke: var(--gold);
}
 .home_tab_slider3 .right img {
     cursor: pointer;
     margin-top: 0;
}
 @media (max-width: 767px) {
     .home_tab_slider3 .right img {
         margin-top: -150px;
         max-width: 100px;
    }
}
 .home_tab_slider3 .slick-slide {
     color: white;
     padding: 0;
     font-size: 30px;
     text-align: left;
     margin-top: 0;
     overflow: hidden;
}
 .home_tab_slider3 .slick-slide img {
     display: inline-block;
     width: 100%;
}
 .home_tab_slider3 .slick-prev {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     left: 0;
     vertical-align: middle;
}
 .home_tab_slider3 .slick-next {
     top: 40%;
     bottom: 0;
     z-index: 9;
     position: absolute;
     margin: 0 auto;
     height: 50px;
     vertical-align: middle;
     right: 0;
}
 .home_tab_slider3 .pager__item {
     padding: 0 12px;
     display: block;
}
 .home_tab_slider3 .slick-dots {
     top: 0;
     bottom: inherit;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     order: 1;
     width: 40%;
     margin: 0 auto;
     padding-left: 0;
}
 .home_tab_slider3 .slick-dots li {
     display: inline-block;
     flex-grow: 1;
     text-align: center;
     padding: 0 57px;
}
 .home_tab_slider3 .slick-dots li .pager__item {
     padding: 0 12px;
     width: 100%;
     display: inline-block;
     color: var(--black);
     font-weight: 400;
     height: 100%;
     font-size: 31px;
     line-height: 36px;
     font-family: "Lato", sans-serif;
     text-decoration: none;
     color: var(--black);
     cursor: pointer;
     min-width: 180px;
}
 .home_tab_slider3 .slick-dots li.slick-active .pager__item {
     position: relative;
     cursor: pointer;
}
 .home_tab_slider3 .slick-dots li.slick-active .pager__item:before {
     content: "" !important;
     width: 80%;
     height: 5px;
     position: absolute;
     left: 0;
     bottom: -20px;
     right: 0;
     background: var(--gold);
     margin: 0 auto;
}
 .home_tab_slider3 .heading_h2 h2 {
     margin-bottom: 26px;
}
 .home_tab_slider3 .swipe-tab .swipe-tab_inner {
     padding: 0 12px;
     width: auto;
     display: inline-block;
     color: var(--black);
     font-weight: 400;
     height: 100%;
     font-size: 28px;
     line-height: 36px;
     font-family: "Lato", sans-serif;
     text-decoration: none;
     cursor: pointer;
     position: relative;
     padding-bottom: 18px;
     text-align: center;
     border-bottom: 5px solid transparent;
     outline: none;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab .swipe-tab_inner {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 767px) {
     .home_tab_slider3 .swipe-tab .swipe-tab_inner {
         font-size: 19px;
         line-height: 24px;
         max-width: inherit !important;
    }
}
 .home_tab_slider3 .swipe-tab.slick-current .swipe-tab_inner {
     border-bottom: 5px solid var(--gold);
}
 .home_tab_slider3 .swipe-tab:hover {
     border: 0 !important;
     outline: none;
}
 .home_tab_slider3 .swipe-tab:hover .swipe-tab_inner {
     border-bottom: 5px solid var(--gold);
     outline: none;
}
 .home_tab_slider3 .swipe-tab:focus {
     border: 0 !important;
     outline: none;
}
 .home_tab_slider3 .swipe-tab:focus .swipe-tab_inner {
     border-bottom: 5px solid var(--gold);
     outline: none;
}
 .home_tab_slider3 .swipe-tab-content .slider_img img {
     max-height: 417px;
     overflow: hidden;
     min-height: 417px;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .swipe-tab-content .slider_img img {
         max-height: 300px;
         overflow: hidden;
         min-height: 300px;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .popup_box {
     color: var(--black);
     padding: 43px 77px 45px 77px;
     margin-top: -91px;
     z-index: 99;
     position: relative;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .popup_box {
         padding: 30px;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .popup_box p {
     font-size: 24px;
     line-height: 30px;
     font-weight: 400;
     font-family: "Lato", sans-serif;
     color: var(--black);
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .popup_box p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .popup_box h2 {
     color: var(--black);
     margin-bottom: 26px;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .popup_box h2 {
         margin-bottom: 0;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .popup_box h2 {
     font-size: 36px;
     line-height: 46px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .popup_box h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .popup_box h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .link-text {
     margin-top: 60px;
     padding-left: 24px;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .link-text {
         margin-top: 20px;
         padding-left: 0;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .link-text .green_link {
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .link-text .green_link {
         margin-bottom: 0;
    }
}
 .home_tab_slider3 .swipe-tab-content .slider_text .link-text .green_link a {
     font-size: 19px;
     line-height: 24px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .swipe-tab-content .slider_text .link-text .green_link a {
         font-size: 19px;
    }
}
 .home_tab_slider3 .sub-header .slick-track {
     display: flex;
     justify-content: center;
     max-width: 1111px !important;
}
 @media (max-width: 1200px) {
     .home_tab_slider3 .sub-header .slick-track {
         max-width: 100% !important;
    }
}
 @media (max-width: 767px) {
     .home_tab_slider3 .sub-header .slick-track {
         width: 100% !important;
         padding: 0 25px;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .sub-header .slick-track {
         flex-wrap: wrap;
    }
}
 .home_tab_slider3 .sub-header .slick-track .slick-slide {
     text-align: center !important;
     width: 25% !important;
     display: flex;
     justify-content: center;
     align-items: center;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .sub-header .slick-track .slick-slide {
         display: none;
    }
}
 .home_tab_slider3 .sub-header .slick-track .slick-slide .swipe-tab_inner {
     padding: 0;
     padding-bottom: 20px;
     max-width: 235px;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .sub-header .slick-track .slick-slide .swipe-tab_inner {
         padding: 0;
         padding-bottom: 10px;
         max-width: 100%;
         display: flex;
         margin-bottom: 10px;
    }
}
 .home_tab_slider3 .main-container .swipe-tabs-container {
     margin-top: 50px;
}
 @media (max-width: 680px) {
     .home_tab_slider3 .main-container .swipe-tabs-container {
         margin-top: 20px;
    }
}
 @media (max-width: 581px) {
     .home_tab_slider3 .main-container .swipe-tabs-container {
         margin-top: 0;
    }
}
 .home_tab_slider3 .main-container .swipe-tabs-container .slick-slide {
     height: inherit;
}
 .home_tab_slider3 .main-container .swipe-tabs-container .slick-slide .slider_img {
     max-height: 417px;
     overflow: hidden;
     min-height: 417px;
     position: relative;
     z-index: 1;
     opacity: 1 !important;
}
 @media (max-width: 581px) {
     .home_tab_slider3 .main-container .swipe-tabs-container .slick-slide .slider_img {
         max-height: 300px;
         overflow: hidden;
         min-height: 300px;
    }
}
 .home_tab_slider3 .main-container .swipe-tabs-container .slick-slide .slider_img img {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 2s ease-out;
     transition: all 2s ease-out;
     display: inline-block;
     width: 100%;
     object-fit: cover;
     height: 100%;
     min-height: 417px;
}
 .home_tab_slider3 .main-container .swipe-tabs-container .slick-slide.slick-active img {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 2s ease-out;
     transition: all 2s ease-out;
}
 .home_tab_slider3 .green_link a svg path {
     fill: var(--black);
}
 .home_tab_slider3 .green_link a:hover svg rect {
     fill: var(--navy);
}
 .home_tab_slider3 .green_link a:hover svg path {
     fill: var(--white);
}
 .home_tab_slider3 .green_link a:focus svg rect {
     fill: var(--navy);
}
 .home_tab_slider3 .green_link a:focus svg path {
     fill: var(--white);
}
/********************* End Homepage Tabs css code *********************/
/********************* start Homepage Tabs css code *********************/
 .background-image-feature .block {
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
     font-size: 16px;
     min-height: 529px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .background-image-feature .block .img-parallax img {
     width: 100vmax;
     z-index: -1;
     position: absolute;
     top: 0 !important;
     left: 50%;
     transform: translate(-50%, 0);
     pointer-events: none;
}
 .background-image-feature .block .degree_section {
     color: var(--white);
     padding: 33px 53px;
     max-width: 981px;
}
/********************* End Homepage Tabs css code *********************/
/********************* start Homepage Tabs css code *********************/
 .background-image-feature2 .zoom {
     overflow: hidden;
     min-height: 699px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .background-image-feature2 .zoom img {
     position: relative;
     top: 0%;
     left: 10%;
     max-width: 150%;
     width: 100%;
     transform: translateX(-10%);
}
 .background-image-feature2 .zoom .degree_section {
     color: var(--white);
     padding: 33px 53px;
     max-width: 981px;
     position: fixed;
}
 .parallax_after_text {
     padding: 1% 0;
     position: relative;
     background: #f5f5f5;
     height: 100%;
}
/********************* End Homepage Tabs css code *********************/
/********************* start stiky social icon css code *********************/
 .stiky_social_icon {
     position: fixed;
     z-index: 99;
     bottom: 25px;
     margin-top: 0;
}
 @media (max-width: 767px) {
     .stiky_social_icon {
         bottom: 20px;
         top: 222px;
    }
}
 .stiky_social_icon ul {
     background: #F3F3F0;
     padding: 13px 0;
     margin-bottom: 0;
}
 .stiky_social_icon ul li {
     padding: 16px 10px 0 10px;
     text-align: center;
}
 .stiky_social_icon ul li:last-child {
     padding-bottom: .6em;
}
 .stiky_social_icon ul li em {
     font-size: 33px;
     color: var(--navy);
     display: block;
     width: 1em;
     height: 1em;
}
 .stiky_social_icon .facebook {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/fb/facebook-navy-responsive.svg) no-repeat center top;
}
 .stiky_social_icon a:hover .facebook, .stiky_social_icon a:focus .facebook {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/fb/facebook-gold-responsive.svg) no-repeat center top;
}
 .stiky_social_icon .twitter {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/x/x-navy-responsive.svg) no-repeat center top;
     height: 0.8em;
}
 .stiky_social_icon a:hover .twitter, .stiky_social_icon a:focus .twitter {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/x/x-gold-responsive.svg) no-repeat center top;
}
 .stiky_social_icon .youtube {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/youtube/youtube-navy-responsive.svg) no-repeat center top;
     height: 0.8em;
}
 .stiky_social_icon a:hover .youtube, .stiky_social_icon a:focus .youtube {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/youtube/youtube-gold-responsive.svg) no-repeat center top;
}
 .stiky_social_icon .instagram {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/instagram/instagram-navy-responsive.svg) no-repeat center top;
}
 .stiky_social_icon a:hover .instagram, .stiky_social_icon a:focus .instagram {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/instagram/instagram-gold-responsive.svg) no-repeat center top;
}
 .stiky_social_icon .linkedin {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/linkedin/linkedin-navy-responsive.svg) no-repeat center top;
}
 .stiky_social_icon a:hover .linkedin, .stiky_social_icon a:focus .linkedin {
     background: url(/renderfile/9c98748fac1e00bd663033aefe3f79d5/media/images/logos/social-media/linkedin/linkedin-gold-responsive.svg) no-repeat center top;
}
 @media (max-width: 1215px) {
     .stiky_social_icon ul li em {
         font-size: 28px;
    }
     .stiky_social_icon ul li, .stiky_social_icon ul li:last-child {
         padding: 5px;
    }
}
 @media (max-width: 767px) {
     .stiky_social_icon ul li em {
         font-size: 23px;
    }
}
 @media (max-width: 767px) {
     .stiky_social_icon ul li, .stiky_social_icon ul li:last-child {
         padding: 5px;
    }
}
/********************* End stiky social icon css code *********************/
/********************* STart Connect with Us css code *********************/
 .Connect_background ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     font-size: 19px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
 .Connect_background ::-moz-placeholder {
    /* Firefox 19+ */
     font-size: 19px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
 .Connect_background :-ms-input-placeholder {
    /* IE 10+ */
     font-size: 19px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
 .Connect_background :-moz-placeholder {
    /* Firefox 18- */
     font-size: 19px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
 .Connect_background {
     margin-top: 56px;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     background-size: cover;
     position: relative;
}
 .Connect_background .container {
     padding: 116px 0 217px 0;
}
 .Connect_background iframe {
     position: relative;
     z-index: 5;
}
 @media (max-width: 991px) {
     .Connect_background .container {
         padding: 70px 30px;
         padding-bottom: 200px;
    }
}
 .Connect_background .container form {
     max-width: 566px;
     position: relative;
}
 .Connect_background .container form .form-inner {
     z-index: 2;
     position: relative;
     padding: 29px 71px 54px 50px;
     overflow: hidden;
}
 @media (max-width: 1200px) {
     .Connect_background .container form .form-inner {
         padding: 30px;
    }
}
 .Connect_background .container form .form-inner .heading_h2 h2 {
     margin-bottom: 33px;
     font-size: 36px;
     line-height: 46px;
     font-weight: 700;
     color: var(--white);
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1200px) {
     .Connect_background .container form .form-inner .heading_h2 h2 {
         font-size: 31px;
         margin-bottom: 20px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .Connect_background .container form .form-inner .heading_h2 h2 {
         margin-bottom: 0;
    }
}
 .Connect_background .container form .form-inner .form-group {
     margin-bottom: 22px;
}
 @media (max-width: 767px) {
     .Connect_background .container form .form-inner .form-group {
         margin-bottom: 0;
    }
}
 .Connect_background .container form .form-inner .form-group label {
     font-size: 19px;
     line-height: 86px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
}
 .Connect_background .container form .form-inner .form-group .form-control {
     background: transparent;
     border: 0;
     border-bottom: 2px solid var(--gold);
     border-radius: 0;
     font-size: 19px;
     line-height: 65px;
     font-weight: 400;
     color: var(--white);
     margin-bottom: 0;
     font-family: "Lato", sans-serif;
     outline: none !important;
     resize: none;
     height: auto;
     padding: 0;
     box-shadow: none;
     background-image: none !important;
}
 .Connect_background .container form .form-inner .form-group textarea {
     border: 2px solid var(--gold) !important;
     padding: 12px 22px !important;
     margin: 56px 0 41px 0 !important;
     line-height: normal !important;
     min-height: 159px;
}
 @media (max-width: 767px) {
     .Connect_background .container form .form-inner .form-group textarea {
         margin: 50px 0 30px 0 !important;
    }
}
 .Connect_background .container form .form-inner .btn {
     background-color: transparent;
     border-color: transparent;
     padding: 0;
     font-size: 19px;
     line-height: 24px;
     font-weight: 900;
     color: var(--white);
     font-family: "Lato", sans-serif;
     outline: none;
     text-transform: uppercase;
     outline: none !important;
     box-shadow: none !important;
}
 .Connect_background .container form .form-inner .btn span {
     margin-left: 37px;
}
 .Connect_background .container form .form-inner .btn svg path {
     fill: var(--black);
}
 .Connect_background .container form .form-inner .btn:hover {
     color: var(--gold);
}
 .Connect_background .container form .form-inner .btn:focus {
     color: var(--gold);
}
 .Connect_background .container form::before {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background-color: var(--navy);
     opacity: .91;
     mix-blend-mode: multiply;
     z-index: 1;
}
 .Connect_background:after {
     content: "";
     background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     position: absolute;
     opacity: .55;
}
/********************* End Connect with Us css code *********************/
/********************* Start Chancellor’s Corner css code *********************/
 .chancellor_corner_section {
     padding: 56px 0 87px 0;
}
 @media (max-width: 767px) {
     .chancellor_corner_section {
         padding: 50px 0 0 0;
    }
}
 .chancellor_corner_section .heading_h2 h2 {
     font-weight: 700;
     font-size: 36px;
     line-height: 46px;
     font-family: "Lato", sans-serif;
     color: var(--teal);
     text-transform: uppercase;
     position: relative;
     margin-bottom: 25px;
}
 .chancellor_corner_section .heading_h2 h2:before {
     content: '';
     position: absolute;
     width: 60%;
     -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transition: -webkit-transform 0.2s ease-in;
     transition: -webkit-transform 0.2s ease-in;
     -o-transition: transform 0.2s ease-in;
     transition: transform 0.2s ease-in;
     transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
     transition: transform 0.2s ease-in, -webkit-transform 1s ease-in;
     bottom: -25px;
     height: 5px;
     background: var(--gold);
     -webkit-animation: c 0.6s 0.7s;
     animation: c 0.6s 0.7s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     margin: 0 auto;
     left: 0;
     right: 0;
}
 .chancellor_corner_section .heading_h2.aos-animate h2:before {
     transform: scaleX(1);
     display: block;
     width: 100%;
}
 @media (max-width: 1200px) {
     .chancellor_corner_section .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .chancellor_corner_section .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner {
     margin-top: 65px;
}
 @media (max-width: 1200px) {
     .chancellor_corner_section .image_feature_width_one_inner {
         margin-top: 50px;
    }
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner {
         margin-top: 30px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_image {
     height: 100%;
     position: relative;
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
         min-height: 400px;
         position: relative;
    }
}
 @media (max-width: 680px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
         min-height: 350px;
    }
}
 @media (max-width: 620px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
         min-height: 300px;
    }
}
 @media (max-width: 581px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
         min-height: 250px;
    }
}
 @media (max-width: 480px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper {
         min-height: 200px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_image .vimeo-wrapper iframe {
     min-height: 100%;
     min-width: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 0;
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text {
     padding-left: 23px;
     height: 100%;
     position: relative;
}
 @media (max-width: 1600px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text {
         padding-top: 0px;
    }
}
 @media (max-width: 1280px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text {
         padding-top: 0;
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text {
         margin-top: 30px;
         padding-bottom: 0;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text h3 {
     font-weight: 700;
     font-size: 28px;
     line-height: 34px;
     text-transform: none;
     color: var(--teal);
     margin-bottom: 39px;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1200px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text h3 {
         margin-bottom: 10px;
         font-size: 24px;
         line-height: 26px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text p {
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     font-family: "Lora", serif;
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text blockquote {
     font-size: 23px;
     line-height: 46px;
     color: var(--teal);
     font-family: "Lora", serif;
     font-weight: 400;
     border: none;
     margin: 0;
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text blockquote {
         font-size: 20px;
         margin-top: 40px;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text .green_link {
     position: absolute;
     bottom: 0;
     left: 23px;
}
 @media (max-width: 1280px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text .green_link {
         left: 0;
    }
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text .green_link {
         position: relative;
    }
}
 .chancellor_corner_section .image_feature_width_one_inner .slide_text .green_link a {
     font-size: 19px;
     line-height: 85px;
     padding: 10px 0 17px 0;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     text-transform: uppercase;
     border-bottom: 3px solid var(--gold);
     display: inline-block;
}
 @media (max-width: 1200px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text .green_link a {
         font-size: 19px;
    }
}
 @media (max-width: 1280px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text_column {
         flex: 0 0 auto;
         width: auto;
         width: 50%;
    }
}
 @media (max-width: 767px) {
     .chancellor_corner_section .image_feature_width_one_inner .slide_text_column {
         flex: 0 0 auto;
         width: auto;
         width: 100%;
    }
}
/********************* End Chancellor’s Corner css code *********************/
/********************* Start Three image section Stories Slider css *********************/
 .three_image_wrap {
     width: 100%;
     padding: 114px 83px 67px 96px;
     position: relative;
}
 @media (max-width: 1600px) {
     .three_image_wrap {
         padding: 114px 83px 0 96px;
    }
}
 @media (max-width: 1200px) {
     .three_image_wrap {
         padding: 50px 30px;
         padding-bottom: 0;
    }
}
 .three_image_wrap .three_image_wrap_inner {
     position: relative;
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner {
         margin-right: -10px;
         margin-left: -10px;
    }
}
 @media (max-width: 1600px) {
     .three_image_wrap .three_image_wrap_inner .col {
         flex: 0 0 auto;
         width: 25%;
         max-width: 25%;
    }
     .three_image_wrap .three_image_wrap_inner .col .image_hover_box {
         min-width: auto !important;
         padding-right: 0;
    }
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec {
     flex: 0 0 auto;
     width: 24.5%;
     max-width: 24.5%;
     padding-right: 41px;
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box {
     position: relative;
     transition: transform .2s;
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box:hover {
     cursor: pointer;
     transition: transform .2s;
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box img {
     width: 100%;
     transform: scale(1);
}
 @media (max-width: 480px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box img {
         width: 100%;
         height: 100%;
         object-fit: cover;
    }
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus {
     position: absolute;
     bottom: 42px;
     left: 0;
     right: 0;
     border-radius: 50%;
     display: inline-block;
     transition: transform .2s;
     margin: 0 auto;
     width: 72px;
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus img {
     transform: scale(1);
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus:hover img {
     transform: scale(1.2);
     transition: 0.3s all ease-in-out;
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus:focus img {
     transform: scale(1.2);
     transition: 0.3s all ease-in-out;
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus {
         width: 50px;
    }
}
 @media (max-width: 581px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box a.hover_plus {
         bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box {
         padding-right: 0;
    }
}
 @media (max-width: 480px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec .image_hover_box {
         height: 100%;
    }
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec {
         padding-right: 20px;
    }
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec {
         flex: 0 0 auto;
         width: 33.33%;
         padding-right: 10px;
         padding-left: 10px;
         max-width: 33.33%;
         order: 2;
    }
}
 @media (max-width: 480px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec {
         flex: 0 0 auto;
         width: 100%;
         margin-bottom: 20px;
         max-height: 350px;
         max-width: 100%;
    }
}
 .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec_text {
     flex: 0 0 auto;
     width: 26.5%;
     max-width: 26.5%;
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec_text {
         flex: 0 0 auto;
         width: 100%;
         margin-top: 30px;
         padding-right: 10px;
         padding-left: 10px;
         max-width: 100%;
         order: 1;
         margin-bottom: 50px;
    }
}
 @media (max-width: 480px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 .three_image_wrap_sec_text {
         margin-top: 0;
    }
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner .three_image_wrap_inner_seec_3 {
         flex-wrap: wrap;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text {
     padding-left: 0;
     position: relative;
     height: 100%;
     padding-bottom: 70px;
}
 @media (max-width: 1600px) {
     .three_image_wrap .three_image_wrap_inner .slide_text {
         padding-left: 0;
    }
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner .slide_text {
         padding-bottom: 0;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text .paragraph p {
     font-size: 23px;
     line-height: 31px;
     font-family: 'Lora', serif;
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 {
     color: var(--teal);
     margin-bottom: 20px;
}
 @media (max-width: 1600px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 h2 {
     font-size: 47px;
     line-height: 55px;
     text-transform: none;
     margin-bottom: 20px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1600px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 10px;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link {
     margin-top: 42px;
     position: absolute;
     bottom: 25px;
     left: 0;
}
 @media (max-width: 1600px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .green_link {
         left: 0;
    }
}
 @media (max-width: 991px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .green_link {
         position: relative;
         bottom: 0;
         margin-top: 20px;
    }
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .green_link {
         margin-top: 20px;
    }
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a {
     font-size: 22px;
     line-height: 34px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a svg path {
     fill: var(--black);
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a:hover svg rect {
     fill: var(--navy);
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a:hover svg path {
     fill: var(--white);
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a:focus svg rect {
     fill: var(--navy);
}
 .three_image_wrap .three_image_wrap_inner .slide_text .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1200px) {
     .three_image_wrap .three_image_wrap_inner .slide_text .green_link a {
         font-size: 19px;
    }
}
 .hover_on_box {
     display: none;
     position: absolute;
     left: -110%;
     right: auto;
     transition: left .5s linear;
     padding: 0;
     width: 100%;
     top: 0;
     bottom: 0;
     z-index: 9;
}
 @media (max-width: 991px) {
     .hover_on_box {
         padding-right: 10px;
         padding-left: 10px;
    }
}
 @media (max-width: 480px) {
     .hover_on_box {
         left: -120%;
         bottom: inherit;
    }
}
 .hover_on_box .hover_on_box_in {
     display: flex;
     align-items: center;
     justify-content: center;
     background: var(--navy);
     height: 100%;
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in {
         align-items: flex-start;
    }
}
 .hover_on_box .hover_on_box_in .text_hover_on_box_in {
     width: 40.66%;
}
 .hover_on_box .hover_on_box_in .text_hover_on_box_in img {
     width: 100%;
}
 .hover_on_box .hover_on_box_in .image_hover_on_box_in {
     width: 64%;
}
 .hover_on_box .hover_on_box_in .image_hover_on_box_in img {
     width: 100%;
}
 .hover_on_box .hover_on_box_in .row {
     height: 100%;
}
 .hover_on_box .hover_on_box_in .row .slide_text_column {
     height: 100%;
}
 @media (max-width: 991px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column {
         height: 50%;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text_column .slide_image {
     height: 100%;
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column .slide_image {
         height: auto;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text_column .slide_image img {
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column .slide_image img {
         height: auto;
    }
}
 @media (max-width: 581px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column:first-of-type {
         height: 30%;
    }
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column:first-of-type {
         height: auto;
    }
}
 @media (max-width: 581px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column:last-child {
         height: 70%;
    }
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in .row .slide_text_column:last-child {
         height: auto;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text {
     padding: 65px 45px 64px 56px;
}
 @media (max-width: 1600px) {
     .hover_on_box .hover_on_box_in .row .slide_text {
         padding: 50px 20px 50px 20px;
    }
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text {
         padding: 50px;
         padding-left: 20px;
    }
}
 @media (max-width: 767px) {
     .hover_on_box .hover_on_box_in .row .slide_text {
         padding: 20px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .paragraph p {
     font-size: 23px;
     color: var(--white);
     line-height: 31px;
     font-family: 'Lora', serif;
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 {
         margin-bottom: 10px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 h2 {
     font-size: 46px;
     line-height: 41px;
     text-transform: none;
     margin-bottom: 31px;
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .hover_on_box .hover_on_box_in .row .slide_text .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 20px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link {
     margin-top: 65px;
     text-align: right;
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text .white_link {
         margin-top: 40px;
    }
}
 @media (max-width: 581px) {
     .hover_on_box .hover_on_box_in .row .slide_text .white_link {
         margin-top: 20px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a {
     font-size: 22px;
     line-height: 34px;
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a svg path {
     fill: var(--black);
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:hover svg rect {
     fill: var(--gold);
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:hover svg path {
     fill: var(--black);
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:focus svg rect {
     fill: var(--gold);
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:focus svg path {
     fill: var(--black);
}
 @media (max-width: 1200px) {
     .hover_on_box .hover_on_box_in .row .slide_text .white_link a {
         font-size: 19px;
    }
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:hover {
     color: var(--gold);
}
 .hover_on_box .hover_on_box_in .row .slide_text .white_link a:focus {
     color: var(--gold);
}
 @media (max-width: 480px) {
     .hover_on_box .hover_on_box_in .row {
         height: auto;
    }
}
 .hover_on_box a.cross {
     position: absolute;
     right: 0;
     top: 0;
}
 @media (max-width: 991px) {
     .hover_on_box a.cross {
         right: 10px;
    }
}
 .hover_on_box a.cross img {
     width: 50px;
}
 .hover_on_box a.cross:focus {
     border: 1px solid var(--black);
}
/********************* End Three image section Stories Slider css *********************/
/********************* start cinemograph_callout section css *********************/
 .cinemograph_callout_section {
     position: relative;
     z-index: 1;
     border-top: 1px solid var(--gold);
     background: var(--black);
}
 .cinemograph_callout_section .picture {
     position: relative;
     z-index: 1;
}
 .cinemograph_callout_section .picture img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .cinemograph_callout_section .picture::after {
     content: "";
     background: linear-gradient(90deg, #383838 0%, rgba(255, 255, 255, 0) 100%);
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     max-width: 852px;
     position: absolute;
     opacity: 1;
     mix-blend-mode: multiply;
     z-index: 3;
}
 .cinemograph_callout_section .cinemograph_callout_section_inner {
     position: relative;
     min-height: 855px;
}
 @media (max-width: 1600px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner {
         min-height: auto;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text {
     position: relative;
     z-index: 9;
     max-width: 529px;
     padding-top: 148px;
     padding-left: 96px;
     padding-bottom: 148px;
}
 @media (max-width: 1600px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text {
         padding-top: 100px;
         padding-bottom: 100px;
    }
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text {
         padding: 70px 30px;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text p {
     font-size: 19px;
     line-height: 26px;
     font-weight: 400;
     font-family: "Lora", serif;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text blockquote {
     font-size: 28px;
     line-height: 48px;
     font-weight: 500;
     font-family: "Lora", serif;
     color: var(--white);
     border: none;
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 {
         margin-bottom: 10px;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 h2 {
     font-size: 36px;
     line-height: 46px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 767px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 h2 {
         margin-bottom: 10px;
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 581px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link {
     margin-top: 65px;
     text-align: right;
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link {
         margin-top: 40px;
    }
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a {
     font-size: 19px;
     line-height: 24px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a svg path {
     fill: var(--black);
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a:hover {
     color: var(--gold);
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a:hover svg rect {
     fill: var(--gold);
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a:focus {
     color: var(--gold);
}
 .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a:focus svg rect {
     fill: var(--gold);
}
 @media (max-width: 1200px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .white_link a {
         font-size: 19px;
    }
}
 @media (max-width: 680px) {
     .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text {
         max-width: 100%;
    }
}
/********************* End cinemograph_callout section css *********************/
 .fullwidthvideo, .homepage_banner {
     display: flex;
     width: 100%;
     flex-direction: column;
     align-items: flex-end;
     position: relative;
     overflow: hidden;
     background: var(--black);
}
 .fullwidthvideo video {
     width: 100%;
}
 @media (max-width: 767px) {
     .fullwidthvideo {
         height: 500px;
         display: flex;
         align-items: center;
         justify-content: center;
         overflow: hidden;
    }
}
 @media (max-width: 767px) {
     .fullwidthvideo video {
         width: auto;
         height: 100%;
         margin: 0;
    }
}
 .fullwidthvideo .videopause {
     margin-right: 23px;
     cursor: pointer;
     width: 67px;
     height: 57px;
}
 @media (max-width: 767px) {
     .fullwidthvideo .videopause {
         width: 67px;
         height: 50px;
    }
}
 .fullwidthvideo .videopause img {
     width: 57px;
     height: 57px;
}
 @media (max-width: 767px) {
     .fullwidthvideo .videopause img {
         max-width: 50px;
         width: 50px;
         height: 50px;
    }
}
 .fullwidthvideo .videopause a {
     display: inline-block;
     border: 2px solid transparent !important;
}
 .fullwidthvideo .videopause a:hover {
     border: 2px solid var(--black) !important;
}
 .fullwidthvideo .videopause a:focus {
     border: 2px solid var(--black) !important;
}
 .fullwidthvideo .videomute {
     cursor: pointer;
     width: 67px;
     height: 57px;
}
 @media (max-width: 767px) {
     .fullwidthvideo .videomute {
         width: 67px;
         height: 50px;
    }
}
 .fullwidthvideo .videomute img {
     width: 57px;
     height: 57px;
}
 @media (max-width: 767px) {
     .fullwidthvideo .videomute img {
         max-width: 50px;
         width: 50px;
         height: 50px;
    }
}
 .fullwidthvideo .videomute a {
     display: inline-block;
     border: 2px solid transparent !important;
}
 .fullwidthvideo .videomute a:hover {
     border: 2px solid var(--black) !important;
}
 .fullwidthvideo .videomute a:focus {
     border: 2px solid var(--black) !important;
}
 .fullwidthvideo .video_cover, .homepage_banner .picture {
     position: absolute;
     bottom: 0;
     top: 0;
     height: 100%;
     left: 0;
     right: 0;
     display: flex;
     justify-content: center;
     align-items: flex-end;
     flex-direction: column;
}
 @media (max-width: 767px) {
     .fullwidthvideo .video_cover {
         justify-content: flex-end;
         padding-bottom: 150px;
    }
}
 @media (max-width: 480px) {
     .fullwidthvideo .video_cover {
         padding-bottom: 100px;
    }
}
 .fullwidthvideo .video_cover .heading_h1, .homepage_banner .picture .heading_h1 {
     text-align: right;
     padding-right: 133px;
}
 .fullwidthvideo .video_cover .heading_h1 h1, .homepage_banner .picture .heading_h1 h1 {
     font-size: 72px;
     line-height: 84px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     color: var(--white);
     max-width: 719px;
     text-shadow: 5px 4px 3px var(--black);
}
 @media (max-width: 1200px) {
     .fullwidthvideo .video_cover .heading_h1 h1 {
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 991px) {
     .fullwidthvideo .video_cover .heading_h1 h1 {
         font-size: 36px;
         max-width: 500px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     .fullwidthvideo .video_cover .heading_h1 h1 {
         font-size: 31px;
         max-width: 400px;
         line-height: 36px;
    }
}
 @media (max-width: 581px) {
     .fullwidthvideo .video_cover .heading_h1 h1 {
         max-width: 100%;
    }
}
 @media (max-width: 1200px) {
     .fullwidthvideo .video_cover .heading_h1 {
         padding-right: 50px;
    }
}
 @media (max-width: 767px) {
     .fullwidthvideo .video_cover .heading_h1 {
         padding-right: 20px;
    }
}
 .fullwidthvideo .video_cover .mobilehide {
     margin-right: 50px;
     display: flex;
     bottom: 43px;
     position: absolute;
     z-index: 9;
}
 @media (max-width: 767px) {
     .fullwidthvideo .video_cover .mobilehide {
         bottom: 23px;
         margin-right: 20px;
    }
}
 .fullwidthvideo .video_cover .transparent {
     position: absolute;
     bottom: 0;
     z-index: 1;
     left: 0;
     right: 0;
}
/********************* start Factoids home css code *********************/
 .Factoids_home .picture {
     display: inline-block;
     position: relative;
     width: 100%;
     padding: 0 30px;
}
 .Factoids_home .picture img {
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     left: 0;
     max-width: 100%;
     justify-content: center;
     align-items: center;
     z-index: -1;
     height: 100%;
     object-fit: cover;
     width: 100%;
}
 .Factoids_home .picture .picture_caption-cover {
     padding: 77px 0 88px 0;
     justify-content: center;
     max-width: 1192px;
     margin: 0 auto;
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background {
     box-shadow: 5px 4px 8px #00151a;
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .factoids_home_inner_first {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .factoids_home_inner_second {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .factoids_home_inner_third {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .factoids_home_inner_third p {
     max-width: 250px;
     margin: 0 auto;
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .factoids_home_inner_third p {
         max-width: 100%;
    }
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card {
     background-color: transparent;
     border: none;
     padding: 20px;
     text-align: center;
     height: 100%;
     text-align: center;
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card h2 {
     overflow: hidden;
     display: inline-block;
     margin-bottom: 0;
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card h2 {
     font-weight: 600;
     font-size: 48px;
     line-height: normal;
     color: var(--white);
     font-family: "Lora", serif;
     margin-bottom: 0;
     text-transform: none;
}
 @media (max-width: 991px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card h2 {
         font-size: 54px;
         line-height: 58px;
    }
}
 @media (max-width: 767px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 991px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card h2 {
         margin-bottom: 5px;
    }
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card p {
     font-weight: 400;
     font-size: 19px;
     line-height: 24px;
     color: var(--white);
     font-family: "Lato", sans-serif;
}
 .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card p em {
     font-style: italic;
     display: block;
}
 @media (max-width: 767px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card p {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card p {
         margin-bottom: 0;
    }
}
 @media (max-width: 991px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background .card .card-body {
         padding: 0;
    }
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover .picture_caption .factoids_home_inner .factoids_home_background {
         padding: 30px 0;
    }
}
 @media (max-width: 620px) {
     .Factoids_home .picture .picture_caption-cover {
         padding: 70px 0;
    }
}
/********************* End Factoids home css code *********************/
 .homepage_text_cta {
     padding: 110px 0 101px 0;
}
 .homepage_text_cta .homepage_text_heading {
     opacity: 1 !important;
}
 .homepage_text_cta .container_cover {
     overflow: hidden;
     max-width: 94%;
     margin: 0 auto;
}
 @media (max-width:991px) {
     .homepage_text_cta .container_cover {
         max-width: 100%;
    }
}
 .homepage_text_cta .homepage_text_heading {
     flex: 0 0 auto;
}
 .homepage_text_cta .homepage_text_heading .heading_h2 {
     letter-spacing: 0.022em;
}
 .homepage_text_cta .homepage_text_paragraph {
     border-left: 5px solid var(--gold);
     padding-left: 61px;
}
 .homepage_text_cta .homepage_text_heading .heading_h2 h2 {
     font-weight: 700;
     font-size: 36px;
     line-height: 46px;
     color: var(--teal);
     font-family: "Lato", sans-serif;
     margin-bottom: 0;
}
 @media (max-width: 1600px) {
     .homepage_text_cta .homepage_text_heading .heading_h2 h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 1200px) {
     .homepage_text_cta .homepage_text_heading .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 991px) {
     .homepage_text_cta .homepage_text_heading .heading_h2 {
         padding-right: 0;
         border-bottom: 5px solid var(--gold);
         border-right: 0;
         padding: 12px 40px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 1200px) {
     .homepage_text_cta .homepage_text_paragraph {
         padding-left: 40px;
    }
}
 @media (max-width: 991px) {
     .homepage_text_cta .homepage_text_heading {
         flex: 0 0 100%;
         text-align: center;
         max-width: 100%;
    }
     .homepage_text_cta .homepage_text_paragraph {
         flex: 0 0 100%;
         max-width: 100%;
    }
     .homepage_text_cta .homepage_text_paragraph {
         padding-left: 0;
         border-left: 0;
    }
}
 .homepage_text_cta .homepage_text_paragraph p {
     font-weight: 400;
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     font-family: "Lora", serif;
}
 @media (max-width: 991px) {
     .homepage_text_cta .homepage_text_paragraph {
         text-align: center;
    }
}
 .homepage_text_cta .homepage_text_button {
     text-align: right;
}
 .homepage_text_cta .homepage_text_button .btn {
     font-weight: 900;
     font-size: 19px;
     line-height: 26px;
     color: var(--white);
     background: var(--teal);
     text-transform: uppercase;
     padding: 8px 48px;
     border: 0;
     border-radius: 0;
     white-space: nowrap;
     font-family: "Lato", sans-serif;
     outline: none;
}
 .homepage_text_cta .homepage_text_button .btn:hover {
     background: var(--navy);
     color: var(--white);
     box-shadow: none;
     outline: none;
}
 .homepage_text_cta .homepage_text_button .btn:focus {
     background: var(--navy);
     color: var(--white);
     box-shadow: none;
     outline: none;
}
 @media (max-width: 1200px) {
     .homepage_text_cta .homepage_text_button .btn {
         font-size: 19px;
         padding: 12px 48px;
         line-height: 24px;
    }
}
 @media (max-width: 991px) {
     .homepage_text_cta .homepage_text_button {
         text-align: center;
         flex: 0 0 100%;
         max-width: 100%;
         margin-top: 30px;
    }
}
 @media (max-width: 991px) {
     .homepage_text_cta {
         padding: 50px 15px;
    }
}
/***** Start Banner alert ****/
 .alert_banner.red_b a {
     color: var(--white) !important;
}
 .alert_banner.red_b a:hover {
     color: var(--white) !important;
}
 .alert_banner.red_b a:focus line {
     stroke: var(--gold);
}
 .alert_banner.blue-b a {
     color: var(--white) !important;
}
 .alert_banner.blue-b a:hover {
     color: var(--white) !important;
}
 .alert_banner.blue-b a:focus line {
     stroke: var(--gold);
}
 .alert_banner {
     padding: 40px 215px 40px 185px;
     display: inline-block;
     position: relative;
     flex-direction: column;
     box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     z-index: 99;
     width: 100%;
     margin-bottom: -6px;
}
 @media (max-width: 1600px) {
     .alert_banner {
         padding: 40px 50px;
    }
}
 @media (max-width: 767px) {
     .alert_banner {
         padding: 30px;
    }
}
 @media (max-width: 767px) {
     .alert_banner h2, .alert_banner .heading_h3 {
         padding-right: 50px;
    }
}
 .alert_banner h2, .alert_banner .heading_h3 {
     font-family: "Lato", sans-serif;
     font-size: 36px;
     line-height: 46px;
     color: var(--white);
     border-bottom: 1px solid var(--white);
     font-weight: 900;
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 14px 0;
}
 @media (max-width: 1200px) {
     .alert_banner h2, .alert_banner .heading_h3 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 620px) {
     .alert_banner h2, .alert_banner .heading_h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 767px) {
     .alert_banner h3 {
         padding-right: 50px;
    }
}
 .alert_banner h3 {
     font-family: "Lato", sans-serif;
     font-size: 36px;
     line-height: 46px;
     color: var(--white);
     border-bottom: 1px solid var(--white);
     font-weight: 900;
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 14px 0;
}
 @media (max-width: 1200px) {
     .alert_banner h3 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 620px) {
     .alert_banner h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .alert_banner p, .alert_banner .paragraph {
     font-size: 23px;
     line-height: 28px;
     font-family: "Lato", sans-serif;
     float: left;
     clear: left;
     color: var(--white);
     max-width: 1235px;
     font-weight: 400;
     margin: 20px 0 0 0;
     max-width: 88%;
}
 @media (max-width: 1200px) {
     .alert_banner p, .alert_banner .paragraph {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .alert_banner p, .alert_banner .paragraph {
         font-size: 18px;
         line-height: 24px;
    }
}
 .alert_banner p a, .alert_banner .paragraph a {
     color: var(--white);
     text-decoration: underline;
}
 .alert_banner p a:hover, .alert_banner .paragraph a:hover {
     text-decoration: none !important;
}
 .alert_banner p a:focus, .alert_banner .paragraph a:focus {
     text-decoration: none !important;
}
 .alert_banner .close_btn {
     position: absolute;
     right: 215px;
     top: 83px;
     display: inline-block;
     width: 48px;
     text-align: center;
     font-size: 18px;
     color: var(--white);
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1600px) {
     .alert_banner .close_btn {
         right: 50px;
         top: 50px;
    }
}
 @media (max-width: 1200px) {
     .alert_banner .close_btn {
         right: 30px;
         top: 30px;
    }
}
 @media (max-width: 581px) {
     .alert_banner .close_btn {
         right: 10px;
         top: 10px;
    }
     .alert_banner p {
         max-width: 100%;
    }
     .alert_banner {
         padding: 30px;
         padding-right: 70px;
    }
}
 .alert_banner .close_btn svg:hover line {
     stroke: var(--gold);
}
 .alert_banner .close_btn svg:focus line {
     stroke: var(--gold);
}
 @media (max-width: 1200px) {
     .alert_banner .close_btn svg {
         max-width: 30px;
    }
}
/***** End Banner alert ****/
 .hover_on_box.hover_on_box_1.animation_class {
     left: 0;
     right: 0;
}
 .hover_on_box.hover_on_box_2.animation_class {
     left: 0;
     right: 0;
}
 .hover_on_box.hover_on_box_3.animation_class {
     left: 0;
     right: 0;
}
 .nav_bottom .close_btn_x {
     display: none;
     position: absolute;
     z-index: 9;
     top: 20px;
     right: 20px;
}
 @media (max-width: 1025px) {
     .nav_bottom .close_btn_x {
         display: block;
    }
}
 .nav_bottom .close_btn_x svg {
     max-width: 30px;
}
 .nav_bottom .cbp-hrmenu {
     width: 100%;
     display: flex;
     justify-content: flex-end;
}
 @media (min-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul {
         margin: 0;
         padding: 0;
         list-style-type: none;
         display: flex;
         float: left;
         position: relative;
         width: 100%;
         justify-content: space-between;
         padding-left: 30px;
         padding-right: 60px;
         max-width: 77.2%;
         justify-content: flex-start;
    }
}
 @media (min-width: 992px) and (max-width: 1600px) {
     .nav_bottom .cbp-hrmenu ul {
         justify-content: space-between;
    }
}
 @media (max-width: 1600px) {
     .nav_bottom .cbp-hrmenu ul {
         max-width: 80%;
         padding-right: 30px;
    }
}
 @media (max-width: 1200px) {
     .nav_bottom .cbp-hrmenu ul {
         max-width: 83%;
         padding-right: 15px;
    }
}
 .nav_bottom .cbp-hrmenu ul li {
     width: auto;
     float: left;
     display: inline-block;
     padding-right: 73px;
}
 @media (max-width: 1850px) {
     .nav_bottom .cbp-hrmenu ul li {
         padding-right: 50px;
    }
}
 @media (max-width: 1700px) {
     .nav_bottom .cbp-hrmenu ul li {
         padding-right: 57px;
    }
}
 @media (max-width: 1600px) {
     .nav_bottom .cbp-hrmenu ul li {
         padding-right: 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li .drop_box_arrow, .tert-hasdropdown .drop_box_arrow {
     display: none;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li {
         position: relative;
    }
     .nav_bottom .cbp-hrmenu ul li.activeafv {
         position: absolute;
         top: 0;
         background: var(--navy);
         z-index: 99;
    }
     .nav_bottom .cbp-hrmenu ul li.activeaf .drop_box_arrow {
         transition: 0.70s;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         -o-transition: 0.70s;
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .nav_bottom .cbp-hrmenu ul li .drop_box_arrow, .tert-hasdropdown .drop_box_arrow {
         position: relative;
         right: 0;
         top: 0;
         transition: 0.70s;
         display: flex;
         font-size: 20px;
         justify-content: flex-end;
         align-items: center;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         color: var(--white);
         z-index: 99;
         height: 56px;
         width: auto;
         cursor: pointer;
         padding-right: 20px;
         -o-transition: 0.70s;
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .nav_bottom .cbp-hrmenu ul li .drop_box_arrow img, .tert-hasdropdown .drop_box_arrow img {
         transition: 0.70s;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         -o-transition: 0.70s;
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     .nav_bottom .cbp-hrmenu ul li .drop_box_arrow.active img, .tert-hasdropdown.tert-open .drop_box_arrow img {
         transition: 0.70s;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         -o-transition: 0.70s;
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
}
 .nav_bottom .cbp-hrmenu ul li .nav_cbp {
     color: var(--white) !important;
     font-size: 23px;
     line-height: 28px;
     font-weight: bold;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     float: left;
     transition: 0.3s;
     padding: 15px 7px;
     z-index: 9;
     position: relative;
     border-bottom: 3px solid transparent !important;
     letter-spacing: 0.15em;
     white-space: nowrap;
}
 .nav_bottom .cbp-hrmenu ul li .nav_cbp:hover {
     border-bottom: 3px solid var(--gold) !important;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li .nav_cbp:hover {
         border-bottom: 2px solid transparent !important;
    }
}
 .nav_bottom .cbp-hrmenu ul li .nav_cbp:focus {
     border-bottom: 3px solid var(--gold) !important;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li .nav_cbp:focus {
         border-bottom: 2px solid transparent !important;
    }
}
 .nav_bottom .cbp-hrmenu ul li .nav_cbp .fa {
     display: none;
}
 @media (max-width: 1700px) {
     .nav_bottom .cbp-hrmenu ul li .nav_cbp {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 1200px) {
     .nav_bottom .cbp-hrmenu ul li .nav_cbp {
         font-size: 17px;
    }
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li {
         border-bottom: 2px solid var(--teal) !important;
    }
     .nav_bottom .cbp-hrmenu ul li .nav_cbp {
         width: auto;
         padding: 15px 30px;
         padding-right: 0;
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .nav_bottom .cbp-hrmenu ul li .nav_cbp .fa {
         position: absolute;
         right: 20px;
         top: 0;
         transition: 0.70s;
         display: flex;
         bottom: 0;
         font-size: 20px;
         justify-content: center;
         align-items: center;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         -o-transition: 0.70s;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub {
     background: var(--white);
     padding: 99px 0 53px 0;
     margin: 0;
     float: right;
     width: auto;
     flex-wrap: wrap;
     flex-direction: row;
     background: var(--white);
     box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper {
     width: 100%;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner {
     border-right: 3px solid var(--gold);
     padding-bottom: 12px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul {
     padding: 0;
     width: 100%;
     max-width: 100%;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul li {
     width: 100%;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul li a, .top_a.tert-hasdropdown .tert-dropdown a {
     color: var(--navy);
     padding: 0px;
     display: inline-block;
     height: auto;
     font-size: 19px;
     line-height: 32px;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul li a:hover, .top_a.tert-hasdropdown .tert-dropdown a:hover {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul li a:focus, .top_a.tert-hasdropdown .tert-dropdown a:focus {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner h5 {
     color: var(--teal);
     text-transform: uppercase;
     font-size: 20px;
     font-weight: bold;
     line-height: 43px;
     font-family: 'Lato', sans-serif;
     margin-bottom: 15px;
     margin-top: -3px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner h4 {
     font-size: 26px;
     color: var(--navy);
     line-height: 33px;
     font-family: 'Lato', sans-serif;
     font-weight: bold;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner p {
     font-size: 23px;
     line-height: 31px;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     margin: 15px 0 28px 0;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a {
     color: var(--teal);
     display: flex;
     align-items: center;
     padding: 0px;
     display: block;
     height: auto;
     border-bottom: none;
     font-size: 19px;
     line-height: 24px;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a svg path {
     fill: var(--black);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a:hover svg path {
     fill: var(--white);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a:focus svg path {
     fill: var(--white);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a:hover {
     border-bottom: 3px solid transparent;
     color: var(--navy);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner .green_link a:focus {
     border-bottom: 3px solid transparent;
     color: var(--navy);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
     width: 26.3%;
}
 @media (max-width: 1200px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
         width: 33.33%;
         padding-left: 15px;
         padding-right: 30px;
    }
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+1) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
     width: 39%;
     padding-left: 76px;
     padding-right: 55px;
}
 @media (max-width: 1200px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
         width: 33.33%;
         padding-left: 30px;
         padding-right: 30px;
    }
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner ul li {
         border-bottom: 0 !important;
    }
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+2) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
     width: 34%;
     border-right: 0;
     padding-left: 76px;
     padding-right: 50px;
}
 @media (max-width: 1200px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
         width: 33.33%;
         padding-left: 30px;
         padding-right: 30px;
         display: flex;
         justify-content: center;
    }
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+3) ul li:first-of-type {
         padding-top: 0;
    }
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:nth-child(3n+3) {
         width: 100%;
         padding: 15px 0;
         border-bottom: 3px solid var(--gold);
         border-right: 0;
         padding-top: 25px;
    }
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .category-wrapper_inner:last-child {
         border-bottom: 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper {
     float: left;
     display: inline-block;
     margin-left: 0;
     margin-right: 0;
     border-left: 3px solid var(--gold);
     padding-left: 30px;
     padding-right: 50px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     text-align: center;
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold {
         flex-direction: inherit;
         justify-content: space-around;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li {
     padding: 36px 0 26px 0;
     margin-right: 0;
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li {
         float: none;
         display: inline-block;
         text-align: center;
         width: auto !important;
         padding: 10px 0 !important;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li a {
     text-transform: uppercase;
     font-size: 30px !important;
     font-weight: bold;
     line-height: 33px !important;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li a {
         margin: 0 3em;
         font-size: 22px !important;
         line-height: 24px !important;
    }
}
 @media (max-width: 620px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li a {
         margin: 0 !important;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li a:hover {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li a:focus {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .link-bold li {
         padding: 10px 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .heading_h5 h5 {
     color: var(--teal);
     text-transform: uppercase;
     font-size: 20px;
     font-weight: bold;
     line-height: 43px;
     font-family: 'Lato', sans-serif;
     margin-bottom: 15px;
     margin-top: -3px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .heading_h4 h4 {
     font-size: 26px;
     color: var(--navy);
     line-height: 33px;
     font-family: 'Lato', sans-serif;
     font-weight: bold;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .paragraph p {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     margin: 15px 0 28px 0;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .green_link a {
     color: var(--teal);
     display: flex;
     align-items: center;
     line-height: 34px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .green_link a:hover {
     border-bottom: 3px solid transparent;
     color: var(--gold);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .green_link a:focus {
     border-bottom: 3px solid transparent;
     color: var(--gold);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper:nth-child(4n+0) {
     padding-left: 76px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper:first-of-type {
     padding-left: 15px;
     border-left: 0;
     padding-right: 15px;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper:first-of-type {
         padding-right: 0;
    }
}
 @media (max-width: 767px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper:first-of-type, .top_a.tert-hasdropdown .tert-dropdown {
         padding-left: 25px;
         padding-right: 25px !important;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper:nth-child(3n+0) {
     margin-right: 0;
     width: 38% !important;
     padding-left: 76px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .item-category {
     font-weight: 400;
     color: black;
     position: relative;
     margin-bottom: 15px;
     display: block;
     padding: 0px 15px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .item-category:before {
     content: "";
     position: absolute;
     width: 3px;
     height: 80%;
     background-color: red;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper ul {
     display: inline-block;
     float: left;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li .cbp-hrsub {
         padding: 0;
    }
}
 .nav_bottom .cbp-hrmenu ul li.cbp-hropen .nav_cbp {
     border-bottom: 3px solid var(--gold) !important;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu ul li.cbp-hropen .nav_cbp {
         width: 100%;
         border-bottom: 3px solid transparent !important;
    }
     .nav_bottom .cbp-hrmenu ul li.cbp-hropen .nav_cbp .fa {
         transition: 0.70s;
         -webkit-transition: 0.70s;
         -moz-transition: 0.70s;
         -ms-transition: 0.70s;
         -o-transition: 0.70s;
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
}
 .nav_bottom .cbp-hrmenu ul li:last-child {
     padding-right: 0 !important;
}
 .nav_bottom .cbp-hrmenu .cbp-zBar {
     background: var(--white);
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu .cbp-zBar {
         background: var(--teal);
    }
}
 .nav_bottom .cbp-hrmenu .cbp-zBar li .nav_cbp {
     color: var(--teal) !important;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu .cbp-zBar li .nav_cbp {
         width: 100%;
         color: var(--white) !important;
    }
}
 .nav_bottom .cbp-hrmenu .cbp-hrsub {
     display: none;
     position: absolute;
     width: 100%;
     left: 0;
}
 .nav_bottom .cbp-hropen .cbp-hrsub {
     display: block;
     padding-bottom: 3em;
}
 .nav_bottom .cbp-hrmenu .cbp-hrsub-inner:before, .nav_bottom .cbp-hrmenu .cbp-hrsub-inner:after {
     content: " ";
     display: table;
}
 .nav_bottom .cbp-hrmenu .cbp-hrsub-inner:after {
     clear: both;
}
 .nav_bottom .cbp-hrmenu .cbp-hrsub-inner>div a {
     line-height: 2em;
}
 @media (max-width: 1025px) {
     .nav_bottom .cbp-hrmenu>ul, .nav_bottom .cbp-hrmenu .cbp-hrsub-inner {
         width: 100%;
         padding: 0;
         max-width: 100%;
         margin-top: 30px;
    }
     .nav_bottom .cbp-hrmenu>ul>li {
         display: block;
         width: 100%;
    }
     .nav_bottom .cbp-hrmenu>ul>li>a {
         display: block;
         padding: 1em 3em;
    }
     .nav_bottom .cbp-hrmenu .cbp-hrsub {
         position: relative;
    }
     .nav_bottom .cbp-hrmenu {
         z-index: 999;
         position: fixed;
         background: var(--navy);
         top: 0;
         bottom: 0;
         overflow-y: scroll;
         display: inline-block;
         padding: 70px 0;
    }
     .nav_bottom .cbp-hrmenu .cbp-hrsub-inner>div {
         width: 100%;
         float: none;
         padding: 0 2em;
    }
}
 .navbar-toggler {
     position: absolute;
     z-index: 9;
     top: -50px;
     right: 15px;
     margin: 0;
     cursor: pointer;
     padding: 0;
     display: none;
}
 @media (max-width: 1025px) {
     .navbar-toggler {
         display: block;
    }
}
 @media (max-width: 767px) {
     .navbar-toggler {
         top: 7px;
    }
}
 .navbar-toggler #nav-icon4 {
     width: 30px;
     height: 30px;
     position: relative;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
     display: inline-block;
}
 .navbar-toggler #nav-icon4 span {
     display: block;
     position: absolute;
     height: 5px;
     width: 100%;
     background: var(--white);
     border-radius: 9px;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
 .navbar-toggler #nav-icon4 span:nth-child(1) {
     top: 2px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 .navbar-toggler #nav-icon4 span:nth-child(2) {
     top: 12px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 .navbar-toggler #nav-icon4 span:nth-child(3) {
     top: 22px;
     -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
     -o-transform-origin: left center;
     transform-origin: left center;
}
 .navbar-toggler .navbar-toggler-icon {
     width: auto;
     height: auto;
}
 @media (min-width: 1026px) {
     .main .collapse {
         display: block !important;
    }
}
/*************** program_completion_feature Start ******************/
 .program_completion_feature {
     margin-top: 2%;
     margin-bottom: 3%;
}
 @media (max-width: 1200px) {
     .program_completion_feature {
         margin: 50px 0;
    }
}
 .program_completion_feature .program_completion_featureimage {
     position: relative;
     z-index: 1;
}
 .program_completion_feature .program_completion_featureimage img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner {
     position: relative;
     z-index: 3;
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to {
     position: absolute;
     top: 0;
     left: 116px;
     right: 0;
     bottom: 0;
     z-index: 4;
     display: flex;
     justify-content: flex-start;
     align-items: center;
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to .heading_h2 h2 {
     font-size: 230px;
     font-family: "Lato", sans-serif;
     font-weight: 900;
     color: var(--white);
     opacity: 0.22;
     line-height: normal;
}
 @media (max-width: 1280px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to .heading_h2 h2 {
         font-size: 250px;
    }
}
 @media (max-width: 1200px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to .heading_h2 h2 {
         font-size: 200px;
    }
}
 @media (max-width: 991px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to .heading_h2 h2 {
         font-size: 150px;
    }
}
 @media (max-width: 1366px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to {
         left: 50px;
    }
}
 @media (max-width: 1200px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_to {
         left: 25px;
    }
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para {
     align-items: center;
     padding: 64px 0 68px 0;
     position: relative;
     z-index: 9;
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 {
     text-align: left !important;
     text-transform: uppercase;
     -webkit-transform: rotate(-180deg);
     transform: rotate(-180deg);
     -webkit-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
     text-orientation: mixed;
     color: var(--white);
     position: relative;
}
 @media (min-width: 1201px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 {
         white-space: nowrap;
    }
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
     font-family: "Lato", sans-serif;
     font-weight: 900;
     line-height: normal;
     font-size: 111px;
     padding: 0;
     margin: 0;
}
 @media (max-width: 1280px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
         font-size: 100px;
    }
}
 @media (max-width: 1200px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
         font-size: 80px;
    }
}
 @media (max-width: 991px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
         font-size: 60px;
    }
}
 @media (max-width: 480px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
         font-size: 48px;
    }
}
 @media (max-width: 480px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 {
         text-transform: uppercase;
         -webkit-transform: inherit;
         transform: inherit;
         -webkit-writing-mode: inherit;
         -ms-writing-mode: inherit;
         writing-mode: inherit;
         text-orientation: inherit;
         margin-bottom: 10px;
    }
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph {
     padding-left: 48px;
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph p {
     font-size: 26px;
     line-height: 30px;
     font-family: "Lato", sans-serif;
     font-weight: 400;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph p {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 991px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph p {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph p {
         font-size: 24px;
         line-height: 26px;
    }
}
 @media (max-width: 991px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph {
         padding-left: 20px;
    }
}
 @media (max-width: 480px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .paragraph {
         padding-left: 0;
    }
}
 @media (max-width: 480px) {
     .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para {
         display: inline-block !important;
         width: 100%;
    }
}
/*************** program_completion_feature End ******************/
/*************** Banner section Start ******************/
 .commo_page_banner .picture {
     position: relative;
     width: 100%;
     background: var(--teal);
}
 .commo_page_banner .picture img {
     width: 100%;
}
 @media (max-width: 767px) {
     .commo_page_banner .picture img {
         width: 100%;
         min-height: 300px;
         object-fit: cover;
    }
}
 .commo_page_banner .picture .commo_page_banner_inner_top {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     display: flex;
     justify-content: flex-end;
     align-items: flex-end;
}
 .commo_page_banner .picture .commo_page_banner_inner_top .transparent {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
}
 .commo_page_banner .picture .commo_page_banner_inner_top .transparent img {
     bottom: 0;
     position: absolute;
     z-index: 8;
     mix-blend-mode: multiply;
     max-height: 296px;
     left: 0;
     right: 0;
     width: 100%;
     opacity: 1;
}
 .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 {
     position: relative;
     z-index: 9;
}
 .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
     font-size: 64px;
     line-height: 68px;
     font-family: "Lato", sans-serif;
     font-weight: 900;
     margin-bottom: 59px;
     color: var(--white);
     text-transform: none;
     text-shadow: 2px 2px 3px var(--black);
}
 @media (max-width: 1480px) {
     .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
         margin-bottom: 40px;
         font-size: 50px;
         line-height: 60px;
    }
}
 @media (max-width: 1280px) {
     .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
         margin-bottom: 40px;
         font-size: 40px;
         line-height: 50px;
    }
}
 @media (max-width: 1110px) {
     .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
         margin-bottom: 30px;
         font-size: 30px;
         line-height: 40px;
    }
}
 @media (max-width: 980px) {
     .commo_page_banner .picture .commo_page_banner_inner_top .heading_h1 h1 {
         font-size: 26px;
         line-height: 36px;
         margin-bottom: 20px;
    }
}
 .commo_page_banner .picture .commo_page_banner_inner_top.commo_page_banner_h1 .heading_h1 {
     padding-right: 21%;
     padding-left: 64px;
     border-left: 3px solid var(--gold);
}
 @media (max-width: 1200px) {
     .commo_page_banner .picture .commo_page_banner_inner_top.commo_page_banner_h1 .heading_h1 {
         padding-left: 30px;
    }
}
 @media (max-width: 767px) {
     .commo_page_banner .picture .commo_page_banner_inner_top.commo_page_banner_h1 .heading_h1 {
         padding-right: 0;
    }
}
 @media (max-width: 581px) {
     .commo_page_banner .picture .commo_page_banner_inner_top.commo_page_banner_h1 .heading_h1 {
         padding-left: 15px;
    }
}
 .commo_page_banner .picture .commo_page_banner_inner_top.small_page_banner_h1 .heading_h1 h1 {
     margin-bottom: 43px;
}
 @media (max-width: 1200px) {
     .commo_page_banner .picture .commo_page_banner_inner_top {
         padding: 0 25px;
    }
}
 @media (max-width: 581px) {
     .commo_page_banner .picture .commo_page_banner_inner_top {
         padding: 0 15px;
    }
}
 .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner {
     padding-left: 74px;
     padding-right: 15px;
     border-left: 3px solid var(--gold);
}
 @media (max-width: 1200px) {
     .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner {
         padding-left: 30px;
    }
}
 @media (max-width: 581px) {
     .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner {
         padding-left: 15px;
         padding-right: 0;
    }
}
 .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner .breadcrumb-cover {
     padding-top: 0;
}
 .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner .breadcrumb-cover .breadcrumb {
     padding-top: 14px;
     padding-bottom: 19px;
}
 .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner h2, .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner .heading_h2 span {
     font-size: 36px;
     line-height: 46px;
     font-family: "Lora", serif;
     font-weight: 500;
     color: var(--teal);
     text-transform: none;
     margin-bottom: 0;
}
 @media (max-width: 1280px) {
     .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 1200px) {
     .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 20px;
    }
}
 .commo_page_banner .commo_page_banner_inner .factoid_area {
     max-width: 301px;
     z-index: 9;
     bottom: 0;
     min-width: 301px;
     margin-top: -12.8%;
     padding: 28px 24px 0 44px;
}
 @media (max-width: 1280px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area {
         padding: 25px 25px 0 25px;
         margin-top: -10%;
    }
}
 @media (max-width: 767px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area {
         max-width: 100%;
         position: relative;
         z-index: 9;
         bottom: 0;
         min-width: 100%;
         padding: 30px;
         padding-bottom: 0;
         margin-top: 0;
         margin-bottom: 0;
    }
}
 @media (max-width: 581px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area {
         padding: 15px;
    }
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li {
     margin-bottom: 11px;
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li h2, .commo_page_banner .commo_page_banner_inner .factoid_area ul li .heading_h2 span {
     font-size: 48px;
     line-height: normal;
     font-family: "Lora", serif;
     font-weight: 500;
     margin-bottom: 0;
     color: var(--white);
     text-transform: none;
     margin-bottom: -10px;
}
 @media (max-width: 1280px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area ul li h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 5px;
    }
}
 @media (max-width: 767px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area ul li h2 {
         font-size: 31px;
         line-height: 36px;
         margin-bottom: 5px;
    }
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li p {
     font-size: 21px;
     font-weight: 400;
     line-height: 24px;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 767px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area ul li p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li p a {
     color: var(--white) !important;
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li p a:hover {
     text-decoration: none !important;
}
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 1200px) {
     .commo_page_banner .commo_page_banner_inner {
         padding: 0 25px;
         margin-bottom: 50px;
    }
}
 @media (max-width: 581px) {
     .commo_page_banner .commo_page_banner_inner {
         padding: 0 15px;
    }
}
/*************** Banner section Start ******************/
/********************* start two section navigation css *********************/
 .two_section_navigation .navigaion_list_left {
     flex: 0 0 34.5%;
     max-width: 34.5%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 32%;
         max-width: 32%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 .two_section_navigation .navigaion_list_left .heading_h2 h2 {
     font-weight: 400;
     font-size: 47px;
     line-height: 55px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1366px) {
     .two_section_navigation .navigaion_list_left .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 1280px) {
     .two_section_navigation .navigaion_list_left .heading_h2 h2 {
         font-size: 28px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 10px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left {
         flex: 0 0 100%;
         max-width: 100%;
         margin-bottom: 10px;
    }
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner {
     border-left: 3px solid var(--gold);
     padding-left: 37px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_left .navigaion_list-inner {
         margin-bottom: 50px;
    }
     .two_section_navigation .navigaion_list_left .navigaion_list-inner {
         padding-left: 10px;
         padding-right: 20px;
    }
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .parent_text {
     font-size: 19px;
     line-height: 26px;
     font-weight: 900;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     position: relative;
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a {
     font-size: 19px;
     line-height: 26px;
     font-weight: 300;
     font-family: 'Lato', sans-serif;
     color: var(--black);
     border-bottom: 1px solid transparent;
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a:hover {
     border-bottom: 1px solid var(--gold);
}
 .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse li a:focus {
     border-bottom: 1px solid var(--gold);
}
 .two_section_navigation .navigaion_list_right {
     flex: 0 0 65.5%;
     position: relative;
     max-width: 100%;
     flex-grow: 1;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 68%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 100%;
         padding: 0 15px;
    }
}
 .two_section_navigation .navigaion_list_right.offset-4 {
     margin-left: 34.5%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right.offset-4 {
         margin-left: 30%;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right.offset-4 {
         margin-left: 0;
    }
}
 .two_section_navigation .navigaion_list_right.blockquote_div {
     flex: 0 0 75%;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right.blockquote_div {
         flex: 0 0 100%;
    }
}
 .two_section_navigation .navigaion_list_right .green_link {
     font-size: 22px;
     line-height: 34px;
}
 .two_section_navigation .navigaion_list_right h2 {
     font-weight: 400;
     font-size: 36px;
     line-height: 46px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}
 .two_section_scholarships .navigaion_list_right p {
     max-width: 971px;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right h2 {
         font-size: 30px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right h2 {
         font-size: 24px;
         line-height: 36px;
    }
}
 .two_section_navigation .navigaion_list_right .slide_text {
     padding: 41px 30px 31px 30px;
     border-top: 5px solid var(--gold);
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .slide_text {
         padding: 30px;
         margin-bottom: 45px;
    }
}
 .two_section_navigation .navigaion_list_right .slide_text p {
     font-size: 23px;
     line-height: 31px;
     font-family: "Lato", sans-serif;
     font-weight: bold;
     color: var(--white);
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .slide_text .white_link {
     margin-top: 45px;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .slide_text .white_link {
         margin-top: 40px;
    }
}
 .two_section_navigation .navigaion_list_right .slide_text .white_link a {
     font-size: 22px;
     line-height: 34px;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .slide_text .white_link a {
         font-size: 19px;
    }
}
 .two_section_navigation .navigaion_list_right p.thin-para, .navigaion_list_right p.thin-para, .two_section_navigation .navigaion_list_right p.intro-text, .navigaion_list_right p.intro-text {
     font-weight: 300;
     font-size: 26px;
     line-height: 32px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right p, .navigaion_list_right p {
         font-size: 26px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right p, .navigaion_list_right p {
         font-size: 24px;
         line-height: 36px;
    }
}
 .two_section_navigation .navigaion_list_right .heading_h3 h3, .navigaion_list_right h3 {
     font-weight: 600;
     font-size: 31px;
     line-height: 34px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .heading_h3 h3, .navigaion_list_right h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .two_section_navigation .navigaion_list_right blockquote {
     font-weight: 400;
     font-size: 24px;
     line-height: 36px;
     font-family: 'Lato', sans-serif;
     padding: 38px 0 52px 0;
     color: var(--teal);
     border: 3px solid var(--gold);
     border-left: 0;
     border-right: 0;
     margin-bottom: 71px;
     margin-top: 30px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right blockquote {
         font-size: 24px;
         line-height: 26px;
    }
}
 .two_section_navigation .navigaion_list_right .heading_h4 h4 {
     font-weight: 700;
     font-size: 24px;
     line-height: 30px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 14px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .heading_h4 h4 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .two_section_navigation .navigaion_list_right p {
     font-size: 19px;
     line-height: 26px;
     font-weight: 400;
     font-family: 'Lora', serif;
     margin-bottom: 36px;
     overflow: visible;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .heading_h3, .navigaion_list_right h3 {
     margin-bottom: 22px;
}
 .two_section_navigation .navigaion_list_right ul {
     padding-left: 90px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul {
         padding-left: 50px;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right ul {
         padding-left: 20px;
    }
}
 .two_section_navigation .navigaion_list_right ul li {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lora', serif;
     color: var(--teal);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 .two_section_navigation .navigaion_list_right ul li span {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     margin-bottom: 20px;
     color: var(--black);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul li span {
         font-size: 18px;
         line-height: 24px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ul li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ul.numerals {
     list-style-type: lower-roman;
}
 .two_section_navigation .navigaion_list_right ul.letter {
     list-style-type: lower-alpha;
}
 .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol {
     padding-left: 90px;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol {
         padding-left: 50px;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right ol, .acc_body ol, .card-body ol {
         padding-left: 20px;
    }
}
 .two_section_navigation .navigaion_list_right ol li, .acc_body ol li, .card-body ol li, .section-content ol li, .offer-area_section .section-content-inner ol li {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lato', serif;
     width: 100%;
     color: var(--teal);
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol li, .acc_body ol li, .card-body ol li, .section-content ol li, .offer-area_section .section-content-inner ol li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ol li span, .acc_body ol li span, .card-body ol li span, .section-content ol li span, .offer-area_section .section-content-inner ol li span {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     color: var(--black);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right ol li span, .acc_body ol li span, .card-body ol li span, .section-content ol li span, .offer-area_section .section-content-inner ol li span {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right ul.bullet li {
     position: relative;
     display: inline-block;
}
 .two_section_navigation .navigaion_list_right ul.bullet li:before {
     content: "\2022";
     color: var(--teal);
     position: relative;
     top: 0;
     left: -75px;
     border-radius: 5px;
     border-radius: 50%;
     width: 7px;
     height: 7px;
}
 .two_section_navigation .navigaion_list_right .picture {
     display: inline-block;
     position: relative;
     padding-top: 50px;
     margin-bottom: 50px;
}
 .two_section_navigation .navigaion_list_right .picture img {
     width: 100%;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption {
     width: 84%;
     float: right;
     padding: 49px 64px 13px 53px;
     margin-top: -50px;
     position: relative;
}
 @media (max-width: 991px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption {
         padding: 30px;
    }
}
 @media (max-width: 480px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption {
         width: 100%;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption h2 {
     font-weight: 700;
     font-size: 23px;
     line-height: 27px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 0;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption h2 {
         font-size: 19px;
         margin-bottom: 10px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p {
     font-weight: 400;
     font-size: 17px;
     line-height: 27px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p a:hover {
     text-decoration: none !important;
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption p a:focus {
     text-decoration: none !important;
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text {
     padding: 41px 45px 35px 45px;
     border-top: 5px solid var(--gold);
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text {
         padding: 30px;
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text {
         padding: 40px 25px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .paragraph p {
     font-size: 23px;
     line-height: 31px;
     color: var(--white);
     font-family: "Lato", sans-serif;
     font-weight: bold;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .paragraph p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .white_link {
     margin-top: 45px;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .white_link {
         margin-top: 40px;
    }
}
 .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .white_link a {
     font-size: 22px;
     line-height: 34px;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right .picture .picture_caption .slide_text .white_link a {
         font-size: 19px;
    }
}
 @media (max-width: 767px) {
     .two_section_navigation .navigaion_list_right {
         flex: 0 0 100%;
    }
}
/************ gold row button Start *************/
 .gold_row_btn, .btn-primary {
     float: right;
     text-align: right;
     position: relative;
     padding-right: 15px;
}
 .gold_row_btn {
     width: 100%;
     margin: 1% 0;
}
 .gold_row_btn::before, .btn-secondary::before {
     content: "";
     position: absolute;
     height: 3px;
     background: var(--gold);
     left: 15px;
     right: 15px;
     top: 15px;
}
 @media (max-width: 480px) {
     .gold_row_btn::before, .btn-secondary::before {
         display: none;
    }
}
 .gold_row_btn .row_btn_right, .btn-primary, .btn-secondary {
     color: var(--teal);
     font-weight: 900;
     font-size: 22px;
     line-height: 34px;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.085em;
     text-decoration: none;
     font-family: 'Lato', sans-serif;
     position: relative;
     background: #F3F3F0;
     padding: 0 0 0 30px;
     z-index: 9;
}
 .gold_row_btn .row_btn_right span, .btn-primary, .btn-secondary {
     margin-left: 20px;
     top: -3px;
     position: relative;
}
 .gold_row_btn .row_btn_right:hover, .btn-primary:hover, .btn-secondary:hover, .btn-primary:focus, .btn-secondary:focus {
     color: var(--gold);
}
 .gold_row_btn .green_link, .btn-primary, .btn-secondary {
     display: inline-block;
     background: var(--white);
     position: relative;
     z-index: 9;
     padding-left: 52px;
     font-family: "Lato", sans-serif;
}
 .light-back .gold_row_btn .green_link {
     background: #F3F3F0;
}
 @media (max-width: 991px) {
     .gold_row_btn .green_link, .btn-primary, .btn-secondary {
         padding-left: 20px;
    }
}
 .gold_row_btn .green_link a, .btn-primary, .btn-secondary {
     font-size: 19px;
     line-height: 24px;
}
 .gold_row_btn .green_link a svg path {
     fill: var(--black);
}
 .gold_row_btn .green_link a:hover svg path {
     fill: var(--white);
}
 .gold_row_btn .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 480px) {
     .gold_row_btn .green_link, .btn-primary, .btn-secondary {
         padding-left: 0;
         text-align: left;
    }
}
 @media (max-width: 991px) {
     .gold_row_btn {
         margin: 50px 0;
    }
}
 @media (max-width: 480px) {
     .gold_row_btn {
         padding: 0 15px;
         text-align: left;
    }
}
/************ gold row button end *************/
/********************* End two section navigation css *********************/
/***********************************/
/********************* Start row_gold_header css *********************/
/***********************************/
 .row_gold_header_top {
     margin: 46px 0 26px 0;
}
 @media (max-width: 581px) {
     .row_gold_header_top {
         margin: 30px 0;
    }
}
 .row_gold_header_top .row_gold_header {
     position: relative;
     margin: 0;
     float: left;
     width: 100%;
}
 .row_gold_header_top .row_gold_header::before {
     content: "";
     position: absolute;
     height: 3px;
     background: var(--gold);
     left: 15px;
     right: 15px;
     top: 15px;
}
 @media (max-width: 380px) {
     .row_gold_header_top .row_gold_header::before {
         display: none;
    }
}
 .row_gold_header_top .row_gold_header h3 {
     color: var(--teal);
     font-weight: 900;
     font-size: 22px;
     line-height: 34px;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     position: relative;
     padding: 0 45px 0 0;
     z-index: 9;
     float: left;
     margin: 0;
     background: var(--white);
     letter-spacing: 0.01em;
}
 @media (max-width: 767px) {
     .row_gold_header_top .row_gold_header h3 {
         padding: 0 20px 0 0;
    }
}
/********************* End row_gold_header css *********************/
/***********************************/
/************ Address bar end *************/
 .adderss_section_wrap {
     padding: 0 0 3% 0;
}
 @media (max-width: 1200px) {
     .adderss_section_wrap {
         padding: 10px 0 70px 0;
    }
}
 .adderss_section_wrap .address_txt {
     padding: 0 0 0 27px;
}
 @media (max-width: 767px) {
     .adderss_section_wrap .address_txt {
         padding: 0;
         margin-bottom: 20px;
    }
}
 .adderss_section_wrap .address_txt p {
     margin-bottom: 28px;
}
 @media (max-width: 1200px) {
     .adderss_section_wrap .address_txt p {
         margin-bottom: 15px;
    }
}
 .adderss_section_wrap .address_txt p {
     font-family: "Lato", sans-serif;
     font-size: 19px;
     line-height: 26px;
     color: var(--black);
     margin: 0;
     font-weight: 400;
}
 @media (max-width: 1200px) {
     .adderss_section_wrap .address_txt p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .adderss_section_wrap .address_txt p strong {
     font-weight: 700;
}
 .adderss_section_wrap .address_txt p a {
     color: var(--black) !important;
}
 .adderss_section_wrap .address_txt p a:hover {
     color: var(--teal) !important;
}
 .adderss_section_wrap .address_txt p a:focus {
     color: var(--teal) !important;
}
 .adderss_section_wrap .address_txt p:last-child {
     margin-bottom: 0;
}
 .adderss_section_wrap .address_txt .green_link {
     margin-top: 53px;
     display: inline-block;
     width: 100%;
}
 @media (max-width: 1200px) {
     .adderss_section_wrap .address_txt .green_link {
         margin-top: 20px;
    }
}
 .adderss_section_wrap .address_txt .green_link a {
     font-size: 22px;
     line-height: 34px;
}
 .adderss_section_wrap .address_txt .green_link a svg path {
     fill: var(--black);
}
 .adderss_section_wrap .address_txt .green_link a:hover svg path {
     fill: var(--white);
}
 .adderss_section_wrap .address_txt .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1200px) {
     .adderss_section_wrap .address_txt .green_link a {
         font-size: 19px;
         line-height: 24px;
    }
}
/************ Address bar end *************/
 .programme_2 {
     padding-top: 130px;
     padding-bottom: 132px;
}
 @media (max-width: 1200px) {
     .programme_2 {
         padding-top: 100px;
         padding-bottom: 100px;
    }
}
 @media (max-width: 767px) {
     .programme_2 {
         padding-top: 50px;
         padding-bottom: 50px;
    }
}
 .programme_2 .navigaion_list_right p:last-child {
     margin-bottom: 0 !important;
}
 .programme_2 .navigaion_list_right p .full {
     width: 100%;
     display: flex;
}
 @media (max-width: 767px) {
     .programme_2 .navigaion_list_right p .full {
         margin-bottom: 10px;
    }
}
 .programme_2 .navigaion_list_right p .full .left {
     min-width: 120px;
     display: inline-block;
}
/********************* Start SEAHAWK STORIES css *********************/
 .modal-backdrop {
     display: none !important;
}
 .modal-x {
     position: relative;
     margin: 0 auto;
     padding: 114px 41px 67px 0;
}
 @media (max-width: 1200px) {
     .modal-x {
         padding: 50px 30px;
         max-width: 1355px;
    }
}
 @media (max-width: 767px) {
     .modal-x {
         padding: 50px 30px;
         padding-bottom: 0;
    }
}
 .modal-x .container-fluid {
     max-width: 95%;
}
 .modal-x .three_image_wrap_sec {
     flex: 0 0 auto;
     width: 72%;
     max-width: 72%;
     padding: 0;
}
 @media (max-width: 991px) {
     .modal-x .three_image_wrap_sec {
         width: 100%;
         max-width: 100%;
         order: 2;
    }
}
 .modal-x .three_image_wrap_sec .sd_modal_nav {
     padding-left: 0;
     margin-bottom: 0;
}
 @media (max-width: 480px) {
     .modal-x .three_image_wrap_sec .sd_modal_nav {
         display: inline-block !important;
         padding: 0;
    }
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li {
     display: inline-block;
     margin-right: 41px;
     position: relative;
     z-index: 1;
}
 @media (max-width: 1200px) {
     .modal-x .three_image_wrap_sec .sd_modal_nav li {
         margin-right: 20px;
    }
}
 @media (max-width: 480px) {
     .modal-x .three_image_wrap_sec .sd_modal_nav li {
         margin-right: 0;
         flex: 0 0 auto;
         width: 100%;
         margin-bottom: 20px;
         max-height: 350px;
         max-width: 100%;
         padding: 0;
         overflow: hidden;
    }
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li img {
     width: 100%;
     height: 567px;
     max-width: 381px;
     object-fit: cover;
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li .btn {
     width: 72px;
     padding: 0;
     border: 0;
     outline: none;
     box-shadow: none;
     position: absolute;
     bottom: 42px;
     z-index: 2;
     border-radius: 50%;
     margin: 0 auto;
     position: absolute;
     bottom: 42px;
     left: 0;
     right: 0;
     display: inline-block;
     transition: transform .2s;
     transition: 0.3s all ease-in-out;
     border: 1px solid transparent;
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li .btn img {
     transform: scale(1);
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li .btn:hover img {
     transform: scale(1.2);
     transition: 0.3s all ease-in-out;
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li .btn:focus {
     border-radius: 50%;
     border: 1px solid var(--black);
}
 @media (max-width: 1200px) {
     .modal-x .three_image_wrap_sec .sd_modal_nav li .btn {
         width: 50px;
    }
}
 @media (max-width: 581px) {
     .modal-x .three_image_wrap_sec .sd_modal_nav li .btn {
         bottom: 20px;
    }
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li .btn img {
     padding: 0;
     background-color: transparent;
     border: 0;
     border-radius: 0;
     max-width: 100%;
     height: auto;
}
 .modal-x .three_image_wrap_sec .sd_modal_nav li:last-child {
     margin-right: 0;
}
 .modal-x .three_image_wrap_sec_text {
     flex: 0 0 auto;
     width: 28%;
     max-width: 28%;
     text-align: left;
     padding: 0;
}
 @media (max-width: 991px) {
     .modal-x .three_image_wrap_sec_text {
         flex: 0 0 auto;
         width: 100%;
         margin-top: 30px;
         padding-right: 0;
         padding-left: 0;
         max-width: 100%;
         order: 1;
         margin-bottom: 50px;
    }
}
 @media (max-width: 480px) {
     .modal-x .three_image_wrap_sec_text {
         margin-top: 0;
         margin-bottom: 30px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text {
     padding-left: 0;
     position: relative;
     height: 100%;
     padding-bottom: 70px;
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text {
         padding-left: 0;
    }
}
 @media (max-width: 991px) {
     .modal-x .three_image_wrap_sec_text .slide_text {
         padding-bottom: 0;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text p {
     font-size: 19px;
     line-height: 26px;
     font-family: 'Lora', serif;
     margin-top: 10px 
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 @media (max-width: 1240px) {
     .modal-x .three_image_wrap_sec_text .slide_text p {
         font-size: 18px;
         line-height: 24px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text h2 {
     color: var(--teal);
     margin-bottom: 20px;
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text h2 {
         margin-bottom: 15px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text h2 {
     font-size: 36px;
     line-height: 46px;
     text-transform: none;
     margin-bottom: 20px;
     font-weight: 700;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text h2 {
         font-size: 32px;
         line-height: 36px;
         margin-bottom: 15px;
    }
}
 @media (max-width: 1240px) {
     .modal-x .three_image_wrap_sec_text .slide_text h2 {
         font-size: 28px;
         line-height: 32px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 1080px) {
     .modal-x .three_image_wrap_sec_text .slide_text h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 10px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link {
     margin-top: 42px;
     position: absolute;
     bottom: 25px;
     left: 0;
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text .green_link {
         left: 0;
    }
}
 @media (max-width: 991px) {
     .modal-x .three_image_wrap_sec_text .slide_text .green_link {
         position: relative;
         bottom: 0;
         margin-top: 20px;
    }
}
 @media (max-width: 1200px) {
     .modal-x .three_image_wrap_sec_text .slide_text .green_link {
         margin-top: 20px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a {
     font-size: 22px;
     line-height: 34px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
}
 @media (max-width: 1600px) {
     .modal-x .three_image_wrap_sec_text .slide_text .green_link a {
         font-size: 20px;
         line-height: 28px;
    }
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a svg path {
     fill: var(--black);
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a:hover svg rect {
     fill: var(--navy);
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a:hover svg path {
     fill: var(--white);
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a:focus svg rect {
     fill: var(--navy);
}
 .modal-x .three_image_wrap_sec_text .slide_text .green_link a:focus svg path {
     fill: var(--white);
}
 @media (max-width: 1200px) {
     .modal-x .three_image_wrap_sec_text .slide_text .green_link a {
         font-size: 19px;
    }
}
 .modal-x .modal.fade:not(.in).left .modal-dialog {
     -webkit-transform: translate3d(-25%, 0, 0);
     transform: translate3d(-25%, 0, 0);
}
 .modal-x .modal-x .modal {
     position: absolute;
     top: 0;
     right: 0;
     bottom: inherit;
     left: 0;
     z-index: 9;
}
 .modal-x .modal-backdrop {
     position: relative !important;
}
 .modal-x .modal-dialog {
     max-width: 100%;
}
 .modal-x .modal-x .list-inline {
     display: flex;
}
 .modal-x .modal.left_modal, .modal-x .modal.right_modal {
     position: absolute;
     z-index: 99;
}
 @media (max-width: 767px) {
     .modal-x .modal.left_modal, .modal-x .modal.right_modal {
         position: fixed;
    }
}
 .modal-x .modal.left_modal .modal-dialog, .modal-x .modal.right_modal .modal-dialog {
     position: absolute;
     margin: auto;
     width: 100%;
     height: 100%;
     -webkit-transform: translate3d(0%, 0, 0);
     -ms-transform: translate3d(0%, 0, 0);
     -o-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
}
 .modal-x .modal-dialog {
     margin: 1.75rem auto;
}
 @media (min-width: 576px) {
     .modal-x .left_modal .modal-dialog {
         max-width: 100%;
    }
     .modal-x .right_modal .modal-dialog {
         max-width: 100%;
    }
}
 .modal-x .modal.left_modal .modal-content, .modal-x .modal.right_modal .modal-content {
     height: 100% !important;
}
 .modal-x .modal-backdrop {
     display: none;
}
 .modal-x .modal.left_modal.fade .modal-dialog {
     left: -50%;
     -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
     transition: opacity 0.3s linear, left 0.3s ease-out;
}
 .modal-x .modal.left_modal.fade.show .modal-dialog {
     left: 0;
}
 .modal-x .modal.right_modal.fade .modal-dialog {
     right: -50%;
     -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
     transition: opacity 0.3s linear, right 0.3s ease-out;
}
 .modal-x .modal.right_modal.fade.show .modal-dialog {
     right: 0;
}
 .modal-x .modal-header.left_modal, .modal-x .modal-header.right_modal {
     padding: 10px 15px;
     border-bottom-color: #EEEEEE;
     background-color: #FAFAFA;
}
 .modal-x .modal-content {
     background-color: var(--navy);
     border: 0;
     border-radius: 0;
     outline: 0;
}
 .modal-x .modal-content .modal-header {
     border: 0;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 9;
}
 .modal-x .modal-content .modal-header .close {
     padding: 0;
     margin: 0;
     opacity: 1;
     width: 50px;
}
 .modal-x .modal-content .modal-body {
     padding: 0;
     height: 100%;
}
 .modal-x .modal-content .modal-body .carousel {
     height: 100%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner {
     height: 100%;
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner {
         height: auto;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross {
     position: absolute;
     top: 0;
     right: 0;
     padding: 0;
     background: var(--gold);
     transition: ease-in-out 0.2s;
     width: 50px;
     height: 50px;
     border: 0;
     z-index: 9;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross svg {
     transform: rotate(45deg);
     position: relative;
     left: 2px;
     top: 2px;
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .cross svg {
         top: 0;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross:focus {
     background: var(--teal);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross:focus svg line {
     stroke: var(--white);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross:hover {
     background: var(--teal);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .cross:hover svg line {
     stroke: var(--white);
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner {
         height: 100%;
         overflow-y: scroll;
         display: flex;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item {
     height: 100%;
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item {
         height: auto;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in {
     display: flex;
     align-items: center;
     justify-content: center;
     background: var(--navy);
     height: 100%;
}
 @media (max-width: 480px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in {
         align-items: flex-start;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .text_hover_on_box_in {
     width: 40.66%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .text_hover_on_box_in img {
     width: 100%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .image_hover_on_box_in {
     width: 64%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .image_hover_on_box_in img {
     width: 100%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row {
     height: 100%;
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row {
         height: 100%;
         margin: 0;
         width: 100%;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column {
     height: 100%;
}
 @media (max-width: 991px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column {
         height: 100%;
         padding: 0;
    }
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column:first-of-type {
         position: fixed;
         padding: 0;
         height: 100%;
    }
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column:last-child .slide_text_inner {
         position: relative;
         z-index: 2;
         padding: 4rem 2.5rem 6rem;
         height: 100%;
         display: flex;
         align-items: flex-end;
         justify-content: center;
    }
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column:last-child .slide_text_inner .slide_text {
         position: relative;
         z-index: 9;
    }
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column:last-child .slide_text_inner .slide_text:before {
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         position: absolute;
         content: "";
         z-index: -1;
         background-image: linear-gradient(#009dd1, #003552);
         opacity: .9;
    }
}
 @media (max-width: 480px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column:last-child .slide_text_inner {
         padding: 4rem 25px 6rem;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column .slide_image {
     height: 100%;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text_column .slide_image img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: top;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text {
     padding: 65px 45px 64px 56px;
     text-align: left;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .animation-element {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     width: 100%;
}
 @media (max-width: 1600px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text {
         padding: 50px 20px 50px 20px;
    }
}
 @media (max-width: 1200px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text {
         padding: 50px;
         padding-left: 20px;
    }
}
 @media (max-width: 767px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text {
         padding: 20px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text p {
     font-size: 19px;
     line-height: 26px;
     color: var(--white);
     font-family: 'Lora', serif;
}
 @media (max-width: 1200px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text p {
         font-size: 19px;
         line-height: 24px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 {
     color: var(--white);
     margin-bottom: 20px;
}
 @media (max-width: 1200px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 {
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 {
         margin-bottom: 10px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 h2 {
     font-size: 36px;
     line-height: 46px;
     text-transform: none;
     margin-bottom: 31px;
}
 @media (max-width: 1600px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 h2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 20px;
    }
}
 @media (max-width: 581px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 h2 {
         font-size: 24px;
         line-height: 26px;
         margin-bottom: 20px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link {
     margin-top: 65px;
     text-align: right;
}
 @media (max-width: 1280px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link {
         margin-top: 40px;
    }
}
 @media (max-width: 581px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link {
         margin-top: 20px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a {
     font-size: 19px;
     line-height: 26px;
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a svg path {
     fill: var(--black);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:hover svg rect {
     fill: var(--gold);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:hover svg path {
     fill: var(--black);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:focus svg rect {
     fill: var(--gold);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:focus svg path {
     fill: var(--black);
}
 @media (max-width: 1200px) {
     .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a {
         font-size: 19px;
    }
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:hover {
     color: var(--gold);
}
 .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .white_link a:focus {
     color: var(--gold);
}
 .modal-x .arrow_section .carousel-control-next {
     right: 0;
     top: inherit;
     right: 1.5rem;
     bottom: 1.5rem;
     padding: 0;
     border: 2px solid #009dd1;
     border-radius: 50%;
     -webkit-transform: none;
     transform: none;
     background-color: var(--white);
     background-position: 50%;
     width: 48px;
     height: 48px;
     z-index: 9;
     opacity: 1;
     display: none;
}
 @media (max-width: 991px) {
     .modal-x .arrow_section .carousel-control-next {
         display: flex;
    }
}
 .modal-x .arrow_section .carousel-control-next svg path {
     fill: black;
}
 .modal-x .arrow_section .carousel-control-next:hover {
     background-color: #009dd1;
}
 .modal-x .arrow_section .carousel-control-next:hover svg path {
     fill: white;
}
 .modal-x .arrow_section .carousel-control-next:focus {
     background-color: #009dd1;
}
 .modal-x .arrow_section .carousel-control-next:focus svg path {
     fill: white;
}
 .modal-x .arrow_section .number_text {
     position: absolute;
     right: 4.5rem;
     bottom: 1.5rem;
     width: 4rem;
     height: 3rem;
     margin: 0;
     font-weight: 700;
     font-size: 18px;
     line-height: 24px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
     color: var(--black);
     display: none;
}
 @media (max-width: 991px) {
     .modal-x .arrow_section .number_text {
         display: flex;
         justify-content: center;
         align-items: center;
    }
}
 .modal-x .arrow_section .number_text .count_slides {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100%;
}
 .modal-x .arrow_section .carousel-control-prev {
     left: inherit;
     top: inherit;
     right: 8.5rem;
     bottom: 1.5rem;
     padding: 0;
     border: 2px solid #009dd1;
     border-radius: 50%;
     -webkit-transform: none;
     transform: none;
     background-color: var(--white);
     background-position: 50%;
     width: 48px;
     height: 48px;
     opacity: 1;
     z-index: 9;
     display: none;
}
 @media (max-width: 991px) {
     .modal-x .arrow_section .carousel-control-prev {
         display: flex;
    }
}
 .modal-x .arrow_section .carousel-control-prev svg {
     transform: rotate(180deg);
}
 .modal-x .arrow_section .carousel-control-prev svg path {
     fill: black;
}
 .modal-x .arrow_section .carousel-control-prev:hover {
     background-color: #009dd1;
}
 .modal-x .arrow_section .carousel-control-prev:hover svg path {
     fill: white;
}
 .modal-x .arrow_section .carousel-control-prev:focus {
     background-color: #009dd1;
}
 .modal-x .arrow_section .carousel-control-prev:focus svg path {
     fill: white;
}
 @media (min-width: 992px) {
     .modal-open {
         overflow: visible !important;
         overflow-y: visible !important;
         padding-right: 0 !important;
    }
}
/********************* End SEAHAWK STORIES css *********************/
/********************* start additional css *********************/
 ul li, .two_section_navigation .navigaion_list_right ul li, .two_section_navigation .navigaion_list_right ol li, .acc_body ol li, .card-body ol li, .acc_body ul li, .card-body .paragraph ul li, .card-body ul li, .section-content ol li, .section-content ul li, .offer-area_section .section-content-inner ul li, .offer-area_section .section-content-inner ol li {
     color: var(--black);
     font-family: 'Lora', serif;
}
 .two_section_navigation .navigaion_list_right ul li::marker, .sd_custom_accordion ol li::marker, .sd_custom_accordion ul li::marker, .two_section_navigation .navigaion_list_right ol li::marker, .acc_body ul li::marker, .card-body ul li::marker, .acc_body ol li::marker, .card-body ol li::marker, .section-content ol li::marker, .section-content ul li::marker, .offer-area_section .section-content-inner ul li::marker, .offer-area_section .section-content-inner ol li::marker {
     color: var(--teal);
}
 @media (min-width: 768px) {
     .collapsing, .two_section_navigation .navigaion_list_left .navigaion_list-inner .collapse:not(.show) {
         height: 100% !important;
    }
}
/********************* start h1 css *********************/
 h1 {
     font-size: 71px;
     line-height: 85px;
     font-family: "Lato", sans-serif;
     font-weight: 900;
     color: #313535;
     text-transform: uppercase;
}
 @media (max-width: 1280px) {
     h1 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 767px) {
     h1 {
         font-size: 31px;
         line-height: 36px;
    }
}
/********************* End h1 css *********************/
/********************* start h2 css *********************/
 h2 {
     font-weight: 400;
     font-size: 36px;
     line-height: 46px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}
 @media (max-width: 1280px) {
     h2 {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (max-width: 1200px) {
     h2 {
         font-size: 31px;
         line-height: 36px;
    }
}
 @media (max-width: 991px) {
     h2 {
         font-size: 30px;
         line-height: 36px;
    }
}
 @media (max-width: 767px) {
     h2 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .announcements_rotator_slider2 .main-image-slider .slick-list .announcements_rotator_slider_inner .slide_text .heading_h2 h2, .cinemograph_callout_section .cinemograph_callout_section_inner .slide_text .heading_h2 h2, .actoid_Slider_Feature .slide-box .slide .slick-list .slick-track .item .item_image .item_image_text .container .text_area_right .heading_h2 h2, .main_footer .page-footer .common_link h2, .o-people_section .o-people .m-people-main__bottom .slide_text h2, .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text .heading_h2 h2, .announcements_rotator_photo .slide1 .heading_h2 h2, .modal-x .modal-content .modal-body .carousel .carousel-inner .carousel-item .hover_on_box_in .row .slide_text .heading_h2 h2 {
     color: var(--white) 
}
 .image_feature_width_one_section .image_feature_width_one_inner.light-back .row .slide_text .heading_h2 h2 {
     color: var(--teal);
}
 .image_feature_width_one_section .image_feature_width_one_inner.blue-b .row .slide_text .heading_h2 h2 {
     color: var(--gold) 
}
/********************* End h2 css *********************/
/********************* start h3 css *********************/
 h3 {
     font-weight: 600;
     font-size: 28px;
     line-height: 36px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
}
 @media (max-width: 767px) {
     h3 {
         font-size: 24px;
         line-height: 26px;
    }
}
 .program_completion_feature .program_completion_featureimage .program_completion_feature_inner .program_completion_para .heading_h3 h3 {
     color: var(--white) 
}
/********************* End h3 css *********************/
/********************* start h4 css *********************/
 h4 {
     font-weight: 700;
     font-size: 24px;
     line-height: 31px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
}
 @media (max-width: 767px) {
     h4 {
         font-size: 24px;
         line-height: 26px;
    }
}
/********************* End h4 css *********************/
 .commo_page_banner .commo_page_banner_inner .factoid_area ul li p, .o-people_section .o-people .m-people-main__bottom .slide_text p, .announcements_rotator_photo_programm .slick-list .item p, .actoid_Slider_Feature .slide-box .factoid_area_main .text_area_left .factoid_area ul li p, .image_feature_width_one_section .image_feature_width_one_inner .row .slide_text p, .parallax_box_wrap .box .sec_img .degree_section p, .slick-list .item p {
     color: var(--white) 
}
 .image_feature_width_one_section .image_feature_width_one_inner.light-back .row .slide_text p, .image_feature_width_one_section.small_b .slide_text.light-back p {
     color: var(--black) !important;
}
/********************* End additional css *********************/
 .factoids_home_inner p a {
     color: var(--white) !important;
}
 .factoids_home_inner p a:focus, .factoids_home_inner p a:hover {
     color: var(--white) !important;
     text-decoration: none;
}
 .yellow-b a:hover, .yellow-b a:focus {
     color: var(--black) !important;
}
 .offer-area_section_main .offer-area_section li.active .section-content::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 7px;
}
 .offer-area_section_main .offer-area_section li.active .section-content::-webkit-scrollbar-thumb {
     border-radius: 4px;
     background-color: rgba(112, 111, 111, 0.5);
     -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
 .parallax_box_wrap .box .sec_img .degree_section.teal-b h2 {
     color: var(--white);
}
 .parallax_box_wrap .box .sec_img .degree_section.light-back h2 {
     color: var(--teal);
}
 .parallax_box_wrap .box .sec_img .degree_section.light-back p {
     color: var(--black);
}
 .announcements_rotator_img iframe {
     width: 100%;
     height: 100%;
}
 .m-people-thumbs__button.m-people-active:before {
     border: 6px solid var(--gold);
     left: 0;
     z-index: 9;
     right: 0;
     top: 0;
     bottom: 0;
     transform: scale(1.0);
}
 .address_txt .paragraph {
     margin-bottom: 10px;
}
 .commo_page_banner.homepage_banner .picture .commo_page_banner_inner_top.commo_page_banner_h1 .heading_h1 {
     padding-right: 133px;
     padding-left: unset;
     border-left: unset;
}
 .commo_page_banner.homepage_banner .picture .commo_page_banner_inner_top {
     align-items: center;
}
 .gold_row_btn.no-rule::before, .btn-secondary::before {
     display: none;
}
 .two_section_navigation {
     padding-top: 36px;
}
 .transparent img {
     width: 100%;
}
 .factoids_home_inner .card-body a {
     text-decoration: none !important;
     color: var(--white);
}
 .factoids_home_inner .card-body a:hover, .factoids_home_inner .card-body a:focus {
     text-decoration: underline !important;
}
 .nav-cover_main .nav-cover .nav_top {
     z-index: 103;
}
 @media only screen and (max-width: 767px) {
     .announcements_rotator_photo .slide-box1 .slider_bottom1 {
         margin-bottom: 30px;
    }
     .txt-bnr .heading_h1 {
         margin-top: 30px !important;
    }
}
 @media only screen and (min-width:992px) {
     .homepage_banner .row {
         height: 100vh;
    }
}
 .commo_page_banner .commo_page_banner_inner .picture_caption .picture_caption_inner {
     margin-bottom: 15px;
}
 .homepage_banner img {
     height: 100%;
     object-fit: cover;
     width: 100%;
}
 .txt-bnr h1 {
     color: var(--white);
}
 .homepage_banner .heading_h2 {
     align-self: flex-end;
     color: var(--white);
     margin-bottom: 20px;
     padding: 0 70px 80px;
}
 .txt-bnr .heading_h1 {
     margin-top: 300px;
     max-width: 663px;
     padding-left: 70px;
     padding-right: 70px;
}
 .txt-bnr .yellow_border {
     margin: 35px 0;
}
 .preTxt span {
     font-size: 31px;
     color: var(--white);
     font-family: 'Lora';
}
 .noPad {
     padding: 0;
}
 .card-body-inner h3 {
     margin-bottom: 22px;
     font-size: 24px;
}
 .card-body p {
     margin-bottom: 36px;
}
 .card-body h4 {
     margin-bottom: 14px;
     font-size: 22px;
}
 .card-body ol li {
     padding-left: 10px;
}
 .main_footer .page-footer .col-first-1 p a:hover span {
     text-decoration: underline;
}
 .mgBtm {
     margin-bottom: 0;
}
 .homepage_banner .heading_h2 h1 {
     font-size: 47px;
     line-height: 55px;
     text-transform: none;
     margin-bottom: 20px;
     font-family: "Lato", sans-serif;
     font-weight: 700;
     text-transform: uppercase;
     color: var(--white);
}
 @media only screen and (max-width: 1400px) {
     .preTxt {
         margin-bottom: 30px !important;
    }
}
 @media only screen and (max-width: 481px) {
     .txt-bnr .heading_h1 {
         padding-left: 10px;
    }
     .txt-bnr h1 {
         word-wrap: break-word;
         font-size: 36px;
         line-height: 40px;
    }
     .preTxt span {
         font-size: 23px;
    }
}
 .homepage_banner .heading_h2 span {
     font-weight: 600;
     font-size: 31px;
     line-height: 34px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     color: var(--white);
}
 .o-people_section p a {
     color: var(--white) !important;
}
 .o-people_section p a:hover, .o-people_section p a:focus {
     text-decoration: none;
     color: var(--white) !important;
}
 blockquote, blockquote p, .blockquote_div, .blockquote_div p {
     font-weight: 400;
     font-family: 'Lato', sans-serif;
     color: var(--teal);
}
 blockquote p, .blockquote_div p {
     margin: 0 !important;
}
 blockquote, .blockquote_div {
     padding: 10px 0 10px 0;
     border: 3px solid var(--gold);
     border-left: 0;
     border-right: 0;
     margin-bottom: 30px;
     margin-top: 30px;
}
 blockquote a, .blockquote_div a {
     color: var(--black);
     text-decoration: underline !important;
}
 blockquote a:hover, .blockquote_div a:hover {
     color: var(--teal);
     text-decoration: none !important;
}
 blockquote a:focus, .blockquote_div a:focus {
     color: var(--teal);
     text-decoration: none !important;
}
 .alert_banner {
     -webkit-box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, .66);
     box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, .66);
     z-index: 999;
}
 ul.page_link {
     z-index: 9999;
}
 @media (max-width: 767px) {
     blockquote p, .blockquote_div p {
         font-size: 24px !important;
         margin-bottom: 0;
         line-height: 26px !important;
    }
     blockquote, .blockquote_div {
         margin-bottom: 50px;
         padding: 30px 0 50px 0;
    }
}
 @media (max-width: 620px) {
     blockquote, .blockquote_div {
         padding: 20px 0 30px 0;
         margin-bottom: 30px;
    }
}
 .hh-news h2, .hh-module .section-title .title {
     font-weight: 400;
     font-size: 47px;
     line-height: 55px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}
 .hh-news p {
     font-size: 23px;
     line-height: 34px;
     font-weight: 400;
     font-family: 'Lora', serif;
     margin-bottom: 45px;
}
 ul.list-unstyled li {
     list-style: none;
}
 .aside-widget ul li {
     list-style: none;
}
 div {
     font-size: 19px;
     font-family: 'Lora', serif;
}
 .hh-news .hh-module .section-title:after {
     top: 27px;
}
 .hh-news div {
     font-size: 23px;
     font-family: 'Lora', serif;
     color: var(--black);
}
 .align-center {
     align-items: center;
}
 .align-center .image_feature_width_one_section {
     padding: 0 0 30px 0;
}
 .two_section_navigation .navigaion_list_right img {
     margin: 20px;
}
 .two_section_navigation img {
     margin: 20px;
}
 .list-inline {
     list-style: none !important;
}
 .btn-secondary {
     margin: 0;
}
 .two_section_navigation.light-back {
     margin-bottom: 0;
}
 a.button::after {
     content: url(../img/uncw-arrow.svg);
     width: 50px;
     height: 36px;
     margin-left: 30px;
     margin-bottom: -6px;
     line-height: 28px;
     display: flex;
     float: right;
     align-items: center;
}
 a.button:hover::after, a.button:focus::after {
     content: url('../img/uncw-arrow-blue.svg');
}
 div a.button {
     font-size: 19px;
     line-height: 24px;
     color: var(--teal) !important;
     display: inline-block;
     align-items: center;
}
 body div a.button {
     text-decoration: none !important;
}
 div a.button:hover, div a.button:focus {
     color: var(--black) !important;
}
 .factoids_home_inner .card-body a, .factoid_area a {
     text-decoration: underline !important;
}
 .factoids_home_inner .card-body a:hover, .factoids_home_inner .card-body a:focus, .factoid_area a:hover, .factoid_area a:focus {
     text-decoration: none !important;
}
 .m-people-main ul li, .factoid_area a {
     color: var(--white);
}
 .address_txt .paragraph p {
     margin-bottom: 20px;
}
 .myaccordion .card-body ul li, .myaccordion .card-body ol li {
     font-family: 'Lato', sans-serif;
}
 table tr a {
     color: var(--black);
     text-decoration: underline !important;
}
 table tr a:hover, table tr a:focus {
     color: var(--teal);
     text-decoration: none !important;
}
 table {
     width: 100%;
     margin-bottom: 1rem;
     color: #212529;
}
 table td, table th {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #dee2e6;
}
 .alert_banner a {
     text-decoration: underline !important;
}
 .alert_banner a:hover, .alert_banner a:focus {
     text-decoration: none !important;
}
 .btn-primary, .btn-secondary {
     margin: 10px 0;
}
 .vimeo-wrapper {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 56.25%;
}
 .vimeo-wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
 .text_image .text_image_inner .text_cover h3 span {
     display: block;
}
 .searchbar:hover .searchbar-icon::after {
     border-bottom: 3px solid var(--gold) !important;
     content: '';
     display: block;
     height: 3px;
     position: absolute;
     bottom: -6px;
     left: -10px;
     right: -10px;
}
 .student_work_cover iframe {
     width: 100%;
     height: 100%;
}
 .two_section_navigation .navigaion_list_right blockquote p {
     font-family: 'Lato', sans-serif;
}
 .student_work .slick-slide ul, .student_work .slick-slide ol {
     margin-bottom: 15px !important;
}
 #explore_button span {
     display: block;
}
 .explore_film_studies_section_inner>.row {
     justify-content: center;
}
 .main-image-slider .slick-track {
     display: flex;
     align-items: center;
}
 .paragraph p {
     margin-right: auto;
}
 @media only screen and (max-width:800px) {
     .sd_custom_accordion ul li, .sd_custom_accordion ol li {
         font-size: 18px;
         line-height: 24px;
    }
}
 .btn-primary {
     font-size: 22px;
     line-height: 34px;
     font-weight: 900;
     display: inline-block !important;
     font-family: "Lato", sans-serif;
     color: var(--teal);
}
 .btn-primary:hover {
     color: var(--navy);
}
 .searchbar-input {
     opacity: 0;
}
 .searchbar-open .searchbar-input {
     opacity: 1;
}
 table.no-style tr td {
     border: 0;
     padding: 5px;
     font-family: 'Lora', serif;
     min-width: 170px;
}
 .full-width-content {
     flex-basis: 100% !important;
}
 .nav-cover_main .nav-cover .nav_top .top_list .top_a .tert-dropdown li a {
     color: var(--navy);
     padding: 0px;
     display: inline-block;
     height: auto;
     border-bottom: none;
     font-size: 22px;
     line-height: 38px;
     font-family: 'Lato', sans-serif;
     border-bottom: 3px solid transparent;
     font-weight: 400;
}
 .nav-cover_main .nav-cover .nav_top .top_list .top_a .tert-dropdown li a:hover, .nav-cover_main .nav-cover .nav_top .top_list .top_a .tert-dropdown li a:focus {
     border-bottom: 3px solid var(--gold);
     color: var(--navy);
}
 .tert-dropdown {
     padding: 0;
}
 .tert-dropdown li {
     list-style: none;
}
 .tert-dropdown {
     display: none;
}
 @media only screen and (min-width:993px) {
     .tert-open .tert-dropdown {
         background: var(--white);
    }
     .tert-open {
         background-color: var(--white);
    }
     .tert-open>a {
         border-bottom: 3px solid var(--gold) !important;
         color: var(--teal) !important;
    }
     .tert-open .tert-dropdown {
         position: absolute;
    }
     .tert-open .tert-dropdown {
         display: block;
    }
}
 .tert-open .tert-dropdown {
     padding: 10px 40px 10px 10px;
}
 .student_work .slick-slider p {
     margin-bottom: 15px !important;
}
 @media only screen and (max-width:992px) {
     .txt-bnr .heading_h1 {
         margin-top: 50px;
         margin-bottom: 50px;
    }
}
 div p a.btn-primary {
     color: var(--teal) !important;
     background: transparent !important;
     text-decoration: none !important;
     display: inline-block !important;
     padding-right: 60px;
}
 div p a.btn-primary:focus, div p a.btn-primary:hover {
     color: var(--navy) !important;
     background: transparent !important;
}
 div p a.btn-primary:focus::after, div p a.btn-primary:hover::after, div p a.btn-secondary:hover::after, div p a.btn-secondary:focus::after {
     fill: var(--navy);
}
 .btn-primary::after {
     content: '';
     background-image: url('../img/svg/arrow.svg');
     height: 34px;
     width: 34px;
     display: inline-block;
     position: absolute;
     right: 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}
 .form-inner .btn-primary::after {
     content: '';
     background-image: url('../img/svg/arrow.svg');
     height: 34px;
     width: 34px;
     display: inline-block;
     position: relative;
     right: 0;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     top: 4px;
     left: 15px;
}
 @media only screen and (max-width:767px) {
     a.parent_text::after {
         content: '';
         width: 20px;
         display: inline-flex;
         justify-content: center;
         position: absolute;
         top: 10px;
         right: -40px;
         height: 20px;
         background-image: url(../img/svg/chevron-up-solid.svg);
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center;
    }
     a.parent_text.collapsed::after {
         background-image: url(../img/svg/chevron-down-solid.svg);
    }
     .navigaion_list-inner a.parent_text {
         color: var(--black) !important;
    }
}
 a.btn-secondary, p a.btn-secondary {
     background-color: var(--navy) !important;
     padding: 21px 38px !important;
     text-align: center !important;
     font-size: 28px !important;
     line-height: 46px !important;
     font-family: "Lato", sans-serif;
     font-weight: 400;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     color: var(--white) !important;
     margin: 0 auto;
     text-decoration: none !important;
}
 a.btn-secondary::after {
     content: '';
     background-image: url(../img/svg/arrow.svg);
     background-size: cover;
     background-repeat: no-repeat;
     margin-left: 60px;
     width: 41px;
     height: 38px;
     display: inline-block;
     position: relative;
}
 a.btn-secondary:hover, a.btn-secondary:focus, p a.btn-secondary:hover, p a.btn-secondary:focus {
     background-color: var(--navy) !important;
     color: var(--gold) !important;
}
 .txt-secondary {
     color: var(--teal);
     font-weight: 900 !important;
     font-size: 19px !important;
     line-height: 26px !important;
     text-transform: uppercase;
     margin-bottom: 20px !important;
     letter-spacing: 0.085em;
     text-align: center;
     font-family: "Lato", sans-serif !important;
}
 @media only screen and (max-width:1200px) {
     a.btn-secondary, p a.btn-secondary {
         font-size: 31px !important;
         line-height: 36px !important;
         padding: 18px 38px !important;
    }
     a.btn-secondary::after {
         margin-left: 40px;
    }
}
 @media only screen and (max-width:767px) {
     a.btn-secondary, p a.btn-secondary {
         font-size: 24px !important;
         line-height: 26px !important;
         padding: 15px 30px !important;
    }
     a.btn-secondary::after {
         display: block;
         margin-left: auto;
         margin-right: auto;
         margin-top: 10px;
    }
     .txt-secondary {
         font-size: 19px !important;
         line-height: 24px !important;
    }
}
 @media only screen and (max-width:1025px) {
     .tert-hasdropdown.tert-open .tert-dropdown {
         background-color: var(--white);
         overflow: hidden;
    }
     .tert-hasdropdown .tert-dropdown a {
         color: var(--navy);
         width: auto !important;
         font-weight: 400 !important;
    }
     .tert-hasdropdown ul.tert-dropdown li {
         display: block !important;
         float: none !important;
         border-bottom: 0 !important;
    }
     .tert-hasdropdown>a {
         color: var(--white) !important;
         font-size: 23px;
         line-height: 28px;
         font-weight: bold;
         text-transform: uppercase;
         font-family: 'Lato', sans-serif;
         letter-spacing: 0.1em;
         float: left;
         transition: 0.3s;
         padding: 15px 7px;
         z-index: 9;
         position: relative;
         border-bottom: 3px solid transparent !important;
         letter-spacing: 0.15em;
         white-space: nowrap;
         width: auto !important;
    }
     .tert-open .tert-dropdown {
         background: var(--white);
         margin: 0;
         float: right;
         width: auto;
         flex-wrap: wrap;
         flex-direction: row;
         background: var(--white);
         box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 30%);
         -webkit-box-shadow: 0px 10px 25px -10px rgb(0 0 0 / 30%);
         -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
    }
     .tert-dropdown li {
         border: 0 !important;
    }
     .tert-dropdown {
         float: right;
         width: 100% !important;
         max-width: 100% !important;
         background: var(--white);
    }
     .tert-open .tert-dropdown li a {
         color: var(--navy);
    }
     .tert-dropdown {
         padding: 49px 25px 53px 25px !important;
    }
}
 .card_block_text_inner_main .card-image .card-body {
     position: relative;
     overflow: hidden;
}
 .card_block_text_inner_main .card-image .card-body .card_link {
     left: 20px;
     right: 20px;
     max-width: fit-content;
}
 @media only screen and (min-width:768px) {
     .card_block_text_inner_main .card-image .card-body .card_link {
         position: absolute !important;
    }
}
 .menu-open .alert_banner {
     display: none;
}
 .menu-open .nav_top {
     z-index: 101 !important;
}
 body.menu-open {
     overflow: hidden;
}
 .menu-open #cbp-hrmenu {
     overflow-y: scroll;
}
/* accordion buttons */
 span.minus:before {
     content: url(../img/svg/OpenedAccordion-MinusSign.svg);
     display: inline-block;
     height: 2px;
     width: 26px;
}
 span.plus:before {
     content: url(../img/svg/ClosedAccordion-PlusSign.svg);
     display: inline-block;
     height: 2px;
     width: 26px;
}
/*=====MICROSITE ========*/
 .pd-10 {
     padding: 0 10px;
}
 .pd-none {
     padding: 0;
}
 .microsite .col-md-8 {
     max-width: 93.666667%;
}
 .offer-area_section .section-content-inner ul {
     list-style: disc;
}
 .offer-area_section .section-content-inner ul li span {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     margin-bottom: 20px;
     color: var(--black);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
}
 .offer-area_section .section-content-inner .paragraph ul li {
     font-size: 23px;
     line-height: 34px;
     font-family: 'Lora', serif;
     margin-bottom: 20px;
     color: var(--teal);
     width: 100%;
     position: relative;
     text-indent: 0;
     margin-bottom: 0;
     display: list-item;
     list-style-type: disc;
}
 .microsite h2 {
     color: var(--teal);
     font-size: 47px;
     text-transform: uppercase;
     line-height: 48px;
}
 .microsite .table a {
     color: var(--teal);
     text-decoration: underline !important;
     font-family: 'Lato';
     font-size: 19px;
     font-weight: 400;
}
 .microsite .table a:hover {
     text-decoration: none !important;
}
 .microsite.table_style_one_section_main .table_style_one_section .table tr:last-of-type {
     border-bottom: 1px solid var(--gold);
}
 .micro-callout .picture {
     display: inline-block;
     position: relative;
     padding-top: 50px;
     margin-bottom: 50px 
}
 .micro-callout .picture .picture_caption h2 {
     font-weight: 700;
     font-size: 23px;
     line-height: 27px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
     margin-bottom: 0;
}
 .micro-callout .picture .picture_caption p {
     font-weight: 400;
     font-size: 20px;
     line-height: 27px;
     color: var(--black);
     font-family: 'Lora', serif;
}
 .micro-callout .picture img {
     width: 100%;
}
 .micro-callout .picture .picture_caption {
     width: 84%;
     float: right;
     padding: 49px 64px 13px 53px;
     margin-top: -50px;
     position: relative;
}
 .QkLinks_feature_width_one_section {
     background: var(--white);
     padding: 49px 0;
     display: inline-block;
     width: 100%;
}
 .QkLinks_feature_width_one_section h2 {
     color: var(--white);
     padding-top: 30px;
     margin: 0 auto;
}
 .QkLinks_feature_width_one_section .heading_h2 .yellow_border {
     margin-left: 30px !important;
}
 .QkLinks_feature_width_one_section h4 {
     color: var(--white);
}
 .QkLinks_feature_width_one_section p {
     color: var(--white) !important;
     font-weight: 700;
     font-size: 24px;
     line-height: 31px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lora', serif;
}
 .QkLinks_feature_width_one_section .white_link.text-left {
     padding: 10px 0;
}
 .microsite.QkLinks_feature_width_one_section .container-fluid {
     max-width: 100%;
}
 .QkLinks_feature_width_one_section .qkPad {
     padding: 50px 100px;
}
 .QkLinks_feature_width_one_section .heading_h2 {
     padding: 0 20px;
}
 .qkLinks-brd {
     border-bottom: 2px solid var(--gold);
     margin: 30px 10px;
}
 .teal-b .white_link a:hover {
     color: var(--black);
}
 .teal-b .white_link a:hover .icon rect {
     fill: var(--gold);
}
 .program .green_link a svg path {
     fill: var(--black);
}
 .program .green_link a:hover .icon path {
     fill: var(--white) !important;
}
 .microsite.explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .up {
     font-size: 36px;
     line-height: 41px;
     color: var(--navy);
     margin-bottom: 72px;
     font-family: "Lato", sans-serif;
     display: block;
     font-weight: 700;
}
 .microsite.explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a:hover .card-body .up {
     color: var(--white);
}
 .icon-row a.icon-cta.personal:before {
     background-image: url("../img/icon-chat.jpg");
     display: block;
     height: 100px;
     width: 100px;
     background-size: contain;
     content: "";
     background-repeat: no-repeat;
     margin: 0 auto;
}
 .icon-row {
     padding-top: 30px;
     margin-left: auto;
     margin-right: auto;
     justify-content: left;
     text-align: center;
}
 .icon-row a:hover .heading_h2 h2 {
     text-decoration: underline;
}
 .icon-row a.icon-cta.health:before {
     background-image: url("../img/icon-medical.jpg");
     display: block;
     height: 100px;
     width: 100px;
     background-size: contain;
     content: "";
     background-repeat: no-repeat;
     margin: 0 auto;
}
 .icon-row a.icon-cta.directory:before {
     background-image: url("../img/icon-directory.jpg");
     display: block;
     height: 100px;
     width: 100px;
     background-size: contain;
     content: "";
     background-repeat: no-repeat;
     margin: 0 auto;
}
 .icon-row span {
     font-weight: 700;
     line-height: 22px;
     font-size: 16px;
     color: var(--white);
}
 .heading_h1 p {
     font-weight: 300;
     font-size: 34px;
     line-height: 50px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lato', sans-serif;
}
 @media (max-width: 1025px) {
     .QkLinks_feature_width_one_section .qkPad {
         padding: 50px 20px;
    }
     .microsite.QkLinks_feature_width_one_section .col-md-6 {
         -ms-flex: 0 0 50%;
         flex: 0 0 100%;
         max-width: 100%;
    }
}
/*=====New Accordion======*/
 .microsite.myaccordion .card .card-header .btn-link {
     background: var(--navy);
     height: 212px;
     margin-top: 5px;
     border-radius: 0;
}
 .microsite .white_link a:hover {
     color: var(--gold);
}
 .accordian_main_section .microsite.myaccordion .card .card-header .btn-link:hover {
     background: var(--navy) !important;
}
 .accordian_main_section .microsite.myaccordion .card .card-header .btn-link .accordion-button {
     color: var(--gold);
     font-weight: 700;
     font-size: 40px;
     top: 40px;
}
 .accordian_main_section .microsite.myaccordion .card .card-header .btn-link[aria-expanded="true"] {
     background: var(--navy);
}
 .program_accordian .microsite.myaccordion .card .card-body {
     padding: 30px;
     padding-left: 10px;
     border: 1px solid #eee;
     margin-bottom: -10px;
     background-color: transparent;
}
 .blueBg-pos {
     position: absolute;
     position: absolute;
     float: right;
     right: 40px;
     bottom: 76px;
     z-index: 9;
}
 .microsite .white_link.blueBg-pos a .icon svg {
     transform: rotate(-90deg);
}
 .microsite .white_link.blueBg-pos a:active .icon svg, .microsite .white_link.blueBg-pos a:hover .icon svg, .microsite .white_link.blueBg-pos a:focus .icon svg {
     transform: rotate(90deg);
}
 .microsite .white_link.blueBg-pos a:hover, .microsite .white_link.blueBg-pos a:focus, .microsite.blueBg-pos .white_link a:active {
     color: var(--gold);
}
 .microsite .white_link a:hover .icon rect, .microsite .white_link a:active .icon rect, .microsite .white_link a:focus .icon rect {
     fill: var(--gold);
}
 .microsite span.accordion-button.container:before {
     content: "";
     position: absolute;
     top: 75px;
     bottom: 0;
     width: 60%;
     height: 100%;
     border-top: 5px solid var(--gold);
     border-bottom: 1px solid transparent;
}
 .white_link.text-left.btn-close {
     width: 20%;
     float: right;
     margin-top: 10px;
}
 .microsite .white_link.btn-close a .icon svg {
     transform: rotate(90deg);
}
 #accordion div.btn {
     cursor: pointer;
}
 #accordion .collapse {
     transition: .3s all ease-in-out 0s;
}
 .white_link.text-left.btn-close {
     float: right;
     top: 0;
     position: absolute;
     right: 0;
     padding: 20px;
     border-top: 8px solid var(--gold);
     top: -10px;
     z-index: -1px;
}
 .microsite .white_link a:hover .icon path {
     fill: var(--black);
}
 .show+.btn .white_link.text-left.btn-close {
     top: -92px;
     border-left: 1px solid #eee;
     border-right: 1px solid #eee;
     border-bottom: 2px solid var(--white);
     background-color: var(--white);
}
 .collapsing+.btn .white_link.text-left.btn-close {
     top: -92px;
     border-left: 1px solid #eee;
     border-right: 1px solid #eee;
     border-bottom: 2px solid var(--white);
     background-color: var(--white) 
}
 .show+.btn .white_link.btn-close a .icon {
     z-index: 0;
}
 .white_link.btn-close a .icon {
     top: -3px;
     position: relative;
     z-index: -1;
}
 .microsite .white_link.btn-close a {
     color: var(--navy);
}
 .white_link.btn-close a:hover .icon path {
     fill: var(--black);
}
 .microsite .card-body-inner {
     margin-top: 30px;
}
 .home_tab_slider3.microsite .sub-header .slick-track .slick-slide .swipe-tab_inner {
     max-width: 185px;
}
 .program_accordian .microsite.myaccordion {
     padding-top: 80px;
}
 @media (min-width: 1025px) {
     .show+.btn .white_link.text-left.btn-close {
         width: 20%;
    }
}
 @media (max-width: 1400px) {
     .microsite span.accordion-button.container:before {
         width: 50%;
    }
}
 @media (max-width: 1024px) {
     .microsite span.accordion-button.container:before {
         width: 40%;
    }
     .white_link.text-left.btn-close {
         width: 25%;
    }
}
 @media (max-width: 822px) {
     .white_link.text-left.btn-close {
         width: 30%;
    }
     .micro-callout .picture .picture_caption {
         width: 100%;
         margin-top: 0px;
    }
     .microsite span.accordion-button.container:before {
         width: 25%;
    }
}
 @media (max-width: 768px) {
     .microsite span.accordion-button.container:before {
         width: 15%;
    }
}
 @media (max-width: 1600px) {
     .microsite span.accordion-button.container:before {
         width: 50% 
    }
}
 @media (max-width: 1400px) {
     .microsite span.accordion-button.container:before {
         width: 48% 
    }
}
 @media (max-width: 1200px) {
     .microsite span.accordion-button.container:before {
         width: 40% 
    }
}
 @media (max-width: 1160px) {
     .microsite span.accordion-button.container:before {
         width: 40% 
    }
}
 @media (max-width: 998px) {
     .microsite span.accordion-button.container:before {
         width: 40% 
    }
}
 @media (max-width: 950px) {
     .microsite span.accordion-button.container:before {
         width: 25% 
    }
}
 @media (max-width: 780px) {
     .microsite span.accordion-button.container:before {
         width: 18% 
    }
}
 @media (max-width: 677px) {
     .blueBg-pos {
         position: absolute;
         bottom: 30px;
         margin-top: 20px;
         left: 20px;
    }
     .accordian_main_section .microsite.myaccordion .card .card-header .btn-link .accordion-button {
         top: 0;
    }
     .accordian_main_section .microsite.myaccordion .card .card-header .btn-link .accordion-button {
         top: 0;
         padding: 0;
         margin: 10px 20px;
         line-height: 1;
    }
     .microsite.QkLinks_feature_width_one_section .white_link a .icon {
         top: -3px;
         position: relative;
    }
     .microsite .white_link a .icon {
         top: -3px;
         position: relative;
    }
     .microsite span.accordion-button.container:before {
         width: 80%;
    }
     .white_link.text-left.btn-close {
         width: 50%;
    }
     .microsite span.accordion-button.container::before {
         margin-top: 20px;
    }
     .microsite .white_link.btn-close a .icon {
         top: 14px;
         position: absolute;
    }
}
 .nav-cover_main .nav-cover .nav_top .container-fluid div .searchbar:hover {
     min-width: 65px;
}
 .accordian_main_section .myaccordion .card .card-header .btn-link:hover, .accordian_main_section .myaccordion .card .card-header .btn-link:focus {
     background-color: var(--white);
}
 .paragraph p a:hover {
     text-decoration: underline !important;
}
 .paragraph p a:hover {
     text-decoration: underline !important;
}
 .collapse.show {
     visibility: visible;
     display: block;
}
 .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     -webkit-transition-property: height, visibility;
     transition-property: height, visibility;
     -webkit-transition-duration: 0.35s;
     transition-duration: 0.35s;
     -webkit-transition-timing-function: ease;
     transition-timing-function: ease;
}
 .show~.btn .white_link.btn-close a .icon, .collapsing~.btn .white_link.btn-close a .icon {
     z-index: 0;
}
 .no-mgpd {
     margin: 0 auto;
     padding: 0px;
}
/*===== END MICROSITE ========*/
/*=====PROGRAM FINDER =======*/
 .program-results {
     overflow: hidden;
}
 .progResultsInner {
     font-size: 20px;
     margin: 40px 15px;
}
 .card-header-prog {
     padding: 10px 0px;
     margin-bottom: 5px;
}
 .card-body-prog {
     padding: 0 0 20px 0;
     color: var(--black);
}
 ul.tab-program {
     margin: 15px 0;
     padding: 10px 0;
     float: left;
     list-style: none;
     height: 32px;
     font-size: 1.25em;
     width: 100%;
}
 ul.tab-program li {
     float: left;
     margin: 0;
     cursor: pointer;
     padding: 0px 21px;
     height: 31px;
     line-height: 31px;
     border-bottom: 1px solid #00AEEF;
     background-color: #F1F2F2;
     color: var(--navy);
     overflow: hidden;
     position: relative;
     font-weight: 600;
     width: 30%;
}
 h2.tab-program {
     font-size: 28px !important;
     color: var(--teal);
     font-weight: 700;
     margin-bottom: 10px;
     margin-top: 20px;
     font-family: 'Lato', sans-serif;
}
 .program ul.tabs-prog li.active {
     background-color: var(--white);
     color: var(--navy);
     border-bottom: 1px solid var(--white);
     display: block;
     font-weight: 600;
     border-bottom: 1px solid #00AEEF;
}
 .program .tab_container-prog {
     clear: both;
     float: left;
     width: 100%;
     overflow: auto;
}
 .program span.fa.fa-search {
     color: var(--white);
     font-size: 20px;
}
 .program a.btn.btn-DkGrey:hover span.fa.fa-search {
     color: var(--gold);
}
 .form-check-label {
     margin-bottom: 0;
     margin-top: 10px;
     font-size: 1.0625em;
}
 .form-check-input {
     position: absolute;
     margin-top: .3rem;
     margin-left: -.60rem;
}
 .form-check-input[type="checkbox"]+label::before, .form-check-input[type="checkbox"]:not(.filled-in)+label::after, label.btn input[type="checkbox"]+label::before, label.btn input[type="checkbox"]:not(.filled-in)+label::after {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
     width: 22px;
     height: 22px;
     margin-top: 3px;
     content: "";
     -webkit-transition: .2s;
     transition: .2s;
     background-color: var(--white);
     margin-left: -1.25em;
}
 .form-check {
     position: relative;
     display: block;
     padding-left: 1.25rem;
     margin-top: 10px;
}
/* The container */
 label.container {
     display: block;
     position: relative;
     margin-bottom: 12px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 100%;
     padding-right: 15px;
     padding-left: 25px;
     font-size: 1.375em;
     font-family: 'Lato';
}
 .form-check.container:focus, .form-check.container:active {
     text-decoration: underline;
}
 .form-check .container:hover {
     text-decoration: underline;
}
 .container input:checked~.checkmark {
     transform: rotate(0deg);
     border: 1px solid #00AEEB;
}
 .container .checkmark:after {
     left: 10px;
     top: 6px;
     width: 5px;
     height: 10px;
     border-width: 0 3px 3px 0;
}
/* Hide the browser's default checkbox */
 .program .container .form-check input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     top: -1px;
     left: -18px;
     height: 20px;
     width: 20px;
}
/* Create a custom checkbox */
 .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 25px;
     width: 25px;
}
/* When the checkbox is checked, add a blue background */
 .container input:checked~.checkmark {
     background-color: var(--teal);
     border: 1px solid var(--teal);
}
/* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
/* Show the checkmark when checked */
 .program .container input:checked~.checkmark:after {
     display: block;
}
/* Style the checkmark/indicator */
 .program .container .checkmark:after {
     left: 10px;
     top: 6px;
     width: 5px;
     height: 10px;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .tab_drawer_heading {
     display: none;
}
 .pg-finder .pagination {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     padding-right: 10px;
}
 .pg-finder .pagination li {
     border: 0;
}
 .pg-finder .pagination span.icon {
     font-family: 'FontAwesome';
     font-weight: 400;
     padding: 10px;
     background-color: var(--gold);
}
 .pg-finder .pagination span.icon img {
     width: 20px;
}
 .pg-finder .pagination a:hover span.icon {
     background-color: var(--navy);
}
 .pg-finder .pagination a:hover span.icon img {
     background-color: var(--navy);
     content: url('../img/white-arrow.png');
}
 .pg-finder .pagination a:hover span.icon img#left-img {
     content: url('../img/lt-white-arrow.png');
}
 .accordion-prog .collapse.show {
     display: block;
}
 .accordion-prog .collapse {
     display: none;
}
 .fa-prog {
     float: right;
     color: #00AEEF;
     margin-right: 10px;
     font-size: 40px !important;
}
 .marg-bot {
     margin-bottom: 20px;
}
 .marg-bottom {
     margin-bottom: 30px;
     margin-top: 30px;
}
 .social-icon-prog {
     display: inline-block;
     margin: 10px 20px 0 0;
     color: #005399;
     font-size: 20px;
}
 .pad-prog {
     padding: 0 10px;
}
 a:hover {
     text-decoration: none;
}
 .fly-item {
     font-size: 30px;
     color: var(--navy);
     display: none;
     position: absolute;
     opacity: .3;
}
 .mobile-factoid .factoid {
     margin: 50px 0 50px -30px;
}
 .mobile-factoid .factTxt, .mobile-factoid .factNum {
     color: #005399;
}
 .vl {
     margin: 20px 0;
}
 .program .nav-tabs {
     display: none;
}
/* The container */
 .program .form-check-label {
     display: block;
     position: relative;
     padding-left: 25px;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 1.0625em;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
/* Hide the browser's default checkbox */
 .program .form-check-label input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
/* Create a custom checkbox */
 .checkmark {
     position: absolute;
     top: 8px;
     left: -18px;
     height: 20px;
     width: 20px;
     background-color: var(--white);
     border: 1px solid var(--teal);
}
 .checkmark:hover, .checkmark:focus {
     background-color: #eee;
}
/* On mouse-over, add a grey background color */
 .program .form-check-label:hover input~.checkmark {
     background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
 .program .form-check-label input:checked~.checkmark {
     background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
/* Show the checkmark when checked */
 .program .form-check-label input:checked~.checkmark:after {
     display: block;
}
/* Style the checkmark/indicator */
 .program .form-check-label .checkmark:after {
     left: 9px;
     top: 5px;
     width: 5px;
     height: 10px;
     border: solid white;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .flyin-container a {
     z-index: 99;
}
 .program .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border-color: var(--white);
}
 .program .tab-content.accordion button {
     -webkit-appearance: none;
     border: 0;
}
 .program .tab-content.accordion button span {
     color: var(--navy);
}
 .program .accordionProgram:hover:after {
     content: url(../img/plus-white.png);
}
 .program .accordionProgram:focus:after {
     content: url(../img/plus-white.png);
}
 .program .accordionProgram.active:hover:after {
     content: url(../img/blue-minus.svg);
}
 .marg-bt {
     margin-bottom: 60px;
}
 .btn.btn-DkGrey {
     background-color: var(--navy);
     border-top: 0;
     border-bottom: 0;
     font-family: 'Lato';
     height: 65px;
     width: 65px;
     right: 60px;
     border-radius: 0;
     padding: 20px;
     position: absolute;
     z-index: 1;
     top: 0px;
     max-width: 10%;
     right: 93px;
     margin-top: -2px;
}
 button.card-header-prog {
     border: none;
     cursor: pointer;
     background: transparent;
     text-align: left;
     transition: 0.4s;
     padding: 0px;
}
 button.card-header-prog {
     border: none;
     cursor: pointer;
     background: transparent;
     width: 90%;
     text-align: left;
     transition: 0.4s;
}
 .accordion-prog .collapsed .prog-plus::after {
     content: "\f107";
     width: 50px;
     height: 50px;
     padding-left: 50px;
     font-family: 'FontAwesome';
     font-size: 30px;
     padding-right: 20px;
}
 .prog-plus::after {
     content: "\f106";
     width: 50px;
     height: 50px;
     padding-left: 50px;
     font-family: 'FontAwesome';
     font-size: 30px;
     padding-right: 20px;
}
 @media (min-width: 704px) {
     .card-progcard-header-prog .collapse {
         display: block !important;
         visibility: visible !important;
         height: 100% !important;
    }
}
 @media screen and (min-width:768px) {
     p.tabs-prog {
         font-size: 1em;
         display: none;
    }
     .fa-caret-down {
         display: none;
    }
     .program .form-check-mobile {
         margin-bottom: 0;
         margin-top: 10px;
         display: none;
    }
     .program .form-check-input[type="checkbox"]+label::before, .program .form-check-input[type="checkbox"]:not(.filled-in)+label::after, .program label.btn input[type="checkbox"]+label::before, .program label.btn input[type="checkbox"]:not(.filled-in)+label::after {
         position: absolute;
         top: -8px;
         left: 0;
         z-index: 0;
         width: 22px;
         height: 22px;
         margin-top: 11px;
         content: "";
         border-radius: 1px;
         -webkit-transition: .2s;
         transition: .2s;
         background-color: var(--white);
         margin-left: -1em;
    }
}
 @media only screen and (min-width: 576px) {
     .program .form-inline .form-control {
         display: inline-block;
         width: 92%;
         vertical-align: middle;
         padding: 15px;
         height: 65px;
         border: 0;
         border-radius: 0;
         font-size: 24px;
         font-weight: 700;
         color: #00177F !important;
    }
     .program .form-btn {
         padding: 15px;
         border-radius: 0;
         background-color: #00B1EC;
         width: 180px;
         height: 65px;
         border: 0;
    }
}
 @media screen and (max-width: 992px) {
     .prog-width {
         padding: 10px 20px !important;
         width: 100% !important;
    }
     .prog-width-sm {
         padding: 10px 20px !important;
         width: 100% !important;
    }
     .program-body-dk.progTileInner a.URL.btn.btn-LtBlue.scrollbtn {
         margin: 0 20px;
    }
     .mob-margin {
         margin-top: -7px;
    }
     .results-header {
         display: none;
    }
}
 @media screen and (max-width: 480px) {
     .mobile-ctr {
         text-align: center;
    }
     .program-body-dk.progTileInner p, .program-body-dk.progTileInner h4 {
         padding: 0;
         margin: 0;
         margin-left: 10px;
    }
     .tab_drawer_heading {
         background-color: #F1F2F2;
         color: var(--navy);
         border-top: 1px solid #00AEEF;
         margin: 0;
         padding: 20px 20px;
         display: block;
         cursor: pointer;
         font-weight: 700;
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
    }
     h2.tab-program {
         font-size: 24px !important;
    }
     h3.tabs {
         font-size: 1.75em !important;
         color: var(--navy);
         font-weight: 700;
         margin-bottom: 10px;
         margin-top: 10px;
    }
     .rotate {
         -moz-transition: all 2s linear;
         -webkit-transition: all 2s linear;
         transition: all .50s linear;
    }
     .rotate.down {
         -moz-transform: rotate(180deg);
         -webkit-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .marg-top {
         margin-top: 0;
    }
     .d_active:focus {
         content: url(../img/DownArrow-Blue.png);
         display: block;
         visibility: visible;
    }
     .d_active {
         background-color: #F1F2F2;
         color: var(--navy);
         font-size: 1.50em;
         font-weight: 700;
    }
     .program .form-control {
         display: block;
         width: 83%;
         padding: 15px;
         font-size: 1.25rem;
         color: #495057;
         background-color: #F1F2F2;
         background-clip: padding-box;
         border: 1px solid #ced4da;
         border-radius: 0;
         transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
         font-weight: 300;
    }
     p.tabs-prog {
         font-size: 1em;
    }
     .program .tab_content {
         padding: 20px;
         margin-left: 20px;
    }
     .form-check-mobile {
         margin-bottom: 0;
         margin-top: 10px;
    }
     .program .form-check-input[type="checkbox"]+label::before, .program .form-check-input[type="checkbox"]:not(.filled-in)+label::after, .program label.btn input[type="checkbox"]+label::before, .program label.btn input[type="checkbox"]:not(.filled-in)+label::after {
         position: absolute;
         top: -8px;
         left: 0;
         z-index: 0;
         width: 22px;
         height: 22px;
         margin-top: 11px;
         content: "";
         border-radius: 1px;
         -webkit-transition: .2s;
         transition: .2s;
         background-color: var(--white);
         margin-left: -1.25em;
    }
     .program .form-check-input {
         position: absolute;
         margin-top: .4rem;
         margin-left: -1.3rem;
    }
     .btn.btn-DkGrey {
         right: 13px;
    }
}
 @media only screen and (max-width: 768px) {
     button.card-header-prog {
         width: 90%;
    }
}
 @media only screen and (max-width: 480px) {
     button.card-header-prog {
         width: 100%;
    }
}
 @media only screen and (max-width: 680px) {
     .program .form-inline .form-control {
         max-width: 90% !important;
    }
     .btn.btn-DkGrey {
         max-width: 30%;
    }
}
 @media only screen and (min-width: 576px) {
     .program .form-inline .form-control {
         display: inline-block;
         max-width: 90%;
         vertical-align: middle;
         padding: 15px;
         height: 65px;
         border: 0;
         border-radius: 0;
         font-size: 24px;
         font-weight: 400;
         color: #00177F !important;
         opacity: 100%;
         margin-left: 25px;
    }
}
 .green_link .btn {
     color: var(--teal);
     font-weight: 900;
     font-size: 17px;
     line-height: 26px;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.085em;
     text-decoration: none;
     font-family: "Lato", sans-serif;
}
 .green_link .btn:hover {
     color: var(--navy);
}
 .grid-sizer, .progTile, .grid-sizer2, .progTile {
     width: 99%;
}
 .program-list .progTile {
     width: 100%;
     float: left;
}
 .program-list .grid-sizer, .program-list .grid-sizer2, .support-list .grid-sizer2 {
     width: 24%;
}
 .support-list .progTile {
     width: 22%;
}
 .program-body-dk.progTileInner h4 {
     color: var(--black);
}
 .gutter-sizer, .gutter-sizer2 {
     width: 1%;
}
 .grid-sizer, .progTile, .grid-sizer2 {
     width: 99%;
     background-color: #F3F3F0;
}
 .gutter-sizer, .grid-sizer {
     width: 1%;
}
 @media (min-width:480px) {
     .grid-sizer, .progTile, .grid-sizer2 {
         width: 48%;
    }
     .gutter-sizer, .gutter-sizer2 {
         width: 2%;
    }
}
 .prog-width {
     float: left;
     padding: 20px 10px;
     width: 40%;
     color: var(--black);
}
 .prog-width-sm {
     float: left;
     padding: 20px;
     width: 15%;
     color: var(--black);
}
 .program-body-dk.progTileInner a.URL.btn.btn-LtBlue.scrollbtn {
     padding: 20px 0;
}
 .program-card:nth-child(odd) {
     background-color: var(--white);
}
 .program .row_gold_header_top .row_gold_header h2 {
     padding: 0 15px 0 0;
}
 .row_gold_header_top .row_gold_header h2, .row_gold_header_top .row_gold_header .h3 {
     color: var(--teal);
     font-weight: 900;
     font-size: 1.5em !important;
     line-height: 34px;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     position: relative;
     padding: 0 67px 0 0;
     z-index: 9;
     float: left;
     margin: 0;
     background: var(--white);
     letter-spacing: 0.01em;
}
 .row_gold_header_top .card-prog.row_gold_header::before {
     content: "";
     position: absolute;
     height: 3px;
     background: var(--gold);
     left: 9px;
     right: 15px;
     top: 25px;
}
 .row_gold_header_top .card-prog.row_gold_header {
     width: 100%;
}
 .btn-teal {
     background-color: var(--teal);
     color: var(--white);
     padding: 10px;
     width: 180px;
     font-weight: 700;
     font-size: 17px;
     border-radius: 0;
}
 .btn-teal:hover {
     color: var(--black);
     background-color: var(--gold);
}
 .program h2 {
     color: var(--teal);
     margin-top: 0px;
     margin-bottom: 5px;
}
 span.tab-program {
     font-size: 28px !important;
     color: var(--teal);
     font-weight: 700;
     margin-bottom: 10px;
     margin-top: 20px;
     font-family: 'Lato';
}
 div a span.tab-program.prog-plus:hover, div a span.tab-program.prog-plus:focus, div a span.tab-program.prog-plus:active {
     border-bottom: 5px solid var(--gold);
     padding-bottom: 5px;
}
 h2.result {
     color: var(--teal);
     margin-top: 30px;
     margin-left: 35px;
     margin-left: 35px;
}
 .paragraph .p-margin {
     margin: 20px 0 20px 10px;
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
}
 .results-header {
     padding-left: 10px;
     margin-top: 40px;
     margin-bottom: -20px;
     border-bottom: 1px solid #e3e3e3;
     padding-left: 10px;
     padding-bottom: 20px;
     margin-left: 20px;
}
 .results-header span {
     color: var(--navy);
     font-size: 28px;
     font-weight: 500;
     margin-left: -21px;
}
 .pg-finder .pagination {
     display: block;
}
 .pg-finder .pagination li a {
     color: var(--black);
     float: left;
     padding: 8px 16px;
     text-decoration: none;
     transition: background-color .3s;
}
 .pg-finder .pagination a.active {
     color: var(--black);
     font-weight: 700;
     position: relative;
     cursor: pointer;
     width: 62px !important;
     padding: 0;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--teal);
     margin: 0 2px;
     font-size: 21px;
     line-height: 21px;
     font-weight: 400;
     display: block;
     height: 40px !important;
     cursor: pointer;
     background: transparent;
     font-family: 'Lato', sans-serif;
     text-align: center;
}
 .pg-finder .pagination li a {
     color: var(--black);
     font-weight: 700;
     position: relative;
     cursor: pointer;
     width: 62px !important;
     padding: 0;
     border: 1px solid transparent;
     border-bottom: 5px solid var(--gold);
     margin: 0 2px;
     font-size: 21px;
     line-height: 21px;
     font-weight: 400;
     display: block;
     height: 40px !important;
     cursor: pointer;
     background: transparent;
     font-family: 'Lato', sans-serif;
     text-align: center;
}
 .pg-finder .pagination li.active a {
     border-bottom: 5px solid var(--teal);
}
 .pg-finder .pagination li a:hover:not(.active) {
     border-bottom: 5px solid var(--teal);
}
 .pg-finder .pagination .green_link.btn-center.mo-display {
     padding: 10px 0 0 10px;
}
 a.URL.btn.btn-LtBlue.scrollbtn {
     border-bottom: 0;
}
 .pg-finder {
     margin: 20px 0;
}
 div#pagination {
     float: right;
}
 .pg-finder .pagination {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     padding-right: 24px;
     float: right;
     margin-bottom: 40px;
}
 .program form.form-inline.d-flex.justify-content-left.md-form.form-sm.mg-40.filterSet.filTxt {
     padding-bottom: 30px;
}
/* bootstrap override */
 .collapsing {
     position: relative;
     height: auto;
     overflow: unset;
     transition: none;
}
/*======END PROGRAM FINDER=======*/
/* SVG Updates */
 .student_work .right svg path, .student_work .left svg path {
     stroke: var(--gold);
}
 .student_work .right a:hover svg path, .student_work .left a:hover svg path, .student_work .right a:focus svg path, .student_work .left a:focus svg path {
     stroke: var(--teal);
}
 .searchbar:hover, .searchbar:focus {
     overflow: visible !important;
}
 .sd_modal_nav li>a.btn {
     transition: .3s transform ease-in-out;
}
 .sd_modal_nav li>a.btn:hover, .sd_modal_nav li>a.btn:focus {
     transform: scale(1.2);
}
 .Panoramic_image_callout .picture_caption>a {
     transition: .3s transform ease-in-out;
}
 .Panoramic_image_callout .picture_caption>a:hover, .Panoramic_image_callout .picture_caption>a:focus {
     transform: scale(1.2);
}
/*======RELATED NEWS BLOCK=======*/
 .newsBlk {
     background-image: url("../img/newsblockBg.png");
     background-repeat: no-repeat;
     height: 100%;
     background-size: cover;
     background-color: var(--teal);
}
 .newsBlk .card {
     background-color: transparent;
}
 .newsBlk.explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .up {
     color: var(--white);
     padding-bottom: 60px 
}
 .newsBlk.explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body .green_link {
     color: var(--white);
}
 @media (max-width: 767px) {
     .newsBlk.explore_film_studies_section .explore_film_studies_section_inner .col .card .card-image a .card-body {
         background-color: transparent !important;
    }
}
/*======END RELATED NEWS BLOCK=======*/
/*======STYLE UPDATES=======*/
 .address_txt .paragraph {
     margin: 30px 0px;
}
 .table-responsive h3 {
     margin-top: 35px;
     margin-bottom: 15px;
}
 .address_text .paragraph p a {
     margin: 40px 0 !important;
}
 @media (max-width: 481px) {
     .stiky_social_icon {
         display: none;
    }
     .two_section_navigation .navigaion_list_right img {
         margin: 10px auto;
         width: 100%;
         height: auto;
    }
}
 p a:focus {
     color: var(--teal) !important;
}
 @media only screen and (max-width:1600px) and (min-width:1201px) {
     .two_section_navigation .navigaion_list_left h2 {
         font-size: 36px;
         line-height: 44px;
    }
}
 .slick-disabled-custom {
     opacity: .5;
}
 .slick-disabled-custom a:hover {
     cursor: default;
}
 .announcements_rotator_slider2 .announcements_rotator_bottom .slick-disabled-custom a svg path {
     fill: var(--white) !important;
}
 @media only screen and (max-width:1025px) {
     .nav-cover_main nav.nav_bottom {
         z-index: 104;
    }
}
/*======END STYLE UPDATES=======*/
 .offer-area_section>li>h2 {
     margin-bottom: 0;
}
 .video_wrap_inner .video_wrap_text span {
     font-size: 28px;
     line-height: 36px;
     font-weight: 300;
     text-transform: none;
     font-family: 'Lato', sans-serif;
     margin-top: 55px;
     color: var(--white);
     text-align: center;
     margin-bottom: 0;
     display: inline-block;
}
 @media only screen and (max-width:767px) {
     .video_wrap_inner .video_wrap_text span {
         font-size: 24px;
         margin-top: 36px;
         line-height: 36px;
    }
     .navigaion_list_left .navigaion_list-inner a.parent_text {
         display: inline-block;
         max-width: 350px;
    }
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .heading_h5 span {
     color: var(--teal);
     text-transform: uppercase;
     font-size: 20px;
     font-weight: bold;
     line-height: 43px;
     font-family: 'Lato', sans-serif;
     margin-bottom: 15px;
     margin-top: -3px;
}
 .nav_bottom .cbp-hrmenu ul li .cbp-hrsub .category-wrapper .heading_h4 span {
     font-size: 24px;
     color: var(--navy);
     line-height: 30px;
     font-family: 'Lato', sans-serif;
     font-weight: bold;
     text-transform: none;
}
 .text_image .text_image_inner .text_cover .heading_h3 span.heading-container {
     font-weight: 400;
     font-size: 24px;
     line-height: 41px;
     font-family: 'Lato', sans-serif;
     color: var(--teal);
     text-align: right;
}
 .text_image .text_image_inner .text_cover span.heading-container span {
     display: block;
}
 @media only screen and (max-width:991px) {
     .text_image .text_image_inner .text_cover .heading_h3 span.heading-container {
         font-size: 24px;
         line-height: 26px;
    }
}
 .sec-nav-mobile-show {
     display: inline-block !important;
}
 .sec-nav-desk-show {
     display: none !important;
}
 @media only screen and (min-width:768px) {
     .sec-nav-mobile-show {
         display: none !important;
    }
     .sec-nav-desk-show {
         display: inline-block !important;
    }
}
 .parent_text.sec-nav-desk-show.no-link {
     cursor: default;
}
 .parent_text.sec-nav-desk-show.no-link:hover, .parent_text.sec-nav-desk-show.no-link:focus {
     color: var(--black) !important;
}
 .navigaion_list_left h2 {
     overflow-wrap: break-word;
}
 .navigaion_list-inner ul.list-unstyled li {
     text-indent: -15px;
     padding-left: 15px;
}
 .m-people-main .slide_text a:hover, .m-people-main .slide_text a:focus {
     text-decoration: none !important;
}
 .factoid_area.none {
     display: none;
}
 @media only screen and (min-width:768px) {
     .commo_page_banner .commo_page_banner_inner .factoid_area.horizontal {
         max-width: 100%;
         z-index: 9;
         bottom: unset;
         margin-top: 50px;
         flex-basis: unset;
         margin-bottom: 50px;
    }
     .commo_page_banner .commo_page_banner_inner .factoid_area.horizontal ul li {
         width: 100%;
         flex-direction: row;
         max-width: 100%;
         justify-content: center;
    }
}
 @media only screen and (min-width:993px) {
    /* vertical factoids */
     .factoid_area.horizontal ul {
         display: flex;
         justify-content: space-evenly;
    }
     .commo_page_banner .commo_page_banner_inner .factoid_area.horizontal ul li {
         margin-bottom: 11px;
         width: 30%;
         flex-direction: column;
         max-width: 240px;
         justify-content: center;
    }
}
 .actoid_Slider_Feature .factoid_area {
     background: var(--teal);
     padding: 15px 33px 12px 44px;
}
/*======PROGRAM FINDER EDITS=======*/
 .programFinder p {
     font-weight: 300;
     font-size: 34px;
     line-height: 50px;
     color: var(--black);
     text-transform: none;
     font-family: 'Lato', sans-serif;
}
/*======TABLE CAPTION EDITS=======*/
 caption {
     padding-top: 0;
     padding-bottom: 0;
     visibility: hidden;
}
/*======HORIZONTAL RULE CSS EDIT=======*/
 hr.gold {
     border: 1.5px solid var(--gold);
     border-radius: 1px;
     flex-grow: 1;
}
/*======NEWS H2 CSS EDIT=======*/
 h2.news-navy-subhead {
     font-size: 36px;
     color: var(--navy);
     text-transform: none;
}
/*======CARE QUICK ESCAPE BUTTON=======*/
 #btn-quick-escape {
     position: fixed;
     bottom: 100px;
     right: 20px;
     text-transform: uppercase;
     font-size: 11px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     z-index: 90;
     text-align: center;
     border: 1px solid var(--navy);
     border-radius: 0;
}
/*======CASCADE LOGIN FLOATING BUTTON=======*/
 #btn-cascade-login {
     position: fixed;
     bottom: 100px;
     right: 20px;
     text-transform: uppercase;
     font-size: 11px;
     font-weight: 900;
     font-family: "Lato", sans-serif;
     z-index: 90;
     text-align: center;
     border: 1px solid var(--navy);
     border-radius: 0;
}
/*======WYSIWYG PHOTO CAPTION & FIGURE STYLE=======*/
 figcaption {
     background-color: #F3F3F0;
     ;
     color: black;
     font-size: 20px;
     box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
     padding: 25px 20px 25px 30px;
}
 .two_section_navigation .navigaion_list_right figure img, .two_section_navigation figure img {
     margin: 0;
}
/*======END WYSIWYG PHOTO CAPTION & FIGURE STYLE=======*/
/*======SIMPLE TEAL BUTTON STYLE=======*/
 .button-teal-sm {
     font-weight: 900;
     font-size: 22px;
     line-height: 34px;
     color: var(--white) !important;
     background: var(--teal);
     text-transform: uppercase;
     padding: 8px 48px;
     border: 0;
     border-radius: 0;
     white-space: nowrap;
     font-family: "Lato", sans-serif;
     outline: none;
     text-decoration: none !important;
}
 .button-teal-sm:hover {
     background: var(--navy);
     color: var(--white) !important;
     box-shadow: none;
     outline: none;
}
 .button-teal-sm:focus {
     background: var(--navy);
     color: var(--white) !important;
     box-shadow: none;
     outline: none;
}
/*======SIMPLE TEAL BUTTON STYLE=======*/
/*======SIMPLE NAVY BUTTON STYLE=======*/
 .button-navy-sm {
     font-weight: 400;
     font-size: 22px;
     line-height: 34px;
     color: var(--white) !important;
     background: var(--navy);
     text-transform: uppercase;
     padding: 21px 48px;
     border: 0;
     border-radius: 0;
     white-space: nowrap;
     font-family: "Lato", sans-serif;
     outline: none;
     text-decoration: none !important;
     display: inline-block;
     margin: 0 30px 30px 0;
}
 .button-navy-sm:hover {
     background: var(--navy);
     color: var(--gold) !important;
     box-shadow: none;
     outline: none;
}
 .button-navy-sm:focus {
     background: var(--navy);
     color: var(--gold) !important;
     box-shadow: none;
     outline: none;
}
/*======SIMPLE NAVY BUTTON STYLE=======*/
/*======END TEAL GOLD ARROW BUTTON STYLE for Expand Collapse all accorions=======*/
 .accordion-expand-button {
     background-color: var(--teal);
     color: var(--white);
     border: none;
     padding: 10px 15px;
     font-size: 16px;
     font-weight: bold;
     text-transform: uppercase;
     cursor: pointer;
     position: relative;
     transition: background-color 0.3s ease;
}
/* Arrow icon for the button */
 .accordion-expand-button::after {
     content: "\25BC";
     font-size: 0.8em;
     margin-left: 5px;
     transition: transform 0.3s ease;
     color: var(--gold);
     display: inline-block;
}
/* Arrow icon for expanded state (up arrow, rotated 180 degrees) */
 .accordion-expand-button[aria-expanded="true"]::after {
     transform: rotate(180deg);
}
/* Arrow icon for collapsed state (down arrow, default rotation) */
 .accordion-expand-button[aria-expanded="false"]::after {
     transform: rotate(0deg);
}
/*======END TEAL GOLD ARROW BUTTON STYLE for Expand Collapse all accorions=======*/
/*======Gold Line for H2 =======*/
 .h2goldline {
     display: flex;
     flex-direction: row;
}
 .h2goldline:after {
     content: "";
     flex: 1 1;
     border-bottom: 3px solid var(--gold);
     margin: 15px 0 15px 15px;
}
/*======Gold Line for H2 =======*/
/*======POLICY LIST STYLE=======*/
 .policyList li {
     padding: 1.5%;
}
 .policyList li:nth-child(odd) {
     background-color: #F3F3F0;
}
/*======END POLICY LIST STYLE=======*/
/*======BEGIN WYSIWYG INLINE TEAL TESTIMONIAL #newTealTestimonial=======*/
 .two_section_navigation .navigaion_list_right blockquote.testimonial-teal {
     font-weight: 300;
     font-size: 42px;
     line-height: 66px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     margin: 0;
     padding: 0 0 15px 0;
     border: 0;
}
 .two_section_navigation .navigaion_list_left blockquote.testimonial-teal {
     font-weight: 300;
     font-size: 42px;
     line-height: 66px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     margin: 0;
     padding: 0 0 15px 0;
     border: 0;
}
 blockquote.testimonial-teal {
     font-weight: 300;
     font-size: 42px;
     line-height: 66px;
     color: var(--teal);
     font-family: 'Lato', sans-serif;
     margin-bottom: 30px;
     border: 0;
}
 .two_section_navigation .navigaion_list_right p.testimonial-credit {
     font-weight: 400;
     font-size: 24px;
     line-height: 41px;
     font-family: 'Lato', sans-serif;
     color: var(--teal);
     text-align: right;
}
 p.testimonial-credit {
     font-weight: 400;
     font-size: 24px;
     line-height: 41px;
     font-family: 'Lato', sans-serif;
     color: var(--teal);
     text-align: right;
}
 @media (max-width: 1200px) {
     .two_section_navigation .navigaion_list_right blockquote.testimonial-teal {
         font-size: 30px;
         line-height: 55px;
    }
     .two_section_navigation .navigaion_list_left blockquote.testimonial-teal {
         font-size: 42px;
         line-height: 66px;
    }
}
 @media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
/*======END WYSIWYG INLINE TEAL TESTIMONIAL #newTealTestimonial=======*/
/* START HERO SIZES */
 .hero-1 {
     aspect-ratio: 2 / 1;
     object-fit: cover 
}
 .hero-4 {
     aspect-ratio: 3.17 / 1;
     object-fit: cover 
}
 .hero-2 {
     aspect-ratio: 2.5 / 1;
     object-fit: cover 
}
 img {
     max-width: 100%;
     height: auto;
}
/* START GALLERY */
 .title.nGEvent {
     background: var(--black);
     margin: 0 60px;
}
/* END GALLERY */
/* START VIS STORY GALLERY */
 @media (max-width: 991px) {
     .student_work_cover .student_work .row .primary .slick-track .slick-slide {
         justify-content: start !important 
    }
}
/* END VIS STORY GALLERY */
/* START 2 COLUMN */
 .two_section_navigation.gap_text {
     padding-top: 0;
     padding-bottom: 0;
}
/* END 2 COLUMN */
 