html, body {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height:100%;
}
.fullwidth {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.fullwidth.columns {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom:2em;
}

.section-webstats table.aws_data td table td {vertical-align: bottom !important;}
.section-webstats table.aws_data td table td img {vertical-align: bottom !important;}
.section-webstats table.aws_data td.aws > img {max-height: 7px;}
i.glyphicon {font-size: 11px;}

a:focus { outline:0; }
a,
.pat-structure .pagination > li > a,
.pat-structure .pagination > li > span,
.link-category { color:#007864; }
a:hover,
a:focus,
a:active,
.pat-structure .pagination > li > a:hover,
.pat-structure .pagination > li > span:hover,
.pat-structure .pagination > li > a:focus,
.pat-structure .pagination > li > span:focus,
a.link-category:hover,
a.link-category:focus { color:#00362c; }
.pat-structure .pagination > .active > a,
.pat-structure .pagination > .active > span,
.pat-structure .pagination > .active > a:hover,
.pat-structure .pagination > .active > span:hover,
.pat-structure .pagination > .active > a:focus,
.pat-structure .pagination > .active > span:focus {
    background-color:#007864;
    border-color:#007864;
}
.state-draft,
.state-draft:visited {
    color: #d39105;
}
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
    color: #885e03;
}
.state-pending,
.state-pending:visited {
    color: #a5a912;
}
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
    color: #62640b;
}
.state-private,
.state-private:visited {
    color: #c4183c;
}
.state-private:hover,
.state-private:active,
.state-private:focus {
    color: #801027;
}
.state-internal,
.state-internal:visited {
    color: #d39105;
}
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
    color: #885e03;
}
.state-internally_published,
.state-internally_published:visited {
    color: #7924f9;
}
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
    color: #5405cc;
}
[type="button"],
#portal-anontools li a,
.fc-header .fc-state-default span {
    -moz-user-select: none;
    background-color: #e5e5e5;
    background-image: none;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    white-space: nowrap;
}
.fc-header .fc-state-default span { padding:3px 5px; }
[type="button"]:hover,
[type="button"]:focus,
[type="button"]:active,
.active[type="button"],
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
    background-color: #cccccc;
    border-color: #939393;
    color: #4d4d4d;
}
button:focus, button:active:focus{
  outline:none;
}
.context {
    background-color: #2300da;
    border-color: #16008c;
    color:#fff;
}
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
    background-color: #16008c;
    border-color: #130078;
}
.destructive {
    background-color: #c60021;
    border-color: #9f001b;
    color:#fff;
}
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
    background-color: #9f001b;
    border-color: #640011;
}
.mce-btn button {
    background:transparent;
    border:0;
    color:#333;
}
.mce-btn button:hover {
    background:#ccc;
}
input[type="radio"],
input[type="checkbox"] { margin:2px 4px 0 0; }
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
    border-color: #66bdae;
    box-shadow:0 0 8px #66bdae;
}
input[type="text"],
input[type="password"],
textarea,
select { border-radius:2px; }
textarea {
    height:auto;
    min-width:9em;
}
label {
    margin-bottom:0;
    vertical-align:middle;
}
label .required::after,
.label .required::after {
    color:#c60021;
    content:"•";
    font-size:200%;
    line-height:0;
    margin-left:-3px;
    position:relative;
    top:6px;
}
.required { color:#c60021; }
img {
    height:auto;
    max-width:100%;
}
td img { max-width:auto; }
::selection {
  background: #dfb800; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #dfb800; /* Gecko Browsers */
}
abbr { text-decoration:none; }
code {
    background-color: #ffeef1;
    color: #c60021;
}
form .field { width:auto; }
.formControls {
    background:none;
    box-shadow:none;
    padding:12px 0;
}
.pat-autotoc.autotabs .formControls,
.autotabs .formControls { padding:12px; }
.field.error {
    background-color:#ffeef1;
    box-shadow:0 0 0 5px #ffeef1;
}
.field.error > label,
.field.error div.error { color: #c60021; }
.field.error input,
.field.error textarea,
.field.error select { border-color:#c60021; }
.portalMessage.error {
    background-color:#ff9faf;
    border-color:#ff9faf;
}
.portalMessage.error > strong::before,
.portalMessage.error > dt::before { background-color: #b3001e; }
.portalMessage.info {
    background-color:#adc0e4;
    border-color:#adc0e4;
}
.portalMessage.warning {
    background-color:#ffd878;
    border-color:#ffd878;
}
.portalMessage.info > strong::before,
.portalMessage.info > dt::before { background-color: #33569a; }
.portalMessage.warning > strong::before,
.portalMessage.warning > dt::before { background-color: #c68d00; }

.visualClear { clear:both; }
.width-full { width:100%; }
.width-1\:2 { width:47%; }
.width-3\:4 { width:73.5%; }
.pagewidth {
    box-sizing:border-box;
    margin:auto;
    max-width:1200px;
    padding:0 1%;
}
.pagewidth.slider { padding:0; }
.container,
.plone-toolbar-left-expanded .container,
.plone-toolbar-left-default .container {
    padding:0;
    width:auto;
}


iframe { max-width:100%; }

table.listing tr th,
.listing tbody tr:nth-child(2n+1) th {
    background-color:#DAF1ED;
    color:#007864;
}
table.listing,
table.listing thead tr th,
table.listing tbody tr th,
table.listing tfoot tr th,
table.listing thead tr td,
table.listing tbody tr td,
table.listing tfoot tr td { border-color:#C9DEDB; }
table.listing tbody tr:nth-child(2n) td { background-color:#F5FBFA; }
table.listing tbody tr:nth-child(2n+1) td { background-color:#fff; }
table.invisible {
    border:0;
    visibility:visible;
}
.invisible th,
.invisible td { border:0; }

.collapse { display:none; }
.collapse.in { display:block; }

/**/ /* Header */ /**/
/* to stop quickedit css from borking things */
.fullwidth.header { margin:0; }
.fullwidth.header,
.pagewidth.header {
    background-color:transparent;
    border:0;
    color:inherit;
    text-align:left;
}
#portal-header {
    margin-bottom:0;
    padding:15px 0;
    position:relative;
}
.userrole-anonymous #portal-top { min-height:105px; }
#portal-top {
    min-height:85px;
    overflow:auto;
}
#portal-header .logo-wrapper {
    display:block;
    margin-right:260px;
    max-width:100%;
}
#portal-header #portal-logo { float:none; }
#portal-anontools {
    position:absolute;
    right:5px;
    top:10px;
}
#portal-anontools > ul,
#portal-anontools > ul li,
#portal-anontools > ul li a {
    background:transparent;
    border-width:0;
    color:#007864;
    margin: 0;
    padding: 0;
    text-shadow:none;
}
#portal-searchbox {
    color:#4d4d4d;
    padding-top:0;
    position:absolute;
    right:0;
}
.menu-below #portal-searchbox { top:-70px; }
.menu-above #portal-searchbox { bottom:-85px; }
.menu-below-out-of-content-slider.search-section-show #portal-searchbox { margin-top:2px; }
.menu-below-out-of-content-slider.search-section-hide #portal-searchbox { margin-top:7px; }
.menu-below-out-of-content-slider.search-section-show #portal-searchbox #searchGadget { height:auto; padding:3px 12px; }
.menu-below-out-of-content-slider.search-section-show #portal-searchbox .searchButton { padding:3px 12px; }
.menu-below-out-of-content-slider.search-section-show #portal-searchbox .searchSection { margin-top:1px; }
#portal-searchbox form > div { font-size:0; }
#portal-searchbox form > div > * { font-size:14px; }
#portal-searchbox #searchGadget {
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    display:inline-block;
    width:180px;  
}
#portal-searchbox .searchButton {
    display: inline-block;
    margin-left: -1px;
    vertical-align: top;
    width: 70px;
}
#portal-searchbox label { font-size:0.85em; }
.pat-livesearch .livesearch-results {
    border-color:#66bdae;
    box-shadow:0 0 8px #66bdae;
}
.searchSection {
    color:#4d4d4d;
    margin:2px 0 0 4px;
}
.search-section-hide #portal-searchbox .searchSection { display:none; }

.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li.selected { background-color:#f2f1f1 }

/**/ /* Menu */ /**/
.fullwidth.menu { background-color:#007864; }
.plone-navbar-collapse { padding:0; }
.plone-navbar-nav { margin:0; }

.plone-navbar {
    background-color:transparent;
    box-shadow:none;
    margin:0;
    min-height:0;
}
.plone-navbar-nav > .selected > a,
.plone-navbar-nav > .selected > a:hover,
.plone-navbar-nav > .selected > a:focus,
.plone-nav > li > a:hover,
.plone-nav > li > a:focus { background-color:#66bdae; }
.plone-navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display:none;
    float: right;
    margin: 3px 33px 3px 0;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
}
.plone-navbar-toggle .icon-bar::after { color:#fff; }
.plone-navbar-toggle .icon-bar {
    background-color:#fff;
    border-radius:1px;
    display:inline-block;
    height:0;
    margin-bottom:4px;
    width:10px
}
.plone-navbar-toggle .icon-bar:last-of-type { margin:0; }
.mobile-menu-button-hamburger .plone-navbar-toggle .icon-bar::after { content:''; }
.mobile-menu-button-hamburger .plone-navbar-toggle .icon-bar { display:block; height:4px;width:25px; }

/**/ /* Main Page Area */ /**/

/* viewlet-above-content */
#portal-breadcrumbs {
    background-color:transparent;
    font-size:0.9em;
    margin:0 0 1em;
    padding:0 1em;
}
.plone-breadcrumb ol { padding:0; }
.plone-breadcrumb ol > li { line-height:24px; }
.plone-breadcrumb ol > li { padding:0 12px 0 18px; }
.plone-breadcrumb ol > li:first-child { padding-left:0; }
.plone-breadcrumb ol > li + li::before { border:0; }
.plone-breadcrumb ol > li + li::after {
    border:0;
    color:inherit;
    content:"⟩";
    left:0;
    top:auto;
}

/* Columns */
.pagewidth.columns { padding:1%; }
.columns-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
}
#portal-column-one,
#portal-column-two {
    float:left;
    width:25%;
}
#portal-column-one { margin-right:1.5%; }
#portal-column-two { margin-left:1.5%; }

#portal-column-content { float:left; }
#content-core a { border:0; }
.managePortlets-row { margin:0; }
.commentImage img { height:32px; }
.template-folder_contents #content-core .navbar .glyphicon { line-height:21px; }
.listingBar {
    display:block;
    text-align:center;
}
.listingBar .previous { float:left; }
.listingBar .next { float:right; }
.image-icon, .image-tile { margin-left:1em; }

/* Gallery */
.image-product { max-width:100%; }
.template-album_view #content-core {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photoAlbumEntry { margin:5px 0; }
.photoAlbumEntry a {
    height:150px;
    width:128px;
}
.photoAlbumEntryWrapper { display:block; }

/* ftw.slider */

#slider-wrapper { margin-bottom:1em; }
.fullwidth.slider #slider-wrapper { margin-bottom:0; }
#slider-panes {
    max-width:100%;
    width:auto;
}
.sliderImage { text-align:center; }
.slick-slide img { display:inline-block; }
.sliderText {
    padding:1px;
    text-align:center;
}
.sliderText .documentFirstHeading {
    border: 0;
    font-size: 1.5em;
    padding-bottom: 5px;
}
button.slick-prev,
button.slick-next {
    background-color:#F1F1F1;
    border:1px solid #f1f1f1;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top:-20px;
    padding:5px 12px 7px;
    top:50%;
}
.slick-next { right:1px; }
.slick-prev { left:1px; }
[data-settings*="dots"] button.slick-prev,
[data-settings*="dots"] button.slick-next { margin-top:-31px; }
button.slick-prev:hover,
button.slick-prev:active,
button.slick-prev:focus,
button.slick-next:hover,
button.slick-next:active,
button.slick-next:focus { background-color:#ccc; }

#slider-wrapper ul.slick-dots {
    list-style:none;
    margin:0.5em 0 0;
    padding:0;
    text-align: center;
}
#slider-wrapper ul.slick-dots li {
    background: #000000 none repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0.25em;
    opacity: 0.4;
    width: 8px;
}
#slider-wrapper ul.slick-dots li button {
    border: 0 none;
    font-size: 0;
    padding: 0;
}
#slider-wrapper ul.slick-dots li.slick-active,
#slider-wrapper ul.slick-dots li:hover {
    opacity: 1;
}

