@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}        


/*
.fp-tableCell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
*/

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Roboto', arial, sans-serif;
    color: rgba(69, 53, 54, 1);
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 400;
    background-color: rgba(252, 248, 240, 1);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;  
    opacity: 0;
}

body.c7n-landscape {
    font-size: 0.75em;
}

body.c7n-light {
    /*background-color: #ffffff; */
}

body.c7n-dark {
    color: #ffffff;
    background-color: #453536; 
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(222, 124, 0, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255,0.5);
    border-bottom: 1px solid rgba(255, 255, 255,0.5);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    border: 0;
    padding: 0px 30px;
    text-transform: uppercase;
    line-height: 30px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0);
}

#cookie-note button:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(222, 124, 0, 1);
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(222, 124, 0, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 0;
    display: none;
}

::-moz-selection { background : rgba(222, 124, 0, 1); text-shadow : none; color : #ffffff; }

::selection { background : rgba(222, 124, 0, 1); text-shadow : none; color : #ffffff; }


#preview-content {
    height: auto;
    min-height: 100%;
    display: flex;
}

#c7n-open-mobile-navigation {
    position: fixed;
    bottom: 30px;
    left: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    background-color: rgba(255,255,255,0.85);
    border-radius: 50%;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
}

#c7n-open-mobile-navigation svg {
    width: 50%;
    height: auto;
}

#c7n-open-mobile-navigation svg:last-child,
#c7n-open-mobile-navigation.c7n-open svg:first-child {
    display: none;
}

#c7n-open-mobile-navigation svg:first-child,
#c7n-open-mobile-navigation.c7n-open svg:last-child {
    display: block;
}

#c7n-open-mobile-navigation path {
    fill: #de7c00;
}

#c7n-open-mobile-navigation .cls-4,
#c7n-open-mobile-navigation line {
    fill: none;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #de7c00;
}


.c7n-dark #c7n-open-mobile-navigation,
.c7n-light #c7n-open-mobile-navigation {
    background-color: rgba(252, 248, 240, 0.85)
}
   
#c7n-container,
#c7n-content {
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

#c7n-container {
    padding-left: 30px;
}

#c7n-container > .row {
    height: 100%;
}

#c7n-container aside {
    height: 100%;
    display:  flex;
    position: fixed;
    top: 0;
    left: -101%;
    width: 100%;
    z-index: 997;
    background: #ffffff;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;  

    visibility: hidden;
}

#c7n-container aside.c7n-open {
    left: 0;
    visibility: visible;
}

#c7n-container aside .c7n-fixed {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: auto;
    overflow: auto;
}

#c7n-container aside header{
    width: 100%;
    padding-top:30px;
    padding-bottom:30px;
    flex-grow: 0;
}

#c7n-container #c7n-content header {
    width: 100%;
    padding-top:30px;
    flex-grow: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#c7n-container aside header svg,
#c7n-container #c7n-content header svg{
    width: 60px;
    height: 60px;
}

#c7n-container aside header .cls-1,
#c7n-container #c7n-content header  .cls-1{
    fill: #DE7C00;
}


#c7n-container aside nav {
    width: 100%;
    flex-grow: 2;
}

#c7n-container aside #c7n-main-navigation ul{
    padding: 0;
    margin: 0;
}

#c7n-container aside #c7n-main-navigation a {
    color: #DE7C00;
    text-transform: uppercase;
    text-decoration: none;
}

#c7n-container aside #c7n-main-navigation .c7n-level-1 {
    padding: 20px 0 0 15px;
    line-height: 1em;
    font-weight: 500;
}

#c7n-container aside #c7n-main-navigation .c7n-level-1:first-child {
    padding-top: 10px;
}

#c7n-container aside #c7n-main-navigation .c7n-level-2 {
    padding: 10px 0 0 35px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
}


#c7n-container aside #c7n-main-navigation .c7n-level-2.hidden,
#c7n-container aside #c7n-main-navigation .c7n-level-2.c7n-hidden {
    display: none;
}

