﻿@import url("/Portals/_default/Skins/20073-UnlimitedColorsPack-055/css/font-awesome.min.css");

@font-face {
	font-display: swap;
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'slick';
	src: url('../fonts/slick.woff') format('woff');
}



/*===========================================
                BASIC STYLES
============================================*/
html {
    scroll-behavior: smooth;
}

#setting-message-info-full {
    display: none;
}

body .dnngo-main {
    background-image: none;
    background-color: rgb(254,254,254);
}

p a {
    font-weight: bold;
}

#dnn_wrapper #dnn_content {
    padding-top: 32px;
}

@media (max-width: 991px) {
    #dnn_wrapper #dnn_content {
        padding-top: 10px;
    }
}

/*===========================================
                HEADER
============================================*/
header .headerBox .headercenterBox  .header-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 10px;
}

header .headerBox .headerbottomBox .header-bottom {
    display: flex;
    height: 60px;
    justify-content: space-between;
}

.headerBox .header-bottom .dnn_logo {
    height: auto;
    margin: 0;
    padding: 0;  
}

.header-bottom .dnn_logo .LogoPane {
    padding: 0;
}

.header-bottom .header-right .home10-social li:first-of-type {
    font-size: 15px;
    line-height: 1;
    text-align: right;
}

.header-bottom .header-right .home10-social li:first-of-type span:first-of-type {
    font-family: "Raleway-Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}

.header-bottom .header-right .home10-social li:first-of-type span:nth-of-type(2) {
    font-family: "Raleway-SemiBold";
    font-size: 22px;
    line-height: 1;
}

.header-bottom .header-right .home10-social li:first-of-type span:nth-of-type(2) a {
    color: rgb(0,0,0);
    text-decoration: none;
    transition: opacity .3s ease;
}

.header-bottom .header-right .home10-social li:first-of-type span:nth-of-type(2) a:hover {
    opacity: .4;
}

.header-bottom .header-right .home10-social li:first-of-type span:last-of-type {
    color: rgb(0,0,0);
    font-family: "Raleway-Bold";
    font-size: 15.4px;
    letter-spacing: 0.2px;
    line-height: 1.35;
    margin-right: 3px;
}

header .headerBox .header-bottom .btn-quote {
    background: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.29;
    margin-top: 3px;   
    padding: 8px 30px 6px 31px;
    text-align: left;
    transition: background .3s ease, color .3s ease;
    width: unset;
}

header .headerBox .header-bottom .btn-quote:hover {
    background: transparent;
    color: rgb(111,31,47);
}

header .headerBox .header-bottom .btn-testimonial {
    background-color: rgb(204,255,0);
    border: 2px solid rgb(204,255,0);
    border-radius: 0;
    color: rgb(0,0,0);
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.29;
    margin-top: 3px;   
    padding: 8px 30px 6px 31px;
    text-align: center;
    transition: background-color .3s, color .3s, border 0.3s;
    width: unset;
}

header .headerBox .header-bottom .btn-testimonial:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
}

.header-right .home10-social li {
    margin: 0 0 0 13px;
    padding: 0;
    text-transform: uppercase;
}

.header-bottom .home10-social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4px 5px 0 0;
}

.header-bottom .home10-social li .fa-brands {
    font-size: 23px;
    height: 52px;
    line-height: 52px;
    position: relative;
    top: 2px;
    width: 52px;
}

header .headerbottomBox {
    background: rgb(18,49,87);
    height: 60px;
}

header .headerbottomBox .dnn_layout {
    max-height: 100%;
}

.header-bottom .header-right .menuRightBox {
    height: 60px;
    line-height: 40px;
}

.header-right p {
    margin: 0;
}

.headerbottomBox .header-bottom .header-right #search-icon {
    font-size: 19px;
    height: 60px;
    line-height: 40px;
    margin-right: 11px;
    padding: 11px 0 9px;
}

.dnn_menu #dnngo_megamenu > div.dnngo_gomenu > ul > li > a > span {
    font-size: 15.44px;
    letter-spacing: .1px;
    line-height: 40px;
    padding: 8px 10px 12px;
}

.dnn_menu #dnngo_megamenu > div.dnngo_gomenu > ul > li {
    margin: 0;
}

.mm-menu .mm-panels > .mm-panel {
    padding: 0;
}

.mm-panel .mm-listview > li > a, .mm-panel .mm-listview > li > span {
    padding-left: 40px;
}

.roll_menu.roll_activated .headerbottomBox #dnngo_megamenu > div > ul > li {
    padding: 0;
}

