.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu
{
  margin-left:160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 51px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a  {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark{ background: none;}
.actionMenuEdit ul li img, .actionMenuAdmin ul li img{
    width: 20px;
}

.mainNav__listLink {
    color: #fff !important;
}
    .mainNav__listLink:hover {
        color: rgb(255, 209, 23) !important;
    }
.intro__copy p {
    color: #0a1a42;   
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}
p {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media only screen and (min-width: 960px) {
    p {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}
    .LoginPanel {
        margin: 61px 0px 0px 35%;
    }

    .dnnCheckbox img {
        width: auto;
    }
    /*#dnn_ContentPane {min-height:400px;
}*/
    .bucket h3, .utilityNav__listLink--search a {
        color: #fff;
    }

    .mb50 {
        margin-bottom: 50px;
    }

.dnnSearchBoxPanel .dnnSearchBox {
    width: 100%;
    border: none;
    box-shadow: none;
    background: none;
}
.dnnSearchBox_advanced, .dnnSearchBox_advanced_query {
    display: none;
}
.dnnSearchResultAdvancedTip {
    display: none !important;
}
.dnnSearchResultContainer > .dnnSearchResultItem {
    width: 100%;
    margin: 0px 0px 30px 30px;
}
.dnnSearchResultPager span {   
    margin: 6px 3px 0px 30px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #595966;
   
}
    .dnnSearchBoxPanel, .dnnSearchResultPanel {
    background: none;
}
.dnnSearchBox .dnnSearchBoxClearText {right:24px !important;
}
.dnnSearchResultAdvancedTip {
    color: #0a1a42;
    background: #f57042 url(../../images/arrow-link.png) no-repeat;
    -webkit-background-size: 18.5px 18px;
    -moz-background-size: 18.5px 18px;
    background-size: 18.5px 18px;
    background-position: -webkit-calc(100% - 28px) center;
    background-position: -moz-calc(100% - 28px) center;
    background-position: calc(100% - 28px) center;
    width: auto;
    margin: 0 auto;
    padding: 15px 60px 15px 50px;
    font-size: 1.6rem;
    line-height: 1.15;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    -moz-transition: background .25s;
    transition: background .25s;
    border: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
}

    

    .dnnSearchBox_advanced_label {
        color: #f57042;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        height: auto !important;
    }

    .dnnSearchResultCountPerPage {
        font-weight: 700;
        font-style: normal;
        font-size: 1.6rem;
        margin: 0;
        color: #0a1a42;
        margin: 0 !important;
    }
 



#dnn_dnnLOGO_imgLogo {
    width: 100px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 10px;
}
@media only screen and (min-width: 960px) {
    #dnn_dnnLOGO_imgLogo {
        width: 175px;
        left: 35px;
        top: 57px;
    }
}
.dnnSearchResultItem-Title a, .dnnSearchResultItem-Link a{
    color: #F57042;
}

.dnnSearchResultItem-Subset .dnnSearchResultItem-Title a {
    color: #F57042;
    font-family: 'IBM Plex Mono';
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 10px;
}
.dnnSearchResultItem-Description {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px;
    word-wrap: break-word;
}
.dnnSearchResultSortOptions li.active a {
    background: #F57042 !important;
}
.dnnSearchResultSortOptions li a {
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    padding: 16.3px 35px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    border: 0;
    background: rgba(245, 112, 66, 0.6) !important;
    outline: 0;
    color: #000 !important;
}
.dnnSearchResultSortOptions li a {
    
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
}
.dnnSearchResultCountPerPage {
    color: #595966;
    font-size: 20px;
    margin: 0;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
}

.selectize-control .selectize-input {
    color: #595966;
    border: 3px solid #595966;
    font-size: 20px;
    font-weight: 700;
    font-family: "IBM Plex Mono", monospace;
    padding: 9px 45px 9px 18px;
    outline: 0;
    cursor: pointer;
    background-image: url(select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 138px;
    min-height: 52.09px;
}
.dnnSearchResultPanel .dnnRight {
    margin-right:4%;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #595966 !important;
    background: #fff !important;
}
.selectize-control .selectize-input {    
    padding: 15px 45px 9px 18px;
}
.dnnSearchResultSortOptions {border:none !important;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li:first-child {
    border-left: none;
    margin-right: 11px;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
    border-left: none;
}
.search-section-wrapper .inner-search-header .custom-btn {
   
    background: rgba(245, 112, 66, 0.6);
}
.ModMaybuckModulesTranslatorC .AdminNav {
    margin-left: -40%;
}
@media only screen and (min-width: 960px) {
    .utilityNav__listIem--contact {      
        border-right: 2px solid #fff;
    }
}

.dnnSearchResultPager a.dnnPager-next {     
    background: none;
    border: none;
    border-bottom: none;
    box-shadow: none;
}

.dnnSearchResultPager a.dnnPager-prev {    
    border-right: none;     
    border: none;
    background: none;
    box-shadow:none;
}

.dnnSearchBox #dnnSearchResult_dnnSearchBox_input {
    width: 100% !important;
}

/*Serach Result*/
.search-section-wrapper .container {
    max-width: 1300px;
    margin: 0 auto;
}

.search-section-wrapper .search-form-custom {
    background: #F7F7F7;
    padding: 45px 15px 80px;
}

.search-section-wrapper .search-wrapper {
    max-width: 650px;
}

.search-section-wrapper .input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

    .search-section-wrapper .input-container input {
        flex: 1;
        padding: 13px 35px 13px 0px;
        border: 0;
        background: transparent;
        border-bottom: 3px solid #595966;
        outline: 0;
        font-size: 20px;
        font-family: "IBM Plex Mono", monospace;
        font-weight: 700;
    }

.search-section-wrapper .search-page-wrapper {
    background: #fff;
    padding: 35px 15px 150px;
}

.search-section-wrapper .inner-search-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.search-section-wrapper .search-result-box {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .search-section-wrapper .search-result-box select {
        color: #595966;
        border: 3px solid #595966;
        font-size: 20px;
        font-weight: 700;
        font-family: "IBM Plex Mono", monospace;
        padding: 9px 45px 9px 18px;
        outline: 0;
        cursor: pointer;
        background-image: url(select-arrow.svg);
        background-repeat: no-repeat;
        background-position: center right 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 138px;
        min-height: 52.09px;
    }

.search-section-wrapper .inner-search-header .button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-section-wrapper .inner-search-header h6 {
    color: #595966;
    font-size: 20px;
    margin: 0;
    font-family: 'IBM Plex Mono';
    font-weight: 700;
}

.search-section-wrapper .inner-search-header .custom-btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    padding: 16.3px 35px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    border: 0;
    background: rgba(245, 112, 66, 0.6);
    outline: 0;
}

    .search-section-wrapper .inner-search-header .custom-btn.active {
        background: #F57042;
    }

.search-section-wrapper .search-btn,
.search-section-wrapper .clear-btn {
    position: absolute;
    right: 0;
    border: none;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    padding: 0;
    outline: 0;
    background: transparent;
}

.search-section-wrapper .clear-btn {
    display: none;
}

.search-section-wrapper .outer-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}

    .search-section-wrapper .outer-search-header .pagination-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .search-section-wrapper .outer-search-header h6 {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: #595966;
        margin: 0;
    }

    .search-section-wrapper .outer-search-header .pagination-wrap a {
        display: inline-block;
        margin-left: 5px;
    }

    .search-section-wrapper .outer-search-header .pagination-wrap span {
        font-size: 18px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: #595966;
        margin-right: 10px;
    }

.search-section-wrapper .search-listing h3 {
    font-family: 'IBM Plex Mono';
    font-weight: 600;
    color: #000;
    font-size: 25px;
    margin: 0 0 10px;
}

    .search-section-wrapper .search-listing h3 a {
        color: #F57042;
        text-decoration: none;
    }

.search-section-wrapper .search-listing p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px;
    word-wrap: break-word;
}

.search-section-wrapper .search-listing strong {
    font-weight: 700;
    color: #595966;
}

.search-section-wrapper .search-listing .result-item {
    margin: 0 0 25px;
}

.search-section-wrapper .info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    color: #000000;
}

    .search-section-wrapper .info strong {
        font-weight: 700;
        color: #595966;
    }

@media(max-width:767px) {
    .search-section-wrapper .search-listing p {
        font-size: 18px;
        line-height: 1.4;
    }

    .search-section-wrapper .search-listing h3 {
        font-size: 22px;
    }
}

a:visited {
    color: #FFF !important;
    text-decoration: none !important;
    outline: 0;
}