#c7n-container aside #c7n-main-navigation a:hover,
#c7n-container aside #c7n-main-navigation a.active {
    color: #453536;
    text-decoration: none;
}

.c7n-dark #c7n-container aside #c7n-main-navigation a:hover,
.c7n-dark #c7n-container aside #c7n-main-navigation a.active {
    color: #ffffff;
}

#c7n-container aside footer,
#c7n-content footer {
    padding-top:90px;
    padding-bottom:30px;
    flex-grow: 0;
    line-height: 1em;
    font-size: 0.6em;
    text-align: right;
    width: 100%;
}

#c7n-content footer .footer-flyer {
    padding-right: 0px;
}

#c7n-container aside footer svg{
    margin-left: 30px;
    margin-right: 0px;
    max-width: 127px;
    margin-top: 15px;
    margin-top: 30px;
}

#c7n-container aside footer {
    padding-top: 30px;
}

.c7n-dark  #c7n-container aside footer .cls-1{
    fill: #ffffff;
}

#c7n-content {
    z-index: 1;
    position: relative;
    min-height: 100vh;
}

#c7n-content #c7n-text {
    flex-grow: 2;
    display: flex;
    padding-top: 120px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#c7n-content.c7n-home #c7n-text {
    padding-top: 0px;
    justify-content: flex-end;
    align-items: center;
}

#c7n-navtree {
    font-size: 0.75em;
    color: #453536;
    padding-bottom: 10px;
    font-weight: 500;
}

#c7n-navtree a {
    text-decoration: none !important;
    color: #453536 !important;
}

.c7n-home .c7n-page {
    width: 100%;
    min-height: 100vh;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
}

.c7n-home .c7n-page.c7n-active {
  /*  border: 10px solid #ff0000;*/
}

.c7n-home .c7n-page .c7n-page-down {
    width: 30px;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: -60px;
    z-index: 2;
    content: "";
    display: none;
    cursor: pointer;
}

.c7n-home .c7n-page .c7n-page-down svg{
    width: 100%;
    height: auto;
}

.c7n-home .c7n-page .c7n-page-down line{
    stroke: #453536;
    stroke-linecap: round;
}

.c7n-home .c7n-page .c7n-page-down:hover line, 
.c7n-home .c7n-page.c7n-dark .c7n-page-down line{
    stroke: #DE7C00;
}

.c7n-home .c7n-page.c7n-dark .c7n-page-down:hover line{
    stroke: #ffffff;
}

#c7n-text .section:last-child .c7n-page-down{
    display: none;
}

.c7n-home .c7n-page:before {
    width: 200vw;
    height: 100vh;
    content: "";
    z-index: -1;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(252, 248, 240, 1);
}

.c7n-home .c7n-page.c7n-dark{
    /*background-color: #453536;*/
    color: #ffffff;
}

.c7n-home .c7n-page.c7n-dark:before {
    background-color: #453536;
    color: #ffffff;
}

/*.c7n-home .c7n-page.c7n-light,*/
.c7n-home .c7n-page.c7n-light:before {
    background-color: #ffffff;
}

.c7n-home .c7n-page footer {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 2;
    padding-top: 0 !important;
}

.c7n-content-tpl-1,     
.c7n-content-tpl-2,     
.c7n-content-tpl-3,    
.c7n-content-tpl-4,    
.c7n-content-tpl-5 {     
    padding-bottom: 30px;
}

.c7n-content-tpl-1 {     
    border: 0px solid #ff0000;
}

.c7n-content-tpl-2{     
    border: 0px solid #00ff00;
}
  
.c7n-content-tpl-3 {     
    border: 0px solid #0f0f0f;
}
  
.c7n-content-tpl-4 {     
    border: 0px solid #0f0f0f;
}
  
.c7n-content-tpl-5 {     
    border: 0px solid #f0f0f0;
}