@media (max-width: 1199px) {
    .mobile_header, 
    .mobile_dnn_logo, 
    .mobile_nav {
        height: 60px !important;
    }

    .mobile_dnn_logo {
        padding: 5px 0 !important;
    }

    .mobile_menu .mm-navbar .home10-social {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .mobile_menu .mm-navbar .home10-social li {
        padding: 0;
        color: rgb(18,49,87);

    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type {
        text-align: right;
        line-height: 1.05;
        margin: 0;
    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type span a {
        color: rgb(0,0,0);
        transition: opacity .3s ease;
    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type span a:hover {
        opacity: .5;
    }

    .mobile_menu .mm-navbar .btn-quote {
        background: rgb(111,31,47);
        border: 2px solid rgb(111,31,47);
        border-radius: 0;
        color: rgb(255, 255, 255);
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 1.29;   
        padding: 7px 31px;
        transition: background .3s ease, color .3s ease;
        width: unset;
    }

    .mobile_menu .mm-navbar .btn-quote:hover {
        background: transparent;
        color: rgb(111,31,47);
    }

    .mobile_menu .mm-navbar .home10-social li .fa {
        position: relative;
    }

    .mobile_menu .mm-navbar .btn-testimonial {
        background: rgb(18,49,87);
        border: 2px solid rgb(18,49,87);
        border-radius: 0;
        color: rgb(255, 255, 255);
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 1.29;   
        padding: 7px 31px;
        transition: background .3s ease, color .3s ease;
        width: unset;
    }

    .mobile_menu .mm-navbar .btn-testimonial:hover {
        background: transparent;
        color: rgb(18,49,87);
    }
}

@media (max-width: 1199px) {
    .mobile_header, 
    .mobile_dnn_logo, 
    .mobile_nav {
        height: 60px !important;
    }

    .mobile_dnn_logo {
        padding: 5px 0 !important;
    }

    .mobile_menu .mm-navbar .home10-social {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .mobile_menu .mm-navbar .home10-social li {
        padding: 0;
        color: rgb(18,49,87);
    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type {
        text-align: right;
        line-height: 1.05;
        margin: 0;
    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type span a {
        color: rgb(0,0,0);
        transition: opacity .3s ease;
    }

    .mobile_menu .mm-navbar .home10-social li:first-of-type span a:hover {
        opacity: .5;
    }

    .mobile_menu .mm-navbar .home10-social li .fa-brands {
        position: relative;
    }

    .mobile_menu .mm-navbar .btn-testimonial {
        background: rgb(18,49,87);
        border: 2px solid rgb(18,49,87);
        border-radius: 0;
        color: rgb(255, 255, 255);
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 1.29;   
        padding: 7px 31px;
        transition: background .3s ease, color .3s ease;
        width: unset;
    }

    .mobile_menu .mm-navbar .btn-testimonial:hover {
        background: transparent;
        color: rgb(18,49,87);
    }
}

@media (max-width: 480px) {
    .mobile_menu .mm-navbar .home10-social li:first-of-type {
        flex-basis: 100%;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .mobile_menu .mm-navbar .btn-quote {
        line-height: 1.05;
    }
}

/*===========================================
              BANNER PANE
============================================*/

.slick-slider-home .slick-caption {
    background: rgba(18,51,87,.8);
    color: rgb(255,255,255);
    left: calc((100vw - 1422px) / 2);
    padding: 20px;
    position: absolute;
    font-size: 30px;
    line-height: 36px;
    top: 105px;
    white-space: normal;
    width: 592px;
}

.slick-slider-home .slick-arrow {
    cursor: pointer;
    color: rgb(255, 255, 255);
    position: absolute;
    top: calc(50% - 50px);
    z-index: 20;
    background: rgba(50,50,50, .4);
    padding: 25px 41px;
    font-size: 50px;
    transition: color .3s ease 0s, background .3s ease 0s;
}

.slick-slider-home .slick-arrow:hover {
    color: rgb(50,50,50);
    background: rgb(255, 255, 255);
}

.slick-slider-home .right-btn {
    right: 0;
}

.slick-slider-home .left-btn {
    left: 0;
}

.slick-slider-home .slick-slide {
    position: relative;
}


.slick-slider-home .slick-slide img {
    width: 100%;
}

    .slick-slider-home .slick-slide .btn-secondary {
        background-color: rgb(111,31,47);
        border-radius: 0px;
        color: #fff;
        margin: 0 20px;
        padding: 10px 40px;
        transition: color .3s ease 0s, background .3s ease 0s;
    }
        .slick-slider-home .slick-slide .btn-secondary.yellow {
            background-color: rgb(204,255,0);
            color: rgb(0,0,0);
            display: block;
            margin: 10px auto;
            width: 100%;
            max-width: 309px;
        }

        .slick-slider-home .slick-slide .btn-secondary:hover, .slick-slider-home .slick-slide:hover .btn-secondary.yellow {
            background-color: #fff;
            border-radius: 0px;
            color: rgb(111,31,47);
        }

.slick-slider-home .slick-dots {
    bottom: 15px;
}

.slick-slider-home .slick-dots li button {
    background: rgba(50,50,50, .4);
    transition: background .3s ease 0s;
}

.slick-slider-home .slick-dots li button::before {
    color: rgb(255, 255, 255);
    opacity: 1;
    transition: color .3s ease 0s;
}

.slick-slider-home .slick-dots li button:hover,
.slick-slider-home .slick-dots li.slick-active button {
    background: rgb(255, 255, 255);
}

.slick-slider-home .slick-dots li button:hover::before,
.slick-slider-home .slick-dots li.slick-active button::before {
    color: rgb(50,50,50);
}


.slick-slider-home .slick-caption h2 {
    color: rgb(255,255,255);
    font-family: "Raleway";
    font-size: 30px;
    letter-spacing: normal;
    line-height: 36px;
    margin: 0;
}

@media (max-width: 1599px) {
    .slick-slider-home .slick-caption {
        left: calc((100vw - 1140px) / 2);
    }

    .slick-slider-home .slick-arrow {
        padding: 10px 5px;
    }
}

@media (max-width: 1199px) {
    .slick-slider-home .slick-caption {
        left: calc((100vw - 940px) / 2);
    }
}

@media (max-width: 991px) {
    .slick-slider-home .slick-caption {
        left: 0;
        text-align: center;
        position: relative;
        top: 0;
        width: 100%;
    }

    .slick-slider-home .slick-caption h2 {
        font: 18px/24px "Raleway";
    }
}

@media (max-width: 767px) {
    .slick-slider-home .slick-arrow {
        top: calc(21% - 35px);
    }
}

.slick-slider-testimonial .slick-caption {
    background: rgba(18,51,87,.8);
    color: rgb(255,255,255);
    left: calc((100vw - 1600px) / 2);
    padding: 20px;
    position: absolute;
    font-size: 30px;
    line-height: 36px;
    top: 25px;
    white-space: normal;
    width: 820px;
}

.slick-slider-testimonial .slick-arrow {
    cursor: pointer;
    color: rgb(255, 255, 255);
    position: absolute;
    top: calc(50% - 50px);
    z-index: 20;
    background: rgba(50,50,50, .4);
    padding: 25px 41px;
    font-size: 50px;
    transition: color .3s ease 0s, background .3s ease 0s;
}

.slick-slider-testimonial .slick-arrow:hover {
    color: rgb(50,50,50);
    background: rgb(255, 255, 255);
}

.slick-slider-testimonial .right-btn {
    right: 0;
}

.slick-slider-testimonial .left-btn {
    left: 0;
}

.slick-slider-testimonial .slick-slide {
    position: relative;
}


.slick-slider-testimonial .slick-slide img {
    width: 100%;
}

    .slick-slider-testimonial .slick-dots {
    bottom: 15px;
}

.slick-slider-testimonial .slick-dots li button {
    background: rgba(50,50,50, .4);
    transition: background .3s ease 0s;
}

.slick-slider-testimonial .slick-dots li button::before {
    color: rgb(255, 255, 255);
    opacity: 1;
    transition: color .3s ease 0s;
}

.slick-slider-testimonial .slick-dots li button:hover,
.slick-slider-testimonial .slick-dots li.slick-active button {
    background: rgb(255, 255, 255);
}

.slick-slider-testimonial .slick-dots li button:hover::before,
.slick-slider-testimonial .slick-dots li.slick-active button::before {
    color: rgb(50,50,50);
}


.slick-slider-testimonial .slick-caption h2 {
    color: rgb(255,255,255);
    font-family: "Raleway";
    font-size: 16px;
    letter-spacing: normal;
    line-height: 36px;
    margin: 0;
}

@media (max-width: 1599px) {
    .slick-slider-testimonial .slick-caption {
        left: calc((100vw - 1140px) / 2);
    }

    .slick-slider-testimonial .slick-arrow {
        padding: 10px 5px;
    }
}

@media (max-width: 1199px) {
    .slick-slider-testimonial .slick-caption {
        left: calc((100vw - 940px) / 2);
    }
}

@media (max-width: 991px) {
    .slick-slider-testimonial .slick-caption {
        left: 0;
        text-align: center;
        position: relative;
        top: 0;
        width: 100%;
    }

    .slick-slider-testimonial .slick-caption h2 {
        font: 18px/24px "Raleway";
    }
}

@media (max-width: 767px) {
    .slick-slider-testimonial .slick-arrow {
        top: calc(21% - 35px);
    }
}



/*===========================================
           HOMEPAGE TITLE CONTAINER
============================================*/

.home-title-container {
    text-align: center;
}

.home-title-container h2 {
    color: rgb(18,49,87);
    font-size: 30px;
    font-family: "Raleway-Bold";
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.home-title-container p {
    font-size: 12px;
    line-height: 24px;
}

.TopPane .home-title-container {
    margin-bottom: 31px;
}

.home #dnn_TopPane.TopPane {
    margin-bottom: 93px;
}

.home-title-no-margin-container h2 {
    color: rgb(18,49,87);
    font-size: 30px;
    font-family: "Raleway-Bold";
    letter-spacing: .55px;
    margin: 37px 0 24px;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width: 1199px) {
    #dnn_TopPane.TopPane {
        margin-bottom: 40px;
    }

    .home-title-no-margin-container h2 {
        margin: 0;
    }
}

@media(max-width: 991px) {
    .home-title-container h2 {
        margin-bottom: 10px;
    }
}

/*===========================================
                PARALLAX SECTION
============================================*/
#dnn_Full_Screen_PaneB {
    background-color: rgb(0,26,51);
}

.plax-wrap {
    background: url(/Portals/_default/Skins/20073-UnlimitedColorsPack-055/images/Homepage/jgius-soffit-background.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 15px
}

.plax-wrap .row-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plax-wrap .icon {
    padding: 36px 144px 0 16px;
}

.plax-wrap .content {
    padding: 0 15px 0 0;
    margin-bottom: 40px;
    max-width: 700px;
}

.plax-wrap .plax-content h3 {
    color: rgb(255,255,255);
    font-family: "Raleway-Bold";
    font-size: 22px;
    letter-spacing: .45px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.plax-wrap .plax-content p {
    color: rgb(255,255,255);
    font-size: 14px;
    letter-spacing: .27px;
}

.plax-content p:first-of-type {
    margin-bottom: 28px;
}

.plax-wrap .plax-content p .btn-dl {
    background: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
    border-radius: 0;
    color: rgb(255,255,255);
    font-size: 18px;
    line-height: 1;
    padding: 23px 66px;
    text-transform: uppercase;
    transition: background .3s ease, border-color .3s ease;
}

.plax-wrap .plax-content p .btn-dl:hover {
    background: transparent;
    border-color: rgb(255,255,255);
}

@media (max-width: 991px) {
    .plax-wrap .icon {
        padding: 55px 35px 0 15px;
    }
}

@media (max-width: 767px) {
	.BannerPane {
		display: none;
	}
}

@media (max-width: 767px) {
    .plax-wrap .row-wrap {
        flex-direction: column-reverse;
    }

    .plax-wrap .icon {
        padding: 0 15px;
    }

    .plax-wrap .content {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .plax-wrap .plax-content {
        text-align: center;
    }

    .plax-wrap .plax-content p .btn-dl {
        margin-bottom: 25px;
        padding: 15px 35px;
        font-size: 14px;
        margin-bottom: 25px;
        padding: 15px 35px;
    }

    a.btn.btn-mobile-only {
        font-size: 14px;
        margin-bottom: 25px;
        padding: 15px 35px;
    }
}
/*===========================================
           HOMEPAGE FLIP GALLERY
============================================*/

.gallery-wrap {
    padding: 0 10px;
}

.eds_galleryWrapper #EDG_0_Shadow_2 .EDGmain {
    background-image: none;
    margin: 0 !important;
    padding: 0;
}

#EDG_0_Shadow_2 .EDGmain .EDGimage a img,
#EDG_0_Shadow_2 .EDGmain .EDGvideo a img {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.eds_galleryWrapper #EDG_0_Shadow_2 .EDGbackground .EDGcontentbgrd {
    padding: 0;
}

#EDG_0_Shadow_2 .DescriptionCarousel {
    display: none;
}

.EDGcontent .image_carousel {
    display: flex;
    justify-content: center;
    padding: 0;
}

@media (max-width: 718px) {
    .eds_galleryWrapper #EDG_0_Shadow_2 .EDGmain {
        margin: 0 !important;
    }
}

.caroufredsel_wrapper {
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
}

#ICM497 {
    bottom: unset !important;
    display: flex;
    flex-wrap: wrap;
    height: 100% !important;
    justify-content: space-between;
    left: 0 !important;
    left: unset !important;
    max-width: 100% !important;
    overflow: visible !important;
    position: relative !important;
    right: unset !important;
    text-align: center !important;
    top: unset !important;
}

#EDG_0_Shadow_2 .image_carousel div.carusel {
    display: inline-block;
    float: none;
    margin-bottom: 14px;
    max-width: 100%;
}

.button-wrap {
    display: flex;
    justify-content: center;
    margin: 19px 0 90px 0;
}

.button-wrap .btn-gallery {
    background: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
    border-radius: 0;
    color: rgb(255,255,255);
    font-size: 18px;
    line-height: 1;
    padding: 23px 52px;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
}

.button-wrap .btn-gallery:hover {
    background: transparent;
    color: rgb(111,31,47);
}

@media (max-width: 1599px) {
    #ICM497 {
        margin-left: 0 !important;
        justify-content: center;
    }

    #EDG_0_Shadow_2 .image_carousel div.carusel {
        margin: 0 5px 10px !important;
    }
}

@media (max-width: 1199px) {
    .button-wrap {
        margin: 19px 0 30px 0;
    }
}

.mobile-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile-gallery img {
    height: 228px;
    margin: 1%;
    width: 330px;
}

@media (min-width: 734px) {
    .mobile-wrap {
        display: none;
    }
}

@media (max-width: 733px) {
    .gallery-wrap {
        display: none;
    }
}
.title-mobile {
    display: none;
}
@media (max-width: 733px) {
    .title-desktop {
        display: none;
    }
      .title-mobile {
        display: block;
    }
  }

/*=========LEFT-CONTENT CONTAINER=======*/

.left-wrap {
    background-repeat: no-repeat;
    position: relative;
}

.left-wrap .content {
    min-height: 397px;
}

.left-wrap .content .left-content {
    left: calc((100vw - 1390px) / 2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
    width: 570px;
}

.left-wrap .content .left-content h3 {
    color: rgb(19,54,95);
    font-family: "Raleway-Bold";
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1;
    margin: 0 0 14px 0;
    padding-left: 2px;
    text-transform: uppercase;
}

.left-wrap .content .left-content p {
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: 0.3px;
}

.left-wrap .content .left-content p:first-of-type {
    color: rgb(19,54,95);
    letter-spacing: 0.2px;
    margin-bottom: 19px;
    padding-left: 2px;
}

.left-wrap .content .left-content .btn-download {
    background: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
    border-radius: 0;
    color: rgb(255,255,255);
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 1;
    padding: 23px 66px;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
}

.left-wrap .content .left-content .btn-download:hover {
    background: transparent;
    color: rgb(111,31,47);
}

#dnn_Full_Screen_PaneC {
    margin: 0;
}

#dnn_Full_Screen_PaneD {
    background: rgb(237,237,237);
    margin: 0;
    padding: 36px 15px 41px;
}

