body.bc
{
background-color:transparent;
background-image:none;
}
body.texture
{
background-color:transparent;
background-repeat:no-repeat;
background-image:none;
}
body.bgradVertical
{
background-color:transparent;
background-image:-ms-linear-gradient(top,transparent 0%,transparent 100%);
background-image:-moz-linear-gradient(top,transparent 0%,transparent 100%);
background-image:-o-linear-gradient(top,transparent 0%,transparent 100%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(1,transparent));
background-image:-webkit-linear-gradient(top,transparent 0%,transparent 100%);
background-image:linear-gradient(to bottom,transparent 0%,transparent 100%);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=transparent,endColorstr=transparent);
}
body.bgradHorizontal
{
background-color:transparent;
background-image:-ms-linear-gradient(left,transparent 0%,transparent 100%);
background-image:-moz-linear-gradient(left,transparent 0%,transparent 100%);
background-image:-o-linear-gradient(left,transparent 0%,transparent 100%);
background-image:-webkit-gradient(linear,left top,right top,color-stop(0,transparent),color-stop(1,transparent));
background-image:-webkit-linear-gradient(left,transparent 0%,transparent 100%);
background-image:linear-gradient(to right,transparent 0%,transparent 100%);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=transparent,endColorstr=transparent);
}
body.bgradCircular
{
background-color:transparent;
background-image:-ms-radial-gradient(center,ellipse farthest-corner,transparent 0%,transparent 100%);
background-image:-moz-radial-gradient(center,ellipse farthest-corner,transparent 0%,transparent 100%);
background-image:-o-radial-gradient(center,ellipse farthest-corner,transparent 0%,transparent 100%);
background-image:-webkit-gradient(radial,center center,0,center center,497,color-stop(0,transparent),color-stop(1,transparent));
background-image:-webkit-radial-gradient(center,ellipse farthest-corner,transparent 0%,transparent 100%);
background-image:radial-gradient(ellipse farthest-corner at center,transparent 0%,transparent 100%);
}
body.bgImageOriginal
{
background-image:none;
background-position:center top;
background-repeat:no-repeat;
}
body.bgImageFullscreen
{
min-height:100%;
background-position:center top;
background-repeat:no-repeat;
background-image:none;
background-attachment:fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
html
{
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body
{
margin:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
display:block;
}
audio,canvas,progress,video
{
display:inline-block;
vertical-align:baseline;
}
audio:not([controls])
{
display:none;
height:0;
}
[hidden],template
{
display:none;
}
a
{
background:transparent;
}
a:active,a:hover
{
outline:0;
}
abbr[title]
{
border-bottom:1px dotted;
}
b,strong
{
font-weight:bold;
}
dfn
{
font-style:italic;
}
h1
{
font-size:2em;
margin:0.67em 0;
}
mark
{
background:#ff0;
color:#000;
}
small
{
font-size:80%;
}
sub,sup
{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup
{
top:-0.5em;
}
sub
{
bottom:-0.25em;
}
img
{
border:0;
height:auto;
}
svg:not(:root)
{
overflow:hidden;
}
figure
{
margin:1em 40px;
}
hr
{
-moz-box-sizing:content-box;
box-sizing:content-box;
height:0;
}
pre
{
overflow:auto;
}
code,kbd,pre,samp
{
font-family:monospace, monospace;
font-size:1em;
}
button,input,optgroup,select,textarea
{
color:inherit;
font:inherit;
margin:0;
}
button
{
overflow:visible;
}
button,select
{
text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
-webkit-appearance:button;
cursor:pointer;
}
button[disabled],html input[disabled]

{
cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
border:0;
padding:0;
}
input
{
line-height:normal;
}
input[type="checkbox"],input[type="radio"]
{
box-sizing:border-box;
padding:0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
{
height:auto;
}
input[type="search"]
{
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
-webkit-appearance:none;
}
fieldset
{
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend
{
border:0;
padding:0;
}
textarea
{
overflow:auto;
}
optgroup
{
font-weight:bold;
}
table
{
border-collapse:collapse;
border-spacing:0;
}
td,th
{
padding:0;
}
a,abbr,acronym,address,b,big,cite,code,del,em,i,ins,kbd,mark,output,q,samp,small,strike,strong,sub,sup,time,tt,u,var,dfn,dl,dt,dd,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6,p,pre,table,caption,tbody,tfoot,thead,tr,th,td,canvas,figure,figcaption,iframe,img,object
{
background:transparent;
border:0;
font-size:100%;
font:inherit;
line-height:1.0;
margin:0;
padding:0;
vertical-align:baseline;
}
li,dt,dd,p,pre,caption,th,td,figcaption
{
line-height:1.4;
}
caption,dl,dd,figcaption,figure,h1,h2,h3,h4,h5,h6,p,pre,table,ol,ul
{
margin:1em 0;
}
blockquote,ol,ul
{
margin-left:1.8em;
}
code,pre,th,thead td
{
background-color:#f5f5f5;
}
code,pre,th,td
{
color:#324354;
}
pre,table,th,td
{
border:1px solid #e4e4e4;
}
a
{
text-decoration:underline;
}
strong,b
{
font-weight:bold;
}
em,i
{
font-style:italic;
text-decoration:none;
}
cite
{
font-style:italic;
}
code
{
font-family:monospace;
padding:0.1em 0.2em;
}
del
{
text-decoration:line-through;
}
ins
{
color:green;
text-decoration:none;
}
kbd
{
font-family:monospace;
}
mark
{
background-color:yellow;
color:black;
}
samp
{
font-family:monospace;
}
small
{
color:gray;
font-size:80%;
}
sub
{
font-size:80%;
vertical-align:sub;
}
sup
{
font-size:80%;
vertical-align:super;
}
var
{
font-style:italic;
}
ol ol,ul ul,ol ul,ul ol
{
margin-top:0;
margin-bottom:0;
}
ol
{
list-style:decimal;
}
ol ol
{
list-style:lower-alpha;
}
ol ol ol
{
list-style:lower-roman;
}
ol ol ol ol
{
list-style:decimal;
}
ul
{
list-style:square;
}
dt
{
font-weight:bold;
}
dd
{
margin-top:0;
}
h1,h2,h3,h4,h5,h6
{
font-weight:bold;
margin-bottom:0;
}
h1
{
font-size:200%;
}
h2
{
font-size:160%;
}
h3
{
font-size:120%;
}
h4
{
font-size:100%;
}
h5
{
font-size:80%;
}
h6
{
font-size:80%;
font-weight:normal;
}
pre
{
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
display:block;
font-family:monospace;
font-size:12px;
max-width:100%;
overflow:scroll;
padding:.7em;
white-space:-moz-pre-wrap !important;
white-space:pre-wrap;
}
table
{
border-collapse:collapse;
table-layout:auto;
}
caption
{
caption-side:top;
font-weight:bold;
margin-top:0;
text-align:left;
}
th,td
{
padding:.7em;
text-align:left;
}
th
{
font-weight:normal;
}
iframe,img,object
{
display:inline;
max-width:100%;
}
figure
{
display:block;
max-width:100%;
}
figcaption
{
font-size:80%;
text-align:left;
}
body
{
font:16px/1.6 sans-serif;
font-weight:400;
color:#333;
text-rendering:optimizelegibility;
}
*,*:before,*:after
{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.bk-zone
{
min-height:80px;
}
@font-face
{
font-family:'FontAwesome';
src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight:normal;
font-style:normal;
}
.icon:before,.icon:after
{
font-family:'FontAwesome', sans-serif;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon:before
{
margin-right:5px;
}
.icon:after
{
margin-left:5px;
}
.icon--twitter:before
{
content:"\f099";
}
.icon--facebook:before
{
content:"\f09a";
}
.icon--youtube:before
{
content:"\f167";
}
.icon--rss:before
{
content:"\f09e";
}
.icon--linkedin:before
{
content:"\f0e1";
}
.icon--dropbox:before
{
content:"\f16b";
}
.icon--filedownload:before
{
content:"\f019";
}
.icon--paypal:before
{
content:"\f1ed";
}
.icon--phone:before
{
content:"\f095";
}
.icon--pinterest:before
{
content:"\f0d2";
}
.icon--instagram:before
{
content:"\f16d";
}
.icon--vkontakte:before
{
content:"\f189";
}
.icon--previous:before
{
content:"\f053";
}
.icon--next:after
{
content:"\f054";
}
.icon--pause:before
{
content:"\f04c";
}
.icon--play:before,.icon--pause.pause:before
{
content:"\f04b";
}
.icon--basket:before
{
content:"\f07a";
}
.icon--add:before
{
content:"\f067";
}
.icon--remove:before,.icon--close:before
{
content:"\f00d";
}
body
{
background-color:#fff;
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:15px;
font-weight:300;
line-height:28px;
letter-spacing:inherit;
color:#000;
-webkit-text-size-adjust:100%;
}
h1,.heading--1
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:32px;
font-weight:700;
line-height:40px;
letter-spacing:1px;
color:#000;
}
h2,.heading--2
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:28px;
font-weight:700;
line-height:36px;
letter-spacing:1px;
color:#000;
}
h3,.heading--3
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:24px;
font-weight:700;
line-height:32px;
letter-spacing:1px;
color:#000;
}
h4,.heading--4
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:20px;
font-weight:700;
line-height:28px;
letter-spacing:inherit;
color:#000;
}
p,.paragraph,ul,ol,li,blockquote
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:15px;
font-weight:300;
line-height:28px;
letter-spacing:inherit;
color:#000;
}
h1,h2,h3,h4,p
{
margin:0;
padding-bottom:10px;
}
.italic,.justifyitalic
{
font-style:italic;
}
.bold,.justifybold
{
font-weight:bold;
}
a
{
color:#3a99d8;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
blockquote
{
quotes:"â€œ" "â€" "â€œ" "â€";
margin:0;
}
blockquote:before
{
content:open-quote;
font-family:georgia, sans-serif;
line-height:28px;
}
.company-link
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:28px;
font-weight:700;
line-height:inherit;
letter-spacing:1px;
color:#fff;
-ms-word-break:break-word;
word-wrap:break-word;
-webkit-hyphens:none;
-moz-hyphens:none;
hyphens:none;
}
code,pre,th,td
{
color:#000;
}
.align-center,.widget-align-center,.align--center,.justify--center
{
text-align:center;
}
.align-left,.widget-align-left,.align--left,.justify--left
{
text-align:left;
}
.align-right,.widget-align-right,.align--right,.justify--right
{
text-align:right;
}
.justify-full,.justify--full
{
text-align:justify;
}
.responsivecolumns:after
{
content:"";
display:table;
clear:both;
}
.responsivecolumns .column
{
float:left;
min-height:40px;
}
#migrated-site .row .responsivecolumns
{
box-sizing:border-box;
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex:0 1 auto;
-moz-flex:0 1 auto;
-ms-flex:0 1 auto;
flex:0 1 auto;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
padding:0;
position:relative;
}
@media only screen and (max-width: 769px)
{
#migrated-site .row .responsivecolumns
{
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
}
#migrated-site .row .responsivecolumns .column .widget:last-child
{
margin-bottom:0;
}
#migrated-site .row--layout-reverse .columns-two-left,#migrated-site .row--layout-reverse .columns-three-left,#migrated-site .row--layout-reverse .columns-four-first
{
margin-right:0;
}
#migrated-site .row--layout-reverse .columns-two-right,#migrated-site .row--layout-reverse .columns-three-right,#migrated-site .row--layout-reverse .columns-four-fourth
{
margin-right:3%;
}
@media only screen and (max-width: 660px)
{
#migrated-site .row--layout-reverse .columns-two-right,#migrated-site .row--layout-reverse .columns-three-right,#migrated-site .row--layout-reverse .columns-four-fourth
{
margin-right:0;
}
}
.responsivecolumns .columns-two-left,.responsivecolumns .columns-two-right
{
width:48.5%;
margin-right:3%;
}
@media only screen and (max-width: 660px)
{
.responsivecolumns .columns-two-left,.responsivecolumns .columns-two-right
{
width:100%;
margin-right:0;
}
}
.responsivecolumns .columns-two-right
{
margin-right:0;
}
.columns-two-25-75 .responsivecolumns .columns-two-left
{
width:22.75%;
}
.columns-two-25-75 .responsivecolumns .columns-two-right
{
width:74.25%;
}
.columns-two-75-25 .responsivecolumns .columns-two-left
{
width:74.25%;
}
.columns-two-75-25 .responsivecolumns .columns-two-right
{
width:22.75%;
}
.columns-two-34-66 .responsivecolumns .columns-two-left
{
width:31.333%;
}
.columns-two-34-66 .responsivecolumns .columns-two-right
{
width:65.668%;
}
.columns-two-66-34 .responsivecolumns .columns-two-left
{
width:65.668%;
}
.columns-two-66-34 .responsivecolumns .columns-two-right
{
width:31.333%;
}
@media only screen and (max-width: 890px)
{
.columns-two-75-25 .responsivecolumns .column,.columns-two-25-75 .responsivecolumns .column,.columns-two-66-34 .responsivecolumns .column,.columns-two-34-66 .responsivecolumns .column
{
width:48.5%;
}
}
@media only screen and (max-width: 660px)
{
.columns-two-75-25 .responsivecolumns .column,.columns-two-25-75 .responsivecolumns .column,.columns-two-66-34 .responsivecolumns .column,.columns-two-34-66 .responsivecolumns .column
{
width:100%;
}
}
.responsivecolumns .columns-three-left,.responsivecolumns .columns-three-middle,.responsivecolumns .columns-three-right
{
width:31.333%;
margin-right:3%;
}
@media only screen and (max-width: 700px)
{
.responsivecolumns .columns-three-left,.responsivecolumns .columns-three-middle,.responsivecolumns .columns-three-right
{
width:100%;
margin-right:0;
}
}
.responsivecolumns .columns-three-right
{
margin-right:0;
}
.columns-three-25-25-50 .responsivecolumns .columns-three-left,.columns-three-25-25-50 .responsivecolumns .columns-three-middle
{
width:22.75%;
}
.columns-three-25-25-50 .responsivecolumns .columns-three-right
{
width:48.5%;
}
.columns-three-50-25-25 .responsivecolumns .columns-three-left
{
width:48.5%;
}
.columns-three-50-25-25 .responsivecolumns .columns-three-middle,.columns-three-50-25-25 .responsivecolumns .columns-three-right
{
width:22.75%;
}
@media only screen and (max-width: 890px)
{
.columns-three-50-25-25 .responsivecolumns .column,.columns-three-25-25-50 .responsivecolumns .column
{
width:31.333%;
margin-right:3%;
}
.columns-three-50-25-25 .responsivecolumns .column.columns-three-right,.columns-three-25-25-50 .responsivecolumns .column.columns-three-right
{
margin-right:0;
}
}
@media only screen and (max-width: 479px)
{
.columns-three-50-25-25 .responsivecolumns .column,.columns-three-25-25-50 .responsivecolumns .column
{
width:100%;
}
}
.responsivecolumns .columns-four-first,.responsivecolumns .columns-four-second,.responsivecolumns .columns-four-third,.responsivecolumns .columns-four-fourth
{
width:22.75%;
margin-right:3%;
}
@media only screen and (max-width: 890px)
{
.responsivecolumns .columns-four-first,.responsivecolumns .columns-four-second,.responsivecolumns .columns-four-third,.responsivecolumns .columns-four-fourth
{
width:48.5%;
margin-right:3%;
}
}
@media only screen and (max-width: 479px)
{
.responsivecolumns .columns-four-first,.responsivecolumns .columns-four-second,.responsivecolumns .columns-four-third,.responsivecolumns .columns-four-fourth
{
width:100%;
margin-right:0;
}
}
@media only screen and (max-width: 890px)
{
.responsivecolumns .columns-four-second
{
margin-right:0;
}
}
@media only screen and (max-width: 890px)
{
.responsivecolumns .columns-four-third
{
clear:left;
}
}
.responsivecolumns .columns-four-fourth
{
margin-right:0;
}
fieldset
{
margin:0;
padding:0;
border:0;
}
.form-group
{
margin-bottom:10px;
}
legend
{
display:block;
}
label
{
display:block;
margin:0 0 5px;
}
select
{
height:36px;
outline:none;
border:1px solid #d9d9d9;
border-radius:0;
background-color:#fff;
font-size:12px;
text-indent:0;
}
@media only screen and (max-width: 769px)
{
select
{
font-size:16px;
line-height:1.6;
}
}
select:hover,select:focus
{
background-color:#fff;
cursor:pointer;
}
input[type="search"],input[type="email"],input[type="password"],textarea,.input--single-line
{
width:100%;
padding:6px 10px;
border:1px solid #ddd;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
@media only screen and (max-width: 769px)
{
input[type="search"],input[type="email"],input[type="password"],textarea,.input--single-line
{
font-size:16px;
line-height:1.6;
}
}
input[type="search"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,.input--single-line:focus
{
border-color:#129fea;
box-shadow:inset 0 1px 3px #ddd;
outline:0;
}
textarea
{
resize:vertical;
min-height:100px;
}
input::-webkit-input-placeholder,input:focus::-webkit-input-placeholder,textarea::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder
{
color:#000;
}
input::-moz-placeholder,input:focus::-moz-placeholder,textarea::-moz-placeholder,textarea:focus::-moz-placeholder
{
color:#000;
opacity:1;
}
input:-ms-input-placeholder,input:focus:-ms-input-placeholder,textarea:-ms-input-placeholder,textarea:focus:-ms-input-placeholder
{
color:#000;
}
input::placeholder,input:focus::placeholder,textarea::placeholder,textarea:focus::placeholder
{
color:#000;
}
.option-item--radio,.option-item--checkbox
{
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
margin-bottom:8px;
}
@media only screen and (max-width: 769px)
{
.option-item--radio,.option-item--checkbox
{
margin-bottom:10px;
}
}
input[type=radio],input[type=checkbox],.label--radio,.label--checkbox
{
display:inline;
vertical-align:middle;
}
input[type="radio"]
{
-webkit-appearance:radio !important;
}
input[type="checkbox"]
{
-webkit-appearance:checkbox !important;
}
input[type="radio"],input[type="checkbox"]
{
width:auto !important;
height:auto;
min-height:inherit;
margin-right:5px;
border:1px solid #000 !important;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
box-sizing:border-box;
}
.option-item--radio,.option-item--checkbox
{
list-style-type:none;
}
.label--radio,.label--checkbox
{
margin-bottom:0;
}
.advancedcontactform ul.option-list
{
margin-left:1px;
}
.advancedcontactform .option-list .label--radio,.advancedcontactform .option-list .label--checkbox
{
color:#000;
}
.advancedcontactform__select
{
width:100%;
padding-left:5px;
}
.advancedcontactform .error
{
border:1px solid #f06262 !important;
}
body:after
{
content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) url(data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC);
display:none;
}
.lightboxOverlay
{
position:absolute;
top:0;
left:0;
z-index:9999;
background-color:black;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity:0.8;
display:none;
}
.lightbox
{
position:absolute;
left:0;
width:100%;
z-index:10000;
text-align:center;
line-height:0;
font-weight:normal;
}
.lightbox .lb-image
{
display:block;
height:auto;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
}
.lightbox a img
{
border:none;
}
.lb-outerContainer
{
position:relative;
background-color:white;
*zoom:1;
width:250px;
height:250px;
margin:0 auto;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
}
.lb-outerContainer:after
{
content:"";
display:table;
clear:both;
}
.lb-container
{
padding:4px;
}
.lb-loader
{
position:absolute;
top:43%;
left:0%;
height:25%;
width:100%;
text-align:center;
line-height:0;
}
.lb-cancel
{
display:block;
width:32px;
height:32px;
margin:0 auto;
background:url(data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==) no-repeat;
}
.lb-nav
{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}
.lb-container > .nav
{
left:0;
}
.lb-nav a
{
outline:none;
}
.lb-prev,.lb-next
{
width:49%;
height:100%;
cursor:pointer;
display:block;
}
.lb-prev
{
left:0;
float:left;
}
.lb-prev:hover
{
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) left 48% no-repeat;
}
.lb-next
{
right:0;
float:right;
}
.lb-next:hover
{
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC) right 48% no-repeat;
}
.lb-dataContainer
{
margin:0 auto;
padding-top:5px;
*zoom:1;
width:100%;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
}
.lb-dataContainer:after
{
content:"";
display:table;
clear:both;
}
.lb-data
{
padding:0 4px;
color:#bbb;
}
.lb-data .lb-details
{
width:85%;
float:left;
text-align:left;
line-height:1.1em;
}
.lb-data .lb-caption
{
font-size:13px;
font-weight:bold;
line-height:1em;
}
.lb-data .lb-number
{
display:block;
clear:left;
padding-bottom:1em;
font-size:12px;
color:#999;
}
.lb-data .lb-close
{
display:block;
float:right;
width:30px;
height:30px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) top right no-repeat;
text-align:right;
outline:none;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity:0.7;
}
.lb-data .lb-close:hover
{
cursor:pointer;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity:1;
}
.print-mixin *
{
box-shadow:none !important;
text-shadow:none !important;
border:none !important;
}
.print-mixin *:not(.print-bg-override)
{
background:transparent !important;
color:#000 !important;
}
.print-mixin .print-bg-override
{
-webkit-print-color-adjust:exact;
}
.print-mixin pre,.print-mixin blockquote
{
border:1px solid #999;
page-break-inside:avoid;
}
.print-mixin input[type=text],.print-mixin input[type=email],.print-mixin input[type=search],.print-mixin .signupform fieldset input[type=email],.print-mixin .widget.profile form fieldset input[type=email],.print-mixin textarea,.print-mixin button
{
border:1px solid #000 !important;
}
.print-mixin thead
{
display:table-header-group;
}
.print-mixin tr,.print-mixin img
{
page-break-inside:avoid;
}
.print-mixin img
{
max-width:100% !important;
}
@page
{
margin:0.5cm;
}
.print-mixin p,.print-mixin h2,.print-mixin h3
{
orphans:3;
widows:3;
}
.print-mixin h2,.print-mixin h3
{
page-break-after:avoid;
}
@media print
{
body
{
background-color:#fff !important;
background-image:none !important;
}
*
{
box-shadow:none !important;
text-shadow:none !important;
border:none !important;
}
*:not(.print-bg-override)
{
background:transparent !important;
color:#000 !important;
}
.print-bg-override
{
-webkit-print-color-adjust:exact;
}
pre,blockquote
{
border:1px solid #999;
page-break-inside:avoid;
}
input[type=text],input[type=email],input[type=search],.signupform fieldset input[type=email],.widget.profile form fieldset input[type=email],textarea,button
{
border:1px solid #000 !important;
}
thead
{
display:table-header-group;
}
tr,img
{
page-break-inside:avoid;
}
img
{
max-width:100% !important;
}
@page
{
margin:0.5cm;
}
p,h2,h3
{
orphans:3;
widows:3;
}
h2,h3
{
page-break-after:avoid;
}
}
.bk-print
{
background-color:#fff !important;
background-image:none !important;
}
.bk-print *
{
box-shadow:none !important;
text-shadow:none !important;
border:none !important;
}
.bk-print *:not(.print-bg-override)
{
background:transparent !important;
color:#000 !important;
}
.bk-print .print-bg-override
{
-webkit-print-color-adjust:exact;
}
.bk-print pre,.bk-print blockquote
{
border:1px solid #999;
page-break-inside:avoid;
}
.bk-print input[type=text],.bk-print input[type=email],.bk-print input[type=search],.bk-print .signupform fieldset input[type=email],.bk-print .widget.profile form fieldset input[type=email],.bk-print textarea,.bk-print button
{
border:1px solid #000 !important;
}
.bk-print thead
{
display:table-header-group;
}
.bk-print tr,.bk-print img
{
page-break-inside:avoid;
}
.bk-print img
{
max-width:100% !important;
}
@page
{
margin:0.5cm;
}
.bk-print p,.bk-print h2,.bk-print h3
{
orphans:3;
widows:3;
}
.bk-print h2,.bk-print h3
{
page-break-after:avoid;
}
.extended-print-mixin .widget.extendednavigation,.extended-print-mixin .widget.socialicons,.extended-print-mixin .bk-profile-socialicons
{
display:none;
}
.extended-print-mixin .widget.menusections
{
display:none;
}
.extended-print-mixin .widget.menu .main.wrapper
{
page-break-before:always;
}
@media print
{
*
{
box-shadow:none !important;
text-shadow:none !important;
border:none !important;
}
*:not(.print-bg-override)
{
background:transparent !important;
color:#000 !important;
}
.print-bg-override
{
-webkit-print-color-adjust:exact;
}
pre,blockquote
{
border:1px solid #999;
page-break-inside:avoid;
}
input[type=text],input[type=email],input[type=search],.signupform fieldset input[type=email],.widget.profile form fieldset input[type=email],textarea,button
{
border:1px solid #000 !important;
}
thead
{
display:table-header-group;
}
tr,img
{
page-break-inside:avoid;
}
img
{
max-width:100% !important;
}
@page
{
margin:0.5cm;
}
p,h2,h3
{
orphans:3;
widows:3;
}
h2,h3
{
page-break-after:avoid;
}
.widget.extendednavigation,.widget.socialicons,.bk-profile-socialicons
{
display:none;
}
.widget.menusections
{
display:none;
}
.widget.menu .main.wrapper
{
page-break-before:always;
}
}
.bk-print *
{
box-shadow:none !important;
text-shadow:none !important;
border:none !important;
}
.bk-print *:not(.print-bg-override)
{
background:transparent !important;
color:#000 !important;
}
.bk-print .print-bg-override
{
-webkit-print-color-adjust:exact;
}
.bk-print pre,.bk-print blockquote
{
border:1px solid #999;
page-break-inside:avoid;
}
.bk-print input[type=text],.bk-print input[type=email],.bk-print input[type=search],.bk-print .signupform fieldset input[type=email],.bk-print .widget.profile form fieldset input[type=email],.bk-print textarea,.bk-print button
{
border:1px solid #000 !important;
}
.bk-print thead
{
display:table-header-group;
}
.bk-print tr,.bk-print img
{
page-break-inside:avoid;
}
.bk-print img
{
max-width:100% !important;
}
@page
{
margin:0.5cm;
}
.bk-print p,.bk-print h2,.bk-print h3
{
orphans:3;
widows:3;
}
.bk-print h2,.bk-print h3
{
page-break-after:avoid;
}
.bk-print .widget.extendednavigation,.bk-print .widget.socialicons,.bk-print .bk-profile-socialicons
{
display:none;
}
.bk-print .widget.menusections
{
display:none;
}
.bk-print .widget.menu .main.wrapper
{
page-break-before:always;
}
.message
{
position:relative;
clear:both;
color:#000;
padding-left:1.2em;
}
@media only screen and (max-width: 480px)
{
.message
{
font-size:14px;
}
}
.message:before
{
font-family:'FontAwesome', sans-serif;
position:absolute;
left:0;
top:0;
line-height:1.5;
}
.message h3,.message p
{
margin:0;
padding:0;
line-height:1.5;
color:#000;
font-size:16px;
}
@media only screen and (max-width: 480px)
{
.message h3,.message p
{
font-size:14px;
}
}
.message--error:before
{
content:"\f071";
}
.message--warning:before
{
content:"\f071";
}
.message--information:before
{
content:"\f05a";
}
.message--success:before
{
content:"\f00c";
}
.message--not-found:before
{
content:"\f002";
}
.message--empty:before
{
content:"\f040";
}
.bk-cookie-container
{
background-color:rgba(0,0,0,0.75);
border:1px solid #333;
color:white;
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between;
bottom:10px;
left:0;
right:0;
margin:0 auto;
position:fixed;
text-align:left;
max-width:860px;
width:95%;
z-index:2147483647;
}
.bk-cookie-container p,.bk-cookie-container a
{
font-family:'Helvetica', Arial, sans-serif;
font-weight:400;
font-size:14px;
line-height:1.5;
}
.bk-cookie-container p
{
color:white;
padding:0.5em 1em;
}
.bk-cookie-container p a
{
color:#96d3ed;
}
@media only screen and (max-width: 480px)
{
.bk-cookie-container
{
border:none;
border-top:1px solid #333;
left:0;
bottom:0;
margin:0;
width:100%;
}
}
.bk-cookie-container .bk-cookie-close-button
{
-webkit-align-self:flex-start;
-moz-align-self:flex-start;
-ms-align-self:flex-start;
-ms-flex-item-align:flex-start;
-ms-flex-align:flex-start;
align-self:flex-start;
color:rgba(255,255,255,0.5);
font-weight:600;
line-height:1em;
background-color:#000;
padding:12px;
text-decoration:none;
transition:color 0.5s ease;
}
@media only screen and (max-width: 769px)
{
.bk-cookie-container .bk-cookie-close-button
{
color:white;
}
}
.bk-cookie-container .bk-cookie-close-button:hover,.bk-cookie-container .bk-cookie-close-button:focus
{
color:white;
text-decoration:none;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms,.widget .contactform .form-group.contactform__form-group--terms,.widget .signupform .form-group.signupform__form-group--terms
{
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start;
position:relative;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label,.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms .form__link,.widget .contactform .form-group.contactform__form-group--terms label,.widget .contactform .form-group.contactform__form-group--terms .form__link,.widget .signupform .form-group.signupform__form-group--terms label,.widget .signupform .form-group.signupform__form-group--terms .form__link
{
color:#000;
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:14px;
font-weight:400;
line-height:1.4;
margin-bottom:0;
text-align:left;
text-transform:none;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms .form__link,.widget .contactform .form-group.contactform__form-group--terms .form__link,.widget .signupform .form-group.signupform__form-group--terms .form__link
{
text-decoration:underline;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms input[type="checkbox"],.widget .contactform .form-group.contactform__form-group--terms input[type="checkbox"],.widget .signupform .form-group.signupform__form-group--terms input[type="checkbox"]
{
margin-right:12px;
height:auto;
width:auto;
}
@media only screen and (max-width: 1024px)
{
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label,.widget .contactform .form-group.contactform__form-group--terms label,.widget .signupform .form-group.signupform__form-group--terms label
{
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
cursor:pointer;
font-size:16px;
margin:0;
padding:0;
-ms-touch-action:manipulation;
touch-action:manipulation;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label:before,.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label:after,.widget .contactform .form-group.contactform__form-group--terms label:before,.widget .contactform .form-group.contactform__form-group--terms label:after,.widget .signupform .form-group.signupform__form-group--terms label:before,.widget .signupform .form-group.signupform__form-group--terms label:after
{
margin:auto 0;
position:absolute;
bottom:0;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label:before,.widget .contactform .form-group.contactform__form-group--terms label:before,.widget .signupform .form-group.signupform__form-group--terms label:before
{
background:#fff;
border:1px solid;
border-color:rgba(0,0,0,0.2);
border-radius:4px;
content:"";
left:0;
margin:auto 0;
max-height:35px;
min-width:35px;
top:0;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms label:after,.widget .contactform .form-group.contactform__form-group--terms label:after,.widget .signupform .form-group.signupform__form-group--terms label:after
{
background:transparent;
border:solid;
border-color:#000;
border-top-color:transparent;
border-width:0 0 2px 2px;
content:"";
filter:alpha(opacity=0);
height:8px;
left:9px;
opacity:0;
top:-2px;
width:18px;
zoom:1;
transform:rotate(-45deg);
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms input[type="checkbox"],.widget .contactform .form-group.contactform__form-group--terms input[type="checkbox"],.widget .signupform .form-group.signupform__form-group--terms input[type="checkbox"]
{
cursor:pointer;
flex-shrink:0;
filter:alpha(opacity=0);
margin:0 10px 0 0;
min-height:35px;
min-width:35px;
height:35px !important;
width:35px !important;
opacity:0;
zoom:1;
z-index:1;
}
.widget .advancedcontactform .form-group.advancedcontactform__form-group--terms input[type="checkbox"]:checked + label:after,.widget .contactform .form-group.contactform__form-group--terms input[type="checkbox"]:checked + label:after,.widget .signupform .form-group.signupform__form-group--terms input[type="checkbox"]:checked + label:after
{
filter:alpha(opacity=1);
opacity:1;
}
}
.widget.signupform .signupform__form-group--terms
{
margin-top:12px;
}
.gdpr-footer
{
background-color:#fff;
text-align:center;
}
.gdpr-footer__link
{
color:#000;
display:inline-block;
font-size:16px;
line-height:1;
padding:15px;
text-decoration:none;
}
.widget
{
position:relative;
}
.widget--zone-widget:not([data-name="row"])
{
margin:0 0 20px;
clear:both;
}
.widget--zone-widget:not([data-name="row"]):after
{
content:"";
display:table;
clear:both;
}
[data-name="row"]:not(.active-row)
{
margin-bottom:0;
}
.widget--zone-widget[data-name="space"]
{
margin-bottom:0;
}
#migrated-site .row__container .widget:last-child
{
margin-bottom:0;
}
.clearfix:after
{
content:"";
display:table;
clear:both;
}
.logo
{
line-height:0;
font-size:0;
}
.navigation-item .item-name
{
display:block;
padding:14px;
text-decoration:none;
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:14px;
font-weight:400;
line-height:inherit;
color:#fff;
letter-spacing:1px;
}
.navigation-item .item-name:hover
{
color:#005981;
cursor:pointer;
}
.navigation-body:after
{
content:"";
display:table;
clear:both;
}
.navigation-list
{
width:100%;
z-index:9999;
padding:0;
margin-left:0;
list-style:none;
}
.navigation-item
{
position:relative;
display:inline-block;
}
.navigation-list--children
{
display:none;
position:absolute;
left:0;
top:100%;
min-width:100%;
background-color:#fff;
}
.navigation-list--children .item-name
{
overflow:hidden;
text-overflow:ellipsis;
}
.navigation-item:hover .navigation-list--children
{
display:block;
}
.navigation-item--child
{
display:list-item;
}
.feature__background-image
{
min-height:250px;
}
.feature__content-wrap
{
padding:30px;
}
.feature__headline
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:12px;
font-weight:700;
line-height:9px;
letter-spacing:1px;
color:#fff;
}
.feature__strapline
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:36px;
font-weight:300;
line-height:48px;
letter-spacing:1px;
color:#fff;
}
.feature__button
{
padding:9px 12px;
text-decoration:none;
}
.feature__button:hover
{
text-decoration:none;
}
.imagewidget__figure
{
margin:0;
}
img
{
display:inline-block;
}
.image-title,.image-description
{
display:block;
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:15px;
font-weight:300;
line-height:28px;
letter-spacing:inherit;
color:#000;
}
.image-link
{
display:block;
font-size:0;
line-height:0;
}
.image-link:hover
{
text-decoration:none;
}
.blog-post-list__image
{
max-height:300px;
}
.imagewidget__image
{
display:inline;
}
.imagewidget__image-link
{
max-width:100%;
display:inline-block;
}
.no-image
{
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAASwBAMAAADoHkrFAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlNAn4N1mWByT15ZAAASW0lEQVR42uzBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGD24EAAAAAAAMj/tRFUVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVYU9OBAAAAAAAPJ/bQRVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWEPDgQAAAAAgPxfG0FVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVdiDAwEAAAAAIP/XRlBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVFfbgoAQAEAgAmB8DCCYQEwg2MIBg/y72uNsGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhPTWPC2Ffsa+BeKob7ZUPjt3lJMwEIVhdGzpAgbru0B4F1dgSVwAhP2vxWjS+MIG/t5z4goMH53emWE+SZjNGIvl+2s+N9iE+9IrunoIswX3XtReweQr26+C2YChF/baINpU8/139d0g2aHX9tEg16MXt28Qq/gC2iKabLeOSTSpxo5JNLEunT6bY5HJA/jPW4NEHsDegsk1dTyCiVV+D3g1N8hjD3j13iBN6VsMdpJI5xCHMRbBrKD/fTXIYgVtDU0wK2hraIJVvwhsDk0ypzic5SCYV2D3+gnmFdhLMMG8AvttLILZBbYTTC5XgU2xCGaGZYpFMFcJXSkkmCG0MTTBDKGNoQlmCO0wJbmmpwFfj5+nAn/HxT4S2ab+xLkVMR3sIxFtrH0ndhQw0cbiY9hL6e8v4g3FP8CjkxwkG6pPYRcBE2xXewXd2k3ABNtVP0r4qP4PINqu+gOo/DcY0V6qBzwImGACFjDBBCxggglYwAQTsIAJJmABE0zAAiaYgAVMMAELmGACFjDBBCxggglYwAQTsIAJJmABE0zAAiaYgAVMMAELmGACFjDBBCxggglYwPywdwe5aQRBFIZbQB/gCbIPibNnjLwPiXOAEfj+V4lMQHIURKrGsjSv9H972P2apqs0GCNgAoYxAiZgGCNgAoYxAiZgGCNgAoYxAiZgGCNgAoYxAiZgGHtPwP1lv3/c759emjEChrPpAR+/POvix1ff/xQmYDibGvDxQW9tbBMmYDibFnB//PdjT80SAcPZpID7g2741hwRMJxNCbhvddPPZoiA4WxCwP0g3far+SFgOMsHfH3+FjlFEzCc5QMedMfn5oaA4Swd8En3bOymSQQMZ9mAl/qL/yImAcNZNuCDLqpcZBEwnCUDPklSqUM0AcNZLuCu/1s3KwQMZ7mABwXsmhMChrNUwEudlbrHImA4SwU8SFdlhsEEDGeZgJdSvUcwAcNZJuBBkqr9CiZgOEsE3HVW7CKagOEsEfCoMKNZMAHDWSLgg3RVaB2LgOEsHvBCcc/NBgHDWTzgQWfVJkkEDGfhgLsyPjUXBAxn4YBXusM4AgKGs3DAg1TyDE3AcBYNuEs1z9AEDGfRgBe6qLZOScBwFg141Fm9XQ4ChrNowFslfW8eCBjOggF3XZTbhyZgOAsGvNBZwWUsAoazYMCjVPRHMAHDWTDgrSSVnAQTMJwFAz5IqjkJJmA4iwW8lKreYhEwnMUCXkhSzVUOAoazWMArqeotFgHDWSzgUW/UerUdAcNZLOCtVPUamoDhLBbwQZJqLlMSMJyFAu6Sqs6RCBjOogGXnSMRMJyFAl5KZedIBAxnoYAXBAzMUijglS5m8WK7IwEDyYDns8nRtSNgIBHwSVNsPibgUWsCBhIBjzN6AndJOwIGUgHPZpdylLQmYMAy4K5XOwIGwgEP8wl41Ks1AQOGAffrVxMw4BfwqD/WBAzYBdx1tSPg3+zd220bMRBGYSYKC/gxasBIChgnKSBrOO+mL/23EgdBYMuW5VlZWnIx53sX9HQwErnkAmsLuOk/I2BgZQFXPXECBtYVcNMTI2BgVfvAVc85AQNrepSy6TkjYGBFAVftcgJGerHTSEME3LTLCBjpredAf9VLTsDILnalzggBN71kBIzsVnMnVtVrTsBILhTwZoBrZZteMwJGcmu52L1qHydg5BZ8tUr3gJv2MQJGbmd8udmvsw9gyQkYqcUCvuz9dsKm/YyAkVos4Nb5OY6qtzgBI7PzvaF/u8AAloyAkVks4E3fbeCqtzkBI7FYwLXvInTT24yAkVgs4DL1XISuOsQJGHkFA77seZy/6RAjYOQVDPhTx0XoqsOcgJFWMOBNxzWspsOMgJFWMODaYQ0r/NVOwMgqGHC56PYcVtN7jICRVTTg+15/gave5wSMpKIBb3r9BW56nxEwkooGXKY+u8BVEU7AyCkccOuzC9wUYQSMnMIBf+7yC7oqxgkYKYUDLpNm+L3oAJaMgJFSPODWYQ26KsoJGBnFA950uJCyKcoIGBnFAy4Xiz/FURXnBIyEZgT8ZfHLOJrijICR0IyAy7TwElbVHE7AyGdOwPcLL2E1zWEEjHzmBFynRQ8iVc3jBIx05gRc7gcewJIRMNKZFXCdBh7AkhMwsokGHB/B204DWDICRjbzAi7ToEvQ/zgBI5mZAX9e7BhD03xGwEgmGHD8flnvN4AlJ2DkMjfgOo11DGmXETBymRtw2Qx1DvglJ2CkMjvgcrvACnRpOo4RMFIJBBzfS9p65wEsOQEjkyMCLj/P3W9pOpYRMDIJBBwteOul+wCWnICRyFEBl9tJrz93U/oPYMkIGIkcF3C5+6Zd2683ZYQBLDkBI49AwIGEt1cPpQwxgCUjYOSxL+Cgu+/Xkx5dX/34m+8gA1hyAkYa+wKOqw+PbsqjYQawZASMNAIBB4w0gCUnYGQxXsBNH2UEjCyGC7jq45yAkcRwATd9nBEwkhgt4KpTcAJGDqMF3HQKRsDIYbCAq07DCRgpDBZw02kYASOFP+zXy02kQQxF4cXIAdy/JoAKoSaEyQDnnwwsEAL6JdQu2rp9vgC8O7pyr4BDVRYB4xn0CjhVZRAwnkGrgEN1FgHjCbQKOFVnEDCeQKeAQ5UWAcNfp4BTlQYBw1+jgEO1FgHDXqOAU7UGAcNen4BD1RYBw12fgFPVBgHDXZuAQ/UWAcNcm4BT9QYBw1yXgEM7LAKGty4Bp3YYBAxvTQIO7bEIGNaaBJzaYxAwrPUIOLTLImA46xFwapdBwHDWIuDQPouAYaxFwKl9BgHDWIeAQzstAoavDgGndhoEDF8NAg7ttQgYthoEnNprEDBsPT7g0G6LgOHq8QGndhsEDFcPDzi03yJgmHp4wKn9BgHDVH3AMbsNsLQIGJ7qA86j2wBLg4DhqTzg0P/ZbYClRcCwVB5wSke3AZYGAcNSdcChN7PbAEuLgOGoOuD80Yl/+i2DgOGoOOCQfjDBf/R7FgHDUHHA+X6j2wBLg4BhqDbg0LvZbYClRcDwUxtwfhzpNsDSIGD4KQ049GF2G2BpEjDslAacn650G2BpEDDsVAYc+mR2G2BpETDcVAacX850G2BpEDDcFAYc+mJ2G2BpETDMFAac3+50G2DpIGCYqQs49M3sNsDSImB4qQs4Tw51G2BpEDC8lAUcOjG7DbD0QsCwUhZw6sTRbYClRcCwUhVw6IzZbYAJGGaqAk6dcXQbYAKGmaKAQ2fNZgNMwDBTFHDqrKPZAP8lYHipCTh0wew1wCwwzNQEnLrgaDXABAw3JQGHLpqtBpiAYaYk4NRFR6sB5geGmYqAQ1fMTgPMAsNMRcCpK45GA0zAcFMQcOiq2WiACRhmCgJOXXU0GmB+YJi5P+DQDbPPALPAMHN/wKkbjjYDTMBwc3fAoZtmmwEmYJi5O+DUTUebAeYHfmW/DooDBKIgiJ4QsCjAQqTg30wM/AOpvUDnPQ9dU0PMbsDHeuB6ywBbYGJ2A77XA+dLBljA1GwGfKxHrpcMsICJ2Qz4Xo+cLxlgH5iYvYCP9dD1jgG2wMTsBXyvh85XDLCAqdkK+FiPXa8YYAETsxXwvR47XzHAPjAxOwEf6w+uNwywBSZmJ+B7/cH5ggEWMDUbAR/rewRMy0bA9/ocH5iYIeDwAFtgYoaAuwMsYGqGgMMDLGBihoDDA+wDEzMEHB5gC0zMEHB3gAVMzRBweIAFTMwQcHiAfWBihoDDA2yBiRkC7g6wgKkZAg4PsICJGQIOD7APTMwQcHiALTAxQ8DdARYwNUPA4QEWMDFDwOEB9oGJGQIOD7AFJmYIuDvAAqZmCDg8wAImZgg4PMA+MDFDwOEBtsDEDAF3B1jA1AwBhwdYwMQMAYcH2AcmZgg4PMAWmJgh4O4AC5iaIeDwAAuYmCHg8AD7wMQMAYcH2AITMwTcHWABUzMEHB5gARMzBBweYB+YmCHg8ABbYGKGgLsDLGBqhoDDAyxgYoaAwwPsAxMzBBweYAtMzBBwd4AFTM0QcHiABUzMEHB4gH1gYoaAwwNsgYkZAu4OsICpGQIOD7CAiRkCDg+wD0zMo4B/VoWAaRGwgPkwAQuYD/tfAfvAxPyvgC0wMQIWMB8mYAHzYb/s10ENAgAQA0ENaEEBDgj+xWCAB9/tzXjYNL0VsA/MmFsBW2DGCFjAhAlYwITdCtgHZsytgC0wYwQsYMIELGDCbgXsAzPmVsAWmDECFjBhAhYwYbcC9oEZcytgC8wYAQuYMAELmLBbAfvAjLkVsAVmjIAFTJiABUzYrYB9YMbcCtgCM0bAAiZMwAIm7FbAPjBjbgVsgRkjYAETJmABE3YrYB+YMbcCtsCMEbCACROwgAm7FbAPzJhbAVtgxghYwIQJWMCE3QrYB2bMrYAtMGMELGDCBCxgwm4F7AMz5lbAFpgxAhYwYQIWMGG3AvaBGfNfwK/HCAGz5dYCC5gxfwX8ea54C5gpvwI+RcCUCVjAhAlYwIQJWMCECVjAhAlYwIQJWMCECVjAhAlYwIQJWMCECVjAhAlYwIQJWMCECVjAhAlYwIQJWMBfdu4dKYEgCsNolwMLuD5yFcmlLHMHNBfB/W/FxAw28M89ZwdafDXdt3uGYAIWMMEELGCCCVjABBOwgAkmYAETTMACJpiABUwwAQuYYAIWMMEELGCCCVjABBOwgAm26h7wSsAEa//7PXf/BxBtVRe+RyfH7ksQot3UhcfRySxggl0J+G40MjX/+wk31aXX0cdOwCSbqvUveKpLDwNSrOuK7WhimgVMtrmu2D/3MNcVHwNizEXnKTzhdkXfGR7xjkXniyyEWxVuUhLrpnARi1hT4RSJXMbQTpEI9lQYQhPLGNoQmmCmWGZYBFsXZljksgl2kZJgNsG2wARzEtzzXWiWwkmwU2CCWUNbQRPMGtoKmmTm0GbQBDsXXiUklrsc/74GBDLGMsIimDGWa5Qk82k7D2CCeQR7AJPMLtgDmGBr9ymNoAnW/vOy3uQnWvc5lm9hEa35ItoCmnCtJ9GHAeF+qq1bE2jytS1YvyzCqec++KBflmH9Uu3cbwcsxalZwvcbj18W5fft+bOJ/eZdvgAAAAAAAH/swYEAAAAAAJD/ayOoqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqgp7cCAAAAAAAOT/2giqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqsIeHAgAAAAAAPm/NoKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqrAHBwIAAAAAQP6vjaCqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqKuzBgQAAAAAAkP9rI6iqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqSntwQAIAAAAg6P/rfoQKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwF03O3X7vW2pgAAAABJRU5ErkJggg==);
}
.imagewidget.widget-align-left,.imagewidget.widget-align-left .caption
{
text-align:left;
}
.imagewidget.widget-align-right,.imagewidget.widget-align-right .caption
{
text-align:right;
}
.imagewidget.widget-align-center,.imagewidget.widget-align-center .caption
{
text-align:center;
}
.gallery__figure
{
margin:0;
}
.gallery-list
{
margin:0;
list-style:none;
}
.slides-list,.pagination-list,.responsiveslideshow .figure
{
margin:0;
list-style:none;
line-height:normal;
}
.slideshow-controls
{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
}
.slide-item
{
display:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.slide-item.current
{
display:list-item;
position:relative;
}
.responsiveslideshow .figure
{
background-color:#f2f2f2;
background-position:center;
background-repeat:no-repeat;
min-height:400px;
position:relative;
}
.responsiveslideshow .image
{
display:none;
}
.responsiveslideshow .caption
{
position:absolute;
bottom:0;
width:100%;
margin:0;
padding:10px 20px;
background-color:rgba(0,0,0,0.2);
}
.responsiveslideshow .pagination-item
{
display:inline-block;
line-height:normal;
}
.responsiveslideshow .button--pagination
{
padding:3px 6px;
font-size:12px;
}
.responsiveslideshow .button--pagination:focus
{
outline:none;
}
.responsiveslideshow .selected .button
{
background-color:#000;
}
.responsiveslideshow .cover .figure
{
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
.responsiveslideshow .contain .figure
{
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.slide-navigation
{
margin:10px 0;
}
.widget__buttonwidget,.widget__clicktocall,.widget__dropbox,.widget__tweet,[data-name="filedownload"]
{
font-size:14px;
line-height:inherit;
}
button,.button,.contentgroup__link
{
display:inline-block;
padding:4px 12px;
border:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
font-family:"Petrona", "Georgia", serif;
font-weight:300;
color:#fff;
line-height:inherit;
letter-spacing:1px;
font-size:14px;
background-color:#000;
}
button:hover,.button:hover,.contentgroup__link:hover
{
background-color:#66b83a;
text-decoration:none;
}
button:focus,.button:focus,.contentgroup__link:focus
{
outline:none;
}
button.italic,.button.italic,.contentgroup__link.italic
{
font-style:italic;
}
button.bold,.button.bold,.contentgroup__link.bold
{
font-weight:bold;
}
.ecombasketsummary__quantity-minus,.ecombasketsummary__quantity-plus,.ecomproductslist__pagination-item .button,.responsiveslideshow__pagination-item .button
{
font-size:16px;
letter-spacing:0;
line-height:1;
}
.paypalbuynow form
{
background-color:transparent;
}
.dropbox-button__button,.dropbox-button__label
{
display:inline-block;
}
@media only screen and (max-width: 480px),only screen and (max-width: 700px) and (orientation: landscape)
{
.clicktocall__phone-number-link
{
display:inline-block;
padding:4px 12px;
border:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
font-family:"Petrona", "Georgia", serif;
font-weight:300;
color:#fff;
line-height:inherit;
letter-spacing:1px;
font-size:14px;
background-color:#000;
padding:8px 20px;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
padding:9px 12px;
text-decoration:none;
}
.clicktocall__phone-number-link:hover
{
background-color:#66b83a;
text-decoration:none;
}
.clicktocall__phone-number-link:focus
{
outline:none;
}
.clicktocall__phone-number-link.italic
{
font-style:italic;
}
.clicktocall__phone-number-link.bold
{
font-weight:bold;
}
.clicktocall__phone-number-link:hover
{
background-color:#66b83a;
}
.clicktocall__phone-number-link:hover
{
background-color:#66b83a;
color:#fff;
}
}
.social-list
{
margin:0;
}
.social-item
{
display:inline-block;
margin-right:10px;
}
.social-link
{
-webkit-font-smoothing:antialiased;
}
.tweet-list
{
margin:0;
list-style:none;
}
.account-link
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:24px;
font-weight:700;
color:#000;
line-height:32px;
letter-spacing:1px;
}
.tweet-item
{
margin-bottom:20px;
}
.tweet-item:last-child
{
margin-bottom:0;
}
.avatar-link
{
display:block;
}
.tweet-content a
{
-ms-word-break:break-word;
word-wrap:break-word;
-webkit-hyphens:none;
-moz-hyphens:none;
hyphens:none;
}
.yelpreview
{
list-style:none;
margin:0;
}
.yelpreview__review-item
{
list-style:none;
}
.embed-wrap--video
{
position:relative;
padding-bottom:56.25%;
padding-top:25px;
height:0;
}
.embed-wrap--video iframe
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.google-map img
{
max-width:inherit;
}
hr.rule
{
width:100%;
height:2px;
border:none;
background-color:#b3b3b3;
display:inline-block;
}
.profile__companystrapline .companystrapline__strapline,.profile__companystrapline .companydescription__description,.profile__companydescription .companystrapline__strapline,.profile__companydescription .companydescription__description
{
padding-bottom:0;
}
.fonectacontactform input[type="checkbox"] + label
{
display:inline-block !important;
vertical-align:middle;
width:auto;
}
.fonectamap
{
min-height:150px;
}
.fonectamap .fonectmap
{
width:100%;
height:100%;
overflow:hidden;
position:absolute;
}
.fonectamap img
{
max-width:none;
}
.fonectamap input[type="button"]
{
font-size:11px;
padding:5px;
line-height:1.2;
background:#fff;
letter-spacing:0;
color:#666;
font-family:sans-serif;
border:1px solid #aaa;
text-shadow:none;
box-shadow:none;
width:auto;
}
.widget__content
{
-ms-word-break:break-word;
word-wrap:break-word;
-webkit-hyphens:none;
-moz-hyphens:none;
hyphens:none;
}
.wysiwyg-font-size-xx-small
{
font-size:10px;
}
.wysiwyg-font-size-x-small
{
font-size:12px;
}
.wysiwyg-font-size-smaller
{
font-size:14px;
}
.wysiwyg-font-size-small
{
font-size:16px;
}
.wysiwyg-font-size-medium
{
font-size:18px;
}
.wysiwyg-font-size-large
{
font-size:20px;
}
.wysiwyg-font-size-larger
{
font-size:24px;
}
.wysiwyg-font-size-x-large
{
font-size:28px;
}
.wysiwyg-font-size-xx-large
{
font-size:30px;
}
.wysiwyg-font-size-10
{
font-size:10px;
}
.wysiwyg-font-size-12
{
font-size:12px;
}
.wysiwyg-font-size-14
{
font-size:14px;
}
.wysiwyg-font-size-16
{
font-size:16px;
}
.wysiwyg-font-size-18
{
font-size:18px;
}
.wysiwyg-font-size-24
{
font-size:24px;
}
.wysiwyg-font-size-30
{
font-size:30px;
}
.wysiwyg-font-size-36
{
font-size:36px;
}
.wysiwyg-font-size-48
{
font-size:48px;
}
.wysiwyg-font-size-60
{
font-size:60px;
}
.wysiwyg-font-size-72
{
font-size:72px;
}
.wysiwyg-font-size-84
{
font-size:84px;
}
.wysiwyg-font-size-96
{
font-size:96px;
}
.wysiwyg-font-size-110
{
font-size:110px;
}
.wysiwyg-font-size-128
{
font-size:128px;
}
.wysiwyg-font-size-146
{
font-size:146px;
}
.wysiwyg-font-size-168
{
font-size:168px;
}
.wysiwyg-font-size-192
{
font-size:192px;
}
.menu-list,.dietary-list
{
margin:0;
list-style:none;
}
.section-description,.item-title,.item-subtitle,.item-price,.item-details
{
padding-bottom:0;
}
.menusections-list
{
margin:20px 0;
}
.menusections-item
{
display:inline-block;
margin-right:20px;
}
.item-content
{
margin-top:20px;
}
.dietary-item
{
display:inline-block;
margin-right:10px;
}
.dietary-item:last-child
{
margin-right:0;
}
.menu-item--featured,.menu-section--featured
{
padding:20px;
background-color:#f2f2f2;
}
.menu-section--featured
{
margin-bottom:30px;
padding:30px;
background-color:#f2f2f2;
}
.menu-item--featured .image-link,.menu-section--featured .image-link
{
background-color:#fff;
height:220px;
line-height:220px;
}
.menu-items:not(.menu-section--subsection),.menu-list
{
column-count:2;
column-gap:50px;
-moz-column-count:2;
-moz-column-gap:50px;
-webkit-column-count:2;
-webkit-column-gap:50px;
}
@media only screen and (max-width: 769px)
{
.menu-items:not(.menu-section--subsection),.menu-list
{
column-count:2;
column-gap:60px;
-moz-column-count:2;
-moz-column-gap:60px;
-webkit-column-count:2;
-webkit-column-gap:60px;
}
}
@media only screen and (max-width: 480px)
{
.menu-items:not(.menu-section--subsection),.menu-list
{
column-count:1;
-moz-column-count:1;
-webkit-column-count:1;
}
}
.menu-item
{
display:table;
width:100%;
table-layout:fixed;
margin-bottom:20px;
break-inside:avoid;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-ms-column-break-inside:avoid;
-o-column-break-inside:avoid;
page-break-inside:avoid;
}
.odd
{
-webkit-column-count:3;
-moz-column-count:3;
column-count:3;
}
@media only screen and (max-width: 769px)
{
.odd
{
-webkit-column-count:1;
-moz-column-count:1;
column-count:1;
}
}
.odd.bk1-columns
{
-webkit-column-count:1;
-moz-column-count:1;
column-count:1;
max-width:50%;
margin:0 auto;
text-align:center;
}
@media only screen and (max-width: 769px)
{
.odd.bk1-columns
{
max-width:100%;
}
}
.menu .item-image .image-link
{
width:100%;
background-color:#f2f2f2;
overflow:hidden;
text-align:center;
height:240px;
line-height:240px;
}
@media only screen and (max-width: 769px)
{
.menu .item-image .image-link
{
height:200px;
line-height:200px;
}
}
@media only screen and (max-width: 480px)
{
.menu .item-image .image-link
{
height:180px;
line-height:180px;
}
}
.menu .item-image .image
{
display:inline-block;
vertical-align:middle;
max-width:100%;
max-height:100%;
}
.sharing-links,.tag-list,.pagination-numbers
{
margin:0;
list-style:none;
}
.menu-navigation-list
{
margin-left:0;
}
.post-image
{
font-size:0;
line-height:0;
}
.post-category
{
padding-bottom:0;
}
.post-article
{
margin-bottom:30px;
}
.post-article:last-child
{
margin-bottom:30px;
}
.blogpostlist__image-link,.blogpost__image-link
{
background-position:-9999px;
background-repeat:no-repeat;
}
.post-image .image
{
max-height:350px;
}
@media only screen and (max-width: 480px)
{
.post-image .image
{
max-height:200px;
}
}
.post-content
{
margin:20px 0;
}
.post-footer .timestamp
{
display:block;
margin:10px 0;
}
.post-attributes
{
margin:20px 0 10px;
}
.blogpost-list__network-item,.blogpost__network-item
{
margin-top:10px;
}
.blogpost-list__button,.blogpost__button,.tags-title,.tag-list,.tag-item,.blogpost-list__pagination-item
{
display:inline-block;
}
.category-title
{
display:inline-block;
padding:0;
}
.network-item
{
display:inline-block;
margin-right:10px;
}
.product-list,.ecom-product-image-list,.basket-list,.categories-list,.product-gallery
{
margin:0;
list-style:none;
}
.product-item-title,.product-item-price,.item-quantity,.basket-item-price,.summary-title,.summary-item-title,.summary-item-price,.summary-item-total,.order-total,.summary-item-price-title,.summary-item-total-title,.product-category,.tags-title
{
padding-bottom:0;
}
.product-gallery .gallery-item
{
display:inline-block;
vertical-align:top;
width:80px;
height:80px;
}
.product-image .image-link
{
background-position:-9999px;
background-repeat:no-repeat;
}
.product-image .image-link:hover
{
cursor:-webkit-zoom-in;
cursor:-moz-zoom-in;
}
.product-image .image
{
display:none;
}
.product-gallery
{
margin:20px 0;
}
.product-actions
{
margin:20px 0;
}
button.icon--add.added
{
background:green;
}
button.icon--add.added:before
{
content:"\f00c";
display:inline;
}
.js-ecom-product-add-to-cart-btn:disabled
{
opacity:0.3;
}
.product-attributes
{
margin:10px 0;
}
.ecomproduct__tax-explainer
{
margin-top:1em;
font-size:12px;
line-height:1.2;
color:rgba(0,0,0,0.5);
}
.product-filters .form-group
{
display:inline-block;
vertical-align:bottom;
margin-right:10px;
}
.product-filters .input--search
{
height:36px;
}
.listing-order
{
padding:20px 0;
}
.product-item-details
{
margin-top:20px;
}
.listing-pagination .pagination-item
{
display:inline-block;
}
.basket-body
{
display:none;
}
.show-content .basket-body
{
display:block;
}
.basket-toggle
{
margin-bottom:20px;
}
.basket-item
{
position:relative;
margin-bottom:20px;
}
.basket-item:last-child
{
margin-bottom:0;
}
.basket-footer
{
margin-top:20px;
}
.item-remove
{
padding:2px 4px;
font-size:12px;
line-height:12px;
}
.item-remove:before
{
margin-right:0;
}
.summary-table
{
width:100%;
}
@media only screen and (max-width: 700px)
{
.summary-table .table-row
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:vertical;
-moz-box-orient:vertical;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
border-bottom:1px solid #e6e6e6;
}
}
@media only screen and (max-width: 700px)
{
.summary-table .table-row--heading
{
display:none;
}
}
.summary-table .cell--image
{
vertical-align:top;
width:15%;
}
.summary-table .summary-item-link
{
background-position:-1000%;
}
.summary-table .cell
{
vertical-align:middle;
padding:8px 12px;
border-radius:0;
}
@media only screen and (max-width: 480px)
{
.summary-table .cell
{
width:100%;
border:0;
display:block;
}
}
@media only screen and (max-width: 700px)
{
.summary-table .cell:not(.cell--title):before
{
content:attr(data-title);
display:block;
font-size:12px;
line-height:1.2;
}
}
.summary-table .cell--price,.summary-table .cell--total
{
width:10%;
}
@media only screen and (max-width: 700px)
{
.summary-table .cell--price,.summary-table .cell--total
{
border-top:1px solid #e6e6e6;
}
}
.summary-table .cell--title
{
width:50%;
}
@media only screen and (max-width: 700px)
{
.summary-table .cell--title
{
width:100%;
padding-top:0;
padding-bottom:0;
}
}
.summary-table .cell--quantity
{
width:15%;
}
@media only screen and (max-width: 700px)
{
.summary-table .cell--quantity
{
width:100%;
padding-bottom:20px;
}
}
.quantity-wrap
{
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
width:70%;
background-color:#f2f2f2;
}
@media only screen and (max-width: 769px)
{
.quantity-wrap
{
width:100%;
}
}
@media only screen and (max-width: 700px)
{
.quantity-wrap
{
width:initial;
max-width:90px;
margin-top:0.5em;
}
}
.quantity-wrap .button--quantity
{
width:20px;
height:20px;
padding:0;
line-height:initial;
}
.quantity-minus.js-remove:disabled,.quantity-minus.js-add:disabled
{
opacity:0.3;
}
.ecombasketsummary__button[disabled]
{
cursor:not-allowed;
opacity:0.3;
}
.ecombasketsummary__continue-shopping + .ecombasketsummary__button,.ecombasketsummary__continue-shopping
{
margin-left:10px;
margin-top:10px;
}
@media only screen and (max-width: 700px)
{
.ecombasketsummary__continue-shopping + .ecombasketsummary__button,.ecombasketsummary__continue-shopping
{
margin-left:0;
}
}
.product-item-image,.product-item-image .image-link,.product-gallery .gallery-item,.product-image .image-link,.basket-item-image .image-link
{
width:100%;
background-repeat:no-repeat;
background-position:-9999px;
overflow:hidden;
text-align:center;
}
.product-item-image .image,.product-gallery .image-button,.product-image .image,.basket-item-image .image
{
display:inline-block;
vertical-align:middle;
max-width:100%;
max-height:100%;
}
.product-item-image,.product-item-image .image-link
{
height:200px;
line-height:200px;
}
.product-image .image-link
{
height:400px;
line-height:400px;
}
@media only screen and (max-width: 769px)
{
.product-image .image-link
{
height:300px;
line-height:300px;
}
}
@media only screen and (max-width: 700px)
{
.product-image .image-link
{
height:200px;
line-height:200px;
}
}
.basket-item-image .image-link
{
width:80px;
height:80px;
line-height:80px;
background-repeat:no-repeat;
background-position:-9999px;
}
.product-gallery .gallery-item
{
width:80px;
height:80px;
line-height:80px;
cursor:pointer;
}
@media only screen and (max-width: 700px)
{
.product-gallery .gallery-item
{
width:60px;
height:60px;
line-height:60px;
}
}
.product-gallery .image-button .image
{
max-height:80px;
}
@media only screen and (max-width: 700px)
{
.product-gallery .image-button .image
{
max-height:60px;
}
}
.ecomproduct__paypal-commerce-button-container
{
width:100%;
margin-top:80px;
}
.ecomproduct__paypal-commerce-button-container iframe
{
z-index:2 !important;
}
.ecombasketsummary__paypal-commerce-button-container
{
float:right;
}
.flex-vert-center
{
display:-webkit-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
}
@media only screen and (max-width: 480px)
{
.flex-vert-center
{
display:block;
}
}
.transitions
{
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.template-header
{
display:-webkit-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
min-height:50px;
background-color:#1b2733;
}
@media only screen and (max-width: 480px)
{
.template-header
{
display:block;
}
}
@media only screen and (max-width: 480px)
{
.template-header
{
display:block;
}
}
.template-footer
{
display:-webkit-flexbox;
display:-ms-flexbox;

display:-webkit-flex;
display:flex;
-webkit-flex-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
min-height:50px;
background-color:#1b2733;
}
@media only screen and (max-width: 480px)
{
.template-footer
{
display:block;
}
}
.template-footer .widget__social-icons ul li
{
padding:0 3px 0 3px;
}
.template-footer .widget__social-icons .social-link
{
border:0;
}
.template-footer .widget__social-icons ul li a .icon:before
{
margin:0px;
}
.template-footer .widget__social-icons .social-link:before
{
margin:0;
}
.template-footer1
{
display:block;
background-color:#1b2733;
text-align:center;
color:#fff;
padding:40px 20px;
}
.template-footer1 h1,.template-footer1 h2,.template-footer1 h3,.template-footer1 h4
{
color:#fff;
}
.template-footer1 p,.template-footer1 a
{
color:#fff;
margin:10px 0 0 0;
}
.template-footer1 .twitter-feed
{
padding:0;
background-color:transparent;
}
.template-footer1 span
{
margin:10px 0px;
}
.template-footer1 .social-social-link
{
padding:5px 2px 5px 7px;
}
@media only screen and (max-width: 480px)
{
.template-footer1
{
padding:20px 10px;
}
}
.template-footer2
{
min-height:60px;
background-color:#1b2733;
text-align:center;
color:#fff;
padding:15px 20px 0 20px;
}
@media only screen and (max-width: 480px)
{
.template-footer2
{
min-height:100px;
padding:15px 20px 20px 20px;
}
.template-footer2 .notext
{
text-decoration:none;
display:none;
}
}
.template-footer2 h1,.template-footer2 h2,.template-footer2 h3,.template-footer2 h4
{
color:#fff;
}
.template-footer2 p,.template-footer2 a
{
	text-decoration: none;
color:#fff;
}
.template-footer2 .twitter-feed
{
padding:0;
background-color:transparent;
}
.template-footer2 .left
{
float:left;
text-align:left;
}
.template-footer2 .right
{
float:right;
text-align:right;
}
.template-footer2 .left,.template-footer2 .right
{
display:inline-block;
max-width:50%;
}
@media only screen and (max-width: 480px)
{
.template-footer2 .left,.template-footer2 .right
{
width:100%;
text-align:center;
max-width:100%;
}
}
a
{
color:#3a99d8;
}
blockquote:before
{
margin-right:10px;
font-size:32px;
color:#ddd3a4;
display:inline-block;
float:left;
}
.form
{
padding:10px 0;
display:block;
background-color:#f2eedc;
}
@media only screen and (max-width: 769px)
{
.form
{
padding:10px 0 5px;
}
}
.form-body,.signupform__form-group--terms
{
margin:0 30px 20px;
}
@media only screen and (max-width: 480px)
{
.form-body,.signupform__form-group--terms
{
margin:10px 20px 20px 20px;
}
}
.form-group
{
margin-bottom:20px;
}
@media only screen and (max-width: 480px)
{
.form-group
{
margin-bottom:10px;
}
}
.signup-form__form legend,.blog-search__form legend
{
display:none;
}
.signup-form__form label,.blog-search__form label
{
display:inherit;
}
.contact-form__form label
{
display:none;
}
.header-content .signupform__form-group .signupform__label
{
display:none;
}
.header-content .signupform__form-group .signupform__form-body
{
margin:0 30px 0;
}
legend
{
width:100%;
padding:10px 30px 20px;
color:#000;
font-size:32px;
line-height:40px;
font-weight:700;
font-family:"Cabin", "Oswald", Arial, sans-serif;
}
@media only screen and (max-width: 480px)
{
legend
{
padding:10px 20px 10px;
}
}
.signup-form__form label,.blog-search__form label
{
padding:0px 0px 10px 0px;
}
label
{
display:none;
}
.advancedcontactform__form-group--terms label,.contactform__form-group--terms label,.signupform__form-group--terms label
{
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
}
select
{
height:36px;
outline:none;
border:1px solid #e6e6e6;
border-radius:0;
background-color:#fff;
font-size:12px;
text-indent:0;
}
select:hover,select:focus
{
background-color:#fff;
cursor:pointer;
}
input[type="search"],input[type="email"],input[type="password"],textarea,.input--single-line
{
border:0;
-webkit-appearance:none;
padding:13px !important;
}
input[type="search"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,.input--single-line:focus
{
border:0;
box-shadow:none;
outline:none;
}
.contact-form__form legend,.signup-form__form label,.blog-search__form label,.product-listing__legend
{
border-bottom:0;
font-size:32px;
font-weight:700;
}
button,.button
{
padding:8px 20px;
background-color:#000;
color:#fff;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
button:hover,.button:hover
{
background-color:#66b83a;
}
@media only screen and (max-width: 769px)
{
.button-submit
{
padding:11px 20px;
}
}
.image-title,.image-description
{
color:#fff;
text-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.image-widget__caption
{
margin:10px 0;
}
.image-widget__image-title,.image-widget__image-description
{
color:#000;
text-shadow:none;
}
.widget__logo
{
margin-right:10px;
}
@media only screen and (max-width: 769px)
{
.widget__logo
{
margin-right:0;
}
}
@media only screen and (max-width: 769px)
{
.logo-link
{
margin:0px auto;
display:table;
}
}
.header-logo
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:1;
-ms-flex-order:1;
order:1;
-webkit-box-flex:0;
-moz-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
text-align:center;
max-width:100%;
}
@media only screen and (max-width: 769px)
{
.header-logo
{
-webkit-order:1;
-ms-flex-order:1;
order:1;
text-align:left;
display:block;
padding:10px 0px;
display:none;
}
}
.header-logo img,.header-logo .logo
{
line-height:0;
}
.header-companyname
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:2;
-ms-flex-order:2;
order:2;
-webkit-box-flex:10;
-moz-box-flex:10;
-webkit-flex:10 10 auto;
-ms-flex:10 10 auto;
flex:10 10 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
@media only screen and (max-width: 769px)
{
.header-companyname
{
-webkit-order:2;
-ms-flex-order:2;
order:2;
display:block;
border-bottom:1px solid #333;
margin-bottom:10px;
}
}
.companyname a
{
text-decoration:none;
}
@media only screen and (max-width: 769px)
{
.companyname
{
text-align:center;
margin-bottom:10px;
}
}
.item-name--parent:after
{
display:inline-block;
vertical-align:middle;
content:"";
margin-left:4px;
border:5px solid transparent;
border-top-color:#fff;
}
.extendednavigation li.selected a,.extendednavigation li.selected .text
{
color:#3a99d8;
}
.header-extendednavigation
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:4;
-ms-flex-order:4;
order:4;
-webkit-box-flex:1;
-moz-box-flex:1;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
@media only screen and (max-width: 769px)
{
.header-extendednavigation
{
display:inline-block;
float:left;
width:100%;
margin-top:3px;
}
}
.feature__background-image
{
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
display:table;
min-height:500px;
height:600px;
width:100%;
}
@media only screen and (max-width: 769px)
{
.feature__background-image
{
min-height:300px;
max-height:500px;
}
}
@media only screen and (max-width: 480px)
{
.feature__background-image
{
min-height:200px;
max-height:400px;
}
}
.feature__background-image:after
{
display:none;
}
.feature__content-wrap
{
display:table-cell;
padding:30px 40px;
text-align:left;
vertical-align:middle;
}
@media only screen and (max-width: 769px)
{
.feature__content-wrap
{
text-align:center;
}
}
@media only screen and (max-width: 480px)
{
.feature__content-wrap
{
padding:30px 10px;
}
}
.feature__content-inner-wrap
{
background-color:rgba(0,0,0,0.72);
display:inline-block;
padding:40px;
max-width:50%;
}
@media only screen and (max-width: 860px)
{
.feature__content-inner-wrap
{
max-width:100%;
}
}
@media only screen and (max-width: 480px)
{
.feature__content-inner-wrap
{
padding:20px;
}
}
@media only screen and (max-width: 860px)
{
.feature__headline
{
font-size:9.6px;
line-height:6.3px;
}
}
@media only screen and (max-width: 480px)
{
.feature__headline
{
font-size:8.4px;
line-height:5.4px;
}
}
@media only screen and (max-width: 860px)
{
.feature__strapline
{
font-size:32.4px;
line-height:38.4px;
}
}
@media only screen and (max-width: 480px)
{
.feature__strapline
{
font-size:28.8px;
line-height:33.6px;
}
}
.feature__button
{
margin:10px 0 0 0;
background-color:#3a99d8;
}
.feature__button:after
{
content:"\f054";
color:#fff;
padding:0 0 0 10px;
font-family:fontawesome;
vertical-align:middle;
}
.feature__button:hover
{
background-color:#257fba;
}
.default-feature .feature__background-image
{
height:150px;
}
.image-title,.image-description
{
color:#000;
}
.imagewidget__image-title,.imagewidget__image-description
{
color:#000;
font-size:20px;
line-height:28px;
margin-bottom:6px;
text-shadow:none;
}
.imagewidget__image-description
{
color:#000;
font-size:15px;
line-height:28px;
}
.image-widget__image-title,.image-widget__image-description
{
color:#000;
}
.widget__gallery .gallery-list:after
{
content:"";
display:table;
clear:both;
}
.widget__gallery .gallery-item
{
display:inline-block;
float:left;
position:relative;
width:33.333%;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
vertical-align:top;
}
@media only screen and (max-width: 769px)
{
.widget__gallery .gallery-item
{
width:50%;
}
}
@media only screen and (max-width: 480px)
{
.widget__gallery .gallery-item
{
width:100%;
}
}
.widget__gallery .gallery-item:hover
{
opacity:1 !important;
}
.widget__gallery .gallery-item:hover .image-link
{
text-decoration:none;
}
.widget__gallery .gallery-item:hover figcaption
{
background-color:rgba(0,0,0,0.2);
display:flex;
height:100%;
opacity:1;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
visibility:visible;
}
.widget__gallery figcaption
{
display:flex;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-flex-direction:column;
flex-direction:column;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
position:absolute;
display:block;
height:0;
margin:0;
padding:0 15px;
opacity:0;
text-align:center;
top:0;
width:100%;
visibility:hidden;
}
@media only screen and (max-width: 480px)
{
.widget__gallery figcaption
{
left:0;
}
}
.widget__gallery figcaption .caption-link:hover
{
text-decoration:none;
}
.widget__gallery figcaption .image-title
{
color:#fff;
text-transform:uppercase;
font-family:"Cabin", "Oswald", Arial, sans-serif;
letter-spacing:1px;
font-size:15px;
display:block;
padding:6px 12px 5px;
border-bottom:1px solid rgba(255,255,255,0.5);
margin-bottom:10px;
padding-bottom:10px;
}
@media screen and (max-width: 164px)
{
.widget__gallery figcaption .image-title
{
display:none;
}
}
.widget__gallery figcaption .image-description
{
color:#fff;
font-size:15px;
line-height:23px;
}
@media screen and (max-width: 164px)
{
.widget__gallery figcaption .image-description
{
display:none;
}
}
.widget__gallery .image-link
{
display:block;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding-bottom:100%;
}
.widget__gallery .image-link .image
{
display:none;
}
.image-gallery__image
{
display:none;
}
.image-gallery__caption
{
display:none;
margin:0;
padding:20px;
}
.image-link:hover .image-gallery__caption
{
position:absolute;
top:0;
display:block;
width:100%;
height:100%;
}
.responsivecolumns .gallery__caption-link
{
display:none;
}
.responsiveslideshow,.responsiveslideshow__figure
{
position:relative;
min-height:400px;
}
.responsiveslideshow__slideshow-controls,.responsiveslideshow__caption
{
text-align:center;
margin-top:15px;
}
.responsiveslideshow__figure
{
background-size:cover;
background-position:center;
}
.responsiveslideshow_image
{
display:none;
}
.responsiveslideshow .caption
{
background-color:rgba(0,0,0,0.25);
position:absolute;
bottom:35px;
width:100%;
padding:20px;
}
@media only screen and (max-width: 480px)
{
.responsiveslideshow .caption
{
display:none;
}
}
.responsiveslideshow .caption .item-caption,.responsiveslideshow .caption .item-description
{
color:white;
}
.responsiveslideshow__image-title,.responsiveslideshow__image-description
{
display:block;
padding:0 10%;
color:#fff;
}
.responsiveslideshow__image-title
{
font-size:20px;
line-height:28px;
}
.responsiveslideshow__image-description
{
font-size:15px;
line-height:28px;
}
@media only screen and (max-width: 480px)
{
.responsiveslideshow__slide-navigation button
{
padding:4px 12px;
}
}
.slide-navigation
{
position:absolute;
top:355px;
width:100%;
background-color:#000;
}
.previous-button
{
float:left;
}
.next-button
{
float:right;
}
.pause-toggle
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
margin:0px auto;
width:110px;
}
.responsiveslideshow__pause-toggle:before
{
margin-right:0;
}
.button--pagination.slideshow__button
{
vertical-align:top;
padding:10px;
border:4px solid #666;
background-color:transparent;
}
.button--pagination.slideshow__button:hover
{
background-color:#3a99d8;
}
.slide-pagination
{
margin-top:30px;
text-align:center;
}
.responsiveslideshow__control-text
{
display:none;
}
.feature__button
{
padding:8px 30px;
}
.tweet-button .icon:before
{
margin-right:5px;
color:#257fba;
font-size:20px;
padding:0 10px 0 0;
}
.tweet-button__button
{
background-color:#3a99d8;
}
.tweet-button__button:hover
{
background-color:#000f4e;
}
.dropbox-button .icon:before
{
margin-right:5px;
color:#257fba;
font-size:20px;
padding:0 10px 0 0;
}
.dropbox-button__button
{
background-color:#3a99d8;
}
.dropbox-button__button:hover
{
background-color:#000f4e;
}
.clicktocall__phone-number-link
{
color:#000;
}
.clicktocall__phone-number-link:hover
{
text-decoration:none;
}
@media only screen and (max-width: 480px)
{
.clicktocall__phone-number-link
{
background-color:transparent;
}
.clicktocall__phone-number-link:hover
{
background-color:transparent;
color:#000;
}
}
@media only screen and (max-width: 769px)
{
.phone-number-link
{
padding:0px 20px;
}
}
.widget__paypalbuynow form
{
border:0;
padding:0;
margin:0;
}
.widget__paypalbuynow__button
{
background-color:#3a99d8;
}
.widget__paypalbuynow__button:hover
{
background-color:#000f4e;
}
.advancedcontactform__label
{
display:block !important;
}
.widget__contactform
{
display:block;
}
.contact-form__form-body
{
margin:0px 30px;
text-align:center;
}
.contactform .legend
{
font-size:32px;
line-height:40px;
color:#000;
font-weight:700;
font-family:"Cabin", "Oswald", Arial, sans-serif;
}
input.input[type=email],input.input[type=search],.contact-form__textarea
{
border:0;
background-color:#fff;
padding:10px;
}
input.input[type=email]:focus,input.input[type=search]:focus,.contact-form__textarea:focus
{
border-color:#000;
}
.contact-form__button
{
margin:0px auto;
display:table;
border:0;
padding:8px 30px;
background-color:#429e91;
border:4px solid #3c9084;
color:#fff;
}
.contact-form__input
{
display:table;
}
.signup-form__legend
{
padding:0;
}
.signup-form__input
{
display:table;
}
.signupform__form-body
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-content:center;
-ms-flex-line-pack:center;
align-content:center;
-webkit-box-align:center;
-moz-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
}
.signupform__form-group:nth-child(1)
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:0;
-ms-flex-order:0;
order:0;
-webkit-box-flex:1;
-moz-box-flex:1;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
.signupform__form-group:nth-child(2)
{
-webkit-box-ordinal-group:2;
-moz-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1;
-webkit-box-flex:0;
-moz-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
.social-list
{
padding:0;
list-style:none;
}
.social-item
{
margin-bottom:10px;
}
.social-link
{
display:inline-block;
padding:10px 10px 10px 15px;
border:3px solid #fff;
}
.social-link:hover
{
border:3px solid #000;
text-decoration:none;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.social-link .icon:before
{
margin:0;
}
.social-name
{
display:none;
}
.social-link:before
{
color:#429e91;
}
.social-link:hover:before
{
color:#000;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.headercolumn1socialicons
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:3;
-ms-flex-order:3;
order:3;
-webkit-box-flex:10;
-moz-box-flex:10;
-webkit-flex:10 10 auto;
-ms-flex:10 10 auto;
flex:10 10 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
@media only screen and (max-width: 769px)
{
.headercolumn1socialicons
{
-webkit-order:3;
-ms-flex-order:3;
order:3;
display:block;
}
}
.widget__twitter
{
background-color:#fff;
border:1px solid #e6e6e6;
padding:15px 20px 10px;
}
@media only screen and (max-width: 769px)
{
.widget__twitter
{
padding:20px;
}
}
.tweet-list
{
padding:0;
}
.twitter__avatar
{
display:inline-block;
margin-right:20px;
}
@media only screen and (max-width: 480px)
{
.twitter__avatar
{
display:block;
margin-right:0;
margin-bottom:20px;
}
}
.twitter__tweet-wrap
{
display:inline-block;
vertical-align:top;
margin:1px 0 0 0;
}
@media only screen and (max-width: 769px)
{
.twitter__tweet-wrap
{
max-width:320px;
}
}
.twitter__tweet-wrap a
{
font-weight:700;
text-decoration:none;
-ms-word-break:break-all;
}
.twitter__tweet-wrap p
{
padding-bottom:0;
}
.twitter__tweet-item
{
border-bottom:1px solid #e6e6e6;
padding:0 0 20px 0;
margin:10px 0 20px 0;
}
.twitter__tweet-item:last-child
{
border-bottom:0;
padding:0 0 7px 0;
margin:0 0 7px 0;
}
.account-link
{
background-color:#429e91;
padding:5px 10px;
margin-bottom:5px;
color:#fff;
font-size:20px;
}
.tweet-content
{
margin-top:5px;
}
.companystrapline__strapline,.companydescription__description,.companyaddress__address-line,.emailaddress__email,.companyphone__phone-number-link,.companybusiness__business,.companycopyright__copyright,.companyheadline__headline,.profile__companystrapline
{
color:#fff;
font-size:14px;
line-height:inherit;
font-weight:400;
}
.header-content .companystrapline__strapline,.header-content .companydescription__description,.header-content .companyaddress__address-line,.header-content .emailaddress__email,.header-content .companyphone__phone-number-link,.header-content .companybusiness__business,.header-content .companycopyright__copyright,.header-content .companyheadline__headline,.header-content .profile__companystrapline
{
color:#fff;
font-size:14px;
line-height:inherit;
font-weight:400;
max-width:400px;
}
.header-content .companyphone__phone-number-link
{
color:#fff;
}
.companyphone__phone-number-link:hover
{
text-decoration:none;
}
.template-footer2 .social-link
{
padding:0;
border:0;
}
.template-footer2 .social-link:before
{
color:#fff;
}
.template-footer2 .social-link:hover
{
text-decoration:none;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.template-footer2 .social-link .icon:before
{
margin:0;
}
.header-content
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:4;
-ms-flex-order:4;
order:4;
-webkit-box-flex:0;
-moz-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
border-left:1px solid #333;
}
@media only screen and (max-width: 769px)
{
.header-content
{
display:inline-block;
float:right;
position:absolute;
right:0;
border-left:0;
margin-top:10px;
}
}
.template-header .social-link
{
padding:0;
border:0;
}
.template-header .social-link:before
{
color:#fff;
}
.template-header .social-link:hover
{
text-decoration:none;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.template-header .social-link .icon:before
{
margin:0;
}
.header-content .social-item
{
margin-bottom:0;
}
.header-content .profile__companycopyright,.header-content .profile__companyaddress,.header-content .profile__companybusiness,.header-content .profile__companyheadline
{
margin-top:10px;
}
.header-content .companyaddress__address-line
{
display:inline-block;
}
.header-content .profile__message,.header-content .companyheadline__headline,.header-content .message p,.header-content .twitter__tweet-content,.header-content .twitter__timestamp,.header-content .twitter__tweet-meta
{
color:#fff;
}
.header-content .widget--template-widget
{
display:inline-block;
margin-left:15px;
}
@media only screen and (max-width: 769px)
{
.header-content .widget--template-widget
{
margin:0px auto;
display:table;
}
}
.header-content .signupform__form-group
{
display:inline-block;
margin-bottom:10px;
}
.header-content .signupform__form-group .signupform__form
{
padding:20px 0 10px;
}
@media only screen and (max-width: 480px)
{
.header-content .twitter__avatar
{
text-align:center;
}
}
.widget-profile-footer
{
margin-top:10px;
}
.template-footer1 .twitter__avatar
{
display:table;
margin:0px auto 10px;
}
.template-footer1 input[type="email"]
{
width:100%;
}
@media only screen and (max-width: 769px)
{
.template-footer1 legend
{
text-align:center;
margin:0px auto;
display:table;
}
}
.template-footer1 .signupform__legend
{
text-align:center;
}
.template-footer1 .profile__map
{
margin-top:10px;
}
.template-footer1 .signupform__form
{
padding:0;
max-width:50%;
margin:0px auto;
}
@media only screen and (max-width: 480px)
{
.template-footer1 .signupform__form
{
max-width:100%;
}
}
.template-footer1 p,.template-footer1 a
{
padding:0;
}
.template-footer1 .twitter__tweet-wrap p
{
max-width:60%;
width:100%;
margin:10px auto 0;
}
@media only screen and (max-width: 769px)
{
.template-footer1 .twitter__tweet-wrap p
{
max-width:100%;
}
}
@media only screen and (max-width: 769px)
{
.template-footer1 .signupform__button
{
padding:11px 20px;
}
}
.template-footer2 .twitter__avatar
{
display:inline-block;
margin-left:20px;
float:right;
margin-right:0;
}
@media only screen and (max-width: 480px)
{
.template-footer2 .twitter__avatar
{
display:table;
margin:0px auto 20px;
float:initial;
}
}
.template-footer2 .profile__companystrapline
{
margin-bottom:10px;
}
.template-footer2 .signupform__form-group
{
margin-bottom:0;
}
.template-footer2 .twitter__tweet-wrap
{
max-width:100%;
}
.template-footer2 .signupform__input
{
display:inline-block;
float:left;
width:100%;
padding:13px !important;
}
.template-footer2 .button--submit
{
width:100%;
display:inline-block;
padding:8px 8px 7px 8px;
}
.template-footer2 .signupform__form
{
padding:20px 0 20px;
margin-bottom:20px;
}
.template-footer2 .signupform__legend
{
text-align:center;
font-size:20px;
padding:0px 20px;
}
.template-footer2 .map__embed-wrap
{
margin-bottom:20px;
min-width:300px;
}
.template-footer2 .signupform__form-body
{
margin:0 30px 0;
}
@media only screen and (max-width: 480px)
{
.template-footer2 .profile__signupform
{
text-align:center;
}
}
@media only screen and (max-width: 480px)
{
.template-footer2 .signupform__form
{
padding:20px 0 20px;
margin-bottom:0;
}
}
@media only screen and (max-width: 769px)
{
.template-footer2 .signupform__button
{
padding:11px 20px;
}
}
.fb_iframe_widget_fluid span
{
max-width:100%;
}
.yelp-reviews__review-title
{
font-size:20px;
}
.bk-map.map.widget__map
{
min-height:100px;
height:100%;
}
hr.rule
{
background-color:#ededed;
}
.navigation-bar
{
background-color:#66b83a;
}
.navigation-list
{
min-width:140px;
margin:0;
width:inherit;
}
@media only screen and (max-width: 769px)
{
.navigation-list
{
border-top:1px solid #333;
padding-top:10px;
}
}
.default-page .navigation-list--children
{
background-color:#66b83a;
}
@media only screen and (max-width: 769px)
{
.navigation-item
{
width:100%;
text-align:center;
}
}
.navigation-item .item-name
{
padding:5px 15px;
}
.item-name
{
padding:16px 20px;
}
.navigation-item.folder
{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.item-name--parent:after
{
font-family:'FontAwesome', sans-serif;
display:inline-block;
margin-left:0.8em;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease;
}
@media only screen and (max-width: 769px)
{
.navigation-item.open .item-name--parent:after
{
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
}
.navigation-list--children,.default-page .navigation-list--children
{
background-color:#005981;
}
@media only screen and (max-width: 769px)
{
.navigation-list--children,.default-page .navigation-list--children
{
border-top:none;
position:relative;
top:0;
background-color:#005981;
}
.navigation-item:hover .navigation-list--children,.navigation-item:hover .default-page .navigation-list--children
{
display:none;
}
.navigation-item.open .navigation-list--children,.navigation-item.open .default-page .navigation-list--children
{
display:block;
}
}
@media only screen and (max-width: 480px)
{
.navigation-list--children
{
white-space:normal;
}
}
.navigation-item.selected > .item-name
{
color:#3a99d8;
}
.extendednavigation li.selected a,.extendednavigation li.selected .text
{
color:#3a99d8;
}
.extendednavigation__navigation-toggle
{
display:none;
}
@media only screen and (max-width: 769px)
{
.extendednavigation__navigation-toggle
{
display:block;
}
}
@media only screen and (max-width: 769px)
{
[data-widget-type="extendednavigation"] .widget-overlay
{
display:none;
}
}
@media only screen and (max-width: 769px)
{
[data-widget-type="extendednavigation"] .open + .widget-overlay
{
display:block;
top:65px;
}
}
.template-header .clicktocall__phone-number-link,.template-header .clicktocall__phone-number-link:hover
{
color:#fff;
}
@media only screen and (max-width: 480px)
{
[data-widget-type="clicktocall"] .widget-overlay .widget__list
{
left:-90px !important;
position:absolute;
}
}
@media only screen and (max-width: 769px)
{
.navigation-toggle
{
display:block;
}
.navigation-body
{
display:none;
}
.open .navigation-body
{
display:block;
margin-top:10px;
}
}
@media only screen and (max-width: 769px)
{
.navigation-toggle
{
background-color:transparent;
display:block;
overflow:hidden;
height:45px;
text-indent:-9999px;
line-height:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
outline:0;
border:0;
}
.navigation-toggle:before
{
content:'';
position:absolute;
width:26px;
height:3px;
top:0;
left:0;
right:0;
margin-top:15px;
margin-left:0;
background:#fff;
box-shadow:0 6px 0 #fff;
}
.navigation-toggle:after
{
content:'';
position:absolute;
width:26px;
height:3px;
top:12px;
left:0;
right:0;
margin-top:15px;
margin-left:0;
background:#fff;
}
.navigation-toggle:hover
{
background-color:transparent;
border:0;
}
.navigation-toggle:hover:before
{
background:#fff;
box-shadow:0 6px 0 #fff;
}
.navigation-toggle:hover:after
{
background:#fff;
}
.open .navigation-toggle
{
background-color:transparent;
}
.open .navigation-toggle:before
{
margin-top:21px;
background:#fff;
box-shadow:none;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
}
.open .navigation-toggle:after
{
content:'';
position:absolute;
width:26px;
height:3px;
top:0;
left:0;
right:0;
margin-top:21px;
margin-left:0;
background:#fff;
box-shadow:none;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.navigation-body
{
display:none;
}
.open .navigation-body
{
display:block;
padding-top:10px;
text-align:center;
}
.navigation-item
{
width:100%;
}
}
.blogsearch__form-body
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-align-content:center;
-ms-flex-line-pack:center;
align-content:center;
-webkit-box-align:center;
-moz-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
}
.blogsearch__form-group:nth-child(1)
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-webkit-order:0;
-ms-flex-order:0;
order:0;
-webkit-box-flex:1;
-moz-box-flex:1;
-webkit-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
.blogsearch__form-group:nth-child(2)
{
-webkit-box-ordinal-group:2;
-moz-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1;
-webkit-box-flex:0;
-moz-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
}
.post-content
{
margin:20px 0 20px;
padding:0 20%;
}
@media only screen and (max-width: 480px)
{
.post-content
{
padding:0;
}
}
.blog-search__input
{
margin:0px auto;
display:table;
}
.blogpostlist__post-image,.blog-post-list__post-content
{
text-align:center;
}
.post-article
{
padding:0;
text-align:center;
}
@media only screen and (max-width: 480px)
{
.post-article
{
padding:0;
}
}
.blogpostlist__image-link
{
margin:0px auto;
}
.blogpostlist__post-excerpt--full hr
{
height:1px;
background-color:#000;
border:0px;
}
.blogpostlist__post-footer
{
padding:0 20%;
text-align:center;
}
.blogpostlist__pagination-item
{
display:inline-block;
width:49%;
}
.blogpostlist__pagination-item:nth-child(2)
{
text-align:right;
float:right;
}
.blogpost__post-content
{
text-align:center;
margin:20px 20px 50px;
padding:0 2%;
}
.blogpost__post-article
{
padding:0 !important;
}
.blogpost__post-title
{
font-size:28px;
font-weight:700;
line-height:36px;
}
.blogpost__post-category
{
margin:10px 20px 10px 0;
}
.blogpost__image-link
{
margin:0px auto;
}
.blogpost__sharing-links
{
margin-top:40px;
}
.blogpost__network-item .icon:before
{
margin-right:20px;
}
.blogpost__button
{
min-width:100px;
padding:5px 10px;
}
.post-items
{
font-size:0;
}
.blog-search__input
{
display:table;
}
.blogpostlist__post-image,.blogpostlist__post-content
{
text-align:center;
}
.blogpostlist__post-header
{
padding-top:20px;
}
.blogpostlist__post-content
{
padding:0 20px 5px;
}
.blogpostlist__image
{
margin:0px auto;
}
.blogpostlist__post-article
{
margin-bottom:50px;
display:inline-block;
margin-right:5%;
width:47.5%;
vertical-align:top;
background-color:#f2f2f2;
border:1px solid #e6e6e6;
-webkit-box-shadow:1px 1px 1px 0px #e6e6e6;
-moz-box-shadow:1px 1px 1px 0px #e6e6e6;
box-shadow:1px 1px 1px 0px #e6e6e6;
}
@media screen and (min-width: 285px) and (max-width: 568px)
{
.blogpostlist__post-article
{
margin-right:0;
width:100%;
}
}
@media only screen and (max-width: 769px)
{
.blogpostlist__post-article
{
width:100%;
margin-right:0;
}
}
.responsivecolumns .blogpostlist__post-article
{
width:100%;
}
.bk-blogpostlist .post-article:nth-child(2n)
{
margin-right:0;
}
.blogpostlist__post-excerpt p
{
margin-bottom:15px;
}
.blogpostlist__read-more
{
background-color:#000;
padding:10px 20px;
color:#fff;
font-size:14px;
display:block;
margin:20px 0px 0px;
width:30%;
margin:0px auto;
}
.blogpostlist__read-more:hover
{
text-decoration:none;
background-color:#66b83a;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
@media only screen and (max-width: 480px)
{
.blogpostlist__read-more
{
width:40%;
}
}
.blogpostlist .timestamp
{
font-size:14px;
}
.blogpostlist .timestamp
{
padding:20px 0 30px;
border-top:1px solid #e6e6e6;
margin:0px auto;
display:table;
}
.blogpostlist__post-footer
{
text-align:left;
}
.blogpostlist__pagination-item
{
display:inline-block;
width:49%;
}
.blogpostlist__pagination-item:nth-child(2)
{
text-align:right;
float:right;
}
.blog-post__post-attributes
{
float:left;
margin:16px 0 10px;
}
.blogpost__post-category,.blogpost__post-tags
{
display:inline-block;
}
@media only screen and (max-width: 480px)
{
.blogpost__post-category,.blogpost__post-tags
{
width:100%;
margin:5px 0px;
}
}
.blogpost__post-article
{
padding:40px;
border:1px solid #e6e6e6;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
}
@media only screen and (max-width: 769px)
{
.blogpost__post-article
{
padding:20px;
}
}
.blogpost__post-image
{
-webkit-box-ordinal-group:1;
-moz-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
.blogpost__post-footer
{
-webkit-box-ordinal-group:2;
-moz-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.blogpost__post-content
{
text-align:left;
padding-bottom:20px;
-webkit-box-ordinal-group:3;
-moz-box-ordinal-group:3;
-ms-flex-order:3;
-webkit-order:3;
order:3;
}
.blogpost__post-attributes
{
margin:10px 0 0;
display:inline-block;
}
.product__category-link,.blogpost__tag-link
{
color:#66b83a;
}
.blogpost__tags-title
{
margin-left:0;
}
.blogpost__timestamp
{
position:absolute;
bottom:50px;
}
.blogpost__post-body hr
{
border:0;
height:1px;
background-color:#000;
}
.post-image .image
{
max-height:500px;
}
.blogpost__sharing-links
{
float:right;
margin-top:0;
display:inline-block;
text-align:right;
}
.blogpost__network-item .icon:before
{
margin-right:20px;
}
.blogpost__button
{
background-color:#000;
padding:4px 12px;
margin-bottom:10px;
}
.blogpost__button:hover
{
background-color:#66b83a;
}
.blogpost__post-footer
{
border-top:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
text-align:left;
padding:10px 40px 10px;
}
@media only screen and (max-width: 769px)
{
.blogpost__post-footer
{
padding:0px 30px;
}
}
.menusections
{
background-color:#000;
}
.menusections .item-name

{
color:#fff;
background-color:#f2eedc;
padding:10px;
}
.menusections-list
{
text-align:center;
padding:15px 15px 10px;
}
.menusections-item
{
margin-right:0;
}
.menusections-item:after
{
content:"/";
font-size:15px;
vertical-align:middle;
color:#f2eedc;
margin-right:0;
padding:0 20px;
}
@media only screen and (max-width: 480px)
{
.menusections-item:after
{
content:"";
padding:0;
}
}
@media only screen and (max-width: 480px)
{
.menusections-item
{
display:block;
margin-right:0;
border-bottom:1px dotted #e6e6e6;
padding:10px 0px;
}
}
.menusections__item-name
{
font-family:"Petrona", "Georgia", serif;
font-size:20px;
font-weight:700;
}
.menusections-item:last-child:after
{
display:none;
}
.menu__section-header
{
margin:10px 0px 30px;
text-align:left;
border-bottom:1px solid #e6e6e6;
}
.menu__section-header p
{
margin-bottom:10px;
}
.menu__section-subtitle
{
margin-bottom:15px;
}
.menu__menu-section .menu__section-title
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:32px;
font-weight:700;
color:#000;
}
.menu-section--subsection .menu__section-title
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:28px;
font-weight:700;
color:#000;
}
.menu__section-subtitle
{
font-family:"Cabin", "Oswald", Arial, sans-serif;
font-size:15px;
font-weight:300;
color:#000;
}
.menu__item-title
{
float:left;
width:75%;
text-align:left;
}
.menu__item-subtitle
{
color:#000;
}
.menu__dietary-item:before
{
content:"\f005";
font-size:10px;
vertical-align:middle;
color:#66b83a;
}
.item-price
{
display:inline-block;
color:#fff;
background-color:#f2eedc;
padding:5px 10px;
float:right;
}
.menu__item-description
{
clear:both;
border-top:1px solid #e6e6e6;
padding-top:20px 0 10px;
text-align:left;
}
.menu__dietary-item
{
background-color:#e6e6e6;
padding:0 5px;
margin-top:5px;
}
.item-image
{
background-color:#f2f2f2;
}
.odd.bk1-columns
{
-webkit-column-count:1;
-moz-column-count:1;
column-count:1;
max-width:100%;
text-align:left;
}
.menu__item-article .item-content
{
margin-top:20px;
}
.menu .item-image .image-link
{
background-color:#e0e0e0;
}
.menu__section-footer
{
text-align:center;
border:1px solid #e6e6e6;
padding:20px 0 10px;
}
.menu-section--featured,.menu-item--featured
{
-webkit-box-shadow:1px 1px 1px 0px #e6e6e6;
-moz-box-shadow:1px 1px 1px 0px #e6e6e6;
box-shadow:1px 1px 1px 0px #e6e6e6;
border:1px solid #e6e6e6;
padding:20px;
}
.menu-item--featured .menu__item-subtitle:after,.menu-section--featured .menu__item-subtitle:after
{
border-top:1px solid #ccc;
}
.menu-section--featured
{
margin:30px 0px;
}
.widget__ecomproduct
{
margin:20px 0;
}
.widget__ecomproduct:after
{
content:"";
display:table;
clear:both;
}
.ecomproduct__legend
{
padding:36px 30px 20px;
}
.ecomproduct__label
{
display:block;
}
@media only screen and (max-width: 769px)
{
.ecomproduct__product-title
{
margin-top:20px;
}
}
.ecomproduct__product-content
{
padding:0 0 0 2%;
display:inline-block;
width:50%;
}
@media only screen and (max-width: 769px)
{
.ecomproduct__product-content
{
width:100%;
text-align:center;
}
}
.ecomproduct__product-actions form
{
padding:0;
width:100%;
}
.product-gallery .gallery-item
{
background-color:#f5f5f5;
line-height:100%;
height:auto;
}
.product-gallery .gallery-item .image
{
max-height:80px;
}
@media only screen and (max-width: 480px)
{
.product-gallery .gallery-item .image
{
max-height:60px;
}
}
.product-images
{
width:50%;
float:left;
padding:0 2% 0 0;
}
@media only screen and (max-width: 769px)
{
.product-images
{
width:100%;
}
}
.ecomproduct__image-link
{
background:no-repeat;
}
.ecomproduct__form
{
border:0;
}
.ecomproduct__form .form-group
{
margin-bottom:0;
}
.product-attributes
{
margin:10px 0;
clear:both;
}
.ecomproduct__category-link,.ecomproduct__tag-link
{
color:#66b83a;
}
.ecomproduct__select-wrap,.ecomproduct__select
{
display:inline-block;
}
.ecomproduct__select-wrap
{
margin-bottom:5px;
}
.ecomproduct__product-category
{
margin-bottom:5px;
}
.ecomproduct__view-basket-wrap
{
text-align:center;
}
.js-ecom-product-add-to-cart-btn
{
float:right;
width:52%;
padding:12px;
background-color:#66b83a;
}
.js-ecom-product-add-to-cart-btn:hover
{
background-color:#000;
}
.ecom-product-go-to-checkout-btn
{
padding:12px 12px;
width:48%;
background-color:#000;
}
.ecom-product-go-to-checkout-btn:hover
{
background-color:#66b83a;
}
.product-list
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-content:space-between;
-ms-flex-line-pack:justify;
align-content:space-between;
-webkit-box-align:start;
-moz-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
}
.product-item
{
position:relative;
width:32%;
margin-bottom:2%;
}
@media only screen and (max-width: 480px)
{
.product-item
{
width:100%;
margin-bottom:4%;
}
}
.product-item-details
{
margin:20px 0px;
text-align:center;
}
.ecomproductslist__product-item-title
{
color:#000;
margin-bottom:10px;
}
.ecomproductslist__product-item-price,.ecomfeaturedproducts__product-item-price
{
background-color:#000;
padding:5px 10px;
display:inline-block;
color:#fff;
}
.ecomproductslist__product-content h3
{
font-size:20px;
}
.ecomproductslist__button
{
background-color:#000;
color:#fff;
padding:4px 20px;
}
.listing-pagination .pagination-item.current a
{
background-color:#66b83a;
color:#fff;
}
.basket__basket-item
{
position:relative;
}
.basket__item-image
{
width:200px;
}
.basket-item-image,.basket-item-details
{
display:inline-block;
vertical-align:top;
margin-right:20px;
}
@media only screen and (max-width: 769px)
{
.basket-item-image,.basket-item-details
{
width:100%;
margin-right:0;
}
}
.item-remove
{
position:absolute;
top:0;
right:0;
z-index:9999;
}
.item-remove:before
{
margin-right:0;
}
.remove-text
{
display:none;
}
.basket__image
{
max-height:200px;
max-width:200px;
}
@media only screen and (max-width: 480px)
{
.basket__image
{
max-height:inherit;
}
}
.ecombasketsummary__summary-title
{
margin-bottom:20px;
}
.ecombasketsummary__summary-form
{
border:0;
padding:0;
background-color:transparent !important;
background-image:none;
}
.ecombasketsummary__quantity-minus,.ecombasketsummary__quantity-plus
{
vertical-align:top;
}
.summary-table .cell
{
padding:30px 12px;
}
@media only screen and (max-width: 480px)
{
.summary-table .cell
{
padding:10px 15px;
}
}
.ecombasketsummary__quantity-wrap
{
background-color:#fff;
}
@media only screen and (max-width: 480px)
{
.ecombasketsummary__quantity-wrap
{
margin:10px auto;
max-width:100px;
}
}
@media only screen and (max-width: 480px)
{
.quantity-wrap .button--quantity
{
width:25px;
height:25px;
}
}
.ecombasketsummary__summary-item-link
{
background-image:none !important;
}
@media only screen and (max-width: 480px)
{
.ecombasketsummary__summary-item-link
{
margin:0px auto;
}
}
.ecombasketsummary__image
{
min-width:100px;
width:100%;
}
@media only screen and (max-width: 480px)
{
.ecombasketsummary__image
{
margin:0px auto;
display:table;
}
}
@media only screen and (max-width: 480px)
{
.ecombasketsummary__summary-section
{
padding:20px;
}
}
.message
{
margin-bottom:20px;
}
.message:before
{
position:relative;
}
@media only screen and (max-width: 769px)
{
.message
{
padding-left:0;
}
}
.ecomproductslist__fieldset--filters
{
order:1;
-webkit-flex:1 0 60%;
-moz-flex:1 0 60%;
-ms-flex:1 0 60%;
flex:1 0 60%;
}
@media only screen and (max-width: 769px)
{
.ecomproductslist__fieldset--filters
{
-webkit-flex:1 0 100%;
-moz-flex:1 0 100%;
-ms-flex:1 0 100%;
flex:1 0 100%;
}
}
.ecomproductslist__fieldset--search
{
order:2;
-webkit-flex:1 0 40%;
-moz-flex:1 0 40%;
-ms-flex:1 0 40%;
flex:1 0 40%;
}
@media only screen and (max-width: 769px)
{
.ecomproductslist__fieldset--search
{
-webkit-flex:1 0 100%;
-moz-flex:1 0 100%;
-ms-flex:1 0 100%;
flex:1 0 100%;
}
}
.ecomproductslist__form
{
display:-webkit-box;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
display:-ms-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
padding:20px 20px 5px 20px;
}
.ecomproductslist__form-group
{
display:inline-block;
}
@media only screen and (max-width: 769px)
{
.ecomproductslist__form-group
{
width:100%;
display:block;
}
}
.ecomproductslist__legend
{
display:none;
}
.ecomproductslist__label
{
display:block;
}
.ecomproductslist__form-body
{
margin:0;
}
.ecomproduct__form-body
{
padding:0 30px 40px;
margin:0;
}
@media only screen and (max-width: 480px)
{
.cell--header.ecombasketsummary__cell,.ecombasketsummary__cell
{
text-align:center;
}
}
select
{
font-size:16px;
min-width:80px;
}
@media only screen and (max-width: 769px)
{
select
{
width:100%;
}
}
.ecomproductslist__input
{
padding:7px 30px;
}
.ecomfeaturedproducts__listing-title,.ecomfeaturedproducts__product-item-title
{
margin:10px 0;
}
.product-item-image,.product-item-image .image-link,.product-gallery .gallery-item,.product-image .image-link,.basket-item-image .image-link
{
background-color:transparent;
}
.container
{
max-width:1200px;
margin:0 auto;
width:100%;
}
.header-wrapper
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:start;
-moz-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-align-content:flex-start;
-ms-flex-line-pack:start;
align-content:flex-start;
-webkit-box-align:center;
-moz-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
width:100%;
padding:10px 2%;
}
@media only screen and (max-width: 769px)
{
.header-wrapper
{
display:block;
padding:10px 2% 15px;
}
}
@media only screen and (max-width: 480px)
{
.header-wrapper
{
display:block;
padding:10px 4% 15px;
}
}
.bk-pt-default
{
flex:1;
}
.template-content
{
width:100%;
margin:0px auto;
padding:2% 5%;
}
@media only screen and (max-width: 769px)
{
.template-content
{
padding:3% 3%;
}
}
@media only screen and (max-width: 480px)
{
.template-content
{
padding:2% 3%;
}
}
.widget--zone-widget
{
margin-bottom:10px;
}
body
{
background-color:#fff;
}
.company-link
{
color:#fff;
}
a
{
color:#3a99d8;
}
h1
{
color:#000;
}
h2
{
color:#000;
}
h3
{
color:#000;
}
h4
{
color:#000;
}
p
{
color:#000;
}
button,.button
{
background-color:#000;
color:#fff;
}
button:hover,.button:hover
{
background-color:#66b83a;
color:#fff;
}
.template-header
{
background-color:#1b2733;
}
.template-footer
{
background-color:#1b2733;
}
.extendednavigation .navigation-item .item-name
{
color:#fff;
}
.extendednavigation .navigation-item .item-name:hover
{
color:#005981;
}
.extendednavigation__navigation-item.selected > .item-name
{
color:#3a99d8;
}
.feature__headline
{
color:#fff;
}
.feature__strapline
{
color:#fff;
}
.feature__button
{
background-color:#3a99d8;
color:#fff;
}
.feature__button:hover
{
background-color:#000f4e;
}
form,.form
{
background-color:#f2eedc;
}
form legend,form .legend,.form legend,.form .legend
{
color:#000;
}
.gallery__image-title.image-title
{
color:#fff;
}
.gallery__image-description.image-description
{
color:#fff;
}
.twitter__account-link
{
background-color:#429e91;
color:#fff;
}
.socialicons__social-link:before
{
color:#fff;
}
.socialicons__social-link:hover:before
{
color:#999;
}
.blogpostlist__post-article
{
background-color:#ededed;
}
.blogpostlist__title-link
{
color:#000;
}
.blogpost__post-title
{
color:#000;
}
#migrated-site .container
{
width:100%;
max-width:100%;
padding:0;
}
#migrated-site .empty-zone,#migrated-site #page-zones__main:empty,#migrated-site #page-zones__main > .widget:not([data-name="row"]),#migrated-site .row:not(.row--width-no-padding) .row__container
{
max-width:calc(1200px - 10%);
margin-left:auto;
margin-right:auto;
width:90%;
}
#migrated-site #page-zones__main > [data-name="row"] + .widget:not([data-name="row"]),#migrated-site #page-zones__main > .widget:not([data-name="row"]) + [data-name="row"]:not(:last-child),#migrated-site.edit #page-zones__main-overlay + .widget:not([data-name="row"]),#migrated-site #page-zones__main > .widget:not([data-name="row"]):first-child
{
margin-top:20px;
}
#migrated-site #page-zones__main > .widget:not([data-name="row"]):last-child
{
margin-bottom:20px;
}
#migrated-site [data-name="row"] .widget--zone-widget
{
margin-bottom:0;
}
#migrated-site [data-name="row"] .ecomproduct__form-body,#migrated-site [data-name="row"] .ecomproduct__legend
{
padding-left:0;
padding-right:0;
}
#migrated-site [data-name="row"] .row__container > .widget + .widget
{
margin-top:12px;
}
 #page-zones__header a,#page-zones__footer a
{
text-decoration:none
}
#page-zones__header [data-name="content"] ul,#page-zones__footer [data-name="content"] ul
{
list-style:none;
margin:0;
padding-left:0
}
#page-zones__header .bk-content-text,#page-zones__header .content,#page-zones__header .responsivecolumns .column,#page-zones__footer .bk-content-text,#page-zones__footer .content,#page-zones__footer .responsivecolumns .column
{
min-height:0 !important
}
#migrated-site .widget.row .widget:only-child,#migrated-site .widget.row .column .widget:only-child
{
margin-bottom:0
}
#migrated-site.edit #page-zones__main:empty
{
margin-top:15px;
margin-bottom:15px
}
.align-left,.widget-align-left,.align--left,.justify--left,.contentgroup--left,.alignment--left,.contactform.widget-align-center,.advancedcontactform.widget-align-center,.imagewidget.widget-align-left,.imagewidget.widget-align-left .caption,.left
{
text-align:left
}
[dir="rtl"] .align-left,[dir="rtl"] .widget-align-left,[dir="rtl"] .align--left,[dir="rtl"] .justify--left,[dir="rtl"] .contentgroup--left,[dir="rtl"] .alignment--left,[dir="rtl"] .contactform.widget-align-center,[dir="rtl"] .advancedcontactform.widget-align-center,[dir="rtl"] .imagewidget.widget-align-left,[dir="rtl"] .imagewidget.widget-align-left .caption,[dir="rtl"] .left
{
text-align:right
}
[dir="rtl"] .contentgroup--left,[dir="rtl"] .contactform.widget-align-center,[dir="rtl"] .advancedcontactform.widget-align-center,[dir="rtl"] .imagewidget.widget-align-left,[dir="rtl"] .imagewidget.widget-align-left .caption
{
text-align:right
}
.align-center,.widget-align-center,.align--center,.justify--center,.contentgroup--center,.alignment--center,.imagewidget.widget-align-center,.imagewidget.widget-align-center .caption
{
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center
}
[dir="rtl"] .align-center,[dir="rtl"] .widget-align-center,[dir="rtl"] .align--center,[dir="rtl"] .justify--center,[dir="rtl"] .contentgroup--center,[dir="rtl"] .alignment--center,[dir="rtl"] .imagewidget.widget-align-center,[dir="rtl"] .imagewidget.widget-align-center .caption
{
text-align:center
}
.align-right,.widget-align-right,.align--right,.justify--right,.contentgroup--right,.alignment--right,.imagewidget.widget-align-right,.imagewidget.widget-align-right .caption
{
webkit-box-pack:flex-end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
-ms-justify-content:flex-end;
-ms-flex-pack:flex-end;
justify-content:flex-end;
text-align:right
}
[dir="rtl"] .align-right,[dir="rtl"] .widget-align-right,[dir="rtl"] .align--right,[dir="rtl"] .justify--right,[dir="rtl"] .contentgroup--right,[dir="rtl"] .alignment--right,[dir="rtl"] .imagewidget.widget-align-right,[dir="rtl"] .imagewidget.widget-align-right .caption
{
text-align:left
}
.justify-full,.justify--full
{
text-align:justify
}
.signupform.widget-align-center,.contactform.widget-align-center,.advancedcontactform.widget-align-center
{
margin:0 auto
}
.signupform.widget-align-right,.contactform.widget-align-right,.advancedcontactform.widget-align-right
{
margin-left:auto
}
[dir="rtl"] .signupform.widget-align-right,[dir="rtl"] .contactform.widget-align-right,[dir="rtl"] .advancedcontactform.widget-align-right
{
margin-left:0;
margin-right:auto
}
.align-left .navigation-toggle
{
margin-right:auto
}
[dir="rtl"] .align-left .navigation-toggle
{
margin-left:auto;
margin-right:0
}
.align-right .navigation-toggle
{
margin-left:auto
}
[dir="rtl"] .align-right .navigation-toggle
{
margin-left:0;
margin-right:auto
}
[class*='row--vertical-align'].row--height-full,[class*='row--vertical-align'].row--height-large
{
-webkit-flex:0 1 auto;
-moz-flex:0 1 auto;
-ms-flex:0 1 auto;
flex:0 1 auto;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.row--vertical-align-top .row__container
{
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start
}
.row--vertical-align-top .responsivecolumns
{
-webkit-align-items:flex-start;
-moz-align-items:flex-start;
-ms-align-items:flex-start;
-ms-flex-align:flex-start;
align-items:flex-start
}
.row--vertical-align-center .row__container
{
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.row--vertical-align-center .responsivecolumns
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
.row--vertical-align-bottom .row__container
{
webkit-box-pack:flex-end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
-ms-justify-content:flex-end;
-ms-flex-pack:flex-end;
justify-content:flex-end
}
.row--vertical-align-bottom .responsivecolumns
{
-webkit-align-items:flex-end;
-moz-align-items:flex-end;
-ms-align-items:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end
}
[class*='row--layout-top'],[class*='row--layout-top'] .responsivecolumns
{
-webkit-align-items:flex-start;
-moz-align-items:flex-start;
-ms-align-items:flex-start;
-ms-flex-align:flex-start;
align-items:flex-start
}
[class*='row--layout-middle'],[class*='row--layout-middle'] .responsivecolumns
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
[class*='row--layout-bottom'],[class*='row--layout-bottom'] .responsivecolumns
{
-webkit-align-items:flex-end;
-moz-align-items:flex-end;
-ms-align-items:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end
}
[class*='row--layout'][class*='-central'] .row__container
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
[class*='row--layout'][class*='-left'] .row__container
{
-webkit-align-items:flex-start;
-moz-align-items:flex-start;
-ms-align-items:flex-start;
-ms-flex-align:flex-start;
align-items:flex-start
}
[class*='row--layout'][class*='-left'] .row__container *
{
text-align:left
}
* [dir="rtl"] [class*='row--layout'][class*='-left'] .row__container
{
text-align:right
}
[class*='row--layout'][class*='-right'] .row__container
{
-webkit-align-items:flex-end;
-moz-align-items:flex-end;
-ms-align-items:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end
}
[class*='row--layout'][class*='-right'] .row__container *
{
text-align:right
}
.row--layout-column .responsivecolumns
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.row--layout-column-reverse .row__container
{
-webkit-box-orient:column-reverse;
-webkit-box-direction:column-reverse;
-webkit-flex-direction:column-reverse;
-moz-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.row--layout-row-reverse .responsivecolumns
{
-webkit-box-orient:row-reverse;
-webkit-box-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-moz-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
@media only screen and (max-width: 700px)
{
.row--layout-row-reverse .responsivecolumns
{
-webkit-box-orient:column-reverse;
-webkit-box-direction:column-reverse;
-webkit-flex-direction:column-reverse;
-moz-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
}
.row__container
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
width:100%
}
#page-zones__main .style--light+.style--light:not(.style--background-image) .row__container
{
padding-top:0
}
#page-zones__main .style--accent+.style--accent:not(.style--background-image) .row__container
{
padding-top:0
}
#page-zones__main .style--dark+.style--dark:not(.style--background-image) .row__container
{
padding-top:0
}
#page-zones__main .style--background-image+.height--thin .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--thin .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--thin .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--thin .row__container,#page-zones__main .height--no-padding+.height--thin:not(.style--background-image) .row__container,#page-zones__main .height--thin.active-row-widget.active-row .row__container
{
padding-top:15px
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--thin .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--thin .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--thin .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--thin .row__container,#page-zones__main .height--no-padding+.height--thin:not(.style--background-image) .row__container,#page-zones__main .height--thin.active-row-widget.active-row .row__container
{
padding-top:7.5px
}
}
#page-zones__main .style--background-image+.height--default .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--default .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--default .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--default .row__container,#page-zones__main .height--no-padding+.height--default:not(.style--background-image) .row__container,#page-zones__main .height--default.active-row-widget.active-row .row__container
{
padding-top:80px
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--default .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--default .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--default .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--default .row__container,#page-zones__main .height--no-padding+.height--default:not(.style--background-image) .row__container,#page-zones__main .height--default.active-row-widget.active-row .row__container
{
padding-top:40px
}
}
#page-zones__main .style--background-image+.height--large .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--large .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--large .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--large .row__container,#page-zones__main .height--no-padding+.height--large:not(.style--background-image) .row__container,#page-zones__main .height--large.active-row-widget.active-row .row__container
{
padding-top:80px
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--large .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--large .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--large .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--large .row__container,#page-zones__main .height--no-padding+.height--large:not(.style--background-image) .row__container,#page-zones__main .height--large.active-row-widget.active-row .row__container
{
padding-top:40px
}
}
#page-zones__main .style--background-image+.height--full .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--full .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--full .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--full .row__container,#page-zones__main .height--no-padding+.height--full:not(.style--background-image) .row__container,#page-zones__main .height--full.active-row-widget.active-row .row__container
{
padding-top:100px
}
@media only screen and (max-width: 900px)
{
#page-zones__main .style--background-image+.height--full .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--full .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--full .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--full .row__container,#page-zones__main .height--no-padding+.height--full:not(.style--background-image) .row__container,#page-zones__main .height--full.active-row-widget.active-row .row__container
{
padding-top:50px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--full .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--full .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--full .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--full .row__container,#page-zones__main .height--no-padding+.height--full:not(.style--background-image) .row__container,#page-zones__main .height--full.active-row-widget.active-row .row__container
{
padding-top:40px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--thin .row:not(.divider--bottom) .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--thin .row:not(.divider--bottom) .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--thin .row:not(.divider--bottom) .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--thin .row:not(.divider--bottom) .row__container,#page-zones__main .height--no-padding+.height--thin:not(.style--background-image) .row:not(.divider--bottom) .row__container,#page-zones__main .height--thin.active-row-widget.active-row .row:not(.divider--bottom) .row__container
{
padding-bottom:7.5px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--default .row:not(.divider--bottom) .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--default .row:not(.divider--bottom) .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--default .row:not(.divider--bottom) .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--default .row:not(.divider--bottom) .row__container,#page-zones__main .height--no-padding+.height--default:not(.style--background-image) .row:not(.divider--bottom) .row__container,#page-zones__main .height--default.active-row-widget.active-row .row:not(.divider--bottom) .row__container
{
padding-bottom:40px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--large .row:not(.divider--bottom) .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--large .row:not(.divider--bottom) .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--large .row:not(.divider--bottom) .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--large .row:not(.divider--bottom) .row__container,#page-zones__main .height--no-padding+.height--large:not(.style--background-image) .row:not(.divider--bottom) .row__container,#page-zones__main .height--large.active-row-widget.active-row .row:not(.divider--bottom) .row__container
{
padding-bottom:40px
}
}
@media only screen and (max-width: 900px)
{
#page-zones__main .style--background-image+.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .height--no-padding+.height--full:not(.style--background-image) .row:not(.divider--bottom) .row__container,#page-zones__main .height--full.active-row-widget.active-row .row:not(.divider--bottom) .row__container
{
padding-bottom:50px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .style--background-image+.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--light.style--background-image+.style--light.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--accent.style--background-image+.style--accent.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .style--dark.style--background-image+.style--dark.height--full .row:not(.divider--bottom) .row__container,#page-zones__main .height--no-padding+.height--full:not(.style--background-image) .row:not(.divider--bottom) .row__container,#page-zones__main .height--full.active-row-widget.active-row .row:not(.divider--bottom) .row__container
{
padding-bottom:40px
}
}
#page-zones__main .height--thin .divider--bottom .row__container
{
padding-bottom:115px
}
@media only screen and (max-width: 900px)
{
#page-zones__main .height--thin .divider--bottom .row__container
{
padding-bottom:95px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .height--thin .divider--bottom .row__container
{
padding-bottom:67.5px
}
}
#page-zones__main .height--default .divider--bottom .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
#page-zones__main .height--default .divider--bottom .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .height--default .divider--bottom .row__container
{
padding-bottom:100px
}
}
#page-zones__main .height--large .divider--bottom .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
#page-zones__main .height--large .divider--bottom .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .height--large .divider--bottom .row__container
{
padding-bottom:100px
}
}
#page-zones__main .height--full .divider--bottom .row__container
{
padding-bottom:200px
}
@media only screen and (max-width: 900px)
{
#page-zones__main .height--full .divider--bottom .row__container
{
padding-bottom:180px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .height--full .divider--bottom .row__container
{
padding-bottom:110px
}
}
#page-zones__header .height--thin .divider--bottom .row__container
{
padding-bottom:115px
}
@media only screen and (max-width: 900px)
{
#page-zones__header .height--thin .divider--bottom .row__container
{
padding-bottom:95px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__header .height--thin .divider--bottom .row__container
{
padding-bottom:67.5px
}
}
#page-zones__header .height--default .divider--bottom .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
#page-zones__header .height--default .divider--bottom .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__header .height--default .divider--bottom .row__container
{
padding-bottom:100px
}
}
#page-zones__header .height--large .divider--bottom .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
#page-zones__header .height--large .divider--bottom .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__header .height--large .divider--bottom .row__container
{
padding-bottom:100px
}
}
#page-zones__header .height--full .divider--bottom .row__container
{
padding-bottom:200px
}
@media only screen and (max-width: 900px)
{
#page-zones__header .height--full .divider--bottom .row__container
{
padding-bottom:180px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__header .height--full .divider--bottom .row__container
{
padding-bottom:110px
}
}
#page-zones__header .height--full .row__container,#page-zones__header .height--large .row__container,#page-zones__header .height--default .row__container
{
padding-top:40px;
padding-bottom:40px
}
@media only screen and (max-width: 700px)
{
#page-zones__header .height--full .row__container,#page-zones__header .height--large .row__container,#page-zones__header .height--default .row__container
{
padding-top:20px;
padding-bottom:20px
}
}
.height--full .row
{
min-height:100vh
}
.height--full .row__container
{
padding-top:100px;
padding-bottom:100px
}
@media only screen and (max-width: 900px)
{
.height--full .row__container
{
padding-top:50px;
padding-bottom:50px
}
}
@media only screen and (max-width: 700px)
{
.height--full .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
_:-ms-fullscreen,:root .height--full .row
{
height:100vh;
overflow-y:visible
}
@media only screen and (max-width: 700px)
{
_:-ms-fullscreen,:root .height--full .row
{
height:auto
}
}
.row-collections__item .height--full .row
{
min-height:75vh
}
#page-zones__preheader+#page-zones__header .height--full .row
{
min-height:calc(100vh - 35px)
}
.height--large .row
{
min-height:700px
}
@media only screen and (max-width: 700px)
{
.height--large .row
{
min-height:350px
}
}
_:-ms-fullscreen,:root .height--large .row:after
{
content:"";
display:block;
font-size:0;
min-height:inherit
}
.height--large .row__container,.height--default .row__container
{
padding-top:80px;
padding-bottom:80px
}
@media only screen and (max-width: 700px)
{
.height--large .row__container,.height--default .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--thin .row__container
{
padding-top:15px;
padding-bottom:15px
}
.height--no-padding .row__container
{
padding-top:0;
padding-bottom:0
}
.row--width-no-padding .row__container
{
max-width:100%;
padding-left:0;
padding-right:0;
width:100%
}
.row--width-contained .row__container
{
margin:0 auto;
max-width:1300px;
width:90%
}
.row--width-wide .row__container
{
margin:0 auto;
width:90%
}
@media only screen and (max-width: 1024px)
{
.row--width-wide .row__container
{
padding-left:40px;
padding-right:40px;
width:100%
}
}
@media only screen and (max-width: 900px)
{
.row--width-wide .row__container
{
padding-left:26.66666px;
padding-right:26.66666px
}
}
.row--width-full .row__container
{
padding-left:40px;
padding-right:40px;
width:100%
}
.style--background-image .row
{
background-position:center;
background-repeat:no-repeat;
background-size:cover
}
.style--background-image .row .row--background-overlay
{
bottom:0;
left:0;
position:absolute;
right:0;
top:0
}
.row--divider
{
background-repeat:no-repeat;
background-size:100%;
display:block;
height:100px;
left:0;
position:absolute;
right:0;
width:100%;
z-index:3
}
@media only screen and (max-width: 900px)
{
.row--divider
{
height:80px
}
}
@media only screen and (max-width: 700px)
{
.row--divider
{
height:60px
}
}
.divider--bottom .row--divider
{
bottom:0;
transform:rotate(180deg)
}
.row-collections__item .divider--bottom .row--divider
{
bottom:-2px
}
body:not(.row-editing) .row--scroll-effect-active
{
overflow:hidden;
position:relative
}
.row--scroll-effect
{
background-position:center;
background-repeat:no-repeat;
background-size:cover;
bottom:0;
left:0;
position:absolute;
right:0;
top:0
}
.row-editing .row--scroll-effect
{
top:0;
transform:scale(1)
}
_:-ms-fullscreen,:root .widget--animation
{
animation:none !important;
opacity:1 !important;
transform:none !important
}
.row--scroll-effect-fixed
{
background-attachment:fixed
}
@media (prefers-reduced-motion: reduce)
{
.row--scroll-effect-fixed
{
background-attachment:unset
}
}
@supports (-webkit-overflow-scrolling: inherit)
{
.row--scroll-effect-fixed
{
background-attachment:scroll
}
}
.row--scroll-effect-parallax
{
top:-200px;
transform:scale(1) translateY(calc((var(--visible-y)) * (100 * 1px)));
transition:transform .1s ease
}
@media (prefers-reduced-motion: reduce)
{
.row--scroll-effect-parallax
{
top:0;
transform:scale(1)
}
}
.row--scroll-effect-zoom
{
transform:scale(calc((var(--visible-y) / 6 + 1)));
transition:transform .1s ease
}
@media (prefers-reduced-motion: reduce)
{
.row--scroll-effect-zoom
{
transform:scale(1)
}
}
.widget--animation
{
transition-delay:.1s
}
@media only screen and (max-width: 900px)
{
.widget--animation
{
transition-delay:0s
}
}
html:not(.no-js) body:not(.edit) .widget--animation-fade,html:not(.no-js) body:not(.edit) .widget--animation-fade[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-fade[style*="--visible:0"]
{
opacity:0;
transform:matrix(1, 0, 0, 1, 0, -10);
transition:none
}
@media (prefers-reduced-motion: reduce)
{
html:not(.no-js) body:not(.edit) .widget--animation-fade,html:not(.no-js) body:not(.edit) .widget--animation-fade[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-fade[style*="--visible:0"]
{
opacity:1;
transform:none
}
}
html:not(.no-js) body:not(.edit) .widget--animation-fade[data-scroll="in"],html:not(.no-js) body:not(.edit) .widget--animation-fade[style*="--visible:1"]
{
opacity:1;
transform:none;
transition:opacity 1s cubic-bezier(0.5, 0, 0.3, 1),transform 1s cubic-bezier(0.5, 0, 0.3, 1)
}
@media (prefers-reduced-motion: reduce)
{
html:not(.no-js) body:not(.edit) .widget--animation-fade[data-scroll="in"],html:not(.no-js) body:not(.edit) .widget--animation-fade[style*="--visible:1"]
{
opacity:1;
transform:none;
transition:none
}
}
html:not(.no-js) body:not(.edit) .widget--animation-fade+.widget--animation-fade
{
transition-delay:0s
}
html:not(.no-js) body:not(.edit) .widget--animation-slide,html:not(.no-js) body:not(.edit) .widget--animation-slide[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-slide[style*="--visible:0"]
{
opacity:0;
transform:translate3d(0, 30%, 0);
transition:none
}
@media only screen and (max-width: 900px)
{
html:not(.no-js) body:not(.edit) .widget--animation-slide,html:not(.no-js) body:not(.edit) .widget--animation-slide[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-slide[style*="--visible:0"]
{
transform:translate3d(0, 20%, 0)
}
}
@media (prefers-reduced-motion: reduce)
{
html:not(.no-js) body:not(.edit) .widget--animation-slide,html:not(.no-js) body:not(.edit) .widget--animation-slide[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-slide[style*="--visible:0"]
{
opacity:1;
transform:none
}
}
html:not(.no-js) body:not(.edit) .widget--animation-slide+.widget--animation-slide,html:not(.no-js) body:not(.edit) .widget--animation-slide[data-scroll="out"]+.widget--animation-slide,html:not(.no-js) body:not(.edit) .widget--animation-slide[style*="--visible:0"]+.widget--animation-slide
{
transform:translate3d(0, 20%, 0)
}
html:not(.no-js) body:not(.edit) .widget--animation-slide[data-scroll="in"],html:not(.no-js) body:not(.edit) .widget--animation-slide[style*="--visible:1"]
{
opacity:1;
transform:none;
transition:opacity 1s cubic-bezier(0.6, 0, 0.4, 1),transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
transition-delay:.2s
}
@keyframes bounceIn
{
from,20%,40%,60%,80%,to
{
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0%
{
opacity:0;
transform:scale3d(0.55, 0.55, 0.55)
}
20%
{
transform:scale3d(1.2, 1.2, 1.2)
}
40%
{
transform:scale3d(0.8, 0.8, 0.8)
}
60%
{
opacity:1;
transform:scale3d(1.03, 1.03, 1.03)
}
80%
{
transform:scale3d(0.97, 0.97, 0.97)
}
to
{
opacity:1;
transform:scale3d(1, 1, 1)
}
}
html:not(.no-js) body:not(.edit) .widget--animation-bounce,html:not(.no-js) body:not(.edit) .widget--animation-bounce[data-scroll="out"],html:not(.no-js) body:not(.edit) .widget--animation-bounce[style*="--visible:0"]
{
opacity:0
}
html:not(.no-js) body:not(.edit) .widget--animation-bounce[data-scroll="in"],html:not(.no-js) body:not(.edit) .widget--animation-bounce[style*="--visible:1"]
{
animation-duration:1.25s;
animation-name:bounceIn;
opacity:1;
transition:opacity 0.5s cubic-bezier(0.3, 0, 0.1, 1)
}
@media (prefers-reduced-motion: reduce)
{
html:not(.no-js) body:not(.edit) .widget--animation-bounce[data-scroll="in"],html:not(.no-js) body:not(.edit) .widget--animation-bounce[style*="--visible:1"]
{
opacity:1;
animation:none
}
}
.row--style-light.row--background-type-image
{
background-color:#fff
}
.row--style-light.row--background-type-image .row--background-overlay
{
background:#000f4e;
opacity:.65
}
.row--style-light:not(.row--background-type-image)
{
background:#fff
}
.row--style-accent.row--background-type-image
{
background-color:#3a99d8
}
.row--style-accent.row--background-type-image .row--background-overlay
{
background:#000f4e;
opacity:.65
}
.row--style-accent:not(.row--background-type-image)
{
background:#3a99d8
}
.row--style-dark.row--background-type-image
{
background-color:#000f4e
}
.row--style-dark.row--background-type-image .row--background-overlay
{
background:#000f4e;
opacity:.65
}
.row--style-dark:not(.row--background-type-image)
{
background:#000f4e
}
.row--divider-wave-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M709.969 0H-3.05176e-05C-3.05176e-05 0 75 109.375 187.992 98.5269C300.984 87.6791 273 5 479 46C685 87 709.969 0 709.969 0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.row--divider-slant-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710L0 100V0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.row--divider-slant-reverse-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L710 100V0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.row--divider-curve-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710V68C710 68 498.167 100 355 100C211.833 100 0 68 0 68V0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.row--divider-point-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L355 100L710 0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.row--divider-cross-light
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M354.5 50L-4.37114e-06 6.20702e-05L710 3.43323e-05L354.5 50Z' fill='%23fff'/%3E%3Cpath d='M354.5 50L710 1.55394e-05L710 100L354.5 50Z' fill='%23fff' fill-opacity='0.25'/%3E%3Cpath d='M354.5 50L-4.37114e-06 1.54957e-05L0 100L354.5 50Z' fill='%23fff' fill-opacity='0.25'/%3E%3C/svg%3E")
}
.row--divider-wave-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M709.969 0H-3.05176e-05C-3.05176e-05 0 75 109.375 187.992 98.5269C300.984 87.6791 273 5 479 46C685 87 709.969 0 709.969 0Z' fill='%233a99d8'/%3E%3C/svg%3E")
}
.row--divider-slant-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710L0 100V0Z' fill='%233a99d8'/%3E%3C/svg%3E")
}
.row--divider-slant-reverse-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L710 100V0Z' fill='%233a99d8'/%3E%3C/svg%3E")
}
.row--divider-curve-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710V68C710 68 498.167 100 355 100C211.833 100 0 68 0 68V0Z' fill='%233a99d8'/%3E%3C/svg%3E")
}
.row--divider-point-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L355 100L710 0Z' fill='%233a99d8'/%3E%3C/svg%3E")
}
.row--divider-cross-accent
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M354.5 50L-4.37114e-06 6.20702e-05L710 3.43323e-05L354.5 50Z' fill='%233a99d8'/%3E%3Cpath d='M354.5 50L710 1.55394e-05L710 100L354.5 50Z' fill='%233a99d8' fill-opacity='0.25'/%3E%3Cpath d='M354.5 50L-4.37114e-06 1.54957e-05L0 100L354.5 50Z' fill='%233a99d8' fill-opacity='0.25'/%3E%3C/svg%3E")
}
.row--divider-wave-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M709.969 0H-3.05176e-05C-3.05176e-05 0 75 109.375 187.992 98.5269C300.984 87.6791 273 5 479 46C685 87 709.969 0 709.969 0Z' fill='%23000f4e'/%3E%3C/svg%3E")
}
.row--divider-slant-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710L0 100V0Z' fill='%23000f4e'/%3E%3C/svg%3E")
}
.row--divider-slant-reverse-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L710 100V0Z' fill='%23000f4e'/%3E%3C/svg%3E")
}
.row--divider-curve-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H710V68C710 68 498.167 100 355 100C211.833 100 0 68 0 68V0Z' fill='%23000f4e'/%3E%3C/svg%3E")
}
.row--divider-point-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M710 0H0L355 100L710 0Z' fill='%23000f4e'/%3E%3C/svg%3E")
}
.row--divider-cross-dark
{
background-size:100% 100%;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 710 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M354.5 50L-4.37114e-06 6.20702e-05L710 3.43323e-05L354.5 50Z' fill='%23000f4e'/%3E%3Cpath d='M354.5 50L710 1.55394e-05L710 100L354.5 50Z' fill='%23000f4e' fill-opacity='0.25'/%3E%3Cpath d='M354.5 50L-4.37114e-06 1.54957e-05L0 100L354.5 50Z' fill='%23000f4e' fill-opacity='0.25'/%3E%3C/svg%3E")
}
#migrated-site .row--style-light p,#migrated-site .row--style-light .paragraph,#migrated-site .row--style-light li,#migrated-site .row--style-light blockquote,#migrated-site .row--style-light blockquote:before,#migrated-site .row--style-light blockquote:after,#migrated-site .row--style-light td,#migrated-site .row--style-light .phone-number-link,#migrated-site .row--style-light .clicktocall__label,#migrated-site .row--style-light .widget.clicktocall a,#migrated-site .row--style-light h6,#migrated-site .row--style-light .heading--6 [data-name="content"],#migrated-site .row--style-light a,#migrated-site .row--style-light .dropbox__label,#migrated-site .row--style-light .ecomproduct__product-body,#migrated-site .row--style-light .blogpost__post-body,#migrated-site .row--style-light .blog-post-content,#migrated-site .row--style-light .blogpostlist__post-excerpt--full,#migrated-site .row--style-light .socialicons .icons span,#migrated-site .row--style-light .ecom-productlist-price,#migrated-site .row--style-light .ecom-featuredproducts-price,#migrated-site .row--style-light .product-category-items li a span
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image p,#migrated-site .row--style-light.row--background-type-image .paragraph,#migrated-site .row--style-light.row--background-type-image li,#migrated-site .row--style-light.row--background-type-image blockquote,#migrated-site .row--style-light.row--background-type-image blockquote:before,#migrated-site .row--style-light.row--background-type-image blockquote:after,#migrated-site .row--style-light.row--background-type-image td,#migrated-site .row--style-light.row--background-type-image .phone-number-link,#migrated-site .row--style-light.row--background-type-image .clicktocall__label,#migrated-site .row--style-light.row--background-type-image .widget.clicktocall a,#migrated-site .row--style-light.row--background-type-image h6,#migrated-site .row--style-light.row--background-type-image .heading--6 [data-name="content"],#migrated-site .row--style-light.row--background-type-image a,#migrated-site .row--style-light.row--background-type-image .dropbox__label,#migrated-site .row--style-light.row--background-type-image .ecomproduct__product-body,#migrated-site .row--style-light.row--background-type-image .blogpost__post-body,#migrated-site .row--style-light.row--background-type-image .blog-post-content,#migrated-site .row--style-light.row--background-type-image .blogpostlist__post-excerpt--full,#migrated-site .row--style-light.row--background-type-image .socialicons .icons span,#migrated-site .row--style-light.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-light.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-light.row--background-type-image .product-category-items li a span
{
color:#fff
}
#migrated-site .row--style-accent p,#migrated-site .row--style-accent .paragraph,#migrated-site .row--style-accent li,#migrated-site .row--style-accent blockquote,#migrated-site .row--style-accent blockquote:before,#migrated-site .row--style-accent blockquote:after,#migrated-site .row--style-accent td,#migrated-site .row--style-accent .phone-number-link,#migrated-site .row--style-accent .clicktocall__label,#migrated-site .row--style-accent .widget.clicktocall a,#migrated-site .row--style-accent h6,#migrated-site .row--style-accent .heading--6 [data-name="content"],#migrated-site .row--style-accent a,#migrated-site .row--style-accent .dropbox__label,#migrated-site .row--style-accent .ecomproduct__product-body,#migrated-site .row--style-accent .blogpost__post-body,#migrated-site .row--style-accent .blog-post-content,#migrated-site .row--style-accent .blogpostlist__post-excerpt--full,#migrated-site .row--style-accent .socialicons .icons span,#migrated-site .row--style-accent .ecom-productlist-price,#migrated-site .row--style-accent .ecom-featuredproducts-price,#migrated-site .row--style-accent .product-category-items li a span
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image p,#migrated-site .row--style-accent.row--background-type-image .paragraph,#migrated-site .row--style-accent.row--background-type-image li,#migrated-site .row--style-accent.row--background-type-image blockquote,#migrated-site .row--style-accent.row--background-type-image blockquote:before,#migrated-site .row--style-accent.row--background-type-image blockquote:after,#migrated-site .row--style-accent.row--background-type-image td,#migrated-site .row--style-accent.row--background-type-image .phone-number-link,#migrated-site .row--style-accent.row--background-type-image .clicktocall__label,#migrated-site .row--style-accent.row--background-type-image .widget.clicktocall a,#migrated-site .row--style-accent.row--background-type-image h6,#migrated-site .row--style-accent.row--background-type-image .heading--6 [data-name="content"],#migrated-site .row--style-accent.row--background-type-image a,#migrated-site .row--style-accent.row--background-type-image .dropbox__label,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__product-body,#migrated-site .row--style-accent.row--background-type-image .blogpost__post-body,#migrated-site .row--style-accent.row--background-type-image .blog-post-content,#migrated-site .row--style-accent.row--background-type-image .blogpostlist__post-excerpt--full,#migrated-site .row--style-accent.row--background-type-image .socialicons .icons span,#migrated-site .row--style-accent.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-accent.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-accent.row--background-type-image .product-category-items li a span
{
color:#fff
}
#migrated-site .row--style-dark p,#migrated-site .row--style-dark .paragraph,#migrated-site .row--style-dark li,#migrated-site .row--style-dark blockquote,#migrated-site .row--style-dark blockquote:before,#migrated-site .row--style-dark blockquote:after,#migrated-site .row--style-dark td,#migrated-site .row--style-dark .phone-number-link,#migrated-site .row--style-dark .clicktocall__label,#migrated-site .row--style-dark .widget.clicktocall a,#migrated-site .row--style-dark h6,#migrated-site .row--style-dark .heading--6 [data-name="content"],#migrated-site .row--style-dark a,#migrated-site .row--style-dark .dropbox__label,#migrated-site .row--style-dark .ecomproduct__product-body,#migrated-site .row--style-dark .blogpost__post-body,#migrated-site .row--style-dark .blog-post-content,#migrated-site .row--style-dark .blogpostlist__post-excerpt--full,#migrated-site .row--style-dark .socialicons .icons span,#migrated-site .row--style-dark .ecom-productlist-price,#migrated-site .row--style-dark .ecom-featuredproducts-price,#migrated-site .row--style-dark .product-category-items li a span
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image p,#migrated-site .row--style-dark.row--background-type-image .paragraph,#migrated-site .row--style-dark.row--background-type-image li,#migrated-site .row--style-dark.row--background-type-image blockquote,#migrated-site .row--style-dark.row--background-type-image blockquote:before,#migrated-site .row--style-dark.row--background-type-image blockquote:after,#migrated-site .row--style-dark.row--background-type-image td,#migrated-site .row--style-dark.row--background-type-image .phone-number-link,#migrated-site .row--style-dark.row--background-type-image .clicktocall__label,#migrated-site .row--style-dark.row--background-type-image .widget.clicktocall a,#migrated-site .row--style-dark.row--background-type-image h6,#migrated-site .row--style-dark.row--background-type-image .heading--6 [data-name="content"],#migrated-site .row--style-dark.row--background-type-image a,#migrated-site .row--style-dark.row--background-type-image .dropbox__label,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__product-body,#migrated-site .row--style-dark.row--background-type-image .blogpost__post-body,#migrated-site .row--style-dark.row--background-type-image .blog-post-content,#migrated-site .row--style-dark.row--background-type-image .blogpostlist__post-excerpt--full,#migrated-site .row--style-dark.row--background-type-image .socialicons .icons span,#migrated-site .row--style-dark.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-dark.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-dark.row--background-type-image .product-category-items li a span
{
color:#fff
}
.row--style-light p,.row--style-light .paragraph,.row--style-light li,.row--style-light blockquote,.row--style-light blockquote:before,.row--style-light blockquote:after,.row--style-light td,.row--style-light .phone-number-link,.row--style-light .clicktocall__label,.row--style-light .widget.clicktocall a,.row--style-light h6,.row--style-light .heading--6 [data-name="content"],.row--style-light a,.row--style-light .dropbox__label,.row--style-light .ecomproduct__product-body,.row--style-light .blogpost__post-body,.row--style-light .blog-post-content,.row--style-light .blogpostlist__post-excerpt--full,.row--style-light .socialicons .icons span,.row--style-light .ecom-productlist-price,.row--style-light .ecom-featuredproducts-price,.row--style-light .product-category-items li a span
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image p,.row--style-light.row--background-type-image .paragraph,.row--style-light.row--background-type-image li,.row--style-light.row--background-type-image blockquote,.row--style-light.row--background-type-image blockquote:before,.row--style-light.row--background-type-image blockquote:after,.row--style-light.row--background-type-image td,.row--style-light.row--background-type-image .phone-number-link,.row--style-light.row--background-type-image .clicktocall__label,.row--style-light.row--background-type-image .widget.clicktocall a,.row--style-light.row--background-type-image h6,.row--style-light.row--background-type-image .heading--6 [data-name="content"],.row--style-light.row--background-type-image a,.row--style-light.row--background-type-image .dropbox__label,.row--style-light.row--background-type-image .ecomproduct__product-body,.row--style-light.row--background-type-image .blogpost__post-body,.row--style-light.row--background-type-image .blog-post-content,.row--style-light.row--background-type-image .blogpostlist__post-excerpt--full,.row--style-light.row--background-type-image .socialicons .icons span,.row--style-light.row--background-type-image .ecom-productlist-price,.row--style-light.row--background-type-image .ecom-featuredproducts-price,.row--style-light.row--background-type-image .product-category-items li a span
{
color:#fff
}
.row--style-accent p,.row--style-accent .paragraph,.row--style-accent li,.row--style-accent blockquote,.row--style-accent blockquote:before,.row--style-accent blockquote:after,.row--style-accent td,.row--style-accent .phone-number-link,.row--style-accent .clicktocall__label,.row--style-accent .widget.clicktocall a,.row--style-accent h6,.row--style-accent .heading--6 [data-name="content"],.row--style-accent a,.row--style-accent .dropbox__label,.row--style-accent .ecomproduct__product-body,.row--style-accent .blogpost__post-body,.row--style-accent .blog-post-content,.row--style-accent .blogpostlist__post-excerpt--full,.row--style-accent .socialicons .icons span,.row--style-accent .ecom-productlist-price,.row--style-accent .ecom-featuredproducts-price,.row--style-accent .product-category-items li a span
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image p,.row--style-accent.row--background-type-image .paragraph,.row--style-accent.row--background-type-image li,.row--style-accent.row--background-type-image blockquote,.row--style-accent.row--background-type-image blockquote:before,.row--style-accent.row--background-type-image blockquote:after,.row--style-accent.row--background-type-image td,.row--style-accent.row--background-type-image .phone-number-link,.row--style-accent.row--background-type-image .clicktocall__label,.row--style-accent.row--background-type-image .widget.clicktocall a,.row--style-accent.row--background-type-image h6,.row--style-accent.row--background-type-image .heading--6 [data-name="content"],.row--style-accent.row--background-type-image a,.row--style-accent.row--background-type-image .dropbox__label,.row--style-accent.row--background-type-image .ecomproduct__product-body,.row--style-accent.row--background-type-image .blogpost__post-body,.row--style-accent.row--background-type-image .blog-post-content,.row--style-accent.row--background-type-image .blogpostlist__post-excerpt--full,.row--style-accent.row--background-type-image .socialicons .icons span,.row--style-accent.row--background-type-image .ecom-productlist-price,.row--style-accent.row--background-type-image .ecom-featuredproducts-price,.row--style-accent.row--background-type-image .product-category-items li a span
{
color:#fff
}
.row--style-dark p,.row--style-dark .paragraph,.row--style-dark li,.row--style-dark blockquote,.row--style-dark blockquote:before,.row--style-dark blockquote:after,.row--style-dark td,.row--style-dark .phone-number-link,.row--style-dark .clicktocall__label,.row--style-dark .widget.clicktocall a,.row--style-dark h6,.row--style-dark .heading--6 [data-name="content"],.row--style-dark a,.row--style-dark .dropbox__label,.row--style-dark .ecomproduct__product-body,.row--style-dark .blogpost__post-body,.row--style-dark .blog-post-content,.row--style-dark .blogpostlist__post-excerpt--full,.row--style-dark .socialicons .icons span,.row--style-dark .ecom-productlist-price,.row--style-dark .ecom-featuredproducts-price,.row--style-dark .product-category-items li a span
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image p,.row--style-dark.row--background-type-image .paragraph,.row--style-dark.row--background-type-image li,.row--style-dark.row--background-type-image blockquote,.row--style-dark.row--background-type-image blockquote:before,.row--style-dark.row--background-type-image blockquote:after,.row--style-dark.row--background-type-image td,.row--style-dark.row--background-type-image .phone-number-link,.row--style-dark.row--background-type-image .clicktocall__label,.row--style-dark.row--background-type-image .widget.clicktocall a,.row--style-dark.row--background-type-image h6,.row--style-dark.row--background-type-image .heading--6 [data-name="content"],.row--style-dark.row--background-type-image a,.row--style-dark.row--background-type-image .dropbox__label,.row--style-dark.row--background-type-image .ecomproduct__product-body,.row--style-dark.row--background-type-image .blogpost__post-body,.row--style-dark.row--background-type-image .blog-post-content,.row--style-dark.row--background-type-image .blogpostlist__post-excerpt--full,.row--style-dark.row--background-type-image .socialicons .icons span,.row--style-dark.row--background-type-image .ecom-productlist-price,.row--style-dark.row--background-type-image .ecom-featuredproducts-price,.row--style-dark.row--background-type-image .product-category-items li a span
{
color:#fff
}
.row--style-light .extendednavigation__item-name,.row--style-light .folder .item-name--parent:after
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image .extendednavigation__item-name,.row--style-light.row--background-type-image .folder .item-name--parent:after
{
color:#fff
}
.row--style-accent .extendednavigation__item-name,.row--style-accent .folder .item-name--parent:after
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image .extendednavigation__item-name,.row--style-accent.row--background-type-image .folder .item-name--parent:after
{
color:#fff
}
.row--style-dark .extendednavigation__item-name,.row--style-dark .folder .item-name--parent:after
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image .extendednavigation__item-name,.row--style-dark.row--background-type-image .folder .item-name--parent:after
{
color:#fff
}
@media only screen and (max-width: 900px)
{
.row--style-light .extendednavigation__item-name,.row--style-light.row--background-type-image .extendednavigation__item-name,.row--style-light .folder .item-name--parent:after,.row--style-light.row--background-type-image .folder .item-name--parent:after
{
color:rgba(0,15,78,0.75)
}
.row--style-accent .extendednavigation__item-name,.row--style-accent.row--background-type-image .extendednavigation__item-name,.row--style-accent .folder .item-name--parent:after,.row--style-accent.row--background-type-image .folder .item-name--parent:after
{
color:rgba(255,255,255,0.875)
}
.row--style-dark .extendednavigation__item-name,.row--style-dark.row--background-type-image .extendednavigation__item-name,.row--style-dark .folder .item-name--parent:after,.row--style-dark.row--background-type-image .folder .item-name--parent:after
{
color:rgba(255,255,255,0.875)
}
}
.row--style-light .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-light .navigation-item--child.selected>.extendednavigation__item-name,.row--style-light .extendednavigation__item-name:hover,.row--style-light .extendednavigation__item-name:active,.row--style-light .extendednavigation__item-name:focus
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-light.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-light.row--background-type-image .extendednavigation__item-name:hover,.row--style-light.row--background-type-image .extendednavigation__item-name:active,.row--style-light.row--background-type-image .extendednavigation__item-name:focus
{
color:#fff
}
.row--style-accent .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-accent .navigation-item--child.selected>.extendednavigation__item-name,.row--style-accent .extendednavigation__item-name:hover,.row--style-accent .extendednavigation__item-name:active,.row--style-accent .extendednavigation__item-name:focus
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-accent.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-accent.row--background-type-image .extendednavigation__item-name:hover,.row--style-accent.row--background-type-image .extendednavigation__item-name:active,.row--style-accent.row--background-type-image .extendednavigation__item-name:focus
{
color:#fff
}
.row--style-dark .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-dark .navigation-item--child.selected>.extendednavigation__item-name,.row--style-dark .extendednavigation__item-name:hover,.row--style-dark .extendednavigation__item-name:active,.row--style-dark .extendednavigation__item-name:focus
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-dark.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-dark.row--background-type-image .extendednavigation__item-name:hover,.row--style-dark.row--background-type-image .extendednavigation__item-name:active,.row--style-dark.row--background-type-image .extendednavigation__item-name:focus
{
color:#fff
}
@media only screen and (max-width: 900px)
{
.row--style-light .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-light.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-light .navigation-item--child.selected>.extendednavigation__item-name,.row--style-light.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-light .extendednavigation__item-name:hover,.row--style-light.row--background-type-image .extendednavigation__item-name:hover,.row--style-light .extendednavigation__item-name:active,.row--style-light.row--background-type-image .extendednavigation__item-name:active,.row--style-light .extendednavigation__item-name:focus,.row--style-light.row--background-type-image .extendednavigation__item-name:focus
{
color:#000f4e;
fill:#000f4e
}
.row--style-accent .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-accent.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-accent .navigation-item--child.selected>.extendednavigation__item-name,.row--style-accent.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-accent .extendednavigation__item-name:hover,.row--style-accent.row--background-type-image .extendednavigation__item-name:hover,.row--style-accent .extendednavigation__item-name:active,.row--style-accent.row--background-type-image .extendednavigation__item-name:active,.row--style-accent .extendednavigation__item-name:focus,.row--style-accent.row--background-type-image .extendednavigation__item-name:focus
{
color:#fff;
fill:#fff
}
.row--style-dark .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-dark.row--background-type-image .navigation-item:not(.navigation-item--child).selected>.extendednavigation__item-name,.row--style-dark .navigation-item--child.selected>.extendednavigation__item-name,.row--style-dark.row--background-type-image .navigation-item--child.selected>.extendednavigation__item-name,.row--style-dark .extendednavigation__item-name:hover,.row--style-dark.row--background-type-image .extendednavigation__item-name:hover,.row--style-dark .extendednavigation__item-name:active,.row--style-dark.row--background-type-image .extendednavigation__item-name:active,.row--style-dark .extendednavigation__item-name:focus,.row--style-dark.row--background-type-image .extendednavigation__item-name:focus
{
color:#fff;
fill:#fff
}
}
.row--style-light [data-name="content"] a
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image [data-name="content"] a
{
color:#fff
}
.row--style-accent [data-name="content"] a
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image [data-name="content"] a
{
color:#fff
}
.row--style-dark [data-name="content"] a
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image [data-name="content"] a
{
color:#fff
}
.row--style-light .contact-icon
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .contact-icon
{
color:#fff
}
.row--style-accent .contact-icon
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .contact-icon
{
color:#fff
}
.row--style-dark .contact-icon
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .contact-icon
{
color:#fff
}
#migrated-site .row--style-light h1,#migrated-site .row--style-light .heading--1,#migrated-site .row--style-light h2,#migrated-site .row--style-light .heading--2,#migrated-site .row--style-light h3,#migrated-site .row--style-light .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-light .summary-title,#migrated-site .row--style-light [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light .summary-title,#migrated-site .row--style-light .blogpostlist__title-link,#migrated-site .row--style-light .blog-post-title a,#migrated-site .row--style-light .ecomproductslist__title-link,#migrated-site .row--style-light .ecom-productslist-title,#migrated-site .row--style-light .ecomfeaturedproducts__title-link,#migrated-site .row--style-light .ecom-featuredproducts-title,#migrated-site .row--style-light legend,#migrated-site .row--style-light .legend,#migrated-site .row--style-light .category-title,#migrated-site .row--style-light .tags-title,#migrated-site .row--style-light .product-category-items li a
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image h1,#migrated-site .row--style-light.row--background-type-image .heading--1,#migrated-site .row--style-light.row--background-type-image h2,#migrated-site .row--style-light.row--background-type-image .heading--2,#migrated-site .row--style-light.row--background-type-image h3,#migrated-site .row--style-light.row--background-type-image .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-light.row--background-type-image .summary-title,#migrated-site .row--style-light.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .summary-title,#migrated-site .row--style-light.row--background-type-image .blogpostlist__title-link,#migrated-site .row--style-light.row--background-type-image .blog-post-title a,#migrated-site .row--style-light.row--background-type-image .ecomproductslist__title-link,#migrated-site .row--style-light.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-light.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-light.row--background-type-image .ecom-featuredproducts-title,#migrated-site .row--style-light.row--background-type-image legend,#migrated-site .row--style-light.row--background-type-image .legend,#migrated-site .row--style-light.row--background-type-image .category-title,#migrated-site .row--style-light.row--background-type-image .tags-title,#migrated-site .row--style-light.row--background-type-image .product-category-items li a
{
color:#fff
}
#migrated-site .row--style-accent h1,#migrated-site .row--style-accent .heading--1,#migrated-site .row--style-accent h2,#migrated-site .row--style-accent .heading--2,#migrated-site .row--style-accent h3,#migrated-site .row--style-accent .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-accent .summary-title,#migrated-site .row--style-accent [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent .summary-title,#migrated-site .row--style-accent .blogpostlist__title-link,#migrated-site .row--style-accent .blog-post-title a,#migrated-site .row--style-accent .ecomproductslist__title-link,#migrated-site .row--style-accent .ecom-productslist-title,#migrated-site .row--style-accent .ecomfeaturedproducts__title-link,#migrated-site .row--style-accent .ecom-featuredproducts-title,#migrated-site .row--style-accent legend,#migrated-site .row--style-accent .legend,#migrated-site .row--style-accent .category-title,#migrated-site .row--style-accent .tags-title,#migrated-site .row--style-accent .product-category-items li a
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image h1,#migrated-site .row--style-accent.row--background-type-image .heading--1,#migrated-site .row--style-accent.row--background-type-image h2,#migrated-site .row--style-accent.row--background-type-image .heading--2,#migrated-site .row--style-accent.row--background-type-image h3,#migrated-site .row--style-accent.row--background-type-image .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-accent.row--background-type-image .summary-title,#migrated-site .row--style-accent.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .summary-title,#migrated-site .row--style-accent.row--background-type-image .blogpostlist__title-link,#migrated-site .row--style-accent.row--background-type-image .blog-post-title a,#migrated-site .row--style-accent.row--background-type-image .ecomproductslist__title-link,#migrated-site .row--style-accent.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-accent.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-accent.row--background-type-image .ecom-featuredproducts-title,#migrated-site .row--style-accent.row--background-type-image legend,#migrated-site .row--style-accent.row--background-type-image .legend,#migrated-site .row--style-accent.row--background-type-image .category-title,#migrated-site .row--style-accent.row--background-type-image .tags-title,#migrated-site .row--style-accent.row--background-type-image .product-category-items li a
{
color:#fff
}
#migrated-site .row--style-dark h1,#migrated-site .row--style-dark .heading--1,#migrated-site .row--style-dark h2,#migrated-site .row--style-dark .heading--2,#migrated-site .row--style-dark h3,#migrated-site .row--style-dark .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-dark .summary-title,#migrated-site .row--style-dark [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark .summary-title,#migrated-site .row--style-dark .blogpostlist__title-link,#migrated-site .row--style-dark .blog-post-title a,#migrated-site .row--style-dark .ecomproductslist__title-link,#migrated-site .row--style-dark .ecom-productslist-title,#migrated-site .row--style-dark .ecomfeaturedproducts__title-link,#migrated-site .row--style-dark .ecom-featuredproducts-title,#migrated-site .row--style-dark legend,#migrated-site .row--style-dark .legend,#migrated-site .row--style-dark .category-title,#migrated-site .row--style-dark .tags-title,#migrated-site .row--style-dark .product-category-items li a
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image h1,#migrated-site .row--style-dark.row--background-type-image .heading--1,#migrated-site .row--style-dark.row--background-type-image h2,#migrated-site .row--style-dark.row--background-type-image .heading--2,#migrated-site .row--style-dark.row--background-type-image h3,#migrated-site .row--style-dark.row--background-type-image .heading--3,[data-name="row"] .ecombasketsummary #migrated-site .row--style-dark.row--background-type-image .summary-title,#migrated-site .row--style-dark.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .summary-title,#migrated-site .row--style-dark.row--background-type-image .blogpostlist__title-link,#migrated-site .row--style-dark.row--background-type-image .blog-post-title a,#migrated-site .row--style-dark.row--background-type-image .ecomproductslist__title-link,#migrated-site .row--style-dark.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-dark.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-dark.row--background-type-image .ecom-featuredproducts-title,#migrated-site .row--style-dark.row--background-type-image legend,#migrated-site .row--style-dark.row--background-type-image .legend,#migrated-site .row--style-dark.row--background-type-image .category-title,#migrated-site .row--style-dark.row--background-type-image .tags-title,#migrated-site .row--style-dark.row--background-type-image .product-category-items li a
{
color:#fff
}
.row--style-light h1,.row--style-light .heading--1,.row--style-light h2,.row--style-light .heading--2,.row--style-light h3,.row--style-light .heading--3,.row--style-light [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-light .summary-title,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light .summary-title,.row--style-light .blogpostlist__title-link,.row--style-light .blog-post-title a,.row--style-light .ecomproductslist__title-link,.row--style-light .ecom-productslist-title,.row--style-light .ecomfeaturedproducts__title-link,.row--style-light .ecom-featuredproducts-title,.row--style-light legend,.row--style-light .legend,.row--style-light .category-title,.row--style-light .tags-title,.row--style-light .product-category-items li a
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image h1,.row--style-light.row--background-type-image .heading--1,.row--style-light.row--background-type-image h2,.row--style-light.row--background-type-image .heading--2,.row--style-light.row--background-type-image h3,.row--style-light.row--background-type-image .heading--3,.row--style-light.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .summary-title,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .summary-title,.row--style-light.row--background-type-image .blogpostlist__title-link,.row--style-light.row--background-type-image .blog-post-title a,.row--style-light.row--background-type-image .ecomproductslist__title-link,.row--style-light.row--background-type-image .ecom-productslist-title,.row--style-light.row--background-type-image .ecomfeaturedproducts__title-link,.row--style-light.row--background-type-image .ecom-featuredproducts-title,.row--style-light.row--background-type-image legend,.row--style-light.row--background-type-image .legend,.row--style-light.row--background-type-image .category-title,.row--style-light.row--background-type-image .tags-title,.row--style-light.row--background-type-image .product-category-items li a
{
color:#fff
}
.row--style-accent h1,.row--style-accent .heading--1,.row--style-accent h2,.row--style-accent .heading--2,.row--style-accent h3,.row--style-accent .heading--3,.row--style-accent [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-accent .summary-title,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent .summary-title,.row--style-accent .blogpostlist__title-link,.row--style-accent .blog-post-title a,.row--style-accent .ecomproductslist__title-link,.row--style-accent .ecom-productslist-title,.row--style-accent .ecomfeaturedproducts__title-link,.row--style-accent .ecom-featuredproducts-title,.row--style-accent legend,.row--style-accent .legend,.row--style-accent .category-title,.row--style-accent .tags-title,.row--style-accent .product-category-items li a
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image h1,.row--style-accent.row--background-type-image .heading--1,.row--style-accent.row--background-type-image h2,.row--style-accent.row--background-type-image .heading--2,.row--style-accent.row--background-type-image h3,.row--style-accent.row--background-type-image .heading--3,.row--style-accent.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .summary-title,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .summary-title,.row--style-accent.row--background-type-image .blogpostlist__title-link,.row--style-accent.row--background-type-image .blog-post-title a,.row--style-accent.row--background-type-image .ecomproductslist__title-link,.row--style-accent.row--background-type-image .ecom-productslist-title,.row--style-accent.row--background-type-image .ecomfeaturedproducts__title-link,.row--style-accent.row--background-type-image .ecom-featuredproducts-title,.row--style-accent.row--background-type-image legend,.row--style-accent.row--background-type-image .legend,.row--style-accent.row--background-type-image .category-title,.row--style-accent.row--background-type-image .tags-title,.row--style-accent.row--background-type-image .product-category-items li a
{
color:#fff
}
.row--style-dark h1,.row--style-dark .heading--1,.row--style-dark h2,.row--style-dark .heading--2,.row--style-dark h3,.row--style-dark .heading--3,.row--style-dark [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-dark .summary-title,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark .summary-title,.row--style-dark .blogpostlist__title-link,.row--style-dark .blog-post-title a,.row--style-dark .ecomproductslist__title-link,.row--style-dark .ecom-productslist-title,.row--style-dark .ecomfeaturedproducts__title-link,.row--style-dark .ecom-featuredproducts-title,.row--style-dark legend,.row--style-dark .legend,.row--style-dark .category-title,.row--style-dark .tags-title,.row--style-dark .product-category-items li a
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image h1,.row--style-dark.row--background-type-image .heading--1,.row--style-dark.row--background-type-image h2,.row--style-dark.row--background-type-image .heading--2,.row--style-dark.row--background-type-image h3,.row--style-dark.row--background-type-image .heading--3,.row--style-dark.row--background-type-image [data-name="row"] .ecombasketsummary .summary-title,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .summary-title,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .summary-title,.row--style-dark.row--background-type-image .blogpostlist__title-link,.row--style-dark.row--background-type-image .blog-post-title a,.row--style-dark.row--background-type-image .ecomproductslist__title-link,.row--style-dark.row--background-type-image .ecom-productslist-title,.row--style-dark.row--background-type-image .ecomfeaturedproducts__title-link,.row--style-dark.row--background-type-image .ecom-featuredproducts-title,.row--style-dark.row--background-type-image legend,.row--style-dark.row--background-type-image .legend,.row--style-dark.row--background-type-image .category-title,.row--style-dark.row--background-type-image .tags-title,.row--style-dark.row--background-type-image .product-category-items li a
{
color:#fff
}
#migrated-site .row--style-light h4,#migrated-site .row--style-light .heading--4,#migrated-site .row--style-light h5,#migrated-site .row--style-light .heading--5,#migrated-site .row--style-light label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-light .cell--header,#migrated-site .row--style-light [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light .cell--header,#migrated-site .row--style-light .label:not(.clicktocall__label),#migrated-site .row--style-light time,#migrated-site .row--style-light .blog-post-publish-date,#migrated-site .row--style-light .paginate-older,#migrated-site .row--style-light .paginate-newer
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image h4,#migrated-site .row--style-light.row--background-type-image .heading--4,#migrated-site .row--style-light.row--background-type-image h5,#migrated-site .row--style-light.row--background-type-image .heading--5,#migrated-site .row--style-light.row--background-type-image label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-light.row--background-type-image .cell--header,#migrated-site .row--style-light.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .cell--header,#migrated-site .row--style-light.row--background-type-image .label:not(.clicktocall__label),#migrated-site .row--style-light.row--background-type-image time,#migrated-site .row--style-light.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-light.row--background-type-image .paginate-older,#migrated-site .row--style-light.row--background-type-image .paginate-newer
{
color:#fff
}
#migrated-site .row--style-accent h4,#migrated-site .row--style-accent .heading--4,#migrated-site .row--style-accent h5,#migrated-site .row--style-accent .heading--5,#migrated-site .row--style-accent label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-accent .cell--header,#migrated-site .row--style-accent [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent .cell--header,#migrated-site .row--style-accent .label:not(.clicktocall__label),#migrated-site .row--style-accent time,#migrated-site .row--style-accent .blog-post-publish-date,#migrated-site .row--style-accent .paginate-older,#migrated-site .row--style-accent .paginate-newer
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image h4,#migrated-site .row--style-accent.row--background-type-image .heading--4,#migrated-site .row--style-accent.row--background-type-image h5,#migrated-site .row--style-accent.row--background-type-image .heading--5,#migrated-site .row--style-accent.row--background-type-image label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-accent.row--background-type-image .cell--header,#migrated-site .row--style-accent.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .cell--header,#migrated-site .row--style-accent.row--background-type-image .label:not(.clicktocall__label),#migrated-site .row--style-accent.row--background-type-image time,#migrated-site .row--style-accent.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-accent.row--background-type-image .paginate-older,#migrated-site .row--style-accent.row--background-type-image .paginate-newer
{
color:#fff
}
#migrated-site .row--style-dark h4,#migrated-site .row--style-dark .heading--4,#migrated-site .row--style-dark h5,#migrated-site .row--style-dark .heading--5,#migrated-site .row--style-dark label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-dark .cell--header,#migrated-site .row--style-dark [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark .cell--header,#migrated-site .row--style-dark .label:not(.clicktocall__label),#migrated-site .row--style-dark time,#migrated-site .row--style-dark .blog-post-publish-date,#migrated-site .row--style-dark .paginate-older,#migrated-site .row--style-dark .paginate-newer
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image h4,#migrated-site .row--style-dark.row--background-type-image .heading--4,#migrated-site .row--style-dark.row--background-type-image h5,#migrated-site .row--style-dark.row--background-type-image .heading--5,#migrated-site .row--style-dark.row--background-type-image label,[data-name="row"] .ecombasketsummary #migrated-site .row--style-dark.row--background-type-image .cell--header,#migrated-site .row--style-dark.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .cell--header,#migrated-site .row--style-dark.row--background-type-image .label:not(.clicktocall__label),#migrated-site .row--style-dark.row--background-type-image time,#migrated-site .row--style-dark.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-dark.row--background-type-image .paginate-older,#migrated-site .row--style-dark.row--background-type-image .paginate-newer
{
color:#fff
}
.row--style-light h4,.row--style-light .heading--4,.row--style-light h5,.row--style-light .heading--5,.row--style-light label,.row--style-light [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-light .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light .cell--header,.row--style-light .label:not(.clicktocall__label),.row--style-light time,.row--style-light .blog-post-publish-date,.row--style-light .paginate-older,.row--style-light .paginate-newer
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image h4,.row--style-light.row--background-type-image .heading--4,.row--style-light.row--background-type-image h5,.row--style-light.row--background-type-image .heading--5,.row--style-light.row--background-type-image label,.row--style-light.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image .cell--header,.row--style-light.row--background-type-image .label:not(.clicktocall__label),.row--style-light.row--background-type-image time,.row--style-light.row--background-type-image .blog-post-publish-date,.row--style-light.row--background-type-image .paginate-older,.row--style-light.row--background-type-image .paginate-newer
{
color:#fff
}
.row--style-accent h4,.row--style-accent .heading--4,.row--style-accent h5,.row--style-accent .heading--5,.row--style-accent label,.row--style-accent [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-accent .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent .cell--header,.row--style-accent .label:not(.clicktocall__label),.row--style-accent time,.row--style-accent .blog-post-publish-date,.row--style-accent .paginate-older,.row--style-accent .paginate-newer
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image h4,.row--style-accent.row--background-type-image .heading--4,.row--style-accent.row--background-type-image h5,.row--style-accent.row--background-type-image .heading--5,.row--style-accent.row--background-type-image label,.row--style-accent.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image .cell--header,.row--style-accent.row--background-type-image .label:not(.clicktocall__label),.row--style-accent.row--background-type-image time,.row--style-accent.row--background-type-image .blog-post-publish-date,.row--style-accent.row--background-type-image .paginate-older,.row--style-accent.row--background-type-image .paginate-newer
{
color:#fff
}
.row--style-dark h4,.row--style-dark .heading--4,.row--style-dark h5,.row--style-dark .heading--5,.row--style-dark label,.row--style-dark [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-dark .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark .cell--header,.row--style-dark .label:not(.clicktocall__label),.row--style-dark time,.row--style-dark .blog-post-publish-date,.row--style-dark .paginate-older,.row--style-dark .paginate-newer
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image h4,.row--style-dark.row--background-type-image .heading--4,.row--style-dark.row--background-type-image h5,.row--style-dark.row--background-type-image .heading--5,.row--style-dark.row--background-type-image label,.row--style-dark.row--background-type-image [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image .cell--header,.row--style-dark.row--background-type-image .label:not(.clicktocall__label),.row--style-dark.row--background-type-image time,.row--style-dark.row--background-type-image .blog-post-publish-date,.row--style-dark.row--background-type-image .paginate-older,.row--style-dark.row--background-type-image .paginate-newer
{
color:#fff
}
#migrated-site [data-name="row"] h1
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h1:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h1:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] h2
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h2:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h2:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] h3
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] h4
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h4:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h4:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] h5
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h5:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h5:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] h6
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] h6:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] h6:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] p
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] blockquote
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] blockquote:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] blockquote:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] blockquote:before
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] blockquote:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] blockquote:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] blockquote:after
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] blockquote:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] blockquote:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .widget .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .widget .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .widget .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .clicktocall a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .clicktocall a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .clicktocall a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .widget .button:not(.widget):not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] [data-name*="form"] .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-image:none
}
#migrated-site .row--style-light .widget .button:not(.widget):not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .paypal.button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-submit:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-continue-shopping:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-quantitybtn .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blog-post-pagination-page:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .button--quantity:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecom-product-add-to-cart-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecom-product-go-to-checkout-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-remove-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
transition:background-color .3s ease;
background-color:#3a99d8;
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent .widget .button:not(.widget):not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .paypal.button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-submit:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-continue-shopping:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-quantitybtn .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blog-post-pagination-page:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .button--quantity:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecom-product-add-to-cart-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecom-product-go-to-checkout-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-remove-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
transition:background-color .3s ease;
background-color:#000f4e;
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark .widget .button:not(.widget):not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .button .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .form-group .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .dropbox .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .filedownload .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .tweet .tweet-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blogsearch .blog-search-submit-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-pull:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-summary-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .paypal.button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-submit:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-continue-shopping:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-quantitybtn .btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blog-post-more-link a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blog-post-pagination-page:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blogpostlist__read-more:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .button--quantity:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecom-product-add-to-cart-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecom-product-go-to-checkout-btn:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-remove-button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
transition:background-color .3s ease;
background-color:#3a99d8;
color:#fff;
fill:#fff
}
#migrated-site [data-name="row"] .clicktocall a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] .clicktocall a:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background:transparent;
padding:0
}
#migrated-site .row--style-light .ecombasket-pull p:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-pull span:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent .ecombasket-pull p:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-pull span:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark .ecombasket-pull p:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-pull span:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-light .widget .button:not(.widget):hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .button .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .contentgroup__link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .form-group .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .dropbox .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .filedownload .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .tweet .tweet-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blogsearch .blog-search-submit-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-pull:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-summary-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .paypal.button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-submit:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-continue-shopping:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .basket-summary-quantitybtn .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .blog-post-pagination-page:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .button--quantity:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecom-product-add-to-cart-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecom-product-go-to-checkout-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .ecombasket-remove-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#257fba;
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent .widget .button:not(.widget):hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .button .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .contentgroup__link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .form-group .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .dropbox .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .filedownload .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .tweet .tweet-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blogsearch .blog-search-submit-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-pull:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-summary-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .paypal.button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-submit:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-continue-shopping:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .basket-summary-quantitybtn .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .blog-post-pagination-page:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .button--quantity:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecom-product-add-to-cart-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecom-product-go-to-checkout-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .ecombasket-remove-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#001981;
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark .widget .button:not(.widget):hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .button .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .contentgroup__link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .form-group .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .dropbox .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .filedownload .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .tweet .tweet-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blogsearch .blog-search-submit-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-pull:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-summary-link:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .paypal.button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-submit:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-continue-shopping:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .basket-summary-quantitybtn .btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .blog-post-pagination-page:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .button--quantity:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecom-product-add-to-cart-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecom-product-go-to-checkout-btn:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .ecombasket-remove-button:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#257fba;
color:#fff;
fill:#fff
}
.row--width-full.row--style-light .contentgroup,.row--width-full.row--style-light .contentgroup--card,.row--height-no-padding.row--style-light .contentgroup,.row--height-no-padding.row--style-light .contentgroup--card
{
background:#fff;
box-shadow:none
}
.row--width-full.row--style-accent .contentgroup,.row--width-full.row--style-accent .contentgroup--card,.row--height-no-padding.row--style-accent .contentgroup,.row--height-no-padding.row--style-accent .contentgroup--card
{
background:#3a99d8;
box-shadow:none
}
.row--width-full.row--style-dark .contentgroup,.row--width-full.row--style-dark .contentgroup--card,.row--height-no-padding.row--style-dark .contentgroup,.row--height-no-padding.row--style-dark .contentgroup--card
{
background:#000f4e;
box-shadow:none
}
.row--style-light .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-light .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-light .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-light .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-accent .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-accent .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-accent .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-dark .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-dark .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-dark .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__heading *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-light .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-light .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-light .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-light .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-accent .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-accent .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-dark .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-dark .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__heading *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-light .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-light .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-light .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-light .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-light .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-accent .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-accent .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-dark .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-dark .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__heading *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-light .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-light .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-light .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-light .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-light .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-light .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-accent .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-accent .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-accent .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-dark .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-dark .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-dark .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-light .contentgroup--card .contentgroup__body *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-light .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-light .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-light .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-light .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-light .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-light .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-light .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-accent .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-accent .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-dark .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-dark .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-accent .contentgroup--card .contentgroup__body *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-accent .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-light .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-light .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-light .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-light .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-light .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-light .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-light.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-accent .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-accent .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-accent .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-accent .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-accent.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:#fff
}
.row--style-dark .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-dark .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-dark .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-dark .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--width-full.row--style-dark .contentgroup--card .contentgroup__body *,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body,.row--style-dark.row--background-type-image .row--height-no-padding.row--style-dark .contentgroup--card .contentgroup__body *
{
color:#fff
}
.contentgroup__image-wrapper,.contentgroup__body-wrapper
{
width:100%
}
.contentgroup__content
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.contentgroup--inline .contentgroup__content
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 700px)
{
.contentgroup--inline .contentgroup__content
{
display:block
}
}
.contentgroup--inline .contentgroup__image-wrapper,.contentgroup--inline .contentgroup__body-wrapper
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
@media only screen and (max-width: 700px)
{
.contentgroup--inline .contentgroup__image-wrapper,.contentgroup--inline .contentgroup__body-wrapper
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
}
.contentgroup--inline.contentgroup--regular .contentgroup__body-wrapper
{
padding:30px
}
@media only screen and (max-width: 700px)
{
.contentgroup--inline.contentgroup--regular .contentgroup__body-wrapper
{
padding:15px
}
}
.contentgroup--inline.contentgroup--card .contentgroup__body-wrapper
{
padding:60px
}
@media only screen and (max-width: 700px)
{
.contentgroup--inline.contentgroup--card .contentgroup__body-wrapper
{
padding:30px
}
}
.contentgroup--inline .contentgroup__image-wrapper
{
-webkit-align-self:stretch;
-moz-align-self:stretch;
-ms-align-self:stretch;
-ms-flex-item-align:stretch;
-ms-flex-align:stretch;
align-self:stretch;
min-height:500px
}
@media only screen and (max-width: 900px)
{
.contentgroup--inline .contentgroup__image-wrapper
{
min-height:400px
}
}
@media only screen and (max-width: 700px)
{
.contentgroup--inline .contentgroup__image-wrapper
{
min-height:300px
}
}
.contentgroup--inline .imagewidget__image
{
object-fit:cover;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0
}
.row--style-light .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--style-accent .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--style-dark .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.contentgroup--card .contentgroup__body-wrapper
{
padding:10px 30px 30px
}
.row--style-light .contentgroup--card .contentgroup__heading,.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--style-accent .contentgroup--card .contentgroup__heading,.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--style-dark .contentgroup--card .contentgroup__heading,.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--style-light .contentgroup--card .contentgroup__body,.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-accent .contentgroup--card .contentgroup__body,.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-dark .contentgroup--card .contentgroup__body,.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-light .contentgroup__heading
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .contentgroup__heading
{
color:#fff
}
.row--style-accent .contentgroup__heading
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .contentgroup__heading
{
color:#fff
}
.row--style-dark .contentgroup__heading
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .contentgroup__heading
{
color:#fff
}
.row--style-light .contentgroup__body
{
color:rgba(0,15,78,0.75)
}
.row--style-light.row--background-type-image .contentgroup__body
{
color:#fff
}
.row--style-accent .contentgroup__body
{
color:rgba(255,255,255,0.875)
}
.row--style-accent.row--background-type-image .contentgroup__body
{
color:#fff
}
.row--style-dark .contentgroup__body
{
color:rgba(255,255,255,0.875)
}
.row--style-dark.row--background-type-image .contentgroup__body
{
color:#fff
}
.contentgroup__link
{
display:inline-block
}
.contentgroup__heading,.contentgroup__image-wrapper,.contentgroup__body,.contentgroup__link-wrapper
{
position:relative
}
.contentgroup__link
{
text-decoration:none
}
.contentgroup--center .contentgroup__content
{
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
margin:0 auto
}
.contentgroup--right .contentgroup__content
{
webkit-box-pack:flex-end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
-ms-justify-content:flex-end;
-ms-flex-pack:flex-end;
justify-content:flex-end
}
.contentgroup:not(.contentgroup--inline):not(.contentgroup--card) .contentgroup__image-wrapper
{
line-height:0
}
.contentgroup:not(.contentgroup--inline):not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper,.contentgroup:not(.contentgroup--inline):not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__link-wrapper
{
margin-top:20px
}
@media only screen and (max-width: 700px)
{
.contentgroup:not(.contentgroup--inline):not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper,.contentgroup:not(.contentgroup--inline):not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__link-wrapper
{
margin-top:10px
}
}
.contentgroup__text-wrapper h1+.contexntgroup__body,.contentgroup__text-wrapper .contentgroup__h1+.contexntgroup__body,.contentgroup__text-wrapper h2+.contexntgroup__body,.contentgroup__text-wrapper .contentgroup__h2+.contexntgroup__body
{
margin-top:12px
}
@media only screen and (max-width: 700px)
{
.contentgroup__text-wrapper h1+.contexntgroup__body,.contentgroup__text-wrapper .contentgroup__h1+.contexntgroup__body,.contentgroup__text-wrapper h2+.contexntgroup__body,.contentgroup__text-wrapper .contentgroup__h2+.contexntgroup__body
{
margin-top:8px
}
}
.contentgroup__text-wrapper h3+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h3+.contentgroup__body,.contentgroup__text-wrapper h4+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h4+.contentgroup__body
{
margin-top:8px
}
@media only screen and (max-width: 700px)
{
.contentgroup__text-wrapper h3+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h3+.contentgroup__body,.contentgroup__text-wrapper h4+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h4+.contentgroup__body
{
margin-top:5px
}
}
.contentgroup__text-wrapper h5+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h5+.contentgroup__body,.contentgroup__text-wrapper h6+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h6+.contentgroup__body
{
margin-top:5px
}
@media only screen and (max-width: 700px)
{
.contentgroup__text-wrapper h5+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h5+.contentgroup__body,.contentgroup__text-wrapper h6+.contentgroup__body,.contentgroup__text-wrapper .contentgroup__h6+.contentgroup__body
{
margin-top:3px
}
}
.contentgroup__text-wrapper+.contentgroup__body
{
margin-top:5px
}
@media only screen and (max-width: 700px)
{
.contentgroup__text-wrapper+.contentgroup__body
{
margin-top:3px
}
}
.contentgroup__text-wrapper+.contentgroup__link-wrapper
{
margin-top:20px
}
@media only screen and (max-width: 700px)
{
.contentgroup__text-wrapper+.contentgroup__link-wrapper
{
margin-top:10px
}
}
[data-name="contentgroup"]
{
z-index:1
}
.js-texteditor-showing[data-name="contentgroup"]
{
z-index:9999
}
#migrated-site [data-name="row"] [data-name="image"] .image
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image a
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image-img
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image-img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image-img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image .image
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image .image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image .image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image .image-title
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image .image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image .image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image .image-description
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .image .image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .image .image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .bk-image
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .bk-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .bk-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__figure
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-link
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__caption
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-title
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-description
{
background-color:transparent;
position:relative;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="image"] .image-img,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image
{
display:inline-block
}
#migrated-site [data-name="row"] [data-name="image"] .image
{
margin:0;
max-height:100%
}
#migrated-site [data-name="row"] [data-name="image"] a,#migrated-site [data-name="row"] [data-name="image"] .imagewidget__image-link
{
text-decoration:none
}
#migrated-site [data-name="row"] [data-name="image"] .imagewidget__caption
{
margin:16px;
padding:0
}
#migrated-site [data-name="row"] [data-name="image"] .image-title
{
margin-bottom:0;
margin-top:0
}
#migrated-site [data-name="row"] [data-name="image"] .image-description
{
margin-bottom:0;
margin-top:4px 0
}
#migrated-site .row--style-light [data-name="image"] .image-title
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image [data-name="image"] .image-title
{
color:#fff
}
#migrated-site .row--style-accent [data-name="image"] .image-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image [data-name="image"] .image-title
{
color:#fff
}
#migrated-site .row--style-dark [data-name="image"] .image-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image [data-name="image"] .image-title
{
color:#fff
}
#migrated-site .row--style-light [data-name="image"] .image-description
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image [data-name="image"] .image-description
{
color:#fff
}
#migrated-site .row--style-accent [data-name="image"] .image-description
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image [data-name="image"] .image-description
{
color:#fff
}
#migrated-site .row--style-dark [data-name="image"] .image-description
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image [data-name="image"] .image-description
{
color:#fff
}
#migrated-site [data-name="row"] [data-name="gallery"] [data-name=gallery],#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] [data-name=gallery]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] [data-name=gallery]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] [data-name=gallery]:before,#migrated-site [data-name="row"] [data-name="gallery"] [data-name=gallery]:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] [data-name=gallery]
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget>li
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget .inner
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget img,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget img:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget img:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget img
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .image-data,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .image-data:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .image-data:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .image-data:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .image-data:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget .image-data
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .title,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .title:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .title:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget .title
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .description,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .description:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .description:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-widget .description
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .widget__gallery,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .widget__gallery:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .widget__gallery:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .widget__gallery:before,#migrated-site [data-name="row"] [data-name="gallery"] .widget__gallery:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .widget__gallery
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-list,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-list:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-list:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-list
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery-item
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__figure
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__image-link
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__image
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__caption
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__caption-link
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__image-title
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-descripton,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
transform:initial
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-descripton:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-descripton:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-descripton:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-descripton:after,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:before,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget span a:after
{
display:none;
visibility:hidden
}
#migrated-site [data-rowtype^="gallery"] .gallery__image-descripton
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site .row--layout-gallery-square .gallery-widget li
{
width:100%
}
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-item
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin:0.75%;
width:100%
}
#migrated-site .row--layout-gallery-square .gallery-widget li,#migrated-site .row--layout-gallery-square .gallery__image-link
{
background-position:center;
padding-bottom:100%;
padding-top:0
}
#migrated-site .row--layout-gallery-square .gallery-widget li:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-square .gallery-widget li:first-child:nth-last-child(n+2) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%;
max-width:33.32%;
padding-bottom:33.32%;
width:33.32%
}
}
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:31.32%;
-moz-flex-basis:31.32%;
-ms-flex-preferred-size:31.32%;
flex-basis:31.32%;
max-width:31.32%;
max-width:31.32%;
width:31.32%
}
}
#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-square .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%;
max-width:25%;
padding-bottom:25%;
width:25%
}
}
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-square:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
max-width:23.5%;
width:23.5%
}
}
#migrated-site .row--layout-gallery-square .gallery-list,#migrated-site .row--layout-gallery-square .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
margin:0 -0.75%;
padding:0;
position:relative
}
#migrated-site .row--layout-gallery-nopad .gallery-widget li
{
width:100%
}
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-item
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin:0.75%;
width:100%
}
#migrated-site .row--layout-gallery-nopad .gallery-widget li,#migrated-site .row--layout-gallery-nopad .gallery__image-link
{
background-position:center;
padding-bottom:100%;
padding-top:0
}
#migrated-site .row--layout-gallery-nopad .gallery-widget li:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-nopad .gallery-widget li:first-child:nth-last-child(n+2) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%;
max-width:33.32%;
padding-bottom:33.32%;
width:33.32%
}
}
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:31.32%;
-moz-flex-basis:31.32%;
-ms-flex-preferred-size:31.32%;
flex-basis:31.32%;
max-width:31.32%;
max-width:31.32%;
width:31.32%
}
}
#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-nopad .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%;
max-width:25%;
padding-bottom:25%;
width:25%
}
}
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-nopad:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
max-width:23.5%;
width:23.5%
}
}
#migrated-site .row--layout-gallery-nopad .gallery-list,#migrated-site .row--layout-gallery-nopad .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
margin:0 -0.75%;
padding:0;
position:relative
}
#migrated-site .row--layout-gallery-rounded .gallery-widget li
{
width:100%
}
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-item
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin:0.75%;
width:100%
}
#migrated-site .row--layout-gallery-rounded .gallery-widget li,#migrated-site .row--layout-gallery-rounded .gallery__image-link
{
background-position:center;
padding-bottom:100%;
padding-top:0
}
#migrated-site .row--layout-gallery-rounded .gallery-widget li:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-rounded .gallery-widget li:first-child:nth-last-child(n+2) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2),#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%;
max-width:33.32%;
padding-bottom:33.32%;
width:33.32%
}
}
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:31.32%;
-moz-flex-basis:31.32%;
-ms-flex-preferred-size:31.32%;
flex-basis:31.32%;
max-width:31.32%;
max-width:31.32%;
width:31.32%
}
}
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%;
max-width:25%;
padding-bottom:25%;
width:25%
}
}
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-gallery-rounded:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
max-width:23.5%;
width:23.5%
}
}
#migrated-site .row--layout-gallery-rounded .gallery-list,#migrated-site .row--layout-gallery-rounded .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
margin:0 -0.75%;
padding:0;
position:relative
}
#migrated-site .row--layout-hero-3a .gallery-widget li
{
width:100%
}
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-item
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin:0.75%;
width:100%
}
#migrated-site .row--layout-hero-3a .gallery-widget li,#migrated-site .row--layout-hero-3a .gallery__image-link
{
background-position:center;
padding-bottom:100%;
padding-top:0
}
#migrated-site .row--layout-hero-3a .gallery-widget li:first-child:nth-last-child(n+2),#migrated-site .row--layout-hero-3a .gallery-widget li:first-child:nth-last-child(n+2) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2),#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%;
max-width:33.32%;
padding-bottom:33.32%;
width:33.32%
}
}
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:31.32%;
-moz-flex-basis:31.32%;
-ms-flex-preferred-size:31.32%;
flex-basis:31.32%;
max-width:31.32%;
max-width:31.32%;
width:31.32%
}
}
#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--layout-hero-3a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%;
max-width:25%;
padding-bottom:25%;
width:25%
}
}
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--layout-hero-3a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
max-width:23.5%;
width:23.5%
}
}
#migrated-site .row--layout-hero-3a .gallery-list,#migrated-site .row--layout-hero-3a .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
margin:0 -0.75%;
padding:0;
position:relative
}
#migrated-site .row--image-text-8a .gallery-widget li
{
width:100%
}
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-item
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin:0.75%;
width:100%
}
#migrated-site .row--image-text-8a .gallery-widget li,#migrated-site .row--image-text-8a .gallery__image-link
{
background-position:center;
padding-bottom:100%;
padding-top:0
}
#migrated-site .row--image-text-8a .gallery-widget li:first-child:nth-last-child(n+2),#migrated-site .row--image-text-8a .gallery-widget li:first-child:nth-last-child(n+2) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2),#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+2) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3),#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+3) ~ li
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%;
max-width:33.32%;
padding-bottom:33.32%;
width:33.32%
}
}
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3),#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+3) ~ .gallery-item
{
-webkit-flex-basis:31.32%;
-moz-flex-basis:31.32%;
-ms-flex-preferred-size:31.32%;
flex-basis:31.32%;
max-width:31.32%;
max-width:31.32%;
width:31.32%
}
}
#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%;
max-width:50%;
padding-bottom:50%;
width:50%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4),#migrated-site .row--image-text-8a .widget.gallery .gallery-widget li:first-child:nth-last-child(n+4) ~ li
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%;
max-width:25%;
padding-bottom:25%;
width:25%
}
}
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:47.5%;
-moz-flex-basis:47.5%;
-ms-flex-preferred-size:47.5%;
flex-basis:47.5%;
max-width:47.5%;
max-width:47.5%;
width:47.5%
}
@media only screen and (min-width: 900px)
{
#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4),#migrated-site .row--image-text-8a:not(.row--layout-gallery-nopad) .gallery-list .gallery-item:first-child:nth-last-child(n+4) ~ .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
max-width:23.5%;
width:23.5%
}
}
#migrated-site .row--image-text-8a .gallery-list,#migrated-site .row--image-text-8a .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
margin:0 -0.75%;
padding:0;
position:relative
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item
{
border-radius:0;
position:relative
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link
{
background-repeat:no-repeat;
text-decoration:none
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li:hover .image-data,#migrated-site [data-name="row"] [data-name="gallery"] .gallery-item:hover .gallery__caption
{
opacity:1;
visibility:visible
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__figure
{
margin:0
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
border-radius:0;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
padding:20px;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
transition:all .3s ease;
opacity:0;
width:100%;
visibility:hidden;
z-index:1
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption
{
display:none
}
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery-widget .inner>a,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link
{
display:block
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-link
{
position:relative
}
#migrated-site [data-name="row"] [data-name="gallery"] .image-data,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link
{
line-height:1.4;
padding:0;
text-align:center
}
#migrated-site [data-name="row"] [data-name="gallery"] .gallery__caption-link
{
margin:0;
padding:0;
position:relative
}
#migrated-site [data-name="row"] [data-name="gallery"] .title,#migrated-site [data-name="row"] [data-name="gallery"] .description,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-title,#migrated-site [data-name="row"] [data-name="gallery"] .gallery__image-description
{
display:block;
margin-bottom:6px;
width:100%
}
#migrated-site .row--style-light [data-name="gallery"] .gallery-widget .title,#migrated-site .row--style-light [data-name="gallery"] .gallery__image-title
{
color:#fff
}
#migrated-site .row--style-accent [data-name="gallery"] .gallery-widget .title,#migrated-site .row--style-accent [data-name="gallery"] .gallery__image-title
{
color:#000f4e
}
#migrated-site .row--style-dark [data-name="gallery"] .gallery-widget .title,#migrated-site .row--style-dark [data-name="gallery"] .gallery__image-title
{
color:#fff
}
#migrated-site .row--style-light [data-name="gallery"] .gallery__image-description,#migrated-site .row--style-light [data-name="gallery"] .gallery-widget .description
{
color:rgba(255,255,255,0.8)
}
#migrated-site .row--style-accent [data-name="gallery"] .gallery__image-description,#migrated-site .row--style-accent [data-name="gallery"] .gallery-widget .description
{
color:rgba(0,15,78,0.8)
}
#migrated-site .row--style-dark [data-name="gallery"] .gallery__image-description,#migrated-site .row--style-dark [data-name="gallery"] .gallery-widget .description
{
color:rgba(255,255,255,0.8)
}
#migrated-site .row--style-light [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site .row--style-light [data-name="gallery"] .gallery__caption
{
background:rgba(0,15,78,0.8)
}
#migrated-site .row--style-accent [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site .row--style-accent [data-name="gallery"] .gallery__caption
{
background:rgba(255,255,255,0.8)
}
#migrated-site .row--style-dark [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site .row--style-dark [data-name="gallery"] .gallery__caption
{
background:rgba(58,153,216,0.8)
}
#migrated-site [data-name="row"] [data-name=responsiveslideshow]
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=responsiveslideshow]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=responsiveslideshow]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-widget-wrapper
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-widget-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-widget-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-widget
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-widget:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-widget:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btns-move
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btns-move:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btns-move:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-prev:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-prev:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-prev:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-prev:before
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-prev:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-prev:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-next
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-next:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-next:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-next:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-next:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-next:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-next:before
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-next:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-next:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-play
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-play:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-play:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-play:before
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-play:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-play:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .btn-play:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .btn-play:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .btn-play:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pause-toggle
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pause-toggle:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pause-toggle:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pause-toggle:before
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pause-toggle:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pause-toggle:before:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pause-toggle:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pause-toggle:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pause-toggle:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-image-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-image-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-image-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-image-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-image-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-image-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .inner
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .inner:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .inner:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .image-wrapper
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .image-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .image-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .slideshow-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .slideshow-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .slideshow-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .description
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .content-wrapper .description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-widget-controls
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-widget-controls:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-widget-controls:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slideshow-widget-controls .dot
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slideshow-widget-controls .dot:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slideshow-widget-controls .dot:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__slide-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__slide-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__slide-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__slide-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__slide-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__slide-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__figure
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__figure:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__caption
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__caption:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__image-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__image-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__image-description
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__image-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slide-navigation
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slide-navigation:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slide-navigation:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .previous-button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .previous-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .previous-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .pause-button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .pause-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .pause-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .next-button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .next-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .next-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .previous-button:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .previous-button:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .previous-button:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow .next-button:after
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow .next-button:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow .next-button:after:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__control-text
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .responsiveslideshow__control-text:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .responsiveslideshow__control-text:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .slide-pagination
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .slide-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .slide-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pagination-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pagination-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .button--pagination
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .button--pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .button--pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .responsiveslideshow__control-text
{
font-size:0;
height:0;
width:0
}
#migrated-site [data-name="row"] .slideshow-widget-controls .dot,#migrated-site [data-name="row"] .slide-pagination
{
bottom:inherit;
left:inherit;
min-height:auto;
position:relative;
right:inherit;
top:inherit
}
#migrated-site [data-name="row"] .responsiveslideshow .pagination-item
{
-webkit-flex:0;
-moz-flex:0;
-ms-flex:0;
flex:0
}
#migrated-site [data-name="row"] .responsiveslideshow
{
display:block;
height:auto;
margin:0;
padding:0
}
#migrated-site [data-name="row"] [data-name=responsiveslideshow]
{
width:100%
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .content-wrapper,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow__caption
{
background-color:rgba(0,15,78,0.75);
bottom:0;
display:block;
height:auto;
left:0;
min-height:0;
max-width:100%;
padding:0;
position:absolute;
right:0;
top:auto
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .content-wrapper:empty,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow__caption:empty
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .content-wrapper .title,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .content-wrapper .description,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow__caption .image-title,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow__caption .image-description
{
color:#fff;
display:block;
line-height:1.4;
margin:8px 0;
padding:0 16px;
text-align:left
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .content-wrapper .title+.description,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow__caption .image-title+.image-description
{
margin-top:-4px
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btns-move,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slide-navigation
{
-webkit-align-content:center;
-moz-align-content:center;
-ms-align-content:center;
-ms-flex-line-pack:center;
align-content:center;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
bottom:0;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
height:auto;
margin:0;
opacity:0;
position:absolute;
right:0;
transform:scale(1);
transition:opacity .3s ease, visibility .3s ease;
visibility:hidden;
z-index:2
}
@media (hover: none)
{
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btns-move,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slide-navigation
{
opacity:1;
visibility:visible
}
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btns-move,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slide-navigation
{
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between;
left:0;
top:0
}
@media (hover: none)
{
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btns-move,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slide-navigation
{
display:none
}
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget:hover .btn-play,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget:hover .btns-move,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .responsiveslideshow:hover .slide-navigation
{
opacity:1;
visibility:visible
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-prev,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-next,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .previous-button,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .next-button
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
background:none;
border-radius:0;
bottom:initial;
display:-webkit-inline-box;
display:-webkit-inline-flex;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-flex-grow:0;
-moz-flex-grow:0;
-ms-flex-grow:0;
-ms-flex-positive:0;
flex-grow:0;
height:50px;
left:initial;
margin-top:-26px;
overflow:hidden;
padding:0;
position:relative;
right:initial;
text-indent:-9999px;
transform:scale(1);
top:initial;
width:50px;
z-index:2
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-prev:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-next:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .previous-button:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .next-button:after
{
background:transparent;
content:"";
border-left:2px solid white;
border-top:2px solid white;
display:block;
margin:0 auto;
position:relative;
height:12px;
top:initial;
transition:all 0.5s ease;
width:12px;
will-change:transition;
visibility:visible
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-prev:before,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .previous-button:before
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-prev:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .previous-button:after
{
border-radius:0;
left:2px;
padding:0;
transform:rotate(-45deg)
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-next:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .next-button:after
{
border-radius:0;
left:initial;
padding:0;
right:2px;
transform:rotate(135deg)
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-next,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-prev,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .next-button,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .previous-button,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pause-toggle
{
background:rgba(0,15,78,0.75)
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pause-toggle
{
bottom:initial;
border-radius:0;
left:initial;
margin:0;
position:absolute;
right:0;
height:40px;
top:0;
width:40px
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pause-toggle:after
{
content:"";
border-left-style:solid;
border-left-width:12px;
border-left-color:white;
border-right-style:dashed;
border-right-width:0;
border-right-color:transparent;
border-top-style:dashed;
border-top-width:8px;
border-top-color:transparent;
border-bottom-style:dashed;
border-bottom-width:8px;
border-bottom-color:transparent;
border-radius:0;
box-sizing:content-box;
display:inline-block;
height:auto;
margin:0 auto;
position:absolute;
top:12px;
left:0;
right:0;
width:0;
visibility:visible
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play.pause:after,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pause-toggle.pause:after
{
border-color:white;
border-style:solid;
border-left-width:2px;
border-right-width:2px;
border-radius:0;
border-top:none;
border-bottom:none;
content:"";
height:16px;
width:8px
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .btn-play.icon--pause:before,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pause-toggle.icon--pause:before
{
border-radius:0;
content:""
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget-controls,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slide-pagination
{
display:block;
margin:16px auto;
padding:0
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget-controls,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pagination-list
{
-webkit-align-content:center;
-moz-align-content:center;
-ms-align-content:center;
-ms-flex-line-pack:center;
align-content:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
left:initial;
position:relative;
right:initial
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget-controls .dot,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .pagination-item
{
display:inline-block;
margin:0 4px
}
#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .slideshow-widget-controls .dot,#migrated-site [data-name="row"] [data-name="responsiveslideshow"] .button--pagination
{
border-radius:100px;
height:10px;
overflow:hidden;
padding:0;
text-indent:-9999px;
width:10px;
z-index:3
}
#migrated-site .row--style-light .responsiveslideshow .slideshow-widget-controls .dot,#migrated-site .row--style-light .responsiveslideshow .slide-pagination .button--pagination
{
background-color:rgba(0,15,78,0.25)
}
#migrated-site .row--style-light .responsiveslideshow .slideshow-widget-controls .dot.selected,#migrated-site .row--style-light .responsiveslideshow .slide-pagination .selected .button--pagination
{
background-color:#000f4e
}
#migrated-site .row--style-accent .responsiveslideshow .slideshow-widget-controls .dot,#migrated-site .row--style-accent .responsiveslideshow .slide-pagination .button--pagination
{
background-color:rgba(255,255,255,0.25)
}
#migrated-site .row--style-accent .responsiveslideshow .slideshow-widget-controls .dot.selected,#migrated-site .row--style-accent .responsiveslideshow .slide-pagination .selected .button--pagination
{
background-color:#fff
}
#migrated-site .row--style-dark .responsiveslideshow .slideshow-widget-controls .dot,#migrated-site .row--style-dark .responsiveslideshow .slide-pagination .button--pagination
{
background-color:rgba(255,255,255,0.25)
}
#migrated-site .row--style-dark .responsiveslideshow .slideshow-widget-controls .dot.selected,#migrated-site .row--style-dark .responsiveslideshow .slide-pagination .selected .button--pagination
{
background-color:#fff
}
#migrated-site [data-name="row"] [data-name="contactform"] form,#migrated-site [data-name="row"] [data-name="advancedcontactform"] form,#migrated-site [data-name="row"] [data-name="signupform"] form,#migrated-site [data-name="row"] [data-name="blogsearch"] form
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] fieldset,#migrated-site [data-name="row"] [data-name="advancedcontactform"] fieldset,#migrated-site [data-name="row"] [data-name="signupform"] fieldset,#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=text],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=text],#migrated-site [data-name="row"] [data-name="signupform"] input[type=text],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=text]
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=text]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=email],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=email],#migrated-site [data-name="row"] [data-name="signupform"] input[type=email],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=email]
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=email]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=search],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=search],#migrated-site [data-name="row"] [data-name="signupform"] input[type=search],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=search]
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type=search]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .input--radio,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--radio,#migrated-site [data-name="row"] [data-name="signupform"] .input--radio,#migrated-site [data-name="row"] [data-name="blogsearch"] .input--radio
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .input--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .input--checkbox:not(.js-input-checkbox),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--checkbox:not(.js-input-checkbox),#migrated-site [data-name="row"] [data-name="signupform"] .input--checkbox:not(.js-input-checkbox),#migrated-site [data-name="row"] [data-name="blogsearch"] .input--checkbox:not(.js-input-checkbox)
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .input--checkbox:not(.js-input-checkbox):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] textarea,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea,#migrated-site [data-name="row"] [data-name="signupform"] textarea,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] legend,#migrated-site [data-name="row"] [data-name="advancedcontactform"] legend,#migrated-site [data-name="row"] [data-name="signupform"] legend,#migrated-site [data-name="row"] [data-name="blogsearch"] legend
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--email,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--email,#migrated-site [data-name="row"] [data-name="signupform"] .label--email,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="signupform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--radio,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--radio,#migrated-site [data-name="row"] [data-name="signupform"] .label--radio,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="signupform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--select,#migrated-site [data-name="row"] [data-name="signupform"] .label--select,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .option-list,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-list,#migrated-site [data-name="row"] [data-name="signupform"] .option-list,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-list
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .option-item,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-item,#migrated-site [data-name="row"] [data-name="signupform"] .option-item,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-item
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .select-wrap,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .select-wrap,#migrated-site [data-name="row"] [data-name="signupform"] .select-wrap,#migrated-site [data-name="row"] [data-name="blogsearch"] .select-wrap
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .form-body,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-body,#migrated-site [data-name="row"] [data-name="signupform"] .form-body,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-body
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] .form-group,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-group,#migrated-site [data-name="row"] [data-name="signupform"] .form-group,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-group
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="contactform"] [data-name*=form] .btn,#migrated-site [data-name="row"] [data-name="advancedcontactform"] [data-name*=form] .btn,#migrated-site [data-name="row"] [data-name="signupform"] [data-name*=form] .btn,#migrated-site [data-name="row"] [data-name="blogsearch"] [data-name*=form] .btn
{
background-color:transparent;
background-image:none;
min-height:0;
max-height:100%;
outline:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
top:initial
}
#migrated-site [data-name="row"] [data-name="contactform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="contactform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="advancedcontactform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="advancedcontactform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="signupform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="signupform"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] [data-name="blogsearch"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name="blogsearch"] [data-name*=form] .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name*="form"] select,#migrated-site [data-name="row"] .advancedcontactform,#migrated-site [data-name="row"] .contactform,#migrated-site [data-name="row"] .signupform
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name*="form"] select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name*="form"] select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .advancedcontactform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .advancedcontactform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .contactform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .contactform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .signupform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .signupform:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name*="form"],#migrated-site [data-name="row"] .advancedcontactform,#migrated-site [data-name="row"] .contactform,#migrated-site [data-name="row"] .signupform
{
background-color:transparent;
background-image:none;
max-width:100%;
padding:0
}
#migrated-site [data-name="row"] .form-group:before,#migrated-site [data-name="row"] .form-group:after,#migrated-site [data-name="row"] .form-group:empty,#migrated-site [data-name="row"] [data-name="blogsearch"] legend:before,#migrated-site [data-name="row"] [data-name="blogsearch"] legend:after,#migrated-site [data-name="row"] [data-name="blogsearch"] legend:empty,#migrated-site [data-name="row"] [data-name*="form"] legend:before,#migrated-site [data-name="row"] [data-name*="form"] legend:after,#migrated-site [data-name="row"] [data-name*="form"] legend:empty
{
display:none
}
#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email:before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email:after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message:before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message:after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio:before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio:after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox:before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox:after,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select:before,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select:after,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-email"]:before,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-email"]:after,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-message"]:before,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-message"]:after,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="email"]:before,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="email"]:after,#migrated-site [data-name="row"] [data-name*="form"] .label--email:before,#migrated-site [data-name="row"] [data-name*="form"] .label--email:after,#migrated-site [data-name="row"] [data-name*="form"] .label--single-line .label--message:before,#migrated-site [data-name="row"] [data-name*="form"] .label--single-line .label--message:after,#migrated-site [data-name="row"] [data-name*="form"] .label--radio:before,#migrated-site [data-name="row"] [data-name*="form"] .label--radio:after,#migrated-site [data-name="row"] [data-name*="form"] .label--checkbox:before,#migrated-site [data-name="row"] [data-name*="form"] .label--checkbox:after,#migrated-site [data-name="row"] [data-name*="form"] .label--select:before,#migrated-site [data-name="row"] [data-name*="form"] .label--select:after,#migrated-site [data-name="row"] [data-name*="form"] [for="contactform-email"]:before,#migrated-site [data-name="row"] [data-name*="form"] [for="contactform-email"]:after,#migrated-site [data-name="row"] [data-name*="form"] [for="contactform-message"]:before,#migrated-site [data-name="row"] [data-name*="form"] [for="contactform-message"]:after,#migrated-site [data-name="row"] [data-name*="form"] [for="email"]:before,#migrated-site [data-name="row"] [data-name*="form"] [for="email"]:after
{
display:none
}
#migrated-site [data-name="row"] [data-name="blogsearch"] .label:empty,#migrated-site [data-name="row"] [data-name*="form"] .label:empty
{
display:none
}
#migrated-site [data-name="row"] [data-name="contactform"] legend,#migrated-site [data-name="row"] [data-name="contactform"] .label--email,#migrated-site [data-name="row"] [data-name="contactform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="contactform"] .label--radio,#migrated-site [data-name="row"] [data-name="contactform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="contactform"] .label--select,#migrated-site [data-name="row"] [data-name="contactform"] [for="contactform-email"],#migrated-site [data-name="row"] [data-name="contactform"] [for="contactform-message"],#migrated-site [data-name="row"] [data-name="contactform"] [for="email"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="contactform"] select,#migrated-site [data-name="row"] [data-name="contactform"] textarea,#migrated-site [data-name="row"] [data-name="contactform"] .select-wrap,#migrated-site [data-name="row"] [data-name="contactform"] .option-list,#migrated-site [data-name="row"] [data-name="advancedcontactform"] legend,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--email,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--radio,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="contactform-email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="contactform-message"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .select-wrap,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .option-list,#migrated-site [data-name="row"] [data-name="signupform"] legend,#migrated-site [data-name="row"] [data-name="signupform"] .label--email,#migrated-site [data-name="row"] [data-name="signupform"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="signupform"] .label--radio,#migrated-site [data-name="row"] [data-name="signupform"] .label--checkbox,#migrated-site [data-name="row"] [data-name="signupform"] .label--select,#migrated-site [data-name="row"] [data-name="signupform"] [for="contactform-email"],#migrated-site [data-name="row"] [data-name="signupform"] [for="contactform-message"],#migrated-site [data-name="row"] [data-name="signupform"] [for="email"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] select,#migrated-site [data-name="row"] [data-name="signupform"] textarea,#migrated-site [data-name="row"] [data-name="signupform"] .select-wrap,#migrated-site [data-name="row"] [data-name="signupform"] .option-list,#migrated-site [data-name="row"] [data-name="blogsearch"] legend,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line .label--message,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--radio,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--checkbox,#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select,#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-email"],#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-message"],#migrated-site [data-name="row"] [data-name="blogsearch"] [for="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] select,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea,#migrated-site [data-name="row"] [data-name="blogsearch"] .select-wrap,#migrated-site [data-name="row"] [data-name="blogsearch"] .option-list
{
display:block;
position:relative;
text-indent:0;
width:100%;
visibility:visible
}
#migrated-site [data-name="row"] [data-name="contactform"] legend+.form-body,#migrated-site [data-name="row"] [data-name="contactform"] .contactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="contactform"] .advancedcontactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="advancedcontactform"] legend+.form-body,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .contactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .advancedcontactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="signupform"] legend+.form-body,#migrated-site [data-name="row"] [data-name="signupform"] .contactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="signupform"] .advancedcontactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="blogsearch"] legend+.form-body,#migrated-site [data-name="row"] [data-name="blogsearch"] .contactform .form-group+.form-group,#migrated-site [data-name="row"] [data-name="blogsearch"] .advancedcontactform .form-group+.form-group
{
margin-top:16px
}
#migrated-site [data-name="row"] [data-name="contactform"] .label--email:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] .label--single-line:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] .label--message:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] .label--select:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] [for="contactform-email"]:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] [for="contactform-message"]:not(:empty),#migrated-site [data-name="row"] [data-name="contactform"] [for="email"]:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--email:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--single-line:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--message:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .label--select:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="contactform-email"]:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="contactform-message"]:not(:empty),#migrated-site [data-name="row"] [data-name="advancedcontactform"] [for="email"]:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] .label--email:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] .label--single-line:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] .label--message:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] .label--select:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] [for="contactform-email"]:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] [for="contactform-message"]:not(:empty),#migrated-site [data-name="row"] [data-name="signupform"] [for="email"]:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] .label--email:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] .label--single-line:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] .label--message:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] .label--select:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-email"]:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] [for="contactform-message"]:not(:empty),#migrated-site [data-name="row"] [data-name="blogsearch"] [for="email"]:not(:empty)
{
margin-bottom:8px;
padding:0
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="contactform"] textarea,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea,#migrated-site [data-name="row"] [data-name="signupform"] input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] textarea,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] textarea
{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:6px 10px
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type="text"]:focus,#migrated-site [data-name="row"] [data-name="contactform"] input[type="email"]:focus,#migrated-site [data-name="row"] [data-name="contactform"] input[type="search"]:focus,#migrated-site [data-name="row"] [data-name="contactform"] textarea:focus,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="text"]:focus,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="email"]:focus,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="search"]:focus,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea:focus,#migrated-site [data-name="row"] [data-name="signupform"] input[type="text"]:focus,#migrated-site [data-name="row"] [data-name="signupform"] input[type="email"]:focus,#migrated-site [data-name="row"] [data-name="signupform"] input[type="search"]:focus,#migrated-site [data-name="row"] [data-name="signupform"] textarea:focus,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="text"]:focus,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="email"]:focus,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="search"]:focus,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea:focus
{
border-color:#129fea;
box-shadow:none;
outline:0
}
#migrated-site [data-name="row"] [data-name="contactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="contactform"] select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] select,#migrated-site [data-name="row"] [data-name="signupform"] input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] select,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] select
{
height:50px;
line-height:50px;
padding:8px;
text-indent:8px
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="contactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="contactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="contactform"] select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="text"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="email"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] input[type="search"],#migrated-site [data-name="row"] [data-name="advancedcontactform"] select,#migrated-site [data-name="row"] [data-name="signupform"] input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] select,#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] select
{
height:45px;
line-height:45px
}
}
#migrated-site [data-name="row"] [data-name="contactform"] select,#migrated-site [data-name="row"] [data-name="advancedcontactform"] select,#migrated-site [data-name="row"] [data-name="signupform"] select,#migrated-site [data-name="row"] [data-name="blogsearch"] select
{
background-position:98% center;
line-height:1;
z-index:1
}
#migrated-site [data-name="row"] [data-name="contactform"] textarea,#migrated-site [data-name="row"] [data-name="advancedcontactform"] textarea,#migrated-site [data-name="row"] [data-name="signupform"] textarea,#migrated-site [data-name="row"] [data-name="blogsearch"] textarea
{
min-height:150px
}
#migrated-site [data-name="row"] [data-name="contactform"] .btn,#migrated-site [data-name="row"] [data-name="contactform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="contactform"] .button,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .btn,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .button,#migrated-site [data-name="row"] [data-name="signupform"] .btn,#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="signupform"] .button,#migrated-site [data-name="row"] [data-name="blogsearch"] .btn,#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="blogsearch"] .button
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
height:50px;
line-height:1;
min-height:auto;
margin-top:0;
padding:8px 16px;
text-indent:0;
width:auto
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="contactform"] .btn,#migrated-site [data-name="row"] [data-name="contactform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="contactform"] .button,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .btn,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .button,#migrated-site [data-name="row"] [data-name="signupform"] .btn,#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="signupform"] .button,#migrated-site [data-name="row"] [data-name="blogsearch"] .btn,#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-submit-button,#migrated-site [data-name="row"] [data-name="blogsearch"] .button
{
height:45px;
padding:8px 12px
}
}
#migrated-site [data-name="row"] [data-name="contactform"] .advancedcontactform__option-list,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .advancedcontactform__option-list,#migrated-site [data-name="row"] [data-name="signupform"] .advancedcontactform__option-list,#migrated-site [data-name="row"] [data-name="blogsearch"] .advancedcontactform__option-list
{
margin-bottom:8px
}
#migrated-site [data-name="row"] [data-name="contactform"] .advancedcontactform__option-list .input,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .advancedcontactform__option-list .input,#migrated-site [data-name="row"] [data-name="signupform"] .advancedcontactform__option-list .input,#migrated-site [data-name="row"] [data-name="blogsearch"] .advancedcontactform__option-list .input
{
margin-right:8px;
min-height:0;
width:auto
}
#migrated-site [data-name="row"] [data-name="contactform"] .advancedcontactform__option-list .option-item,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .advancedcontactform__option-list .option-item,#migrated-site [data-name="row"] [data-name="signupform"] .advancedcontactform__option-list .option-item,#migrated-site [data-name="row"] [data-name="blogsearch"] .advancedcontactform__option-list .option-item
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
margin-bottom:0;
margin-top:0;
width:100%
}
#migrated-site [data-name="row"] [data-name="contactform"] .advancedcontactform__option-list .option-item:not(:last-child),#migrated-site [data-name="row"] [data-name="advancedcontactform"] .advancedcontactform__option-list .option-item:not(:last-child),#migrated-site [data-name="row"] [data-name="signupform"] .advancedcontactform__option-list .option-item:not(:last-child),#migrated-site [data-name="row"] [data-name="blogsearch"] .advancedcontactform__option-list .option-item:not(:last-child)
{
margin-right:8px
}
#migrated-site [data-name="row"] [data-name="contactform"] .form-group,#migrated-site [data-name="row"] [data-name="advancedcontactform"] .form-group
{
display:block
}
#migrated-site [data-name="row"] [data-name="signupform"] fieldset>.form-group input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] fieldset>.form-group input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] fieldset>.form-group input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form>.form-group input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form>.form-group input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form>.form-group input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] .signupform__form-group input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] .signupform__form-group input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] .signupform__form-group input[type="search"],#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__form-group input[type="text"],#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__form-group input[type="email"],#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__form-group input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset>.form-group input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset>.form-group input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset>.form-group input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form>.form-group input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form>.form-group input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form>.form-group input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__form-group input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__form-group input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__form-group input[type="search"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__form-group input[type="text"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__form-group input[type="email"],#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__form-group input[type="search"]
{
padding:8px;
text-indent:8px
}
#migrated-site [data-name="row"] [data-name="signupform"] .signupform__form-group,#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__form-group,#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__form-group,#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__form-group
{
display:block;
margin:0
}
#migrated-site [data-name="row"] [data-name="signupform"] .signupform__form-group:first-child,#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__form-group:first-child,#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__form-group:first-child,#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__form-group:first-child
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto
}
#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form .blog-search-input,#migrated-site [data-name="row"] [data-name="signupform"] fieldset>.form-group input,#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form .blog-search-input,#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset>.form-group input
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
width:auto
}
#migrated-site [data-name="row"] [data-name="signupform"] fieldset>.form-group .label,#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form label,#migrated-site [data-name="row"] [data-name="signupform"] .blog-search-form .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary [data-name="signupform"] .blog-search-form .cell--header,#migrated-site [data-name="row"] [data-name="signupform"] .signupform__label,#migrated-site [data-name="row"] [data-name="signupform"] .blogsearch__label,#migrated-site [data-name="row"] [data-name="blogsearch"] fieldset>.form-group .label,#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form label,#migrated-site [data-name="row"] [data-name="blogsearch"] .blog-search-form .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary [data-name="blogsearch"] .blog-search-form .cell--header,#migrated-site [data-name="row"] [data-name="blogsearch"] .signupform__label,#migrated-site [data-name="row"] [data-name="blogsearch"] .blogsearch__label
{
display:block;
width:100%
}
#migrated-site [data-name="row"] .row__container>[data-name="signupform"] fieldset>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blog-search-form>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .signupform__form-body,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blogsearch__form-body,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] fieldset>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blog-search-form>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .signupform__form-body,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blogsearch__form-body,#migrated-site [data-name="row"] [class*="columns-two"] fieldset>.form-group,#migrated-site [data-name="row"] [class*="columns-two"] .blog-search-form>.form-group,#migrated-site [data-name="row"] [class*="columns-two"] .signupform__form-body,#migrated-site [data-name="row"] [class*="columns-two"] .blogsearch__form-body
{
-webkit-align-items:flex-end;
-moz-align-items:flex-end;
-ms-align-items:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex
}
#migrated-site [data-name="row"] .row__container>[data-name="signupform"] fieldset>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blog-search-form>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] fieldset>.form-group,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blog-search-form>.form-group,#migrated-site [data-name="row"] [class*="columns-two"] fieldset>.form-group,#migrated-site [data-name="row"] [class*="columns-two"] .blog-search-form>.form-group
{
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .signupform__form-body,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blogsearch__form-body,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .signupform__form-body,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blogsearch__form-body,#migrated-site [data-name="row"] [class*="columns-two"] .signupform__form-body,#migrated-site [data-name="row"] [class*="columns-two"] .blogsearch__form-body
{
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .btn,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blog-search-submit-button,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .button,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .btn,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blog-search-submit-button,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .button,#migrated-site [data-name="row"] [class*="columns-two"] .btn,#migrated-site [data-name="row"] [class*="columns-two"] .blog-search-submit-button,#migrated-site [data-name="row"] [class*="columns-two"] .button
{
margin:0 0 0 8px
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .btn,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .blog-search-submit-button,#migrated-site [data-name="row"] .row__container>[data-name="signupform"] .button,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .btn,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .blog-search-submit-button,#migrated-site [data-name="row"] .row__container>[data-name="blogsearch"] .button,#migrated-site [data-name="row"] [class*="columns-two"] .btn,#migrated-site [data-name="row"] [class*="columns-two"] .blog-search-submit-button,#migrated-site [data-name="row"] [class*="columns-two"] .button
{
margin:0
}
}
#migrated-site [data-name="row"] [class*="columns-three"] fieldset>.form-group,#migrated-site [data-name="row"] [class*="columns-three"] .blog-search-form>.form-group,#migrated-site [data-name="row"] [class*="columns-three"] .signupform__form-body,#migrated-site [data-name="row"] [class*="columns-three"] .blogsearch__form-body,#migrated-site [data-name="row"] [class*="columns-four"] fieldset>.form-group,#migrated-site [data-name="row"] [class*="columns-four"] .blog-search-form>.form-group,#migrated-site [data-name="row"] [class*="columns-four"] .signupform__form-body,#migrated-site [data-name="row"] [class*="columns-four"] .blogsearch__form-body
{
display:block
}
#migrated-site [data-name="row"] [class*="columns-three"] .blog-search-form .blog-search-input,#migrated-site [data-name="row"] [class*="columns-three"] fieldset>.form-group input,#migrated-site [data-name="row"] [class*="columns-four"] .blog-search-form .blog-search-input,#migrated-site [data-name="row"] [class*="columns-four"] fieldset>.form-group input
{
width:100%
}
#migrated-site [data-name="row"] [class*="columns-three"] .btn,#migrated-site [data-name="row"] [class*="columns-three"] .blog-search-submit-button,#migrated-site [data-name="row"] [class*="columns-three"] .button,#migrated-site [data-name="row"] [class*="columns-four"] .btn,#migrated-site [data-name="row"] [class*="columns-four"] .blog-search-submit-button,#migrated-site [data-name="row"] [class*="columns-four"] .button
{
margin:8px 0 0;
width:100%
}
#migrated-site [data-name="row"] [data-name*="form"] [class*="form-group--terms"]:not(.js-recaptcha)
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
margin:8px 0;
position:relative
}
.row--style-light #migrated-site .row--style-light [data-name*="form"] legend,.row--style-light #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-light #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-light #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-light .form__link
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name*="form"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-light .form__link
{
color:#fff
}
.row--style-accent #migrated-site .row--style-light [data-name*="form"] legend,.row--style-accent #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-accent #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-accent #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-light .form__link
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name*="form"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-light .form__link
{
color:#fff
}
.row--style-dark #migrated-site .row--style-light [data-name*="form"] legend,.row--style-dark #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-dark #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-dark #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-light .form__link
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name*="form"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-light [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-light .form__link
{
color:#fff
}
.row--style-light #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-light #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-light #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-light #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-accent .form__link
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-accent .form__link
{
color:#fff
}
.row--style-accent #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-accent #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-accent #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-accent #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-accent .form__link
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-accent .form__link
{
color:#fff
}
.row--style-dark #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-dark #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-dark #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-dark #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-accent .form__link
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-accent [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-accent .form__link
{
color:#fff
}
.row--style-light #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-light #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-light #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-light #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-light #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-light #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light #migrated-site .row--style-dark .form__link
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-light.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-light.row--background-type-image #migrated-site .row--style-dark .form__link
{
color:#fff
}
.row--style-accent #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-accent #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-accent #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-accent #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-accent #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-accent #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent #migrated-site .row--style-dark .form__link
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-accent.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-accent.row--background-type-image #migrated-site .row--style-dark .form__link
{
color:#fff
}
.row--style-dark #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-dark #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-dark #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-dark #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-dark #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-dark #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark #migrated-site .row--style-dark .form__link
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] legend,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name*="form"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name*="form"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomproductslist"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomproductslist"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] label,[data-name="row"] .ecombasketsummary .row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark [data-name="ecomfeaturedproducts"] [data-name="row"] .ecombasketsummary .cell--header,.row--style-dark.row--background-type-image #migrated-site [data-name="row"] .ecombasketsummary .row--style-dark [data-name="ecomfeaturedproducts"] .cell--header,.row--style-dark.row--background-type-image #migrated-site .row--style-dark .form__link
{
color:#fff
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"],#migrated-site .row--style-light [data-name*="form"] input[type="email"],#migrated-site .row--style-light [data-name*="form"] input[type="search"],#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input,#migrated-site .row--style-light [data-name*="form"] textarea,#migrated-site .row--style-light [data-name*="form"] select,#migrated-site .row--style-light [data-name="ecomproductslist"] select,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]
{
background-color:#ededed;
border:1px solid #e0e0e0;
color:#000f4e
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"],#migrated-site .row--style-accent [data-name*="form"] input[type="email"],#migrated-site .row--style-accent [data-name*="form"] input[type="search"],#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input,#migrated-site .row--style-accent [data-name*="form"] textarea,#migrated-site .row--style-accent [data-name*="form"] select,#migrated-site .row--style-accent [data-name="ecomproductslist"] select,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]
{
background-color:#fff;
border:1px solid #f2f2f2;
color:#000f4e
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"],#migrated-site .row--style-dark [data-name*="form"] input[type="email"],#migrated-site .row--style-dark [data-name*="form"] input[type="search"],#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input,#migrated-site .row--style-dark [data-name*="form"] textarea,#migrated-site .row--style-dark [data-name*="form"] select,#migrated-site .row--style-dark [data-name="ecomproductslist"] select,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]
{
background-color:#fff;
border:1px solid #f2f2f2;
color:#000f4e
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"]::-webkit-input-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="email"]::-webkit-input-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="search"]::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input::-webkit-input-placeholder,#migrated-site .row--style-light [data-name*="form"] textarea::-webkit-input-placeholder,#migrated-site .row--style-light [data-name*="form"] select::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] select::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select::-webkit-input-placeholder,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]::-webkit-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"]::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="email"]::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="search"]::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] textarea::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] select::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] select::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select::-webkit-input-placeholder,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]::-webkit-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"]::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="email"]::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="search"]::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] textarea::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] select::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] select::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select::-webkit-input-placeholder,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]::-webkit-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"]:-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="email"]:-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="search"]:-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input:-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] textarea:-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] select:-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] select:-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select:-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select:-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select:-moz-placeholder,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]:-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"]:-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="email"]:-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="search"]:-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input:-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] textarea:-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] select:-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] select:-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select:-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select:-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select:-moz-placeholder,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]:-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"]:-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="email"]:-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="search"]:-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input:-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] textarea:-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] select:-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] select:-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select:-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select:-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select:-moz-placeholder,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]:-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"]::-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="email"]::-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="search"]::-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input::-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] textarea::-moz-placeholder,#migrated-site .row--style-light [data-name*="form"] select::-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] select::-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select::-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select::-moz-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select::-moz-placeholder,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]::-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"]::-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="email"]::-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="search"]::-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input::-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] textarea::-moz-placeholder,#migrated-site .row--style-accent [data-name*="form"] select::-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] select::-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select::-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select::-moz-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select::-moz-placeholder,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]::-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"]::-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="email"]::-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="search"]::-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input::-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] textarea::-moz-placeholder,#migrated-site .row--style-dark [data-name*="form"] select::-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] select::-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select::-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select::-moz-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select::-moz-placeholder,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]::-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"]:-ms-input-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="email"]:-ms-input-placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="search"]:-ms-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input:-ms-input-placeholder,#migrated-site .row--style-light [data-name*="form"] textarea:-ms-input-placeholder,#migrated-site .row--style-light [data-name*="form"] select:-ms-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] select:-ms-input-placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select:-ms-input-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select:-ms-input-placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select:-ms-input-placeholder,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]:-ms-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"]:-ms-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="email"]:-ms-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="search"]:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input:-ms-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] textarea:-ms-input-placeholder,#migrated-site .row--style-accent [data-name*="form"] select:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] select:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select:-ms-input-placeholder,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]:-ms-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"]:-ms-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="email"]:-ms-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="search"]:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input:-ms-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] textarea:-ms-input-placeholder,#migrated-site .row--style-dark [data-name*="form"] select:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] select:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select:-ms-input-placeholder,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]:-ms-input-placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-light [data-name*="form"] input[type="text"]::placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="email"]::placeholder,#migrated-site .row--style-light [data-name*="form"] input[type="search"]::placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form input::placeholder,#migrated-site .row--style-light [data-name*="form"] textarea::placeholder,#migrated-site .row--style-light [data-name*="form"] select::placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] select::placeholder,#migrated-site .row--style-light [data-name="ecomproductslist"] .productlist-display-form select::placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecomproduct__select::placeholder,#migrated-site .row--style-light [data-name="ecomproduct"] .ecom-product-variation select::placeholder,#migrated-site .row--style-light [data-name="blogsearch"] input[type="search"]::placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-accent [data-name*="form"] input[type="text"]::placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="email"]::placeholder,#migrated-site .row--style-accent [data-name*="form"] input[type="search"]::placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form input::placeholder,#migrated-site .row--style-accent [data-name*="form"] textarea::placeholder,#migrated-site .row--style-accent [data-name*="form"] select::placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] select::placeholder,#migrated-site .row--style-accent [data-name="ecomproductslist"] .productlist-display-form select::placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecomproduct__select::placeholder,#migrated-site .row--style-accent [data-name="ecomproduct"] .ecom-product-variation select::placeholder,#migrated-site .row--style-accent [data-name="blogsearch"] input[type="search"]::placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--style-dark [data-name*="form"] input[type="text"]::placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="email"]::placeholder,#migrated-site .row--style-dark [data-name*="form"] input[type="search"]::placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form input::placeholder,#migrated-site .row--style-dark [data-name*="form"] textarea::placeholder,#migrated-site .row--style-dark [data-name*="form"] select::placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] select::placeholder,#migrated-site .row--style-dark [data-name="ecomproductslist"] .productlist-display-form select::placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecomproduct__select::placeholder,#migrated-site .row--style-dark [data-name="ecomproduct"] .ecom-product-variation select::placeholder,#migrated-site .row--style-dark [data-name="blogsearch"] input[type="search"]::placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site [data-name="row"] .map
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .map:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .map:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .map__embed-wrap
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .map__embed-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .map__embed-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name=map]
{
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=map]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=map]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
[data-name="map"]
{
line-height:0
}
#migrated-site [data-name="row"] [data-name=socialicons]
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=socialicons]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=socialicons]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .socialicons
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .socialicons:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .socialicons:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .icons
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .icons:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .icons:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [class^=bk-socialicons]
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [class^=bk-socialicons]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [class^=bk-socialicons]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [class^=bk-socialicons] a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [class^=bk-socialicons] a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [class^=bk-socialicons] a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .social-list
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .social-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .social-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .social-item
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .social-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .social-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .social-link
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .social-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .social-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .social-name
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .social-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .social-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site .row--style-light [data-name="socialicons"] .icons a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-light .social-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#3a99d8;
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent [data-name="socialicons"] .icons a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-accent .social-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#000f4e;
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark [data-name="socialicons"] .icons a:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--style-dark .social-link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background-color:#3a99d8;
color:#fff;
fill:#fff
}
#migrated-site .row--style-light [data-name="socialicons"] a:before,#migrated-site .row--style-light [data-name="socialicons"] a:after
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent [data-name="socialicons"] a:before,#migrated-site .row--style-accent [data-name="socialicons"] a:after
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark [data-name="socialicons"] a:before,#migrated-site .row--style-dark [data-name="socialicons"] a:after
{
color:#fff;
fill:#fff
}
#migrated-site [data-name="row"] [data-name=twitter]
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name=twitter]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=twitter]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter>li
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter>li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter>li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-profile-pic
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-profile-pic:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-profile-pic:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter a
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter img
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter img:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content a
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content .bk-full-name
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content .bk-full-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content .bk-full-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content p
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content span
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content time
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content time:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content time:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter-content .created_at
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter-content .created_at:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter-content .created_at:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-list
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .tweet-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-item
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .tweet-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .avatar
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .avatar:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .avatar:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .avatar-link
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .avatar-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .avatar-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .avatar-image
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .avatar-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .avatar-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-wrap
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .tweet-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .account-link
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .account-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .account-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .account-name
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .account-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .account-name:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-content
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .tweet-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-metadata
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .tweet-metadata:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .tweet-metadata:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .timestamp
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .timestamp:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .timestamp:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .via
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .via:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .via:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .twitter .retweeted-by
{
background:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .twitter .retweeted-by:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .twitter .retweeted-by:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .tweet-item:before,#migrated-site [data-name="row"] .tweet-item:after,#migrated-site [data-name="row"] .tweet-content:before,#migrated-site [data-name="row"] .tweet-content:after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-profile-pic,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .avatar
{
all:unset;
height:auto;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-profile-pic a img,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .avatar .avatar-image
{
height:auto;
width:48px
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-profile-pic a img,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .avatar .avatar-image
{
width:42px
}
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-content,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .tweet-wrap
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
margin-left:24px;
max-width:100%;
padding:0
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-content,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .tweet-wrap
{
margin-left:20px
}
}
#migrated-site [data-name="row"] [data-name="twitter"] .account-link
{
line-height:0
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-content>a,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .tweet-content .account-link .account-name
{
display:block;
margin-bottom:12px;
padding-bottom:0
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="twitter"] .twitter .twitter-content>a,#migrated-site [data-name="row"] [data-name="twitter"] .twitter .tweet-content .account-link .account-name
{
margin-bottom:8px
}
}
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-left:-20px;
margin-right:-20px
}
@media only screen and (max-width: 900px)
{
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list
{
display:block;
margin:0
}
}
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-item
{
box-shadow:none;
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
margin:0 auto;
max-width:680px;
min-height:auto;
outline:0;
padding:12px
}
@media only screen and (max-width: 900px)
{
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-item
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
padding:0
}
}
@media only screen and (min-width: 900px)
{
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+2),#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+2) ~ li,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+2),#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+2) ~ .tweet-item
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
}
@media only screen and (min-width: 900px)
{
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+3),#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+3) ~ li,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+3),#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+3) ~ .tweet-item
{
-webkit-flex-basis:33.333%;
-moz-flex-basis:33.333%;
-ms-flex-preferred-size:33.333%;
flex-basis:33.333%;
max-width:33.333%
}
}
#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+4),#migrated-site [data-name="row"] [data-name="twitter"] ul.twitter>li:first-child:nth-last-child(n+4) ~ li,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+4),#migrated-site [data-name="row"] [data-name="twitter"] .tweet-list>.tweet-item:first-child:nth-last-child(n+4) ~ .tweet-item
{
margin:0 0 24px
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content .bk-full-name,#migrated-site [data-name="row"] [data-name="twitter"] .account-name
{
line-height:1
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content>a
{
line-height:1.4
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content p,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-content
{
line-height:1.6;
margin-bottom:12px
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content p a,#migrated-site [data-name="row"] [data-name="twitter"] .tweet-content a
{
font-size:inherit;
line-height:1.2
}
#migrated-site [data-name="row"] [data-name="twitter"] .created_at,#migrated-site [data-name="row"] [data-name="twitter"] .created_at+span,#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content span a,#migrated-site [data-name="row"] [data-name="twitter"] .twitter__timestamp,#migrated-site [data-name="row"] [data-name="twitter"] .via,#migrated-site [data-name="row"] [data-name="twitter"] .via+a,#migrated-site [data-name="row"] [data-name="twitter"] .retweeted-by
{
display:inline-block;
font-size:14px;
line-height:1.4
}
#migrated-site [data-name="row"] [data-name="twitter"] .twitter-content .created_at,#migrated-site [data-name="row"] [data-name="twitter"] .twitter__timestamp
{
margin:0 2px 2px 0
}
#migrated-site .row--style-light .tweet-item,#migrated-site .row--style-light .twitter>li
{
border:inherit;
border-color:#ebebeb
}
#migrated-site .row--style-accent .tweet-item,#migrated-site .row--style-accent .twitter>li
{
border:inherit;
border-color:#2784c3
}
#migrated-site .row--style-dark .tweet-item,#migrated-site .row--style-dark .twitter>li
{
border:inherit;
border-color:#001777
}
#migrated-site .row--style-light .twitter .twitter-content a,#migrated-site .row--style-light .twitter .twitter-content a span,#migrated-site .row--style-light .twitter .twitter-content p a,#migrated-site .row--style-light .twitter__account-name,#migrated-site .row--style-light .tweet-content a,#migrated-site .row--style-light .retweeted-by
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content a,#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content a span,#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content p a,#migrated-site .row--style-light.row--background-type-image .twitter__account-name,#migrated-site .row--style-light.row--background-type-image .tweet-content a,#migrated-site .row--style-light.row--background-type-image .retweeted-by
{
color:#fff
}
#migrated-site .row--style-accent .twitter .twitter-content a,#migrated-site .row--style-accent .twitter .twitter-content a span,#migrated-site .row--style-accent .twitter .twitter-content p a,#migrated-site .row--style-accent .twitter__account-name,#migrated-site .row--style-accent .tweet-content a,#migrated-site .row--style-accent .retweeted-by
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content a,#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content a span,#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content p a,#migrated-site .row--style-accent.row--background-type-image .twitter__account-name,#migrated-site .row--style-accent.row--background-type-image .tweet-content a,#migrated-site .row--style-accent.row--background-type-image .retweeted-by
{
color:#fff
}
#migrated-site .row--style-dark .twitter .twitter-content a,#migrated-site .row--style-dark .twitter .twitter-content a span,#migrated-site .row--style-dark .twitter .twitter-content p a,#migrated-site .row--style-dark .twitter__account-name,#migrated-site .row--style-dark .tweet-content a,#migrated-site .row--style-dark .retweeted-by
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content a,#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content a span,#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content p a,#migrated-site .row--style-dark.row--background-type-image .twitter__account-name,#migrated-site .row--style-dark.row--background-type-image .tweet-content a,#migrated-site .row--style-dark.row--background-type-image .retweeted-by
{
color:#fff
}
#migrated-site .row--style-light .twitter .twitter-content p,#migrated-site .row--style-light .twitter .twitter-content time,#migrated-site .row--style-light .twitter .twitter-content span,#migrated-site .row--style-light .twitter .twitter-content span a,#migrated-site .row--style-light .tweet-content,#migrated-site .row--style-light .via
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content p,#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content time,#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content span,#migrated-site .row--style-light.row--background-type-image .twitter .twitter-content span a,#migrated-site .row--style-light.row--background-type-image .tweet-content,#migrated-site .row--style-light.row--background-type-image .via
{
color:#fff
}
#migrated-site .row--style-accent .twitter .twitter-content p,#migrated-site .row--style-accent .twitter .twitter-content time,#migrated-site .row--style-accent .twitter .twitter-content span,#migrated-site .row--style-accent .twitter .twitter-content span a,#migrated-site .row--style-accent .tweet-content,#migrated-site .row--style-accent .via
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content p,#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content time,#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content span,#migrated-site .row--style-accent.row--background-type-image .twitter .twitter-content span a,#migrated-site .row--style-accent.row--background-type-image .tweet-content,#migrated-site .row--style-accent.row--background-type-image .via
{
color:#fff
}
#migrated-site .row--style-dark .twitter .twitter-content p,#migrated-site .row--style-dark .twitter .twitter-content time,#migrated-site .row--style-dark .twitter .twitter-content span,#migrated-site .row--style-dark .twitter .twitter-content span a,#migrated-site .row--style-dark .tweet-content,#migrated-site .row--style-dark .via
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content p,#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content time,#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content span,#migrated-site .row--style-dark.row--background-type-image .twitter .twitter-content span a,#migrated-site .row--style-dark.row--background-type-image .tweet-content,#migrated-site .row--style-dark.row--background-type-image .via
{
color:#fff
}
#migrated-site [data-name="row"] [data-name=line],#migrated-site [data-name="row"] [data-name=line]:before,#migrated-site [data-name="row"] [data-name=line]:after
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .line__rule,#migrated-site [data-name="row"] .line__rule:before,#migrated-site [data-name="row"] .line__rule:after
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .line,#migrated-site [data-name="row"] .line:before,#migrated-site [data-name="row"] .line:after
{
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site .row--style-light hr.rule,#migrated-site .row--style-light hr.line
{
background:rgba(0,15,78,0.35)
}
#migrated-site .row--style-accent hr.rule,#migrated-site .row--style-accent hr.line
{
background:rgba(255,255,255,0.35)
}
#migrated-site .row--style-dark hr.rule,#migrated-site .row--style-dark hr.line
{
background:rgba(255,255,255,0.35)
}
#migrated-site [data-name="row"] [data-name=blogpostlist]
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=blogpostlist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=blogpostlist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-feature-image-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-feature-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-feature-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-feature-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;

text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-feature-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-feature-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-title a
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-title a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-title a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-summary
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-summary:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-summary:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-summary p
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-summary p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-summary p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-more-link a
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-more-link a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-more-link a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecombasket-pull
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasket-pull:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecombasket-pull:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecombasket-summary-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasket-summary-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecombasket-summary-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-body
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-date
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-date:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-date:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-published-date
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-published-date:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-published-date:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-list-footer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-list-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-list-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-pagination-page
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-pagination-page:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-pagination-page:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-home-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}

#migrated-site [data-name="row"] .blog-home-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-home-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-items
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-items:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-items:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__post-article
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__post-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__post-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__image-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-content
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-header
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .title-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-meta
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-meta:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-meta:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-excerpt
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-excerpt:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-excerpt:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-excerpt p
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-excerpt p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-excerpt p:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-excerpt .read-more
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-excerpt .read-more:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-excerpt .read-more:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-footer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__timestamp
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__timestamp:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__timestamp:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-list-footer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-list-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-list-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .post-pagination
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .post-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .post-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pagination-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .pagination-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpostlist__button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpostlist__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-more-link a,#migrated-site [data-name="row"] .blog-post-more-link a:hover,#migrated-site [data-name="row"] .blogpostlist__read-more,#migrated-site [data-name="row"] .blogpostlist__read-more:hover
{
background-image:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-more-link a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-more-link a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .blog-post-more-link a:hover:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-more-link a:hover:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .blogpostlist__read-more:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__read-more:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .blogpostlist__read-more:hover:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpostlist__read-more:hover:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-more-link a,#migrated-site [data-name="row"] .blog-post-more-link a:hover,#migrated-site [data-name="row"] .blogpostlist__read-more,#migrated-site [data-name="row"] .blogpostlist__read-more:hover
{
display:inline-block;
line-height:inherit;
margin-top:8px;
padding:8px 16px
}
#migrated-site [data-name="row"] .blog-post-item,#migrated-site [data-name="row"] .post-items
{
padding-left:0;
padding-right:0
}
#migrated-site [data-name="row"] .blog-post-pagination-page:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] .blog-post-pagination-page:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] .button--pagination:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site [data-name="row"] .button--pagination:hover:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
display:inline-block;
padding:8px 16px
}
#migrated-site .row--style-light .blogpostlist__post-article,#migrated-site .row--style-light .blog-post-item
{
border-color:#ebebeb
}
#migrated-site .row--style-accent .blogpostlist__post-article,#migrated-site .row--style-accent .blog-post-item
{
border-color:#2784c3
}
#migrated-site .row--style-dark .blogpostlist__post-article,#migrated-site .row--style-dark .blog-post-item
{
border-color:#000725
}
#migrated-site .row--style-light .blogpostlist__read-more,#migrated-site .row--style-light .blogpostlist__timestamp
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .blogpostlist__read-more,#migrated-site .row--style-light.row--background-type-image .blogpostlist__timestamp
{
color:#fff
}
#migrated-site .row--style-accent .blogpostlist__read-more,#migrated-site .row--style-accent .blogpostlist__timestamp
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .blogpostlist__read-more,#migrated-site .row--style-accent.row--background-type-image .blogpostlist__timestamp
{
color:#fff
}
#migrated-site .row--style-dark .blogpostlist__read-more,#migrated-site .row--style-dark .blogpostlist__timestamp
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .blogpostlist__read-more,#migrated-site .row--style-dark.row--background-type-image .blogpostlist__timestamp
{
color:#fff
}
#migrated-site .row--style-light .blogpostlist__post-excerpt,#migrated-site .row--style-light .blogpostlist__post-excerpt p
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .blogpostlist__post-excerpt,#migrated-site .row--style-light.row--background-type-image .blogpostlist__post-excerpt p
{
color:#fff
}
#migrated-site .row--style-accent .blogpostlist__post-excerpt,#migrated-site .row--style-accent .blogpostlist__post-excerpt p
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .blogpostlist__post-excerpt,#migrated-site .row--style-accent.row--background-type-image .blogpostlist__post-excerpt p
{
color:#fff
}
#migrated-site .row--style-dark .blogpostlist__post-excerpt,#migrated-site .row--style-dark .blogpostlist__post-excerpt p
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .blogpostlist__post-excerpt,#migrated-site .row--style-dark.row--background-type-image .blogpostlist__post-excerpt p
{
color:#fff
}
#migrated-site [data-name="row"] [data-name=blogpost]:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=blogpost]:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=blogpost]:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-feature-image-wrap:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-feature-image-wrap:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-feature-image-wrap:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-feature-image:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-feature-image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-feature-image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-title-content-wrap:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-title-content-wrap:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-title-content-wrap:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-title:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-summary:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-summary:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-summary:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-more-link:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-more-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-more-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-item:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-content:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-content:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-content:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-metadata:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-metadata:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-metadata:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-category:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-category:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-category:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-category a:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-category a:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-category a:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-category-label:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-category-label:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-category-label:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-publish-date:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-publish-date:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-publish-date:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-tags:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-tags:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-tags:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-tags-label:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-tags-label:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-tags-label:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-tags-list:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-tags-list:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-tags-list:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-tag:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-tag:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-tag:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-tag a:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-tag a:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-tag a:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-sharing .btn:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-sharing .btn:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-sharing .btn:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-sharing .btn span:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-sharing .btn span:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-sharing .btn span:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blog-post-sharing:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-article:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-article:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-article:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-image:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__image-link:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__image-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__image-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__image:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__image:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-content:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-content:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-content:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-header:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-header:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-header:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-title:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-meta:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-meta:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-meta:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-body:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-body:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-body:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-footer:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-footer:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-footer:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__timestamp:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__timestamp:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__timestamp:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-attributes:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-attributes:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-attributes:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-category:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-category:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-category:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__category-title:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__category-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__category-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__category-link:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__category-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__category-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__post-tag:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__post-tag:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__post-tag:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__tags-title:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__tags-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__tags-title:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__tag-list:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__tag-list:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__tag-list:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__tag-item:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__tag-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__tag-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__tag-link:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__tag-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__tag-link:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__tag-text:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__tag-text:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__tag-text:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__sharing-links:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__sharing-links:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__sharing-links:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__network-item:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__network-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__network-item:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blogpost__button:not(.blogpost__image-link)
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .blogpost__button:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .blogpost__button:not(.blogpost__image-link):not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .blog-post-item
{
padding-left:0;
padding-right:0
}
#migrated-site .row--style-light .blog-post-title,#migrated-site .row--style-light .blog-post-publish-date,#migrated-site .row--style-light .blog-post-category-label,#migrated-site .row--style-light .blog-post-tags-label,#migrated-site .row--style-light .blogpost__post-title,#migrated-site .row--style-light .blogpost__timestamp,#migrated-site .row--style-light .blogpost__category-title,#migrated-site .row--style-light .blogpost__tags-title
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .blog-post-title,#migrated-site .row--style-light.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-light.row--background-type-image .blog-post-category-label,#migrated-site .row--style-light.row--background-type-image .blog-post-tags-label,#migrated-site .row--style-light.row--background-type-image .blogpost__post-title,#migrated-site .row--style-light.row--background-type-image .blogpost__timestamp,#migrated-site .row--style-light.row--background-type-image .blogpost__category-title,#migrated-site .row--style-light.row--background-type-image .blogpost__tags-title
{
color:#fff
}
#migrated-site .row--style-accent .blog-post-title,#migrated-site .row--style-accent .blog-post-publish-date,#migrated-site .row--style-accent .blog-post-category-label,#migrated-site .row--style-accent .blog-post-tags-label,#migrated-site .row--style-accent .blogpost__post-title,#migrated-site .row--style-accent .blogpost__timestamp,#migrated-site .row--style-accent .blogpost__category-title,#migrated-site .row--style-accent .blogpost__tags-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .blog-post-title,#migrated-site .row--style-accent.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-accent.row--background-type-image .blog-post-category-label,#migrated-site .row--style-accent.row--background-type-image .blog-post-tags-label,#migrated-site .row--style-accent.row--background-type-image .blogpost__post-title,#migrated-site .row--style-accent.row--background-type-image .blogpost__timestamp,#migrated-site .row--style-accent.row--background-type-image .blogpost__category-title,#migrated-site .row--style-accent.row--background-type-image .blogpost__tags-title
{
color:#fff
}
#migrated-site .row--style-dark .blog-post-title,#migrated-site .row--style-dark .blog-post-publish-date,#migrated-site .row--style-dark .blog-post-category-label,#migrated-site .row--style-dark .blog-post-tags-label,#migrated-site .row--style-dark .blogpost__post-title,#migrated-site .row--style-dark .blogpost__timestamp,#migrated-site .row--style-dark .blogpost__category-title,#migrated-site .row--style-dark .blogpost__tags-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .blog-post-title,#migrated-site .row--style-dark.row--background-type-image .blog-post-publish-date,#migrated-site .row--style-dark.row--background-type-image .blog-post-category-label,#migrated-site .row--style-dark.row--background-type-image .blog-post-tags-label,#migrated-site .row--style-dark.row--background-type-image .blogpost__post-title,#migrated-site .row--style-dark.row--background-type-image .blogpost__timestamp,#migrated-site .row--style-dark.row--background-type-image .blogpost__category-title,#migrated-site .row--style-dark.row--background-type-image .blogpost__tags-title
{
color:#fff
}
#migrated-site .row--style-light .blog-post-content,#migrated-site .row--style-light .blog-post-content p,#migrated-site .row--style-light .blog-post-content a,#migrated-site .row--style-light .blog-post-category a,#migrated-site .row--style-light .blog-post-tag a,#migrated-site .row--style-light .blogpost__post-body,#migrated-site .row--style-light .blogpost__post-body p,#migrated-site .row--style-light .blogpost__post-body a,#migrated-site .row--style-light .blogpost__category-text,#migrated-site .row--style-light .blogpost__tag-text
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .blog-post-content,#migrated-site .row--style-light.row--background-type-image .blog-post-content p,#migrated-site .row--style-light.row--background-type-image .blog-post-content a,#migrated-site .row--style-light.row--background-type-image .blog-post-category a,#migrated-site .row--style-light.row--background-type-image .blog-post-tag a,#migrated-site .row--style-light.row--background-type-image .blogpost__post-body,#migrated-site .row--style-light.row--background-type-image .blogpost__post-body p,#migrated-site .row--style-light.row--background-type-image .blogpost__post-body a,#migrated-site .row--style-light.row--background-type-image .blogpost__category-text,#migrated-site .row--style-light.row--background-type-image .blogpost__tag-text
{
color:#fff
}
#migrated-site .row--style-accent .blog-post-content,#migrated-site .row--style-accent .blog-post-content p,#migrated-site .row--style-accent .blog-post-content a,#migrated-site .row--style-accent .blog-post-category a,#migrated-site .row--style-accent .blog-post-tag a,#migrated-site .row--style-accent .blogpost__post-body,#migrated-site .row--style-accent .blogpost__post-body p,#migrated-site .row--style-accent .blogpost__post-body a,#migrated-site .row--style-accent .blogpost__category-text,#migrated-site .row--style-accent .blogpost__tag-text
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .blog-post-content,#migrated-site .row--style-accent.row--background-type-image .blog-post-content p,#migrated-site .row--style-accent.row--background-type-image .blog-post-content a,#migrated-site .row--style-accent.row--background-type-image .blog-post-category a,#migrated-site .row--style-accent.row--background-type-image .blog-post-tag a,#migrated-site .row--style-accent.row--background-type-image .blogpost__post-body,#migrated-site .row--style-accent.row--background-type-image .blogpost__post-body p,#migrated-site .row--style-accent.row--background-type-image .blogpost__post-body a,#migrated-site .row--style-accent.row--background-type-image .blogpost__category-text,#migrated-site .row--style-accent.row--background-type-image .blogpost__tag-text
{
color:#fff
}
#migrated-site .row--style-dark .blog-post-content,#migrated-site .row--style-dark .blog-post-content p,#migrated-site .row--style-dark .blog-post-content a,#migrated-site .row--style-dark .blog-post-category a,#migrated-site .row--style-dark .blog-post-tag a,#migrated-site .row--style-dark .blogpost__post-body,#migrated-site .row--style-dark .blogpost__post-body p,#migrated-site .row--style-dark .blogpost__post-body a,#migrated-site .row--style-dark .blogpost__category-text,#migrated-site .row--style-dark .blogpost__tag-text
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .blog-post-content,#migrated-site .row--style-dark.row--background-type-image .blog-post-content p,#migrated-site .row--style-dark.row--background-type-image .blog-post-content a,#migrated-site .row--style-dark.row--background-type-image .blog-post-category a,#migrated-site .row--style-dark.row--background-type-image .blog-post-tag a,#migrated-site .row--style-dark.row--background-type-image .blogpost__post-body,#migrated-site .row--style-dark.row--background-type-image .blogpost__post-body p,#migrated-site .row--style-dark.row--background-type-image .blogpost__post-body a,#migrated-site .row--style-dark.row--background-type-image .blogpost__category-text,#migrated-site .row--style-dark.row--background-type-image .blogpost__tag-text
{
color:#fff
}
#migrated-site [data-name="row"] [data-name=ecomproduct]
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=ecomproduct]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=ecomproduct]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-images-container
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-images-container:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-images-container:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-preview-image-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-preview-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-preview-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-preview-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-preview-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-preview-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-image-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-image-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-image-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-image-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-info
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-price
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-variation
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-variation:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-variation:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-vartitle
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-vartitle:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-vartitle:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-variation select
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-variation select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-variation select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn-wrapper
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-add-to-cart-btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn-wrapper
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn-wrapper:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-go-to-checkout-btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-cattag
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-cattag:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-cattag:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-category
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-tag
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-tag:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-tag:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-tag a
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-tag a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-tag a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-long-description
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-long-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-long-description:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-product-tax-explainer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-product-tax-explainer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-product-tax-explainer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-article
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-images
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-images:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-images:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__image-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-gallery
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-gallery:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-gallery:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__gallery-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__gallery-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__gallery-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__image-button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__image-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__image-button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-images
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-images:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-images:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-content
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-content:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-header
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-price
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tax-note
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tax-note:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tax-note:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-availability
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-availability:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-availability:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-body
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-actions
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-actions:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-actions:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__form
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__fieldset
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__fieldset:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__legend
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__form-body
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__form-group
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__label
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__select-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__select
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__view-basket-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__view-basket-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__view-basket-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-attributes
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-attributes:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-attributes:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-category
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-attribute-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-attribute-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-attribute-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__category-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__category-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__category-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__product-tags
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__product-tags:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__product-tags:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tags-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tags-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tags-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tag-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tag-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tag-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tag-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tag-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tag-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tag-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tag-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tag-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproduct__tax-explainer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproduct__tax-explainer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproduct__tax-explainer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site .row--style-light .ecom-product-title,#migrated-site .row--style-light .ecom-product-price,#migrated-site .row--style-light .ecom-product-category,#migrated-site .row--style-light .ecom-product-tag,#migrated-site .row--style-light .ecom-product-vartitle,#migrated-site .row--style-light .ecomproduct__product-title,#migrated-site .row--style-light .ecomproduct__product-price,#migrated-site .row--style-light .ecomproduct__legend,#migrated-site .row--style-light .ecomproduct__label,#migrated-site .row--style-light .ecomproduct__product-attribute-title,#migrated-site .row--style-light .ecomproduct__tags-title
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .ecom-product-title,#migrated-site .row--style-light.row--background-type-image .ecom-product-price,#migrated-site .row--style-light.row--background-type-image .ecom-product-category,#migrated-site .row--style-light.row--background-type-image .ecom-product-tag,#migrated-site .row--style-light.row--background-type-image .ecom-product-vartitle,#migrated-site .row--style-light.row--background-type-image .ecomproduct__product-title,#migrated-site .row--style-light.row--background-type-image .ecomproduct__product-price,#migrated-site .row--style-light.row--background-type-image .ecomproduct__legend,#migrated-site .row--style-light.row--background-type-image .ecomproduct__label,#migrated-site .row--style-light.row--background-type-image .ecomproduct__product-attribute-title,#migrated-site .row--style-light.row--background-type-image .ecomproduct__tags-title
{
color:#fff
}
#migrated-site .row--style-accent .ecom-product-title,#migrated-site .row--style-accent .ecom-product-price,#migrated-site .row--style-accent .ecom-product-category,#migrated-site .row--style-accent .ecom-product-tag,#migrated-site .row--style-accent .ecom-product-vartitle,#migrated-site .row--style-accent .ecomproduct__product-title,#migrated-site .row--style-accent .ecomproduct__product-price,#migrated-site .row--style-accent .ecomproduct__legend,#migrated-site .row--style-accent .ecomproduct__label,#migrated-site .row--style-accent .ecomproduct__product-attribute-title,#migrated-site .row--style-accent .ecomproduct__tags-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .ecom-product-title,#migrated-site .row--style-accent.row--background-type-image .ecom-product-price,#migrated-site .row--style-accent.row--background-type-image .ecom-product-category,#migrated-site .row--style-accent.row--background-type-image .ecom-product-tag,#migrated-site .row--style-accent.row--background-type-image .ecom-product-vartitle,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__product-title,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__product-price,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__legend,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__label,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__product-attribute-title,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__tags-title
{
color:#fff
}
#migrated-site .row--style-dark .ecom-product-title,#migrated-site .row--style-dark .ecom-product-price,#migrated-site .row--style-dark .ecom-product-category,#migrated-site .row--style-dark .ecom-product-tag,#migrated-site .row--style-dark .ecom-product-vartitle,#migrated-site .row--style-dark .ecomproduct__product-title,#migrated-site .row--style-dark .ecomproduct__product-price,#migrated-site .row--style-dark .ecomproduct__legend,#migrated-site .row--style-dark .ecomproduct__label,#migrated-site .row--style-dark .ecomproduct__product-attribute-title,#migrated-site .row--style-dark .ecomproduct__tags-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .ecom-product-title,#migrated-site .row--style-dark.row--background-type-image .ecom-product-price,#migrated-site .row--style-dark.row--background-type-image .ecom-product-category,#migrated-site .row--style-dark.row--background-type-image .ecom-product-tag,#migrated-site .row--style-dark.row--background-type-image .ecom-product-vartitle,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__product-title,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__product-price,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__legend,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__label,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__product-attribute-title,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__tags-title
{
color:#fff
}
#migrated-site .row--style-light .ecom-product-long-description,#migrated-site .row--style-light .store-category-link,#migrated-site .row--style-light .ecom-product-tag-link,#migrated-site .row--style-light .product-body,#migrated-site .row--style-light .ecomproduct__category-link,#migrated-site .row--style-light .ecomproduct__tag-link
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .ecom-product-long-description,#migrated-site .row--style-light.row--background-type-image .store-category-link,#migrated-site .row--style-light.row--background-type-image .ecom-product-tag-link,#migrated-site .row--style-light.row--background-type-image .product-body,#migrated-site .row--style-light.row--background-type-image .ecomproduct__category-link,#migrated-site .row--style-light.row--background-type-image .ecomproduct__tag-link
{
color:#fff
}
#migrated-site .row--style-accent .ecom-product-long-description,#migrated-site .row--style-accent .store-category-link,#migrated-site .row--style-accent .ecom-product-tag-link,#migrated-site .row--style-accent .product-body,#migrated-site .row--style-accent .ecomproduct__category-link,#migrated-site .row--style-accent .ecomproduct__tag-link
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .ecom-product-long-description,#migrated-site .row--style-accent.row--background-type-image .store-category-link,#migrated-site .row--style-accent.row--background-type-image .ecom-product-tag-link,#migrated-site .row--style-accent.row--background-type-image .product-body,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__category-link,#migrated-site .row--style-accent.row--background-type-image .ecomproduct__tag-link
{
color:#fff
}
#migrated-site .row--style-dark .ecom-product-long-description,#migrated-site .row--style-dark .store-category-link,#migrated-site .row--style-dark .ecom-product-tag-link,#migrated-site .row--style-dark .product-body,#migrated-site .row--style-dark .ecomproduct__category-link,#migrated-site .row--style-dark .ecomproduct__tag-link
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .ecom-product-long-description,#migrated-site .row--style-dark.row--background-type-image .store-category-link,#migrated-site .row--style-dark.row--background-type-image .ecom-product-tag-link,#migrated-site .row--style-dark.row--background-type-image .product-body,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__category-link,#migrated-site .row--style-dark.row--background-type-image .ecomproduct__tag-link
{
color:#fff
}
#migrated-site [data-name="row"] [data-name=ecomproductslist]
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=ecomproductslist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=ecomproductslist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name=ecomfeaturedproducts]
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] [data-name=ecomfeaturedproducts]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=ecomfeaturedproducts]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-products
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-products:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-products:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-filter
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-filter:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-filter:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form .form-group
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form .form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form .productlist-sort
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form .productlist-sort:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form .productlist-sort:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form label,#migrated-site [data-name="row"] .productlist-display-form .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .productlist-display-form .cell--header
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form .ecombasketsummary .cell--header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecombasketsummary .productlist-display-form .cell--header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .productlist-display-form .ecombasketsummary .cell--header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after,#migrated-site [data-name="row"] .ecombasketsummary .productlist-display-form .cell--header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form select
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form input
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form input:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form input:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-display-form .btn
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-display-form .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-display-form .btn:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-item-count
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-item-count:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-item-count:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-product
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-product a
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-product a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-product a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-image-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productlist-info
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productlist-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productlist-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productslist-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productslist-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productslist-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-productlist-price
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-productlist-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-productlist-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination-pages
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination-pages:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination-pages:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination-page
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination-page:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination-page:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination-page.current
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination-page.current:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination-page.current:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination-page span
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination-page span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination-page span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .productlist-pagination-page a
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .productlist-pagination-page a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .productlist-pagination-page a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomfeaturedproducts
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomfeaturedproducts:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomfeaturedproducts:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .listing-section
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .listing-section:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .listing-section:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .listing-header
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .listing-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .listing-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .listing-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .listing-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .listing-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__product-filters
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__product-filters:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__product-filters:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__form
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__form:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__fieldset--search
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__fieldset--search:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__fieldset--search:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__legend
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__legend:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__form-body
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__form-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__form-group
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__form-group:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__label
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__label:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__input
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__input:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__input:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__button--clear
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__button--clear:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__button--clear:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__fieldset--filters
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__fieldset--filters:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__fieldset--filters:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__select-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__select-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__select
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__select:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__listing-order
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__listing-order:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__listing-order:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .listing-body
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .listing-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .listing-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item-article
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item-article:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-header
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-header:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-product
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-product:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-image-wrap
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-image-wrap:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-info
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-info:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecom-featuredproducts-price
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecom-featuredproducts-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecom-featuredproducts-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__image-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__image-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomfeaturedproducts__image-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__image
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomfeaturedproducts__image:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item-details
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item-details:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item-details:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item-title
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item-title:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__title-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__title-link
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomfeaturedproducts__title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomfeaturedproducts__title-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-item-price
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .product-item-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-item-price:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__listing-footer
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__listing-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__listing-footer:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__post-pagination
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__post-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__post-pagination:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-list
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__pagination-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-item
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__pagination-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-item.current
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__pagination-item.current:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__pagination-item.current:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__button
{
background-color:transparent;
background-image:none;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecomproductslist__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomproductslist__button:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomproductslist__button
{
text-indent:0;
width:auto
}
#migrated-site [data-name="row"] .ecom-productslist-title,#migrated-site [data-name="row"] .ecom-productlist-price,#migrated-site [data-name="row"] .ecom-featuredproducts-price,#migrated-site [data-name="row"] .listing-order,#migrated-site [data-name="row"] .ecomproductslist__form,#migrated-site [data-name="row"] .ecomfeaturedproducts__title-link,#migrated-site [data-name="row"] .ecom-productslist-title,#migrated-site [data-name="row"] .product-item-price
{
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0
}
#migrated-site [data-name="row"] .ecomproductslist__select-wrap
{
max-width:100%;
padding:0
}
#migrated-site .row--style-light .ecom-productslist-title,#migrated-site .row--style-light .ecomfeaturedproducts__title-link,#migrated-site .row--style-light .ecom-productslist-title
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-light.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-light.row--background-type-image .ecom-productslist-title
{
color:#fff
}
#migrated-site .row--style-accent .ecom-productslist-title,#migrated-site .row--style-accent .ecomfeaturedproducts__title-link,#migrated-site .row--style-accent .ecom-productslist-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-accent.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-accent.row--background-type-image .ecom-productslist-title
{
color:#fff
}
#migrated-site .row--style-dark .ecom-productslist-title,#migrated-site .row--style-dark .ecomfeaturedproducts__title-link,#migrated-site .row--style-dark .ecom-productslist-title
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .ecom-productslist-title,#migrated-site .row--style-dark.row--background-type-image .ecomfeaturedproducts__title-link,#migrated-site .row--style-dark.row--background-type-image .ecom-productslist-title
{
color:#fff
}
#migrated-site .row--style-light .ecom-productlist-price,#migrated-site .row--style-light .ecom-featuredproducts-price,#migrated-site .row--style-light .listing-order,#migrated-site .row--style-light .product-item-price
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-light.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-light.row--background-type-image .listing-order,#migrated-site .row--style-light.row--background-type-image .product-item-price
{
color:#fff
}
#migrated-site .row--style-accent .ecom-productlist-price,#migrated-site .row--style-accent .ecom-featuredproducts-price,#migrated-site .row--style-accent .listing-order,#migrated-site .row--style-accent .product-item-price
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-accent.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-accent.row--background-type-image .listing-order,#migrated-site .row--style-accent.row--background-type-image .product-item-price
{
color:#fff
}
#migrated-site .row--style-dark .ecom-productlist-price,#migrated-site .row--style-dark .ecom-featuredproducts-price,#migrated-site .row--style-dark .listing-order,#migrated-site .row--style-dark .product-item-price
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .ecom-productlist-price,#migrated-site .row--style-dark.row--background-type-image .ecom-featuredproducts-price,#migrated-site .row--style-dark.row--background-type-image .listing-order,#migrated-site .row--style-dark.row--background-type-image .product-item-price
{
color:#fff
}
#migrated-site [data-name="row"] [data-name=ecomcategorieslist]
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] [data-name=ecomcategorieslist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] [data-name=ecomcategorieslist]:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category h3
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category-items
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category-items:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category-items:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category-items li
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category-items li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category-items li:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category-items li a
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category-items li a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category-items li a:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .product-category-items li a span
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .product-category-items li a span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .product-category-items li a span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .ecomcategorieslist
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .ecomcategorieslist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .ecomcategorieslist:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-list-body
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-list-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-list-body:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-list-body h3
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-list-body h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-list-body h3:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-list
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-list:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-item
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-item:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-link
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-link:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] .category-link span
{
background-color:transparent;
border:none;
box-shadow:none;
outline:0;
text-decoration:none;
text-shadow:none;
height:auto;
margin:0;
max-height:initial;
max-width:initial;
padding:0;
position:relative;
width:auto
}
#migrated-site [data-name="row"] .category-link span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):before,#migrated-site [data-name="row"] .category-link span:not(.icon):not(.ecombasket-remove-button):not(.ecombasket__item-remove) :not(.paypal.button):not(.social-link):after
{
display:none;
visibility:hidden
}
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category h3,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list-body h3
{
margin-bottom:16px;
padding:0;
text-align:left
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category h3,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list-body h3
{
margin-bottom:8px
}
}
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
list-style:none;
padding:0
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list
{
display:block
}
}
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li:not(:last-child),#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .category-item:not(:last-child)
{
margin-right:24px
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li:not(:last-child),#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .category-item:not(:last-child)
{
margin-right:0
}
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .category-item
{
width:100%
}
}
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li a,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li a:hover,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .category-link,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .category-link:hover
{
background:transparent;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between;
line-height:1.6;
padding:8px 0
}
#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .category-list .item-count,#migrated-site [data-name="row"] [data-name="ecomcategorieslist"] .product-category-items li a span
{
margin-left:8px;
position:relative;
right:initial
}
#migrated-site [data-name="row"] [data-name=ecombasketsummary]
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-title
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-items-table
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-items-column
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-details-column
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-amount-column
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary tbody
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary tr
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary th
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary td
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__tax-note
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-amount-column
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-items
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-items .image-wrap
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-items .image
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-product-info
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-productname
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-pricepu
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantity
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantity-text
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantitybtn
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantitybtn .btn
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantitybtn .quantity-number
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-adjustment-notice
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-amount
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-subtotal
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary form
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-continue-shopping
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-submit
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-empty-copy
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-empty-copy p .ecombasketsummary
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-section
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-title
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-table
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-body
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__table-row
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__cell
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary .tax-note
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__table-row
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-item-link
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__image
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-item-title
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-item-link
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__quantity-wrap
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .quantity-minus
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .quantity-field
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .quantity-plus
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-item-price
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-item-total
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__table-row--adjustment-notice
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__adjustment-notice
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__total-value
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__summary-form
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__continue-shopping
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__button
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__message
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .ecombasketsummary__message p
{
background-color:transparent;
background-image:none;
box-shadow:none;
max-height:none;
max-width:100%;
text-decoration:none;
text-shadow:none
}
#migrated-site [data-name="row"] .basket-summary-quantitybtn .btn,#migrated-site [data-name="row"] .basket-summary-quantitybtn .quantity-number,#migrated-site [data-name="row"] .basket-summary-quantitybtn,#migrated-site [data-name="row"] .quantity-field,#migrated-site [data-name="row"] .quantity-minus,#migrated-site [data-name="row"] .quantity-plus
{
border:none;
outline:0
}
#migrated-site [data-name="row"] .basket-summary-items .image
{
margin:0;
max-height:100%;
max-width:100%
}
#migrated-site [data-name="row"] .basket-summary-continue-shopping,#migrated-site [data-name="row"] .ecombasketsummary__continue-shopping
{
display:inline-block;
min-height:0
}
#migrated-site .row--style-light .basket-summary-items-table,#migrated-site .row--style-light .basket-summary-items-table tbody,#migrated-site .row--style-light .basket-summary-items-table tr,#migrated-site .row--style-light .basket-summary-items-table th,#migrated-site .row--style-light .basket-summary-items-table td,#migrated-site .row--style-light .ecombasketsummary__summary-table,#migrated-site .row--style-light .ecombasketsummary__summary-body,#migrated-site .row--style-light .ecombasketsummary__table-row,#migrated-site .row--style-light .ecombasketsummary__cell
{
border-color:rgba(0,15,78,0.25);
outline-color:rgba(0,15,78,0.25)
}
#migrated-site .row--style-accent .basket-summary-items-table,#migrated-site .row--style-accent .basket-summary-items-table tbody,#migrated-site .row--style-accent .basket-summary-items-table tr,#migrated-site .row--style-accent .basket-summary-items-table th,#migrated-site .row--style-accent .basket-summary-items-table td,#migrated-site .row--style-accent .ecombasketsummary__summary-table,#migrated-site .row--style-accent .ecombasketsummary__summary-body,#migrated-site .row--style-accent .ecombasketsummary__table-row,#migrated-site .row--style-accent .ecombasketsummary__cell
{
border-color:rgba(255,255,255,0.25);
outline-color:rgba(255,255,255,0.25)
}
#migrated-site .row--style-dark .basket-summary-items-table,#migrated-site .row--style-dark .basket-summary-items-table tbody,#migrated-site .row--style-dark .basket-summary-items-table tr,#migrated-site .row--style-dark .basket-summary-items-table th,#migrated-site .row--style-dark .basket-summary-items-table td,#migrated-site .row--style-dark .ecombasketsummary__summary-table,#migrated-site .row--style-dark .ecombasketsummary__summary-body,#migrated-site .row--style-dark .ecombasketsummary__table-row,#migrated-site .row--style-dark .ecombasketsummary__cell
{
border-color:rgba(255,255,255,0.25);
outline-color:rgba(255,255,255,0.25)
}
#migrated-site .row--style-light .ecombasketsummary__summary-item-link,#migrated-site .row--style-light .ecombasketsummary__order-total,#migrated-site .row--style-light .ecombasketsummary__total-value,#migrated-site .row--style-light .basket-summary-items-column,#migrated-site .row--style-light .basket-summary-amount-column,#migrated-site .row--style-light .basket-summary-productname,#migrated-site .row--style-light .basket-summary-amount,#migrated-site .row--style-light .basket-summary-subtotal
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .ecombasketsummary__summary-item-link,#migrated-site .row--style-light.row--background-type-image .ecombasketsummary__order-total,#migrated-site .row--style-light.row--background-type-image .ecombasketsummary__total-value,#migrated-site .row--style-light.row--background-type-image .basket-summary-items-column,#migrated-site .row--style-light.row--background-type-image .basket-summary-amount-column,#migrated-site .row--style-light.row--background-type-image .basket-summary-productname,#migrated-site .row--style-light.row--background-type-image .basket-summary-amount,#migrated-site .row--style-light.row--background-type-image .basket-summary-subtotal
{
color:#fff
}
#migrated-site .row--style-accent .ecombasketsummary__summary-item-link,#migrated-site .row--style-accent .ecombasketsummary__order-total,#migrated-site .row--style-accent .ecombasketsummary__total-value,#migrated-site .row--style-accent .basket-summary-items-column,#migrated-site .row--style-accent .basket-summary-amount-column,#migrated-site .row--style-accent .basket-summary-productname,#migrated-site .row--style-accent .basket-summary-amount,#migrated-site .row--style-accent .basket-summary-subtotal
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .ecombasketsummary__summary-item-link,#migrated-site .row--style-accent.row--background-type-image .ecombasketsummary__order-total,#migrated-site .row--style-accent.row--background-type-image .ecombasketsummary__total-value,#migrated-site .row--style-accent.row--background-type-image .basket-summary-items-column,#migrated-site .row--style-accent.row--background-type-image .basket-summary-amount-column,#migrated-site .row--style-accent.row--background-type-image .basket-summary-productname,#migrated-site .row--style-accent.row--background-type-image .basket-summary-amount,#migrated-site .row--style-accent.row--background-type-image .basket-summary-subtotal
{
color:#fff
}
#migrated-site .row--style-dark .ecombasketsummary__summary-item-link,#migrated-site .row--style-dark .ecombasketsummary__order-total,#migrated-site .row--style-dark .ecombasketsummary__total-value,#migrated-site .row--style-dark .basket-summary-items-column,#migrated-site .row--style-dark .basket-summary-amount-column,#migrated-site .row--style-dark .basket-summary-productname,#migrated-site .row--style-dark .basket-summary-amount,#migrated-site .row--style-dark .basket-summary-subtotal
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .ecombasketsummary__summary-item-link,#migrated-site .row--style-dark.row--background-type-image .ecombasketsummary__order-total,#migrated-site .row--style-dark.row--background-type-image .ecombasketsummary__total-value,#migrated-site .row--style-dark.row--background-type-image .basket-summary-items-column,#migrated-site .row--style-dark.row--background-type-image .basket-summary-amount-column,#migrated-site .row--style-dark.row--background-type-image .basket-summary-productname,#migrated-site .row--style-dark.row--background-type-image .basket-summary-amount,#migrated-site .row--style-dark.row--background-type-image .basket-summary-subtotal
{
color:#fff
}
#migrated-site .row--style-light .quantity-field,#migrated-site .row--style-light .ecombasketsummary__summary-item-price,#migrated-site .row--style-light .ecombasketsummary__summary-item-total,#migrated-site .row--style-light .basket-summary-pricepu,#migrated-site .row--style-light .quantity-number
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .quantity-field,#migrated-site .row--style-light.row--background-type-image .ecombasketsummary__summary-item-price,#migrated-site .row--style-light.row--background-type-image .ecombasketsummary__summary-item-total,#migrated-site .row--style-light.row--background-type-image .basket-summary-pricepu,#migrated-site .row--style-light.row--background-type-image .quantity-number
{
color:#fff
}
#migrated-site .row--style-accent .quantity-field,#migrated-site .row--style-accent .ecombasketsummary__summary-item-price,#migrated-site .row--style-accent .ecombasketsummary__summary-item-total,#migrated-site .row--style-accent .basket-summary-pricepu,#migrated-site .row--style-accent .quantity-number
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .quantity-field,#migrated-site .row--style-accent.row--background-type-image .ecombasketsummary__summary-item-price,#migrated-site .row--style-accent.row--background-type-image .ecombasketsummary__summary-item-total,#migrated-site .row--style-accent.row--background-type-image .basket-summary-pricepu,#migrated-site .row--style-accent.row--background-type-image .quantity-number
{
color:#fff
}
#migrated-site .row--style-dark .quantity-field,#migrated-site .row--style-dark .ecombasketsummary__summary-item-price,#migrated-site .row--style-dark .ecombasketsummary__summary-item-total,#migrated-site .row--style-dark .basket-summary-pricepu,#migrated-site .row--style-dark .quantity-number
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .quantity-field,#migrated-site .row--style-dark.row--background-type-image .ecombasketsummary__summary-item-price,#migrated-site .row--style-dark.row--background-type-image .ecombasketsummary__summary-item-total,#migrated-site .row--style-dark.row--background-type-image .basket-summary-pricepu,#migrated-site .row--style-dark.row--background-type-image .quantity-number
{
color:#fff
}
[data-name="row"] .row--layout-reverse .responsivecolumns,#migrated-site .row--layout-reverse .responsivecolumns
{
-webkit-box-orient:row-reverse;
-webkit-box-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-moz-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.row--layout-stacked .responsivecolumns,#migrated-site .row--layout-stacked .responsivecolumns
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.row--layout-stacked .column,#migrated-site .row--layout-stacked .column
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
width:100%
}
.row--layout-stacked .column+.column,#migrated-site .row--layout-stacked .column+.column
{
padding-top:2rem
}
[class*='row--contact-3'] [data-name="contentgroup"]+[data-name="companyaddress"],[class*='row--contact-3'] [data-name="contentgroup"]+[data-name="emaildisplay"],[class*='row--contact-3'] [data-name="contentgroup"]+[data-name="clicktocall"],#migrated-site [class*='row--contact-3'] [data-name="contentgroup"]+[data-name="companyaddress"],#migrated-site [class*='row--contact-3'] [data-name="contentgroup"]+[data-name="emaildisplay"],#migrated-site [class*='row--contact-3'] [data-name="contentgroup"]+[data-name="clicktocall"],[class*='row--contact-4'] [data-name="contentgroup"]+[data-name="companyaddress"],[class*='row--contact-4'] [data-name="contentgroup"]+[data-name="emaildisplay"],[class*='row--contact-4'] [data-name="contentgroup"]+[data-name="clicktocall"],#migrated-site [class*='row--contact-4'] [data-name="contentgroup"]+[data-name="companyaddress"],#migrated-site [class*='row--contact-4'] [data-name="contentgroup"]+[data-name="emaildisplay"],#migrated-site [class*='row--contact-4'] [data-name="contentgroup"]+[data-name="clicktocall"]
{
margin-top:0
}
.row--layout-contact-5a .contentgroup__image-wrapper,#migrated-site .row--layout-contact-5a .contentgroup__image-wrapper
{
padding:30px 30px 0
}
.row--layout-contact-5a .imagewidget__image-link,#migrated-site .row--layout-contact-5a .imagewidget__image-link
{
width:auto
}
.row--layout-contact-5a [data-name="contentgroup"]+[data-name="companyaddress"],.row--layout-contact-5a [data-name="contentgroup"]+[data-name="emaildisplay"],.row--layout-contact-5a [data-name="contentgroup"]+[data-name="clicktocall"],#migrated-site .row--layout-contact-5a [data-name="contentgroup"]+[data-name="companyaddress"],#migrated-site .row--layout-contact-5a [data-name="contentgroup"]+[data-name="emaildisplay"],#migrated-site .row--layout-contact-5a [data-name="contentgroup"]+[data-name="clicktocall"]
{
margin-top:0
}
.row--layout-contact-5a .widget.companyaddress p,#migrated-site .row--layout-contact-5a .widget.companyaddress p
{
text-align:center
}
#migrated-site .row--layout-contact-5a .imagewidget .image-link
{
display:inline-block
}
.row--layout-gallery-square .gallery__image,.row--layout-gallery-square .gallery-widget li .inner img,.row--gallery-1 .gallery__image,.row--gallery-1 .gallery-widget li .inner img,.row--gallery-2 .gallery__image,.row--gallery-2 .gallery-widget li .inner img,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square .gallery__image,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square .gallery-widget li .inner img
{
display:none;
visibility:hidden
}
.row--layout-gallery-square .gallery__image-link,.row--gallery-1 .gallery__image-link,.row--gallery-2 .gallery__image-link,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square .gallery__image-link
{
background-repeat:no-repeat;
background-size:cover;
background-position:center;
height:auto;
padding-bottom:100%;
width:100%
}
.row--layout-gallery-square__caption,.row--gallery-1__caption,.row--gallery-2__caption,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__caption
{
padding:15px 15px 0
}
.row--layout-gallery-square__caption-link,.row--gallery-1__caption-link,.row--gallery-2__caption-link,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__caption-link
{
display:block;
text-align:center
}
.row--layout-gallery-square__image-title,.row--gallery-1__image-title,.row--gallery-2__image-title,#migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
font-weight:bold
}
.row--style-light .row--layout-gallery-square__image-title,.row--style-light .row--gallery-1__image-title,.row--style-light .row--gallery-2__image-title,.row--style-light #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .row--layout-gallery-square__image-title,.row--style-light.row--background-type-image .row--gallery-1__image-title,.row--style-light.row--background-type-image .row--gallery-2__image-title,.row--style-light.row--background-type-image #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#fff
}
.row--style-accent .row--layout-gallery-square__image-title,.row--style-accent .row--gallery-1__image-title,.row--style-accent .row--gallery-2__image-title,.row--style-accent #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .row--layout-gallery-square__image-title,.row--style-accent.row--background-type-image .row--gallery-1__image-title,.row--style-accent.row--background-type-image .row--gallery-2__image-title,.row--style-accent.row--background-type-image #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#fff
}
.row--style-dark .row--layout-gallery-square__image-title,.row--style-dark .row--gallery-1__image-title,.row--style-dark .row--gallery-2__image-title,.row--style-dark #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .row--layout-gallery-square__image-title,.row--style-dark.row--background-type-image .row--gallery-1__image-title,.row--style-dark.row--background-type-image .row--gallery-2__image-title,.row--style-dark.row--background-type-image #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-title
{
color:#fff
}
.row--style-light .row--layout-gallery-square__image-description,.row--style-light .row--gallery-1__image-description,.row--style-light .row--gallery-2__image-description,.row--style-light #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-description
{
color:rgba(0,15,78,0.8)
}
.row--style-accent .row--layout-gallery-square__image-description,.row--style-accent .row--gallery-1__image-description,.row--style-accent .row--gallery-2__image-description,.row--style-accent #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-description
{
color:rgba(255,255,255,0.9)
}
.row--style-dark .row--layout-gallery-square__image-description,.row--style-dark .row--gallery-1__image-description,.row--style-dark .row--gallery-2__image-description,.row--style-dark #migrated-site [data-rowtype^="gallery"] .row--layout-gallery-square__image-description
{
color:rgba(255,255,255,0.9)
}
#migrated-site [data-rowtype^="gallery"].row--layout-gallery-square .gallery-widget li .inner
{
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
overflow:hidden;
position:absolute;
left:5px;
right:5px;
top:0px;
bottom:10px
}
#migrated-site [data-rowtype^="gallery"].row--layout-gallery-square .gallery-widget li .inner img
{
display:none
}
.row--layout-gallery-nopad .gallery-list,.row--layout-gallery-nopad ul.gallery-widget,.row--layout-gallery-nopad .widget.gallery,.row--layout-gallery-vertical-nopad .gallery-list,.row--layout-gallery-vertical-nopad ul.gallery-widget,.row--layout-gallery-vertical-nopad .widget.gallery,#migrated-site .row--layout-gallery-nopad .gallery-list,#migrated-site .row--layout-gallery-nopad ul.gallery-widget,#migrated-site .row--layout-gallery-nopad .widget.gallery
{
margin:0
}
.row--layout-gallery-nopad .gallery-item,.row--layout-gallery-nopad ul.gallery-widget li,.row--layout-gallery-vertical-nopad .gallery-item,.row--layout-gallery-vertical-nopad ul.gallery-widget li,#migrated-site .row--layout-gallery-nopad .gallery-item,#migrated-site .row--layout-gallery-nopad ul.gallery-widget li
{
margin:0
}
.row--layout-gallery-nopad .gallery-widget li .inner,.row--layout-gallery-vertical-nopad .gallery-widget li .inner,#migrated-site .row--layout-gallery-nopad .gallery-widget li .inner
{
bottom:0 !important;
width:100%
}
.row--layout-gallery-nopad .gallery-widget li span a,.row--layout-gallery-nopad .gallery__image-link,.row--layout-gallery-vertical-nopad .gallery-widget li span a,.row--layout-gallery-vertical-nopad .gallery__image-link,#migrated-site .row--layout-gallery-nopad .gallery-widget li span a,#migrated-site .row--layout-gallery-nopad .gallery__image-link
{
height:auto
}
.row--layout-gallery-nopad .gallery__image,.row--layout-gallery-nopad .gallery-widget li .inner img,.row--layout-gallery-vertical-nopad .gallery__image,.row--layout-gallery-vertical-nopad .gallery-widget li .inner img,#migrated-site .row--layout-gallery-nopad .gallery__image,#migrated-site .row--layout-gallery-nopad .gallery-widget li .inner img
{
display:none;
visibility:hidden
}
.row--layout-gallery-nopad .gallery__image-link,.row--layout-gallery-vertical-nopad .gallery__image-link,#migrated-site .row--layout-gallery-nopad .gallery__image-link
{
background-repeat:no-repeat;
background-size:cover;
background-position:center;
padding-bottom:100%;
width:100%
}
.row--layout-gallery-nopad .gallery__caption,.row--layout-gallery-vertical-nopad .gallery__caption,#migrated-site .row--layout-gallery-nopad .gallery__caption
{
padding:15px 15px 15px
}
.row--layout-gallery-nopad .gallery__caption-link,.row--layout-gallery-vertical-nopad .gallery__caption-link,#migrated-site .row--layout-gallery-nopad .gallery__caption-link
{
display:block;
text-align:center
}
.row--layout-gallery-nopad .gallery__image-title,.row--layout-gallery-vertical-nopad .gallery__image-title,#migrated-site .row--layout-gallery-nopad .gallery__image-title
{
font-weight:bold
}
.row--style-light .row--layout-gallery-nopad .gallery__image-title,.row--style-light .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-light #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#000f4e;
fill:#000f4e
}
.row--style-light.row--background-type-image .row--layout-gallery-nopad .gallery__image-title,.row--style-light.row--background-type-image .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-light.row--background-type-image #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#fff
}
.row--style-accent .row--layout-gallery-nopad .gallery__image-title,.row--style-accent .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-accent #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#fff;
fill:#fff
}
.row--style-accent.row--background-type-image .row--layout-gallery-nopad .gallery__image-title,.row--style-accent.row--background-type-image .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-accent.row--background-type-image #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#fff
}
.row--style-dark .row--layout-gallery-nopad .gallery__image-title,.row--style-dark .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-dark #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#fff;
fill:#fff
}
.row--style-dark.row--background-type-image .row--layout-gallery-nopad .gallery__image-title,.row--style-dark.row--background-type-image .row--layout-gallery-vertical-nopad .gallery__image-title,.row--style-dark.row--background-type-image #migrated-site .row--layout-gallery-nopad .gallery__image-title
{
color:#fff
}
.row--style-light .row--layout-gallery-nopad .gallery__image-description,.row--style-light .row--layout-gallery-vertical-nopad .gallery__image-description,.row--style-light #migrated-site .row--layout-gallery-nopad .gallery__image-description
{
color:rgba(0,15,78,0.8)
}
.row--style-accent .row--layout-gallery-nopad .gallery__image-description,.row--style-accent .row--layout-gallery-vertical-nopad .gallery__image-description,.row--style-accent #migrated-site .row--layout-gallery-nopad .gallery__image-description
{
color:rgba(255,255,255,0.9)
}
.row--style-dark .row--layout-gallery-nopad .gallery__image-description,.row--style-dark .row--layout-gallery-vertical-nopad .gallery__image-description,.row--style-dark #migrated-site .row--layout-gallery-nopad .gallery__image-description
{
color:rgba(255,255,255,0.9)
}
.row--layout-gallery-nopad .gallery-columns-four .gallery-item,.row--layout-gallery-vertical-nopad .gallery-columns-four .gallery-item,#migrated-site .row--layout-gallery-nopad .gallery-columns-four .gallery-item
{
-webkit-flex-basis:25%;
-moz-flex-basis:25%;
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
@media only screen and (max-width: 900px)
{
.row--layout-gallery-nopad .gallery-columns-four .gallery-item,.row--layout-gallery-vertical-nopad .gallery-columns-four .gallery-item,#migrated-site .row--layout-gallery-nopad .gallery-columns-four .gallery-item
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
}
.row--layout-gallery-nopad .gallery-columns-three .gallery-item,.row--layout-gallery-vertical-nopad .gallery-columns-three .gallery-item,#migrated-site .row--layout-gallery-nopad .gallery-columns-three .gallery-item
{
-webkit-flex-basis:33.32%;
-moz-flex-basis:33.32%;
-ms-flex-preferred-size:33.32%;
flex-basis:33.32%;
max-width:33.32%
}
@media only screen and (max-width: 900px)
{
.row--layout-gallery-nopad .gallery-columns-three .gallery-item,.row--layout-gallery-vertical-nopad .gallery-columns-three .gallery-item,#migrated-site .row--layout-gallery-nopad .gallery-columns-three .gallery-item
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
}
.row--layout-gallery-nopad .gallery-columns-two .gallery-item,.row--layout-gallery-vertical-nopad .gallery-columns-two .gallery-item,#migrated-site .row--layout-gallery-nopad .gallery-columns-two .gallery-item
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
#migrated-site [data-rowtype^="gallery"].row--layout-gallery-nopad .gallery-widget li .inner
{
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
overflow:hidden;
position:absolute;
left:0;
right:0;
top:0;
bottom:10px
}
#migrated-site [data-rowtype^="gallery"].row--layout-gallery-nopad .gallery-widget li .inner img
{
display:none
}
.row--layout-gallery-masonry .gallery-list,.row--layout-gallery-masonry ul.gallery-widget,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-list,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget
{
display:block;
column-gap:1.5%;
counter-reset:item-counter;
margin:0
}
.row--layout-gallery-masonry ul.gallery-widget,.row--layout-gallery-masonry .gallery-columns-two,.row--layout-gallery-masonry .gallery-list,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-two,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-list
{
column-count:2
}
.row--layout-gallery-masonry .gallery-columns-three,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-three
{
column-count:3;
column-gap:0.75%
}
.row--layout-gallery-masonry .gallery-columns-four,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-four
{
column-count:4;
column-gap:0.75%
}
@media only screen and (max-width: 900px)
{
.row--layout-gallery-masonry .gallery-columns-two,.row--layout-gallery-masonry .gallery-columns-three,.row--layout-gallery-masonry .gallery-columns-four,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-two,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-three,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-four
{
column-count:2
}
}
.row--layout-gallery-masonry .gallery-columns-two .gallery-item,.row--layout-gallery-masonry .gallery-columns-three .gallery-item,.row--layout-gallery-masonry .gallery-columns-four .gallery-item,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-two .gallery-item,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-three .gallery-item,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-columns-four .gallery-item
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
margin:0;
width:100%
}
.row--layout-gallery-masonry .gallery-item,.row--layout-gallery-masonry ul.gallery-widget li,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-item,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget li
{
break-inside:avoid;
counter-increment:item-counter;
float:none;
padding:1.25% 0
}
.row--layout-gallery-masonry ul.gallery-widget li,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget li
{
float:none;
width:auto
}
.row--layout-gallery-masonry .gallery__image-link,.row--layout-gallery-masonry ul.gallery-widget li .inner,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery__image-link,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget li .inner
{
background-image:none !important;
height:auto;
padding-bottom:0
}
.row--layout-gallery-masonry ul.gallery-widget li .inner,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget li .inner
{
display:block;
position:relative;
overflow:visible
}
.row--layout-gallery-masonry ul.gallery-widget li .inner a,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry ul.gallery-widget li .inner a
{
display:block;
position:relative
}
.row--layout-gallery-masonry .gallery__image,.row--layout-gallery-masonry .gallery-widget li .inner img,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery__image,#migrated-site [data-rowtype^="gallery"].row--layout-gallery-masonry .gallery-widget li .inner img
{
display:block;
position:relative;
width:100%;
visibility:visible
}
.row--layout-gallery-rounded .gallery__image,.row--layout-gallery-rounded .gallery-widget li .inner img,#migrated-site .row--layout-gallery-rounded .gallery__image,#migrated-site .row--layout-gallery-rounded .gallery-widget li .inner img
{
display:none;
visibility:hidden
}
.row--layout-gallery-rounded .gallery__image-link,.row--layout-gallery-rounded .gallery-widget li .inner,#migrated-site .row--layout-gallery-rounded .gallery__image-link,#migrated-site .row--layout-gallery-rounded .gallery-widget li .inner
{
border-radius:100%
}
.row--layout-gallery-rounded .gallery__image-link,#migrated-site .row--layout-gallery-rounded .gallery__image-link
{
background-repeat:no-repeat;
background-size:cover;
background-position:center;
height:auto;
padding-bottom:100%;
width:100%
}
#migrated-site .row--layout-gallery-rounded [data-name="gallery"] .image-data
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
padding:30px;
text-align:center
}
#migrated-site .row--layout-gallery-rounded [data-name="gallery"] .gallery-widget>li .image-data,#migrated-site .row--layout-gallery-rounded [data-name="gallery"] .gallery-item .gallery__caption
{
border-radius:100%
}
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li .inner
{
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
overflow:hidden;
position:absolute;
left:5px;
right:5px;
top:0px;
bottom:10px
}
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li .inner img
{
display:none
}
#migrated-site .row--layout-gallery-rounded .widget.gallery .gallery-widget li
{
padding-bottom:100%;
width:100%
}
.row--hero-1b .contentgroup--regular .contentgroup__content,#migrated-site .row--hero-1b .contentgroup--regular .contentgroup__content
{
display:inline-block;
max-width:860px;
padding:40px
}
@media only screen and (max-width: 700px)
{
.row--hero-1b .contentgroup--regular .contentgroup__content,#migrated-site .row--hero-1b .contentgroup--regular .contentgroup__content
{
padding:20px
}
}
.row--hero-1b.row--style-light .contentgroup--regular .contentgroup__content,#migrated-site .row--hero-1b.row--style-light .contentgroup--regular .contentgroup__content
{
background:#fff;
color:#000f4e;
box-shadow:0px 8px 30px rgba(0,15,78,0.1)
}
.row--hero-1b.row--style-accent .contentgroup--regular .contentgroup__content,#migrated-site .row--hero-1b.row--style-accent .contentgroup--regular .contentgroup__content
{
background:#fff;
color:#000f4e;
box-shadow:none
}
.row--hero-1b.row--style-dark .contentgroup--regular .contentgroup__content,#migrated-site .row--hero-1b.row--style-dark .contentgroup--regular .contentgroup__content
{
background:#fff;
color:#000f4e;
box-shadow:none
}
.row--hero-1b.row--style-light .contentgroup__heading,.row--hero-1b.row--style-light .contentgroup__heading *,#migrated-site .row--hero-1b.row--style-light .contentgroup__heading,#migrated-site .row--hero-1b.row--style-light .contentgroup__heading *
{
color:#000f4e
}
.row--hero-1b.row--style-accent .contentgroup__heading,.row--hero-1b.row--style-accent .contentgroup__heading *,#migrated-site .row--hero-1b.row--style-accent .contentgroup__heading,#migrated-site .row--hero-1b.row--style-accent .contentgroup__heading *
{
color:#000f4e
}
.row--hero-1b.row--style-dark .contentgroup__heading,.row--hero-1b.row--style-dark .contentgroup__heading *,#migrated-site .row--hero-1b.row--style-dark .contentgroup__heading,#migrated-site .row--hero-1b.row--style-dark .contentgroup__heading *
{
color:#000f4e
}
.row--hero-1b.row--style-light .contentgroup__body,.row--hero-1b.row--style-light .contentgroup__body *,#migrated-site .row--hero-1b.row--style-light .contentgroup__body,#migrated-site .row--hero-1b.row--style-light .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--hero-1b.row--style-accent .contentgroup__body,.row--hero-1b.row--style-accent .contentgroup__body *,#migrated-site .row--hero-1b.row--style-accent .contentgroup__body,#migrated-site .row--hero-1b.row--style-accent .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--hero-1b.row--style-dark .contentgroup__body,.row--hero-1b.row--style-dark .contentgroup__body *,#migrated-site .row--hero-1b.row--style-dark .contentgroup__body,#migrated-site .row--hero-1b.row--style-dark .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--hero-1b.row--style-light .contentgroup__link,#migrated-site .row--hero-1b.row--style-light .contentgroup__link
{
background:#3a99d8 !important;
border-color:#3a99d8 !important;
color:#fff !important
}
.row--hero-1b.row--style-accent .contentgroup__link,#migrated-site .row--hero-1b.row--style-accent .contentgroup__link
{
background:#3a99d8 !important;
border-color:#3a99d8 !important;
color:#fff !important
}
.row--hero-1b.row--style-dark .contentgroup__link,#migrated-site .row--hero-1b.row--style-dark .contentgroup__link
{
background:#3a99d8 !important;
border-color:#3a99d8 !important;
color:#fff !important
}
.row--hero-1b h1,.row--hero-1b h1.contentgroup__heading,#migrated-site .row--hero-1b h1,#migrated-site .row--hero-1b h1.contentgroup__heading
{
margin:0;
padding:0;
border:0;
background-color:transparent
}
.row--hero-1b h1:before,.row--hero-1b h1.contentgroup__heading:before,#migrated-site .row--hero-1b h1:before,#migrated-site .row--hero-1b h1.contentgroup__heading:before
{
display:none
}
[class*="row--hero-3"] .gallery__image,[class*="row--hero-3"] .gallery-widget li .inner img,#migrated-site [class*="row--hero-3"] .gallery__image,#migrated-site [class*="row--hero-3"] .gallery-widget li .inner img
{
display:none;
visibility:hidden
}
[class*="row--hero-3"] .gallery__image-link,[class*="row--hero-3"] .gallery-widget li .inner,#migrated-site [class*="row--hero-3"] .gallery__image-link,#migrated-site [class*="row--hero-3"] .gallery-widget li .inner
{
background-repeat:no-repeat;
background-size:cover;
background-position:center;
padding-bottom:100%;
width:100%
}
@media only screen and (max-width: 700px)
{
.row--hero-4a .buttonwidget,.row--hero-4a .widget.button .b-wrap,#migrated-site .row--hero-4a .buttonwidget,#migrated-site .row--hero-4a .widget.button .b-wrap,.row--hero-4b .buttonwidget,.row--hero-4b .widget.button .b-wrap,#migrated-site .row--hero-4b .buttonwidget,#migrated-site .row--hero-4b .widget.button .b-wrap
{
text-align:left
}
}
@media only screen and (max-width: 700px)
{
.row--hero-4a .widget.button .b-wrap,#migrated-site .row--hero-4a .widget.button .b-wrap,.row--hero-4b .widget.button .b-wrap,#migrated-site .row--hero-4b .widget.button .b-wrap
{
float:left;
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start
}
}
.row--hero-5a [data-name="signupform"],#migrated-site .row--hero-5a [data-name="signupform"]
{
margin:0;
width:auto
}
.row--hero-5a .signupform,#migrated-site .row--hero-5a .signupform
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .form,#migrated-site .row--hero-5a .form
{
width:100%
}
}
.row--hero-5a .signupform__form-body,#migrated-site .row--hero-5a .signupform__form-body
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-align-items:flex-end;
-moz-align-items:flex-end;
-ms-align-items:flex-end;
-ms-flex-align:flex-end;
align-items:flex-end
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__form-body,#migrated-site .row--hero-5a .signupform__form-body
{
display:block
}
}
.row--hero-5a .signupform__form-group:not(.signupform__form-group--terms),#migrated-site .row--hero-5a .signupform__form-group:not(.signupform__form-group--terms)
{
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-bottom:0
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__form-group:not(.signupform__form-group--terms),#migrated-site .row--hero-5a .signupform__form-group:not(.signupform__form-group--terms)
{
width:100%
}
}
.row--hero-5a .signupform__form-group:first-child,#migrated-site .row--hero-5a .signupform__form-group:first-child
{
margin-right:10px
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__form-group:first-child,#migrated-site .row--hero-5a .signupform__form-group:first-child
{
margin-right:0
}
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__form-group:last-child,#migrated-site .row--hero-5a .signupform__form-group:last-child
{
margin-top:10px
}
}
.row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
height:60px
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
height:50px;
width:100%
}
}
.row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
padding:15px 30px
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
text-align:center
}
}
.row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
min-width:250px;
padding:15px
}
@media only screen and (max-width: 700px)
{
.row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--hero-5a .signupform__input:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
min-width:100%
}
}
.row--hero-7a .responsivecolumns,#migrated-site .row--hero-7a .responsivecolumns
{
margin:0
}
.row--hero-7a .columns-two-left,#migrated-site .row--hero-7a .columns-two-left
{
padding:0
}
.row--hero-7a .responsivecolumns,.row--hero-7a [data-name="responsivecolumns"],.row--hero-7a [data-name="image"],.row--hero-7a .widget__imagewidget,.row--hero-7a .imagewidget__figure,.row--hero-7a .imagewidget__image-link,.row--hero-7a .columns-two-left,.row--hero-7a .columns-two-right,#migrated-site .row--hero-7a .responsivecolumns,#migrated-site .row--hero-7a [data-name="responsivecolumns"],#migrated-site .row--hero-7a [data-name="image"],#migrated-site .row--hero-7a .widget__imagewidget,#migrated-site .row--hero-7a .imagewidget__figure,#migrated-site .row--hero-7a .imagewidget__image-link,#migrated-site .row--hero-7a .columns-two-left,#migrated-site .row--hero-7a .columns-two-right
{
height:100%
}
@media only screen and (max-width: 700px)
{
.row--hero-7a .responsivecolumns,.row--hero-7a [data-name="responsivecolumns"],.row--hero-7a [data-name="image"],.row--hero-7a .widget__imagewidget,.row--hero-7a .imagewidget__figure,.row--hero-7a .imagewidget__image-link,.row--hero-7a .columns-two-left,.row--hero-7a .columns-two-right,#migrated-site .row--hero-7a .responsivecolumns,#migrated-site .row--hero-7a [data-name="responsivecolumns"],#migrated-site .row--hero-7a [data-name="image"],#migrated-site .row--hero-7a .widget__imagewidget,#migrated-site .row--hero-7a .imagewidget__figure,#migrated-site .row--hero-7a .imagewidget__image-link,#migrated-site .row--hero-7a .columns-two-left,#migrated-site .row--hero-7a .columns-two-right
{
height:auto
}
}
.row--hero-7a .responsivecolumns .column,#migrated-site .row--hero-7a .responsivecolumns .column
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.row--hero-7a .responsivecolumns .columns-two-right,#migrated-site .row--hero-7a .responsivecolumns .columns-two-right
{
padding-top:40px;
padding-bottom:40px
}
@media only screen and (max-width: 700px)
{
.row--hero-7a .responsivecolumns .columns-two-right,#migrated-site .row--hero-7a .responsivecolumns .columns-two-right
{
padding-bottom:20px;
padding-top:20px
}
}
.row--hero-7a .widget:not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"]),#migrated-site .row--hero-7a .widget:not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"])
{
max-width:680px;
margin-left:auto;
margin-right:auto
}
@media only screen and (max-width: 900px)
{
.row--hero-7a .widget:not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"]),#migrated-site .row--hero-7a .widget:not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"])
{
padding-left:20px;
padding-right:20px;
max-width:100%
}
}
.row--hero-7a .contentgroup,#migrated-site .row--hero-7a .contentgroup
{
background-color:transparent
}
.row--hero-7a .widget.image a,#migrated-site .row--hero-7a .widget.image a
{
line-height:0
}
.row--hero-7a .imagewidget__image,.row--hero-7a .widget.image .image,#migrated-site .row--hero-7a .imagewidget__image,#migrated-site .row--hero-7a .widget.image .image
{
object-fit:cover;
height:100%;
width:100%
}
@media only screen and (max-width: 700px)
{
.row--hero-7a .imagewidget__image,.row--hero-7a .widget.image .image,#migrated-site .row--hero-7a .imagewidget__image,#migrated-site .row--hero-7a .widget.image .image
{
max-height:300px
}
}
.row--hero-7a .imagewidget__caption,.row--hero-7a .image-title,.row--hero-7a .image-description,#migrated-site .row--hero-7a .imagewidget__caption,#migrated-site .row--hero-7a .image-title,#migrated-site .row--hero-7a .image-description
{
display:none
}
.row--hero-7a .imagewidget__figure,#migrated-site .row--hero-7a .imagewidget__figure
{
line-height:0
}
#migrated-site .row--hero-7a .responsivecolumns .columns-two-left,#migrated-site .row--hero-7a .responsivecolumns .columns-two-right
{
margin:0;
width:50%
}
@media only screen and (max-width: 700px)
{
#migrated-site .row--hero-7a .responsivecolumns .columns-two-left,#migrated-site .row--hero-7a .responsivecolumns .columns-two-right
{
width:100%
}
}
#migrated-site .row--hero-7a .responsivecolumns .columns-two-left [data-name="image"]:first-child,#migrated-site .row--hero-7a .responsivecolumns .columns-two-right [data-name="image"]:first-child
{
margin-bottom:0
}
#migrated-site .row--hero-7a .widget:not(.row):not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"])
{
padding-left:1.5rem;
padding-right:1.5rem
}
@media only screen and (max-width: 700px)
{
#migrated-site .row--hero-7a .widget:not(.row):not([data-name="responsivecolumns"]):not([data-name="image"]):not([data-name="responsiveslideshow"]):not([data-name="gallery"])
{
padding-right:0.75rem;
padding-left:0.75rem
}
}
.row--layout-image-text-1c .responsivecolumns,#migrated-site .row--layout-image-text-1c .responsivecolumns
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.row--layout-image-text-1c .column,#migrated-site .row--layout-image-text-1c .column
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
margin-right:0;
max-width:860px
}
.row--layout-image-text-1c .column+.column,#migrated-site .row--layout-image-text-1c .column+.column
{
margin-top:20px
}
_:-ms-fullscreen,:root .row--layout-image-text-1c .column
{
-webkit-flex:1 0 auto;
-moz-flex:1 0 auto;
-ms-flex:1 0 auto;
flex:1 0 auto
}
.row--layout-image-text-2b .responsivecolumns,#migrated-site .row--layout-image-text-2b .responsivecolumns
{
-webkit-align-items:stretch;
-moz-align-items:stretch;
-ms-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.row--layout-image-text-2b .column,#migrated-site .row--layout-image-text-2b .column
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
margin-left:0;
margin-right:0;
width:100%
}
.row--layout-image-text-2b .column+.column,#migrated-site .row--layout-image-text-2b .column+.column
{
margin-top:3rem
}
@media only screen and (max-width: 700px)
{
.row--layout-image-text-2b .column+.column,#migrated-site .row--layout-image-text-2b .column+.column
{
margin-top:0
}
}
.row--layout-image-text-2b .contentgroup__content,#migrated-site .row--layout-image-text-2b .contentgroup__content
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 700px)
{
.row--layout-image-text-2b .contentgroup__content,#migrated-site .row--layout-image-text-2b .contentgroup__content
{
display:block
}
}
.row--layout-image-text-2b .contentgroup__image-wrapper,.row--layout-image-text-2b .contentgroup__body-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__image-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__body-wrapper
{
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
@media only screen and (max-width: 700px)
{
.row--layout-image-text-2b .contentgroup__image-wrapper,.row--layout-image-text-2b .contentgroup__body-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__image-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__body-wrapper
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
}
.row--layout-image-text-2b .contentgroup__body-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__body-wrapper
{
margin-top:0 !important;
padding-left:60px;
padding-right:60px
}
@media only screen and (max-width: 900px)
{
.row--layout-image-text-2b .contentgroup__body-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__body-wrapper
{
padding-left:30px;
padding-right:30px
}
}
@media only screen and (max-width: 700px)
{
.row--layout-image-text-2b .contentgroup__body-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__body-wrapper
{
padding-left:0;
padding-right:0
}
}
.row--layout-image-text-2b .contentgroup__image-wrapper,#migrated-site .row--layout-image-text-2b .contentgroup__image-wrapper
{
-webkit-align-self:stretch;
-moz-align-self:stretch;
-ms-align-self:stretch;
-ms-flex-item-align:stretch;
-ms-flex-align:stretch;
align-self:stretch
}
.row--layout-image-text-2b .contentgroup__image,#migrated-site .row--layout-image-text-2b .contentgroup__image
{
object-fit:cover;
height:100%;
width:100%
}
_:-ms-fullscreen,:root .row--layout-image-text-2b .column
{
-webkit-flex:1 1 auto;
-moz-flex:1 1 auto;
-ms-flex:1 1 auto;
flex:1 1 auto;
width:100%
}
.row--layout-image-text-3a .contentgroup
{
margin:0 auto;
max-width:960px
}
.row--layout-image-text-4b .contentgroup__content,#migrated-site .row--layout-image-text-4b .contentgroup__content
{
-webkit-box-orient:column-reverse;
-webkit-box-direction:column-reverse;
-webkit-flex-direction:column-reverse;
-moz-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.row--layout-image-text-5b .contentgroup__content,#migrated-site .row--layout-image-text-5b .contentgroup__content
{
-webkit-box-orient:row-reverse;
-webkit-box-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-moz-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.row--style-light[class*='row--image-text-5'] .contentgroup .contentgroup__heading,.row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,.row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup .contentgroup__heading,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--style-light[class*='row--image-text-5'] .contentgroup .contentgroup__body,.row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,.row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup .contentgroup__body,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,#migrated-site .row--style-light[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--style-accent[class*='row--image-text-5'] .contentgroup .contentgroup__heading,.row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,.row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup .contentgroup__heading,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-accent[class*='row--image-text-5'] .contentgroup .contentgroup__body,.row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,.row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup .contentgroup__body,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,#migrated-site .row--style-accent[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.75)
}
.row--style-dark[class*='row--image-text-5'] .contentgroup .contentgroup__heading,.row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,.row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup .contentgroup__heading,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__heading *
{
color:#fff
}
.row--style-dark[class*='row--image-text-5'] .contentgroup .contentgroup__body,.row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,.row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup .contentgroup__body,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__body,#migrated-site .row--style-dark[class*='row--image-text-5'] .contentgroup--card .contentgroup__body *
{
color:rgba(255,255,255,0.75)
}
.height--thin .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--thin .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--thin .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--thin .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--default .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--default .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--default .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--default .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--large .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--large .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--large .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--large .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--full .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--full .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--full .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--full .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5c:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.row--layout-image-text-5c.row--style-light .contentgroup--card,#migrated-site .row--layout-image-text-5c.row--style-light .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5c.row--style-accent .contentgroup--card,#migrated-site .row--layout-image-text-5c.row--style-accent .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5c.row--style-dark .contentgroup--card,#migrated-site .row--layout-image-text-5c.row--style-dark .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__heading,.row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__heading,.row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__heading,.row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__body,.row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5c.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__body,.row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5c.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__body,.row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5c.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.height--thin .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--thin .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--thin .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--thin .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--default .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--default .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--default .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--default .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--large .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--large .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--large .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--large .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.height--full .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--full .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:80px;
padding-bottom:80px;
margin:0 auto;
max-width:1300px;
width:90%
}
@media only screen and (max-width: 700px)
{
.height--full .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,.height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--full .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container,#page-zones__main .height--no-padding .row--layout-image-text-5d:not(.row--layout-image-text-5a) .row__container
{
padding-top:40px;
padding-bottom:40px
}
}
.row--layout-image-text-5d.row--style-light .contentgroup--card,#migrated-site .row--layout-image-text-5d.row--style-light .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5d.row--style-accent .contentgroup--card,#migrated-site .row--layout-image-text-5d.row--style-accent .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5d.row--style-dark .contentgroup--card,#migrated-site .row--layout-image-text-5d.row--style-dark .contentgroup--card
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__heading,.row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__heading,.row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__heading,.row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__heading *,#migrated-site .row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__heading,#migrated-site .row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__heading *
{
color:#000f4e
}
.row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__body,.row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5d.row--style-light .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__body,.row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5d.row--style-accent .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__body,.row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__body *,#migrated-site .row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__body,#migrated-site .row--layout-image-text-5d.row--style-dark .contentgroup--card .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-image-text-5d .contentgroup__content,#migrated-site .row--layout-image-text-5d .contentgroup__content
{
-webkit-box-orient:row-reverse;
-webkit-box-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-moz-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
.row--image-text-7a .contentgroup--inline .contentgroup__content,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__content,.row--image-text-7b .contentgroup--inline .contentgroup__content,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__content
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex
}
.row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,.row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper
{
width:auto
}
@media only screen and (max-width: 700px)
{
.row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,.row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper
{
-webkit-align-self:center;
-moz-align-self:center;
-ms-align-self:center;
-ms-flex-item-align:center;
-ms-flex-align:center;
align-self:center;
-webkit-flex-basis:auto;
-moz-flex-basis:auto;
-ms-flex-preferred-size:auto;
flex-basis:auto;
max-width:auto
}
}
.row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__image-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__image-wrapper
{
flex-basis:auto;
min-height:auto
}
.row--image-text-7a .contentgroup--inline .imagewidget__image-link,.row--image-text-7a .contentgroup--inline .imagewidget__image,#migrated-site .row--image-text-7a .contentgroup--inline .imagewidget__image-link,#migrated-site .row--image-text-7a .contentgroup--inline .imagewidget__image,.row--image-text-7b .contentgroup--inline .imagewidget__image-link,.row--image-text-7b .contentgroup--inline .imagewidget__image,#migrated-site .row--image-text-7b .contentgroup--inline .imagewidget__image-link,#migrated-site .row--image-text-7b .contentgroup--inline .imagewidget__image
{
width:40px;
height:40px
}
.row--image-text-7a .contentgroup--inline .imagewidget__image,#migrated-site .row--image-text-7a .contentgroup--inline .imagewidget__image,.row--image-text-7b .contentgroup--inline .imagewidget__image,#migrated-site .row--image-text-7b .contentgroup--inline .imagewidget__image
{
border-radius:100%;
position:relative
}
.row--image-text-7a .contentgroup--inline.contentgroup:not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline.contentgroup:not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper,.row--image-text-7b .contentgroup--inline.contentgroup:not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline.contentgroup:not(.contentgroup--card) .contentgroup__image-wrapper+.contentgroup__body-wrapper
{
margin-top:0
}
.row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__body-wrapper,.row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__body-wrapper
{
margin-left:10px;
margin-right:10px;
padding:0
}
.row--image-text-7a .contentgroup--inline .contentgroup__body,#migrated-site .row--image-text-7a .contentgroup--inline .contentgroup__body,.row--image-text-7b .contentgroup--inline .contentgroup__body,#migrated-site .row--image-text-7b .contentgroup--inline .contentgroup__body
{
font-size:16.36364px;
line-height:1.33334;
padding:0
}
.row--image-text-7a blockquote,#migrated-site .row--image-text-7a blockquote,.row--image-text-7b blockquote,#migrated-site .row--image-text-7b blockquote
{
max-width:80%;
font-size:16.36364px;
font-style:italic;
line-height:1.33334;
margin-left:0;
margin-right:0;
margin-top:0;
padding:0
}
@media only screen and (max-width: 900px)
{
.row--image-text-7a blockquote,#migrated-site .row--image-text-7a blockquote,.row--image-text-7b blockquote,#migrated-site .row--image-text-7b blockquote
{
max-width:100%
}
}
.row--image-text-7a blockquote:before,.row--image-text-7a blockquote:after,#migrated-site .row--image-text-7a blockquote:before,#migrated-site .row--image-text-7a blockquote:after,.row--image-text-7b blockquote:before,.row--image-text-7b blockquote:after,#migrated-site .row--image-text-7b blockquote:before,#migrated-site .row--image-text-7b blockquote:after
{
display:none;
visibility:hidden
}
@media only screen and (max-width: 700px)
{
.row--image-text-7a .image-link
{
text-align:left
}
}
@media only screen and (max-width: 700px)
{
#migrated-site .row--image-text-7a .widget.image a
{
float:left;
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start;
text-align:left
}
}
#migrated-site .row--image-text-7a .contentgroup--inline
{
margin-bottom:6px
}
.row--image-text-8a .gallery__image,.row--image-text-8a .gallery-widget li .inner img,#migrated-site .row--image-text-8a .gallery__image,#migrated-site .row--image-text-8a .gallery-widget li .inner img
{
display:none;
visibility:hidden
}
.row--image-text-8a .gallery__image-link,.row--image-text-8a .gallery-widget li .inner,#migrated-site .row--image-text-8a .gallery__image-link,#migrated-site .row--image-text-8a .gallery-widget li .inner
{
background-repeat:no-repeat;
background-size:cover;
background-position:center;
padding-bottom:100%;
width:100%
}
.row--layout-text-1a .row__container
{
max-width:960px
}
.row--layout-text-1b.row--style-light .contentgroup,#migrated-site .row--layout-text-1b.row--style-light .contentgroup
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-text-1b.row--style-accent .contentgroup,#migrated-site .row--layout-text-1b.row--style-accent .contentgroup
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-text-1b.row--style-dark .contentgroup,#migrated-site .row--layout-text-1b.row--style-dark .contentgroup
{
background:#fff;
box-shadow:0px 8px 30px rgba(0,15,78,0.1);
color:#000f4e
}
.row--layout-text-1b.row--style-light .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),.row--layout-text-1b.row--style-light .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-light .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-light .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend)
{
color:#000f4e
}
.row--layout-text-1b.row--style-light .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),.row--layout-text-1b.row--style-light .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-light .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-light .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time)
{
color:#000f4e
}
.row--layout-text-1b.row--style-accent .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),.row--layout-text-1b.row--style-accent .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend)
{
color:#000f4e
}
.row--layout-text-1b.row--style-accent .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),.row--layout-text-1b.row--style-accent .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time)
{
color:#000f4e
}
.row--layout-text-1b.row--style-dark .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),.row--layout-text-1b.row--style-dark .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__heading:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend),#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__heading *:not(h1):not(heading--1):not(h2):not(heading--2):not(h3):not(heading--3):not(legend):not(.legend)
{
color:#000f4e
}
.row--layout-text-1b.row--style-dark .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),.row--layout-text-1b.row--style-dark .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__heading:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time),#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__heading *:not(h4):not(heading--4):not(h5):not(heading--5):not(h6):not(heading--6):not(label):not(.label):not(time)
{
color:#000f4e
}
.row--layout-text-1b.row--style-light .contentgroup__body,.row--layout-text-1b.row--style-light .contentgroup__body *,#migrated-site .row--layout-text-1b.row--style-light .contentgroup__body,#migrated-site .row--layout-text-1b.row--style-light .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-text-1b.row--style-accent .contentgroup__body,.row--layout-text-1b.row--style-accent .contentgroup__body *,#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__body,#migrated-site .row--layout-text-1b.row--style-accent .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-text-1b.row--style-dark .contentgroup__body,.row--layout-text-1b.row--style-dark .contentgroup__body *,#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__body,#migrated-site .row--layout-text-1b.row--style-dark .contentgroup__body *
{
color:rgba(0,15,78,0.75)
}
.row--layout-text-1b .contentgroup__body-wrapper,#migrated-site .row--layout-text-1b .contentgroup__body-wrapper
{
padding:60px
}
@media only screen and (max-width: 700px)
{
.row--layout-text-1b .contentgroup__body-wrapper,#migrated-site .row--layout-text-1b .contentgroup__body-wrapper
{
padding:30px
}
}
.row--layout-text-3b .responsivecolumns,#migrated-site .row--layout-text-3b .responsivecolumns
{
-webkit-box-orient:row-reverse;
-webkit-box-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-moz-flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}
@media only screen and (min-width: 900px)
{
body:not(#migrated-site) .row--layout-text-11a .column:not(:last-child),body:not(#migrated-site) .row--layout-text-11b .column:not(:last-child)
{
margin-right:24px
}
}
@media only screen and (min-width: 700px)
{
body:not(#migrated-site) .row--layout-text-11a .column,body:not(#migrated-site) .row--layout-text-11b .column
{
-webkit-flex-basis:49%;
-moz-flex-basis:49%;
-ms-flex-preferred-size:49%;
flex-basis:49%;
max-width:49%
}
}
.row--layout-text-11a .responsivecolumns,.row--layout-text-11b .responsivecolumns,#migrated-site .row--layout-text-11a .responsivecolumns,#migrated-site .row--layout-text-11b .responsivecolumns
{
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between;
margin:0
}
.row--layout-text-11a .responsivecolumns .contentgroup__body:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--layout-text-11a .responsivecolumns .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--layout-text-11b .responsivecolumns .contentgroup__body:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--layout-text-11b .responsivecolumns .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11a .responsivecolumns .contentgroup__body:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11a .responsivecolumns .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11b .responsivecolumns .contentgroup__body:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11b .responsivecolumns .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
font-size:16.36364px;
line-height:1.45454;
margin-top:10px
}
.row--layout-text-11a .column,.row--layout-text-11b .column,#migrated-site .row--layout-text-11a .column,#migrated-site .row--layout-text-11b .column
{
-webkit-align-self:normal;
-moz-align-self:normal;
-ms-align-self:normal;
-ms-flex-item-align:normal;
-ms-flex-align:normal;
align-self:normal;
border:2px solid;
border-radius:6px;
box-shadow:0 2px 0px rgba(0,0,0,0.02);
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
padding:30px
}
.row--layout-text-11a .contentgroup,.row--layout-text-11b .contentgroup,#migrated-site .row--layout-text-11a .contentgroup,#migrated-site .row--layout-text-11b .contentgroup
{
margin:0 auto;
max-width:800px
}
.row--layout-text-11a .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),.row--layout-text-11b .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11a .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-text-11b .contentgroup__link:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
padding:8px 16px
}
.row--layout-text-11b .contentgroup,#migrated-site .row--layout-text-11b .contentgroup
{
webkit-box-pack:flex-start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
-ms-justify-content:flex-start;
-ms-flex-pack:flex-start;
justify-content:flex-start;
text-align:left
}
.row--layout-text-11a.row--style-light .column,.row--layout-text-11b.row--style-light .column,#migrated-site .row--layout-text-11a.row--style-light .column,#migrated-site .row--layout-text-11b.row--style-light .column
{
border-color:#f2f2f2
}
.row--layout-text-11a.row--style-accent .column,.row--layout-text-11b.row--style-accent .column,#migrated-site .row--layout-text-11a.row--style-accent .column,#migrated-site .row--layout-text-11b.row--style-accent .column
{
border-color:#298dcf
}
.row--layout-text-11a.row--style-dark .column,.row--layout-text-11b.row--style-dark .column,#migrated-site .row--layout-text-11a.row--style-dark .column,#migrated-site .row--layout-text-11b.row--style-dark .column
{
border-color:#000a35;
border-color:#001981
}
#migrated-site .row--layout-text-14a .responsivecolumns:before,#migrated-site .row--layout-text-14a .responsivecolumns:after
{
display:none
}
@media only screen and (max-width: 900px)
{
#migrated-site .row--layout-text-11a .column,#migrated-site .row--layout-text-11b .column
{
margin-right:0
}
}
@media only screen and (max-width: 700px)
{
#migrated-site .row--layout-text-11a .column:not(:last-child),#migrated-site .row--layout-text-11b .column:not(:last-child)
{
margin-bottom:24px
}
}
@media only screen and (min-width: 900px)
{
body:not(#migrated-site)[dir="rtl"] .row--layout-text-11a .column:not(:last-child)
{
margin-left:24px;
margin-right:0
}
}
.row--layout-text-14a .responsivecolumns,#migrated-site .row--layout-text-14a .responsivecolumns
{
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between;
margin-right:0
}
.row--layout-text-14a .columns-two-left,#migrated-site .row--layout-text-14a .columns-two-left
{
-webkit-flex-basis:60%;
-moz-flex-basis:60%;
-ms-flex-preferred-size:60%;
flex-basis:60%;
max-width:60%
}
@media only screen and (max-width: 900px)
{
.row--layout-text-14a .columns-two-left,#migrated-site .row--layout-text-14a .columns-two-left
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
margin-bottom:30px
}
}
.row--layout-text-14a .columns-two-right,#migrated-site .row--layout-text-14a .columns-two-right
{
border:2px solid;
border-radius:6px;
box-shadow:0 2px 0px rgba(0,0,0,0.02);
-webkit-flex-basis:32%;
-moz-flex-basis:32%;
-ms-flex-preferred-size:32%;
flex-basis:32%;
max-width:32%;
max-width:416px;
padding:30px
}
@media only screen and (max-width: 900px)
{
.row--layout-text-14a .columns-two-right,#migrated-site .row--layout-text-14a .columns-two-right
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%;
padding:20px
}
}
.row--layout-text-14a .widget__content ul,.row--layout-text-14a .bk-content-text ul,#migrated-site .row--layout-text-14a .widget__content ul,#migrated-site .row--layout-text-14a .bk-content-text ul
{
margin-bottom:0;
margin-left:0;
padding:0;
list-style:none
}
.row--layout-text-14a .widget__content li,.row--layout-text-14a .bk-content-text li,#migrated-site .row--layout-text-14a .widget__content li,#migrated-site .row--layout-text-14a .bk-content-text li
{
padding-left:40px;
background:url("https://basekit-product.s3-eu-west-1.amazonaws.com/icons/tick.svg") no-repeat left center
}
@media only screen and (max-width: 900px)
{
.row--layout-text-14a .widget__content li,.row--layout-text-14a .bk-content-text li,#migrated-site .row--layout-text-14a .widget__content li,#migrated-site .row--layout-text-14a .bk-content-text li
{
padding-left:30px
}
}
.row--layout-text-14a.row--style-light .columns-two-right,#migrated-site .row--layout-text-14a.row--style-light .columns-two-right
{
border-color:#f2f2f2
}
.row--layout-text-14a.row--style-accent .columns-two-right,#migrated-site .row--layout-text-14a.row--style-accent .columns-two-right
{
border-color:#298dcf
}
.row--layout-text-14a.row--style-dark .columns-two-right,#migrated-site .row--layout-text-14a.row--style-dark .columns-two-right
{
border-color:#000a35;
border-color:#001981
}
#migrated-site .row--layout-pricing-1a .widget__content li:before,#migrated-site .row--layout-pricing-1a .widget__content li:after,#migrated-site .row--layout-pricing-1a .bk-content-text li:before,#migrated-site .row--layout-pricing-1a .bk-content-text li:after
{
display:none;
visibility:hidden
}
#migrated-site .row--layout-text-14a .responsivecolumns:before,#migrated-site .row--layout-text-14a .responsivecolumns:after,#migrated-site .row--layout-text-14a .widget__content ul li:before,#migrated-site .row--layout-text-14a .widget__content ul li:after
{
display:none
}
.row--layout-image-2a:before,#migrated-site .row--layout-image-2a:before
{
display:none
}
.row--layout-image-3a:after,#migrated-site .row--layout-image-3a:after
{
display:none
}
.row--slideshow-1a .slides-list,.row--slideshow-1a [data-name="responsiveslideshow"]
{
margin:0
}
@media only screen and (max-width: 700px)
{
.row--promo-2a h2,.row--promo-2a .widget-align-left,.row--promo-2a .widget-align-right,.row--promo-2a .widget-align-center,#migrated-site .row--promo-2a h2,#migrated-site .row--promo-2a .widget-align-left,#migrated-site .row--promo-2a .widget-align-right,#migrated-site .row--promo-2a .widget-align-center
{
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
float:none;
text-align:center
}
.row--promo-2a h2:before,#migrated-site .row--promo-2a h2:before
{
margin-left:auto;
margin-right:auto;
right:0
}
}
.height--thin .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:115px
}
@media only screen and (max-width: 900px)
{
.height--thin .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:95px
}
}
@media only screen and (max-width: 700px)
{
.height--thin .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:67.5px
}
}
.height--default .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
.height--default .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
.height--default .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:100px
}
}
.height--large .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:180px
}
@media only screen and (max-width: 900px)
{
.height--large .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:160px
}
}
@media only screen and (max-width: 700px)
{
.height--large .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:100px
}
}
.height--full .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:200px
}
@media only screen and (max-width: 900px)
{
.height--full .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:180px
}
}
@media only screen and (max-width: 700px)
{
.height--full .divider--bottom.row--layout-promo-4a .row__container
{
padding-bottom:110px
}
}
.row--layout-promo-4a .row__container .responsivecolumns
{
border-radius:6px;
padding:80px 40px
}
@media only screen and (max-width: 900px)
{
.row--layout-promo-4a .row__container .responsivecolumns
{
padding:40px 20px
}
}
.row--layout-promo-4a .row__container .responsivecolumns .contentgroup__heading+.contentgroup__body
{
margin-top:6px
}
.row--layout-promo-4a .row__container .widget:not([data-name="responsivecolumns"])+[data-name="responsivecolumns"],.row--layout-promo-4a .row__container [data-name="responsivecolumns"]+.widget:not([data-name="responsivecolumns"])
{
margin-top:24px
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .column:first-child
{
padding-left:0
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .column:last-child
{
padding-right:0
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right
{
text-align:right
}
@media only screen and (max-width: 700px)
{
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right
{
text-align:left
}
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:first-child,.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:nth-child(2)
{
display:inline-block
}
@media only screen and (max-width: 900px)
{
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:first-child,.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:nth-child(2)
{
display:block
}
}
@media only screen and (max-width: 900px)
{
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:first-child .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
width:100%
}
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
margin-left:10px
}
@media only screen and (max-width: 900px)
{
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
margin-left:0;
width:100%
}
}
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget[data-name="button"]+.widget
{
margin-top:0
}
@media only screen and (max-width: 900px)
{
.row--layout-promo-4a .row__container [data-name="responsivecolumns"] .columns-two-right .widget[data-name="button"]+.widget
{
margin-top:10px
}
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns
{
background-color:#3a99d8;
color:#fff
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h1,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h2,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h3,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h4,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h5,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .contentgroup__body,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns legend
{
color:#fff
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns p,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .paragraph,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns li,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns blockquote,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns blockquote:before,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns blockquote:after,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns td,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .phone-number-link,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .clicktocall__label,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .widget.clicktocall a,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .heading--6 [data-name="content"],.row--layout-promo-4a.row--style-light .row__container .responsivecolumns a,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .dropbox__label,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .ecomproduct__product-body,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .blogpost__post-body,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .blog-post-content,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .blogpostlist__post-excerpt--full,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .socialicons .icons span,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .ecom-productlist-price,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .ecom-featuredproducts-price,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .product-category-items li a span,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns label,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-light .row__container .responsivecolumns .cell--header,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-light .row__container .responsivecolumns .cell--header
{
color:rgba(255,255,255,0.875)
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
background-color:#000f4e;
color:#fff
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background:transparent;
box-shadow:none;
outline:none;
color:#000f4e;
border:2px solid #000f4e
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):before,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):after
{
display:none
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea
{
background-color:#2787c7;
border-color:#257fba;
color:#fff
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input::-webkit-input-placeholder,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea::-webkit-input-placeholder
{
color:rgba(255,255,255,0.65)
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input:-moz-placeholder,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea:-moz-placeholder
{
color:rgba(255,255,255,0.65)
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input::-moz-placeholder,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea::-moz-placeholder
{
color:rgba(255,255,255,0.65)
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input:-ms-input-placeholder,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea:-ms-input-placeholder
{
color:rgba(255,255,255,0.65)
}
.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .input::placeholder,.row--layout-promo-4a.row--style-light .row__container .responsivecolumns .textarea::placeholder
{
color:rgba(255,255,255,0.65)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns
{
background-color:#fff;
color:#000f4e
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h1,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h2,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h3,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h4,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h5,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .contentgroup__body,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns legend
{
color:#000f4e
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns p,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .paragraph,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns li,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns blockquote,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns blockquote:before,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns blockquote:after,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns td,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .phone-number-link,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .clicktocall__label,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .widget.clicktocall a,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .heading--6 [data-name="content"],.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns a,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .dropbox__label,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .ecomproduct__product-body,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .blogpost__post-body,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .blog-post-content,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .blogpostlist__post-excerpt--full,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .socialicons .icons span,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .ecom-productlist-price,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .ecom-featuredproducts-price,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .product-category-items li a span,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns label,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .cell--header,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .cell--header
{
color:rgba(0,15,78,0.75)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
background-color:#3a99d8;
color:#fff
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background:transparent;
box-shadow:none;
outline:none;
color:#000f4e;
border:2px solid #000f4e
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):before,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):after
{
display:none
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea
{
background-color:#ededed;
border-color:#e6e6e6;
color:#000f4e
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input::-webkit-input-placeholder,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea::-webkit-input-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input:-moz-placeholder,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea:-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input::-moz-placeholder,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea::-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input:-ms-input-placeholder,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea:-ms-input-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .input::placeholder,.row--layout-promo-4a.row--style-accent .row__container .responsivecolumns .textarea::placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns
{
background-color:#fff;
color:#000f4e
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h1,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h2,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h3,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h4,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h5,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .contentgroup__body,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns legend
{
color:#000f4e
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns p,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .paragraph,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns li,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns blockquote,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns blockquote:before,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns blockquote:after,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns td,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .phone-number-link,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .clicktocall__label,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .widget.clicktocall a,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns h6,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .heading--6 [data-name="content"],.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns a,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .dropbox__label,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .ecomproduct__product-body,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .blogpost__post-body,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .blog-post-content,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .blogpostlist__post-excerpt--full,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .socialicons .icons span,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .ecom-productlist-price,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .ecom-featuredproducts-price,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .product-category-items li a span,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns label,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns [data-name="row"] .ecombasketsummary .cell--header,[data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .cell--header,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns #migrated-site [data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .cell--header
{
color:rgba(0,15,78,0.75)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:none;
background-color:#3a99d8;
color:#fff
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
background:transparent;
box-shadow:none;
outline:none;
color:#000f4e;
border:2px solid #000f4e
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):before,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .widget:nth-child(2) .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button):after
{
display:none
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea
{
background-color:#ededed;
border-color:#e6e6e6;
color:#000f4e
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input::-webkit-input-placeholder,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea::-webkit-input-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input:-moz-placeholder,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea:-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input::-moz-placeholder,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea::-moz-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input:-ms-input-placeholder,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea:-ms-input-placeholder
{
color:rgba(0,15,78,0.65)
}
.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .input::placeholder,.row--layout-promo-4a.row--style-dark .row__container .responsivecolumns .textarea::placeholder
{
color:rgba(0,15,78,0.65)
}
#migrated-site .row--layout-promo-4a
{
display:none;
visibility:hidden
}
@media only screen and (max-width: 1100px)
{
body:not(#migrated-site) .row--layout-pricing-1a .column
{
-webkit-flex-basis:48.5%;
-moz-flex-basis:48.5%;
-ms-flex-preferred-size:48.5%;
flex-basis:48.5%;
max-width:48.5%
}
}
@media only screen and (max-width: 700px)
{
body:not(#migrated-site) .row--layout-pricing-1a .column
{
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
}
@media only screen and (min-width: 1100px)
{
body:not(#migrated-site) .row--layout-pricing-1a .column+.column:not(:first-child)
{
margin-left:1.33%
}
}
.row--layout-pricing-1a .responsivecolumns,#migrated-site .row--layout-pricing-1a .responsivecolumns
{
margin:0
}
@media only screen and (max-width: 1100px)
{
.row--layout-pricing-1a .responsivecolumns,#migrated-site .row--layout-pricing-1a .responsivecolumns
{
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
webkit-box-pack:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-ms-flex-pack:space-between;
justify-content:space-between
}
}
.row--layout-pricing-1a .column,#migrated-site .row--layout-pricing-1a .column
{
-webkit-align-self:normal;
-moz-align-self:normal;
-ms-align-self:normal;
-ms-flex-item-align:normal;
-ms-flex-align:normal;
align-self:normal;
border:2px solid;
border-radius:6px;
box-shadow:0 2px 0px rgba(0,0,0,0.02);
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
padding:32px
}
@media only screen and (max-width: 1100px)
{
.row--layout-pricing-1a .column,#migrated-site .row--layout-pricing-1a .column
{
margin-bottom:24px
}
}
@media only screen and (max-width: 700px)
{
.row--layout-pricing-1a .column,#migrated-site .row--layout-pricing-1a .column
{
padding:30px
}
}
.row--layout-pricing-1a .widget__content ul,.row--layout-pricing-1a .bk-content-text ul,#migrated-site .row--layout-pricing-1a .widget__content ul,#migrated-site .row--layout-pricing-1a .bk-content-text ul
{
list-style:none;
margin-bottom:0;
margin-left:0;
padding:0
}
.row--layout-pricing-1a .widget__content li,.row--layout-pricing-1a .bk-content-text li,#migrated-site .row--layout-pricing-1a .widget__content li,#migrated-site .row--layout-pricing-1a .bk-content-text li
{
background-image:url("https://basekit-product.s3-eu-west-1.amazonaws.com/icons/tick.svg");
background-repeat:no-repeat;
background-position:left center;
padding-left:50px
}
@media only screen and (max-width: 900px)
{
.row--layout-pricing-1a .widget__content li,.row--layout-pricing-1a .bk-content-text li,#migrated-site .row--layout-pricing-1a .widget__content li,#migrated-site .row--layout-pricing-1a .bk-content-text li
{
padding-left:30px
}
}
.row--layout-pricing-1a .column [data-name="content"]+[data-name="content"],#migrated-site .row--layout-pricing-1a .column [data-name="content"]+[data-name="content"]
{
margin-top:10px
}
.row--layout-pricing-1a .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#migrated-site .row--layout-pricing-1a .button:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
font-size:15.2px
}
.row--layout-pricing-1a.row--style-light .column,#migrated-site .row--layout-pricing-1a.row--style-light .column
{
border-color:#f2f2f2
}
.row--layout-pricing-1a.row--style-accent .column,#migrated-site .row--layout-pricing-1a.row--style-accent .column
{
border-color:#298dcf
}
.row--layout-pricing-1a.row--style-dark .column,#migrated-site .row--layout-pricing-1a.row--style-dark .column
{
border-color:#000a35;
border-color:#001981
}
#migrated-site .row--layout-pricing-1a .widget__content li:before,#migrated-site .row--layout-pricing-1a .widget__content li:after,#migrated-site .row--layout-pricing-1a .bk-content-text li:before,#migrated-site .row--layout-pricing-1a .bk-content-text li:after
{
display:none;
visibility:hidden
}
#migrated-site .row--layout-pricing-1a .column .widget:first-child
{
margin-bottom:0
}
#migrated-site .row--layout-pricing-1a .column .widget+.widget
{
margin-bottom:0;
margin-top:16px
}
@media only screen and (min-width: 1100px)
{
body:not(#migrated-site)[dir="rtl"] .row--layout-pricing-1a .column+.column:not(:first-child)
{
margin-left:0;
margin-right:1.33%
}
}
.row--layout-socialicons-1a .social-item:last-child .social-link:before,#migrated-site .row--layout-socialicons-1a .social-item:last-child .social-link:before
{
margin-right:0
}
.row--layout-socialicons-1a .social-link:before,#migrated-site .row--layout-socialicons-1a .social-link:before
{
margin-right:28px;
font-size:30px
}
@media only screen and (max-width: 900px)
{
.row--layout-socialicons-1a .social-link:before,#migrated-site .row--layout-socialicons-1a .social-link:before
{
margin-right:24px;
font-size:26px
}
}
@media only screen and (max-width: 700px)
{
.row--layout-socialicons-1a .social-link:before,#migrated-site .row--layout-socialicons-1a .social-link:before
{
margin-right:20px;
font-size:22px
}
}
.row--layout-socialicons-2a .row__container,#migrated-site .row--layout-socialicons-2a .row__container
{
text-align:center
}
.row--layout-socialicons-2a [data-name="content"]:first-child,.row--layout-socialicons-2a .widget.content:first-child,#migrated-site .row--layout-socialicons-2a [data-name="content"]:first-child,#migrated-site .row--layout-socialicons-2a .widget.content:first-child
{
width:100%
}
.row--layout-socialicons-2a .social-item:last-child .social-link:before,#migrated-site .row--layout-socialicons-2a .social-item:last-child .social-link:before
{
margin-right:0
}
.row--layout-socialicons-2a .social-link:before,#migrated-site .row--layout-socialicons-2a .social-link:before
{
font-size:19.8px
}
.row--layout-socialicons-2b .row__container,#migrated-site .row--layout-socialicons-2b .row__container
{
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 900px)
{
.row--layout-socialicons-2b .row__container,#migrated-site .row--layout-socialicons-2b .row__container
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.row--layout-socialicons-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-socialicons-2b .row__container [data-name="content"]:first-child
{
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;
padding-right:30px;
width:auto
}
@media only screen and (max-width: 700px)
{
.row--layout-socialicons-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-socialicons-2b .row__container [data-name="content"]:first-child
{
padding-right:0
}
}
.row--layout-socialicons-2b [data-name="socialicons"],#migrated-site .row--layout-socialicons-2b [data-name="socialicons"]
{
width:auto
}
.row--layout-socialicons-2b .social-item:last-child .social-link:before,#migrated-site .row--layout-socialicons-2b .social-item:last-child .social-link:before
{
margin-right:0
}
.row--layout-socialicons-2b .social-link:before,#migrated-site .row--layout-socialicons-2b .social-link:before
{
margin-right:28px;
font-size:30px
}
@media only screen and (max-width: 900px)
{
.row--layout-socialicons-2b .social-link:before,#migrated-site .row--layout-socialicons-2b .social-link:before
{
margin-right:24px;
font-size:26px
}
}
@media only screen and (max-width: 700px)
{
.row--layout-socialicons-2b .social-link:before,#migrated-site .row--layout-socialicons-2b .social-link:before
{
margin-right:20px;
font-size:22px
}
}
.row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"],#migrated-site .row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"]
{
margin-top:0
}
@media only screen and (max-width: 900px)
{
.row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"],#migrated-site .row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"]
{
margin-top:15px
}
}
@media only screen and (max-width: 700px)
{
.row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"],#migrated-site .row--layout-socialicons-2b .widget[data-name="content"]+[data-name="socialicons"]
{
margin-top:7px
}
}
.row--layout-tweet-2a .row__container,#migrated-site .row--layout-tweet-2a .row__container
{
text-align:center
}
.row--layout-tweet-2a [data-name="content"]:first-child,.row--layout-tweet-2a .widget.content:first-child,#migrated-site .row--layout-tweet-2a [data-name="content"]:first-child,#migrated-site .row--layout-tweet-2a .widget.content:first-child
{
width:100%
}
.row--layout-tweet-2b .row__container,#migrated-site .row--layout-tweet-2b .row__container
{
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 900px)
{
.row--layout-tweet-2b .row__container,#migrated-site .row--layout-tweet-2b .row__container
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.row--layout-tweet-2b .row__container [data-name="content"]:first-child,.row--layout-tweet-2b .row__container .widget.content:first-child,#migrated-site .row--layout-tweet-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-tweet-2b .row__container .widget.content:first-child
{
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;
padding-right:30px
}
@media only screen and (max-width: 700px)
{
.row--layout-tweet-2b .row__container [data-name="content"]:first-child,.row--layout-tweet-2b .row__container .widget.content:first-child,#migrated-site .row--layout-tweet-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-tweet-2b .row__container .widget.content:first-child
{
padding-right:0
}
}
.row--layout-paypal-2a .row__container,#migrated-site .row--layout-paypal-2a .row__container
{
text-align:center
}
.row--layout-paypal-2a [data-name="content"]:first-child,.row--layout-paypal-2a .widget.content:first-child,#migrated-site .row--layout-paypal-2a [data-name="content"]:first-child,#migrated-site .row--layout-paypal-2a .widget.content:first-child
{
width:100%
}
.row--layout-paypal-2b .row__container,#migrated-site .row--layout-paypal-2b .row__container
{
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 900px)
{
.row--layout-paypal-2b .row__container,#migrated-site .row--layout-paypal-2b .row__container
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.row--layout-paypal-2b .row__container [data-name="content"]:first-child,.row--layout-paypal-2b .row__container .widget.content:first-child,#migrated-site .row--layout-paypal-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-paypal-2b .row__container .widget.content:first-child
{
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;
padding-right:30px
}
@media only screen and (max-width: 700px)
{
.row--layout-paypal-2b .row__container [data-name="content"]:first-child,.row--layout-paypal-2b .row__container .widget.content:first-child,#migrated-site .row--layout-paypal-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-paypal-2b .row__container .widget.content:first-child
{
padding-right:0
}
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a .gallery-columns-four .gallery-item,.row--layout-logos-2a .gallery-columns-four .gallery-item,#migrated-site .row--layout-logos-1a .gallery-columns-four .gallery-item,#migrated-site .row--layout-logos-2a .gallery-columns-four .gallery-item
{
margin:3%;
-webkit-flex-basis:44%;
-moz-flex-basis:44%;
-ms-flex-preferred-size:44%;
flex-basis:44%;
max-width:44%
}
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a .gallery-columns-three .gallery-item,.row--layout-logos-2a .gallery-columns-three .gallery-item,#migrated-site .row--layout-logos-1a .gallery-columns-three .gallery-item,#migrated-site .row--layout-logos-2a .gallery-columns-three .gallery-item
{
margin:2%;
-webkit-flex-basis:29.32%;
-moz-flex-basis:29.32%;
-ms-flex-preferred-size:29.32%;
flex-basis:29.32%;
max-width:29.32%
}
}
@media only screen and (max-width: 700px)
{
.row--layout-logos-1a .gallery-columns-three .gallery-item,.row--layout-logos-2a .gallery-columns-three .gallery-item,#migrated-site .row--layout-logos-1a .gallery-columns-three .gallery-item,#migrated-site .row--layout-logos-2a .gallery-columns-three .gallery-item
{
margin:3%;
-webkit-flex-basis:44%;
-moz-flex-basis:44%;
-ms-flex-preferred-size:44%;
flex-basis:44%;
max-width:44%
}
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a .gallery-columns-two .gallery-item,.row--layout-logos-2a .gallery-columns-two .gallery-item,#migrated-site .row--layout-logos-1a .gallery-columns-two .gallery-item,#migrated-site .row--layout-logos-2a .gallery-columns-two .gallery-item
{
margin:2%;
-webkit-flex-basis:46%;
-moz-flex-basis:46%;
-ms-flex-preferred-size:46%;
flex-basis:46%;
max-width:46%
}
}
@media only screen and (max-width: 700px)
{
.row--layout-logos-1a .gallery-columns-two .gallery-item,.row--layout-logos-2a .gallery-columns-two .gallery-item,#migrated-site .row--layout-logos-1a .gallery-columns-two .gallery-item,#migrated-site .row--layout-logos-2a .gallery-columns-two .gallery-item
{
margin:3%;
-webkit-flex-basis:44%;
-moz-flex-basis:44%;
-ms-flex-preferred-size:44%;
flex-basis:44%;
max-width:44%
}
}
.row--layout-logos-1a .gallery__image-link,.row--layout-logos-1a .widget.gallery li a,.row--layout-logos-2a .gallery__image-link,.row--layout-logos-2a .widget.gallery li a,#migrated-site .row--layout-logos-1a .gallery__image-link,#migrated-site .row--layout-logos-1a .widget.gallery li a,#migrated-site .row--layout-logos-2a .gallery__image-link,#migrated-site .row--layout-logos-2a .widget.gallery li a
{
display:block;
height:auto;
max-width:180px;
padding-top:0;
width:100%
}
.row--layout-logos-1a .gallery__image-link,.row--layout-logos-1a .widget.gallery .gallery-widget li .inner,.row--layout-logos-2a .gallery__image-link,.row--layout-logos-2a .widget.gallery .gallery-widget li .inner,#migrated-site .row--layout-logos-1a .gallery__image-link,#migrated-site .row--layout-logos-1a .widget.gallery .gallery-widget li .inner,#migrated-site .row--layout-logos-2a .gallery__image-link,#migrated-site .row--layout-logos-2a .widget.gallery .gallery-widget li .inner
{
background-image:none !important
}
.row--layout-logos-1a .gallery__image,.row--layout-logos-1a .widget.gallery .gallery-widget li .inner img,.row--layout-logos-2a .gallery__image,.row--layout-logos-2a .widget.gallery .gallery-widget li .inner img,#migrated-site .row--layout-logos-1a .gallery__image,#migrated-site .row--layout-logos-1a .widget.gallery .gallery-widget li .inner img,#migrated-site .row--layout-logos-2a .gallery__image,#migrated-site .row--layout-logos-2a .widget.gallery .gallery-widget li .inner img
{
display:block;
margin-left:auto;
margin-right:auto;
max-height:100px;
text-align:center
}
.row--layout-logos-1a .gallery__figure,.row--layout-logos-1a .widget.gallery .gallery-widget li .inner a,.row--layout-logos-2a .gallery__figure,.row--layout-logos-2a .widget.gallery .gallery-widget li .inner a,#migrated-site .row--layout-logos-1a .gallery__figure,#migrated-site .row--layout-logos-1a .widget.gallery .gallery-widget li .inner a,#migrated-site .row--layout-logos-2a .gallery__figure,#migrated-site .row--layout-logos-2a .widget.gallery .gallery-widget li .inner a
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
height:100%
}
.row--layout-logos-1a blockquote,#migrated-site .row--layout-logos-1a blockquote
{
font-size:24px;
line-height:1.45454;
margin:0 auto;
max-width:calc(900px + 120px);
padding-left:60px;
padding-right:60px
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a blockquote,#migrated-site .row--layout-logos-1a blockquote
{
font-size:21.17648px;
padding-left:0;
padding-right:0
}
}
@media only screen and (max-width: 700px)
{
.row--layout-logos-1a blockquote,#migrated-site .row--layout-logos-1a blockquote
{
font-size:18.94736px
}
}
.row--layout-logos-1a blockquote:before,.row--layout-logos-1a blockquote:after,#migrated-site .row--layout-logos-1a blockquote:before,#migrated-site .row--layout-logos-1a blockquote:after
{
font-family:'IBM Plex Sans', Helvetica, sans-serif;
height:auto;
margin-top:0;
position:absolute;
opacity:.6;
width:auto
}
.row--layout-logos-1a blockquote:before,#migrated-site .row--layout-logos-1a blockquote:before
{
bottom:initial;
content:open-quote;
left:0;
font-size:90px;
line-height:1;
top:0
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a blockquote:before,#migrated-site .row--layout-logos-1a blockquote:before
{
top:-50px;
width:100%
}
}
.row--layout-logos-1a blockquote:after,#migrated-site .row--layout-logos-1a blockquote:after
{
bottom:0;
right:0;
content:close-quote;
line-height:1;
font-size:90px;
margin-left:10px
}
@media only screen and (max-width: 900px)
{
.row--layout-logos-1a blockquote:after,#migrated-site .row--layout-logos-1a blockquote:after
{
display:none
}
}
#migrated-site .row--layout-logos-1a .gallery-list,#migrated-site .row--layout-logos-1a .gallery-widget,#migrated-site .row--layout-logos-2a .gallery-list,#migrated-site .row--layout-logos-2a .gallery-widget
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin:0 -0.75%;
padding:0;
width:auto
}
#migrated-site .row--layout-logos-1a .gallery-widget li,#migrated-site .row--layout-logos-1a .gallery-list .gallery-item,#migrated-site .row--layout-logos-2a .gallery-widget li,#migrated-site .row--layout-logos-2a .gallery-list .gallery-item
{
-webkit-flex-basis:23.5%;
-moz-flex-basis:23.5%;
-ms-flex-preferred-size:23.5%;
flex-basis:23.5%;
max-width:23.5%;
height:auto;
margin:0.75%;
overflow:visible;
padding:0;
position:relative;
width:23.5%
}
@media only screen and (max-width: 900px)
{
#migrated-site .row--layout-logos-1a .gallery-widget li,#migrated-site .row--layout-logos-1a .gallery-list .gallery-item,#migrated-site .row--layout-logos-2a .gallery-widget li,#migrated-site .row--layout-logos-2a .gallery-list .gallery-item
{
-webkit-flex-basis:43.5%;
-moz-flex-basis:43.5%;
-ms-flex-preferred-size:43.5%;
flex-basis:43.5%;
max-width:43.5%;
margin-bottom:24px;
width:43.5%
}
}
#migrated-site .row--layout-logos-1a .gallery__figure,#migrated-site .row--layout-logos-2a .gallery__figure
{
position:relative
}
#migrated-site .row--layout-logos-1a .gallery__image-link,#migrated-site .row--layout-logos-1a .widget.gallery li a,#migrated-site .row--layout-logos-2a .gallery__image-link,#migrated-site .row--layout-logos-2a .widget.gallery li a
{
padding-bottom:0;
position:relative
}
#migrated-site .row--layout-logos-1a .widget.gallery li .inner,#migrated-site .row--layout-logos-1a .widget.gallery li .inner a,#migrated-site .row--layout-logos-2a .widget.gallery li .inner,#migrated-site .row--layout-logos-2a .widget.gallery li .inner a
{
margin:0 auto;
position:relative
}
.row--layout-dropbox-1a .row__container,#migrated-site .row--layout-dropbox-1a .row__container
{
text-align:center
}
.row--layout-dropbox-1a [data-name="content"]:first-child,#migrated-site .row--layout-dropbox-1a [data-name="content"]:first-child
{
width:100%
}
.row--layout-dropbox-2a .row__container,#migrated-site .row--layout-dropbox-2a .row__container
{
text-align:center
}
.row--layout-dropbox-2a [data-name="content"]:first-child,.row--layout-dropbox-2a .widget.content:first-child,#migrated-site .row--layout-dropbox-2a [data-name="content"]:first-child,#migrated-site .row--layout-dropbox-2a .widget.content:first-child
{
width:100%
}
.row--layout-dropbox-2b .row__container,#migrated-site .row--layout-dropbox-2b .row__container
{
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 900px)
{
.row--layout-dropbox-2b .row__container,#migrated-site .row--layout-dropbox-2b .row__container
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.row--layout-dropbox-2b .row__container [data-name="content"]:first-child,.row--layout-dropbox-2b .row__container .widget.content:first-child,#migrated-site .row--layout-dropbox-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-dropbox-2b .row__container .widget.content:first-child
{
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;
padding-right:30px
}
@media only screen and (max-width: 700px)
{
.row--layout-dropbox-2b .row__container [data-name="content"]:first-child,.row--layout-dropbox-2b .row__container .widget.content:first-child,#migrated-site .row--layout-dropbox-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-dropbox-2b .row__container .widget.content:first-child
{
padding-right:0
}
}
.row--layout-pdf-1a .row__container,#migrated-site .row--layout-pdf-1a .row__container
{
text-align:center
}
.row--layout-pdf-1a [data-name="content"]:first-child,.row--layout-pdf-1a .widget.content:first-child,#migrated-site .row--layout-pdf-1a [data-name="content"]:first-child,#migrated-site .row--layout-pdf-1a .widget.content:first-child
{
width:100%
}
.row--layout-pdf-2a .row__container,#migrated-site .row--layout-pdf-2a .row__container
{
text-align:center
}
.row--layout-pdf-2a [data-name="content"]:first-child,.row--layout-pdf-2a .widget.content:first-child,#migrated-site .row--layout-pdf-2a [data-name="content"]:first-child,#migrated-site .row--layout-pdf-2a .widget.content:first-child
{
width:100%
}
.row--layout-pdf-2b .row__container,#migrated-site .row--layout-pdf-2b .row__container
{
-webkit-box-orient:row;
-webkit-box-direction:row;
-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center
}
@media only screen and (max-width: 900px)
{
.row--layout-pdf-2b .row__container,#migrated-site .row--layout-pdf-2b .row__container
{
-webkit-box-orient:column;
-webkit-box-direction:column;
-webkit-flex-direction:column;
-moz-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.row--layout-pdf-2b .row__container [data-name="content"]:first-child,.row--layout-pdf-2b .row__container .widget.content:first-child,#migrated-site .row--layout-pdf-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-pdf-2b .row__container .widget.content:first-child
{
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;
padding-right:30px
}
@media only screen and (max-width: 700px)
{
.row--layout-pdf-2b .row__container [data-name="content"]:first-child,.row--layout-pdf-2b .row__container .widget.content:first-child,#migrated-site .row--layout-pdf-2b .row__container [data-name="content"]:first-child,#migrated-site .row--layout-pdf-2b .row__container .widget.content:first-child
{
padding-right:0
}
}
.row--layout-youtube-1a .row__container,#migrated-site .row--layout-youtube-1a .row__container
{
margin-left:auto;
margin-right:auto;
padding-top:80px;
padding-bottom:80px;
max-width:1300px;
width:90%
}
.row--layout-youtube-1b .row__container,#migrated-site .row--layout-youtube-1b .row__container
{
margin:0;
max-width:100%;
padding:0;
width:100%
}
[data-name="row"] .ecombasketsummary,#migrated-site [data-name="row"] .ecombasketsummary
{
position:relative;
z-index:1
}
[data-name="row"] .ecombasketsummary .message,#migrated-site [data-name="row"] .ecombasketsummary .message
{
margin:10px 0 30px
}
[data-name="row"] .ecombasketsummary .ecombasketsummary__summary-form,#migrated-site [data-name="row"] .ecombasketsummary .ecombasketsummary__summary-form
{
-webkit-align-items:center;
-moz-align-items:center;
-ms-align-items:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:flex-end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
-ms-justify-content:flex-end;
-ms-flex-pack:flex-end;
justify-content:flex-end;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
@media only screen and (max-width: 900px)
{
[data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .summary-title
{
font-size:29.4px
}
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .summary-title,#migrated-site [data-name="row"] .ecombasketsummary .summary-title
{
font-size:25.2px
}
}
[data-name="row"] .ecombasketsummary .summary-table,#migrated-site [data-name="row"] .ecombasketsummary .summary-table
{
border-collapse:separate;
border-spacing:0 10px;
width:100%;
margin:20px 0 0
}
[data-name="row"] .ecombasketsummary .table-row--heading .cell,#migrated-site [data-name="row"] .ecombasketsummary .table-row--heading .cell
{
padding:10px
}
[data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total),#migrated-site [data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total)
{
padding:10px
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total),#migrated-site [data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total)
{
display:block;
padding:0
}
}
[data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell,#migrated-site [data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
padding:10px
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell,#migrated-site [data-name="row"] .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
border:0;
display:block;
padding:10px 0;
text-align:left;
width:100%
}
}
[data-name="row"] .ecombasketsummary .cell--image,#migrated-site [data-name="row"] .ecombasketsummary .cell--image
{
width:auto
}
[data-name="row"] .ecombasketsummary .cell--header,#migrated-site [data-name="row"] .ecombasketsummary .cell--header
{
display:table-cell
}
@media only screen and (max-width: 900px)
{
[data-name="row"] .ecombasketsummary .cell--title,#migrated-site [data-name="row"] .ecombasketsummary .cell--title
{
width:40%
}
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .cell--title,#migrated-site [data-name="row"] .ecombasketsummary .cell--title
{
width:100%
}
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .cell--total,[data-name="row"] .ecombasketsummary .cell--price,#migrated-site [data-name="row"] .ecombasketsummary .cell--total,#migrated-site [data-name="row"] .ecombasketsummary .cell--price
{
border-top:0
}
}
[data-name="row"] .ecombasketsummary .ecombasketsummary__summary-item-link,#migrated-site [data-name="row"] .ecombasketsummary .ecombasketsummary__summary-item-link
{
background-image:none !important;
height:auto;
padding:0;
width:auto
}
[data-name="row"] .ecombasketsummary .image,#migrated-site [data-name="row"] .ecombasketsummary .image
{
max-width:150px;
object-fit:contain
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .image,#migrated-site [data-name="row"] .ecombasketsummary .image
{
max-height:300px;
max-width:100%
}
}
[data-name="row"] .ecombasketsummary .quantity-wrap,#migrated-site [data-name="row"] .ecombasketsummary .quantity-wrap
{
background-color:transparent;
height:28px;
line-height:28px;
margin:0;
min-height:0;
width:110px
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .quantity-wrap,#migrated-site [data-name="row"] .ecombasketsummary .quantity-wrap
{
margin-top:8px
}
}
[data-name="row"] .ecombasketsummary .button--quantity,#migrated-site [data-name="row"] .ecombasketsummary .button--quantity
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
webkit-box-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
-ms-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
height:28px;
line-height:28px;
min-height:0;
padding:0 !important;
width:28px
}
@media only screen and (max-width: 700px)
{
[data-name="row"] .ecombasketsummary .summary-table .table-row--order-total,#migrated-site [data-name="row"] .ecombasketsummary .summary-table .table-row--order-total
{
padding-top:0
}
}
[data-name="row"] .ecombasketsummary .order-total,#migrated-site [data-name="row"] .ecombasketsummary .order-total
{
margin:20px 0;
text-align:right
}
@media only screen and (max-width: 900px)
{
[data-name="row"] .ecombasketsummary .ecombasketsummary__continue-shopping,[data-name="row"] .ecombasketsummary .ecombasketsummary__button,#migrated-site [data-name="row"] .ecombasketsummary .ecombasketsummary__continue-shopping,#migrated-site [data-name="row"] .ecombasketsummary .ecombasketsummary__button
{
text-align:center;
width:100%
}
}
.row--style-light .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:#f2f2f2
}
@media only screen and (max-width: 700px)
{
.row--style-light .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:transparent
}
}
.row--style-accent .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:#298dcf
}
@media only screen and (max-width: 700px)
{
.row--style-accent .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:transparent
}
}
.row--style-dark .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:#001468
}
@media only screen and (max-width: 700px)
{
.row--style-dark .ecombasketsummary .table-row:not(.table-row--heading):not(.table-row--order-total) .cell
{
background-color:transparent
}
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] .ecombasketsummary__cell:before
{
content:attr(data-title);
display:block;
font-size:12px;
line-height:1.2;
height:auto;
left:initial;
right:initial;
position:relative;
top:initial
}
}
#migrated-site [data-name="row"] .ecombasketsummary .summary-table
{
border-collapse:collapse;
border-spacing:0
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] .table-row
{
border:0
}
}
@media only screen and (max-width: 700px)
{
#migrated-site [data-name="row"] .table-row--heading
{
display:none;
visibility:hidden
}
}
[dir="rtl"] #page-zones__main .row--layout-basket-1a .basket-body,[dir="rtl"] #page-zones__main .row--layout-basket-1a .ecombasket-list-container
{
left:0;
right:initial
}
#migrated-site .row--layout-basket-1a
{
display:none;
visibility:hidden
}
#page-zones__main .row--layout-basket-1a.row--layout-basket-1a
{
z-index:2
}
#page-zones__main .row--layout-basket-1a .bk-zone:not(#page-zones__preheader)
{
min-height:inherit
}
#page-zones__main .row--layout-basket-1a .row__container
{
padding-top:8px !important;
padding-bottom:8px !important
}
@media only screen and (max-width: 700px)
{
#page-zones__main .row--layout-basket-1a .column
{
margin-bottom:8px
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .row--layout-basket-1a [data-name="content"] *,#page-zones__main .row--layout-basket-1a [data-name="contentgroup"] *
{
text-align:center
}
}
#page-zones__main .row--layout-basket-1a [data-name="ecombasket"]
{
display:block;
text-align:right
}
#page-zones__main .row--layout-basket-1a .ecombasket+.widget-overlay
{
display:none !important
}
#page-zones__main .row--layout-basket-1a .basket-body
{
box-shadow:10px 20px 30px rgba(0,0,0,0.2);
max-width:500px;
padding:20px;
margin-left:auto;
margin-top:8px;
min-width:max-content;
position:absolute;
right:0;
text-align:left;
z-index:2
}
@media only screen and (max-width: 700px)
{
#page-zones__main .row--layout-basket-1a .basket-body
{
left:0;
width:100%
}
}
#page-zones__main .row--layout-basket-1a .basket-list
{
padding:0
}
#page-zones__main .row--layout-basket-1a .basket-item
{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
margin-bottom:20px;
padding:0;
position:relative
}
@media only screen and (max-width: 900px)
{
#page-zones__main .row--layout-basket-1a .basket-item
{
display:block
}
}
#page-zones__main .row--layout-basket-1a .basket-item-image
{
margin-right:20px;
position:relative
}
@media only screen and (max-width: 900px)
{
#page-zones__main .row--layout-basket-1a .basket-item-image
{
margin-right:0;
padding-right:40px
}
}
#page-zones__main .row--layout-basket-1a .basket-item-details
{
padding-right:40px
}
#page-zones__main .row--layout-basket-1a .ecombasket__basket-toggle:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#page-zones__main .row--layout-basket-1a .view-basket:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
padding:8px
}
@media only screen and (max-width: 700px)
{
#page-zones__main .row--layout-basket-1a .ecombasket__basket-toggle:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button),#page-zones__main .row--layout-basket-1a .view-basket:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
display:block;
text-align:center;
padding:12px !important;
width:100%
}
}
@media only screen and (max-width: 700px)
{
#page-zones__main .row--layout-basket-1a .view-basket:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
margin-top:16px
}
}
#page-zones__main .row--layout-basket-1a .item-remove:not(.navigation-toggle):not(.button--pagination):not(.next-button):not(.previous-button):not(.pause-toggle):not(.pswp__button):not(.row-add-button__button):not(.row-template-preview__header-close-button):not(.row-template-preview__groups-menu-item-control):not(.row-template-preview__template-add-button):not(.row-selector-panel__header-button):not(.row-collections__item-button):not(.navigation-basket-toggle):not(.paypalbuynow__button):not(.bk-cookie-button)
{
border:0;
display:inline-block;
font-size:16px;
height:24px;
outline:0;
padding:0;
position:absolute;
right:0;
top:0;
width:24px
}
#page-zones__main .row--layout-basket-1a .item-remove:before,#page-zones__main .row--layout-basket-1a .item-remove:after
{
background-color:transparent
}
#page-zones__main .row--layout-basket-1a .item-remove:before
{
content:"\f00d";
line-height:24px;
top:0
}
#page-zones__main .row--layout-basket-1a .item-remove:hover
{
cursor:pointer
}
#page-zones__main .row--layout-basket-1a .remove-text
{
display:none;
visibility:hidden
}
#page-zones__main .row--layout-basket-1a .ecombasket__button
{
margin-top:8px
}
#page-zones__main .row--layout-basket-1a .basket-item-name
{
display:inline-block;
font-size:20px;
line-height:24px;
text-decoration:none
}
#page-zones__main .row--layout-basket-1a .basket-item-price
{
margin-top:0
}
#page-zones__main .row--layout-basket-1a .item-quantity
{
font-size:18px;
line-height:22px
}
#page-zones__main .row--layout-basket-1a.row--style-light .basket-body
{
background:#fff
}
#page-zones__main .row--layout-basket-1a.row--style-accent .basket-body
{
background:#3a99d8
}
#page-zones__main .row--layout-basket-1a.row--style-dark .basket-body
{
background:#000f4e
}
#migrated-site .row--style-light .basket-item-name,#migrated-site .row--style-light .basket-item-price,#migrated-site .row--style-light .basket-total
{
color:#000f4e;
fill:#000f4e
}
#migrated-site .row--style-light.row--background-type-image .basket-item-name,#migrated-site .row--style-light.row--background-type-image .basket-item-price,#migrated-site .row--style-light.row--background-type-image .basket-total
{
color:#fff
}
#migrated-site .row--style-accent .basket-item-name,#migrated-site .row--style-accent .basket-item-price,#migrated-site .row--style-accent .basket-total
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-accent.row--background-type-image .basket-item-name,#migrated-site .row--style-accent.row--background-type-image .basket-item-price,#migrated-site .row--style-accent.row--background-type-image .basket-total
{
color:#fff
}
#migrated-site .row--style-dark .basket-item-name,#migrated-site .row--style-dark .basket-item-price,#migrated-site .row--style-dark .basket-total
{
color:#fff;
fill:#fff
}
#migrated-site .row--style-dark.row--background-type-image .basket-item-name,#migrated-site .row--style-dark.row--background-type-image .basket-item-price,#migrated-site .row--style-dark.row--background-type-image .basket-total
{
color:#fff
}
#migrated-site .row--style-light .item-quantity,#migrated-site .row--style-light .quantity-number
{
color:rgba(0,15,78,0.75)
}
#migrated-site .row--style-light.row--background-type-image .item-quantity,#migrated-site .row--style-light.row--background-type-image .quantity-number
{
color:#fff
}
#migrated-site .row--style-accent .item-quantity,#migrated-site .row--style-accent .quantity-number
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-accent.row--background-type-image .item-quantity,#migrated-site .row--style-accent.row--background-type-image .quantity-number
{
color:#fff
}
#migrated-site .row--style-dark .item-quantity,#migrated-site .row--style-dark .quantity-number
{
color:rgba(255,255,255,0.875)
}
#migrated-site .row--style-dark.row--background-type-image .item-quantity,#migrated-site .row--style-dark.row--background-type-image .quantity-number
{
color:#fff
}
.row--layout-form- .row__container>[data-name="advancedcontactform"],.row--layout-form- .row__container>.widget.advancedcontactform,#migrated-site .row--layout-form-3a .row__container>[data-name="advancedcontactform"],#migrated-site .row--layout-form-3a .row__container>.widget.advancedcontactform
{
margin-left:auto;
margin-right:auto;
max-width:800px;
width:100%
}



#Video  {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
	z-index: -950;
}
.feature__background-video
{
min-height:500px;
height:600px;
width:100%;
overflow: hidden;
position: relative;
}
.form-group-secure {
  margin-bottom: 15px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.clicktocall__label
{
	font-family:"Cabin", "Oswald", Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:inherit;
	color:#fff;
	letter-spacing:1px;
}