/*.c7n-home .c7n-content-tpl-1,     
.c7n-home .c7n-content-tpl-2,     
.c7n-home .c7n-content-tpl-3,    
.c7n-home .c7n-content-tpl-4,    
.c7n-home .c7n-content-tpl-5,*/
.c7n-home .col-4.c7n-content-tpl-3,
.c7n-home .col-xl-8.c7n-content-tpl-2,
.c7n-home .col-4.c7n-content-tpl-3 {     
    padding-bottom: 0px;
}

.col-4.c7n-content-tpl-3,
.col-xl-8.c7n-content-tpl-2,
.col-4.c7n-content-tpl-3 {     
    padding-right: 0;
}


.col-4.c7n-content-tpl-3 > img,
.col-xl-8.c7n-content-tpl-2 > img {     
    width: 100%;
    height: 50vh;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c7n-home .col-4.c7n-content-tpl-3 > img,
.c7n-home .col-xl-8.c7n-content-tpl-2 > img {     
    height: 100vh;
}

.c7n-content-tpl-5 {     
    padding-right: 0 ;
}

.c7n-content-tpl-5 > img {     
    width: 100%;
    height: 30vh;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    padding-bottom: 15px;
}

/*.c7n-content-tpl-5 > h1,    
.c7n-content-tpl-5 > h2,    
.c7n-content-tpl-5 > h3,  */  
.c7n-content-tpl-5 > p {    
    padding-right: 15px;
}

.c7n-content-tpl-4 > img {     
    width: 70%;
    height: 40vh;
    display: flex;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    align-self: flex-start;
    margin-left: calc(30% + 15px);
    padding-top: 15px;
}

.c7n-inspiration {
    padding-bottom: 30px;
}

.c7n-inspiration figure {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.c7n-inspiration figure img{
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: none;    
    width: 100%;  
    clear: both;                      
}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
    color: rgba(69, 53, 54, 1);
    text-decoration: none;
    font-weight: 500;
    line-height: initial;
}

.c7n-dark h1, .c7n-dark h2, .c7n-dark h3, .c7n-dark h4 {
    color: rgba(255, 255, 255, 1);
}

h1,
.c7n-home .c7n-content-tpl-3 > h1,
.c7n-home .c7n-content-tpl-2 > h1 {
    font-size: 3em; 
    font-size: 1.9em; 
}

h2:after,
h3:after,
h1:after { 
     content: "";
     white-space: pre; 
     height: 15px;
     display: block;
}


h1 {
    font-family: Roboto Slab, serif;
    color: rgba(69, 53, 54, 1);
    display: inline;
    text-shadow: #fcf8f0 3px 0 0, #fcf8f0 3.87565px .98962px 0, #fcf8f0 3.51033px 1.9177px 0, #fcf8f0 2.92676px 2.72656px 0, #fcf8f0 2.16121px 3.36588px 0, #fcf8f0 1.26129px 3.79594px 0, #fcf8f0 .28295px 3.98998px 0, #fcf8f0 -.71298px 3.93594px 0, #fcf8f0 -1.66459px 3.63719px 0, #fcf8f0 -2.51269px 3.11229px 0, #fcf8f0 -3.20457px 2.39389px 0, #fcf8f0 -3.69721px 1.52664px 0, #fcf8f0 -3.95997px .56448px 0, #fcf8f0 -3.97652px -.43278px 0, #fcf8f0 -3.74583px -1.40313px 0, #fcf8f0 -3.28224px -2.28625px 0, #fcf8f0 -2.61457px -3.02721px 0, #fcf8f0 -1.78435px -3.57996px 0, #fcf8f0 -.84318px -3.91012px 0, #fcf8f0 .15041px -3.99717px 0, #fcf8f0 1.13465px -3.8357px 0, #fcf8f0 2.04834px -3.43574px 0, #fcf8f0 2.83468px -2.82216px 0, #fcf8f0 3.44477px -2.03312px 0, #fcf8f0 3.84068px -1.11766px 0, #fcf8f0 3.9978px -.13272px 0;
    transition: background-size 2s;
    background-size: 100% 2px;
    background-image: linear-gradient(90deg, rgba(69, 53, 54, 1) 50%, rgba(69, 53, 54, 1) 0);
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition-delay: .5s;
    text-decoration: none;
}

.section:first-child .c7n-page h1 {
    background-size: 0 2px;
}

.c7n-light h1 {
    text-shadow: #fff 3px 0 0, #fff 3.87565px .98962px 0, #fff 3.51033px 1.9177px 0, #fff 2.92676px 2.72656px 0, #fff 2.16121px 3.36588px 0, #fff 1.26129px 3.79594px 0, #fff .28295px 3.98998px 0, #fff -.71298px 3.93594px 0, #fff -1.66459px 3.63719px 0, #fff -2.51269px 3.11229px 0, #fff -3.20457px 2.39389px 0, #fff -3.69721px 1.52664px 0, #fff -3.95997px .56448px 0, #fff -3.97652px -.43278px 0, #fff -3.74583px -1.40313px 0, #fff -3.28224px -2.28625px 0, #fff -2.61457px -3.02721px 0, #fff -1.78435px -3.57996px 0, #fff -.84318px -3.91012px 0, #fff .15041px -3.99717px 0, #fff 1.13465px -3.8357px 0, #fff 2.04834px -3.43574px 0, #fff 2.83468px -2.82216px 0, #fff 3.44477px -2.03312px 0, #fff 3.84068px -1.11766px 0, #fff 3.9978px -.13272px 0;
}

.c7n-dark h1 {
    background-image: linear-gradient(90deg, #ffffff 50%, #ffffff 0);
    text-shadow: #453537 3px 0 0, #453537 3.87565px .98962px 0, #453537 3.51033px 1.9177px 0, #453537 2.92676px 2.72656px 0, #453537 2.16121px 3.36588px 0, #453537 1.26129px 3.79594px 0, #453537 .28295px 3.98998px 0, #453537 -.71298px 3.93594px 0, #453537 -1.66459px 3.63719px 0, #453537 -2.51269px 3.11229px 0, #453537 -3.20457px 2.39389px 0, #453537 -3.69721px 1.52664px 0, #453537 -3.95997px .56448px 0, #453537 -3.97652px -.43278px 0, #453537 -3.74583px -1.40313px 0, #453537 -3.28224px -2.28625px 0, #453537 -2.61457px -3.02721px 0, #453537 -1.78435px -3.57996px 0, #453537 -.84318px -3.91012px 0, #453537 .15041px -3.99717px 0, #453537 1.13465px -3.8357px 0, #453537 2.04834px -3.43574px 0, #453537 2.83468px -2.82216px 0, #453537 3.44477px -2.03312px 0, #453537 3.84068px -1.11766px 0, #453537 3.9978px -.13272px 0;
}

.section:first-child .c7n-page h1.animate {
    background-size: 100% 2px
}

.c7n-home h1 {
    font-size: 4em; 
    font-size: 2.5em; 
}

h2 {
    font-size: 1.3em; 
    width: fit-content;
}

h2 {
    text-shadow: #fcf8f0 3px 0 0, #fcf8f0 3.87565px .98962px 0, #fcf8f0 3.51033px 1.9177px 0, #fcf8f0 2.92676px 2.72656px 0, #fcf8f0 2.16121px 3.36588px 0, #fcf8f0 1.26129px 3.79594px 0, #fcf8f0 .28295px 3.98998px 0, #fcf8f0 -.71298px 3.93594px 0, #fcf8f0 -1.66459px 3.63719px 0, #fcf8f0 -2.51269px 3.11229px 0, #fcf8f0 -3.20457px 2.39389px 0, #fcf8f0 -3.69721px 1.52664px 0, #fcf8f0 -3.95997px .56448px 0, #fcf8f0 -3.97652px -.43278px 0, #fcf8f0 -3.74583px -1.40313px 0, #fcf8f0 -3.28224px -2.28625px 0, #fcf8f0 -2.61457px -3.02721px 0, #fcf8f0 -1.78435px -3.57996px 0, #fcf8f0 -.84318px -3.91012px 0, #fcf8f0 .15041px -3.99717px 0, #fcf8f0 1.13465px -3.8357px 0, #fcf8f0 2.04834px -3.43574px 0, #fcf8f0 2.83468px -2.82216px 0, #fcf8f0 3.44477px -2.03312px 0, #fcf8f0 3.84068px -1.11766px 0, #fcf8f0 3.9978px -.13272px 0;
    background-size: 100% 2px;
    background-image: linear-gradient(90deg, rgba(69, 53, 54, 1) 50%, rgba(69, 53, 54, 1) 0);
    background-position: 0 1.3em; 
    background-repeat: no-repeat;
    display: inline;
    position: relative;
}

h2.c7n-has-link {
    background-image: none;
    text-shadow: #fcf8f0 3px 0 0, #fcf8f0 3.87565px .98962px 0, #fcf8f0 3.51033px 1.9177px 0, #fcf8f0 2.92676px 2.72656px 0, #fcf8f0 2.16121px 3.36588px 0, #fcf8f0 1.26129px 3.79594px 0, #fcf8f0 .28295px 3.98998px 0, #fcf8f0 -.71298px 3.93594px 0, #fcf8f0 -1.66459px 3.63719px 0, #fcf8f0 -2.51269px 3.11229px 0, #fcf8f0 -3.20457px 2.39389px 0, #fcf8f0 -3.69721px 1.52664px 0, #fcf8f0 -3.95997px .56448px 0, #fcf8f0 -3.97652px -.43278px 0, #fcf8f0 -3.74583px -1.40313px 0, #fcf8f0 -3.28224px -2.28625px 0, #fcf8f0 -2.61457px -3.02721px 0, #fcf8f0 -1.78435px -3.57996px 0, #fcf8f0 -.84318px -3.91012px 0, #fcf8f0 .15041px -3.99717px 0, #fcf8f0 1.13465px -3.8357px 0, #fcf8f0 2.04834px -3.43574px 0, #fcf8f0 2.83468px -2.82216px 0, #fcf8f0 3.44477px -2.03312px 0, #fcf8f0 3.84068px -1.11766px 0, #fcf8f0 3.9978px -.13272px 0;
    
}

.is-ie-11 h2.c7n-has-link {
    position: relative;
}

.is-ie-11 h2 {
    background-image: none;
}


.c7n-title-link-arrow {
    position: absolute;
    bottom: -8px;
    right: -15px;
    height: 15px;
    width: calc(100% + 15px);
    overflow: hidden;
    z-index: -1;
}

.is-ie-11 .c7n-title-link-arrow {
    display: none;
}

.c7n-button-link-arrow {
    display: inherit;
    padding-left: 10px;
    vertical-align: middle;
}

.c7n-title-link-arrow svg{
    height: 100% !important;
    width: auto !important;
    vertical-align: initial;
    float: right;
}

.is-ie-11 .c7n-title-link-arrow svg{
    height: 18px !important;
    width: 350px !important;
}

.c7n-button-link-arrow svg{
    height: 15px;
    width: 22px;
    vertical-align: initial;
    float: right;
}

.c7n-title-link-arrow line,
.c7n-button-link-arrow line {
    stroke: #DE7C00;
    stroke-linecap: round;
}


a:hover .c7n-button-link-arrow line,
a:hover .c7n-title-link-arrow line {
    stroke: #453536;
}

.c7n-dark a:hover .c7n-button-link-arrow line{
    stroke: #ffffff;
}

h3 {
    font-size: 1.1em; 
}

h4 {
    font-size: 1em; 
    font-weight: bold;
}

p {
    margin-bottom: 2em;
    margin-bottom: 0em;
}

/*
#c7n-text img {
    margin-bottom: 15px;
}
*/

#c7n-text a {
    color: rgba(164, 82, 72, 1);
    text-decoration: none;
}

#c7n-text  h2 a {
    color: #DE7C00;
}