@media (max-width: 1599px) {
    .left-wrap .content .left-content {
        left: 140px !important;
    }

    .left-wrap {
        background-position-x: -160px;
    }
}

@media (max-width: 1199px) {
    .left-wrap .content .left-content {
        left: calc((100vw - 940px) / 2) !important;
    }
}

@media (max-width: 991px) {
    .left-wrap .content .left-content {
        left: 50% !important;
        padding: 0 15px;
        text-align: center;
        transform: translate(-50%, -50%) !important;
        width: 100%;
    }

    .left-wrap .content {
        background: rgba(200,200,200,.8);
        min-height: 290px;
    }

    .left-wrap {
        background-position-x: 100%;
    }
}

/*=========IMAGE-CENTER CONTAINER=======*/

.image-center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0 47px;
}

.image-center ul li {
    list-style: none;
    margin-bottom: 10px;
}

.image-center ul li a {
    transition: opacity .3s ease;
}

.image-center ul li a:hover {
    opacity: .7;
}

.image-center.brands {
    padding-top: 4px;
}

@media (max-width: 1599px) {
    .image-center ul {
        justify-content: space-around;
        padding: 0;
    }
}

/*===========================================
           HOMEPAGE CONTACT US SECTION
============================================*/

/*=========CONTACT-INFO CONTAINER=======*/

