
/*******************************
         Fonts
*******************************/
@import url("fonts.css");


/*******************************
         General
*******************************/
body .admin-bar {
    margin-top: 20px;
}

html { /*font-size: 6em !important; */}

body {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif !important;
}
a, a:hover {
    color: #000000;
}
a:hover {
    text-decoration: underline;
}
:focus, *:focus,
:active, *:active {
    outline:0;
    noFocusLine: expression(this.onFocus=this.blur());
}
.ui.grid > .column:not(.row).nopadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;/**/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui.basic.table {
    border: 0px;
}

.ui.table tr td {
    border: 0px !important;
    padding: .3em 0em; /*  t r b l */
}
.highlight {
    font-size: 1em;
    color: #c4a26e;
    font-weight: bold;
}
.red {
    color: #f00 !important;
}


@media only screen and (max-width: 767px) {
.nopadding, .ui.stackable.grid > .wide.column.nopadding, .ui.stackable.grid > .column:not(.row).nopadding, .ui.grid > .column:not(.row).nopadding {
        /*padding-top: 0 !important;
        padding-bottom: 0 !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
       
    }
}

/*******************************
         Header
*******************************/
header {
    height: 4em;
    /*  padding: 2.2em 0 4.4em;t r b l */
    padding: 3em 0 3.6em 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    -webkit-transition: background .7s, padding .7s;
    transition: background .7s, padding .7s;
    z-index: 10000;
    /*border-bottom: solid 1px #333;*/


}
header.fixed {
    /*padding: .8em 0 2.2em;*/
    padding: 2em 0 2.2em 0;
    background: #fff !important;
    /*border-bottom: solid 1px #333;*/
    background: #f3f3f3 !important;
    border-bottom: solid 1px #f3f3f3;
}



header h1 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    /*font-size: 3em;*/
    font-size: 2.6em;
    font-weight: normal;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 0em;
    display:inline;
}
header h2 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    /*font-size: 1.2em;*/
    font-size: 1em;
    margin: 1.6em 0 0 1em; /* t r b l */
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    display:inline;
    white-space: nowrap;
   
}
header div a {
    text-decoration: none !important;
}


/*******************************
         NAV
*******************************/
header .ui.text.menu.primary {
    margin: -1.4em 0 0 4em; /* t r b l */
}
header .ui.text.menu.social {
    margin: -1.4em 0 0 0em; /* t r b l */
}
header .ui.text.menu .item  {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    padding: .2em .6em .2em .6em; /* t r b l */
    margin: 0em .5em 0em .5em; /* t r b l */
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    background: #fff;
}
header .ui.text.menu.social .item {
    padding: 0em 0em 0em 0em; /* t r b l */
    margin: 0em 0em 0em .5em; /* t r b l */
}
header .ui.text.menu.social .item:hover {
    color: #ee7eb0;
    background: #fff;
}
header .ui.text.menu .item:nth-child(5), header .ui.text.menu .item:nth-child(6) {
    padding: 0em 0em 0em 0em; /* t r b l */
    margin: 0em 0em 0em .5em; /* t r b l */
}
header .ui.text.menu .item:nth-child(5):hover, header .ui.text.menu .item:nth-child(6):hover {
    color: #ee7eb0;
    background: #fff;
}
header .ui.text.menu .item.toc {
    display: none;
}
header .ui.text.menu a.item:hover {
    color: #fff;
    background: #ee7eb0;
    transition: color 0.20s;
    transition: background-color 0.20s;
}
header .ui.text.menu a.item.active {
    color: #fff;
    background: #ee7eb0;
    border-radius: 0;
}
header .ui.text.menu  a.item.active:hover {
    color: #fff;
    background: #ee7eb0;
    border-radius: 0;
}


