﻿:root {
    --black: #1f1f1f;
    --darkgrey: #5b5b5b;
    --grey: #999898;
    --lightgrey: #eeeeee;
    --whitegrey: #f1f1f1;
    --white: #ffffff;
    --primary-black: #080a2d;
    --primary-blue: #3f6593;
    --primary-orange: #e63023;
    --warning: #d8411b;
    --darkblue: #0d728c;
    --blue: #44a3bb;
    --green: #89a437;
    --yellow: #ffc600;
    --mint: #32b198;
    --pink: #d12275;
    --purple: #9b2bcf;
    --deepblue: #3e6dda;
    --salmon: #f66b4a;
    --lilac: #ad54f8;
}

.right{float: right;}
.left{float: left;}
.right0{right: 0px;}
.right8{right: 8px;}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mosaic-block .youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 75%;
    background-color: black;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-color: black;
}

.hide{
    display: none;
}

.portal {
    position: relative;
}

.portal h1,
.portal h2,
.portal h3,
.portal h4,
.portal h5,
.portal h6,
.portal p {
    font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.portal h1,
.portal h2,
.portal h3,
.portal h4,
.portal h5,
.portal h6 {
    font-weight: bold;
}

.portal input,
.portal textarea,
.portal button,
.portal select,
.portal div,
.portal a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.portal p {
    margin: 15px 0px 10px 0px;
    line-height: 1.6;
    font-size: 1rem;
    color: #333333;
}

.portal .title {
    font-size: 1.7rem;
    margin: 10px 0 20px 0;
    color: #333333;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #535c68;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 30px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    border: none;
}
.back-to-top:hover {
    cursor:pointer;
    background: black;;
}

.back-to-top i {
    padding-top: 0px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        right: 15px;
        bottom: 15px;
    }
}


body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.portal a {
    color: #0d4e9b;
    text-decoration: none;
    font-size: 1rem;
}
.portal a:hover{
    text-decoration: underline;
}

.portal .container {
    max-width: 1240px;
    margin: 0 auto;
}
.portal .container-small {
    max-width: 840px;
    margin: 0 auto;
    min-height: 500px;
}

.portal .conteudo{
    padding: 0 1rem 2rem 1rem;
}

.portal .container.header {
    min-width: 100%;
    width: 100%;
    background-color: #535c68;
    display: flex;
    justify-content: flex-start;
    color: white;
}

.portal .header {
    border-bottom: 1px solid #d9dde2;
    height: 120px;
}

.portal .header .top-container {
    background: url(../img/grid.png)rgb(30 75 131 / 90%);
    width: 100%;
}