.contact-info-container {
    background-image: url('../images/home11-info.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-info-container h4 {
    font-size: 17px;
}

.contact-info-container h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.contact-info-container p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .contact-info-container {
        margin-bottom: 25px;
        text-align: center;
    }
}

/*=======CONTACT FORM========*/

#HomeContact .form-control {
    border: none;
    border-bottom: 1px solid rgb(204,204,204);
    border-radius: 0;
    box-shadow: unset;
    padding: 5px 0 25px;
}

#HomeContact .form-group {
    margin-bottom: 25px;
}

#HomeContact label {
    display: none;
}

#HomeContact .btn-success {
    background: rgb(38,89,143);
    border: 2px solid rgb(38,89,143);
    color: rgb(249,249,239);
    font-weight: 700;
    height: auto;
    padding: 15px 55px;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
    width: auto;
}

#HomeContact .btn-success:hover {
    background: transparent;
    color: rgb(38,89,143);
}

.half-width {
    margin: 0 auto;
    width: 50%;
}

.fm-checkbox, .undefined, label.checkbox-inline+.checkbox-inline, 
.radio-inline+.radio-inline {

    margin-left: 0px;
}

/* .grecaptcha-badge { */
    /* display: none; */
/* } */

@media (max-width: 991px) {
    .half-width {
        width: 100%;
    }
}