footer a,
#c7n-text footer a {
    color: #DE7C00;
    text-decoration: none;
    display: block;
}

#c7n-text a:hover   {
    color: #DE7C00;
    text-decoration: none;
}

footer a:hover,
#c7n-text footer a:hover,
#c7n-text  h2 a:hover  {
    color: rgba(69, 53, 54, 1);
    text-decoration: none;
}

.c7n-dark #c7n-text a:hover,
.c7n-dark footer a:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

#c7n-text  .c7n-button {
    margin-bottom: 10px;
    margin-bottom: 0px;
    display: inline-block;
    color:  #DE7C00;
    border: 0;
    padding: 0px 15px 0px 30px;
    text-transform: uppercase;
    line-height: 46px;
    border: 2px solid  #DE7C00;
    border-radius: 46px;
    text-decoration: none !important;
    margin-top: 2em;
}


#c7n-text .c7n-button:hover {
    color: rgba(69, 53, 54, 1);
    border-color: rgba(69, 53, 54, 1);
}

#c7n-text .c7n-dark .c7n-button:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

#c7n-container aside footer ul,
#c7n-content footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#c7n-container aside footer ul li,
#c7n-content footer ul li{
    list-style: none;
    color: #DE7C00;
    padding-top: 20px;    line-height: 1.5em;
}

