/*
Theme Name: performance
Author: Performance Advertising Deutschland GmbH
Author URI: http://www.performance-advertising.de/
Description: performance website theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Generic elements
3.0 WordPress elements
    3.1 Plugins styles
4.0 Theme elements
5.0 Layout
    5.1 Grid
6.0 Sections
    6.1 Header
    6.2 Content
    6.3 Footer
        6.3.1 Footer note bar
    6.4 Login dialog

10.0 Media queries
11.0 Utilities
12.0 Animations
--------------------------------------------------------------*/

/* nunito-200 - latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.eot'); /* IE9 Compat Modes */
  src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'),
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.woff') format('woff'), /* Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-200.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-regular - latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Bold'), local('Nunito-Bold'),
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/media/fonts/nunito/nunito-v9-latin-ext-700.svg#Nunito') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Generic elements
--------------------------------------------------------------*/
*, :after, :before {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
    min-height: 100%;
    font-size: 100%;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html, 
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden;
}

html.with-featherlight, 
html.with-featherlight body {
    overflow: hidden;
}

html,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Nunito","Helvetica Neue","Helvetica","Arial",sans-serif;    
}

h1 {
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 1.25em;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 1.25rem 0;
}

h3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 1.25rem 0;
    text-transform: uppercase;
}

h4 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 5px 0;
}

h5.p {
    margin-bottom: 20px;
    padding: 0px;
}

p {
    margin: 0 0 20px 0;
}

a {
    color: #00EBDC;
    text-decoration: none;    
}

a:hover {
    color: #5faab7;
    text-decoration: none;    
}

table {
    border-collapse: collapse;
}

td,
th{
    border-style: none;
    padding: 0px;
}

button,
input.input-btn {
    border-radius: 0;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    height: auto;
    line-height: 1.8rem;
    outline: none;
}
button:focus,
input.input-btn:focus {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

input[type='text'], 
input.input-txt,
textarea, 
select {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 12px 18px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;    
    width: 100%;
}

textarea.bgi--light {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

textarea {
    max-width: 100%;
}

input[type='text']:focus,
input.input-txt:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type='text']:focus,
input.input-txt:focus,
textarea:focus,
textarea.bgi--light:focus {
    border-color: #5faab7;
}

textarea.bgi--light:focus {
    background-color: #fff;
}




/*--------------------------------------------------------------
3.0 WordPress elements
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.1 Plugins styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1.1 Featherlight modal
--------------------------------------------------------------*/
body .featherlight {
    cursor: default;
    font-family: inherit;
}
body .featherlight .featherlight-content {
    margin: 40px auto 20px auto;
    max-height: none;
    max-width: 90%;
}
.featherlight-inner {
    background-color: #fff;
    max-width: 100%;
}
.featherlight .dialog button {
    font-family: "Nunito","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
}
body .featherlight-content > .featherlight-close-icon {
    display: none;
}
.dialog .featherlight-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.featherlight .featherlight-close-icon,
.featherlight .featherlight-close-icon:focus {
    box-shadow: none !important;
}
body .featherlight:last-of-type {
    background: rgba(0,0,0,.75);
    overflow-x: hidden;
    overflow-y: auto;
}
.dialog-cnt {
    position: relative;
}
.dialog-cnt.cntw {
    padding: 30px;
}
.dialog-foo {
    border-top: 1px solid #ccc;
}
.dialog-foo .btn {
    margin: 10px;
}
/*--------------------------------------------------------------
3.1.2 Contact7
--------------------------------------------------------------*/
body .wpcf7-form-control-wrap {
    display: block;
}
body span.wpcf7-not-valid-tip {
    color: #ff4539;
    font-size: 14px;
    display: block;
}
body div.wpcf7-response-output {
    color: #ff4539;
    margin: 20px 0px 10px 0px;
    padding: 0;
    border-style: none;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
    border-style: none;
}

body div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #333;
}

.wpcf7-not-valid {
    border-color: #ff4539 !important;
}

.form-el--b .wpcf7-not-valid {
    border-color: #ff4539 !important;
}

.form-el--b input[type='text'].wpcf7-not-valid,
.form-el--b input.input-txt.wpcf7-not-valid,
.form-el--b textarea.wpcf7-not-valid {
    border-bottom-width: 2px !important;
    margin: 0 0 5px;
} 

