﻿/*=============== GLOBALS ====================*/
@import url('NOAH/ComboBox.NOAH.css');
@import url('NOAH/Input.NOAH.css');
@import url('NOAH/DropDownList.NOAH.css');
@import url('NOAH/Grid.NOAH.css');
/*=============== END GLOBALS ===============*/

@import url('_Default-Skin/skin.css');

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    background: #fff;
    color: #000;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
}

img {
    max-width: 100%;
}

.psw-nav {
    margin: 0;
    padding: 0;
}

    .psw-nav li {
        list-style-type: none;
    }

@media(min-width: 992px) {
    .psw-nav li {
        display: inline-block;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

@media(min-width: 992px) {
    .psw-equal-height {
        display: flex;
    }
}

/********* TYPOGRAPHY *********/
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: normal;
    color: #333;
    margin-top: 5px;
    margin-bottom: 8px;
}

h1 {
    font-size: 2em;
    color: #015643;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.35em;
}

h4 {
    font-size: 1.2em;
    color: #81b261;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.01em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    color: #636267;
}

a,
a:visited,
a:active {
    color: #005544;
    text-decoration: none;
}

    a:hover {
        color: #bdd2a8;
        text-decoration: none;
    }

/********** HEADER ************/
.psw-header {
    background-image: url('/Portals/94/Images/Banner-Header.jpg');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #fff;
    background-position: top left;
    background-size: cover;
}

@media(max-width:768px) {
    .psw-header {
        padding-bottom: 20px;
        overflow: hidden;
    }
}

.pswStickyTop {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: 2.75em;
    z-index: 104;
    margin-bottom: 1em;
}

    .pswStickyTop a, .pswStickyTop ul > li {
        float: right;
        color: #005544;
        margin-right: .15em;
        margin-top: .15em;
    }

        .pswStickyTop a:hover, .pswStickyTop a:focus {
            color: #bdd2a8;
            text-decoration: none;
        }

.psw-top-links {
    font-weight: 600;
    color: #81b261;
    margin: 0 auto 5px auto;
    text-align: center;
}

@media(min-width: 768px) {
    .psw-top-links {
        float: right;
    }
}

.psw-top-links li {
    display: inline-block;
    padding: 0 8px;
}

    .psw-top-links li a {
        color: #81b261;
    }

        .psw-top-links li a:hover {
            color: #005544;
        }

.psw-header-social {
    font-size: 1.2em;
    margin-top: -.2em;
}

.psw-branding {
    padding-bottom: 2em;
}

.psw-branding-row {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
}

.psw-top-nav {
    order: -1;
    font-weight: 700;
    float: right;
    margin-right: 5em;
}

@media(min-width:992px) {
    .psw-top-nav {
        order: 3;
    }

        .psw-top-nav .psw-nav {
            float: right;
        }

    .psw-branding-row {
        flex-direction: row;
        align-items: center;
    }
}

.psw-top-nav li {
    padding: 3px 8px;
    display: inline-block;
}

.psw-brand-name {
    text-align: center;
    font-size: 0.7em;
    color: #000;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .psw-brand-name {
        font-size: 1em;
    }
}

.psw-header-nav {
    text-transform: uppercase;
    font-weight: 700;
}

    .psw-header-nav .Menu-Navigation li.level-0 > a {
        color: #005544;
        font-size: 1.1em;
        text-transform: uppercase;
        padding-left: 10px;
    }

@media(min-width:768px) {
    .psw-header-nav .Menu-Navigation li.level-0 a {
        padding: 12px 25px;
    }

        .psw-header-nav .Menu-Navigation li.level-0 a:hover,
        .psw-header-nav .Menu-Navigation li.level-0:hover > a {
            color: #fff;
        }

    .psw-header-nav .Menu-Navigation li.level-1 a {
        color: #fff;
        padding: 18px 15px;
    }
}

@media(min-width:768px) {
    .psw-header-nav .Menu-Navigation li.level-0 a {
        padding: 12px 25px;
    }

        .psw-header-nav .Menu-Navigation li.level-0 a:hover,
        .psw-header-nav .Menu-Navigation li.level-0:hover > a {
            color: #fff;
        }

    .psw-header-nav .Menu-Navigation li.level-1 a {
        color: #fff;
        padding: 18px 15px;
    }
}