.fp-section {
    width: 100%;
    z-index: 6;
    background-color: rgba(252, 248, 240, 1);
}
/*
.fp-section,
.fp-section .fp-slide,
.fp-section .fp-tableCell{
    height: auto !important;
}
*/

@media (min-width: 576px) {

    body {
        font-size: 17px;
    }

    .container {
        max-width: 100%;
    }

    .c7n-content-tpl-5 > p {     
        max-width: 66.6667%;
        align-self: flex-end;
    }


    #c7n-content .c7n-content-tpl-1,
    #c7n-content.c7n-home .c7n-content-tpl-1 {
        max-width: 66.6667%;
    }

    .c7n-content-tpl-4 > img.c7n-employee {  
        margin-left: 15px;
        width:  100%;
    }
}

@media (min-width: 768px) {
    #c7n-container aside {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; 
        visibility: visible;
    }

    .c7n-content-tpl-5 > p {     
        max-width: 100%;
        align-self: flex-start;
    }


    #c7n-content .c7n-content-tpl-1,
    #c7n-content.c7n-home .c7n-content-tpl-1 {
        max-width: 100%;
    }


    #c7n-navtree {
        display: none;
    }
    #c7n-open-mobile-navigation {
        display: none;
    }

    #c7n-container {
        padding-left: 15px;
    }

    body {
        font-size: 18px;
    }

    #c7n-container #c7n-content header {
        display: none !important;
    }

    #c7n-container aside {
        position: relative;
        left: 0;
        background-color: rgba(0,0,0,0);
    }

    #c7n-container aside header{
        padding-top:90px;
        padding-top:60px;
        padding-bottom:60px;
    }

    #c7n-container aside .c7n-fixed {
        overflow: hidden;
    }

    footer a {
        padding-top: 0px;
    }

    #c7n-content #c7n-text {
        padding-top: 210px;
        padding-top: 180px;
    }

    #c7n-content.align-top #c7n-text {
        padding-top: 0px;
    }

    #c7n-container aside #c7n-main-navigation .c7n-level-1 {
        padding: 20px 0 0 20px;
        font-weight: 500;
    }

    #c7n-container aside #c7n-main-navigation .c7n-level-2 {
        padding: 10px 0 0 40px;
    }

    #c7n-container aside footer svg{
        margin-right: 30px;
        margin-top: 0px;
    }

    #c7n-container aside footer .c7n-links {
        display: none;
    }

    

    #c7n-content.c7n-home #c7n-text,
    .c7n-home .c7n-page {
        align-items: flex-start;
        align-items: center;
    }

    /*.c7n-home .col-12.c7n-content-tpl-1,
    .c7n-home .col-xl-4.c7n-content-tpl-2,
    .c7n-home .col-8.c7n-content-tpl-3 {
        padding-top: 210px;
    }*/

    #c7n-container aside footer ul,
    #c7n-content footer ul {
        flex-direction: row;
    }

    #c7n-container aside footer ul li,
    #c7n-content footer ul li{
        padding-right: 29px;
    }

    .c7n-home #c7n-container aside footer ul li,
    .c7n-home #c7n-content footer ul li{
        padding-right: 30px;
    }

    .c7n-content-tpl-5 > img {   
        height: 28vh;
    }

    .col-4.c7n-content-tpl-3 > img,
    .col-xl-8.c7n-content-tpl-2 > img {     
        height: 33vh;
    }

    .c7n-content-tpl-4 {    
        min-height: calc(25vh + 30px);
    }

    .c7n-content-tpl-4 > h2,    
    .c7n-content-tpl-4 > p{    
        width: 66%;
    }

    .c7n-content-tpl-4 > img {     
        width: 33%;
        position: absolute;
        top: 0;
        right: 0;
        height: 25vh;
        margin-left: 0;
        padding-top: 0px;
    }

    .c7n-content-tpl-4 > img.c7n-employee {  
        margin-left: 0;
        width:  66%;
    }

    h1 {
        background-size: 100% 4px;
    }

    .section:first-child .c7n-page h1 {
        background-size: 0 4px;
    }

    .section:first-child .c7n-page h1.animate {
        background-size: 100% 4px;
    }




    h1,
    .c7n-home .c7n-content-tpl-3 > h1,
    .c7n-home .c7n-content-tpl-2 > h1 {
        font-size: 3em; 
    }

    .c7n-home h1 {
        font-size: 4em; 
    }

    h2 {
        font-size: 1.5em;
        background-position: 0 1.22em; 
    }

    h3 {
         font-size: 1.2em;
    }
}

