@charset "utf-8";
/* CSS Document */
:root {
    --logo-half: 125px; 
}

/* Standard resets and settings */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), 
       url("fonts/fa-brands-400.woff") format("woff")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), 
       url("fonts/fa-regular-400.woff") format("woff")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.woff2") format("woff2"),  
       url("fonts/fa-solid-900.woff") format("woff")
}

:root {
    --icon-font:  'Font Awesome 5 Free';
    --brand-font: 'Font Awesome 5 Brands';
}

*												{ margin: 0px; padding: 0px; font-weight: 100; font-style: normal; -webkit-backface-visibility: hidden; outline: none; -webkit-appearance: none; }
*, *:before, *:after                            { box-sizing: border-box; }
html                                            { max-width: 100%; }
body                                            { width: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
.social a span, a.sd-button span		        { font-size: 0px; opacity: 0; }
container                                       { display: block; margin: auto; width: 100%; }
a[href^="mailto:"],
a[href^="tel:"]                                 { 
    color: inherit; 
    text-decoration: none; 
    /* pointer-events: none; */
 }
body.allowtel a[href^="tel:"]                   { pointer-events: auto; }
article ul, main ul								{ padding-left: 25px; list-style-type: disc; }
article ol, main ol								{ padding-left: 25px; }
article strong, article b, p strong, p b,
main b, main strong								{ font-weight: 900; font-style: inherit; }
article em, article i, p em, p i, 
main em, main i									{ font-style: italic; font-weight: 300; font-weight: inherit; }
article h1, main h1								{ font-size: 2em; font-weight: 100; line-height: 1.5; }
article h2, main h2								{ font-size: 1.5em; font-weight: 100; line-height: 1.5; } 
main , .blocks, div container, #page-head container, 
#page-foot container						    { margin: 0px auto; }
main container:after, div container:after, #page-head container:after, .equal-heights:after, .centerbox:after, .listed:after, .halves:after, .row:after, main > div:after, 
.blocks:after, #page-foot container:after		{ content:""; display: block; clear: both; float: none; width: 0px; height: 0px; }
.align-center                                   { margin-left: auto!important; margin-right: auto!important; display: block; max-width: 100%; }
.align-right									{ margin-left: 1em; float: right; padding: 3px; }
.align-left										{ margin-right: 1em; float: left; padding: 3px; }
article article, container container			{ display: block!important; width: auto!important; }
.left                                           { float: left!important; }
.right                                          { float: right!important; }
article img                                     { max-width: 100%; }
article .wp-block-video video                   { max-width: 100%; }

/* Details Settings */
details, summary, details.closed > summary,
details.open   > summary						{ display: block; }
details.closed > * 								{ display: none; }
details.closed > summary:before 				{ display: inline-block; content: "+"; padding: 0; margin-right: 5px; }
details.open   > summary:before 				{ display: inline-block; content: "-"; padding: 0; margin-right: 5px; }

/* Tree Menu Settings */
ul.tree li:before								{ content: " "; display: inline-block; width: 20px; height: 20px; font-family: var(--icon-font); }
ul.tree .collapsed:before						{ content:"/f0fe"; display: inline-block; width: 20px; height: 20px; font-family: var(--icon-font); margin-left: -23px; }
ul.tree .expanded:before						{ content:"/f146"; display: inline-block; width: 20px; height: 20px; font-family: var(--icon-font); margin-left: -23px; }

/* Pagination */
.pagination										{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-content: center; align-items: center; margin: 25px 0px; clear: both; }
.pagination a									{ text-decoration: none; margin: 0px 0px; display: inline-block; }

/* Nav Menu Settings */
.toggle                                         { font-size: 0px; }
#toggle, .toggle, .mobileonly				    { display: none; }
nav ul, .social, #tree, #tree li				{ list-style-type: none; display: inline-block; }
nav ul li, .social li							{ display: inline-block; position: relative; font-size: 0px; }
#nav #main .menu-item-has-children ul			{ position: absolute; display: block; z-index: 1; max-height: 0; overflow: hidden; transition: all 0.8s; width: 100%; overflow: hidden; background: #333; left: 0px; top: 100%; }
#nav #main .menu-item-has-children ul li,
#nav #main .menu-item-has-children ul li a                                  { display: block; }
#nav #main .menu-item-has-children:hover > ul, 
#nav #main .menu-item-has-children:active > ul,
#nav #main .menu-item-has-children > ul.expand                              { max-height: 100vh; overflow: none; display: block; }
#nav.addtoggle #main .menu-item-has-children span.toggler                   { display: inline-block; }
#nav.addtoggle #main .menu-item-has-children span.toggler:before            { font-family: var(--icon-font); content: "\f0fe"; font-size: 16px; font-weight: 400; }
#nav.addtoggle #main .menu-item-has-children span.toggler.active:before     { content: "\f146" }

/* Base Template Settings */
body											{ background: transparent; font-size: 100%; }
#page-head container, #page-foot container, 
div container									{ width: 100%; }
.cta, input[type=submit], .frm_button_submit, .wp-block-button__link,
button                                          { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
 
/* Header Settings */
#page-head										{ transition: all .5s ease-in; }
#page-head.navfixed                             { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1; animation: stickyheader .5s; transition: all .5s; }
#page-head container .logo > *                  { max-height: 100%; }
#page-head container #nav                       { display: inline-block; }
#page-head container #nav #main li              { height: auto; }
#page-head container #nav #main a				{ text-decoration: none; margin: 0px; display: inline-block; }
#page-head container #nav #main .current-menu-item a, #page-head container #nav #main .active a,
#page-head container #nav #main a:hover         { opacity: 1; } 

@keyframes stickyheader {
    0%  { transform: translateY(-100%); }
    100%{ transform: translateY(0%); }
}

/* Header Settings with center logo */
#page-head                                      { position: sticky;}
#page-head.center-logo container                { position: relative; transform-style: preserve-3d; }
#page-head.center-logo container .logo          { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
#page-head.center-logo container #nav           { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-content: center; align-items: center; position: relative; z-index: 1; height: 100%; }
#page-head.center-logo container #nav #main     { width: 100%; text-align: center; }


/* Code for toggle menu on desktop */
#page-head.toggle-menu container                  { position: relative; }
#page-head.toggle-menu container #nav             { position: absolute; margin-top: 0px; text-align: right; top: 0%; left: 0%; transform: none; }
#page-head.toggle-menu container #nav	          { display: block!important; width: 100%; height: 0px; overflow: hidden; transition: height 0.8s; position: absolute; z-index: 2; width: auto; top: 100%; right: 0px; width: 100%; overflow-y: hidden; background: #333; text-align: center; }
#page-head.toggle-menu container #nav #main,
#page-head.toggle-menu container #nav #main li    { display: block!important; height: auto!important; }
#page-head.toggle-menu container #nav #main li a  { padding: 20px; display: block; margin: 0px!important;  }
	
#page-head.toggle-menu container #nav #main .menu-item-has-children ul         { display: block!important; max-height: 0px; position: static; }
#page-head.toggle-menu container #nav #main .menu-item-has-children ul li      { display: block; }
#page-head.toggle-menu container #nav #main .menu-item-has-children ul li a    { }
#page-head.toggle-menu container #nav #main .menu-item-has-children ul.expand  { display: block!important; position: static; max-height: 100vh }

#page-head.toggle-menu container .toggle            { width: 30px; height: 30px; display: inline-block; text-decoration: none; z-index: 3; position: absolute; top: 50%; right: 0px; text-align: left; transform: translateY(-50%); transition: .5s ease-in-out; cursor: pointer; }
#page-head.toggle-menu container .toggle:before,
#page-head.toggle-menu container .toggle:after,
#page-head.toggle-menu container .toggle em:before,
#page-head.toggle-menu container .toggle em:after   { display: block; position: absolute; height: 3px; width: 100%; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; content: " "; border-radius: 15px; }

#page-head.toggle-menu container .toggle:before                { top: 0px; }
#page-head.toggle-menu container .toggle em:before,
#page-head.toggle-menu container .toggle em:after            { top: 50%; }
#page-head.toggle-menu container .toggle:after                 { top: 100%; }

#page-head.toggle-menu container #toggle:checked ~ .toggle:before { top: 14px; width: 0%; left: 50%; }
#page-head.toggle-menu container #toggle:checked ~ .toggle em:before { transform: rotate(45deg); }
#page-head.toggle-menu container #toggle:checked ~ .toggle em:after { transform: rotate(-45deg); }
#page-head.toggle-menu container #toggle:checked ~ .toggle:after { top: 14px; width: 0%; left: 50%; }  
#page-head.toggle-menu container #toggle:checked ~ #nav	{ display: block!important; height: 100vh;  }

/* Masonry Settings */
.blocks li   									{ display: inline-block; }

/* Columns Settings */
.twocol											{ column-count: 2; }
.threecol										{ column-count: 3; }
.fourcol										{ column-count: 4; }
.twocol hr, .threecol hr, .fourcol hr           { column-break-before: always; visibility: hidden; width: 100%; clear: both; height: 0px; padding: 0px; margin: 0px; }

/* Box Settings */
.box-1-1, .box-2-2, .box-3-3, .box-4-4-, .box-5-5, .box-6-6, .box-7-7, .box-8-8, .box-9-9, .box-10-10, .box-11-11,
.box-12-12                                      { width: 100%; }    

.box-1-2, .box-2-4, .box-3-6, .box-4-8, 
.box-5-10, .box-6-12                            { width: 50%; }

.box-1-3, .box-2-6, .box-4-12			    	{ width: calc( 100% / 3 ); }
.box-2-3, .box-4-6, .box-8-12				    { width: calc( 200% / 3 ); }

.box-1-4, .box-2-8, .box-3-12    			    { width: 25%; }
.box-3-4, .box-6-8, .box-9-12			    	{ width: 75%; }

.box-1-5, .box-2-10                             { width: 20%; }
.box-2-5, .box-4-10                             { width: 40%; }
.box-3-5, .box-6-10                             { width: 60% }
.box-4-5, .box-8-10                             { width: 80% }

.box-1-6, .box-2-12                             { width: calc( 100% / 6 ); }
.box-5-6, .box-10-12                            { width: calc( 500% / 6 ); }

.box-1-7                                        { width: calc( 100% / 7 ); } 
.box-2-7                                        { width: calc( 200% / 7 ); }
.box-3-7                                        { width: calc( 300% / 7 ); }
.box-4-7                                        { width: calc( 400% / 7 ); }
.box-5-7                                        { width: calc( 500% / 7 ); }
.box-6-7                                        { width: calc( 600% / 7 ); }

.box-1-8                                        { width: 12.5%; } 
.box-3-8                                        { width: 37.5%; } 
.box-5-8                                        { width: 62.5%; } 
.box-7-8                                        { width: 87.5%; } 

.box-1-9                                        { width: calc( 100% / 9 ); }
.box-2-9                                        { width: calc( 200% / 9 ); }
.box-3-9                                        { width: calc( 300% / 9 ); }
.box-4-9                                        { width: calc( 400% / 9 ); }
.box-5-9                                        { width: calc( 500% / 9 ); }
.box-6-9                                        { width: calc( 600% / 9 ); }
.box-7-9                                        { width: calc( 700% / 9 ); }
.box-8-9                                        { width: calc( 800% / 9 ); }

.box-1-10                                       { width: 10%; }
.box-3-10                                       { width: 30%; }
.box-7-10                                       { width: 70%; }
.box-9-10                                       { width: 90%; }

.box-1-11                                       { width: calc( 100% / 11 ); }
.box-2-11                                       { width: calc( 200% / 11 ); }
.box-3-11                                       { width: calc( 300% / 11 ); }
.box-4-11                                       { width: calc( 400% / 11 ); }
.box-5-11                                       { width: calc( 500% / 11 ); }
.box-6-11                                       { width: calc( 600% / 11 ); }
.box-7-11                                       { width: calc( 700% / 11 ); }
.box-8-11                                       { width: calc( 800% / 11 ); }
.box-9-11                                       { width: calc( 900% / 11 ); }
.box-10-11                                      { width: calc( 1000% / 11 ); }

.box-1-12                                       { width: calc( 100% / 12 ); }
.box-5-12                                       { width: calc( 500% / 12 ); }
.box-7-12                                       { width: calc( 700% / 12 ); }
.box-11-12                                      { width: calc( 1100% / 12 ); }

[class^="box-"], [class*=" box-"]               { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; align-items: flex-start; height: 100%; }

/* Halves Settings */
.halves                                         { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; align-items: stretch; }
.halves > .half                                 { width: 50%; display: flex; height: auto; }
.halves > .half > container                     { width: 100%; display: flex; height: 100%; }
.halves > .half:first-child > container         { justify-content: flex-end; }
.halves > .half:last-child > container          { justify-content: flex-start; }

/* Formidable */
.frm_fields_container                           { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; align-items: stretch; }
.frm_half                                       { width: 50%; }
.frm_third                                      { width: calc( 100% / 3 ); }
.frm_two_thirds                                 { width: calc( 200% / 3 ); }
.frm_fourth                                     { width: 25%; }
.frm_three_fourths                              { width: 75%; }
.frm_sixth                                      { width: calc( 100% / 6 ); }
.frm10                                          { width: calc( calc( 100% / 6 ) * 5 ); }
.frm_full                                       { width: 100%; }

.frm_form_field input:focus::-webkit-input-placeholder  { color: transparent; }
.frm_form_field input:focus:-moz-placeholder            { color: transparent; } 
.frm_form_field input:focus::-moz-placeholder           { color: transparent; } 
.frm_form_field input:focus:-ms-input-placeholder       { color: transparent; } 

fieldset                                            { border: none; }
.frm_form_field                                     { text-align: left; width: 100%; padding: 10px; }
label                                               { font-family: var(--secondary-font); font-size: 26px; line-height: 1.1; margin: 0 20px 15px; display: block; }
.frm_form_field input[type=checkbox]                { display: inline-block; width: 16px; height: 16px; background: var(--secondary-color); color: var(--primary-color); border: 10px solid var(--tertiary-color); position: relative; -webkit-appearance: none; appearance: none; }
.frm_form_field input[type=checkbox]:checked:before { display: inline-block; content: ""; position: absolute; top: 2px; left: 2px; width: 12px; height: 12px; background: #000; }
.frm_form_field input[type=radio]                   { display: inline-block; width: 16px; height: 16px; background: var(--secondary-color); color: var(--primary-color); border: 10px solid var(--tertiary-color); position: relative; -webkit-appearance: none; appearance: none; border-radius: 50%; }
.frm_form_field input[type=radio]:checked:before    { display: inline-block; content: ""; position: absolute; top: 2px; left: 2px; width: 12px; height: 12px; background: #000; border-radius: 50%; }
.frm_form_field input[type=text], .frm_form_field input[type=email], 
.frm_form_field input[type=tel]                     { display: block; height: 90px; width: 100%; padding-left: 10px; background: var(--secondary-color); color: var(--primary-color); border: 5px solid var(--tertiary-color); border-radius: 0px; -webkit-appearance: none; appearance: none;  }  
.frm_form_field textarea                            { display: block; height: 180px; width: 100%; padding-left: 10px; background: var(--secondary-color); color: var(--primary-color); border: 5px solid var(--tertiary-color); border-radius: 0px; -webkit-appearance: none; appearance: none; padding-top: 8px;  }    
.frm_form_field select                              { display: block; height: 90px; width: 100%; padding-left: 10px; background: var(--secondary-color); color: var(--primary-color); border: 5px solid var(--tertiary-color); border-radius: 0px; -webkit-appearance: none; appearance: none; }

/* Listed Row */
.listed                                         { font-size: 0px; letter-spacing: 0px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; clear: both; width: 100%; }
.listed li                                      { display: inline-block; font-size: 12px; letter-spacing: normal; width: 100% }
.listed li:nth-last-child(n+2),
.listed li:nth-last-child(n+2) ~ li             { width: 50%; }
.listed li:nth-last-child(n+3),
.listed li:nth-last-child(n+3) ~ li             { width: calc( 100% / 3 ); }
.listed li:nth-last-child(n+4),
.listed li:nth-last-child(n+4) ~ li             { width: 25%; }
.listed li:nth-last-child(n+5),
.listed li:nth-last-child(n+5) ~ li             { width: 20%; }
.listed li:nth-last-child(n+6),
.listed li:nth-last-child(n+6) ~ li             { width: calc( 100% / 6 ); }
.listed li:nth-last-child(n+7),
.listed li:nth-last-child(n+7) ~ li             { width: calc( 100% / 7 ); }
.listed li:nth-last-child(n+8),
.listed li:nth-last-child(n+8) ~ li             { width: 12.5%; }
.listed li:nth-last-child(n+9),
.listed li:nth-last-child(n+9) ~ li             { width: calc( 100% / 9 ); }
.listed li:nth-last-child(n+10),
.listed li:nth-last-child(n+10) ~ li            { width: 10%; }
.listed li:nth-last-child(n+11),
.listed li:nth-last-child(n+11) ~ li            { width: calc( 100% / 11 ); }
.listed li:nth-last-child(n+12),
.listed li:nth-last-child(n+12) ~ li            { width: calc( 100% / 12 ); }

/* Alignment and Flexbox awesomeness */
.equal-heights                                                  { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; align-items: stretch; }
[class^="flex-"], [class*=" flex-"]                             { display: flex; flex-direction: row; flex-wrap: nowrap; }
[class^="flex-"].column, [class*=" flex-"].column               { flex-direction: column; }
[class^="flex-"].wrap, [class*=" flex-"].wrap                   { flex-wrap: wrap; }
[class^="flex-"].inline, [class*=" flex-"].inline               { display: inline-flex; }
[class^="flex-top-"], [class*=" flex-top-"]                     { align-items: flex-start; }
[class^="flex-middle-"], [class*=" flex-middle-"]               { align-items: center; }
[class^="flex-bottom-"], [class*=" flex-bottom-"]               { align-items: flex-end; }
[class^="flex-stretch-"], [class*=" flex-stretch-"]             { align-items: stretch; }
.flex-top-left, .flex-middle-left, .flex-bottom-left            { justify-content: flex-start; }
.flex-top-center, .flex-middle-center, .flex-bottom-center      { justify-content: center; }
.flex-top-right, .flex-middle-right, .flex-bottom-right         { justify-content: flex-end; }
.flex-top-justify, .flex-middle-justify, .flex-bottom-justify   { justify-content: space-between; }

container[class^="flex-"]:after, container[class*=" flex-"]:after, container[class^="flex-"]:after, 
container[class*=" flex-"]:after                                { display: none!important; }

/* Screen Height Classes */
.full-height                                    { min-height: 100vh; }
.half-height                                    { min-height: 50vh; }

/* Background Image Block Settings */
.bg                                             { position: relative; overflow: hidden; }
.bg container                                   { position: relative; z-index: 0; }
.bg picture.desktopbg, .bg picture.mobilebg     { position: absolute; z-index: -1; width: 100%; height: 100%; top: 0px; left: 0px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: stretch; align-items: center; }
.bg picture.mobilebg                            { display: none; object-fit: cover; }
.bg picture img                                 { position: relative; z-index: 0; display: flex; object-fit: cover; min-width: 100%; min-height: 100%; }

.ie11 .bg picture img                           { position: absolute; min-width 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }

/* Video Container and Video Background */
.video-container                                { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container *                              { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vid-bg                                         { position: relative; width: 100%; overflow: hidden; z-index: 0; top: 0px; left: 0px; }
.vid-bg video                                   { position: absolute; bottom: 50%; right: 50%; transform: translateX(50%) translateY(50%); -webkit-transform: translateX(50%) translateY(50%); object-fit: cover; }
.ie11 .vid-bg video                             { position: absolute; min-width 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }

/* Alternating Setting */
.alternating                                    { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: stretch; align-items: center; } 
.alternating > *                                { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-content: center; align-items: stretch; }
.alternating > *:nth-child(odd) > *:nth-child(odd),
.alternating > *:nth-child(even) > *:nth-child(even)    { order: 1; }
.alternating > *:nth-child(even) > *:nth-child(odd),
.alternating > *:nth-child(odd) > *:nth-child(even)     { order: 2; }

/* Content Settings */
main img                                        { max-width: 100%; width: auto; height: auto; }

/* Footer Settings */
#page-foot										{  }
#page-foot .social			                    { display: inline-block; }
#page-foot small    							{ margin: 0px; }

/* Social Settings */
.social li										{ width: auto; margin: 0px 5px 0px 0px; }
.social li a								    { text-decoration: none; display: inline-block; font-family: 'Font Awesome 5 Brands'; font-weight: normal; font-size: 20px; text-align: left; -webkit-font-smoothing: antialiased!important; line-height: 1; }
.social.round li a                              { border-radius: 50%; width: 20px; height: 20px; display: inline-flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: center; align-items: stretch; }
.social.bgcolor li a                            { color: #FFF; }

.social .fb a:before                            { content: "\f39e"; } 
.social .tw a:before                            { content: "\f099"; } 
.social .gp a:before                            { content: "\f0d5"; } 
.social .yt a:before                            { content: "\f167"; } 
.social .in a:before                            { content: "\f0e1"; } 
.social .vi a:before                            { content: "\f27d"; } 
.social .tu a:before                            { content: "\f173"; }
.social .ig a:before                            { content: "\f16d"; } 
.social .pi a:before                            { content: "\f231"; } 
.social .gh a:before                            { content: "\f09b"; }
.social .dr a:before                            { content: "\f17d"; }
.social .ye a:before                            { content: "\f1e9"; }

.social.icon .fb a:before                       { content: "\f082"; } 
.social.icon .tw a:before                       { content: "\f081"; } 
.social.icon .gp a:before                       { content: "\f0d4"; } 
.social.icon .yt a:before                       { content: "\f166"; } 
.social.icon .in a:before                       { content: "\f08c"; } 
.social.icon .vi a:before                       { content: "\f194"; } 
.social.icon .tu a:before                       { content: "\f174"; } 

.social.bgcolor .fb a                           { background: #3b5998 }
.social.bgcolor .tw a                           { background: #00aced }
.social.bgcolor .gp a                           { background: #dd4b39 }
.social.bgcolor .yt a                           { background: #bb0000 }
.social.bgcolor .in a                           { background: #007bb6 }
.social.bgcolor .vi a                           { background: #aad450 }
.social.bgcolor .tu a                           { background: #32506d }
.social.bgcolor .ig a                           { background: #517fa4 }
.social.bgcolor .pi a                           { background: #cb2027 }

.social.color .fb a                             { color: #3b5998 }
.social.color .tw a                             { color: #00aced }
.social.color .gp a                             { color: #dd4b39 }
.social.color .yt a                             { color: #bb0000 }
.social.color .in a                             { color: #007bb6 }
.social.color .vi a                             { color: #aad450 }
.social.color .tu a                             { color: #32506d }
.social.color .ig a                             { color: #517fa4 }
.social.color .pi a                             { color: #cb2027 }

@media handheld, only screen and (max-width: 1023px) {
    #page-head container                            { position: relative; }
    #page-head container #nav						{ display: block!important; width: 100%; height: 0px; overflow: hidden; transition: height 0.8s; position: absolute; z-index: 2; width: auto; top: 100%; right: 0px; width: 100%; overflow-y: hidden; background: var(--primary-color); }
    #page-head container #nav #main               { text-align: right; display: block!important; }
	#page-head container #nav #main,
    #page-head container #nav #main li            { display: block!important; height: auto!important; }
	#page-head container #nav #main li a		    { padding: 20px; display: block; margin: 0px!important;  }
	#page-head container #nav #main .menu-item-has-children ul         { display: block!important; }
    #page-head container #nav #main .menu-item-has-children ul li      { display: block; }
    #page-head container #nav #main .menu-item-has-children ul li a    { padding-right: 40px; }
    #page-head container #nav #main .menu-item-has-children ul.expand  { display: block!important; position: static; }
	#page-head container .toggle                  { width: 30px; height: 20px; display: inline-block; text-decoration: none; z-index: 3; text-align: left; top: 50%; right: 10px; transform: translateY(-50%); transition: .5s ease-in-out; cursor: pointer; }
    #page-head container .toggle:before, #page-head container .toggle:after, #page-head container .toggle em:before,
    #page-head container .toggle em:after          { display: block; position: absolute; height: 3px; width: 100%; background: var(--secondary-color); opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; content: " "; 
        /* border-radius: 15px; */
     }
    #page-head container .toggle:before           { top: 0px; }
    #page-head container .toggle em:before,
    #page-head container .toggle em:after          { top: 50%; }
    #page-head container .toggle:after            { top: 100%; }
    #page-head container #toggle:checked ~ .toggle:before     { top: 14px; width: 0%; left: 50%; }
    #page-head container #toggle:checked ~ .toggle em:before   { transform: rotate(45deg); }
    #page-head container #toggle:checked ~ .toggle em:after    { transform: rotate(-45deg); }
    #page-head container #toggle:checked ~ .toggle:after      { top: 14px; width: 0%; left: 50%; }  
    #page-head container #toggle:checked ~ #nav	            { display: block!important; height: 100vh; overflow: auto!important; }
}

@media handheld, only screen and (max-width: 766px) {	
    
    #page-head container, 
	#page-foot container, 
	div container, .halves > .half,
	.bricks										{ width: 100%; }
	article, .listed li, [class^="box-"], 
    [class*=" box-"]                            { width: 100%!important; float: none!important }
    .m-half                                     { float: left!important; width: 50%!important; }
    .m-third                                    { float: left!important; width: calc( 100% / 3 )!important; }
    .bg img.mobilebg, .bg > picture.mobilebg,
    .mobileonly, .rpw, .justified    			{ display: block!important; }
	.twocol, .threecol, .fourcol				{ column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
    .twocol hr, .threecol hr, .fourcol hr       { -webkit-column-break-before: initial; -moz-column-break-before: initial; column-break-before: initial; visibility: hidden; }
    .alternating > *:nth-child(odd) > *:nth-child(odd),
    .alternating > *:nth-child(even) > *:nth-child(odd){ order: 1; -webkit-order: 1; }
    .alternating > *:nth-child(even) > *:nth-child(even),
    .alternating > *:nth-child(odd) > *:nth-child(even){ order: 2; -webkit-order: 2; }
    
	/* Mobile Menu styles */
    #page-head                                    { height: 50px; }
    #page-head container                          { padding-left: 0px; padding-right: 0px; position: relative; }
    #page-head container .logo                    { max-height: 100%; }
    #page-head.center-logo container #nav         { position: absolute; margin-top: 0px; text-align: right; top: 100%; transform: none;  -webkit-transform: none; display: block; }
    #page-head container #nav					  { display: block!important; width: 100%; height: 0px; overflow: hidden; transition: height 0.8s; position: absolute; z-index: -1; width: auto; top: 100%; right: 0px; width: 100%; overflow-y: hidden; background: var(--primary-color); }
    #page-head container #nav #main               { text-align: right; display: block!important; }
	#page-head container #nav #main,
    #page-head container #nav #main li	          { display: block!important; height: auto!important; }
	#page-head container #nav #main li a		  { padding: 20px; display: block; margin: 0px!important;  }
	
	#page-head container #nav #main .menu-item-has-children ul         { display: block!important; max-height: 0; position: relative; }
    #page-head container #nav #main .menu-item-has-children ul li      { display: block; }
    #page-head container #nav #main .menu-item-has-children ul li a    { padding-right: 40px; }
    #page-head container #nav #main .menu-item-has-children ul.expand  { display: block!important; position: static; max-height: 50vh; }

	#page-head container .toggle      		        { width: 30px; height: 20px; position: absolute; top: 50%; right: 10px; display: inline-block; color: #fff; text-decoration: none; z-index: 3; text-align: left; transform: translateY(-50%); transition: .5s ease-in-out; cursor: pointer; margin: 0px; }
    #page-head container .toggle:before, #page-head container .toggle:after, #page-head container .toggle em:before,
    #page-head container .toggle em:after           { display: block; position: absolute; height: 3px; width: 100%; background: var(--secondary-color); opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; content: " "; 
        /* border-radius: 15px;  */
    }

    #page-head container .toggle:before      { top: 0px; }
    #page-head container .toggle em:before,
    #page-head container .toggle em:after    { top: 50%; }
    #page-head container .toggle:after       { top: 100%; }

    #page-head container #toggle:checked ~ .toggle:before { top: 14px; width: 0%; left: 50%; }
    #page-head container #toggle:checked ~ .toggle em:before { transform: rotate(45deg); }
    #page-head container #toggle:checked ~ .toggle em:after { transform: rotate(-45deg); }
    #page-head container #toggle:checked ~ .toggle:after { top: 14px; width: 0%; left: 50%; }  
    #page-head container #toggle:checked ~ #nav	{ display: block!important; height: 100vh; overflow: auto!important; }
    
    main table thead                         { display: none; }
    main table tr                            { border-width: 1px; border-style: solid; width: 100%; display: block; margin-top: 10px; margin-bottom: 10px; }
    main table tr td:first-child             { font-weight: bold; font-size: larger; }
    main table tr td:first-child:before      { display: none; }
    main table tr td                         { border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; width: 100%; display: block; }
    main table tr td:before                  { content: attr(data-head); display: block; font-weight: bold; font-size: large; }
    
    .frm_half, .frm_third, .frm_two_thirds, .frm_fourth, .frm_three_fourths, .frm_sixth, .frm10, 
    .frm_full                               { width: 100%; }

}

/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/*
    A simple jQuery modal (http://github.com/kylefox/jquery-modal)
    Version 0.9.2
*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:999999;background-color:rgba(0,0,0,.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;width:90%;background:#fff;text-align:left}.modal a.close-modal{position:absolute;top:15px;right:15px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{animation-delay:-1.1s}.modal-spinner .rect3{animation-delay:-1s}.modal-spinner .rect4{animation-delay:-.9s}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.5)}20%{transform:scaleY(1)}}; 