@media only screen and (max-width: 768px) {
    header .ui.text.menu {
        margin: 0em 0 0 0;
    }
    header .ui.text.menu .item {
        display: none !important;
    }
    header .ui.text.menu .item.toc {
        display: block !important;
    }
    header {
        padding: 1.7em 0 0;/*  t r b l */
        height: 58px;
        /*background: #0f0 !important;*/
    }
    header.fixed {
        padding: 1.7em 0 0;/*  t r b l */
        height: 88px;
        
    }
    .logo a {
        background-size: 320px 21px;
    }
    header h1 {
        font-size: 2.8em;
        margin: 0.2em 0 0 0 !important;
        text-align: left;
        display: block;
    }
    header h2 {
        font-size: 1em;
        margin: 0.7em 0 0 0;
        text-align: left;
        display: block;
    }
    header i.icon {
        /*line-height: 0em !important;*/
    }

    

}
/*******************************
         Sticky
*******************************/
.ui.rail {
    /*padding-top: 200px;*/
}
.sticky {
    /*background: #eee !important;
    width: 200px !important;*/
    width: 100px !important;
    height: 100px !important;
    z-index: 10000 !important;
 }
.sticky.ui.text.menu {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);/**/
}
.sticky.ui.text.menu a.item {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1em;
     /*padding: .78571429em .92857143em; t r b l */
    padding: 0 0 0 1em;
    margin: 0em 0 0 0;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    white-space: nowrap;
}
.sticky.ui.text.menu a.item:hover {
    color: #ee7eb0;
    background: transparent;
    transition: color 0.10s;
}
.sticky.ui.text.menu a.item.active {
    color: #c4a26e !important;
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 768px) and (orientation : portrait) {
    .ui.rail .sticky {
        /*display: none!important;*/
        visibility: hidden;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     .sticky.ui.text.menu a.item {
        padding-bottom: 50px;
        font-size: .9em;
        visibility: hidden;
    }
}


/*******************************
         Sidebar
*******************************/
body.pushable {
    background: transparent !important;
}
.sidebar .menu.container {
    margin: 2em 0 1em 0 !important;
}
.sidebar.menu .item {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.2em !important;
    padding: 1em 1em !important;
    text-transform: uppercase;
    color: rgba(0,0,0,1) !important;
}
.sidebar .column {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    padding: 2em 1em !important;
    color: rgba(0,0,0,1) !important;
}
.sidebar.menu  a.item:hover {
    color: #ee7eb0 !important;
    background: transparent !important;
    transition: color 0.10s !important;
}
.sidebar.menu  a.active.item {
    background: transparent !important;
    color: #ee7eb0  !important;
    font-weight: bold;
}
.sidebar .ui.menu.fluid {
    margin: 0 auto;
    width: 50% !important;
    background: #fff !important;
}
.sidebar .column {
    padding: 1em 0 3em 0 !important;
    background: #fff !important;
}
.sidebar.icon {
    margin-left: -1.8em !important;
 }


/*******************************
         Footer
*******************************/

footer {
    /*margin-top: 5em !important;*/
    min-height: 19.286em;/**/
    z-index: 9999 !important;
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
}
footer .row:nth-child(1) {
    background: #f3f3f3;
}
footer .row:nth-child(2) {
    background: #000;
    color: #fff !important;
    padding: 2em 0 4em 0 !important; /*t r b l */
}
footer .ui.small.header {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: .1em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: inherit;
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
}
footer p {
    font-size: 1em;
    line-height: 1.6em;
    
}
footer .rufina {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.6em;
}
footer .menu {
    min-height: 1em !important;
}
footer .menu .item {
    padding: 0em 0em !important;
    color: rgba(255,255,255,1) !important;
}
footer i.circular.icon {
    box-shadow: 0 0 0 .1em rgba(255,255,255,1) inset;
}
footer i.circular.icon:hover {
    color: #c4a26e !important;
    background: transparent !important;
    transition: all 0.10s !important;
    box-shadow: 0 0 0 .1em #c4a26e inset;
}

/*******************************
         Headers
*******************************/
.elm .ui.button {
    font-family: "DIN","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(0,0,0,1);
    background: none !important;
    position:relative;
    display: inline-block;
    -webkit-transition:0.3s;
}
.elm .ui.button:before, .ui.button:after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.3s;
}
.elm .ui.button:before {
    border-bottom: 1px solid #c4a26e;
    border-left: 0;
    -webkit-transform-origin: 0% 100%;
}