div.wpcf7 .ajax-loader {
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    visibility: hidden;
    display: none;
    background-image: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

div.wpcf7 .ajax-loader.is-active {
    display: block;
}

body span.wpcf7-list-item {
    margin: 0px;
}

.wpcf7-list-item-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
4.0 Theme elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Buttons
--------------------------------------------------------------*/
.btn,
.btn.input-btn {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 2px;    
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;  
    height: 44px;
    line-height: 44px;
    min-width: 150px;
    outline: 0;
    padding: 0 22px;
    position: relative;    
    text-align: center;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.btn--small {
    border-radius: 2px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    min-width: 100px;
    padding: 0 16px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:hover,
.btn:focus {
    background-color: #555;
    border-color: #555;
    color: #fff;
}
.btn:focus,
.btn.input-btn:focus {
    box-shadow: none;
}
.btn.btn--light {
    background-color: #dedede;
    border-color: #dedede;
    color: #666;
}
.btn.btn--light:hover,
.btn.btn--light:focus {
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    color: #333;
}
.btn.btn--light:focus {
    box-shadow: 0 0 0 1px #cfcfcf;
}
.btn.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: #666;
}
.btn.btn--white:hover,
.btn.btn--white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.btn.btn--primary,
.btn.input-btn.btn--primary {
    background-color: #00EBDC;
    border-color: #00EBDC;
    color: #333;
}
.btn.btn--primary:hover,
.btn.btn--primary:focus,
.btn.input-btn.btn--primary:hover,
.btn.input-btn.btn--primary:focus {
    background-color: #5faab7;
    border-color: #5faab7;
}
.btn.btn--border {
    background-color: transparent;
    border-color: #dedede;
    color: #6b6b6b;
}
.btn.btn--border:hover,
.btn.btn--border:focus {
    background-color: transparent;
    border-color: #dedede;
    color: #333;
}
.btn.btn--border:focus {
    box-shadow: none;
}
.btn.btn--border.btn--white {
    background-color: transparent;
    border-color: #fff !important;
    color: #fff !important;
}
.btn.btn--border.btn--white:hover {
    background-color: transparent;
}
.btn.btn--border.btn--white:focus {
    background-color: rgba(255,255,255,0.15);
}
.link-btn {
    line-height: 20px;
}
.btn.p-icon {
    padding-right: 48px;
    text-align: left;
}
.btn.p-icon:before,
.link-more.p-icon:before,
.link-btn.p-icon:before {
    font-size: 18px;
    height: 18px;
}
.link-btn {
    color: #797979;
    line-height: 20px;
}
.link-btn.p-icon:before {
    float: left;
    margin-right: 4px;
}
.btn--go.p-icon:before,
.link-more.p-icon:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}
.btn--go.p-icon:hover:before {
    right: 14px;
}
.btn--download {
    padding-left: 50px;
}
.btn--download .icon {
    border: 1px solid #666;
    border-radius: 17px;
    height: 34px;
    left: 4px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 34px;
}
.btn--download .icon:after { 
    background-color: #fff;
    content: " ";
    height: 1px;
    display: block;
    left: 8px;
    position: absolute;
    top: 24px;
    width: 16px;
}
.btn--download .p-icon {
    position: absolute;
    top: 4px;
    left: 7px;
    transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
}
.btn--download .p-icon:before {
    float: left;
    font-size: 18px;
}
.btn.btn--i {
    min-width: 0px;
    padding: 0px;
    width: 44px;
    height: 44px;    
}
.btn.btn--i.p-icon:before {
    left: 12px;
    margin: 0;
    position: absolute;
    top: 12px;
}
.link-more {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;  
    letter-spacing: 0.25em;
    line-height: 30px;
    outline: 0;
    padding-right: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
}
.link-more.p-icon:before {
    right: 6px;
}
.link-more.p-icon:hover:before {
    right: 0px;
}
.close-btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 30px;
    padding: 5px;
    text-align: center;
    position: relative;
    width: 30px;
}
.close-btn-c {
    display: block;
    float: left;
    height: 20px;
    position: relative;
    text-align: center;
    width: 20px;    
}
.close-btn-p {
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-top: -1px; 
    position: absolute;
    top: 50%;
    width: 100%;  
}
.close-btn-p:before,
.close-btn-p:after {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #808080;
    border-radius: 1px;
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    content: "";    
}
.close-btn.color--white .close-btn-p:before,
.close-btn.color--white .close-btn-p:after {
    background-color: #fff;  
}
.close-btn-p:before {
    top: -6px;
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg);
}
.close-btn-p:after {
    bottom: -6px;
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
}
/*--------------------------------------------------------------
4.2 Menus
--------------------------------------------------------------*/
ul.menu {
    margin: 0;
    padding: 0;    
}
ul.menu li {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;   
}
ul.menu--bar li {
    float: left; 
}
ul.menu--bar li {
    padding: 0px 10px; 
}
ul.menu--bar li:first-child {
    padding-left: 0px; 
}
ul.menu--bar li:last-child {
    padding-right: 0px; 
}
ul.menu--bar .menu-item > a {
    display: inline-block;
}
.menu-item {
    white-space: nowrap;
}
#localNav {
    display: none;
}
#localNavW {
    border-bottom: 1px solid #bbb;
}
.cnt-nav {
    font-size: 14px;
    height: 46px; 
    line-height: 22px;
    text-align: center;
}
.cnt-nav ul.menu li {
    display: inline-block;
}
.cnt-nav a {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cnt-nav .menu > li { 
    float: left;
    width: 100%;
}
.cnt-nav .menu > li > a {
    font-weight: 700;
    margin-left: 10px;
    padding-right: 32px;
    position: relative;
}
.cnt-nav .menu > li > a .sep {
    position: absolute;
    right: 0px;
    top: 10px;
}
.cnt-nav .menu > li > a .p-icon {
    float: left;
}
.cnt-nav .sep .p-icon:before {
    color: #888;
    float: left;
    font-size: 27px;
}
.cnt-nav .sub-menu {
    display: inline-block;
    padding: 0px 0px 0px 15px;
}
.cnt-nav .sub-menu li {
    display: inline-block;
    line-height: 20px;
    margin: 0px 10px;
}
.cnt-nav .sub-menu .sep {
    display: none;
}
.cnt-nav a {
    color: #757575;
}
.cnt-nav a:hover,
.cnt-nav a:focus {
    color: #000;
}
.cnt-nav .current-menu-item > a {
    color: #000;
}
/*--------------------------------------------------------------
4.3 Forms
--------------------------------------------------------------*/
.form-el--b {
}
.form-el--b input[type='text'],
.form-el--b input.input-txt,
.form-el--b textarea {
    background-color: transparent;
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    color: #333333;
    display: block;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 7px 0px 6px 0px;
    transition: border-color .15s ease-in-out;    
}

.form-el--b input[type='text']:focus,
.form-el--b input.input-txt:focus,
.form-el--b textarea:focus {
    border-bottom-width: 2px;
    border-color: #5faab7;  
    margin: 0 0 5px;
}
/*--------------------------------------------------------------
4.4 Type
--------------------------------------------------------------*/
.quote {
    position: relative;
}
.quote-p {
    line-height: 1.75em;
    margin-bottom: 1.25em;
}
.quote-p .quote-mark--l {
    margin-right: 0.25em;
}
.quote-p .quote-mark--r {
    margin-left: 0.25em;
}
.signature {
    font-size: 0.875rem;
}
/*--------------------------------------------------------------
4.4.1 Lists
--------------------------------------------------------------*/
ul.list {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
ul.list li {
    display: block;
    list-style-type: none;
    padding: 0px 0px 20px 30px;
    position: relative;
}
ul.list li:before {
    background-color: #666;
    content: " ";
    display: block;
    height: 1px;
    left: 0px;
    opacity: 0.75;
    position: absolute;
    top: 10px;
    width: 12px;
}
ul.list.color--white li:before {
    background-color: rgba(255,255,255,0.5);
}
.ol--num {
    counter-reset: li-counter;        
    list-style-type: none;
    margin: 0;
    margin-left: 40px;
    padding: 0;    
}
.ol--num li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 4px;
    min-height: 30px;    
}
.ol--num li:before {
    color: #f3f3f3; 
    content: counter(li-counter);
    counter-increment: li-counter;    
    background-color: #666;
    border: 1px solid #666;  
    border-radius: 50%;
    font-size: 18px;
    height: 30px;
    left: -40px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;   
    width: 30px;     
}
/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
.row {
    position: relative;
    z-index: 1;
}
.clearfix:before,
.clearfix:after,
.row:before, 
.row:after,
.form-input:before,
.form-input:after {
    content: ' ';
    display: table;
}
.clearfix:after,
.row:after,
.form-input:after {
    clear: both;
}
.cntw {
    padding: 20px;
}
.p {
    padding-bottom: 20px;
}
.p:last-child {
    padding-bottom: 0px;
}
.p--p {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p--s {
    padding-bottom: 30px;
}
table.t--layout {
    width: 100%;
}
table.t--layout td {
    border-style: none;
    vertical-align: top;
}
.t--layout .td-label {
    font-weight: 700;
    padding-right: 15px;
}
.t--p td {
    padding-bottom: 15px;
}
.section {
    position: relative;
}
.section-cnt {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.section-cntw {
    padding-bottom: 40px;
    padding-top: 40px;
}
.section.section--w {    
    position: relative;
}
.section.section--w,
.section.section--lg-w {
    padding-left: 20px;
    padding-right: 20px;    
}

/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
.grid {
    margin-right: auto;
    margin-left: auto;
}
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid.grid--paddings .grid-row {
    margin-right: -15px;
    margin-left: -15px;
}
.grid-col {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.grid--paddings .grid-col {
    padding-right: 15px;
    padding-left: 15px;
}
.grid--paddings .grid-col:not(:last-child) {
    margin-bottom: 30px;
}
.grid-col--12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-col--9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.grid-col--8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.grid-col--6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.grid-col--4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.grid-col--3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (min-width: 768px) {
    .grid--paddings .grid-col {
        margin-bottom: 30px;
        margin-top: 30px;
    } 
    .grid--paddings.padding--sm .grid-col {
        margin-bottom: 15px;
        margin-top: 15px;
    }     
    .grid-col--md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col--md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }    
    .grid-col--md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }    
    .grid-col--md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-col--md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-col--md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 900px) {    
    .grid-col--ml-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col--ml-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }    
    .grid-col--ml-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }    
    .grid-col--ml-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-col--ml-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-col--ml-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1240px) {
    .grid-col--lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col--lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }    
    .grid-col--lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }    
    .grid-col--lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-col--lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-col--lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*--------------------------------------------------------------