#mobile-nav-button {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #005544;
    color: #fff;
}

    #mobile-nav-button span {
        font-family: Helvetica, Arial, sans-serif;
        display: inline-block;
        padding-left: 14px;
    }


.pswNavBarv2 {
    background-color: #005544;
    width: 100%;
    color: #fff;
}

/********* FOOTER *********/
.psw-footer {
    background: #565555;
    color: #fff;
    padding: 1em 0;
}

    .psw-footer a,
    .psw-footer .psw-brand-name {
        color: #fff;
    }

        .psw-footer a:hover {
            color: #bdd2a8;
        }

@media(min-width: 992px) {
    .psw-footer-branding {
        display: flex;
        align-items: center;
    }

    .psw-footer-menu {
        text-align: center;
    }
}

.psw-footer-menu li {
    text-transform: uppercase;
    font-weight: 700;
}

@media(min-width: 992px) {

    .psw-footer-menu {
        margin-right: 10px;
    }

        .psw-footer-menu li {
            padding: 0 8px;
        }

            .psw-footer-menu li:first-child {
                padding-left: 0;
            }
}

@media(max-width:991px) {
    .psw-footer-menu li {
        margin-bottom: 20px;
    }
}

[id*="hlSignIn"] i {
    display: none;
}

.psw-footer-branding,
.psw-footer-nav {
    margin-bottom: 1em;
}

.psw-footer-social {
    font-size: 1.2em;
}

    .psw-footer-social li {
        padding: 20px 8px 0 8px;
        display: inline-block;
    }

@media(min-width:992px) {
    .psw-footer-social {
        float: right;
        margin-right: 1.25em;
    }

        .psw-footer-social li {
            padding: 0 8px;
        }

            .psw-footer-social li:last-child {
                padding: 0 0 0 8px;
            }
}

ul.psw-site-info {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-top: 1.5em;
    margin-bottom: 0;
    text-align: center;
}

.psw-site-info li {
    margin-bottom: 0.75em;
}

@media(min-width: 992px) {
    .psw-site-info {
        margin-left: 0;
    }

        .psw-site-info li {
            display: inline-block;
            margin-bottom: 0;
            padding: 0 1em;
            font-size: 0.9em;
        }

            .psw-site-info li:first-child {
                padding-left: 0;
            }
}

.psw-footer-nav li a:hover,
.psw-site-info li a:hover,
.psw-footer-social li a:hover {
    color: #bdd2a8;
}

.strong-text {
    font-weight: 600;
    font-size: 110%;
}

.psw-home .psw-content {
    padding: 0 0 50px 0;
    position: relative;
    display: inline-block;
}

.psw-main-content h2,
.psw-main-content h3,
.psw-main-content h4,
.psw-main-content h5,
.psw-main-content h6 {
    color: #000;
    margin-top: 2em;
}

    .psw-main-content h1:first-child,
    .psw-main-content h2:first-child,
    .psw-main-content h3:first-child,
    .psw-main-content h4:first-child,
    .psw-main-content h5:first-child,
    .psw-main-content h6:first-child {
        margin-top: 0.5em;
    }

/*.psw-main-content a {
    color: #81b261;
}*/

.psw-callout1 {
    background: #81b261;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    padding: 50px 10px 150px 10px;
}

    .psw-callout1 img {
        display: block;
        margin: 0 auto;
    }

    .psw-callout1 a {
        color: #fff;
    }

    .psw-callout1 h3,
    .psw-callout1 h4,
    .psw-callout1 h5 {
        color: #fff;
        margin: 0.75em auto;
    }

    .psw-callout1 h3,
    .psw-callout1 h5 {
        text-transform: uppercase;
        font-weight: 600;
    }

    .psw-callout1 h4 {
        font-weight: 300;
    }

    .psw-callout1 h3 {
        font-size: 1.8em;
    }

    .psw-callout1 h4 {
        font-size: 2.5em;
    }

    .psw-callout1 h5 {
        font-size: 1.4em;
    }

    .psw-callout1 #dnn_Content_Pane_Callout_1 {
        padding: 0;
    }

.psw-column-callouts {
    padding: 2em 0 2em 0;
}

    .psw-column-callouts h4 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        font-size: 125%;
        margin-top: 1.2em;
    }

    .psw-column-callouts p {
        text-align: center;
        font-weight: 300;
        padding: 5px 10px;
    }