/* ftw.calendar */

.fc-header .fc-state-default,
.fc-header .fc-state-default a { border:0; }
.fc-header {
    border:1px solid #ccc;
    border-bottom:0;
}
.fc .fc-header td,
.fc .fc-header table,
.fc-content table {
    border: 0 none;
}
.fc table { border-radius:0; }
.fc-event a { box-sizing:content-box; }


/**/ /* Portlets */ /**/
.portlet,
#portal-footer-wrapper section.portlet section.portletContent { background-color:#fff; }
#portal-footer-wrapper section.portletActions section.portletContent { background-color:transparent; }
#portal-footer-wrapper .portlet .portletContent li { white-space:normal; }
.portlet > *:first-child:last-child,
.portlet > nav:last-child { border-radius: 4px; }
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) { background:none; }
.portlet .portletContent > ul > li a { padding:10px 15px 10px 30px; }
.portletNavigationTree .portletContent > ul > li.navTreeTopNode a::before { content:""; }
.portletNavigationTree .portletContent > ul > li.navTreeTopNode a span::before { display:none; }
.portletNavigationTree nav.portletContent > ul li { border-top:1px solid #e5e5e5; }
.portletNavigationTree nav.portletContent > ul li:hover { background:none; }
.portletNavigationTree nav.portletContent > ul li:first-child { border:0; }
.portletNavigationTree nav.portletContent > ul > li a {
    background:none;
    border:0;
    padding:10px 15px 10px 25px;
}
.portletNavigationTree nav.portletContent > ul ul { 
    border-top:1px solid #e5e5e5;
    padding-left:15px;
}
.portletNavigationTree nav.portletContent > ul ul li,
.portletNavigationTree nav.portletContent > ul ul li:hover { background-color: rgba(237, 235, 235, 0.4); }

#portlet-prefs ul ul,
#portlet-prefs ul ul li { padding:0; }
.portletNavigationTree.portletSiteSetup ul { padding-bottom:10px; }
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a { padding:5px 15px; }
.portlet .portletContent > ul > li a::before,
#portlet-prefs ul ul li a::before,
#portal-sitemap ul li::before,
.portlet .portletContent > ul li:hover a::before {
    color:#99d3c9;
    margin-top:-7px;
}
.portlet .portletContent > ul li a:hover::before,
#portlet-prefs ul ul li a:hover::before,
#portal-sitemap ul li:hover::before{ color:#66bdae; }
.portlet .portletContent > ul .portletItemDetails {
    font-weight:300;
    margin-top:-10px;
}
.portletStaticText .portletContent > ul {
    list-style: inherit;
    padding: 10px 15px 10px 30px;
}

/* Calendar */
.portlet .portletContent .ploneCalendar { background-color:#fff; }
.portlet.portletCalendar .ploneCalendar {
    border-collapse: separate;
    border-radius: 0 0 4px 4px;
    padding:0;
}
.ploneCalendar td {
    border-width:1px;
    padding:8px 4px;
}
.portlet .portletContent table tbody tr:first-child td > *,
.portlet .portletContent table tbody tr:last-child td > * { margin:0; }
.ploneCalendar td.today { border-color:#007864; }
#recordsTable { table-layout:fixed; }

/* Static Portlet */
div.portletStaticText {
    padding:0 5px;
    margin-bottom: 20px;
}

/* Previous Next */
figure.image-product figcaption.discreet span {display:none} /* hide image file size */

/**/ /* Footer */ /**/
.fullwidth.footer { background-color:#555; }
#portal-footer-wrapper {
    background-color:transparent;
    overflow:hidden;
    padding:30px 0;
}
#portal-footer-wrapper .portletWrapper:first-child,
#portal-footer-wrapper .portletWrapper { margin-bottom:1em; }
#portal-footer-wrapper a { color:#00ba98; }
#portal-footer-wrapper a:hover { color:#00E6BC; }
#site-credits { font-size:1em; }
#site-credits a { font-size:0.8em; }
#copyright { color:#888; font-size:0.9em; }
#copyright strong { color:inherit; font-size:1em; }
#portal-footer-wrapper .portlet ul .portletItemDetails { margin-top:0; }
#portal-sitemap ul {
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
}
ul#portal-siteactions { padding:0; }
#portal-sitemap ul li { list-style:none; }
#portal-sitemap ul ul li:before {
    content:"■";
    font-size:1em;
    top:-1px;
}
#portal-sitemap > li > ul {
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
}
#portal-sitemap li a span:last-child { margin-left:2px; }