6.0 Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Header
--------------------------------------------------------------*/
#masthead {
    background-color: #fff;
}
#logo {
    padding: 4px 0px;
    text-align: center;
	width:50%;
	margin:0 auto;
}
#logo svg {
    height: auto;
    width: 100%;
	margin-top:15px;
}
html.nav-open #content,
html.nav-open #foo,
html.nav-open #fooNote {
    display: none;
}
#topMenu,
#topUtMenu {
    display: none;
    position: absolute;
    top: 10px;
    right: -10px;
}
#topUtMenu {
    left: -10px; 
    right: auto;
}
#globalNav .top-menu {
    display: inline-block;
    font-size: 14px;
}
#globalNav .top-menu li {
    display: inline-block;
    line-height: 20px;
    margin: 0px 10px;
    padding: 11px 0px;
}
#topMenuBar {
    display: none;
    text-align: center;
}
#topMenuBar .pa-sign {
    display: none;
}
html.nav-open #globalNav {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
}
#globalNav .nav-btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-left: -20px;
    min-width: 0px;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
}

#globalNav .nav-btn-c {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

#globalNav .nav-btn-p,
#globalNav .nav-btn-p:before,
#globalNav .nav-btn-p:after {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #2d2d2d;
    border-radius: 1px;
}

#globalNav .nav-btn-p {
    top: 50%;
    margin-top: -1px;
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
}
#globalNav .nav-btn-p:after, 
#globalNav .nav-btn-p:before {
    transition: -webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);
    content: "";
}
#globalNav .nav-btn-p:before {
    top: -6px;
}
#globalNav .nav-btn-p:after {
    bottom: -6px;
}
html.nav-open #globalNav .nav-btn-p {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
html.nav-open #globalNav .nav-btn-p:before {
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
    transform: translate3d(0,6px,0) rotate(45deg);
}
html.nav-open #globalNav .nav-btn-p:after {
    -webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
    transform: translate3d(0,-6px,0) rotate(-45deg);
}
#globalMenu {
    display: none;
    margin: 10px auto 0px auto;
    max-width: 600px;
    padding: 0px 20px 20px 20px;
    text-align: left;
}
html.nav-open #topMenuBar,
html.nav-open #globalMenu {
    display: block;
}
#menu-global-nav {
    border-bottom: 1px solid #d6d6d6;
    display: block;
    margin: 0;
}
#globalMenu li {
    display: block;
    font-size: 1rem;
    line-height: 46px;
    margin: 0;
    letter-spacing: .35px;
}
#globalNav a {
    color: #797979;
}
#globalNav a:hover,
#globalNav a.focus,
#globalNav .current-menu-item > a {
    color: #333;
}
#globalNav .top-menu a,
#globalMenu a {
    display: block;    
    padding: 0px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px;
    transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;    
}
#globalMenu a {
    border-top: 1px solid #d6d6d6;   
}
#globalMenu .p-chevron {
    display: none;
}
#globalMenu li.menu-item-has-children > a .p-chevron {
    display: block;
    height: 47px;
    margin-top: -23px;
    padding: 10px 0px 10px 10px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50%;
    z-index: 10;
}
#globalMenu li.menu-item-has-children .p-chevron .p-icon:before {
    color: #797979;
    font-size: 27px;
    float: left;
}
#globalMenu li.menu-item-has-children .p-chevron:hover .p-icon:before {
    color: #333333;
}
#globalMenu li.menu-item.expanded .p-chevron .p-icon:before {
    content: "\e90f";
}
#globalMenu .sub-menu {
    display: none;
    padding: 3px 0px 12px 0px;
}
#globalMenu li.menu-item.expanded .sub-menu {
    display: block;
}
#globalMenu .sub-menu a {
    border-top-style: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0px;
}
#topMenuBar .menu-bar {
    display: inline-block;
}
/*--------------------------------------------------------------
6.2 Content
--------------------------------------------------------------*/
#content {
    background-color: #fff;
}
/*--------------------------------------------------------------
6.2.2 Page header
--------------------------------------------------------------*/
#pageHeader {
    text-align: center;
}
#pageHero {
    font-size: 1.25em;
    position: relative;
}
#pageHero > .section {
    position: relative;
}
#pageHeader h1 {
    margin-top: 3rem;
}
#pageHeader > h1 {
    padding-left: 20px;
    padding-right: 20px;
}
#pageHero h1 {
    margin-bottom: 0.5em;
    margin-top: 0.75em;
}
#pageHero p {
    margin-bottom: 2.5rem;
}
#pageHero .block-img {
    margin: 0px auto;
    min-height: 20rem;
    position: relative;
}
.block-img .bg-image--cover,
#pageHero .bg-image--cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    padding-left: 100%;    
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 100%;
    content: "";
    z-index: -1;
}
/*--------------------------------------------------------------
6.3 Footer
--------------------------------------------------------------*/
#foo {
}
#foo a {
    color: #757575;
}
#foo a:hover,
#foo a:focus {
    color: #000;
}
#colophon {
    padding: 7px 0px;
}
#colophon .colophon-cnt,
#fooB .foo-b-cnt {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    flex-flow: wrap-reverse;
}
#colophon .foo-copyright {
    padding: 5px 30px 5px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#colophon .menu-colophon {
    margin: 0;
    padding: 5px 0px 0px 0px;
}