.psw-callout2 {
    background-color: #f8f8f8;
    background: #014171 url('images/homeBanner.jpg') no-repeat;
    background-size: cover;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 4.25rem;
    padding: 2em 1em;
}

@media(min-width:768px) {
    .psw-callout2 {
        font-size: 2.4em;
    }
}

.psw-home-info-container {
    background: #fff;
    color: #585858;
    font-weight: 300;
    margin: 2em auto 0 auto;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

.psw-home-info-section p {
    font-size: 1.2em;
    line-height: 1.6;
}

#dnn_Content_Pane_Info_Section1 {
    padding: 2em;
}

.psw-home-info-section1 {
    border-bottom: 1px solid #ddd;
}

    .psw-home-info-section1,
    .psw-home-info-section1 p {
        text-align: center;
    }

        .psw-home-info-section1 h2 {
            font-weight: 300;
        }

        .psw-home-info-section1 .strong-text {
            max-width: 750px;
            display: inline-block;
            margin: 1em auto;
        }




/********* CONTENT *********/

.psw-content {
    background: #efefef;
    padding: 30px 0 50px 0;
}

.psw-breadcrumbs {
    margin: 0 0 10px -10px;
}

    .psw-breadcrumbs i {
        padding: 0 10px;
    }

.psw-content-container {
    background: #fff;
    -webkit-box-shadow: 0px 11px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 11px 15px 0px rgba(0,0,0,0.1);
}

.psw-home-info-container a.button-red {
    font-size: 1.4em;
    width: 100%;
}

.psw-home-info-section1 .strong-text {
    max-width: 750px;
    display: inline-block;
    margin: 1em auto;
}

#dnn_Content_Pane_Info_Section2_Col1,
#dnn_Content_Pane_Info_Section2_Col2 {
    padding: 2em
}

.psw-home-info-container #dnn_One_Half_Left_Pane,
.psw-home-info-container #dnn_One_Half_Right_Pane {
    padding: 0 2em 2em 2em;
}

@media(min-width:768px) {
    .psw-home-info-section2 {
        display: flex;
    }
}

@media(min-width:768px) {
    #dnn_Content_Pane_Info_Section2_Col1,
    .psw-home-info-section #dnn_One_Half_Left_Pane {
        border-right: 1px solid #ddd;
    }
}

#dnn_Content_Pane_Info_Section2_Col1 h4,
#dnn_Content_Pane_Info_Section2_Col2 h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 1.6em;
}

.eds_news_Ozone * {
    font-family: Helvetica, Arial, sans-serif;
}

.eds_news_Ozone h1 {
    font-size: 2.5rem;
    line-height: 1.25;
}

.eds_news_Ozone.eds_subCollection_news {
    font-size: 1.6rem;
    line-height: 1.5;
}


/********* SIDEBAR *********/

.psw-sidebar {
    background: #f9f9f9;
    border-right: 1px solid rgba(0,0,0,.1);
}

.psw-sidebar-nav {
    margin: 0 -15px;
    padding: 0;
}

    .psw-sidebar-nav ul.MegaMenu {
        margin: 0;
    }

    .psw-sidebar-nav li {
        list-style-type: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .psw-sidebar-nav li:last-child {
            border-bottom: none;
        }

        .psw-sidebar-nav li a {
            display: block;
            padding: 15px 20px;
        }

            .psw-sidebar-nav li a:hover {
                background: #bdd2a8;
                color: #fff;
                text-decoration: none;
            }

.psw-main-content {
    padding: 20px 25px 30px 25px;
    font-weight: 300;
    line-height: 1.6;
}

.psw-sidebar-nav ul.MegaMenu {
    margin: 0;
}


.psw-main-social a {
    color: #81b261;
}

    .psw-main-social a:hover {
        color: #bdd2a8;
    }


/********* Buttons *********/

.btn.active, .btn:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #005544;
    border-color: #005544;
}

.btn-primary {
    background: #005544;
    color: #fff;
}

    .btn-primary:hover {
        background: #026f59;
    }

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary.focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #005544;
        border-color: #005544;
    }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #9dbf6d;
    border-color: #9dbf6d;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #005544;
    border-color: #005544;
}