@media (min-width: 992px) {
/* @media (min-width: 1024px) { */

    body {
        font-size: 19px;
        line-height: 1.7em;
    }

    body.c7n-landscape {
        font-size: 0.9em;
    }

    /*.container {
        max-width: 960px;
    }*/

    #c7n-container aside header svg,
    #c7n-container #c7n-content header svg{
        width: 80px;
        height: 80px;
    }

    /*.c7n-home .col-12.c7n-content-tpl-1,
    .c7n-home .col-xl-4.c7n-content-tpl-2,
    .c7n-home .col-8.c7n-content-tpl-3 {
        padding-top: 230px;
        padding-top: 200px;
    }*/

    #c7n-content #c7n-text {
        padding-top: 230px;
        padding-top: 200px;
    }

    #c7n-container aside #c7n-main-navigation .c7n-level-1 {
        padding: 20px 0 0 30px;
        font-weight: 500;
    }

    #c7n-container aside #c7n-main-navigation .c7n-level-2 {
        padding: 10px 0 0 50px;
    }

    .c7n-content-tpl-5 > img {   
        height: 25vh;
    }

    .c7n-home .c7n-page .c7n-page-down {
        right: 15px;
        display: block;
    }

    .col-4.c7n-content-tpl-3 > img,
    .col-xl-8.c7n-content-tpl-2 > img,
    .c7n-content-tpl-4 > img {     
        height: 40vh;
    }
  
    .c7n-content-tpl-4 > p{    
        width: 100%;
    }

    .c7n-content-tpl-4 > img,
    .c7n-content-tpl-4 > img.c7n-employee  {     
        width: 100%;
        position: relative;
        height: 40vh;
        padding-top: 30px;
    }

    .c7n-content-tpl-5 {   
        display: flex;
        flex-direction: column;
        padding-right: 15px;
    }


    .c7n-content-tpl-5 > h1, 
    .c7n-content-tpl-5 > h2, 
    .c7n-content-tpl-5 > h3, 
    .c7n-content-tpl-5 > p {
        padding-right: 0;
    }

    .c7n-content-tpl-5 > p {     
        max-width: 66.6667%;
        align-self: flex-end;
    }


    #c7n-content .c7n-content-tpl-1,
    #c7n-content.c7n-home .c7n-content-tpl-1 {
        max-width: 66.6667%;
    }

    h2:after,
    h3:after,
    h1:after { 
         height: 30px;
         height: 15px;
    }

    h1,
    .c7n-home .c7n-content-tpl-3 > h1{
        font-size: 3em; 
    }

    .c7n-home .c7n-content-tpl-2 > h1 {
        font-size: 2em; 
    }

    .c7n-home h1 {
        font-size: 4em; 
    }

    h2 {
        font-size: 1.5em;
        background-position: 0 1.2em; 
    }

    h3 {
         font-size: 1.2em;
    }

    .c7n-content-tpl-4 p {
        min-height: 8.5em;
    }


    #c7n-container aside footer, 
    #c7n-content footer {
        padding-right: 20px;
    }

    #c7n-content footer .footer-flyer {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {

    body {
        font-size: 20px;
    }

    body.c7n-landscape {
        font-size: 20px;
    }

    .container {
        max-width: 1140px;
        max-width: 100%;
    }
    .c7n-content-tpl-5 > img {   
        height: 25vh;
    }

    .col-4.c7n-content-tpl-3 > img,
    .col-xl-8.c7n-content-tpl-2 > img,  
    .c7n-content-tpl-4 > img {     
        height: 45vh;
    }

    .c7n-home .c7n-page .c7n-page-down {
        right: 30px;
    }
}