.elm .ui.button:after {
    border-top: 0;
    border-right: 0;
    -webkit-transform-origin: 50% 50%;
}
.elm .ui.button:hover, .elm .ui.button:hover a {
    color: #c4a26e;
    background: transparent;
    transition: color 0.10s;
}

.elm .ui.button:hover::after, .ui.button:hover::before {
  -webkit-transform: scale(1);
}

/*******************************
         Home
*******************************/
.home .sticky-1,
.home .sticky-2,
.home .sticky-3,
.home .sticky-4,
footer {
    position: inherit;
    /*z-index: 9999;*/
    display: block;
}
.home .sticky {
     margin-top: 560px !important;/**/
}
.flappie   {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
    cursor: pointer;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing: grayscale;
} 
.flappie p  {
    line-height: 1.3em;
    
}  



/* elm-1 */

.home .elm-1 {
    /*background-color: #f3f3f3;*/
    /*margin-top: 106px;*/
    margin-top: 126px;
}
.home .elm-1 .flappie {
    background-color: #c4a26e;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    padding: 1.7em 1em 2em 1em !important; /* t r b l */
    text-transform: uppercase;
}
.home .elm-1 .elm-1-1 {
    margin-top: 0px;
}
.home .elm-1 .elm-1-1 .placeholder {
    background-image: linear-gradient(to right,rgba(238, 126, 176,.5) 0,rgba(238, 126, 176,1) 15%,rgba(238, 126, 176,.5) 30%);
}
.home .elm-1 .elm-1-1 div {
    background-color: #ee7eb0;
    z-index: 9999;
}
.home .elm-1 .elm-1-2 div {
    background-color: #f0d5c4;
}
.home .elm-1 .elm-1-3 div {
    background-color: #93b9c6;
    margin-top: -3em;
}
.home .elm-1 .elm-1-3 div.image.big {
    width: 480px;
}
.home .elm-1 .elm-1-4 div {
    background-color: #c5eaf0;
}
.home .collage div img.sequenced {
    /*border: 1px #000 solid;*/
    visibility: hidden;
    opacity: 1;
}
.home .collage {
    /*border: 1px #000 solid;*/
    visibility: hidden;
}
.home .elm-1 .elm-1-2 {
    margin-top: 0px;
}
.home .elm-1 .elm-1-3 {
    margin-top: 0px; 

}
.home .elm-1 .elm-1-4 {
    margin-top: 0px;
}
.home .elm-1 .logo {
    position: absolute; 
    top: 2em;
    left: 62%;
    width: 240px; 
    height: 240px; 
    margin: 0 auto;
    z-index: 99999;
}
@media only screen and (max-width: 768px) {
    .home .elm-1 {
        margin-top: 80px;
    }
    .home .collage {
        margin-left: 0em !important;
        margin-right: 0em !important;
    }
    .home .elm-1 .logo {
        position: absolute; 
        top: 2em;
        left: 62%;
        width: 120px; 
        height: 120px; 
        margin: 0 auto;
    }
    
}


/* elm-2 */
.home .elm-2 {
    position: absolute; 
    width: 100%;
    top: 27em;
    z-index: 9999;
}
.home .elm-2 .flappie {
    text-align: center !important;
}
.home .elm-2 .flappie p {
    background-color: #000;
    display: inline;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
}



@media only screen and (max-width: 768px) {
    .home .elm-2 {
        top: 15em !important;
    }
    .home .elm-2 .flappie p {
        font-size: 1.1em;
        line-height: 1.4em;
    }
}

/* elm-3 */
.home .elm-3 {
    position: inherit;
    z-index: 9999;
    margin-bottom: 4em;
}
.home .elm-3 .txt {
    background-color: #fff;
    font-size: 1.1em;
    text-align: left;
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    

}
.home .elm-3 .txt .header h2 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 1em 0 1em 0 !important;
}
.home .elm-3 .txt b, .home .elm-3 .txt strong {
    color: #ee7eb0;
    font-weight: normal;
    
}

@media only screen and (max-width: 768px) {
    .home .elm-3 {
        margin-top: 2em;
        margin-bottom: 2em;
        
    }
}

/* elm-4 */
.home .elm-4 {
    margin-top: 14em;
    background-color: #f3f3f3;
}