/**/ /* Popups */ /**/
.plone-modal-dialog, .plone-modal-content { max-width: 100%; }

/**/ /* TinyMCE */ /**/
body#tinymce { padding:10px;}

/**/ /* Edit Bar */ /**/
#edit-zone .plonetoolbar-contenttype a::after { content:""; }
#edit-zone .plonetoolbar-contenttype a#plone-contentmenu-more::after,
#edit-zone .plonetoolbar-contenttype a#plone-contentmenu-settings::after { content:""; }
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-ftw-slider-container::after,
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-form-folder::after { content:""; }
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-ftw-slider-pane::after { content:""; }

/**/ /* Site Setup */ /**/
.crud-form .action { display: inline-block; }

@media only screen and (min-width: 980px) {.sliderText {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #0f628c 76%) repeat scroll 0 0;
background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #0f628c 76%); 
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #0f628c 76%); 
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #0f628c 76%); 
    bottom: 0;
    color: #ffffff;
    display:flex;
    flex-direction:column;
    font-size: 1.5em;
    justify-content:center;
    padding: 0 50px 0 12%;
    position: absolute;
    right: 0;
    text-align:left;
    top: 0;
    width: 33%;}
.slick-slide { position:relative; }
}
#slider-wrapper ul.slick-dots li { float:none; }
.vevent div.cal_date { margin-top:25px; }