@media (min-width: 1410px) {
    .container {
        max-width: 1410px;
      /*  padding-left: 25px;
        padding-right: 25px;*/
    }

   /*  #c7n-container {
        padding-left: 25px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 25px;
        padding-right: 25px;
    }*/
/*
    .c7n-home .c7n-page .c7n-page-down {
        right: -60px;
    }*/

   /* .row {
        margin-left: -25px;
        margin-right: -25px;
    }*/

   /* #c7n-container aside footer ul li,
    #c7n-content footer ul li{
        padding-right: 50px;
    }*/

    .c7n-content-tpl-4 p {
        min-height: 7em;
    }


    .c7n-content-tpl-5 > img {   
        height: 25vh;
    }

    .col-4.c7n-content-tpl-3 > img,
    .col-xl-8.c7n-content-tpl-2 > img,
    .c7n-content-tpl-4 > img {     
        height: 40vh;
    }

    /*.c7n-inspiration {
        padding-bottom: 50px;
    }

    .c7n-content-tpl-1,     
    .c7n-content-tpl-2,     
    .c7n-content-tpl-3,    
    .c7n-content-tpl-4,    
    .c7n-content-tpl-5 {     
        padding-bottom: 50px;
    }

    .c7n-content-tpl-5 {   
        padding-right: 25px;
    }*/

}

@media (min-width: 1525px) {
    .c7n-home .c7n-page .c7n-page-down {
        right: -45px;
    }

    #c7n-container aside footer, 
    #c7n-content footer {
        padding-right: 0px;
    }

}

@media (min-width: 1920px) {
    #c7n-content.c7n-home #c7n-text,
    .c7n-home .c7n-page {
        align-items: flex-start;
    }

    .c7n-home .col-12.c7n-content-tpl-1,
    .c7n-home .col-xl-4.c7n-content-tpl-2,
    .c7n-home .col-md-4.c7n-content-tpl-2,
    .c7n-home .col-8.c7n-content-tpl-3 {
        padding-top: 210px;
    }
}



@media print{

    @page { 
        margin:2cm 
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after { 
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-scroll-down,
    footer,
    aside,
    form,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
} 