#menu-colophon-menu li {
    float: left;
    padding: 5px 0;
}

#menu-colophon-menu li:not(:last-child) {
    padding-right: 10px;
}

#menu-colophon-menu li:not(:last-child):after {
    background-color: #bbb;
    content: " ";
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -1px;
    width: 1px;
}

#fooB {
    border-bottom: 1px solid #bbb;
}

#fooB .foo-b-cnt {
    padding-top: 20px;
}

#fooB .foo-badges {
    padding: 5px 0;
    margin: 0px;
    max-width: 100%;
}

#fooB .foo-badges-cnt {
    display: flex;
    padding: 10px 0px 10px 0px;
    align-items: center;
    justify-content: space-around;
}

#fooB .foo-badge {
    display: inline-block;
}

#fooB .foo-badge:not(:last-child) {
    margin-right: 20px;
}

#fooB .foo-badge svg {
    width: 100% !important;
    height: auto !important;
}

#fooB .foo-adc {
    background: 0px 0px url("assets/media/img/adchoises-gray.png") no-repeat;
    background-size: 39px 41px;
    margin-bottom: 20px;
    padding-left: 60px; 
}

/*--------------------------------------------------------------
6.3.1 Footer note bar
--------------------------------------------------------------*/
#fooNote {
    background-color: #1b1b1b;
    bottom: 0px;
    color: #fff;
    left: 0px;
    min-height: 50px;
    position: fixed;
    right: 0px;
    transition: transform .3s cubic-bezier(.645,.045,.355,1),opacity 0s .3s;
    z-index: 100;
}
#fooNote.hidden {
    opacity: 0;
    transform: translateY(100%);
}
#fooNote .bar-cnt {
    padding: 15px 80px;
    text-align: center;
}
#fooNote .close-btn {
    opacity: 0.75;
    position: absolute;
    right: 10px;
    top: 10px;
}
#fooNote .close-btn:hover {
    opacity: 1;
}
/*--------------------------------------------------------------
6.4 Login dialog
--------------------------------------------------------------*/
#loginDialog {
    width: 500px;
}
#loginDialog .dialog-cnt {
    margin: 0px auto;
    max-width: 400px;
}
/*--------------------------------------------------------------
10.0 Media queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
        line-height: 1.125em;
        margin: 0 0 0.5rem 0;
    } 
    h2 {
        font-size: 2em;
    } 
    .btn--download:hover .p-icon {
        top: 6px;
    }  
    .section-cntw {
        padding-bottom: 60px;
        padding-top: 60px;
    }    
    .section-cnt--md-box {
        max-width: 700px;
    } 
    .p--s {
        padding-bottom: 50px;
    }    
    .form-el--b input[type='text']:focus,
    .form-el--b input.input-txt:focus,
    .form-el--b textarea:focus { 
        margin: 0 0 5px;
    } 
    #fooB .foo-b-cnt {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;    
    }
    #colophon .menu-colophon,
    #menu-colophon-menu,
    #fooB .foo-badges {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #fooB .foo-adc {
        margin-right: 60px;
        margin-bottom: 0px;
        max-width: 650px;
    }
    #colophon .menu-colophon {
        padding-top: 0px;
    }
    #menu-colophon-menu li {
        float: none;
    }
}
@media screen and (min-width: 1024px) {    
    .grid.grid--paddings:not(.padding--sm) .grid-row {
        margin-right: -30px;
        margin-left: -30px;
    }    
    .grid--paddings:not(.padding--sm) .grid-col {
        padding-right: 30px;
        padding-left: 30px;
    } 
    .section-cnt--ml-box {
        max-width: 900px;
    }  
    #topUtMenu,
    #topMenu {
        display: block;
    }
    html.nav-open #topMenuBar {
        display: none;
    }
    #globalMenu {
        background-color: #00EBDC;
        margin-top: 0px;
        max-width: 100%;
        padding-bottom: 0px;
        transition: background-color .15s ease-in-out; 
        -ms-transition: background-color .15s ease-in-out; 
        -webkit-transition: background-color .15s ease-in-out;         
    }
    body.fixed-nav #globalMenu {
        background-color: #00EBDC;
    }
    #globalNav .nav-btn {
        display: none !important;
    }
    #globalMenu li.menu-item-has-children > a .p-chevron {
        display: none !important;
    } 
    #globalMenu a {
        color: #333;
    }
    #globalMenu a:hover,
    #globalMenu a.focus,
    #globalMenu .current-menu-item > a,
    #globalMenu .current-page-ancestor > a {
        color: #000;
    }
    #logo {
        height: 86px;
        margin: 0px auto;
        width: auto;
    }
	#logo svg {
		margin-top:unset;
	}
    #logo a {
        height: 76px !important;
    }
    html.nav-open #globalNav {
        position: relative;
        bottom: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    html.nav-open body {
        overflow-x: hidden;
        overflow-y: auto;
    }
    html.nav-open #content,
    html.nav-open #foo,
    html.nav-open #fooNote {
        display: block;
    }    
    #globalMenu {
        display: block;
        padding: 0px;
        text-align: center;
    }
    #globalMenu .global-nav {
        height: 46px;
    }
    #menu-global-nav {
        border-style: none;
        display: inline-block;
    }
    #globalMenu li {
        float: left;
        line-height: 46px;
    }
    #globalMenu a {
        border-top-style: none;
        display: inline-block;
        padding: 0 20px;
    }
    #globalMenu .sub-menu {
        display: none !important;
    }
    body.fixed-nav #mainNav {
        background-color: #fff;
        position: fixed;
        top: 0px;
        z-index: 10;
        left: 0;
        right: 0;
    }
    #topMenuBar .pa-sign {
        display: block;
        height: 20px;
        margin-right: -50px;
        position: absolute;
        right: 50%;       
        top: 11px;
        width: 100px;        
    }
    #topMenuBar .pa-sign svg {
        cursor: pointer;
        float: left;
        will-change: transform;
    }    
    body.fixed-nav #topMenuBar .pa-sign svg {
        -webkit-animation: scale-down 0.2s ease-out;
        -moz-animation: scale-down 0.2s ease-out;
        animation: scale-down 0.2s ease-out;
    }
    #topMenuBar .menu-bar--r {
        float: right;
        margin-right: -10px;
    }
    #topMenuBar .menu-bar--l {
        float: left;
        margin-left: -10px;
    }
    #globalNav .top-menu,
    #topMenuBar .top-menu {
        float: left;
    }
    body.fixed-nav #topMenuBar {
        display: block;
    }
    body.fixed-nav #page {
        padding-top: 42px;
    } 
    #localNav {
        display: block;
    }
    #pageHero .block-img {
        min-height: 30rem;
    }
    body .featherlight-content > .featherlight-close-icon {
        display: block;
    }
    .dialog .featherlight-close {
        display: none;
    }
}
@media screen and (min-width: 1240px) {  
    .section-cnt--lg-box {
        max-width: 1200px;
    } 
}
@media screen and (min-width: 1280px) {
    .section.section--w,
    .section.section--lg-w {
        padding-left: 40px;
        padding-right: 40px;    
    }   
}

/*--------------------------------------------------------------
11.0 Utilities
--------------------------------------------------------------*/
.block {
    display: block;
    width: 100%;
}
.img--fluid {
    height: auto;
    max-width: 100%;
}
.img--cover {
    float: left;
    height: auto;
    width: 100%;
}
.bgi--light {
    background-color: #f3f3f3;
}
.bgi--white {
    background-color: #fff;
}
.bgi--dark {
    
}
.bgi--primary {
    background-color: #00EBDC;
}
.bgi--gray {
    background-color: #5b5d62;
}
.color--primary {
    color: #00EBDC;
}
.color--white {
    color: #fff;
}
.color--light {
    color: #6b6b6b;
}
a.color--light,
.color--light a {
    color: #6b6b6b;
    text-decoration: underline;
}
a.color--light:hover,
a.color--light:focus,
.color--light a:hover,
.color--light a:focus {
    color: #333;
}
.strong {
    font-weight: 700;
}
.small {
    font-size: 0.8em;
    line-height: 1.4em;
}
.align--center {
    text-align: center;
}
.align--left {
    text-align: left;
}
.align--right {
    text-align: right;
}

#digitalMarketingA {
    background-color: #5b5d62;
}
/*--------------------------------------------------------------
12.0 Animations
--------------------------------------------------------------*/
@-webkit-keyframes scale-down {
      0% { -webkit-transform: translate3d(0px,0px,0px) scale(1.5); }   
    100% { -webkit-transform: translate3d(0px,0px,0px) scale(1);  }
}
@-keyframes scale-down {
      0% { transform: translate3d(0px,0px,0px) scale(1.5); }   
    100% { transform: translate3d(0px,0px,0px) scale(1); }
}
@-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }   
    100% { -webkit-transform: rotate(360deg);  }
}
@-keyframes spin {
      0% { transform: rotate(0deg); }   
    100% { transform: rotate(360deg); }
}