.btn-Join {
    border-radius: 2em !important;
    padding: .35em 1.5em;
    color: #fff !important;
    font-size: 1.5em;
    margin-top: .25em;
}
/********* Search Modal *********/
#searchModal .modal-content {
    background: #fff;
}

#searchModal .input-group {
    height: auto;
    width: auto;
    line-height: 1;
}

    #searchModal .input-group > input,
    #searchModal .input-group > input:hover {
        color: #000 !important;
        border: 1px solid #ddd;
        text-align: left;
        height: 34px;
        line-height: 1em;
    }

#searchModal .modal-title {
    color: #81b261 !important;
    text-shadow: none;
    text-transform: uppercase;
}

.jumbotron * {
    padding: 1em !important;
}


.alignright {
    float: right;
    margin: 0 0 5px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 5px 0;
}

.alternating-list {
    margin: 0;
}

    .alternating-list li {
        list-style-type: none;
        padding: 5px 10px;
        margin-bottom: 7px;
    }

        .alternating-list li:nth-child(even) {
            background: #efefef;
        }

.psw-main-social li {
    font-size: 2.8rem;
    margin-right: 2rem;
}

.psw-main-social a {
    color: #81b261;
}

    .psw-main-social a:hover {
        color: #bdd2a8;
    }

.psw-industry-links a {
    font-weight: 700;
}

.psw-industry-links p {
    margin-bottom: 30px;
}

.psw-content .LiveForm.Default ul.page-break-section,
.psw-content .LiveForm.Default .thank-you {
    box-shadow: none;
}

.conference-menu-container {
    margin: 0 -15px;
    padding: 15px;
    background: #333;
    color: #fff;
}

@media(min-width:768px) {
    .psw-main-content .conference-menu-container {
        display: none;
    }
}

.conference-menu-container h1,
.conference-menu-container h2,
.conference-menu-container h3,
.conference-menu-container h4,
.conference-menu-container h5,
.conference-menu-container h6 {
    color: #ddd;
}

.conference-menu-container a {
    color: #fff;
}

.conference-menu li {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    list-style-type: circle;
}

.psw-schedule-table {
    font-size: 1.2rem;
    border-top: 3px solid #900000;
    border-bottom: 3px solid #004C84;
}

    .psw-schedule-table > tbody > tr > td {
        border-top: 1px solid #999;
    }

.psw-col1 {
    background: #d8f6ff;
    width: 20%;
}

.psw-col2 {
    background: #e8ffd8;
    width: 20%;
}

.psw-col3 {
    background: #fcffd6;
    width: 20%;
}

.psw-col4 {
    background: #ffd8d8;
    width: 20%;
}

.psw-col5 {
    background: #e6d8ff;
    width: 20%;
}

td[colspan="5"] {
    background: #fafafa;
    text-align: center;
}

.psw-schedule-table ul {
    margin: 8px 0;
    font-size: 90%;
}

    .psw-schedule-table ul li {
        margin-bottom: 5px;
        list-style-position: inside;
    }

.psw-sponsor-group {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c7dce2;
    margin: 10px 0;
    padding-bottom: 10px;
}

    .psw-sponsor-group img {
        margin: 10px;
    }

.psw-main-content .psw-sponsor-group h4 {
    background: #004C84;
    color: #fff;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.psw-footer-copy {
    text-align: center;
}

.psw-copyright {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    font-size: 0.9em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    color: #000;
}

.firstLevel {
    font-weight: 700;
}

ul.secondLevel li.firstLevel {
    font-weight: 400 !important;
}

.secondLevel {
    font-weight: 400 !important;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    background: #585858 url(../../../../../images/closeBtn.png) no-repeat !important;
    background-position: 4px 4px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    display: inherit;
}

/*===============================================*/
/*================ MEDIA QUERY ==================*/
/*============ max-width : 767.99px =============*/
/*===============================================*/