.home .elm-4 .flappie {
    position: inherit;
    z-index: 9999;
    background-color: #ee7eb0;
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    margin:  2em 0 2.2em 0 !important;  /* t r b l */
    padding:  .1em .1em !important;  /* t r b l */
    xborder-top: 8px solid #f3f3f3 !important;
    xborder-bottom: 24px solid #f3f3f3 !important;
    text-align: center !important;
}
@media only screen and (max-width: 768px) {
    .home .elm-4 {
        margin-top: 5em;
    }
}
/* elm-5 */
.home .elm-5 {
    /*margin-top: 7em;*/
    position: inherit;
    z-index: 9999;
    background-color: #f3f3f3;
    padding-bottom: 4em;
}
.home .elm-5 .header h2 {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.6em !important;
    font-weight: normal;
    margin: .3em 0 0em 0 !important; /* t r b l */
    line-height: 1.2em !important;
}
.home .elm-5 .txt a {
    color: #ee7eb0;
    /*font-weight: bold;*/
}
@media only screen and (max-width: 768px) {
    .home .elm-5 {
        margin-top: 4em;
    }
    
}
/* elm-6 */
.home .elm-6 {
    margin-top: 14em;
    background-color: #f3f3f3;
}

.home .elm-6 .flappie {
    position: inherit;
    z-index: 9999;
    background-color: #ee7eb0;
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    margin:  2em 0 2.2em 0 !important;  /* t r b l */
    padding:  .1em .1em !important;  /* t r b l */
    xborder-top: 8px solid #f3f3f3 !important;
    xborder-bottom: 24px solid #f3f3f3 !important;
    text-align: center !important;
}
@media only screen and (max-width: 768px) {
    .home .elm-6 {
        margin-top: 5em;
    }
}
/* elm-7 */
.home .elm-7 {
    /*margin-top: 7em;*/
    position: inherit;
    z-index: 9999;
    background-color: #f3f3f3;
    padding-bottom: 4em;
}
.home .elm-7 .txt {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    background-color: #f0d5c4;
    font-size: 1.1em;
    text-align: left;
    padding: 2em 2em 3em 2em;
    margin:  2em 0em 0 0 !important;  /* t r b l */
    line-height: 1.4em;
}

.home .elm-7 .txt .header h2 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0em 0 1em 0 !important;
}

.home .elm-7-1 {
    margin-top: 2em;
    margin-left: -4em;
}
.home .elm-7-3 {
    margin-top: 2em
}
.home .elm-7-4 {
    margin-top: -3em
}
@media only screen and (max-width: 768px) {
    .home .elm-7 img {
        padding-left: 1em !important;
        padding-right: 1em !important;
        margin-top: 0em !important;
        margin-bottom: 1em !important;
    }
    
}



/* elm-8 */
.home .elm-8 {
    position: inherit;
    z-index: 9999;
    margin-top: 14em;
    background-color: #fff;
    margin-bottom: 14em; /* WHEN NO NEWS */
}
.home .elm-8 .txt {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    display: table;
    height: 200px;

}
.home .elm-8 .txt span {
    display: table-cell;
    vertical-align: middle;
}
.home .elm-8 .txt span p {
    display: inline;
}
@media only screen and (max-width: 768px) {
    .home .elm-8 .image {
        margin-left: 15%;
    }
    
}

/* elm-9 */
.home .elm-9 {
    margin-top: 4em;
    background-color: #fff;
}

.home .elm-9 .flappie {
    position: inherit;
    z-index: 9999;
    background-color: #ee7eb0;
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    margin:  2em 0 2.2em 0 !important;  /* t r b l */
    padding:  .1em .1em !important;  /* t r b l */
    xborder-top: 8px solid #f3f3f3 !important;
    xborder-bottom: 24px solid #f3f3f3 !important;
    text-align: center !important;
}
/* elm-10 News */
.home .elm-10 {
    /*margin-top: 7em;*/
    position: inherit;
    z-index: 9999;
    background-color: #fff;
    margin-bottom: 14em;
}
.home .elm-10 .txt {
    position: inherit;
    z-index: 9999;
    font-size: 1.1em;
    text-align: left;
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    background-color: #c5eaf0;
    padding: 1em 2em 2em 2em;  /* t r b l */
    line-height: 1.4em;
}
.home .elm-10 .header h2 {
    font-family: "DIN-reg","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0em 0 .2em 0 !important; /* t r b l */
    line-height: 1.2em;
}
.home .elm-10 .date {
    margin: 0em 0 .4em 0 !important; /* t r b l */
    font-style: italic;
}