/*===========================================
           INTERIOR PAGES
============================================*/
li.pdf,
li.word {
    list-style-type: none;
}

#dnn_wrapper .team-Detail-bg {
    background: none;
}

li.pdf:before,
li.word:before {
    color: rgb(111,31,47);
    margin-right: 10px;
    font-size: 18px;
}

li.pdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
}

li.word:before {
    content: "\f1c2";
    font-family: FontAwesome;
}

li.pdf a,
li.word a {
    font-weight: bold;
}

/*=======PHOTO GALLERIES========*/

#dynamic-gallery p a {
    transition: color .3s;
}

#dynamic-gallery p:hover a {
    color: #133156;
    cursor: pointer;
    text-decoration: underline;
}

.easydnngallery2 {
    display: none;
    margin-bottom: 40px;
}

.DnnModule-EasyDNNGallery:first-of-type .easydnngallery2 {
    display: block;
}

.easydnngallery2 #EDG_0_Shadow {
    background-color: #EAEAEA;
    padding: 10px;
}

.easydnngallery2 #EDG_0_Shadow .EDGTitle {
    margin-bottom: 20px;
}

.easydnngallery2 #EDG_0_Shadow .EDGTitle .EDGTitleText {
    font-family: Raleway;
}

.easydnngallery2 #EDG_0_Shadow .EDGlightbox td {
    height: 200px;
}

