@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}

.nt-list {
background: transparent;
} .nt-list .nt-grid-container {
max-width: 1300px;
} @media (max-width: 1450px) {
.nt-list .nt-grid-container {
max-width: 1100px;
} }
.nt-list .nt-listcard-presentation,
.nt-list .nt-card-presentation {
background-color: #002e6c;
color: white;
}  .nt-slideimage-2 {
background-size: contain !important;
background-repeat: no-repeat !important;
}
.nt-h-search {
font-weight: normal;
font-size: 120%;
padding-bottom: 5px !important;
padding-top: 10px !important;
}
.nt-search-container form input,
.nt-search-container form textarea {
margin-top: 0px !important;
margin-bottom: 0px !important;
display: block;
width: 100%;
height: 43px;
padding: 10px 18px;
font-size: 15px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
} .nt-list {
box-sizing: border-box;
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0;
padding: 0;
background: #fefefe; font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.nt-hide {
display: none !important;
} .nt-list article,
.nt-list aside,
.nt-list footer,
.nt-list header,
.nt-list nav,
.nt-list section {
display: block;
} .nt-list h1 {
font-size: 32px;
margin: 10px 0;
}  .nt-list figcaption,
.nt-list figure {
display: block;
} .nt-list figure {
margin: 16px 40px;
} .nt-list hr {
box-sizing: content-box; height: 0; overflow: visible; } .nt-list main {
display: block;
}  .nt-list a {
background-color: transparent; -webkit-text-decoration-skip: objects; } .nt-list a:active,
.nt-list a:hover {
outline-width: 0;
}  .nt-list abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } .nt-list b,
.nt-list strong {
font-weight: inherit;
} .nt-list b,
.nt-list strong {
font-weight: bolder;
} .nt-list code,
.nt-list kbd,
.nt-list samp {
font-family: monospace, monospace; font-size: 16px; } .nt-list dfn {
font-style: italic;
} .nt-list mark {
background-color: #ff0;
color: #000;
} .nt-list small {
font-size: 80%;
} .nt-list sub,
.nt-list sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.nt-list sub {
bottom: -4px;
}
.nt-list sup {
top: -8px;
}  .nt-list audio,
.nt-list video {
display: inline-block;
} .nt-list audio:not([controls]) {
display: none;
height: 0;
} .nt-list img {
border-style: none;
} .nt-list svg:not(:root) {
overflow: hidden;
}  .nt-list button,
.nt-list input,
.nt-list optgroup,
.nt-list select,
.nt-list textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } .nt-list button {
overflow: visible;
} .nt-list button,
.nt-list select { text-transform: none;
} .nt-list button,
.nt-list html [type="button"],
.nt-list [type="reset"],
.nt-list [type="submit"] {
-webkit-appearance: button; }
.nt-list button,
.nt-list [type="button"],
.nt-list [type="reset"],
.nt-list [type="submit"] {  }
.nt-list button::-moz-focus-inner,
.nt-list [type="button"]::-moz-focus-inner,
.nt-list [type="reset"]::-moz-focus-inner,
.nt-list [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
.nt-list button:-moz-focusring,
.nt-list [type="button"]:-moz-focusring,
.nt-list [type="reset"]:-moz-focusring,
.nt-list [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} .nt-list input {
overflow: visible;
} .nt-list [type="checkbox"],
.nt-list [type="radio"] {
box-sizing: border-box; padding: 0; } .nt-list [type="number"]::-webkit-inner-spin-button,
.nt-list [type="number"]::-webkit-outer-spin-button {
height: auto;
} .nt-list [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px;  }
.nt-list [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} .nt-list ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } .nt-list fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 5px 10px 12px;
} .nt-list legend {
box-sizing: border-box; display: table; max-width: 100%; padding: 0; color: inherit; white-space: normal; } .nt-list progress {
display: inline-block; vertical-align: baseline; } .nt-list textarea {
overflow: auto;
}  .nt-list details {
display: block;
} .nt-list summary {
display: list-item;
} .nt-list menu {
display: block;
}  .nt-list canvas {
display: inline-block;
} .nt-list template {
display: none;
}  .nt-list [hidden] {
display: none;
}
.nt-foundation-mq {
font-family: "small=0px&medium=640px&large=1024px&xlarge=1200px&xxlarge=1440px";
}
.nt-list html {
box-sizing: border-box;
font-size: 100%;
}
.nt-list *,
.nt-list *::before,
.nt-list *::after {
box-sizing: inherit;
}
.nt-list img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
.nt-list textarea {
height: auto;
min-height: 50px;
border-radius: 3px;
}
.nt-list select {
box-sizing: border-box;
width: 100%;
border-radius: 3px;
}
.nt-grid-container {
max-width: 1200px;
margin: 0 auto !important;
}
.nt-grid-container-padded {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 1000px) {
.nt-grid-container-padded {
padding-left: 0;
padding-right: 0;
}
}
.nt-grid-x {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.nt-cell {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-height: 0px;
min-width: 0px;
width: 100%;
}
.nt-cell.nt-auto {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
}
.nt-cell.nt-shrink {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.nt-grid-x > .nt-auto {
width: auto;
}
.nt-grid-x > .nt-shrink {
width: auto;
}
.nt-grid-x > small-shrink,
.nt-grid-x > small-full,
.nt-grid-x > small-1,
.nt-grid-x > small-2,
.nt-grid-x > small-3,
.nt-grid-x > small-4,
.nt-grid-x > small-5,
.nt-grid-x > small-6,
.nt-grid-x > small-7,
.nt-grid-x > small-8,
.nt-grid-x > small-9,
.nt-grid-x > small-10,
.nt-grid-x > small-11,
.nt-grid-x > small-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
@media print, screen and (min-width: 640px) {
.nt-list .nt-grid-x > medium-shrink,
.nt-grid-x > medium-full,
.nt-grid-x > medium-1,
.nt-grid-x > medium-2,
.nt-grid-x > medium-3,
.nt-grid-x > medium-4,
.nt-grid-x > medium-5,
.nt-grid-x > medium-6,
.nt-grid-x > medium-7,
.nt-grid-x > medium-8,
.nt-grid-x > medium-9,
.nt-grid-x > medium-10,
.nt-grid-x > medium-11,
.nt-grid-x > medium-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-x > large-shrink,
.nt-grid-x > large-full,
.nt-grid-x > large-1,
.nt-grid-x > large-2,
.nt-grid-x > large-3,
.nt-grid-x > large-4,
.nt-grid-x > large-5,
.nt-grid-x > large-6,
.nt-grid-x > large-7,
.nt-grid-x > large-8,
.nt-grid-x > large-9,
.nt-grid-x > large-10,
.nt-grid-x > large-11,
.nt-grid-x > large-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
}
.nt-grid-x > .nt-small-1 {
width: 8.33333%;
}
.nt-grid-x > .nt-small-2 {
width: 16.66667%;
}
.nt-grid-x > .nt-small-3 {
width: 25%;
}
.nt-grid-x > .nt-small-4 {
width: 33.33333%;
}
.nt-grid-x > .nt-small-5 {
width: 41.66667%;
}
.nt-grid-x > .nt-small-6 {
width: 50%;
}
.nt-grid-x > .nt-small-7 {
width: 58.33333%;
}
.nt-grid-x > .nt-small-8 {
width: 66.66667%;
}
.nt-grid-x > .nt-small-9 {
width: 75%;
}
.nt-grid-x > .nt-small-10 {
width: 83.33333%;
}
.nt-grid-x > .nt-small-11 {
width: 91.66667%;
}
.nt-grid-x > .nt-small-12 {
width: 100%;
}
@media print, screen and (min-width: 640px) {
.nt-grid-x > .nt-medium-auto {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
width: auto;
}
.nt-grid-x > .nt-medium-shrink {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.nt-grid-x > .nt-medium-1 {
width: 8.33333%;
}
.nt-grid-x > .nt-medium-2 {
width: 16.66667%;
}
.nt-grid-x > .nt-medium-3 {
width: 25%;
}
.nt-grid-x > .nt-medium-4 {
width: 33.33333%;
}
.nt-grid-x > .nt-medium-5 {
width: 41.66667%;
}
.nt-grid-x > .nt-medium-6 {
width: 50%;
}
.nt-grid-x > .nt-medium-7 {
width: 58.33333%;
}
.nt-grid-x > .nt-medium-8 {
width: 66.66667%;
}
.nt-grid-x > .nt-medium-9 {
width: 75%;
}
.nt-grid-x > .nt-medium-10 {
width: 83.33333%;
}
.nt-grid-x > .nt-medium-11 {
width: 91.66667%;
}
.nt-grid-x > .nt-medium-12 {
width: 100%;
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-x > .nt-large-auto {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
width: auto;
}
.nt-grid-x > .nt-large-shrink {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.nt-grid-x > .nt-large-1 {
width: 8.33333%;
}
.nt-grid-x > .nt-large-2 {
width: 16.66667%;
}
.nt-grid-x > .nt-large-3 {
width: 25%;
}
.nt-grid-x > .nt-large-4 {
width: 33.33333%;
}
.nt-grid-x > .nt-large-5 {
width: 41.66667%;
}
.nt-grid-x > .nt-large-6 {
width: 50%;
}
.nt-grid-x > .nt-large-7 {
width: 58.33333%;
}
.nt-grid-x > .nt-large-8 {
width: 66.66667%;
}
.nt-grid-x > .nt-large-9 {
width: 75%;
}
.nt-grid-x > .nt-large-10 {
width: 83.33333%;
}
.nt-grid-x > .nt-large-11 {
width: 91.66667%;
}
.nt-grid-x > .nt-large-12 {
width: 100%;
}
}
.nt-grid-margin-x:not(.nt-grid-x) > .nt-cell {
width: auto;
}
.nt-grid-margin-y:not(.nt-grid-y) > .nt-cell {
height: auto;
}
.nt-grid-margin-x {
margin-left: -15px;
margin-right: -15px;
}
.nt-grid-margin-x > .nt-cell {
width: calc(100% - 30px);
margin-left: 15px;
margin-right: 15px;
}
.nt-grid-margin-x > .nt-auto {
width: auto;
}
.nt-grid-margin-x > .nt-shrink {
width: auto;
}
.nt-grid-margin-x > .nt-small-1 {
width: calc(8.33333% - 30px);
}
.nt-grid-margin-x > .nt-small-2 {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x > .nt-small-3 {
width: calc(25% - 30px);
}
.nt-grid-margin-x > .nt-small-4 {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x > .nt-small-5 {
width: calc(41.66667% - 30px);
}
.nt-grid-margin-x > .nt-small-6 {
width: calc(50% - 30px);
}
.nt-grid-margin-x > .nt-small-7 {
width: calc(58.33333% - 30px);
}
.nt-grid-margin-x > .nt-small-8 {
width: calc(66.66667% - 30px);
}
.nt-grid-margin-x > .nt-small-9 {
width: calc(75% - 30px);
}
.nt-grid-margin-x > .nt-small-10 {
width: calc(83.33333% - 30px);
}
.nt-grid-margin-x > .nt-small-11 {
width: calc(91.66667% - 30px);
}
.nt-grid-margin-x > .nt-small-12 {
width: calc(100% - 30px);
}
@media print, screen and (min-width: 640px) {
.nt-grid-margin-x > .nt-medium-auto {
width: auto;
}
.nt-grid-margin-x > .nt-medium-shrink {
width: auto;
}
.nt-grid-margin-x > .nt-medium-1 {
width: calc(8.33333% - 30px);
}
.nt-grid-margin-x > .nt-medium-2 {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x > .nt-medium-3 {
width: calc(25% - 30px);
}
.nt-grid-margin-x > .nt-medium-4 {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x > .nt-medium-5 {
width: calc(41.66667% - 30px);
}
.nt-grid-margin-x > .nt-medium-6 {
width: calc(50% - 30px);
}
.nt-grid-margin-x > .nt-medium-7 {
width: calc(58.33333% - 30px);
}
.nt-grid-margin-x > .nt-medium-8 {
width: calc(66.66667% - 30px);
}
.nt-grid-margin-x > .nt-medium-9 {
width: calc(75% - 30px);
}
.nt-grid-margin-x > .nt-medium-10 {
width: calc(83.33333% - 30px);
}
.nt-grid-margin-x > .nt-medium-11 {
width: calc(91.66667% - 30px);
}
.nt-grid-margin-x > .nt-medium-12 {
width: calc(100% - 30px);
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-margin-x > .nt-large-auto {
width: auto;
}
.nt-grid-margin-x > .nt-large-shrink {
width: auto;
}
.nt-grid-margin-x > .nt-large-1 {
width: calc(8.33333% - 30px);
}
.nt-grid-margin-x > .nt-large-2 {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x > .nt-large-3 {
width: calc(25% - 30px);
}
.nt-grid-margin-x > .nt-large-4 {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x > .nt-large-5 {
width: calc(41.66667% - 30px);
}
.nt-grid-margin-x > .nt-large-6 {
width: calc(50% - 30px);
}
.nt-grid-margin-x > .nt-large-7 {
width: calc(58.33333% - 30px);
}
.nt-grid-margin-x > .nt-large-8 {
width: calc(66.66667% - 30px);
}
.nt-grid-margin-x > .nt-large-9 {
width: calc(75% - 30px);
}
.nt-grid-margin-x > .nt-large-10 {
width: calc(83.33333% - 30px);
}
.nt-grid-margin-x > .nt-large-11 {
width: calc(91.66667% - 30px);
}
.nt-grid-margin-x > .nt-large-12 {
width: calc(100% - 30px);
}
}
.nt-grid-padding-x .nt-grid-padding-x {
margin-right: -15px;
margin-left: -15px;
}
.nt-grid-padding-x > .nt-cell {
padding-right: 15px;
padding-left: 15px;
}
.nt-small-up-1 > .nt-cell {
width: 100%;
}
.nt-small-up-2 > .nt-cell {
width: 50%;
}
.nt-small-up-3 > .nt-cell {
width: 33.33333%;
}
.nt-small-up-4 > .nt-cell {
width: 25%;
}
.nt-small-up-5 > .nt-cell {
width: 20%;
}
.nt-small-up-6 > .nt-cell {
width: 16.66667%;
}
.nt-small-up-7 > .nt-cell {
width: 14.28571%;
}
.nt-small-up-8 > .nt-cell {
width: 12.5%;
}
@media print, screen and (min-width: 640px) {
.nt-medium-up-1 > .nt-cell {
width: 100%;
}
.nt-medium-up-2 > .nt-cell {
width: 50%;
}
.nt-medium-up-3 > .nt-cell {
width: 33.33333%;
}
.nt-medium-up-4 > .nt-cell {
width: 25%;
}
.nt-medium-up-5 > .nt-cell {
width: 20%;
}
.nt-medium-up-6 > .nt-cell {
width: 16.66667%;
}
.nt-medium-up-7 > .nt-cell {
width: 14.28571%;
}
.nt-medium-up-8 > .nt-cell {
width: 12.5%;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-up-1 > .nt-cell {
width: 100%;
}
.nt-large-up-2 > .nt-cell {
width: 50%;
}
.nt-large-up-3 > .nt-cell {
width: 33.33333%;
}
.nt-large-up-4 > .nt-cell {
width: 25%;
}
.nt-large-up-5 > .nt-cell {
width: 20%;
}
.nt-large-up-6 > .nt-cell {
width: 16.66667%;
}
.nt-large-up-7 > .nt-cell {
width: 14.28571%;
}
.nt-large-up-8 > .nt-cell {
width: 12.5%;
}
}
.nt-grid-margin-x.nt-small-up-1 > .nt-cell {
width: calc(100% - 30px);
}
.nt-grid-margin-x.nt-small-up-2 > .nt-cell {
width: calc(50% - 30px);
}
.nt-grid-margin-x.nt-small-up-3 > .nt-cell {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x.nt-small-up-4 > .nt-cell {
width: calc(25% - 30px);
}
.nt-grid-margin-x.nt-small-up-5 > .nt-cell {
width: calc(20% - 30px);
}
.nt-grid-margin-x.nt-small-up-6 > .nt-cell {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x.nt-small-up-7 > .nt-cell {
width: calc(14.28571% - 30px);
}
.nt-grid-margin-x.nt-small-up-8 > .nt-cell {
width: calc(12.5% - 30px);
}
@media print, screen and (min-width: 640px) {
.nt-grid-margin-x.nt-medium-up-1 > .nt-cell {
width: calc(100% - 30px);
}
.nt-grid-margin-x.nt-medium-up-2 > .nt-cell {
width: calc(50% - 30px);
}
.nt-grid-margin-x.nt-medium-up-3 > .nt-cell {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x.nt-medium-up-4 > .nt-cell {
width: calc(25% - 30px);
}
.nt-grid-margin-x.nt-medium-up-5 > .nt-cell {
width: calc(20% - 30px);
}
.nt-grid-margin-x.nt-medium-up-6 > .nt-cell {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x.nt-medium-up-7 > .nt-cell {
width: calc(14.28571% - 30px);
}
.nt-grid-margin-x.nt-medium-up-8 > .nt-cell {
width: calc(12.5% - 30px);
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-margin-x.nt-large-up-1 > .nt-cell {
width: calc(100% - 30px);
}
.nt-grid-margin-x.nt-large-up-2 > .nt-cell {
width: calc(50% - 30px);
}
.nt-grid-margin-x.nt-large-up-3 > .nt-cell {
width: calc(33.33333% - 30px);
}
.nt-grid-margin-x.nt-large-up-4 > .nt-cell {
width: calc(25% - 30px);
}
.nt-grid-margin-x.nt-large-up-5 > .nt-cell {
width: calc(20% - 30px);
}
.nt-grid-margin-x.nt-large-up-6 > .nt-cell {
width: calc(16.66667% - 30px);
}
.nt-grid-margin-x.nt-large-up-7 > .nt-cell {
width: calc(14.28571% - 30px);
}
.nt-grid-margin-x.nt-large-up-8 > .nt-cell {
width: calc(12.5% - 30px);
}
}
.nt-small-margin-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-small-margin-collapse > .nt-cell {
margin-right: 0;
margin-left: 0;
}
.nt-small-margin-collapse > .nt-small-1 {
width: 8.33333%;
}
.nt-small-margin-collapse > .nt-small-2 {
width: 16.66667%;
}
.nt-small-margin-collapse > .nt-small-3 {
width: 25%;
}
.nt-small-margin-collapse > .nt-small-4 {
width: 33.33333%;
}
.nt-small-margin-collapse > .nt-small-5 {
width: 41.66667%;
}
.nt-small-margin-collapse > .nt-small-6 {
width: 50%;
}
.nt-small-margin-collapse > .nt-small-7 {
width: 58.33333%;
}
.nt-small-margin-collapse > .nt-small-8 {
width: 66.66667%;
}
.nt-small-margin-collapse > .nt-small-9 {
width: 75%;
}
.nt-small-margin-collapse > .nt-small-10 {
width: 83.33333%;
}
.nt-small-margin-collapse > .nt-small-11 {
width: 91.66667%;
}
.nt-small-margin-collapse > .nt-small-12 {
width: 100%;
}
.nt-small-margin-collapse > .nt-medium-1 {
width: 8.33333%;
}
.nt-small-margin-collapse > .nt-medium-2 {
width: 16.66667%;
}
.nt-small-margin-collapse > .nt-medium-3 {
width: 25%;
}
.nt-small-margin-collapse > .nt-medium-4 {
width: 33.33333%;
}
.nt-small-margin-collapse > .nt-medium-5 {
width: 41.66667%;
}
.nt-small-margin-collapse > .nt-medium-6 {
width: 50%;
}
.nt-small-margin-collapse > .nt-medium-7 {
width: 58.33333%;
}
.nt-small-margin-collapse > .nt-medium-8 {
width: 66.66667%;
}
.nt-small-margin-collapse > .nt-medium-9 {
width: 75%;
}
.nt-small-margin-collapse > .nt-medium-10 {
width: 83.33333%;
}
.nt-small-margin-collapse > .nt-medium-11 {
width: 91.66667%;
}
.nt-small-margin-collapse > .nt-medium-12 {
width: 100%;
}
.nt-small-margin-collapse > .nt-large-1 {
width: 8.33333%;
}
.nt-small-margin-collapse > .nt-large-2 {
width: 16.66667%;
}
.nt-small-margin-collapse > .nt-large-3 {
width: 25%;
}
.nt-small-margin-collapse > .nt-large-4 {
width: 33.33333%;
}
.nt-small-margin-collapse > .nt-large-5 {
width: 41.66667%;
}
.nt-small-margin-collapse > .nt-large-6 {
width: 50%;
}
.nt-small-margin-collapse > .nt-large-7 {
width: 58.33333%;
}
.nt-small-margin-collapse > .nt-large-8 {
width: 66.66667%;
}
.nt-small-margin-collapse > .nt-large-9 {
width: 75%;
}
.nt-small-margin-collapse > .nt-large-10 {
width: 83.33333%;
}
.nt-small-margin-collapse > .nt-large-11 {
width: 91.66667%;
}
.nt-small-margin-collapse > .nt-large-12 {
width: 100%;
}
.nt-small-padding-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-small-padding-collapse > .nt-cell {
padding-right: 0;
padding-left: 0;
}
@media print, screen and (min-width: 640px) {
.nt-medium-margin-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-medium-margin-collapse > .nt-cell {
margin-right: 0;
margin-left: 0;
}
.nt-medium-margin-collapse > .nt-small-1 {
width: 8.33333%;
}
.nt-medium-margin-collapse > .nt-small-2 {
width: 16.66667%;
}
.nt-medium-margin-collapse > .nt-small-3 {
width: 25%;
}
.nt-medium-margin-collapse > .nt-small-4 {
width: 33.33333%;
}
.nt-medium-margin-collapse > .nt-small-5 {
width: 41.66667%;
}
.nt-medium-margin-collapse > .nt-small-6 {
width: 50%;
}
.nt-medium-margin-collapse > .nt-small-7 {
width: 58.33333%;
}
.nt-medium-margin-collapse > .nt-small-8 {
width: 66.66667%;
}
.nt-medium-margin-collapse > .nt-small-9 {
width: 75%;
}
.nt-medium-margin-collapse > .nt-small-10 {
width: 83.33333%;
}
.nt-medium-margin-collapse > .nt-small-11 {
width: 91.66667%;
}
.nt-medium-margin-collapse > .nt-small-12 {
width: 100%;
}
.nt-medium-margin-collapse > .nt-medium-1 {
width: 8.33333%;
}
.nt-medium-margin-collapse > .nt-medium-2 {
width: 16.66667%;
}
.nt-medium-margin-collapse > .nt-medium-3 {
width: 25%;
}
.nt-medium-margin-collapse > .nt-medium-4 {
width: 33.33333%;
}
.nt-medium-margin-collapse > .nt-medium-5 {
width: 41.66667%;
}
.nt-medium-margin-collapse > .nt-medium-6 {
width: 50%;
}
.nt-medium-margin-collapse > .nt-medium-7 {
width: 58.33333%;
}
.nt-medium-margin-collapse > .nt-medium-8 {
width: 66.66667%;
}
.nt-medium-margin-collapse > .nt-medium-9 {
width: 75%;
}
.nt-medium-margin-collapse > .nt-medium-10 {
width: 83.33333%;
}
.nt-medium-margin-collapse > .nt-medium-11 {
width: 91.66667%;
}
.nt-medium-margin-collapse > .nt-medium-12 {
width: 100%;
}
.nt-medium-margin-collapse > .nt-large-1 {
width: 8.33333%;
}
.nt-medium-margin-collapse > .nt-large-2 {
width: 16.66667%;
}
.nt-medium-margin-collapse > .nt-large-3 {
width: 25%;
}
.nt-medium-margin-collapse > .nt-large-4 {
width: 33.33333%;
}
.nt-medium-margin-collapse > .nt-large-5 {
width: 41.66667%;
}
.nt-medium-margin-collapse > .nt-large-6 {
width: 50%;
}
.nt-medium-margin-collapse > .nt-large-7 {
width: 58.33333%;
}
.nt-medium-margin-collapse > .nt-large-8 {
width: 66.66667%;
}
.nt-medium-margin-collapse > .nt-large-9 {
width: 75%;
}
.nt-medium-margin-collapse > .nt-large-10 {
width: 83.33333%;
}
.nt-medium-margin-collapse > .nt-large-11 {
width: 91.66667%;
}
.nt-medium-margin-collapse > .nt-large-12 {
width: 100%;
}
.nt-medium-padding-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-medium-padding-collapse > .nt-cell {
padding-right: 0;
padding-left: 0;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-margin-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-large-margin-collapse > .nt-cell {
margin-right: 0;
margin-left: 0;
}
.nt-large-margin-collapse > .nt-small-1 {
width: 8.33333%;
}
.nt-large-margin-collapse > .nt-small-2 {
width: 16.66667%;
}
.nt-large-margin-collapse > .nt-small-3 {
width: 25%;
}
.nt-large-margin-collapse > .nt-small-4 {
width: 33.33333%;
}
.nt-large-margin-collapse > .nt-small-5 {
width: 41.66667%;
}
.nt-large-margin-collapse > .nt-small-6 {
width: 50%;
}
.nt-large-margin-collapse > .nt-small-7 {
width: 58.33333%;
}
.nt-large-margin-collapse > .nt-small-8 {
width: 66.66667%;
}
.nt-large-margin-collapse > .nt-small-9 {
width: 75%;
}
.nt-large-margin-collapse > .nt-small-10 {
width: 83.33333%;
}
.nt-large-margin-collapse > .nt-small-11 {
width: 91.66667%;
}
.nt-large-margin-collapse > .nt-small-12 {
width: 100%;
}
.nt-large-margin-collapse > .nt-medium-1 {
width: 8.33333%;
}
.nt-large-margin-collapse > .nt-medium-2 {
width: 16.66667%;
}
.nt-large-margin-collapse > .nt-medium-3 {
width: 25%;
}
.nt-large-margin-collapse > .nt-medium-4 {
width: 33.33333%;
}
.nt-large-margin-collapse > .nt-medium-5 {
width: 41.66667%;
}
.nt-large-margin-collapse > .nt-medium-6 {
width: 50%;
}
.nt-large-margin-collapse > .nt-medium-7 {
width: 58.33333%;
}
.nt-large-margin-collapse > .nt-medium-8 {
width: 66.66667%;
}
.nt-large-margin-collapse > .nt-medium-9 {
width: 75%;
}
.nt-large-margin-collapse > .nt-medium-10 {
width: 83.33333%;
}
.nt-large-margin-collapse > .nt-medium-11 {
width: 91.66667%;
}
.nt-large-margin-collapse > .nt-medium-12 {
width: 100%;
}
.nt-large-margin-collapse > .nt-large-1 {
width: 8.33333%;
}
.nt-large-margin-collapse > .nt-large-2 {
width: 16.66667%;
}
.nt-large-margin-collapse > .nt-large-3 {
width: 25%;
}
.nt-large-margin-collapse > .nt-large-4 {
width: 33.33333%;
}
.nt-large-margin-collapse > .nt-large-5 {
width: 41.66667%;
}
.nt-large-margin-collapse > .nt-large-6 {
width: 50%;
}
.nt-large-margin-collapse > .nt-large-7 {
width: 58.33333%;
}
.nt-large-margin-collapse > .nt-large-8 {
width: 66.66667%;
}
.nt-large-margin-collapse > .nt-large-9 {
width: 75%;
}
.nt-large-margin-collapse > .nt-large-10 {
width: 83.33333%;
}
.nt-large-margin-collapse > .nt-large-11 {
width: 91.66667%;
}
.nt-large-margin-collapse > .nt-large-12 {
width: 100%;
}
.nt-large-padding-collapse {
margin-right: 0;
margin-left: 0;
}
.nt-large-padding-collapse > .nt-cell {
padding-right: 0;
padding-left: 0;
}
}
.nt-small-offset-0 {
margin-left: 0%;
}
.nt-grid-margin-x > .nt-small-offset-0 {
margin-left: calc(0% + 15px);
}
.nt-small-offset-1 {
margin-left: 8.33333%;
}
.nt-grid-margin-x > .nt-small-offset-1 {
margin-left: calc(8.33333% + 15px);
}
.nt-small-offset-2 {
margin-left: 16.66667%;
}
.nt-grid-margin-x > .nt-small-offset-2 {
margin-left: calc(16.66667% + 15px);
}
.nt-small-offset-3 {
margin-left: 25%;
}
.nt-grid-margin-x > .nt-small-offset-3 {
margin-left: calc(25% + 15px);
}
.nt-small-offset-4 {
margin-left: 33.33333%;
}
.nt-grid-margin-x > .nt-small-offset-4 {
margin-left: calc(33.33333% + 15px);
}
.nt-small-offset-5 {
margin-left: 41.66667%;
}
.nt-grid-margin-x > .nt-small-offset-5 {
margin-left: calc(41.66667% + 15px);
}
.nt-small-offset-6 {
margin-left: 50%;
}
.nt-grid-margin-x > .nt-small-offset-6 {
margin-left: calc(50% + 15px);
}
.nt-small-offset-7 {
margin-left: 58.33333%;
}
.nt-grid-margin-x > .nt-small-offset-7 {
margin-left: calc(58.33333% + 15px);
}
.nt-small-offset-8 {
margin-left: 66.66667%;
}
.nt-grid-margin-x > .nt-small-offset-8 {
margin-left: calc(66.66667% + 15px);
}
.nt-small-offset-9 {
margin-left: 75%;
}
.nt-grid-margin-x > .nt-small-offset-9 {
margin-left: calc(75% + 15px);
}
.nt-small-offset-10 {
margin-left: 83.33333%;
}
.nt-grid-margin-x > .nt-small-offset-10 {
margin-left: calc(83.33333% + 15px);
}
.nt-small-offset-11 {
margin-left: 91.66667%;
}
.nt-grid-margin-x > .nt-small-offset-11 {
margin-left: calc(91.66667% + 15px);
}
@media print, screen and (min-width: 640px) {
.nt-medium-offset-0 {
margin-left: 0%;
}
.nt-grid-margin-x > .nt-medium-offset-0 {
margin-left: calc(0% + 15px);
}
.nt-medium-offset-1 {
margin-left: 8.33333%;
}
.nt-grid-margin-x > .nt-medium-offset-1 {
margin-left: calc(8.33333% + 15px);
}
.nt-medium-offset-2 {
margin-left: 16.66667%;
}
.nt-grid-margin-x > .nt-medium-offset-2 {
margin-left: calc(16.66667% + 15px);
}
.nt-medium-offset-3 {
margin-left: 25%;
}
.nt-grid-margin-x > .nt-medium-offset-3 {
margin-left: calc(25% + 15px);
}
.nt-medium-offset-4 {
margin-left: 33.33333%;
}
.nt-grid-margin-x > .nt-medium-offset-4 {
margin-left: calc(33.33333% + 15px);
}
.nt-medium-offset-5 {
margin-left: 41.66667%;
}
.nt-grid-margin-x > .nt-medium-offset-5 {
margin-left: calc(41.66667% + 15px);
}
.nt-medium-offset-6 {
margin-left: 50%;
}
.nt-grid-margin-x > .nt-medium-offset-6 {
margin-left: calc(50% + 15px);
}
.nt-medium-offset-7 {
margin-left: 58.33333%;
}
.nt-grid-margin-x > .nt-medium-offset-7 {
margin-left: calc(58.33333% + 15px);
}
.nt-medium-offset-8 {
margin-left: 66.66667%;
}
.nt-grid-margin-x > .nt-medium-offset-8 {
margin-left: calc(66.66667% + 15px);
}
.nt-medium-offset-9 {
margin-left: 75%;
}
.nt-grid-margin-x > .nt-medium-offset-9 {
margin-left: calc(75% + 15px);
}
.nt-medium-offset-10 {
margin-left: 83.33333%;
}
.nt-grid-margin-x > .nt-medium-offset-10 {
margin-left: calc(83.33333% + 15px);
}
.nt-medium-offset-11 {
margin-left: 91.66667%;
}
.nt-grid-margin-x > .nt-medium-offset-11 {
margin-left: calc(91.66667% + 15px);
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-offset-0 {
margin-left: 0%;
}
.nt-grid-margin-x > .nt-large-offset-0 {
margin-left: calc(0% + 15px);
}
.nt-large-offset-1 {
margin-left: 8.33333%;
}
.nt-grid-margin-x > .nt-large-offset-1 {
margin-left: calc(8.33333% + 15px);
}
.nt-large-offset-2 {
margin-left: 16.66667%;
}
.nt-grid-margin-x > .nt-large-offset-2 {
margin-left: calc(16.66667% + 15px);
}
.nt-large-offset-3 {
margin-left: 25%;
}
.nt-grid-margin-x > .nt-large-offset-3 {
margin-left: calc(25% + 15px);
}
.nt-large-offset-4 {
margin-left: 33.33333%;
}
.nt-grid-margin-x > .nt-large-offset-4 {
margin-left: calc(33.33333% + 15px);
}
.nt-large-offset-5 {
margin-left: 41.66667%;
}
.nt-grid-margin-x > .nt-large-offset-5 {
margin-left: calc(41.66667% + 15px);
}
.nt-large-offset-6 {
margin-left: 50%;
}
.nt-grid-margin-x > .nt-large-offset-6 {
margin-left: calc(50% + 15px);
}
.nt-large-offset-7 {
margin-left: 58.33333%;
}
.nt-grid-margin-x > .nt-large-offset-7 {
margin-left: calc(58.33333% + 15px);
}
.nt-large-offset-8 {
margin-left: 66.66667%;
}
.nt-grid-margin-x > .nt-large-offset-8 {
margin-left: calc(66.66667% + 15px);
}
.nt-large-offset-9 {
margin-left: 75%;
}
.nt-grid-margin-x > .nt-large-offset-9 {
margin-left: calc(75% + 15px);
}
.nt-large-offset-10 {
margin-left: 83.33333%;
}
.nt-grid-margin-x > .nt-large-offset-10 {
margin-left: calc(83.33333% + 15px);
}
.nt-large-offset-11 {
margin-left: 91.66667%;
}
.nt-grid-margin-x > .nt-large-offset-11 {
margin-left: calc(91.66667% + 15px);
}
}
.nt-grid-y {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.nt-grid-y > .nt-cell {
width: auto;
}
.nt-grid-y > .nt-auto {
height: auto;
}
.nt-grid-y > .nt-shrink {
height: auto;
}
.nt-grid-y > small-shrink,
.nt-grid-y > small-full,
.nt-grid-y > small-1,
.nt-grid-y > small-2,
.nt-grid-y > small-3,
.nt-grid-y > small-4,
.nt-grid-y > small-5,
.nt-grid-y > small-6,
.nt-grid-y > small-7,
.nt-grid-y > small-8,
.nt-grid-y > small-9,
.nt-grid-y > small-10,
.nt-grid-y > small-11,
.nt-grid-y > small-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
@media print, screen and (min-width: 640px) {
.nt-grid-y > medium-shrink,
.nt-grid-y > medium-full,
.nt-grid-y > medium-1,
.nt-grid-y > medium-2,
.nt-grid-y > medium-3,
.nt-grid-y > medium-4,
.nt-grid-y > medium-5,
.nt-grid-y > medium-6,
.nt-grid-y > medium-7,
.nt-grid-y > medium-8,
.nt-grid-y > medium-9,
.nt-grid-y > medium-10,
.nt-grid-y > medium-11,
.nt-grid-y > medium-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-y > large-shrink,
.nt-grid-y > large-full,
.nt-grid-y > large-1,
.nt-grid-y > large-2,
.nt-grid-y > large-3,
.nt-grid-y > large-4,
.nt-grid-y > large-5,
.nt-grid-y > large-6,
.nt-grid-y > large-7,
.nt-grid-y > large-8,
.nt-grid-y > large-9,
.nt-grid-y > large-10,
.nt-grid-y > large-11,
.nt-grid-y > large-12 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
}
.nt-grid-y > .nt-small-1 {
height: 8.33333%;
}
.nt-grid-y > .nt-small-2 {
height: 16.66667%;
}
.nt-grid-y > .nt-small-3 {
height: 25%;
}
.nt-grid-y > .nt-small-4 {
height: 33.33333%;
}
.nt-grid-y > .nt-small-5 {
height: 41.66667%;
}
.nt-grid-y > .nt-small-6 {
height: 50%;
}
.nt-grid-y > .nt-small-7 {
height: 58.33333%;
}
.nt-grid-y > .nt-small-8 {
height: 66.66667%;
}
.nt-grid-y > .nt-small-9 {
height: 75%;
}
.nt-grid-y > .nt-small-10 {
height: 83.33333%;
}
.nt-grid-y > .nt-small-11 {
height: 91.66667%;
}
.nt-grid-y > .nt-small-12 {
height: 100%;
}
@media print, screen and (min-width: 640px) {
.nt-grid-y > .nt-medium-auto {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
height: auto;
}
.nt-grid-y > .nt-medium-shrink {
height: auto;
}
.nt-grid-y > .nt-medium-1 {
height: 8.33333%;
}
.nt-grid-y > .nt-medium-2 {
height: 16.66667%;
}
.nt-grid-y > .nt-medium-3 {
height: 25%;
}
.nt-grid-y > .nt-medium-4 {
height: 33.33333%;
}
.nt-grid-y > .nt-medium-5 {
height: 41.66667%;
}
.nt-grid-y > .nt-medium-6 {
height: 50%;
}
.nt-grid-y > .nt-medium-7 {
height: 58.33333%;
}
.nt-grid-y > .nt-medium-8 {
height: 66.66667%;
}
.nt-grid-y > .nt-medium-9 {
height: 75%;
}
.nt-grid-y > .nt-medium-10 {
height: 83.33333%;
}
.nt-grid-y > .nt-medium-11 {
height: 91.66667%;
}
.nt-grid-y > .nt-medium-12 {
height: 100%;
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-y > .nt-large-auto {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
height: auto;
}
.nt-grid-y > .nt-large-shrink {
height: auto;
}
.nt-grid-y > .nt-large-1 {
height: 8.33333%;
}
.nt-grid-y > .nt-large-2 {
height: 16.66667%;
}
.nt-grid-y > .nt-large-3 {
height: 25%;
}
.nt-grid-y > .nt-large-4 {
height: 33.33333%;
}
.nt-grid-y > .nt-large-5 {
height: 41.66667%;
}
.nt-grid-y > .nt-large-6 {
height: 50%;
}
.nt-grid-y > .nt-large-7 {
height: 58.33333%;
}
.nt-grid-y > .nt-large-8 {
height: 66.66667%;
}
.nt-grid-y > .nt-large-9 {
height: 75%;
}
.nt-grid-y > .nt-large-10 {
height: 83.33333%;
}
.nt-grid-y > .nt-large-11 {
height: 91.66667%;
}
.nt-grid-y > .nt-large-12 {
height: 100%;
}
}
.nt-grid-padding-y .nt-grid-padding-y {
margin-top: -15px;
margin-bottom: -15px;
}
.nt-grid-padding-y > .nt-cell {
padding-top: 15px;
padding-bottom: 15px;
}
.nt-grid-margin-y {
margin-top: -15px;
margin-bottom: -15px;
}
.nt-grid-margin-y > .nt-cell {
height: calc(100% - 30px);
margin-top: 15px;
margin-bottom: 15px;
}
.nt-grid-margin-y > .nt-auto {
height: auto;
}
.nt-grid-margin-y > .nt-shrink {
height: auto;
}
.nt-grid-margin-y > .nt-small-1 {
height: calc(8.33333% - 30px);
}
.nt-grid-margin-y > .nt-small-2 {
height: calc(16.66667% - 30px);
}
.nt-grid-margin-y > .nt-small-3 {
height: calc(25% - 30px);
}
.nt-grid-margin-y > .nt-small-4 {
height: calc(33.33333% - 30px);
}
.nt-grid-margin-y > .nt-small-5 {
height: calc(41.66667% - 30px);
}
.nt-grid-margin-y > .nt-small-6 {
height: calc(50% - 30px);
}
.nt-grid-margin-y > .nt-small-7 {
height: calc(58.33333% - 30px);
}
.nt-grid-margin-y > .nt-small-8 {
height: calc(66.66667% - 30px);
}
.nt-grid-margin-y > .nt-small-9 {
height: calc(75% - 30px);
}
.nt-grid-margin-y > .nt-small-10 {
height: calc(83.33333% - 30px);
}
.nt-grid-margin-y > .nt-small-11 {
height: calc(91.66667% - 30px);
}
.nt-grid-margin-y > .nt-small-12 {
height: calc(100% - 30px);
}
@media print, screen and (min-width: 640px) {
.nt-grid-margin-y > .nt-medium-auto {
height: auto;
}
.nt-grid-margin-y > .nt-medium-shrink {
height: auto;
}
.nt-grid-margin-y > .nt-medium-1 {
height: calc(8.33333% - 30px);
}
.nt-grid-margin-y > .nt-medium-2 {
height: calc(16.66667% - 30px);
}
.nt-grid-margin-y > .nt-medium-3 {
height: calc(25% - 30px);
}
.nt-grid-margin-y > .nt-medium-4 {
height: calc(33.33333% - 30px);
}
.nt-grid-margin-y > .nt-medium-5 {
height: calc(41.66667% - 30px);
}
.nt-grid-margin-y > .nt-medium-6 {
height: calc(50% - 30px);
}
.nt-grid-margin-y > .nt-medium-7 {
height: calc(58.33333% - 30px);
}
.nt-grid-margin-y > .nt-medium-8 {
height: calc(66.66667% - 30px);
}
.nt-grid-margin-y > .nt-medium-9 {
height: calc(75% - 30px);
}
.nt-grid-margin-y > .nt-medium-10 {
height: calc(83.33333% - 30px);
}
.nt-grid-margin-y > .nt-medium-11 {
height: calc(91.66667% - 30px);
}
.nt-grid-margin-y > .nt-medium-12 {
height: calc(100% - 30px);
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-margin-y > .nt-large-auto {
height: auto;
}
.nt-grid-margin-y > .nt-large-shrink {
height: auto;
}
.nt-grid-margin-y > .nt-large-1 {
height: calc(8.33333% - 30px);
}
.nt-grid-margin-y > .nt-large-2 {
height: calc(16.66667% - 30px);
}
.nt-grid-margin-y > .nt-large-3 {
height: calc(25% - 30px);
}
.nt-grid-margin-y > .nt-large-4 {
height: calc(33.33333% - 30px);
}
.nt-grid-margin-y > .nt-large-5 {
height: calc(41.66667% - 30px);
}
.nt-grid-margin-y > .nt-large-6 {
height: calc(50% - 30px);
}
.nt-grid-margin-y > .nt-large-7 {
height: calc(58.33333% - 30px);
}
.nt-grid-margin-y > .nt-large-8 {
height: calc(66.66667% - 30px);
}
.nt-grid-margin-y > .nt-large-9 {
height: calc(75% - 30px);
}
.nt-grid-margin-y > .nt-large-10 {
height: calc(83.33333% - 30px);
}
.nt-grid-margin-y > .nt-large-11 {
height: calc(91.66667% - 30px);
}
.nt-grid-margin-y > .nt-large-12 {
height: calc(100% - 30px);
}
}
.nt-grid-frame {
width: 100vw;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
.nt-cell .nt-grid-frame {
width: 100%;
}
.nt-cell-block {
overflow-x: auto;
max-width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.nt-cell-block-y {
overflow-y: auto;
max-height: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.nt-cell-block-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 100%;
}
.nt-cell-block-container > .nt-grid-x {
max-height: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
@media print, screen and (min-width: 640px) {
.nt-medium-grid-frame {
width: 100vw;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
.nt-cell .nt-medium-grid-frame {
width: 100%;
}
.nt-medium-cell-block {
overflow-x: auto;
max-width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.nt-medium-cell-block-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 100%;
}
.nt-medium-cell-block-container > .nt-grid-x {
max-height: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.nt-medium-cell-block-y {
overflow-y: auto;
max-height: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-grid-frame {
width: 100vw;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
.nt-cell .nt-large-grid-frame {
width: 100%;
}
.nt-large-cell-block {
overflow-x: auto;
max-width: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.nt-large-cell-block-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 100%;
}
.nt-large-cell-block-container > .nt-grid-x {
max-height: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.nt-large-cell-block-y {
overflow-y: auto;
max-height: 100%;
-webkit-overflow-scrolling: touch;
-ms-overflow-stype: -ms-autohiding-scrollbar;
}
}
.nt-grid-y.nt-grid-frame {
width: auto;
height: 100vh;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
@media print, screen and (min-width: 640px) {
.nt-grid-y.nt-medium-grid-frame {
width: auto;
height: 100vh;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
}
@media print, screen and (min-width: 1024px) {
.nt-grid-y.nt-large-grid-frame {
width: auto;
height: 100vh;
overflow: hidden;
position: relative;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-align: stretch;
align-items: stretch;
}
}
.nt-cell .nt-grid-y.nt-grid-frame {
height: 100%;
}
@media print, screen and (min-width: 640px) {
.nt-cell .nt-grid-y.nt-medium-grid-frame {
height: 100%;
}
}
@media print, screen and (min-width: 1024px) {
.nt-cell .nt-grid-y.nt-large-grid-frame {
height: 100%;
}
}
.nt-align-right {
-ms-flex-pack: end;
justify-content: flex-end;
}
.nt-align-center {
-ms-flex-pack: center;
justify-content: center;
}
.nt-align-justify {
-ms-flex-pack: justify;
justify-content: space-between;
}
.nt-align-spaced {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.nt-align-right.nt-vertical.nt-menu > li > a {
-ms-flex-pack: end;
justify-content: flex-end;
}
.nt-align-center.nt-vertical.nt-menu > li > a {
-ms-flex-pack: center;
justify-content: center;
}
.nt-align-top {
-ms-flex-align: start;
align-items: flex-start;
}
.nt-align-self-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.nt-align-bottom {
-ms-flex-align: end;
align-items: flex-end;
}
.nt-align-self-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
.nt-align-middle {
-ms-flex-align: center;
align-items: center;
}
.nt-align-self-middle {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.nt-align-stretch {
-ms-flex-align: stretch;
align-items: stretch;
}
.nt-align-self-stretch {
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.nt-align-center-middle {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.nt-small-order-1 {
-ms-flex-order: 1;
order: 1;
}
.nt-small-order-2 {
-ms-flex-order: 2;
order: 2;
}
.nt-small-order-3 {
-ms-flex-order: 3;
order: 3;
}
.nt-small-order-4 {
-ms-flex-order: 4;
order: 4;
}
.nt-small-order-5 {
-ms-flex-order: 5;
order: 5;
}
.nt-small-order-6 {
-ms-flex-order: 6;
order: 6;
}
@media print, screen and (min-width: 640px) {
.nt-medium-order-1 {
-ms-flex-order: 1;
order: 1;
}
.nt-medium-order-2 {
-ms-flex-order: 2;
order: 2;
}
.nt-medium-order-3 {
-ms-flex-order: 3;
order: 3;
}
.nt-medium-order-4 {
-ms-flex-order: 4;
order: 4;
}
.nt-medium-order-5 {
-ms-flex-order: 5;
order: 5;
}
.nt-medium-order-6 {
-ms-flex-order: 6;
order: 6;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-order-1 {
-ms-flex-order: 1;
order: 1;
}
.nt-large-order-2 {
-ms-flex-order: 2;
order: 2;
}
.nt-large-order-3 {
-ms-flex-order: 3;
order: 3;
}
.nt-large-order-4 {
-ms-flex-order: 4;
order: 4;
}
.nt-large-order-5 {
-ms-flex-order: 5;
order: 5;
}
.nt-large-order-6 {
-ms-flex-order: 6;
order: 6;
}
}
.nt-flex-container {
display: -ms-flexbox;
display: flex;
}
.nt-flex-child-auto {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.nt-flex-child-grow {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.nt-flex-child-shrink {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.nt-flex-dir-row {
-ms-flex-direction: row;
flex-direction: row;
}
.nt-flex-dir-row-reverse {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.nt-flex-dir-column {
-ms-flex-direction: column;
flex-direction: column;
}
.nt-flex-dir-column-reverse {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
@media print, screen and (min-width: 640px) {
.nt-medium-flex-container {
display: -ms-flexbox;
display: flex;
}
.nt-medium-flex-child-auto {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.nt-medium-flex-child-grow {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.nt-medium-flex-child-shrink {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.nt-medium-flex-dir-row {
-ms-flex-direction: row;
flex-direction: row;
}
.nt-medium-flex-dir-row-reverse {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.nt-medium-flex-dir-column {
-ms-flex-direction: column;
flex-direction: column;
}
.nt-medium-flex-dir-column-reverse {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-flex-container {
display: -ms-flexbox;
display: flex;
}
.nt-large-flex-child-auto {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.nt-large-flex-child-grow {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.nt-large-flex-child-shrink {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.nt-large-flex-dir-row {
-ms-flex-direction: row;
flex-direction: row;
}
.nt-large-flex-dir-row-reverse {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.nt-large-flex-dir-column {
-ms-flex-direction: column;
flex-direction: column;
}
.nt-large-flex-dir-column-reverse {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
} @media print, screen and (min-width: 640px) {
.nt-medium-up-right {
text-align: right;
}
} .nt-list button {
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 3px;
background: transparent;
line-height: 1;
}
.nt-list pre {
overflow: auto;
}
.nt-list button,
.nt-list input,
.nt-list optgroup,
.nt-list select,
.nt-list textarea {
font-family: inherit;
}
.nt-is-visible {
display: block !important;
}
.nt-is-hidden {
display: none !important;
}
.nt-list div,
.nt-list dl,
.nt-list dt,
.nt-list dd,
.nt-list ul,
.nt-list ol,
.nt-list li,
.nt-list h1,
.nt-list h2,
.nt-list h3,
.nt-list h4,
.nt-list h5,
.nt-list h6,
.nt-list pre,
.nt-list form,
.nt-list p,
.nt-list blockquote,
.nt-list th,
.nt-list td {
margin: 0;
padding: 0;
}
.nt-list p {
margin-bottom: 16px;
font-size: inherit;
line-height: 1.6;
text-rendering: optimizeLegibility;
}
.nt-list em {
font-style: italic;
line-height: inherit;
}
.nt-list strong,
.nt-list b {
font-weight: bold;
line-height: inherit;
}
.nt-list small {
font-size: 80%;
line-height: inherit;
}
.nt-list h1,
.nt-list h2,
.nt-list h3,
.nt-list h4,
.nt-list h5,
.nt-list h6 { font-style: normal;
font-weight: normal;
color: inherit;
text-rendering: optimizeLegibility;
}
.nt-list h1 small,
.nt-list h2 small,
.nt-list h3 small,
.nt-list h4 small,
.nt-list h5 small,
.nt-list h6 small {
line-height: 0;
color: #cacaca;
}
.nt-list h1 {
font-size: 24px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
.nt-list h2 {
font-size: 20px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
.nt-list h3 {
font-size: 19px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
.nt-list h4 {
font-size: 18px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
.nt-list h5 {
font-size: 17px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
.nt-list h6 {
font-size: 16px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 8px;
}
@media print, screen and (min-width: 640px) {
.nt-list h1 {
font-size: 48px;
}
.nt-list h2 {
font-size: 40px;
}
.nt-list h3 {
font-size: 31px;
}
.nt-list h4 {
font-size: 25px;
}
.nt-list h5 {
font-size: 20px;
}
.nt-list h6 {
font-size: 16px;
}
}
.nt-list a {
line-height: inherit;
color: #2ba6cb;
text-decoration: none;
cursor: pointer;
}
.nt-list a:hover,
.nt-list a:focus {
color: #258faf;
}
.nt-list a img {
border: 0;
}
.nt-list hr {
clear: both;
max-width: 1000px;
height: 0;
margin: 20px auto;
border-top: 0;
border-right: 0;
border-bottom: 1px solid #cacaca;
border-left: 0;
}
.nt-list ul,
.nt-list ol,
.nt-list dl {
margin-bottom: 16px;
list-style-position: outside;
line-height: 1.6;
}
.nt-list li {
font-size: inherit;
}
.nt-list ul {
margin-left: 20px;
list-style-type: none;
}
.nt-list ol {
margin-left: 20px;
}
.nt-list ul ul,
.nt-list ol ul,
.nt-list ul ol,
.nt-list ol ol {
margin-left: 20px;
margin-bottom: 0;
}
.nt-list dl {
margin-bottom: 16px;
}
.nt-list dl dt {
margin-bottom: 4px;
font-weight: bold;
}
.nt-list blockquote {
margin: 0 0 16px;
padding: 9px 20px 0 19px;
border-left: 1px solid #cacaca;
}
.nt-list blockquote,
.nt-list blockquote p {
line-height: 1.6;
color: #8a8a8a;
}
.nt-list cite {
display: block;
font-size: 13px;
color: #8a8a8a;
}
.nt-list cite:before {
content: "— ";
}
.nt-list abbr,
.nt-list abbr[title] {
border-bottom: 1px dotted #0a0a0a;
cursor: help;
text-decoration: none;
}
.nt-list figure {
margin: 0;
}
.nt-list code {
padding: 2px 5px 1px;
border: 1px solid #cacaca;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #0a0a0a;
}
.nt-list kbd {
margin: 0;
padding: 2px 4px 0;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
color: #0a0a0a;
border-radius: 3px;
}
.nt-subheader {
margin-top: 3px;
margin-bottom: 8px;
font-weight: normal;
line-height: 1.4;
color: #8a8a8a;
}
.nt-lead {
font-size: 125%;
line-height: 1.6;
}
.nt-stat {
font-size: 40px;
line-height: 1;
}
.nt-list p + .stat {
margin-top: -16px;
}
.nt-list ul.nt-nobullet,
.nt-list ol.nt-nobullet {
margin-left: 0;
list-style: none;
}
.nt-text-left {
text-align: left;
}
.nt-text-right {
text-align: right;
}
.nt-text-center {
text-align: center;
}
.nt-text-justify {
text-align: justify;
}
@media print, screen and (min-width: 640px) {
.nt-medium-text-left {
text-align: left;
}
.nt-medium-text-right {
text-align: right;
}
.nt-medium-text-center {
text-align: center;
}
.nt-medium-text-justify {
text-align: justify;
}
}
@media print, screen and (min-width: 1024px) {
.nt-large-text-left {
text-align: left;
}
.nt-large-text-right {
text-align: right;
}
.nt-large-text-center {
text-align: center;
}
.nt-large-text-justify {
text-align: justify;
}
}
.nt-show-for-print {
display: none !important;
}
@media print {
.nt-list * {
background: transparent !important;
box-shadow: none !important;
color: black !important;
text-shadow: none !important;
}
.nt-show-for-print {
display: block !important;
}
.nt-hide-for-print {
display: none !important;
}
.nt-list table.nt-show-for-print {
display: table !important;
}
.nt-list thead.nt-show-for-print {
display: table-header-group !important;
}
.nt-list tbody.nt-show-for-print {
display: table-row-group !important;
}
.nt-list tr.nt-show-for-print {
display: table-row !important;
}
.nt-list td.nt-show-for-print {
display: table-cell !important;
}
.nt-list th.nt-show-for-print {
display: table-cell !important;
}
.nt-list a,
.nt-list a:visited {
text-decoration: underline;
}
.nt-list a[href]:after {
content: " (" attr(href) ")";
}
.nt-list .nt-ir a:after,
.nt-list a[href^="javascript:"]:after,
.nt-list a[href^="#"]:after {
content: "";
}
.nt-list abbr[title]:after {
content: " (" attr(title) ")";
}
.nt-list pre,
.nt-list blockquote {
border: 1px solid #8a8a8a;
page-break-inside: avoid;
}
.nt-list thead {
display: table-header-group;
}
.nt-list tr,
.nt-list img {
page-break-inside: avoid;
}
.nt-list img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
.nt-list p,
.nt-list h2,
.nt-list h3 {
orphans: 3;
widows: 3;
}
.nt-list h2,
.nt-list h3 {
page-break-after: avoid;
}
.nt-print-break-inside {
page-break-inside: auto;
}
}
.nt-list [type="text"],
.nt-list [type="password"],
.nt-list [type="date"],
.nt-list [type="datetime"],
.nt-list [type="datetime-local"],
.nt-list [type="month"],
.nt-list [type="week"],
.nt-list [type="email"],
.nt-list [type="number"],
.nt-list [type="search"],
.nt-list [type="tel"],
.nt-list [type="time"],
.nt-list [type="url"],
.nt-list [type="color"],
.nt-list textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 39px;
margin: 0 0 16px;
padding: 8px;
border: 1px solid #cacaca;
border-radius: 3px;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
font-family: inherit;
font-size: 16px;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.nt-list [type="text"]:focus,
.nt-list [type="password"]:focus,
.nt-list [type="date"]:focus,
.nt-list [type="datetime"]:focus,
.nt-list [type="datetime-local"]:focus,
.nt-list [type="month"]:focus,
.nt-list [type="week"]:focus,
.nt-list [type="email"]:focus,
.nt-list [type="number"]:focus,
.nt-list [type="search"]:focus,
.nt-list [type="tel"]:focus,
.nt-list [type="time"]:focus,
.nt-list [type="url"]:focus,
.nt-list [type="color"]:focus,
.nt-list textarea:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.nt-list textarea {
max-width: 100%;
}
.nt-list textarea[rows] {
height: auto;
}
.nt-list input::-webkit-input-placeholder,
.nt-list textarea::-webkit-input-placeholder {
color: #cacaca;
}
.nt-list input::-moz-placeholder,
.nt-list textarea::-moz-placeholder {
color: #cacaca;
}
.nt-list input:-ms-input-placeholder,
.nt-list textarea:-ms-input-placeholder {
color: #cacaca;
}
.nt-list input::placeholder,
.nt-list textarea::placeholder {
color: #cacaca;
}
.nt-list input:disabled,
.nt-list input[readonly],
.nt-list textarea:disabled,
.nt-list textarea[readonly] {
background-color: #e6e6e6;
cursor: not-allowed;
}
.nt-list [type="submit"],
.nt-list [type="button"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
}
.nt-list input[type="search"] {
box-sizing: border-box;
}
.nt-list [type="file"],
.nt-list [type="checkbox"],
.nt-list [type="radio"] {
margin: 0 0 16px;
}
.nt-list [type="checkbox"] + label,
.nt-list [type="radio"] + label {
display: inline-block;
vertical-align: baseline;
margin-left: 8px;
margin-right: 16px;
margin-bottom: 0;
}
.nt-list [type="checkbox"] + label[for],
.nt-list [type="radio"] + label[for] {
cursor: pointer;
}
.nt-list label > [type="checkbox"],
.nt-list label > [type="radio"] {
margin-right: 8px;
}
[type="file"] {
width: 100%;
}
.nt-list label {
display: block;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.8;
color: #0a0a0a;
}
.nt-list label.middle {
margin: 0 0 16px;
padding: 9px 0;
}
.nt-help-text {
margin-top: -8px;
font-size: 13px;
font-style: italic;
color: #0a0a0a;
}
.nt-input-group {
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 16px;
-ms-flex-align: stretch;
align-items: stretch;
}
.nt-input-group > :first-child {
border-radius: 3px 0 0 3px;
}
.nt-input-group > :last-child > * {
border-radius: 0 3px 3px 0;
}
.nt-input-group-label,
.nt-input-group-field,
.nt-input-group-button,
.nt-input-group-button a,
.nt-input-group-button input,
.nt-input-group-button button,
.nt-input-group-button label {
margin: 0;
white-space: nowrap;
}
.nt-input-group-label {
padding: 0 16px;
border: 1px solid #cacaca;
background: #e6e6e6;
color: #0a0a0a;
text-align: center;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-align: center;
align-items: center;
}
.nt-input-group-label:first-child {
border-right: 0;
}
.nt-input-group-label:last-child {
border-left: 0;
}
.nt-input-group-field {
border-radius: 0;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
height: auto;
min-width: 0;
}
.nt-input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.nt-input-group-button a,
.nt-input-group-button input,
.nt-input-group-button button,
.nt-input-group-button label {
height: 40px;
padding-top: 0;
padding-bottom: 0;
font-size: 16px;
}
.nt-list fieldset {
margin: 0;
padding: 0;
border: 0;
}
.nt-list legend {
max-width: 100%;
margin-bottom: 8px;
}
.nt-fieldset {
margin: 18px 0;
padding: 20px;
border: 1px solid #cacaca;
}
.nt-fieldset legend {
margin: 0;
margin-left: -3px;
padding: 0 3px;
}
.nt-list select {
height: 39px;
margin: 0 0 16px;
padding: 8px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #cacaca;
border-radius: 3px;
background-color: #fefefe;
font-family: inherit;
font-size: 16px;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -16px center;
background-repeat: no-repeat;
background-size: 9px 6px;
padding-right: 24px;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
.nt-list select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
}
}
.nt-list select:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.nt-list select:disabled {
background-color: #e6e6e6;
cursor: not-allowed;
}
.nt-list select::-ms-expand {
display: none;
}
.nt-list select[multiple] {
height: auto;
background-image: none;
}
.nt-is-invalid-input:not(:focus) {
border-color: #c60f13;
background-color: #f8e6e7;
}
.nt-is-invalid-input:not(:focus)::-webkit-input-placeholder {
color: #c60f13;
}
.nt-is-invalid-input:not(:focus)::-moz-placeholder {
color: #c60f13;
}
.nt-is-invalid-input:not(:focus):-ms-input-placeholder {
color: #c60f13;
}
.nt-is-invalid-input:not(:focus)::placeholder {
color: #c60f13;
}
.nt-is-invalid-label {
color: #c60f13;
}
.nt-form-error {
display: none;
margin-top: -8px;
margin-bottom: 16px;
font-size: 12px;
font-weight: bold;
color: #c60f13;
}
.nt-form-error.nt-is-visible {
display: block;
}
.nt-slide-in-down.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateY(-100%);
transform: translateY(-100%);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-in-down.nt-mui-enter.nt-mui-enter-active {
-ms-transform: translateY(0);
transform: translateY(0);
}
.nt-slide-in-left.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateX(-100%);
transform: translateX(-100%);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-in-left.nt-mui-enter.nt-mui-enter-active {
-ms-transform: translateX(0);
transform: translateX(0);
}
.nt-slide-in-up.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateY(100%);
transform: translateY(100%);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-in-up.nt-mui-enter.nt-mui-enter-active {
-ms-transform: translateY(0);
transform: translateY(0);
}
.nt-slide-in-right.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateX(100%);
transform: translateX(100%);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-in-right.nt-mui-enter.nt-mui-enter-active {
-ms-transform: translateX(0);
transform: translateX(0);
}
.nt-slide-out-down.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateY(0);
transform: translateY(0);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-out-down.nt-mui-leave.nt-mui-leave-active {
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.nt-slide-out-right.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateX(0);
transform: translateX(0);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-out-right.nt-mui-leave.nt-mui-leave-active {
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.nt-slide-out-up.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateY(0);
transform: translateY(0);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-out-up.nt-mui-leave.nt-mui-leave-active {
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.nt-slide-out-left.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: translateX(0);
transform: translateX(0);
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nt-slide-out-left.nt-mui-leave.nt-mui-leave-active {
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.nt-fade-in.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
opacity: 0;
transition-property: opacity;
}
.nt-fade-in.nt-mui-enter.nt-mui-enter-active {
opacity: 1;
}
.nt-fade-out.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
opacity: 1;
transition-property: opacity;
}
.nt-fade-out.nt-mui-leave.nt-mui-leave-active {
opacity: 0;
}
.nt-hinge-in-from-top.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateX(-90deg);
-ms-transform-origin: top;
transform-origin: top;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-top.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-in-from-right.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateY(-90deg);
-ms-transform-origin: right;
transform-origin: right;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-right.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-in-from-bottom.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateX(90deg);
-ms-transform-origin: bottom;
transform-origin: bottom;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-bottom.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-in-from-left.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateY(90deg);
-ms-transform-origin: left;
transform-origin: left;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-left.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-in-from-middle-x.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateX(-90deg);
-ms-transform-origin: center;
transform-origin: center;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-middle-x.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-in-from-middle-y.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotateY(-90deg);
-ms-transform-origin: center;
transform-origin: center;
transition-property: transform, opacity;
opacity: 0;
}
.nt-hinge-in-from-middle-y.nt-mui-enter.nt-mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1;
}
.nt-hinge-out-from-top.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: top;
transform-origin: top;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-top.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateX(-90deg);
opacity: 0;
}
.nt-hinge-out-from-right.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: right;
transform-origin: right;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-right.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateY(-90deg);
opacity: 0;
}
.nt-hinge-out-from-bottom.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: bottom;
transform-origin: bottom;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-bottom.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateX(90deg);
opacity: 0;
}
.nt-hinge-out-from-left.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: left;
transform-origin: left;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-left.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateY(90deg);
opacity: 0;
}
.nt-hinge-out-from-middle-x.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: center;
transform-origin: center;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-middle-x.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateX(-90deg);
opacity: 0;
}
.nt-hinge-out-from-middle-y.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
transform: perspective(2000px) rotate(0deg);
-ms-transform-origin: center;
transform-origin: center;
transition-property: transform, opacity;
opacity: 1;
}
.nt-hinge-out-from-middle-y.nt-mui-leave.nt-mui-leave-active {
transform: perspective(2000px) rotateY(-90deg);
opacity: 0;
}
.nt-scale-in-up.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: scale(0.5);
transform: scale(0.5);
transition-property: transform, opacity;
opacity: 0;
}
.nt-scale-in-up.nt-mui-enter.nt-mui-enter-active {
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.nt-scale-in-down.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: scale(1.5);
transform: scale(1.5);
transition-property: transform, opacity;
opacity: 0;
}
.nt-scale-in-down.nt-mui-enter.nt-mui-enter-active {
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.nt-scale-out-up.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: scale(1);
transform: scale(1);
transition-property: transform, opacity;
opacity: 1;
}
.nt-scale-out-up.nt-mui-leave.nt-mui-leave-active {
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.nt-scale-out-down.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: scale(1);
transform: scale(1);
transition-property: transform, opacity;
opacity: 1;
}
.nt-scale-out-down.nt-mui-leave.nt-mui-leave-active {
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
.nt-spin-in.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: rotate(-0.75turn);
transform: rotate(-0.75turn);
transition-property: transform, opacity;
opacity: 0;
}
.nt-spin-in.nt-mui-enter.nt-mui-enter-active {
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
.nt-spin-out.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: rotate(0);
transform: rotate(0);
transition-property: transform, opacity;
opacity: 1;
}
.nt-spin-out.nt-mui-leave.nt-mui-leave-active {
-ms-transform: rotate(0.75turn);
transform: rotate(0.75turn);
opacity: 0;
}
.nt-spin-in-ccw.nt-mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: rotate(0.75turn);
transform: rotate(0.75turn);
transition-property: transform, opacity;
opacity: 0;
}
.nt-spin-in-ccw.nt-mui-enter.nt-mui-enter-active {
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
.nt-spin-out-ccw.nt-mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-ms-transform: rotate(0);
transform: rotate(0);
transition-property: transform, opacity;
opacity: 1;
}
.nt-spin-out-ccw.nt-mui-leave.nt-mui-leave-active {
-ms-transform: rotate(-0.75turn);
transform: rotate(-0.75turn);
opacity: 0;
}
.nt-slow {
transition-duration: 750ms !important;
}
.nt-fast {
transition-duration: 250ms !important;
}
.nt-linear {
transition-timing-function: linear !important;
}
.nt-ease {
transition-timing-function: ease !important;
}
.nt-ease-in {
transition-timing-function: ease-in !important;
}
.nt-ease-out {
transition-timing-function: ease-out !important;
}
.nt-ease-in-out {
transition-timing-function: ease-in-out !important;
}
.nt-bounce-in {
transition-timing-function: cubic-bezier(
0.485,
0.155,
0.24,
1.245
) !important;
}
.nt-bounce-out {
transition-timing-function: cubic-bezier(
0.485,
0.155,
0.515,
0.845
) !important;
}
.nt-bounce-in-out {
transition-timing-function: cubic-bezier(
0.76,
-0.245,
0.24,
1.245
) !important;
}
.nt-short-delay {
transition-delay: 300ms !important;
}
.nt-long-delay {
transition-delay: 700ms !important;
}
.nt-shake {
animation-name: nt-shake-7;
}
@keyframes nt-shake-7 {
0%,
10%,
20%,
30%,
40%,
50%,
60%,
70%,
80%,
90% {
transform: translateX(7%);
}
5%,
15%,
25%,
35%,
45%,
55%,
65%,
75%,
85%,
95% {
transform: translateX(-7%);
}
}
.nt-spin-cw {
animation-name: nt-spin-cw-1turn;
}
@keyframes nt-spin-cw-1turn {
0% {
transform: rotate(-1turn);
}
100% {
transform: rotate(0);
}
}
.nt-spin-ccw {
animation-name: nt-spin-ccw-1turn;
}
@keyframes nt-spin-ccw-1turn {
0% {
transform: rotate(0);
}
100% {
transform: rotate(1turn);
}
}
.nt-wiggle {
animation-name: nt-wiggle-7deg;
}
@keyframes nt-wiggle-7deg {
40%,
50%,
60% {
transform: rotate(7deg);
}
35%,
45%,
55%,
65% {
transform: rotate(-7deg);
}
0%,
30%,
70%,
100% {
transform: rotate(0);
}
}
.nt-shake,
.nt-spin-cw,
.nt-spin-ccw,
.nt-wiggle {
animation-duration: 500ms;
}
.nt-infinite {
animation-iteration-count: infinite;
}
.nt-slow {
animation-duration: 750ms !important;
}
.nt-fast {
animation-duration: 250ms !important;
}
.nt-linear {
animation-timing-function: linear !important;
}
.nt-ease {
animation-timing-function: ease !important;
}
.nt-ease-in {
animation-timing-function: ease-in !important;
}
.nt-ease-out {
animation-timing-function: ease-out !important;
}
.nt-ease-in-out {
animation-timing-function: ease-in-out !important;
}
.nt-bounce-in {
animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.nt-bounce-out {
animation-timing-function: cubic-bezier(
0.485,
0.155,
0.515,
0.845
) !important;
}
.nt-bounce-in-out {
animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.nt-short-delay {
animation-delay: 300ms !important;
}
.nt-long-delay {
animation-delay: 700ms !important;
} .nt-button {
padding: 10px 20px;
border-radius: 2px;
background: white;
color: #444;
}
.nt-button:hover {
opacity: 1;
}
@media (max-width: 639px) {
.nt-hide-for-small {
display: none;
}
}
@media (min-width: 640px) {
.nt-show-for-small {
display: none;
}
}
@media (max-width: 639px) {
.nt-small-text-left {
text-align: left;
}
}
@media (min-width: 640px) {
.nt-medium-text-right {
text-align: right;
}
}
@media (min-width: 640px) {
.nt-medium-float-right {
display: inline-block;
float: right;
}
}
.nt-list {   }
.nt-list .nt-search-section {
background: #eee;
margin: 30px 0;
padding: 20px 10px;
}
.nt-list .nt-search-section select {
margin: 0;
}
.nt-list .nt-search-section .nt-button-search-closed,
.nt-list .nt-search-section .nt-button-search-open {
background: white;
padding: 3px 15px;
display: inline-block;
border-radius: 99px;
cursor: pointer;
margin: 13px 0 0 0;
}
@media (min-width: 1024px) {
.nt-list .nt-search-section .nt-button-search-closed,
.nt-list .nt-search-section .nt-button-search-open {
margin: 5px auto;
}
}
.nt-list .nt-listcard {
position: relative;
color: black;
}
.nt-list .nt-listcard:hover {
color: black;
}
.nt-list .nt-listcard .nt-listcard-presentation {
background-color: whitesmoke;
color: black;
padding: 10px;
font-size: 14px;
font-weight: bold;
text-align: center;
width: 100%;
position: absolute;
top: 0;
}
.nt-list .nt-listcard .nt-listcard-images .nt-listcard-image {
padding-top: 85%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.nt-list .nt-listcard .nt-listcard-info {
padding: 15px 10px 20px;
text-align: center;
}
.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell {
font-size: 14px;
line-height: 190%;
}
.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell span::after {
content: " ";
}
.nt-list
.nt-listcard
.nt-listcard-info
.nt-listcard-info-cell
span:last-child::after {
content: "";
}
.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell:nth-child(1),
.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell:nth-child(2) {
font-weight: bold;
font-size: 16px;
}
.nt-list
.nt-listcard
.nt-listcard-info
.nt-listcard-info-cell.nt-listcard-company-name {
display: none;
}
.nt-list .nt-pagination-section {
padding-top: 40px;
padding-bottom: 40px;
}
.nt-list .nt-pagination-section .nt-pagination {
margin-left: 0;
margin-bottom: 16px;
}
.nt-list .nt-pagination-section .nt-pagination::before,
.nt-list .nt-pagination-section .nt-pagination::after {
display: table;
content: " ";
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1;
}
.nt-list .nt-pagination-section .nt-pagination::after {
clear: both;
}
.nt-list .nt-pagination-section .nt-pagination li {
margin-right: 1px;
border-radius: 0px;
font-size: 16px;
display: none;
}
.nt-list .nt-pagination-section .nt-pagination li:last-child,
.nt-list .nt-pagination-section .nt-pagination li:first-child {
display: inline-block;
}
@media print, screen and (min-width: 640px) {
.nt-list .nt-pagination-section .nt-pagination li {
display: inline-block;
}
}
.nt-list .nt-pagination-section .nt-pagination a,
.nt-list .nt-pagination-section .nt-pagination button {
display: block;
padding: 3px 10px;
border-radius: 0px;
color: #0a0a0a;
background: #e6e6e6;
}
.nt-list .nt-pagination-section .nt-pagination a:hover,
.nt-list .nt-pagination-section .nt-pagination button:hover {
background: #cecece;
}
.nt-list .nt-pagination-section .nt-pagination .nt-current {
padding: 3px 10px;
background: #666;
color: #fefefe;
cursor: default;
}
.nt-list .nt-pagination-section .nt-pagination .nt-disabled {
padding: 3px 10px;
color: #cacaca;
cursor: not-allowed;
}
.nt-list .nt-pagination-section .nt-pagination .nt-disabled:hover {
background: transparent;
}
.nt-list .nt-pagination-section .nt-pagination .nt-ellipsis::after {
padding: 3px 10px;
content: "…";
color: #0a0a0a;
}  .nt-list {            }
.nt-list .nt-h2,
.nt-list h2 {
font-size: 24px;
padding-bottom: 30px;
font-weight: 400;
}
.nt-list .nt-card-top-bar {
background: rgba(221, 221, 221, 0.3);
position: absolute;
z-index: 9;
width: 100%;
padding: 20px;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
@media (max-width: 639px) {
.nt-list .nt-card-top-bar {
background: rgba(255, 255, 255, 0);
padding-top: 30px;
}
}
.nt-list .nt-card-top-bar span {
font-weight: 600;
font-size: 20px;
}
.nt-list .nt-card-top-bar .nt-card-back-button {
display: inline-block;
text-align: center;
line-height: 40px;
font-size: 20px !important;
border-radius: 2px !important;
background: white !important;
color: #444 !important;
opacity: 0.8;
margin-right: 20px;
padding: 0 15px;
min-width: 40px;
}
.nt-list .nt-card-top-bar .nt-card-back-button:hover {
opacity: 1;
}
.nt-list .nt-feature {
display: flex;
background-size: cover;
background-position: center;
height: 600px;
height: 65vh;
max-height: 950px;
-webkit-box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
align-items: center;
justify-content: center;
}
.nt-list .nt-feature span::after {
content: " | ";
}
.nt-list .nt-feature span:last-child::after {
content: "";
}
.nt-list .nt-feature-header {
width: 100%;
background: rgba(10, 10, 10, 0.8);
text-align: center;
padding: 40px 0;
color: #fafafa;
}
@media (max-width: 639px) {
.nt-list .nt-feature {
height: 300px;
height: 50vh;
}
}
.nt-list .owl-theme .owl-nav {
position: absolute;
top: 49%;
width: 100%;
}
.nt-list .owl-theme .owl-nav .owl-prev {
left: 30px;
position: absolute;
}
.nt-list .owl-theme .owl-nav .owl-next {
right: 30px;
position: absolute;
}
.nt-list .owl-theme .owl-nav > div {
width: 40px;
height: 40px;
line-height: 31px;
font-size: 20px !important;
border-radius: 2px !important;
background: #fafafa !important;
color: #444 !important;
opacity: 0.8;
-webkit-box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
}
.nt-list .owl-theme .owl-nav > div:hover {
opacity: 1;
}
.nt-list .owl-theme .owl-dots {
position: absolute;
width: 100%;
bottom: 20px;
}
@media (max-width: 639px) {
.nt-list .owl-theme .owl-dots {
display: none;
}
}
.nt-list .nt-grid-container .nt-card-info-main {
padding: 30px 10px;
font-size: 20px;
font-weight: 400;
hyphens: auto;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main {
font-size: 16px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
font-size: 34px;
font-weight: 600;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
font-size: 20px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-h {
font-size: 28px;
font-weight: 400;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main .nt-h {
font-size: 20px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-more {
background: #eee;
padding: 20px;
text-align: center;
display: block;
width: 100%;
color: #444;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-card-presentation {
background-color: #8dc63f;
color: black;
padding: 15px 10px;
font-size: 16px;
font-weight: 600;
text-align: center;
display: block;
max-width: 300px;
margin-top: 30px;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-main {
background: #002e6c;
color: white;
margin: 10px 0 20px;
display: inline-block;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-main:hover {
background: #004fb9;
}
.nt-list .nt-grid-container .nt-card-info-padding {
padding: 40px 0;
}
.nt-list .nt-grid-container .nt-card-info-detail {
padding: 30px 10px;
font-size: 18px;
font-weight: 400;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-detail {
font-size: 14px;
}
}
.nt-list .nt-grid-container .nt-card-info-detail #lkvFrameInfo h2 {
border-bottom: 2px solid #ddd;
margin: 0 0 40px;
padding: 30px 0 10px;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable {
width: 100%;
border-width: 0;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
tbody {
border-width: 0;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.infoTitle {
width: 40%;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.even {
background: transparent;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.odd {
background: #f4f4f4;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
td {
padding: 10px 8px;
vertical-align: top;
}
.nt-list .nt-card-contact {
padding: 80px 30px;
border-bottom: 1px solid #eee;
background: #fafafa;
}
@media (max-width: 1023px) {
.nt-list .nt-card-contact {
padding: 60px 5px;
}
}
.nt-list .nt-card-contact .nt-card-person-img {
border-radius: 2px;
width: 100%;
max-width: 100%;
}
.nt-list .nt-card-contact .nt-card-contact-info {
padding: 40px;
font-size: 16px;
line-height: 30px;
}
@media (max-width: 1023px) {
.nt-list .nt-card-contact .nt-card-contact-info {
padding-top: 10px;
}
}
.nt-list .nt-card-contact .nt-card-contact-info span {
display: block;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-name {
font-size: 18px;
font-weight: 600;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing {
padding-top: 30px;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing span {
font-weight: bold;
display: inline;
}
.nt-list .nt-card-contact #orderBrochureForm input {
border-radius: 0;
}
.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton {
border-radius: 0;
background: #002e6c;
padding: 8px 40px;
color: white;
display: inline-block;
margin-top: 10px;
}
.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton:hover {
background: #00449f;
}
.nt-list .nt-card-some-share {
padding: 80px 10px;
border-bottom: 1px solid #eee;
background: white;
}
.nt-list .nt-card-some-share .nt-somebuttons {
font-size: 22px;
}
@media (max-width: 639px) {
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton {
display: block;
width: 100%;
}
}
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a {
margin-right: 30px;
color: black;
padding-bottom: 20px;
}
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a:hover {
color: gray;
} .nt-list {            }
.nt-list .nt-h2,
.nt-list h2 {
font-size: 24px;
padding-bottom: 30px;
font-weight: 400;
}
.nt-list .nt-card-top-bar {
background: rgba(221, 221, 221, 0.3);
position: absolute;
z-index: 9;
width: 100%;
padding: 20px;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
@media (max-width: 639px) {
.nt-list .nt-card-top-bar {
background: rgba(255, 255, 255, 0);
padding-top: 30px;
}
}
.nt-list .nt-card-top-bar span {
font-weight: 600;
font-size: 20px;
}
.nt-list .nt-card-top-bar .nt-card-back-button {
display: inline-block;
text-align: center;
line-height: 40px;
font-size: 20px !important;
border-radius: 2px !important;
background: white !important;
color: #444 !important;
opacity: 0.8;
margin-right: 20px;
padding: 0 15px;
min-width: 40px;
}
.nt-list .nt-card-top-bar .nt-card-back-button:hover {
opacity: 1;
}
.nt-list .nt-carousel-slide {
background-size: cover;
background-position: center;
height: 600px;
height: 74vh;
max-height: 950px;
-webkit-box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
text-align: center;
}
@media (max-width: 639px) {
.nt-list .nt-carousel-slide {
height: 300px;
height: 50vh;
}
}
.nt-list .owl-theme .owl-nav {
position: absolute;
top: 49%;
width: 100%;
}
.nt-list .owl-theme .owl-nav .owl-prev {
left: 30px;
position: absolute;
}
.nt-list .owl-theme .owl-nav .owl-next {
right: 30px;
position: absolute;
}
.nt-list .owl-theme .owl-nav > div {
width: 40px;
height: 40px;
line-height: 31px;
font-size: 20px !important;
border-radius: 2px !important;
background: #fafafa !important;
color: #444 !important;
opacity: 0.8;
-webkit-box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
}
.nt-list .owl-theme .owl-nav > div:hover {
opacity: 1;
}
.nt-list .owl-theme .owl-dots {
position: absolute;
width: 100%;
bottom: 20px;
}
@media (max-width: 639px) {
.nt-list .owl-theme .owl-dots {
display: none;
}
}
.nt-list .nt-grid-container .nt-card-info-main {
padding: 30px 10px;
font-size: 20px;
font-weight: 400;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main {
font-size: 16px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
font-size: 34px;
font-weight: 600;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
font-size: 20px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-h {
font-size: 28px;
font-weight: 400;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-main .nt-h {
font-size: 20px;
}
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-more {
background: #eee;
padding: 20px;
text-align: center;
display: block;
width: 100%;
color: #444;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-card-presentation {
background-color: #8dc63f;
color: black;
padding: 15px 10px;
font-size: 16px;
font-weight: 600;
text-align: center;
display: block;
max-width: 300px;
margin-top: 30px;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-main {
background: #002e6c;
color: white;
margin: 10px 0 20px;
display: inline-block;
}
.nt-list .nt-grid-container .nt-card-info-main .nt-button-main:hover {
background: #004fb9;
}
.nt-list .nt-grid-container .nt-card-info-padding {
padding: 40px 0;
}
.nt-list .nt-grid-container .nt-card-info-detail {
padding: 30px 10px;
font-size: 18px;
font-weight: 400;
}
@media (max-width: 639px) {
.nt-list .nt-grid-container .nt-card-info-detail {
font-size: 14px;
}
}
.nt-list .nt-grid-container .nt-card-info-detail #lkvFrameInfo h2 {
border-bottom: 2px solid #ddd;
margin: 0 0 40px;
padding: 30px 0 10px;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable {
width: 100%;
border-width: 0;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
tbody {
border-width: 0;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.infoTitle {
width: 40%;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.even {
background: transparent;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
.odd {
background: #f4f4f4;
}
.nt-list
.nt-grid-container
.nt-card-info-detail
#lkvFrameInfo
.lkvFrameInfoTable
td {
padding: 10px 8px;
vertical-align: top;
}
.nt-list .nt-card-contact {
padding: 80px 30px;
border-bottom: 1px solid #eee;
background: #fafafa;
}
@media (max-width: 1023px) {
.nt-list .nt-card-contact {
padding: 60px 5px;
}
}
.nt-list .nt-card-contact .nt-card-person-img {
border-radius: 2px;
width: 100%;
max-width: 100%;
}
.nt-list .nt-card-contact .nt-card-contact-info {
padding: 40px;
font-size: 16px;
line-height: 30px;
}
@media (max-width: 1023px) {
.nt-list .nt-card-contact .nt-card-contact-info {
padding-top: 10px;
}
}
.nt-list .nt-card-contact .nt-card-contact-info span {
display: block;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-name {
font-size: 18px;
font-weight: 600;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing {
padding-top: 30px;
}
.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing span {
font-weight: bold;
display: inline;
}
.nt-list .nt-card-contact #orderBrochureForm input {
border-radius: 0;
}
.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton {
border-radius: 0;
background: #002e6c;
padding: 8px 40px;
color: white;
display: inline-block;
margin-top: 10px;
}
.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton:hover {
background: #00449f;
}
.nt-list .nt-card-some-share {
padding: 80px 10px;
border-bottom: 1px solid #eee;
background: white;
}
.nt-list .nt-card-some-share .nt-somebuttons {
font-size: 22px;
}
@media (max-width: 639px) {
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton {
display: block;
width: 100%;
}
}
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a {
margin-right: 30px;
color: black;
padding-bottom: 20px;
}
.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a:hover {
color: gray;
} .nt-search-section { border-radius: 4px;
}
.nt-search-section input[type="text"],
.nt-search-section input[type="number"],
.nt-search-section select {
background: white !important;
box-shadow: none !important;
border: none !important;
border-radius: 1px;
}
.nt-search-section input[type="submit"] {
margin-top: 24px;
border-radius: 2px;
transition: all 0.3s;
width: 50%;
padding: 10px;
background: #444;
}
.nt-search-section input[type="submit"]:hover {
background: #666;
}
.nt-search-section .nt-small-6 input {
width: 90%;
} .nt-list .nt-listcard {
background: whitesmoke;
margin-bottom: 30px;
border-radius: 3px;
overflow: hidden; }  .nt-listcard-agent-image {
margin: 10px 15px 0 0;
}
.nt-listcard-agent-name {
display: inline-block;
position: relative;
top: 6px;
}
.nt-list a {
color: black;
text-decoration: none !important;
}
.nt-listcard-image {
padding-top: 66% !important;
}
.nt-listcard-presentation {
background-color: black !important;
color: white !important;
opacity: 0.7;
} .property-listing-pagination .page-numbers {
background: whitesmoke;
text-align: center;
border-radius: 99px;
width: 30px;
height: 30px;
display: inline-block;
line-height: 32px;
color: gray;
}
.property-listing-pagination .current { font-weight: bold;
}
.property-listing-pagination .prev,
.property-listing-pagination .next {
width: auto;
padding-left: 20px;
padding-right: 20px;
}
.nt-contact-info {
background: whitesmoke;
padding: 20px !important;
text-align: center;
margin-bottom: 30px !important;
}
.nt-contact-info ul {
padding: 20px 0 0 0;
margin: 0;
}
.nt-presentation-info {
background: whitesmoke;
margin: 0 0 30px 0 !important;
padding: 20px !important;
}
.nt-card-info-main {
}
.nt-list .nt-feature {
align-items: flex-end;
height: 600px;
height: 55vh;
max-height: 800px;
}
.nt-list .nt-feature-header {
padding-top: 100px;
padding-top: 11vw; background: -moz-linear-gradient(
top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.65) 100%
); background: -webkit-linear-gradient(
top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.65) 100%
); background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.65) 100%
); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.nt-list .nt-feature-header .nt-feature-content {
text-align: left;
max-width: 1300px;
padding: 0 25px;
margin: auto !important;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.nt-list .nt-feature-header .nt-feature-content hr {
display: none;
}
.nt-list .nt-feature-header .nt-feature-content h1 {
font-weight: 600;
font-size: 45px;
}
.nt-list .nt-feature-header .nt-feature-content h3 {
font-weight: 600;
font-size: 24px;
}
.nt-list .nt-feature-header .nt-feature-content p {
font-weight: 400;
font-size: 18px;
line-height: 1;
margin-top: 10px;
}
@media (max-width: 639px) {
.nt-list .nt-feature-header {
padding: 0;
}
.nt-list .nt-feature-header .nt-feature-content h1 {
font-size: 21px;
}
.nt-list .nt-feature-header .nt-feature-content h3 {
font-size: 17px;
}
.nt-list .nt-feature-header .nt-feature-content p {
font-size: 16px;
line-height: 1.5;
}
}
.nt-list .nt-grid-container {
max-width: 1300px;
} #lkvFrameInfo {
max-width: 1000px;
margin: auto;
font-size: 16px !important;
font-weight: 300 !important;
}
#lkvFrameInfo ul {
margin: 0;
}
#lkvFrameInfo tr td {
margin: 0 !important;
padding: 5px 15px !important;
}
@media (max-width: 639px) {
#lkvFrameInfo tr td {
margin: 0 !important;
padding: 5px 15px !important;
display: block !important;
}
.infoTitle {
width: 100% !important;
font-weight: bold !important;
}
}
#lkvFrameInfo h2 {
padding: 40px 15px 5px 15px !important;
font-size: 20px;
font-weight: 600;
}
#lkvFrameInfo tr:nth-child(odd) {
background: whitesmoke;
}
.nt-list .property-edit-link {
padding: 10px 20px;
background: black;
border-radius: 99px;
color: white !important;
margin: 30px 0;
display: inline-block;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.nt-list .property-edit-link:hover {
background: #444;
}
.nt-list .property-portal-link {
padding: 10px 20px;
background: #cc0033;
border-radius: 99px;
color: white !important;
margin: 30px 0;
display: inline-block;
font-size: 16px;
font-weight: 600;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.nt-list .property-portal-link:hover {
background: #b3002d;
}
.nt-list .nt-search-callout {
margin-bottom: 15px;
padding: 12px 18px;
border-radius: 4px;
}
.nt-search-callout p {
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}
.success {
background: #e1faea;
}
.warning {
background: #f7e4e1;
}
.nt-disclaimer {
background: whitesmoke;
padding: 20px !important;
text-align: center;
margin: 40px 0 30px 0 !important;
}
.nt-list .nt-links {
margin-bottom: 30px;
}
.virtual-presentation-button {
background-color: whitesmoke;
padding: 5px 10px;
border-radius: 3px;
border: 1px solid #ccc;
}@media (min-width: 1011px) {
::-webkit-full-page-media, :future, :root .nt-kohdekortti .fb_iframe_widget {
top: 0px;
}
} html {
scroll-behavior: smooth;
}
.nt-kohdekortti { background: white;         }
.nt-kohdekortti span::after {
content: "";
}
.nt-kohdekortti .nt-disclaimer {
background: rgba(230, 230, 230, 0.2) !important;
padding: 20px !important;
text-align: center;
border-top: 1px solid #eee !important;
margin: 40px 0 0 !important;
}
.nt-kohdekortti .nt-nowrap {
white-space: nowrap;
}
.nt-kohdekortti #nt-kaikki-kuvat {
top: -150px;
position: absolute;
}
.nt-kohdekortti h2 {
font-weight: bold;
font-size: 22px;
}
.nt-kohdekortti .nt-grid-container {
max-width: 1300px;
}
.nt-kohdekortti .nt-card-info-detail {
padding: 10px !important;
}
.nt-kohdekortti #nanogallery2 .nGY2GallerySub {
background: #f7f8f9;
}
.nt-kohdekortti .nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnail {
border: solid white !important;
border-width: 0 1px 2px;
}
.nt-kohdekortti .nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnailIconsFullThumbnail {
background: rgba(255, 255, 255, 0.8);
line-height: 60px;
width: 70px;
height: 70px;
text-align: center;
border-radius: 999px;
}
.nt-kohdekortti .nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnailIconsFullThumbnail:empty {
background: transparent;
}
.nt-kohdekortti .nt-feature-button {
display: inline-block;
padding: 8px 25px 13px !important;
border-radius: 999px;
font-size: 16px;
text-shadow: none;
font-weight: 600;
line-height: 20px;
background: rgba(160, 160, 160, 0.8);
color: white;
margin: 30px 20px 40px 0;
transition: all 0.2s;
}
.nt-kohdekortti .nt-feature-button:hover, .nt-kohdekortti .nt-feature-button:active {
background: #646667;
color: white;
}
.nt-kohdekortti .nt-esittely-button {
display: block;
padding: 10px 25px !important;
border-radius: 999px;
font-size: 16px;
text-shadow: none;
font-weight: 600;
line-height: 20px;
background: green;
color: white;
margin: 10px 20px 40px 0;
text-align: center;
}
.nt-kohdekortti .nt-esittely-button:hover {
background: green;
}
.nt-kohdekortti #lkvFrameInfo,
.nt-kohdekortti .nt-esittelyteksti,
.nt-kohdekortti .nt-kuvagalleria,
.nt-kohdekortti .nt-karttalaatikko,
.nt-kohdekortti .nt-esittelyteksti,
.nt-kohdekortti .nt-valittaja-alalaatikko {
max-width: inherit;
border: 1px solid rgba(66, 66, 66, 0.2);
padding: 0px;
border-radius: 4px;
background: white;
box-shadow: 0 4px 20px rgba(66, 66, 66, 0.1);
position: relative;
}
.nt-kohdekortti #lkvFrameInfo .nt-listcard-presentation,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation,
.nt-kohdekortti .nt-kuvagalleria .nt-listcard-presentation,
.nt-kohdekortti .nt-karttalaatikko .nt-listcard-presentation,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation,
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation {
background: none !important;
opacity: 1 !important;
}
.nt-kohdekortti #lkvFrameInfo .nt-listcard-presentation .presentation,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation .presentation,
.nt-kohdekortti .nt-kuvagalleria .nt-listcard-presentation .presentation,
.nt-kohdekortti .nt-karttalaatikko .nt-listcard-presentation .presentation,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation .presentation,
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation .presentation {
display: inline;
}
.nt-kohdekortti #lkvFrameInfo .nt-listcard-presentation .presentation i.material-icons-outlined,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation .presentation i.material-icons-outlined,
.nt-kohdekortti .nt-kuvagalleria .nt-listcard-presentation .presentation i.material-icons-outlined,
.nt-kohdekortti .nt-karttalaatikko .nt-listcard-presentation .presentation i.material-icons-outlined,
.nt-kohdekortti .nt-esittelyteksti .nt-listcard-presentation .presentation i.material-icons-outlined,
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation .presentation i.material-icons-outlined {
font-size: 18px !important;
margin-right: 2px;
margin-left: 6px;
top: 3px;
}
.nt-kohdekortti #lkvFrameInfo h2,
.nt-kohdekortti .nt-esittelyteksti h2,
.nt-kohdekortti .nt-kuvagalleria h2,
.nt-kohdekortti .nt-karttalaatikko h2,
.nt-kohdekortti .nt-esittelyteksti h2,
.nt-kohdekortti .nt-valittaja-alalaatikko h2 {
border: none !important;
margin: 0 0px 0px !important;
padding: 20px 30px !important;
background: white !important;
border-bottom: 1px solid #ddd !important;
border-radius: 4px 4px 0 0;
}
.nt-kohdekortti #lkvFrameInfo .nt-content-padding,
.nt-kohdekortti .nt-esittelyteksti .nt-content-padding,
.nt-kohdekortti .nt-kuvagalleria .nt-content-padding,
.nt-kohdekortti .nt-karttalaatikko .nt-content-padding,
.nt-kohdekortti .nt-esittelyteksti .nt-content-padding,
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-content-padding {
padding: 30px;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable {
font-size: 16px;
margin: 20px auto 40px !important;
border: none !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr {
border: none !important;
border-bottom: 1px solid #eee !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr:nth-child(2n+1),
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:nth-child(2n+1),
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr:nth-child(2n+1),
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr:nth-child(2n+1),
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:nth-child(2n+1),
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr:nth-child(2n+1) {
background: rgba(255, 255, 255, 0.5) !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr:nth-child(2n),
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:nth-child(2n),
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr:nth-child(2n),
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr:nth-child(2n),
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:nth-child(2n),
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr:nth-child(2n) {
background: rgba(230, 230, 230, 0.2) !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr:last-child,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:last-child,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr:last-child,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr:last-child,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr:last-child,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr:last-child {
border: none !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr td {
padding: 15px 30px !important;
width: 50%;
border: none !important;
}
@media (max-width: 700px) {
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr td,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr td {
width: 100% !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr .infoTitle,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr .infoTitle,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr .infoTitle,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr .infoTitle,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr .infoTitle,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr .infoTitle {
padding-bottom: 0 !important;
}
.nt-kohdekortti #lkvFrameInfo .lkvFrameInfoTable tbody tr .infoData,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr .infoData,
.nt-kohdekortti .nt-kuvagalleria .lkvFrameInfoTable tbody tr .infoData,
.nt-kohdekortti .nt-karttalaatikko .lkvFrameInfoTable tbody tr .infoData,
.nt-kohdekortti .nt-esittelyteksti .lkvFrameInfoTable tbody tr .infoData,
.nt-kohdekortti .nt-valittaja-alalaatikko .lkvFrameInfoTable tbody tr .infoData {
padding-top: 0 !important;
}
}
.nt-kohdekortti #lkvFrameInfo #lkvItemMap,
.nt-kohdekortti .nt-esittelyteksti #lkvItemMap,
.nt-kohdekortti .nt-kuvagalleria #lkvItemMap,
.nt-kohdekortti .nt-karttalaatikko #lkvItemMap,
.nt-kohdekortti .nt-esittelyteksti #lkvItemMap,
.nt-kohdekortti .nt-valittaja-alalaatikko #lkvItemMap {
position: relative;
width: 100%;
max-height: 550px;
min-height: 350px;
height: 60vh;
}
.nt-kohdekortti .nt-esittelyteksti {
font-size: 19px;
}
@media (max-width: 1000px) {
.nt-kohdekortti .nt-esittelyteksti {
font-size: 18px;
}
}
@media (max-width: 700px) {
.nt-kohdekortti .nt-esittelyteksti {
font-size: 16px;
}
}
.nt-kohdekortti .material-icons-outlined {
top: 6px;
position: relative;
margin-right: 10px;
}
.nt-kohdekortti .nt-feature { }
.nt-kohdekortti .nt-feature span::after {
content: "";
}
.nt-kohdekortti .nt-feature .nt-listcard-presentation {
background: none !important;
opacity: 1 !important;
}
.nt-kohdekortti .nt-feature .nt-listcard-presentation .presentation {
display: inline;
}
.nt-kohdekortti .nt-feature .nt-listcard-presentation .presentation i.material-icons-outlined {
font-size: 18px !important;
margin-right: 2px;
margin-left: 6px;
top: 3px;
}
.nt-kohdekortti .nt-feature a {
color: white;
transition: all 0.3s;
}
.nt-kohdekortti .nt-feature a:hover, .nt-kohdekortti .nt-feature a:active {
color: #bbb;
}
.nt-kohdekortti .nt-feature .nt-feature-header { }
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content {
text-shadow: 0 5px 10px #323232;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-info {
float: left;
max-width: 68%;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor {
float: right;
width: 32%;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-feature-realtor-title {
font-size: 20px; font-weight: 600;
margin: 20px auto 20px;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-kuva {
width: 25%;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-kuva .nt-realtor-kuva-container {
display: inline-block !important;
width: 100% !important;
padding-top: 100% !important;
border-radius: 999px;
background-position: top !important;
background-size: cover !important;
float: left;
margin: 6px auto;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info {
font-size: 15px;
display: inline-block;
width: 75%;
overflow: hidden;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info .material-icons-outlined {
font-size: 20px;
top: 3px;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info .nt-realtor-info-nimi {
font-weight: 600;
font-size: 17px;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info .nt-realtor-info-titteli {
font-weight: 400;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info ul li {
color: white !important;
font-weight: 400;
padding: 4px 0 0 0;
}
.nt-kohdekortti .nt-feature .nt-feature-header .nt-feature-content .nt-feature-realtor .nt-realtor-info ul li a {
color: white;
}
.nt-kohdekortti .nt-muita-kohteita h2 {
text-align: center;
padding-top: 50px;
}
.nt-kohdekortti .nt-muita-kohteita .nt-muut-link {
text-align: center;
}
.nt-kohdekortti .nt-muita-kohteita .nt-muut-link a {
display: inline-block;
padding: 8px 25px 13px !important;
border-radius: 999px;
font-size: 16px;
text-shadow: none;
font-weight: 600;
line-height: 20px;
background: rgba(160, 160, 160, 0.8);
color: white;
margin: 30px 20px 40px 0;
transition: all 0.2s;
}
.nt-kohdekortti .nt-muita-kohteita .nt-muut-link a:hover, .nt-kohdekortti .nt-muita-kohteita .nt-muut-link a:active {
background: #646667;
color: white;
}
@media (max-width: 700px) {
.nt-kohdekortti .nt-kohteen-data .nt-grid-container:first-child {
margin-top: 20px !important;
}
.nt-kohdekortti .nt-display-none-mobile {
display: none;
}
.nt-kohdekortti .nt-feature {
height: 60vh;
}
.nt-kohdekortti .nt-feature .nt-feature-header {
padding: 20vh 0 30px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(20, 20, 20, 0.7) 75%);
}
.nt-kohdekortti .nt-feature-button {
display: inline-block;
padding: 0px 15px 8px !important;
font-size: 14px;
text-shadow: none;
line-height: 20px;
margin: 10px 20px 10px 0;
min-width: 200px;
white-space: nowrap;
text-align: center;
}
.nt-kohdekortti i.material-icons-outlined {
font-size: 20px !important;
}
}
@media (max-width: 1010px) {
.nt-kohdekortti {  }
.nt-kohdekortti .nt-kohteen-data .nt-grid-container:first-child {
margin-top: -30px !important;
}
.nt-kohdekortti .nt-display-none-mobile {
display: none;
}
.nt-kohdekortti .nt-feature {
height: 60vh;
}
.nt-kohdekortti .nt-feature .nt-feature-header {
padding: 20vh 0 30px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(20, 20, 20, 0.7) 75%);
}
.nt-kohdekortti .nt-feature-button {
display: inline-block;
padding: 0px 15px 8px !important;
font-size: 14px;
text-shadow: none;
line-height: 20px;
margin: 10px 20px 10px 0;
min-width: 200px;
white-space: nowrap;
text-align: center;
}
.nt-kohdekortti i.material-icons-outlined {
font-size: 20px !important;
}
.nt-kohdekortti .nt-realtor-card .nt-feature-realtor-title {
font-size: 20px;
font-weight: 600;
margin: 20px auto 20px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-kuva {
width: 25%;
max-width: 120px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-kuva .nt-realtor-kuva-container {
display: inline-block !important;
width: 100% !important;
padding-top: 100% !important;
border-radius: 999px;
background-position: top !important;
background-size: cover !important;
float: left;
margin: 6px auto;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info {
font-size: 15px;
display: inline-block;
width: 75%;
overflow: hidden;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .material-icons-outlined {
font-size: 20px;
top: 3px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .nt-realtor-info-nimi {
font-weight: 600;
font-size: 17px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .nt-realtor-info-titteli {
font-weight: 400;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info ul li {
font-weight: 400;
padding: 4px 0 0 0;
}
}
@media (min-width: 1011px) {
.nt-kohdekortti {  }
.nt-kohdekortti .fb_iframe_widget {
position: relative;
border-radius: 999px;
overflow: hidden;
-webkit-transform: scale(1.4);
transform: scale(1);
left: 0px;
top: 18px;
border: 11px solid #1877f2;
background: #1877f2;
}
.nt-kohdekortti .nt-kohteen-data .nt-grid-container:nth-child(2) {
margin-top: -82px !important;
}
.nt-kohdekortti .nt-display-none-desktop {
display: none;
}
.nt-kohdekortti .nt-feature {
height: 75vh;
max-height: 1000px !important;
min-height: 600px !important;
}
.nt-kohdekortti .nt-feature .nt-feature-header {
padding: 40vh 0 60px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(20, 20, 20, 0.7) 75%);
}
.nt-kohdekortti .nt-realtor-card .nt-feature-realtor-title {
font-size: 20px;
font-weight: 600;
margin: 20px auto 20px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-kuva {
width: 25%;
max-width: 140px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-kuva .nt-realtor-kuva-container {
display: inline-block !important;
width: 100% !important;
padding-top: 100% !important;
border-radius: 999px;
background-position: top !important;
background-size: cover !important;
float: left;
margin: 6px auto;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info {
font-size: 15px;
display: inline-block;
width: 75%;
overflow: hidden;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .material-icons-outlined {
font-size: 20px;
top: 3px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .nt-realtor-info-nimi {
font-weight: 600;
font-size: 17px;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info .nt-realtor-info-titteli {
font-weight: 400;
}
.nt-kohdekortti .nt-realtor-card .nt-realtor-info ul li {
font-weight: 400;
padding: 4px 0 0 0;
}
}
.nt-kohdekortti .nt-valittaja-alalaatikko {
max-width: inherit;
border: 1px solid rgba(66, 66, 66, 0.2);
padding: 0px;
border-radius: 4px;
background: white;
box-shadow: 0 4px 20px rgba(66, 66, 66, 0.1);
position: relative;
}
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation {
background: none !important;
opacity: 1 !important;
display: inline-block;
}
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation .presentation {
display: inline-block;
color: black !important;
}
.nt-kohdekortti .nt-valittaja-alalaatikko .nt-listcard-presentation .presentation i.material-icons-outlined {
font-size: 22px !important;
margin-right: 0px;
margin-left: 12px;
top: 4px;
}
.nt-list .nt-listcard {
max-width: inherit;
border: 1px solid rgba(66, 66, 66, 0.2);
padding: 0px;
border-radius: 4px;
background: white;
box-shadow: 0 4px 20px rgba(66, 66, 66, 0.1);
position: relative;
}
.nt-list .nt-listcard a:active {
color: black;
}
.nt-list .nt-listcard .nt-listcard-presentation .presentation i.material-icons-outlined {
font-size: 18px !important;
margin-right: 2px;
margin-left: 6px;
top: 3px;
}