@media only screen and (max-width: 900px){
    .columns-container {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #portal-column-content,
    #portal-column-one,
    #portal-column-two { width:100%; }
    #portal-column-two { margin-left:0; }
}
@media only screen and (max-width: 767px){
    #portal-header .logo-wrapper,
    .userrole-anonymous #portal-header .logo-wrapper { margin-right:0; }
    .userrole-anonymous #portal-top { min-height:85px; }
    .plone-navbar-toggle { display:inline-block; }
    #portal-anontools { display:none; }
    body[class*=menu-][class*=search-section-] #portal-searchbox {
        display:inline-block;
        margin-top:3px;
        position:static;
        width:56%;
    }
    body[class*=menu-] #portal-searchbox #searchGadget {
        border-radius:4px;
        height:34px;
        padding:6px 12px;
        width:100%;
    }
    body[class*=menu-] #portal-searchbox .searchButton { padding:6px 12px; position:absolute; }
    #portal-searchbox .searchSection { display:none; }
    .pat-livesearch { min-width:0; }
    .pat-livesearch .livesearch-results { min-width:230px; }
    #portal-globalnav { margin-top:3px; }
}
@media only screen and (max-width: 600px){
    #portal-sitemap > li > ul {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
    }
    #portal-logo img { 
        max-width: 200px;   
        transition: 0.3s ease;
    }
}
@media only screen and (max-width: 400px){
    #portal-sitemap > li > ul {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }
    #portal-logo img { 
        max-width: 125px;   
        transition: 0.3s ease;
    }
    .pagination li.next {
        float: right;
        margin-top: 11px;
        margin-right: 20px;
    }
}