.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain {
    background-image: none;
    height: 100%;
}

.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a img,
.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a img {
    box-shadow: 1px 1px 1px 1px #cccccc;
    height: 141px;
    margin-bottom: 30px;
    max-height: 141px;
}

.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title, 
.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title span,
.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title,
.easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title span {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-family: Raleway;
    font-size: 12px;
    height: 50px;
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 1200px) {
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a img,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a img {
        height: 108px;
        max-height: none;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox td {
        height: 170px;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title, 
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title span,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title span {
        height: 55px;
        top: 110px;
    }
}

@media (max-width: 992px) {
    .small-top,
    .small-bottom {
        display: block;
        width: 100%;
    }
    
    .small-top #dynamic-gallery {
        column-count: 3;
    }
    
    .copyright_style .admin-section {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox td {
        height: 160px;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title, 
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title span,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title span {
        height: 55px;
    }
}

@media (max-width: 767px) {
    .small-top #dynamic-gallery {
        column-count: 2;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain {
        margin: 0 2px;
        padding: 0;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox td {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .small-top #dynamic-gallery {
        column-count: 1;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a img,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a img {
        height: 125px;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title, 
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGimage a .title span,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title,
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox .EDGmain .EDGvideo a .title span {
        height: 55px;
        top: 125px;
    }
    
    .easydnngallery2 #EDG_0_Shadow .EDGlightbox td {
        height: 190px;
        width: 50% !important;
    }
}

/*=======ACCORDIONS========*/
.live-accordion-1 .liveaccdefault {
    margin-bottom: 50px;
}

.live-accordion-1 .liveaccdefault .ui-accordion h3 {
    font-size: 28px;
    line-height: 33px;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-all,
.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-bottom,
.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-top,
.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-right,
.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-tr,
.live-accordion-1 .liveaccdefault .ui-accordion .ui-corner-br {
    border-radius: 0;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-header {
    background: rgb(18,49,87) !important;
    border: none !important;
    margin-bottom: 0;
    transition: background .5s ease;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-header:hover {
    background: rgb(111,31,47) !important;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-header a {
    color: #FFFFFF !important;
    padding: 7px 10px;
    font-size: 23px !important;
    line-height: 27px !important;
    letter-spacing: 0px !important;
    Font-Family: Raleway !important;
    Font-weight: normal !important;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-header-active {
    background: rgb(111,31,47) !important;
    transition: background .5s ease;
}

.live-accordion-1 .liveaccdefault .ui-accordion .ui-accordion-content {
    background: rgb(255,255,255) !important;
    border: none !important;
    padding: 10px;
    color:#666666 !important;
	font-size:14px !important;
	line-height:1.8 !important;
	letter-spacing:0.5px !important;
	Font-Family:"Raleway" !important;
	Font-weight:normal !important;
}

.liveaccdefault .ui-corner-all, .liveaccdefault .ui-corner-bottom, .liveaccdefault .ui-corner-right, .liveaccdefault .ui-corner-br {
    border-radius: 0 !important;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) !important;
    margin-bottom: 10px !important;
}

.recent-articles h3 {
    line-height: 22px !important;
}

.recent-articles h3 a {
    border-left: 4px solid rgb(111,31,47);
    padding-left: 5px;
}

/*============ LIVE TABS ============*/
.mtop [role="tab"] {
    align-items: center;
    display: flex;
    justify-content: center;
}

/*=======PRESS RELEASES=====*/
.articleHeadline h1 {
    background-color: #FFFFFF !important;
    border: none !important;
    font-size: 28px !important;
}

.articleEntry {
    margin: 0 0 10px !important;
}

.NewsArticles > .Normal {
    margin-bottom: 30px !important;
}

/*=======FORMS========*/

.required-field input, .required-field select {
    border-left: 3px solid #ff0000;
}

.text-red, .validationMessage {color: #ff0000;}

/*=======CONTAINERS========*/
.image-left img {
    float: left;
    margin: 0 10px 10px 0;
}

.image-right img {
    float: right;
    margin: 0 0 10px 10px;
}

.image-flex-content div div div {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.image-flex-content div div div p {
    width: 50%;
}

.two-col-list ul {
    column-count: 2;
}

.two-col-list ul li {
    margin-left: 20px;
}

.two-col-list img {
    float: right;
    margin: 0 0 10px 10px;
}

.live-accordion-1.two-col-list img {
    float: none;
    margin: auto;
}

.interior-nav-links {
    margin-top: 50px;
}

.interior-nav-links img {
    float: left;
    margin: 10px 10px 10px 0;
    max-width: 90px;
}

.image-center img {
    display: block;
    margin: 0 auto;
}

.cut-sheets {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.cut-sheets .Normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cut-sheets a {
    display: inline-block;
    flex: 0 0 0;
    flex-basis: calc(50% - 10px);
    margin: 0 0 20px;
    max-width: calc(50% - 10px);
}

.cut-sheets a img {
    border: 1px solid #000000;
    height: auto;
    opacity: 1;
    transition: opacity .3s ease;
}

.cut-sheets a:hover img {
    opacity: .75;
}

@media (max-width: 767px) {
    
    .cut-sheets a {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .image-left img,
    .image-right img {
        display: block;
        float: none;
        margin: 10px auto;
        max-width: 100%;
    }
    
    .two-col-list ul {
        column-count: 1;
    }
    
    .two-col-list ul li {
        margin-left: 0;
    }
    
    .image-flex-content div div div {
        align-items: flex-start;
        flex-direction: column;
    }

    .image-flex-content div div div p {
        width: 100%;
    }
}


/*===========================================
                  FOOTER       
============================================*/

.footer_box .footer_bottom .dnn_layout {
    padding: 0 24px;
}

.copyright_style .admin-section {
    float: right;
}

.home10-ibox03 img {
    height: auto;
    width: 125px;
}

.footer_box .foot_bg {
    background: rgb(39,39,39);
}

#dnn_wrapper .footer_box .foot_bg .dnntitle span,
#dnn_wrapper .footer_box .foot_bg p,
#dnn_wrapper .footer_box .foot_bg a {
    color: rgb(255,255,255);
}

#dnn_wrapper .footer_box .foot_bg a:hover {
    color: rgb(111,31,47);
}

#dnn_wrapper .footer_box .footer_bottom {
    color: rgb(255,255,255);
}

.footer_box .footer_bottom .footer_bottom_bg {
        background: rgb(31,31,31);
}

.footer_box {
    background: rgb(18,18,18);
    padding-top: 31px;
}

footer.footer_box .footer_bottom {
    padding-bottom: 19px;
}

.footer_box .footer_bottom .dnn_layout.bottom-links {
    padding-top: 15px;
}

.footer_box .copyright_style {
    border-top: 1px solid rgb(45,45,45);
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: .15px;
    padding: 0;
    padding-top: 12px;
    width: 100%
}

.footer_box .footer_bottom .copyright_style a {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.foot-tri-left {
    padding-left: 4px;
}

.foot-tri-left ul {
    display: flex;
    margin: 0;
}

.foot-tri-left ul li {
    list-style: none;
    padding-right: 10px;
}

.foot-tri-mid {
    text-align: center;
}

.foot-tri-mid p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 1.5;
}

.footer_box .foot-tri-mid p a {
    color: rgb(255, 255, 255);
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 400;
}
.foot-tri-rgt ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;

}

.foot-tri-rgt ul li {
    list-style: none;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .footer_box .footer_bottom .copyright_style {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .footer_box .footer_bottom .copyright_style {
        text-align: center;
    }

    .copyright_style .admin-section {
        float: none;
    }

    #to_top {
        display: none !important;
    }

    .foot-tri-left ul {
        justify-content: space-around
    }

    .foot-tri-rgt ul {
        justify-content: space-around;
    }
}



/* Flex styling */
.flex-center-no-wrap {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 767px) {
    
    .flex-center-no-wrap {
        flex-wrap: wrap;
    }
}

.flex-two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-two-col > * {
    flex: 0 0 100%;
}

@media (min-width: 768px) { 

    .flex-two-col > .two-third-child {
        flex: 2 1 0%;
    }

    .flex-two-col > .one-third-child {
        flex: 1 1 0%;
    }
}

.clear-both {
    clear: both;
    font-size: 0;
    margin: 0;
}

.img-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: background .3s ease 0s;

}
.btn.btn-primary {
    background: rgb(18,49,87);
}

.btn.btn-primary:hover {
    background: rgb(111,31,47);
}

.btn.btn-secondary {
    background-color: rgb(111, 31, 47);
    color: white;
}
.btn.btn-secondary:hover {
    background-color: rgb(18, 49, 87);
}

.contact-header {
    margin: 0 0 10px;
}

.image-center.dnn_layout {
    padding: 0;
}

.licenses-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.licenses-wrap img{
    display: block;
    margin: 0 auto;
}

.license-wrap {
    border: 1px solid black;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 0;
    flex-basis: calc(33.3333% - 20px);
    margin-bottom: 15px;
    max-width: calc(33.3333% - 20px);
}

@media (max-width: 991px) {
    .license-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.dnnForm.dnnJgiusCustomSpecsForm {
    margin-top: 50px;
}

.memberships-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.memberships-wrap > div {
    margin: 0 15px 20px;
}

.memberships-wrap img {
    max-width: 150px;
    height: auto;
}

img {
    opacity: 1;
    transition: opacity .3s ease 0s;
}

a:hover img {
    opacity: .75;
}

p a.btn.btn-mobile-only {
    background: rgb(111,31,47);
    border: 2px solid rgb(111,31,47);
    border-radius: 0;
    color: rgb(255,255,255);
    font-size: 18px;
    line-height: 1;
    padding: 23px 66px;
    text-transform: uppercase;
    transition: background .3s ease, border-color .3s ease;
    display: none;
}

p a.btn.btn-mobile-only:hover {
    background: transparent;
    color: rgb(111,31,47);
}

@media (max-width: 768px) {
    p a.btn.btn-mobile-only {
        display: block;
        width: fit-content;
        margin: 25px auto 0;
    }
}

@media only screen and (max-width: 1199px) {
    .mobile_left_icon #ico_search,
	.mobile_right_icon a:before {
		width: 45px !important;
		font-size: 25px !important;
	}
}

.footer_bottom .mobile-only {
    display: none;
}

.footer_bottom .mobile-only a:link {
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer_bottom .mobile-only {
        display: block;
        margin-bottom: 15px;
    }

    span.fa-facebook-f {
        background-color: #1b58a1;
        color: white;
        opacity: 1;
        transition: opacity .3s;
        font-size: 23px;
        height: 50px;
        line-height: 52px;
        width: 50px;
        margin: 0 10px 5px;
    }

    span.fa-facebook-f:hover {
            opacity: 0.75;
        } 

    span.fa.fa-twitter {
        background-color: #1DA1F2;
        color: white;
        opacity: 1;
        transition: opacity .3s;
        font-size: 23px;
        height: 50px;
        line-height: 52px;
        width: 50px;
        margin: 0 10px 5px;
    }

    span.fa.fa-twitter:hover {
        opacity: 0.75;
    }

    span.fa.fa-youtube {
        background-color: #ff0000;
        color: white;
        opacity: 1;
        transition: opacity .3s;
        font-size: 23px;
        height: 50px;
        line-height: 52px;
        width: 50px;
        margin: 0 10px 5px;
    }

    span.fa.fa-youtube:hover {
        opacity: 0.75;
    }
}


.caroufredsel_wrapper, #ICM497 {
	width: 100% !important;
}

.jgi-iframe {
    width: 100%;
    aspect-ratio: 2.6/1;
}

.fm-custom .fa-angle-right:last-of-type {
    display: none;
}

@media (max-width: 1440px) {
	div.slick-slider-home .slick-caption {
		left: 50px;
		max-width: calc(100% - 100px);
		top: 50%;
		transform: translateY(-50%);
	}
}