.home .elm-10 .segment {
    padding:  1em 3em 4em 3em;  /* t r b l */
}
.home .elm-10 .segment .txt {
    margin:  -3em -3em 0 3em;  /* t r b l */
}
.home .elm-10 .segment .txt.noimage {
    margin-top: 0em !important;
}
.home .elm-10 .segment .txt a {
    text-decoration: underline;
}
.home .elm-10 .divided .column {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 768px) {
    .home .elm-10 .segment {
        padding:  0em 1em 0em 1em;  /* t r b l */
    }   
    .home .elm-10 .segment .txt {
        margin:  0em 0em 0 0em;  /* t r b l */
    }
    
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
   
    
}
@media only screen and (max-width: 768px) and (orientation : portrait) {
    
}



/*******************************
         Project Forms
*******************************/
.form-project {
    margin-top: .5em;
    xmargin-bottom: 10em;
    background: #fff;
}
.form-project .flappie {
    text-align: center !important;
    padding:  .6em .6em !important;  /* t r b l */
}
.form-project .form {
    margin-top: 26px;
    
}
.form-project .ui.button {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
    color: #fff !important;
    background: #000 !important;
    padding: .3em .5em;
    border-radius: 0;
    width: 100%;
    
}
.form-project .ui.button i.icon {
    font-size: 1em;
    font-weight: normal !important;
    color: #fff;
    opacity: 1;
    height: 1em;
}


/*******************************
         Form
*******************************/

.ui.form .field.error input[type="text"], .ui.form .field.error textarea {
    background: #fff !important;
    border-color: rgba(191, 191, 191, 0.87) !important;
    color: rgba(191, 191, 191, 0.87) !important;
    
}
.ui.form .error ::placeholder {
    color: rgba(191, 191, 191, 0.87) !important;
}
.ui.error.message {
    background-color: #fff;
    color: #f00;
    box-shadow: 0px 0px 0px 0px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.ui.success.message {
    background-color: #fff !important;
    color: #f00;
    box-shadow: 0px 0px 0px 0px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/*******************************
         Cookie EU Banner
*******************************/
#cookies-eu-banner{
    position: fixed;
    bottom: 0px;
    padding: 1em 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    border-top: 1px solid #000;
    z-index: 9999999;
    text-align: center; font-size: 1.2em;
}
#cookies-eu-banner a{ color: #000; }
#cookies-eu-banner a:hover{ text-decoration: underline;}

#cookies-eu-banner #cookies-eu-reject{ font-size: 0.9em; color: #000; border: 1px solid #000; border-radius: none; background-color: white; margin-left: 2em; }
#cookies-eu-banner #cookies-eu-accept{ font-size: 0.9em; color: #000; border: 1px solid #000; border-radius: none; background-color: white; }

#cookies-eu-banner #cookies-eu-reject:hover,
#cookies-eu-banner #cookies-eu-accept:hover{ background-color: #000; color: white; cursor: pointer;}

@media only screen and (max-width: 768px) and (orientation : portrait) {
    #cookies-eu-banner span:nth-of-type(1) {display: block; margin-bottom: 12px !important}
    #cookies-eu-banner span:nth-of-type(2) {display: block;}
}
/*******************************
         Pivacy Statement
*******************************/
.privacy-statement .nopadding {
    
}
.privacy-statement .txt {
    font-size: 1.1em;
}
.privacy-statement .txt h1 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin:  1em 0 1em 0 !important;  /* t r b l */
}
.privacy-statement .txt h2 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin:  2em 0 .5em 0 !important;  /* t r b l */
}

.privacy-statement .txt h3 {
    font-family: "Rufina","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin:  1em 0 1em 0 !important;  /* t r b l */
    font-style: italic;
}