.portal .header .top {
    height: 40px;
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.portal .header .top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portal .header .top ul li {
    display: inline-block;
    color: white;
    padding: 0 15px;
}

/********** HEADER - LOGO **********/

.header .logo {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.header .logo a {
    display: block;
}
.header .logo a img {
    width: 80%;
}
@media screen and (max-width: 1440px){
    .header .logo {
        padding-left: 80px;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-item {
    grid-column: span 1;
}
@media (min-width: 720px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1020px) {
    .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ========================================================= FOOTER ====================================================== */


/*********** FOOTER *************/
/*********** FOOTER-TOP *************/
.container.footer-top{
    min-width: 100%;
    width: 100%;
    background-color: #535c68;
    /* font-family: PT Serif,serif; */
}
.container.footer-top .content{
    max-width: 1240px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem 1rem;
}
.container.footer-top .content > div{
    flex: 1;
    padding: 1rem;
}
.container.footer-top h2{
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 25px 0;
    color: white;
    font-weight: normal;
}
.container.footer-top .morada p{
    margin: 0;
    color: #eee;
    font-size: 12pt;
    line-height: 1.3;
}
.container.footer-top .morada span{
    color: white;
}
.container.footer-top .atendimento h3{
    margin: 30px 0 0 0;
    color: white;
}
.container.footer-top .atendimento p{
    margin: 5px 0;
    color: #eee;
    font-size: 12pt;
}
.container.footer-top .links ul{
    margin-left: 25px;
}
.container.footer-top .links ul li{
    margin: 10px 5px;
    color: #eee;
}
.container.footer-top .links ul li a{
    color: #eee;
    display: inline-block;
    border-bottom: 1px dotted;
}
.container.footer-top .links ul li a:hover{
    text-decoration: none;
    border-bottom: 1px solid;
}

/*********** FOOTER-TOP *************/
.container.footer-middle{
    min-width: 100%;
    width: 100%;
    background-color: #f7f8f9;
}
.container.footer-middle .content{
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 1rem;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.container.footer-middle .content > div{
    flex: 1;
    padding: 1rem;
}
.container.footer-middle img{
    max-height: 50px;
}
/*********** FOOTER-BOTTOM *************/
.container.footer-bottom{
    padding: 1rem;
    text-align: center;
}









.container-center {
    min-height: 500px;
    display: flex;
    justify-content: center;
    width: calc(100% - 380px);
}

.content-center {
    background-color: var(--white);
    width: calc(100% - 400px);
    padding: 20px 40px 40px 20px;
}

.content h1,
.content-center h1,
.my-content h1,
.container-small h1 {
    font-weight: 400;
    margin: 25px 0 20px 0;
    font-size: 2rem;
    text-align: left;
    color: #333333;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-center {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.5;
}

/*********** breadcrumb *************/
.breadcrumb {
     margin: 20px;
}
.breadcrumb a {
    font-size: 0.85rem;
    color: var(--darkgrey);
    text-transform: uppercase;
    display: inline-block;
}

    .breadcrumb a:hover {
        text-decoration: underline;
        color: var(--black);
    }

.breadcrumb span {
    display: inline-block;
    padding: 0 5px;
    color: var(--darkgrey);
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1rem!important;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 0.8rem;
    line-height: 2.29;
    text-align: left;
    color: white!important;
    background-color: #555c67;
    border: solid 1px #555c67;
    padding: 0px 20px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgb(0, 0, 0) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

a.btn:hover{
    text-decoration: none!important;
}

.btn img {
    position: relative;
    top: 3px;
    left: 10px;
    width: 20px;
}

.btn i {
    font-size: 13pt;
    position: relative;
    top: 2px;
    left: 8px;
}

.btn.add i {
    font-size: 13pt;
    position: relative;
    top: 2px;
    left: 1px;
}

.btn.delete i {
    font-size: 10pt;
    position: relative;
    top: 1px;
    left: 1px;
}

.btn.back i {
    font-size: 13pt;
    position: relative;
    top: 1px;
    left: -8px;
}

.btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-position: -100% 100%;
}

.btn-text.icon {
    position: relative;
    top: 1px;
}

.btn-green {
    background-color: #009118;
    border: solid 1px #009118;
}
.btn.btn-green:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #008316;
    border-color: #008316;
    background-position: 0%;
}

.btn-red {
    background-color: #e72626;
    border: solid 1px #e72626;
}
.btn.btn-red:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #bb1a1a;
    border-color: #bb1a1a;
    background-position: 0%;
}

.btn.small{
    padding: 0px 15px;
    font-size: 10pt !important;
}

.ms-asset-icon {
    margin: 0px 5px 0 0;
}


/* Alertas Home */
.alert {
    padding: 10px 15px;
    color: #fefefe;
    position: relative;
    margin: 10px 0;
}
.alert .msg {
    padding: 0 20px 0 40px;
}
.alert .msg a {
    text-decoration: underline;
    color: white;
}
.alert p {
    margin: 5px 0;
    color: white;
    font-size: 10pt;
}
.alert .toggle-alert {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.08) url("../img/alert-icons/alert.png") no-repeat 6px 6px;
}
.info-box {
    background: #2fa9f6 url("../img/alert-icons/info.png") no-repeat 14px 10px;
}
.success-box {
    background: #7EB62E url("../img/alert-icons/success.png") no-repeat 14px 10px;
}
.error-box {
    background: #f64b2f url("../img/alert-icons/error.png") no-repeat 14px 10px;
}
.notice-box {
    background: #ff9800 url("../img/alert-icons/notice.png") no-repeat 14px 10px;
}
.download-box {
    background: #a555ca url("../img/alert-icons/download.png") no-repeat 14px 10px;
}


/* switch */
.autorizacao .text{flex:1}
label.switch { margin-bottom:0px!important; width: 41px;}
.switch {position: relative; display: inline-block !important; width: 40px; height: 23px; margin-right: 5px; }
.switch input {opacity: 0; width: 0; height: 0; }
.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.slider:before {position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; }

input:checked + .slider {background-color: #64905d; }
input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
input:checked + .slider:before {-webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px); }
.slider.round {border-radius: 24px;}
.slider.round:before {border-radius: 50%; }

.slider.disable{background-color:#9fd497;}
.disable:before {-webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px);}

/* searchArea
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.searchArea {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.8);
}
.searchArea-content {
    position: relative;
    top: 20%;
    width: 80%;
    text-align: center;
    margin-top: 30px !important;
    margin: auto;
}
.searchArea .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.searchArea .closebtn:hover {
    color: #ccc;
}
.searchArea input[type=text] {
    padding: 15px 0px 15px 30px;
    font-size: 17px;
    border: none;
    width: calc(100% - 30px);
    background: white;
    position: relative;
    border-radius: 50px;
}
.searchArea input[type=text]:hover {
    background: #f1f1f1;
}
.searchArea .searchSubmit {
    position: absolute;
    right: 5px;
    top: 0px;
    padding: 15px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    min-width: 1rem !important;
}
.searchArea .searchSubmit svg {
    width: 24px;
    height: 24px;
}
.searchArea .searchSubmit:hover svg {
    fill: #3e6dda;
}
@media (max-width: 768px) {
    .searchArea input[type=text] {
        padding: 15px 5%;
        width: 90%;
    }
}

/* Start -- Search results */
.search-form {
    padding: 0 20px 10px 20px;
}

    .search-form > div {
        position: relative;
        padding-bottom: 5px;
    }

    .search-form input[type=text] {
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        width: calc(100% - 44px);
    }

    .search-form a {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 12pt;
    }

.search-result-area {
    width: calc(100% - 300px);
    margin: 0 auto !important;
    padding: 20px 20px 40px 20px
}

.search-results .item {
    padding: 15px 20px;
    border: 1px solid #ffffff;
}

    .search-results .item:hover {
        background-color: #f5f8fd;
        border-radius: 10px;
        border: 1px solid #f7f7f7;
    }

    .search-results .item h3 {
        color: #3f6593;
        margin: 5px 0 5px;
        font-size: 1.2rem;
        font-weight: 400;
        display: inline-block;
        text-align: left;
    }

        .search-results .item h3:hover {
            text-decoration: underline;
        }

    .search-results .item .summary {
        font-size: 0.9rem;
        margin-bottom: 5px;
        color: #3f5b78;
        line-height: 1.5;
    }

        .search-results .item .summary c0 {
            font-weight: bold;
        }

    .search-results .item .path {
        color: #338200;
        padding: 0 0 5px 0;
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .search-results .item .date {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #666;
    }

/* End -- Search results */






/* Progress ---------------------- */
.progress-wrapper {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.progress {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #ffffff;
    opacity: 0.8;
}







.page{
    display: flex;
}
.page-content {
    flex: 1;
}
.page-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
}
.page-image .banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
}

@media (max-width: 768px) {
    .page-image,
    .banner {
        max-height: 150px;
    }
}

/********** sidebar - NAV **********/
.fixed-sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    height: 100%;
    top: 0px !important;
    bottom: auto;
}
@media (max-width: 1024px) {
    .fixed-sidebar {
        display: none;
    }
}

.my-center{
    max-width: 1240px;
    margin: 0 auto;
}

.my-content{
    width: calc(100% - 400px);
    min-height: 500px;
}

@media (max-width: 1600px) {
    .my-content{
        width: calc(100% - 300px);
    }
}
@media (max-width: 1500px) {
    .my-content{
        width: calc(100% - 200px);
    }
}
@media (max-width: 1400px) {
    .my-content{
        width: calc(100% - 100px);
    }
}
@media (max-width: 1300px) {
    .my-content{
        width: 100%;
    }
}





/*********** FILTER YEATS *************/
.filters{
    margin-top: 30px;
}
.filters ul{
    display: flex;
    flex-wrap: wrap;
}
.filters ul li{
    list-style: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
.filters ul li a{
    display: block;
    padding: 15px 25px;
    background-color: #f7f8f9;
    font-weight: 500;
    color: #333;
}
.filters ul li a:hover{
    background-color: #535c68;
    color: white;
    text-decoration: none;
}
.filters ul li a.selected {
    background-color: #77d7a9;
    color: #333;
}

/*********** CONTACTOS *************/
.container.contactos{
    min-width: 100%;
    width: 100%;
}
.container.contactos .content{
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 1rem;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.container.contactos .content > div{
    flex: 1;
    padding: 1rem 0;
}
.container.contactos i{
    font-size: 80pt;
}
.container.contactos .label{
    font-size: 1.5rem;
    padding: 30px 0;
}
.contactos-areas{
    display: flex; 
    gap: 1rem; 
    margin: 0 0 1rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.contactos-areas h3,
.contactos-igai h3{
    font-size: 15pt;
    margin-top: 10px;
}
.contactos-areas > div{
    flex:1; 
    background-color: #77d7a9; 
    padding: 1.5rem;
    min-width: 200px;
}
.contactos-areas > div:first-of-type{
    background-color: #ff6d6d; 
    color: white; 
}
.contactos-areas > div:last-of-type{
    flex:1; 
    background-color: #535c68; 
    color: white; 
}
.contactos-areas .note{
    color: #555;
}
.contactos-areas .note-text{
    margin-top: 10px;
    color: #555;
    font-size: 10pt;
}
.contactos-igai{
    display: block; 
    background-color: #f4f4f4;
    padding: 1.5rem;
}
.contactos-mapa{
    margin: 0 15px;
}

/*********** NEWSLLETER *************/
.home-newsletter{
    text-align: left;
}
.home-newsletter .title{
    font-size: 20pt;
}
.home-newsletter .form{
    display: flex;
}
.home-newsletter .form input[type=text]{
    border: 1px solid #ccc;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}
.home-newsletter .form a{
    height: 36px;
}





/* cookieConsent */
.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #2d71b1;
    text-decoration: none;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}
/* end cookieConsent */

/* Dirigentes */
.dirigentes{
    margin-top: 60px;
}
.dirigente{
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.dirigente:last-of-type{
    border-bottom: none;
}

.dirigente .foto{
    min-width: 200px;
    max-width: 200px;
    padding: 0 40px 0 0;
}
.dirigente .foto img{
    width: 100%;
}

.dirigente .nome{
    font-size: 16pt;
}

.dirigente .curriculum{
    padding: 5px 0;
    color: #555;
}

.dirigente .curriculum p {
    margin: 5px 0;
    color: #555;
}
.dirigente .curriculum a {
    color: #2171d1;
}
.dirigente .curriculum a:hover {
    text-decoration: underline;
}
.dirigente .data{
    display: inline-block;
    margin-top: 10px;
    color: #555;
}
.dirigente .data span{
    font-weight: bold;
}

@media screen and (max-width: 520px) {
    .dirigente{
        flex-wrap: wrap;
        justify-content: center;
    }
    .dirigente .nome{
        margin: 20px 0 10px 0;
    }
    .dirigente .foto{
        padding: 0px;
    }
    .dirigente .descricao{
        width: 100%;
    }
}


/* Newsletter PopUp */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    opacity: 1;
    z-index: 2;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 380px;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        border: 0px !important;
        background: none !important;
        margin: 0px;
        padding-bottom: 5px;
        font-size: 16pt;
    }

    .popup .close {
        position: absolute;
        top: 14px;
        right: 18px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #4f5bf7;
        }

    .popup .conteudo {
        max-height: 30%;
    }

    .popup .descricao {
        margin: 20px 0;
    }

    .popup .g-recaptcha {
        display: flex;
        justify-content: center;
    }

@media screen and (max-width: 500px) {
    .popup {
        width: 70%;
    }
}

.popup a.btn {
    width: 89%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.popup input[type=button], 
.popup input[type=reset], 
.popup input[type=submit], 
.popup button {
    min-width: inherit !important;
}





input.ms-long {
    width: calc(100% - 13px);
}

.edit-mode-panel.news {
    display: table;
    border: 1px solid #F2F2F2;
    background-color: white;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}


.read-more{
    display: flex;
    justify-content: center;
}

ul.links .icon a img {
    transform: rotate(270deg);
    MARGIN-LEFT: 10px;
}

#suiteBarDelta{display:none}
#s4-ribbonrow{display:none}