@media (max-width : 767.99px) {
    .Menu-Navigation-Wrapper {
        display: none;
    }

    .hc-nav-trigger.hc-nav-1 {
        top: 1em;
    }

    .hc-nav-trigger {
        z-index: 209 !important;
    }

        .hc-nav-trigger span {
            width: 25px !important;
        }

            .hc-nav-trigger span,
            .hc-nav-trigger span::before,
            .hc-nav-trigger span::after {
                background: #81b261 !important;
            }

    .Mega-Menu-Container {
        border: none !important;
        background: transparent !important;
        max-width: 100% !important;
    }

    .Mega-Menu-Container {
        background: transparent !important;
        border: none !important;
        max-height: 50px !important;
        min-width: 50px !important;
        width: 100% !important;
        margin: 0 45% !important;
        max-width: 100% !important;
        height: 50px !important;
    }

        .Mega-Menu-Container:hover .Mega-Menu-Top-Left {
            min-width: 50px !important;
            width: 100% !important;
        }

    .Mega-Menu-Top-Left,
    .Mega-Menu-Top-Right {
        min-height: 50px !important;
        min-width: 50px !important;
    }

    .Mega-Menu-Top-Right {
        display: none !important;
        height: 0px !important;
        width: 0 !important;
        min-height: 0px !important;
    }

    .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
        width: 100%;
        top: 2.75em;
    }

    .hc-offcanvas-nav h2 {
        background: #fff;
        margin-top: 0;
    }

    .hc-offcanvas-nav li.nav-close span::before {
        margin-left: -7px !important;
    }

    .hc-offcanvas-nav .nav-container,
    .hc-offcanvas-nav .nav-wrapper,
    .hc-offcanvas-nav ul {
        background: #81b261 !important;
    }

    .hc-offcanvas-nav h2 {
        color: #005544 !important;
        text-align: center !important;
        font-weight: 700 !important;
        font-size: 1.5em !important;
    }

    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav li.nav-back a {
        background: #81b261 !important; /* Default Color */
        border-top: none !important; /* Default Color */
        border-bottom: none !important; /* Default Color */
    }

    .hc-offcanvas-nav a,
    .hc-offcanvas-nav .nav-item {
        border-bottom: none !important;
        font-size: 20px !important;
    }

    .hc-offcanvas-nav li.nav-close a:hover,
    .hc-offcanvas-nav li.nav-back a:hover,
    .hc-offcanvas-nav li.nav-close a:visited,
    .hc-offcanvas-nav li.nav-back a:visited {
        background: #bdd2a8 !important;
    }

    .hc-offcanvas-nav:not(.touch-device) a:hover {
        background: #bdd2a8 !important;
    }

    .hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
        border-left: none !important;
    }

    .hc-offcanvas-nav li.nav-close span::before {
        margin-left: -15px !important;
    }

    .hc-offcanvas-nav li.nav-close span::before,
    .hc-offcanvas-nav li.nav-close span::after {
        width: 12px !important;
        height: 12px !important;
    }

    .nav-tabs > li > a:hover {
        border-color: transparent !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-right: none !important;
        border-left: none !important;
    }

    .nav-tabs {
        border: none !important;
    }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border: none !important;
        }

    .hc-offcanvas-nav.disable-body::after {
        top: 4.5em !important;
    }

    #dnn_Content_Pane_Info_Section2_Col1, #dnn_Content_Pane_Info_Section2_Col2 {
        padding: 1em;
    }

    .psw-brand-name {
        margin-top: 1em;
        display: inline-block;
        width: 100%;
    }

    .psw-main-content {
        padding: 20px 5px 30px 5px;
    }

    [id*=Content_Pane_Footer1] {
        padding: 0;
        padding-left: 5px;
    }

    .psw-home-info-container #dnn_One_Half_Left_Pane, .psw-home-info-container #dnn_One_Half_Right_Pane {
        padding: .25em 1em;
    }

    .psw-top-nav {
        margin-right: 0;
        font-weight: 400;
        font-size: smaller;
    }

    .noMobile {
        display: none !important;
    }

    [id*=CheckoutBtnPanel] input {
        width: 100% !important;
    }

    .ShoppingCart-Actions input {
        width: 100% !important;
        margin-top: .5em;
    }

    [id*="pnlSignIn"] .FormControlCol {
        width: 100%;
    }

    .FormButton, a.FormButton {
        width: 100%;
    }

    ul.psw-site-info {
        display: inline-block;
    }
}

/*===============================================*/
/*================ MEDIA QUERY ==================*/
/*============= min-width : 768px ===============*/
/*===============================================*/
@media(min-width : 768px) {
    .mobile-only {
        display: none !important;
    }

    .mobileNavMenu {
        display: none;
    }
}

.dnnFormPopupExtended {
    top: 25% !important;
    left: 32% !important;
}