From a5880a5968fb27f04bfc945705c2e656e9d5a9a3 Mon Sep 17 00:00:00 2001 From: Chris Carlevato Date: Mon, 20 Feb 2017 18:28:52 -0800 Subject: [PATCH] Fix Google fonts for IE --- _build/sass/christopherl.scss | 3 --- css/styles.css | 2 +- css/styles.css.map | 2 +- include/templates/base.tpl | 1 + 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_build/sass/christopherl.scss b/_build/sass/christopherl.scss index 0ae72a4..448fce8 100644 --- a/_build/sass/christopherl.scss +++ b/_build/sass/christopherl.scss @@ -6,9 +6,6 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html */ -/* Add Google Fonts */ -@import url(https://fonts.googleapis.com/css?family=Sacramento|Noto+Sans:400,700); - @font-face { font-family: 'fontello'; src: url('font/fontello.eot?84475532'); diff --git a/css/styles.css b/css/styles.css index 918e1b6..addf704 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,5 +3,5 @@ .container{position:relative;max-width:960px;margin:0 auto;padding:0 20px}.column,.columns,.container{width:100%;box-sizing:border-box}.column,.columns{float:left}@media (min-width:400px){.container{width:85%;padding:0}}@media (min-width:550px){.container{width:80%}.column,.columns{margin-left:4%}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{font-size:1.5em;line-height:1.6;font-weight:400;font-family:Raleway,HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif;color:#222}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:300}h1{font-size:4rem;line-height:1.2}h1,h2{letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media (min-width:550px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1eaedb}a:hover{color:#0fa0ce}.button,button,input[type=button],input[type=reset],input[type=submit]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#333;border-color:#888;outline:0}.button.button-primary,button.button-primary,input[type=button].button-primary,input[type=reset].button-primary,input[type=submit].button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}.button.button-primary:focus,.button.button-primary:hover,button.button-primary:focus,button.button-primary:hover,input[type=button].button-primary:focus,input[type=button].button-primary:hover,input[type=reset].button-primary:focus,input[type=reset].button-primary:hover,input[type=submit].button-primary:focus,input[type=submit].button-primary:hover{color:#fff;background-color:#1eaedb;border-color:#1eaedb}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:65px;padding-top:6px;padding-bottom:6px}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border:1px solid #33c3f0;outline:0}label,legend{display:block;margin-bottom:.5rem;font-weight:600}fieldset{padding:0;border-width:0}input[type=checkbox],input[type=radio]{display:inline}label>.label-body{display:inline-block;margin-left:.5rem;font-weight:400}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:0;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}li{margin-bottom:1rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:90%;white-space:nowrap;background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}td,th{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}.button,button{margin-bottom:1rem}fieldset,input,select,textarea{margin-bottom:1.5rem}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:2.5rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both} @media{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:transparent}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:1;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:hsla(0,0%,100%,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}} #mc_embed_signup form{display:block;position:relative;text-align:left;padding:10px 0 10px 3%}#mc_embed_signup h2{font-weight:700;padding:0;margin:15px 0;font-size:1.4em}#mc_embed_signup input{border:1px solid #999;-webkit-appearance:none}#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox}#mc_embed_signup input[type=radio]{-webkit-appearance:radio}#mc_embed_signup input:focus{border-color:#333}#mc_embed_signup .button{clear:both;background-color:#aaa;border:0 none;border-radius:4px;letter-spacing:.03em;color:#fff;cursor:pointer;display:inline-block;font-size:15px;height:32px;line-height:32px;margin:0 5px 10px 0;padding:0;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;width:auto;transition:all .23s ease-in-out 0s}#mc_embed_signup .button:hover{background-color:#777}#mc_embed_signup .small-meta{font-size:11px}#mc_embed_signup .nowrap{white-space:nowrap}#mc_embed_signup .clear{clear:none;display:inline}#mc_embed_signup label{display:block;font-size:16px;padding-bottom:10px;font-weight:700}#mc_embed_signup input.email{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;font-size:15px;display:block;padding:0 .4em;margin:0 4% 10px 0;min-height:32px;width:58%;min-width:130px;border-radius:3px}#mc_embed_signup input.button{display:block;width:35%;margin:0 0 10px;min-width:90px}#mc_embed_signup div#mce-responses{float:left;top:-1.4em;padding:0 .5em;overflow:hidden;width:90%;margin:0 5%;clear:both}#mc_embed_signup div.response{margin:1em 0;padding:1em .5em .5em 0;font-weight:700;float:left;top:-1.5em;z-index:1;width:80%}#mc_embed_signup #mce-error-response{display:none}#mc_embed_signup #mce-success-response{color:#529214;display:none}#mc_embed_signup label.error{display:block;float:none;width:auto;margin-left:1.05em;text-align:left;padding:.5em 0}#mc-embedded-subscribe,#mce-EMAIL{margin:auto!important;display:block}#mce-EMAIL{max-width:350px;text-align:center}#mc-embedded-subscribe{margin-top:2%!important;background-color:#d8d8d8!important;padding-top:2px;line-height:2.4em;border:1px solid #888!important;font-size:1em;font-weight:400;line-height:2.5em;max-width:200px}#mc-embedded-subscribe:hover{background-color:#1eaedb!important;color:#fff!important} -@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Sacramento|Noto+Sans:400,700);@font-face{font-family:fontello;src:url(font/fontello.eot?84475532);src:url(font/fontello.eot?84475532#iefix) format("embedded-opentype"),url(font/fontello.woff2?84475532) format("woff2"),url(font/fontello.woff?84475532) format("woff"),url(font/fontello.ttf?84475532) format("truetype"),url(font/fontello.svg?84475532#fontello) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:fontello;src:url(../font/fontello.svg?84475532#fontello) format("svg")}}.parsley-errors-list{margin:0}.parsley-errors-list li{list-style-type:none;font-style:italic;color:#dc143c}.featherlight-close-icon{border:0;background:none;width:15px;font-size:20px;line-height:0;margin-top:0;margin:-5px -10px 0 0;background:none!important}.error,.parsley-error{border:1px solid #dc143c!important}#feedback{border-left:2px solid #006400;background:#cce0cc}#feedback,#feedback.incomplete{padding:1%;margin:-2% 0 1%;color:#222}#feedback.incomplete{border-left:2px solid #dc143c;background:#f8d0d8}.fl{display:none;max-width:100%}.fl img,.fl span{display:block;clear:both;margin:auto;text-align:center}.hidden,.hidden-phone{display:none}@media (min-width:768px){.hidden-phone{display:inline-block}}@media (min-width:768px){.hidden-tablet{display:none!important}}@media (min-width:1024px){.hidden-desktop{display:none!important}}.the-outer-limits{width:90%;max-width:1024px;display:block;margin:auto}.lightbox{cursor:pointer}.strikethrough{text-decoration:line-through}.video-container{position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wide-stance{display:block;position:relative;margin:auto;float:none;max-width:100%}@media (min-width:1024px){.image-left p{width:80%}}.image-left img{display:block;margin:auto}@media (min-width:1024px){.image-left img{float:left}}@media (min-width:1024px){.image-right p{width:75%}}.image-right img{display:block;margin:auto}@media (min-width:1024px){.image-right img{float:right;margin:0 0 3% 3%}}.center{display:block;margin-left:auto;margin-right:auto;text-align:center}@media (min-width:1024px){.action-mobile{display:none}}.action-desktop{display:none}@media (min-width:1024px){.action-desktop{display:inline-block}}body,html{height:100%;margin:0;padding:0}body{font-family:Noto Sans,sans-serif;background:#f7f7f7;border-top:3px solid #222}a{text-decoration:none}a:hover{text-decoration:underline;color:#0fa0ce!important}h1,h2,h3,h4,h5{font-family:Sacramento,cursive}h1{font-size:1em}header{background:#fff;padding:1% 0 0}@media (min-width:1024px){header{padding:1% 0;height:75px}}header img{display:block;margin:0 auto}@media (min-width:1024px){header img{float:left}}nav{width:100%;display:block;clear:both;height:auto;margin:0;padding:0}@media (min-width:1024px){nav{float:right;margin:2% 2% 0 0;width:55%;text-align:right;clear:none;display:inline}}nav .active a{color:#1eaedb}@media (min-width:1024px){nav .active{border-bottom:1px solid #1eaedb}}nav a{font-size:2em;color:#222;display:block;text-align:center;width:100%;margin:0;padding:0}@media (min-width:1024px){nav a{font-size:1.4em}}nav a span{display:none}@media (min-width:1024px){nav a span{display:inline;min-width:100px}}nav a:hover{text-decoration:none}nav ul{display:inline-block;list-style-type:none;margin:0;padding:0;width:100%}@media (min-width:1024px){nav ul{right:0}}nav ul li{display:inline;list-style-type:none;float:left;width:20%;margin:0;padding:0}@media (min-width:1024px){nav ul li{width:auto;margin:0 2%}}nav ul li a{margin:0;padding:0}nav ul li:first-child a:before{content:""}nav ul li:nth-child(2) a:before{content:""}nav ul li:nth-child(3) a:before{content:""}nav ul li:nth-child(4) a:before{content:""}nav ul li:nth-child(5) a:before{content:""}nav ul li a:before{font-family:fontello}@media (min-width:1024px){nav ul li a:before{content:""!important}}.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{background-size:cover;background-repeat:no-repeat;background-position:50%;display:block;width:100%;min-height:150px;clear:both}@media (min-width:768px){.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{min-height:250px}}@media (min-width:1024px){.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{min-height:350px}}.hero_home{background-image:url(../img/heros/homepage.jpg)}.hero_development{background-image:url(../img/heros/development.jpg)}.hero_marketing{background-image:url(../img/heros/marketing.jpg)}.hero_about{background-image:url(../img/heros/about.jpg)}.hero_contact{background-image:url(../img/heros/contact.jpg);background-position:100%}@media (min-width:1024px){.hero_contact{background-position:50%}}.hero_404{background-image:url(../img/heros/404.jpg)}img{max-width:100%}section{display:block;clear:both;padding-top:2%}section h1{font-size:4rem}section ul{margin-left:3%}#map,section.highlight{background:#d8d8d8;padding:1% 0;border-top:1px solid #222;border-bottom:1px solid #222}#map h3,#map p,section.highlight h3,section.highlight p{text-align:center}#map,fieldset textarea{width:100%;height:200px}@media (min-width:768px){fieldset textarea{width:50%}}fieldset #g-recaptcha{width:302px}fieldset #submit{clear:both;display:block;margin-top:2%!important;background-color:#d8d8d8!important;transition:all .23s;color:#fff}fieldset #submit:hover{background-color:#1eaedb!important;color:#fff!important}aside.contact{background:#d8d8d8;border:1px solid #6a6a6a;padding:2%;text-align:center;margin:0 0 5% 5%!important;float:none;width:90%}@media (min-width:768px){aside.contact{float:right;width:25%;min-width:250px}}aside.contact h3{margin-bottom:0!important}aside.contact a{font-size:2em}aside.contact span{display:block;font-size:.7em;margin:2% auto}.button-links a{display:block;width:80%;text-align:center;padding:2% 0;border:1px solid #1eaedb;margin:5% auto}.button-links a:hover{background:#1eaedb;color:#fff!important;text-decoration:none}.logos img{margin:2% auto;display:block;vertical-align:middle}.shia{width:auto;background:url(../img/shia.png);background-repeat:no-repeat;width:160px;height:305px;margin:auto}.shia .play-button{margin:125px 0 0 50px;display:block;position:absolute}@media (min-width:1024px){.shia{float:right;margin:-220px 5% 0 0!important}}footer{width:100%;background:#222;color:#fff;padding-top:2%}.addthis_horizontal_follow_toolbox p,footer h4{margin:0 0 5%;padding:0;line-height:1.35}.addthis_horizontal_follow_toolbox{font-family:Sacramento,cursive;font-size:3rem;margin-bottom:7%}footer .head{display:block;margin:2% auto 0;width:100px}.copyright{clear:both;display:block;width:auto;margin:auto;text-align:center;padding-top:2%;font-size:.9em}@media (min-width:768px){.copyright{font-size:1em}}.copyright span{transform:scaleX(-1);display:inline-block}.copyright:after,.copyright:before{content:"";display:inline-block;vertical-align:top;width:5%;height:1px;background:#fafafa;opacity:.8;position:relative;top:.65em;margin:0 5%}@media (min-width:768px){.copyright:after,.copyright:before{width:20%}}.addthis-mobile-shim{display:block;width:100%;height:45px}@media (min-width:1024px){.addthis-mobile-shim{display:none;height:0}}.egg{display:block;width:50%;font-size:.5em;text-align:center;margin:1% auto!important}.play-button{height:40px;width:65px;background-color:hsla(0,0%,100%,.9);border-radius:5px;position:relative;cursor:pointer}.play-button:after{content:"";display:block;position:absolute;top:10.5px;left:24px;margin:0 auto;border-style:solid;border-width:9.5px 0 9.5px 17px;border-color:transparent transparent transparent rgba(0,173,239,.7)}.play-button:hover{background:#00adef}.play-button:hover:after{border-color:transparent transparent transparent #fff}.twitter-timeline{height:350px!important;display:block!important;margin:0 auto 2%!important} +@charset "UTF-8";@font-face{font-family:fontello;src:url(font/fontello.eot?84475532);src:url(font/fontello.eot?84475532#iefix) format("embedded-opentype"),url(font/fontello.woff2?84475532) format("woff2"),url(font/fontello.woff?84475532) format("woff"),url(font/fontello.ttf?84475532) format("truetype"),url(font/fontello.svg?84475532#fontello) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:fontello;src:url(../font/fontello.svg?84475532#fontello) format("svg")}}.parsley-errors-list{margin:0}.parsley-errors-list li{list-style-type:none;font-style:italic;color:#dc143c}.featherlight-close-icon{border:0;background:none;width:15px;font-size:20px;line-height:0;margin-top:0;margin:-5px -10px 0 0;background:none!important}.error,.parsley-error{border:1px solid #dc143c!important}#feedback{border-left:2px solid #006400;background:#cce0cc}#feedback,#feedback.incomplete{padding:1%;margin:-2% 0 1%;color:#222}#feedback.incomplete{border-left:2px solid #dc143c;background:#f8d0d8}.fl{display:none;max-width:100%}.fl img,.fl span{display:block;clear:both;margin:auto;text-align:center}.hidden,.hidden-phone{display:none}@media (min-width:768px){.hidden-phone{display:inline-block}}@media (min-width:768px){.hidden-tablet{display:none!important}}@media (min-width:1024px){.hidden-desktop{display:none!important}}.the-outer-limits{width:90%;max-width:1024px;display:block;margin:auto}.lightbox{cursor:pointer}.strikethrough{text-decoration:line-through}.video-container{position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wide-stance{display:block;position:relative;margin:auto;float:none;max-width:100%}@media (min-width:1024px){.image-left p{width:80%}}.image-left img{display:block;margin:auto}@media (min-width:1024px){.image-left img{float:left}}@media (min-width:1024px){.image-right p{width:75%}}.image-right img{display:block;margin:auto}@media (min-width:1024px){.image-right img{float:right;margin:0 0 3% 3%}}.center{display:block;margin-left:auto;margin-right:auto;text-align:center}@media (min-width:1024px){.action-mobile{display:none}}.action-desktop{display:none}@media (min-width:1024px){.action-desktop{display:inline-block}}body,html{height:100%;margin:0;padding:0}body{font-family:Noto Sans,sans-serif;background:#f7f7f7;border-top:3px solid #222}a{text-decoration:none}a:hover{text-decoration:underline;color:#0fa0ce!important}h1,h2,h3,h4,h5{font-family:Sacramento,cursive}h1{font-size:1em}header{background:#fff;padding:1% 0 0}@media (min-width:1024px){header{padding:1% 0;height:75px}}header img{display:block;margin:0 auto}@media (min-width:1024px){header img{float:left}}nav{width:100%;display:block;clear:both;height:auto;margin:0;padding:0}@media (min-width:1024px){nav{float:right;margin:2% 2% 0 0;width:55%;text-align:right;clear:none;display:inline}}nav .active a{color:#1eaedb}@media (min-width:1024px){nav .active{border-bottom:1px solid #1eaedb}}nav a{font-size:2em;color:#222;display:block;text-align:center;width:100%;margin:0;padding:0}@media (min-width:1024px){nav a{font-size:1.4em}}nav a span{display:none}@media (min-width:1024px){nav a span{display:inline;min-width:100px}}nav a:hover{text-decoration:none}nav ul{display:inline-block;list-style-type:none;margin:0;padding:0;width:100%}@media (min-width:1024px){nav ul{right:0}}nav ul li{display:inline;list-style-type:none;float:left;width:20%;margin:0;padding:0}@media (min-width:1024px){nav ul li{width:auto;margin:0 2%}}nav ul li a{margin:0;padding:0}nav ul li:first-child a:before{content:""}nav ul li:nth-child(2) a:before{content:""}nav ul li:nth-child(3) a:before{content:""}nav ul li:nth-child(4) a:before{content:""}nav ul li:nth-child(5) a:before{content:""}nav ul li a:before{font-family:fontello}@media (min-width:1024px){nav ul li a:before{content:""!important}}.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{background-size:cover;background-repeat:no-repeat;background-position:50%;display:block;width:100%;min-height:150px;clear:both}@media (min-width:768px){.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{min-height:250px}}@media (min-width:1024px){.hero,.hero_404,.hero_about,.hero_contact,.hero_development,.hero_home,.hero_marketing{min-height:350px}}.hero_home{background-image:url(../img/heros/homepage.jpg)}.hero_development{background-image:url(../img/heros/development.jpg)}.hero_marketing{background-image:url(../img/heros/marketing.jpg)}.hero_about{background-image:url(../img/heros/about.jpg)}.hero_contact{background-image:url(../img/heros/contact.jpg);background-position:100%}@media (min-width:1024px){.hero_contact{background-position:50%}}.hero_404{background-image:url(../img/heros/404.jpg)}img{max-width:100%}section{display:block;clear:both;padding-top:2%}section h1{font-size:4rem}section ul{margin-left:3%}#map,section.highlight{background:#d8d8d8;padding:1% 0;border-top:1px solid #222;border-bottom:1px solid #222}#map h3,#map p,section.highlight h3,section.highlight p{text-align:center}#map,fieldset textarea{width:100%;height:200px}@media (min-width:768px){fieldset textarea{width:50%}}fieldset #g-recaptcha{width:302px}fieldset #submit{clear:both;display:block;margin-top:2%!important;background-color:#d8d8d8!important;transition:all .23s;color:#fff}fieldset #submit:hover{background-color:#1eaedb!important;color:#fff!important}aside.contact{background:#d8d8d8;border:1px solid #6a6a6a;padding:2%;text-align:center;margin:0 0 5% 5%!important;float:none;width:90%}@media (min-width:768px){aside.contact{float:right;width:25%;min-width:250px}}aside.contact h3{margin-bottom:0!important}aside.contact a{font-size:2em}aside.contact span{display:block;font-size:.7em;margin:2% auto}.button-links a{display:block;width:80%;text-align:center;padding:2% 0;border:1px solid #1eaedb;margin:5% auto}.button-links a:hover{background:#1eaedb;color:#fff!important;text-decoration:none}.logos img{margin:2% auto;display:block;vertical-align:middle}.shia{width:auto;background:url(../img/shia.png);background-repeat:no-repeat;width:160px;height:305px;margin:auto}.shia .play-button{margin:125px 0 0 50px;display:block;position:absolute}@media (min-width:1024px){.shia{float:right;margin:-220px 5% 0 0!important}}footer{width:100%;background:#222;color:#fff;padding-top:2%}.addthis_horizontal_follow_toolbox p,footer h4{margin:0 0 5%;padding:0;line-height:1.35}.addthis_horizontal_follow_toolbox{font-family:Sacramento,cursive;font-size:3rem;margin-bottom:7%}footer .head{display:block;margin:2% auto 0;width:100px}.copyright{clear:both;display:block;width:auto;margin:auto;text-align:center;padding-top:2%;font-size:.9em}@media (min-width:768px){.copyright{font-size:1em}}.copyright span{transform:scaleX(-1);display:inline-block}.copyright:after,.copyright:before{content:"";display:inline-block;vertical-align:top;width:5%;height:1px;background:#fafafa;opacity:.8;position:relative;top:.65em;margin:0 5%}@media (min-width:768px){.copyright:after,.copyright:before{width:20%}}.addthis-mobile-shim{display:block;width:100%;height:45px}@media (min-width:1024px){.addthis-mobile-shim{display:none;height:0}}.egg{display:block;width:50%;font-size:.5em;text-align:center;margin:1% auto!important}.play-button{height:40px;width:65px;background-color:hsla(0,0%,100%,.9);border-radius:5px;position:relative;cursor:pointer}.play-button:after{content:"";display:block;position:absolute;top:10.5px;left:24px;margin:0 auto;border-style:solid;border-width:9.5px 0 9.5px 17px;border-color:transparent transparent transparent rgba(0,173,239,.7)}.play-button:hover{background:#00adef}.play-button:hover:after{border-color:transparent transparent transparent #fff}.twitter-timeline{height:350px!important;display:block!important;margin:0 auto 2%!important} /*# sourceMappingURL=styles.css.map */ diff --git a/css/styles.css.map b/css/styles.css.map index fc5841b..9c2bc5d 100644 --- a/css/styles.css.map +++ b/css/styles.css.map @@ -1 +1 @@ -{"version":3,"sources":["media.css","normalize.scss","normalize.css","skeleton.scss","featherlight.scss","mailchimp.scss","christopherl.scss"],"names":[],"mappings":"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","file":"styles.css","sourcesContent":[null,"/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Correct the line height in all browsers.\n * 3. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\n/* Document\n ========================================================================== */\n\nhtml {\n font-family: sans-serif; /* 1 */\n line-height: 1.15; /* 2 */\n -ms-text-size-adjust: 100%; /* 3 */\n -webkit-text-size-adjust: 100%; /* 3 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\n\nfigcaption,\nfigure,\nmain { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\n\ndetails, /* 1 */\nmenu {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Scripting\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\ncanvas {\n display: inline-block;\n}\n\n/**\n * Add the correct display in IE.\n */\n\ntemplate {\n display: none;\n}\n\n/* Hidden\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10-.\n */\n\n[hidden] {\n display: none;\n}\n","/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Correct the line height in all browsers.\n * 3. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n/* Document\n ========================================================================== */\nhtml {\n font-family: sans-serif;\n /* 1 */\n line-height: 1.15;\n /* 2 */\n -ms-text-size-adjust: 100%;\n /* 3 */\n -webkit-text-size-adjust: 100%;\n /* 3 */ }\n\n/* Sections\n ========================================================================== */\n/**\n * Remove the margin in all browsers (opinionated).\n */\nbody {\n margin: 0; }\n\n/**\n * Add the correct display in IE 9-.\n */\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block; }\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0; }\n\n/* Grouping content\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\nfigcaption,\nfigure,\nmain {\n /* 1 */\n display: block; }\n\n/**\n * Add the correct margin in IE 8.\n */\nfigure {\n margin: 1em 40px; }\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\nhr {\n box-sizing: content-box;\n /* 1 */\n height: 0;\n /* 1 */\n overflow: visible;\n /* 2 */ }\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\npre {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */ }\n\n/* Text-level semantics\n ========================================================================== */\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\na {\n background-color: transparent;\n /* 1 */\n -webkit-text-decoration-skip: objects;\n /* 2 */ }\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\na:active,\na:hover {\n outline-width: 0; }\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\nabbr[title] {\n border-bottom: none;\n /* 1 */\n text-decoration: underline;\n /* 2 */\n text-decoration: underline dotted;\n /* 2 */ }\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\nb,\nstrong {\n font-weight: inherit; }\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\nb,\nstrong {\n font-weight: bolder; }\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */ }\n\n/**\n * Add the correct font style in Android 4.3-.\n */\ndfn {\n font-style: italic; }\n\n/**\n * Add the correct background and color in IE 9-.\n */\nmark {\n background-color: #ff0;\n color: #000; }\n\n/**\n * Add the correct font size in all browsers.\n */\nsmall {\n font-size: 80%; }\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline; }\n\nsub {\n bottom: -0.25em; }\n\nsup {\n top: -0.5em; }\n\n/* Embedded content\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n */\naudio,\nvideo {\n display: inline-block; }\n\n/**\n * Add the correct display in iOS 4-7.\n */\naudio:not([controls]) {\n display: none;\n height: 0; }\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\nimg {\n border-style: none; }\n\n/**\n * Hide the overflow in IE.\n */\nsvg:not(:root) {\n overflow: hidden; }\n\n/* Forms\n ========================================================================== */\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif;\n /* 1 */\n font-size: 100%;\n /* 1 */\n line-height: 1.15;\n /* 1 */\n margin: 0;\n /* 2 */ }\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\nbutton,\ninput {\n /* 1 */\n overflow: visible; }\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\nbutton,\nselect {\n /* 1 */\n text-transform: none; }\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n /* 2 */ }\n\n/**\n * Remove the inner border and padding in Firefox.\n */\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0; }\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText; }\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em; }\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\nlegend {\n box-sizing: border-box;\n /* 1 */\n color: inherit;\n /* 2 */\n display: table;\n /* 1 */\n max-width: 100%;\n /* 1 */\n padding: 0;\n /* 3 */\n white-space: normal;\n /* 1 */ }\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\nprogress {\n display: inline-block;\n /* 1 */\n vertical-align: baseline;\n /* 2 */ }\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\ntextarea {\n overflow: auto; }\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n /* 1 */\n padding: 0;\n /* 2 */ }\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto; }\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n[type=\"search\"] {\n -webkit-appearance: textfield;\n /* 1 */\n outline-offset: -2px;\n /* 2 */ }\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none; }\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n /* 1 */\n font: inherit;\n /* 2 */ }\n\n/* Interactive\n ========================================================================== */\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\ndetails,\nmenu {\n display: block; }\n\n/*\n * Add the correct display in all browsers.\n */\nsummary {\n display: list-item; }\n\n/* Scripting\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n */\ncanvas {\n display: inline-block; }\n\n/**\n * Add the correct display in IE.\n */\ntemplate {\n display: none; }\n\n/* Hidden\n ========================================================================== */\n/**\n * Add the correct display in IE 10-.\n */\n[hidden] {\n display: none; }\n","/*\n* Skeleton V2.0.4\n* Copyright 2014, Dave Gamache\n* www.getskeleton.com\n* Free to use under the MIT license.\n* http://www.opensource.org/licenses/mit-license.php\n* 12/29/2014\n*/\n\n\n/* Table of contents\n––––––––––––––––––––––––––––––––––––––––––––––––––\n- Grid\n- Base Styles\n- Typography\n- Links\n- Buttons\n- Forms\n- Lists\n- Code\n- Tables\n- Spacing\n- Utilities\n- Clearing\n- Media Queries\n*/\n\n\n/* Grid\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.container {\n position: relative;\n width: 100%;\n max-width: 960px;\n margin: 0 auto;\n padding: 0 20px;\n box-sizing: border-box; }\n.column,\n.columns {\n width: 100%;\n float: left;\n box-sizing: border-box; }\n\n/* For devices larger than 400px */\n@media (min-width: 400px) {\n .container {\n width: 85%;\n padding: 0; }\n}\n\n/* For devices larger than 550px */\n@media (min-width: 550px) {\n .container {\n width: 80%; }\n .column,\n .columns {\n margin-left: 4%; }\n .column:first-child,\n .columns:first-child {\n margin-left: 0; }\n\n .one.column,\n .one.columns { width: 4.66666666667%; }\n .two.columns { width: 13.3333333333%; }\n .three.columns { width: 22%; }\n .four.columns { width: 30.6666666667%; }\n .five.columns { width: 39.3333333333%; }\n .six.columns { width: 48%; }\n .seven.columns { width: 56.6666666667%; }\n .eight.columns { width: 65.3333333333%; }\n .nine.columns { width: 74.0%; }\n .ten.columns { width: 82.6666666667%; }\n .eleven.columns { width: 91.3333333333%; }\n .twelve.columns { width: 100%; margin-left: 0; }\n\n .one-third.column { width: 30.6666666667%; }\n .two-thirds.column { width: 65.3333333333%; }\n\n .one-half.column { width: 48%; }\n\n /* Offsets */\n .offset-by-one.column,\n .offset-by-one.columns { margin-left: 8.66666666667%; }\n .offset-by-two.column,\n .offset-by-two.columns { margin-left: 17.3333333333%; }\n .offset-by-three.column,\n .offset-by-three.columns { margin-left: 26%; }\n .offset-by-four.column,\n .offset-by-four.columns { margin-left: 34.6666666667%; }\n .offset-by-five.column,\n .offset-by-five.columns { margin-left: 43.3333333333%; }\n .offset-by-six.column,\n .offset-by-six.columns { margin-left: 52%; }\n .offset-by-seven.column,\n .offset-by-seven.columns { margin-left: 60.6666666667%; }\n .offset-by-eight.column,\n .offset-by-eight.columns { margin-left: 69.3333333333%; }\n .offset-by-nine.column,\n .offset-by-nine.columns { margin-left: 78.0%; }\n .offset-by-ten.column,\n .offset-by-ten.columns { margin-left: 86.6666666667%; }\n .offset-by-eleven.column,\n .offset-by-eleven.columns { margin-left: 95.3333333333%; }\n\n .offset-by-one-third.column,\n .offset-by-one-third.columns { margin-left: 34.6666666667%; }\n .offset-by-two-thirds.column,\n .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }\n\n .offset-by-one-half.column,\n .offset-by-one-half.columns { margin-left: 52%; }\n\n}\n\n\n/* Base Styles\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n/* NOTE\nhtml is set to 62.5% so that all the REM measurements throughout Skeleton\nare based on 10px sizing. So basically 1.5rem = 15px :) */\nhtml {\n font-size: 62.5%; }\nbody {\n font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */\n line-height: 1.6;\n font-weight: 400;\n font-family: \"Raleway\", \"HelveticaNeue\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n color: #222; }\n\n\n/* Typography\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 2rem;\n font-weight: 300; }\nh1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}\nh2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }\nh3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }\nh4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }\nh5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }\nh6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }\n\n/* Larger than phablet */\n@media (min-width: 550px) {\n h1 { font-size: 5.0rem; }\n h2 { font-size: 4.2rem; }\n h3 { font-size: 3.6rem; }\n h4 { font-size: 3.0rem; }\n h5 { font-size: 2.4rem; }\n h6 { font-size: 1.5rem; }\n}\n\np {\n margin-top: 0; }\n\n\n/* Links\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\na {\n color: #1EAEDB; }\na:hover {\n color: #0FA0CE; }\n\n\n/* Buttons\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.button,\nbutton,\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n display: inline-block;\n height: 38px;\n padding: 0 30px;\n color: #555;\n text-align: center;\n font-size: 11px;\n font-weight: 600;\n line-height: 38px;\n letter-spacing: .1rem;\n text-transform: uppercase;\n text-decoration: none;\n white-space: nowrap;\n background-color: transparent;\n border-radius: 4px;\n border: 1px solid #bbb;\n cursor: pointer;\n box-sizing: border-box; }\n.button:hover,\nbutton:hover,\ninput[type=\"submit\"]:hover,\ninput[type=\"reset\"]:hover,\ninput[type=\"button\"]:hover,\n.button:focus,\nbutton:focus,\ninput[type=\"submit\"]:focus,\ninput[type=\"reset\"]:focus,\ninput[type=\"button\"]:focus {\n color: #333;\n border-color: #888;\n outline: 0; }\n.button.button-primary,\nbutton.button-primary,\ninput[type=\"submit\"].button-primary,\ninput[type=\"reset\"].button-primary,\ninput[type=\"button\"].button-primary {\n color: #FFF;\n background-color: #33C3F0;\n border-color: #33C3F0; }\n.button.button-primary:hover,\nbutton.button-primary:hover,\ninput[type=\"submit\"].button-primary:hover,\ninput[type=\"reset\"].button-primary:hover,\ninput[type=\"button\"].button-primary:hover,\n.button.button-primary:focus,\nbutton.button-primary:focus,\ninput[type=\"submit\"].button-primary:focus,\ninput[type=\"reset\"].button-primary:focus,\ninput[type=\"button\"].button-primary:focus {\n color: #FFF;\n background-color: #1EAEDB;\n border-color: #1EAEDB; }\n\n\n/* Forms\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"text\"],\ninput[type=\"tel\"],\ninput[type=\"url\"],\ninput[type=\"password\"],\ntextarea,\nselect {\n height: 38px;\n padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */\n background-color: #fff;\n border: 1px solid #D1D1D1;\n border-radius: 4px;\n box-shadow: none;\n box-sizing: border-box; }\n/* Removes awkward default styles on some inputs for iOS */\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"text\"],\ninput[type=\"tel\"],\ninput[type=\"url\"],\ninput[type=\"password\"],\ntextarea {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none; }\ntextarea {\n min-height: 65px;\n padding-top: 6px;\n padding-bottom: 6px; }\ninput[type=\"email\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"password\"]:focus,\ntextarea:focus,\nselect:focus {\n border: 1px solid #33C3F0;\n outline: 0; }\nlabel,\nlegend {\n display: block;\n margin-bottom: .5rem;\n font-weight: 600; }\nfieldset {\n padding: 0;\n border-width: 0; }\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n display: inline; }\nlabel > .label-body {\n display: inline-block;\n margin-left: .5rem;\n font-weight: normal; }\n\n\n/* Lists\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nul {\n list-style: circle inside; }\nol {\n list-style: decimal inside; }\nol, ul {\n padding-left: 0;\n margin-top: 0; }\nul ul,\nul ol,\nol ol,\nol ul {\n margin: 1.5rem 0 1.5rem 3rem;\n font-size: 90%; }\nli {\n margin-bottom: 1rem; }\n\n\n/* Code\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\ncode {\n padding: .2rem .5rem;\n margin: 0 .2rem;\n font-size: 90%;\n white-space: nowrap;\n background: #F1F1F1;\n border: 1px solid #E1E1E1;\n border-radius: 4px; }\npre > code {\n display: block;\n padding: 1rem 1.5rem;\n white-space: pre; }\n\n\n/* Tables\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nth,\ntd {\n padding: 12px 15px;\n text-align: left;\n border-bottom: 1px solid #E1E1E1; }\nth:first-child,\ntd:first-child {\n padding-left: 0; }\nth:last-child,\ntd:last-child {\n padding-right: 0; }\n\n\n/* Spacing\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nbutton,\n.button {\n margin-bottom: 1rem; }\ninput,\ntextarea,\nselect,\nfieldset {\n margin-bottom: 1.5rem; }\npre,\nblockquote,\ndl,\nfigure,\ntable,\np,\nul,\nol,\nform {\n margin-bottom: 2.5rem; }\n\n\n/* Utilities\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.u-full-width {\n width: 100%;\n box-sizing: border-box; }\n.u-max-full-width {\n max-width: 100%;\n box-sizing: border-box; }\n.u-pull-right {\n float: right; }\n.u-pull-left {\n float: left; }\n\n\n/* Misc\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nhr {\n margin-top: 3rem;\n margin-bottom: 3.5rem;\n border-width: 0;\n border-top: 1px solid #E1E1E1; }\n\n\n/* Clearing\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n\n/* Self Clearing Goodness */\n.container:after,\n.row:after,\n.u-cf {\n content: \"\";\n display: table;\n clear: both; }\n\n\n/* Media Queries\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n/*\nNote: The best way to structure the use of media queries is to create the queries\nnear the relevant code. For example, if you wanted to change the styles for buttons\non small devices, paste the mobile query code up in the buttons section and style it\nthere.\n*/\n\n\n/* Larger than mobile */\n@media (min-width: 400px) {}\n\n/* Larger than phablet (also point when grid becomes active) */\n@media (min-width: 550px) {}\n\n/* Larger than tablet */\n@media (min-width: 750px) {}\n\n/* Larger than desktop */\n@media (min-width: 1000px) {}\n\n/* Larger than Desktop HD */\n@media (min-width: 1200px) {}\n","/**\n * Featherlight – ultra slim jQuery lightbox\n * Version 1.5.0 - http://noelboss.github.io/featherlight/\n *\n * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)\n * MIT Licensed.\n**/\n\n@media all {\n .featherlight {\n display: none;\n\n /* dimensions: spanning the background from edge to edge */\n position:fixed;\n top: 0; right: 0; bottom: 0; left: 0;\n z-index: 2147483647; /* z-index needs to be >= elements on the site. */\n\n /* position: centering content */\n text-align: center;\n\n /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */\n white-space: nowrap;\n\n /* styling */\n cursor: pointer;\n background: #333;\n /* IE8 \"hack\" for nested featherlights */\n background: rgba(0, 0, 0, 0);\n }\n\n /* support for nested featherlights. Does not work in IE8 (use JS to fix) */\n .featherlight:last-of-type {\n background: rgba(0, 0, 0, 0.8);\n }\n\n .featherlight:before {\n /* position: trick to center content vertically */\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -0.25em;\n }\n\n .featherlight .featherlight-content {\n /* make content container for positioned elements (close button) */\n position: relative;\n\n /* position: centering vertical and horizontal */\n text-align: left;\n vertical-align: middle;\n display: inline-block;\n\n /* dimensions: cut off images */\n overflow: auto;\n padding: 25px 25px 0;\n border-bottom: 25px solid transparent;\n\n /* dimensions: handling large content */\n margin-left: 5%;\n margin-right: 5%;\n max-height: 95%;\n\n /* styling */\n background: #fff;\n cursor: auto;\n\n /* reset white-space wrapping */\n white-space: normal;\n }\n\n /* contains the content */\n .featherlight .featherlight-inner {\n /* make sure its visible */\n display: block;\n }\n\n .featherlight .featherlight-close-icon {\n /* position: centering vertical and horizontal */\n position: absolute;\n z-index: 9999;\n top: 0;\n right: 0;\n\n /* dimensions: 25px x 25px */\n line-height: 25px;\n width: 25px;\n\n /* styling */\n cursor: pointer;\n text-align: center;\n font-family: Arial, sans-serif;\n background: #fff; /* Set the background in case it overlaps the content */\n background: rgba(255, 255, 255, 0.3);\n color: #000;\n }\n\n\n .featherlight .featherlight-image {\n /* styling */\n width: 100%;\n }\n\n\n .featherlight-iframe .featherlight-content {\n /* removed the border for image croping since iframe is edge to edge */\n border-bottom: 0;\n padding: 0;\n }\n\n .featherlight iframe {\n /* styling */\n border: none;\n }\n\n .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n}\n\n/* handling phones and small screens */\n@media only screen and (max-width: 1024px) {\n .featherlight .featherlight-content {\n /* dimensions: maximize lightbox with for small screens */\n margin-left: 10px;\n margin-right: 10px;\n max-height: 98%;\n\n padding: 10px 10px 0;\n border-bottom: 10px solid transparent;\n }\n}\n","/**\n * MailChimp Form Embed Code - Slim - 12/15/2015 v10.7\n * Default Styles, taken from //cdn-images.mailchimp.com/embedcode/slim-10_7.css\n*/\n\n#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}\n#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}\n#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}\n#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}\n#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}\n#mc_embed_signup input:focus {border-color:#333;}\n#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}\n#mc_embed_signup .button:hover {background-color:#777;}\n#mc_embed_signup .small-meta {font-size: 11px;}\n#mc_embed_signup .nowrap {white-space:nowrap;}\n#mc_embed_signup .clear {clear:none; display:inline;}\n#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}\n#mc_embed_signup input.email {font-family:\"Open Sans\",\"Helvetica Neue\",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}\n#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}\n#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}\n#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}\n#mc_embed_signup #mce-error-response {display:none;}\n#mc_embed_signup #mce-success-response {color:#529214; display:none;}\n#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}\n\n\n/* ChristopherL Customizations */\n#mce-EMAIL,\n#mc-embedded-subscribe {\n margin: auto !important;\n display: block;\n}\n#mce-EMAIL {\n max-width: 350px;\n text-align: center;\n}\n#mc-embedded-subscribe {\n margin-top: 2% !important;\n background-color: #D8D8D8 !important;\n padding-top: 2px;\n line-height: 2.4em;\n border: solid 1px #888888 !important;\n font-size: 1em;\n font-weight: 400;\n line-height: 2.5em;\n max-width: 200px;\n\n &:hover {\n background-color: #1EAEDB !important;\n color: #FFFFFF !important;\n }\n}\n","/**\n * Base Sass Stylesheet - Makes things purdy.\n *\n * @package ChristopherL.com\n * @copyright 2016-2017 ChristopherL (https://github.com/chrislarrycarl)\n * @license http://www.gnu.org/licenses/gpl-2.0.html\n */\n\n/* Add Google Fonts */\n@import url(https://fonts.googleapis.com/css?family=Sacramento|Noto+Sans:400,700);\n\n@font-face {\n font-family: 'fontello';\n src: url('font/fontello.eot?84475532');\n src: url('font/fontello.eot?84475532#iefix') format('embedded-opentype'),\n url('font/fontello.woff2?84475532') format('woff2'),\n url('font/fontello.woff?84475532') format('woff'),\n url('font/fontello.ttf?84475532') format('truetype'),\n url('font/fontello.svg?84475532#fontello') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?84475532#fontello') format('svg');\n }\n}\n\n// Icons\n$home_icon: '\\e800';\n$development_icon: '\\e801';\n$marketing_icon: '\\e802';\n$about_icon: '\\e803';\n$contact_icon: '\\e804';\n\n// Typography\n// Note: These are Google fonts, their stylesheet is included in of /include/templates/base.tpl\n$primary_font: 'Noto Sans', sans-serif;\n$header_font: 'Sacramento', cursive;\n$icon_font: 'fontello';\n\n// Constraints\n$maximum_content_width: 1024px;\n\n// Media Query Mixins\n@mixin tablet {\n @media (min-width: 768px) {\n @content;\n }\n}\n@mixin desktop {\n @media (min-width: 1024px) {\n @content;\n }\n}\n\n// Parsley Feedback Styles\n.parsley-errors-list {\n margin: 0;\n\n li {\n list-style-type: none;\n font-style: italic;\n color: #DC143C;\n }\n}\n\n// Featherlight lightbox Styles\n.featherlight-close-icon {\n border: 0;\n background: none;\n width: 15px;\n font-size: 20px;\n line-height: 0px;\n margin-top: 0;\n margin: -5px -10px 0 0;\n background: none !important;\n}\n\n// Utility Styles\n.parsley-error,\n.error {\n border: solid 1px #DC143C !important;\n}\n#feedback {\n border-left: solid 2px #006400;\n padding: 1%;\n margin: -2% 0 1% 0;\n background: #cce0cc;\n color: #222222;\n\n &.incomplete {\n border-left: solid 2px #DC143C;\n padding: 1%;\n margin: -2% 0 1% 0;\n background: #f8d0d8;\n color: #222222;\n }\n}\n.fl {\n display: none;\n max-width: 100%;\n}\n.fl img,\n.fl span {\n display: block;\n clear: both;\n margin: auto;\n text-align: center;\n}\n.hidden {\n display: none;\n}\n.hidden-phone {\n display: none;\n\n @include tablet {\n display: inline-block;\n }\n}\n.hidden-tablet {\n @include tablet {\n display: none !important;\n }\n}\n.hidden-desktop {\n @include desktop {\n display: none !important;\n }\n}\n.the-outer-limits {\n width: 90%;\n max-width: $maximum_content_width;\n display: block;\n margin: auto;\n}\n.lightbox {\n cursor: pointer;\n}\n.strikethrough {\n text-decoration: line-through;\n}\n.video-container {\n position: relative;\n padding-bottom: 56.25%;\n padding-top: 35px;\n height: 0;\n overflow: hidden;\n\n iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n}\n.wide-stance {\n display: block;\n position: relative;\n margin: auto;\n float: none;\n max-width: 100%;\n}\n.image-left {\n p {\n @include desktop {\n width: 80%;\n }\n }\n img {\n display: block;\n margin: auto;\n\n @include desktop {\n float: left;\n }\n }\n}\n.image-right {\n p {\n @include desktop {\n width: 75%;\n }\n }\n img {\n display: block;\n margin: auto;\n\n @include desktop {\n float: right;\n margin: 0 0 3% 3%;\n }\n }\n}\n.center {\n display: block;\n margin-left: auto;\n margin-right: auto;\n text-align: center;\n}\n.action-mobile {\n @include desktop {\n display: none;\n }\n}\n.action-desktop {\n display: none;\n\n @include desktop {\n display: inline-block;\n }\n}\n\n// Styles\nhtml,\nbody {\n height: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n font-family: $primary_font;\n background: #F7F7F7;\n border-top: solid 3px #222222;\n}\na {\n text-decoration: none;\n}\na:active {\n}\na:visited {\n}\na:hover {\n text-decoration: underline;\n color: #0FA0CE !important;\n}\nh1,\nh2,\nh3,\nh4,\nh5 {\n font-family: $header_font;\n}\nh1 {\n font-size: 1em;\n}\nheader {\n background: #FFFFFF;\n padding: 1% 0 0 0;\n\n @include desktop {\n padding: 1% 0 1% 0;\n height: 75px;\n }\n\n img {\n display: block;\n margin: 0 auto 0 auto;\n\n @include desktop {\n float: left;\n }\n }\n}\nnav {\n width: 100%;\n display: block;\n clear: both;\n height: auto;\n margin: 0;\n padding: 0;\n\n @include desktop {\n float: right;\n margin: 2% 2% 0 0;\n width: 55%;\n text-align: right;\n clear: none;\n display: inline;\n }\n\n .active {\n a {\n color: #1EAEDB;\n }\n\n @include desktop {\n border-bottom: solid 1px #1EAEDB;\n }\n }\n a {\n font-size: 2em;\n color: #222222;\n display: block;\n text-align: center;\n width: 100%;\n margin: 0;\n padding: 0;\n\n @include desktop {\n font-size: 1.4em;\n }\n span {\n display: none;\n\n @include desktop {\n display: inline;\n min-width: 100px;\n }\n }\n }\n a:hover {\n text-decoration: none;\n }\n ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n width: 100%;\n\n @include desktop {\n right: 0;\n }\n\n li {\n display: inline;\n list-style-type: none;\n float: left;\n width: 20%;\n margin: 0;\n padding: 0;\n\n @include desktop {\n width: auto;\n margin: 0 2% 0 2%;\n }\n\n a {\n margin: 0;\n padding: 0;\n }\n }\n li:first-child a:before {\n content: $home_icon;\n }\n li:nth-child(2) a:before {\n content: $development_icon;\n }\n li:nth-child(3) a:before {\n content: $marketing_icon;\n }\n li:nth-child(4) a:before {\n content: $about_icon;\n }\n li:nth-child(5) a:before {\n content: $contact_icon;\n }\n li a:before {\n font-family: $icon_font;\n\n @include desktop {\n content: '' !important;\n }\n }\n }\n}\n.hero {\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center center;\n display: block;\n width: 100%;\n min-height: 150px;\n clear: both;\n\n @include tablet {\n min-height: 250px;\n }\n\n @include desktop {\n min-height: 350px;\n }\n}\n.hero_home {\n @extend .hero;\n background-image: url(../img/heros/homepage.jpg);\n}\n.hero_development {\n @extend .hero;\n background-image: url(../img/heros/development.jpg);\n}\n.hero_marketing {\n @extend .hero;\n background-image: url(../img/heros/marketing.jpg);\n}\n.hero_about {\n @extend .hero;\n background-image: url(../img/heros/about.jpg);\n}\n.hero_contact {\n @extend .hero;\n background-image: url(../img/heros/contact.jpg);\n background-position: right center;\n\n @include desktop {\n background-position: center center;\n }\n}\n.hero_404 {\n @extend .hero;\n background-image: url(../img/heros/404.jpg);\n}\nimg {\n max-width: 100%;\n\n}\nsection {\n display: block;\n clear: both;\n padding-top: 2%;\n\n h1 {\n font-size: 4rem;\n }\n ul {\n margin-left: 3%;\n }\n}\nsection.highlight,\n#map {\n background: #D8D8D8;\n padding: 1% 0;\n border-top: solid 1px #222222;\n border-bottom: solid 1px #222222;\n\n h3,\n p {\n text-align: center;\n }\n}\n#map {\n width: 100%;\n height: 200px;\n}\nfieldset {\n textarea {\n width: 100%;\n height: 200px;\n\n @include tablet {\n width: 50%;\n }\n\n }\n #g-recaptcha {\n width: 302px;\n }\n #submit {\n clear: both;\n display: block;\n margin-top: 2% !important;\n background-color: #D8D8D8 !important;\n transition: all 0.23s;\n color: #FFFFFF;\n\n &:hover {\n background-color: #1EAEDB !important;\n color: #FFFFFF !important;\n }\n }\n}\naside.contact {\n background: #D8D8D8;\n border: solid 1px #6A6A6A;\n padding: 2%;\n text-align: center;\n margin: 0 0 5% 5% !important;\n float: none;\n width: 90%;\n\n @include tablet {\n float: right;\n width: 25%;\n min-width: 250px;\n }\n\n h3 {\n margin-bottom: 0 !important;\n }\n a {\n font-size: 2em;\n }\n span {\n display: block;\n font-size: 0.7em;\n margin: 2% auto;\n }\n}\n.button-links a {\n display: block;\n width: 80%;\n text-align: center;\n padding: 2% 0px;\n border: 1px solid #1EAEDB;\n margin: 5% auto;\n\n &:hover {\n background: #1EAEDB;\n color: #FFFFFF !important;\n text-decoration: none;\n }\n}\n.logos img {\n margin: 2% auto;\n display: block;\n vertical-align: middle;\n}\n.shia {\n width: auto;\n background: url('../img/shia.png');\n background-repeat: no-repeat;\n width: 160px;\n height: 305px;\n margin: auto;\n\n .play-button {\n margin: 125px 0 0 50px;\n display: block;\n position: absolute;\n }\n\n @include desktop {\n float: right;\n margin: -220px 5% 0 0 !important;\n }\n}\nfooter {\n width: 100%;\n background: #222222;\n color: #FFFFFF;\n padding-top: 2%;\n}\nfooter h4,\n.addthis_horizontal_follow_toolbox p {\n margin: 0 0 5% 0;\n padding: 0;\n line-height: 1.35;\n}\n.addthis_horizontal_follow_toolbox {\n font-family: $header_font;\n font-size: 3.0rem;\n margin-bottom: 7%;\n}\nfooter .head {\n display: block;\n margin: 2% auto 0 auto;\n width: 100px;\n}\n.copyright {\n clear: both;\n display: block;\n width: auto;\n margin: auto;\n text-align: center;\n padding-top: 2%;\n font-size: 0.9em;\n\n @include tablet {\n font-size: 1em;\n }\n}\n.copyright span {\n -moz-transform: scaleX(-1);\n -o-transform: scaleX(-1);\n -webkit-transform: scaleX(-1);\n transform: scaleX(-1);\n display: inline-block;\n}\n.copyright:before,\n.copyright:after {\n content: '';\n display: inline-block;\n vertical-align: top;\n width: 5%;\n height: 1px;\n background: #FAFAFA;\n opacity: .8;\n position: relative;\n top: .65em;\n margin: 0 5%;\n\n @include tablet {\n width: 20%;\n }\n}\n.addthis-mobile-shim {\n display: block;\n width: 100%;\n height: 45px;\n\n @include desktop {\n display: none;\n height: 0;\n }\n}\n.egg {\n display: block;\n width: 50%;\n font-size: 0.5em;\n text-align: center;\n margin: 1% auto !important;\n}\n.play-button {\n height: 40px;\n width: 65px;\n background-color: rgba(255, 255, 255, 0.9);\n border-radius: 5px;\n position: relative;\n cursor: pointer;\n\n &:after {\n content: \"\";\n display: block;\n position: absolute;\n top: 10.5px;\n left: 24px;\n margin: 0 auto;\n border-style: solid;\n border-width: 9.5px 0 9.5px 17px;\n border-color: transparent transparent transparent rgba(0, 173, 239, 0.7);\n }\n\n &:hover {\n background: rgba(0, 173, 239, 1);\n\n &:after {\n border-color: transparent transparent transparent rgba(255, 255, 255, 1);\n }\n }\n}\n\n// Integrations/Widgets\n\n.twitter-timeline {\n height: 350px !important;\n display: block !important;\n margin: 0 auto 2% auto !important;\n}\n"]} \ No newline at end of file +{"version":3,"sources":["media.css","normalize.scss","normalize.css","skeleton.scss","featherlight.scss","mailchimp.scss","christopherl.scss"],"names":[],"mappings":"AAAA;ACAA,4EAA4E,AAY5E,KACE,uBAAuB,AACvB,iBAAiB,AACjB,0BAA0B,AAC1B,6BAA8B,CAC/B,AASD,KACE,QAAS,CACV,AAMD,wCAME,aAAc,CACf,AAOD,GACE,cAAc,AACd,cAAgB,CACjB,AAUD,uBAGE,aAAc,CACf,AAMD,OACE,eAAgB,CACjB,AAOD,GACE,uBAAuB,AACvB,SAAS,AACT,gBAAiB,CAClB,AAOD,IACE,gCAAiC,AACjC,aAAc,CACf,AAUD,EACE,6BAA6B,AAC7B,oCAAqC,CACtC,AAOD,iBAEE,eAAgB,CACjB,AAOD,YACE,mBAAmB,AACnB,0BAA0B,AAC1B,gCAAiC,CAClC,AAMD,SAEE,oBAAoB,AASpB,kBAAmB,CARpB,AAgBD,cAGE,gCAAiC,AACjC,aAAc,CACf,AAMD,IACE,iBAAkB,CACnB,AAMD,KACE,sBAAsB,AACtB,UAAW,CACZ,AAMD,MACE,aAAc,CACf,AAOD,QAEE,cAAc,AACd,cAAc,AACd,kBAAkB,AAClB,uBAAwB,CACzB,AAED,IACE,aAAe,CAChB,AAED,IACE,SAAW,CACZ,AASD,YAEE,oBAAqB,CACtB,AAMD,sBACE,aAAa,AACb,QAAS,CACV,AAMD,IACE,iBAAkB,CACnB,AAMD,eACE,eAAgB,CACjB,AAUD,sCAKE,uBAAuB,AACvB,eAAe,AACf,iBAAiB,AACjB,QAAS,CACV,AAOD,aAEE,gBAAiB,CAClB,AAOD,cAEE,mBAAoB,CACrB,AAQD,qDAIE,yBAA0B,CAC3B,AAMD,wHAIE,kBAAkB,AAClB,SAAU,CACX,AAMD,4GAIE,6BAA8B,CAC/B,AAMD,SACE,wBAAyB,AACzB,aAAa,AACb,0BAA8B,CAC/B,AASD,OACE,sBAAsB,AACtB,cAAc,AACd,cAAc,AACd,eAAe,AACf,UAAU,AACV,kBAAmB,CACpB,AAOD,SACE,qBAAqB,AACrB,uBAAwB,CACzB,AAMD,SACE,aAAc,CACf,ACnCD,6BD4CE,sBAAsB,AACtB,SAAU,CACX,ACpCD,kFD4CE,WAAY,CACb,ACrCD,cD6CE,6BAA6B,AAC7B,mBAAoB,CACrB,ACtCD,qFD8CE,uBAAwB,CACzB,AAOD,6BACE,0BAA0B,AAC1B,YAAa,CACd,AAUD,aAEE,aAAc,CACf,AAMD,QACE,iBAAkB,CACnB,AASD,OACE,oBAAqB,CACtB,ACxCD,kBD0DE,YAAa,CACd;AE9aD,WACE,kBAAkB,AAElB,gBAAgB,AAChB,cAAc,AACd,cAAe,CACW,AAC5B,4BALE,WAAW,AAIX,qBAAsB,CACxB,AAI4B,iBAD1B,UAAW,CACe,AAG5B,yBACE,WACE,UAAU,AACV,SAAU,CAAI,CAAA,AAIlB,yBACE,WACE,SAAU,CAAI,AAChB,iBAEE,cAAe,CAAI,AACrB,yCAEE,aAAc,CAAI,AAEpB,yBACkC,oBAAqB,CAAK,AAC5D,aAAkC,oBAAqB,CAAK,AAC5D,eAAkC,SAAU,CAAgB,AAC5D,cAAkC,oBAAqB,CAAK,AAC5D,cAAkC,oBAAqB,CAAK,AAC5D,aAAkC,SAAU,CAAgB,AAC5D,eAAkC,oBAAqB,CAAK,AAC5D,eAAkC,oBAAqB,CAAK,AAC5D,cAAkC,SAAY,CAAc,AAC5D,aAAkC,oBAAqB,CAAK,AAC5D,gBAAkC,oBAAqB,CAAK,AAC5D,gBAAkC,WAAW,AAAG,aAAc,CAAK,AAEnE,kBAAkC,oBAAqB,CAAK,AAC5D,mBAAkC,oBAAqB,CAAK,AAE5D,iBAAkC,SAAU,CAAK,AAGjD,6CACkC,0BAA2B,CAAK,AAClE,6CACkC,0BAA2B,CAAK,AAClE,iDACkC,eAAgB,CAAgB,AAClE,+CACkC,0BAA2B,CAAK,AAClE,+CACkC,0BAA2B,CAAK,AAClE,6CACkC,eAAgB,CAAgB,AAClE,iDACkC,0BAA2B,CAAK,AAClE,iDACkC,0BAA2B,CAAK,AAClE,+CACkC,eAAkB,CAAc,AAClE,6CACkC,0BAA2B,CAAK,AAClE,mDACkC,0BAA2B,CAAK,AAElE,yDACkC,0BAA2B,CAAK,AAClE,2DACkC,0BAA2B,CAAK,AAElE,uDACkC,eAAgB,CAAK,CAAA,AAUzD,KACE,eAAgB,CAAI,AACtB,KACE,gBAAgB,AAChB,gBAAgB,AAChB,gBAAgB,AAChB,4EAAuF,AACvF,UAAW,CAAI,AAKjB,kBACE,aAAa,AACb,mBAAmB,AACnB,eAAgB,CAAI,AACtB,GAAK,eAAiB,AAAG,eAAgB,CAA8B,AACvE,MAD6C,qBAAsB,CACnE,AAAwE,GAAnE,iBAAiB,AAAG,gBAAiB,CAA8B,AACxE,GAAK,eAAiB,AAAG,gBAAgB,AAAI,qBAAsB,CAAK,AACxE,GAAK,iBAAiB,AAAG,iBAAiB,AAAG,sBAAuB,CAAK,AACzE,GAAK,iBAAiB,AAAG,gBAAgB,AAAI,sBAAuB,CAAK,AACzE,GAAK,iBAAiB,AAAG,gBAAgB,AAAI,gBAAiB,CAAK,AAGnE,yBACE,GAAK,cAAiB,CAAK,AAC3B,GAAK,gBAAiB,CAAK,AAC3B,GAAK,gBAAiB,CAAK,AAC3B,GAAK,cAAiB,CAAK,AAC3B,GAAK,gBAAiB,CAAK,AAC3B,GAAK,gBAAiB,CAAK,CAAA,AAG7B,EACE,YAAa,CAAI,AAKnB,EACE,aAAc,CAAI,AACpB,QACE,aAAc,CAAI,AAKpB,uEAKE,qBAAqB,AACrB,YAAY,AACZ,eAAe,AACf,WAAW,AACX,kBAAkB,AAClB,eAAe,AACf,gBAAgB,AAChB,iBAAiB,AACjB,qBAAqB,AACrB,yBAAyB,AACzB,qBAAqB,AACrB,mBAAmB,AACnB,6BAA6B,AAC7B,kBAAkB,AAClB,sBAAsB,AACtB,eAAe,AACf,qBAAsB,CAAI,AAC5B,0MAUE,WAAW,AACX,kBAAkB,AAClB,SAAU,CAAI,AAChB,kJAKE,WAAW,AACX,yBAAyB,AACzB,oBAAqB,CAAI,AAC3B,gWAUE,WAAW,AACX,yBAAyB,AACzB,oBAAqB,CAAI,AAK3B,8IASE,YAAY,AACZ,iBAAiB,AACjB,sBAAsB,AACtB,yBAAyB,AACzB,kBAAkB,AAClB,gBAAgB,AAChB,qBAAsB,CAAI,AAE5B,uIAQE,wBAAwB,AACxB,qBAAqB,AACrB,eAAgB,CAAI,AACtB,SACE,gBAAgB,AAChB,gBAAgB,AAChB,kBAAmB,CAAI,AACzB,oMASE,yBAAyB,AACzB,SAAU,CAAI,AAChB,aAEE,cAAc,AACd,oBAAoB,AACpB,eAAgB,CAAI,AACtB,SACE,UAAU,AACV,cAAe,CAAI,AACrB,uCAEE,cAAe,CAAI,AACrB,kBACE,qBAAqB,AACrB,kBAAkB,AAClB,eAAmB,CAAI,AAKzB,GACE,wBAAyB,CAAI,AAC/B,GACE,yBAA0B,CAAI,AAChC,MACE,eAAe,AACf,YAAa,CAAI,AACnB,wBAIE,4BAA4B,AAC5B,aAAc,CAAI,AACpB,GACE,kBAAmB,CAAI,AAKzB,KACE,oBAAoB,AACpB,eAAe,AACf,cAAc,AACd,mBAAmB,AACnB,mBAAmB,AACnB,yBAAyB,AACzB,iBAAkB,CAAI,AACxB,SACE,cAAc,AACd,oBAAoB,AACpB,eAAgB,CAAI,AAKtB,MAEE,kBAAkB,AAClB,gBAAgB,AAChB,+BAAgC,CAAI,AACtC,8BAEE,cAAe,CAAI,AACrB,4BAEE,eAAgB,CAAI,AAKtB,eAEE,kBAAmB,CAAI,AACzB,+BAIE,oBAAqB,CAAI,AAC3B,4CASE,oBAAqB,CAAI,AAK3B,cACE,WAAW,AACX,qBAAsB,CAAI,AAC5B,kBACE,eAAe,AACf,qBAAsB,CAAI,AAC5B,cACE,WAAY,CAAI,AAClB,aACE,UAAW,CAAI,AAKjB,GACE,gBAAgB,AAChB,qBAAqB,AACrB,eAAe,AACf,4BAA6B,CAAI,AAOnC,kCAGE,WAAW,AACX,cAAc,AACd,UAAW,CAAI;AC/XjB,OACE,cACE,aAAa,AAGb,eAAc,AACd,MAAM,AAAG,QAAQ,AAAG,SAAS,AAAG,OAAO,AACvC,UAAmB,AAGnB,kBAAkB,AAGlB,mBAAmB,AAGnB,eAAe,AACf,gBAAgB,AAEhB,sBAA4B,CAC7B,AAGD,2BACE,yBAA8B,CAC/B,AAED,qBAEE,WAAW,AACX,qBAAqB,AACrB,YAAY,AACZ,sBAAsB,AACtB,mBAAqB,CACtB,AAED,oCAEE,kBAAkB,AAGlB,gBAAgB,AAChB,sBAAsB,AACtB,qBAAqB,AAGrB,cAAc,AACd,oBAAoB,AACpB,qCAAqC,AAGrC,eAAe,AACf,gBAAgB,AAChB,eAAe,AAGf,gBAAgB,AAChB,YAAY,AAGZ,kBAAmB,CACpB,AAGD,kCAEE,aAAc,CACf,AAED,uCAEE,kBAAkB,AAClB,UAAa,AACb,MAAM,AACN,QAAQ,AAGR,iBAAiB,AACjB,WAAW,AAGX,eAAe,AACf,kBAAkB,AAClB,6BAA8B,AAC9B,gBAAgB,AAChB,8BAAoC,AACpC,UAAW,CACZ,AAGD,kCAEE,UAAW,CACZ,AAGD,2CAEE,gBAAgB,AAChB,SAAU,CACX,AAED,qBAEE,WAAY,CACb,AAED,gBAGE,qBAAsB,CACvB,CAAA,AAIH,0CACE,oCAEE,iBAAiB,AACjB,kBAAkB,AAClB,eAAe,AAEf,oBAAoB,AACpB,oCAAqC,CACtC,CAAA;AC/HH,sBAAuB,cAAa,AAAG,kBAAiB,AAAG,gBAAe,AAAG,sBAAsB,CAAG,AACtG,oBAAqB,gBAAgB,AAAG,UAAS,AAAG,cAAa,AAAG,eAAe,CAAI,AACvF,uBAAwB,sBAAqB,AAAG,uBAAuB,CAAI,AAC3E,sCAAsC,2BAA2B,CAAI,AACrE,mCAAmC,wBAAwB,CAAI,AAC/D,6BAA8B,iBAAiB,CAAI,AACnD,yBAA0B,WAAU,AAAG,sBAAsB,AAAG,cAAc,AAAG,kBAAiB,AAAG,qBAAoB,AAAG,WAAc,AAAG,eAAe,AAAG,qBAAqB,AAAG,eAAc,AAAG,YAAY,AAAG,iBAAiB,AAAG,oBAAoB,AAAG,UAAS,AAAG,kBAAkB,AAAG,qBAAqB,AAAG,mBAAmB,AAAG,mBAAmB,AAAG,WAAW,AAAG,kCAAoC,CAAI,AAC7Z,+BAAgC,qBAAqB,CAAI,AACzD,6BAA8B,cAAe,CAAI,AACjD,yBAA0B,kBAAkB,CAAI,AAChD,wBAAyB,WAAU,AAAG,cAAc,CAAI,AACxD,uBAAwB,cAAa,AAAG,eAAc,AAAG,oBAAmB,AAAG,eAAgB,CAAI,AACnG,6BAA8B,wEAA2E,AAAG,eAAe,AAAG,cAAa,AAAG,eAAe,AAAG,mBAAkB,AAAG,gBAAe,AAAG,UAAS,AAAG,gBAAe,AAA0D,iBAAkB,CAAI,AAClT,8BAA+B,cAAa,AAAG,UAAS,AAAG,gBAAiB,AAAG,cAAc,CAAI,AACjG,mCAAoC,WAAU,AAAG,WAAU,AAAG,eAAyB,AAAG,gBAAe,AAAG,UAAS,AAAE,YAAY,AAAG,UAAW,CAAI,AACrJ,8BAA+B,aAAY,AAAG,wBAAuB,AAAG,gBAAgB,AAAG,WAAU,AAAG,WAAU,AAAG,UAAS,AAAG,SAAS,CAAI,AAC9I,qCAAsC,YAAY,CAAI,AACtD,uCAAwC,cAAa,AAAG,YAAY,CAAI,AACxE,6BAA8B,cAAa,AAAG,WAAU,AAAG,WAAU,AAAG,mBAAkB,AAAG,gBAAe,AAAG,cAAc,CAAI,AAIjI,kCAEE,sBAAuB,AACvB,aAAc,CACf,AACD,WACE,gBAAgB,AAChB,iBAAkB,CACnB,AACD,uBACE,wBAAyB,AACzB,mCAAoC,AACpC,gBAAgB,AAChB,kBAAkB,AAClB,gCAAoC,AACpC,cAAc,AACd,gBAAgB,AAChB,kBAAkB,AAClB,eAAgB,CATlB,AAeC,6BAHG,mCAAoC,AACpC,oBAAyB,CAC1B;ACuNH,iBAjQA,AAqB2B,WApBzB,qBAAuB,AACvB,oCAAsC,AACtC,kRAIwD,AACxD,gBAAmB,AACnB,iBAAkB,CAAA,AAIpB,qDACE,WACE,qBAAuB,AACvB,6DAAgE,CAAA,CAAA,AAiCpE,qBACE,QAAS,CADX,AAQC,wBAJG,qBAAqB,AACrB,kBAAkB,AAClB,aAAc,CACf,AAIH,yBACE,SAAS,AACT,gBAAgB,AAChB,WAAW,AACX,eAAe,AACf,cAAgB,AAChB,aAAa,AACb,sBAAsB,AACtB,yBAA2B,CAC5B,AAGD,sBAEE,kCAAoC,CACrC,AACD,UACE,8BAA8B,AAG9B,kBAAmB,CAJrB,AAcC,+BAZC,WAAW,AACX,gBAAkB,AAElB,UAAc,CALhB,AAaG,qBALC,8BAA8B,AAG9B,kBAAmB,CAEpB,AAEH,IACE,aAAa,AACb,cAAe,CAChB,AACD,iBAEE,cAAc,AACd,WAAW,AACX,YAAY,AACZ,iBAAkB,CACnB,AAID,sBACE,YAAa,CApEb,AAyED,yBAND,cAII,oBAAqB,CAExB,CAzEC,AAyED,yBACD,eAEI,sBAAwB,CAE3B,CAzEC,AAyED,0BACD,gBAEI,sBAAwB,CAE3B,CAAA,AACD,kBACE,UAAU,AACV,iBA1F4B,AA2F5B,cAAc,AACd,WAAY,CACb,AACD,UACE,cAAe,CAChB,AACD,eACE,4BAA6B,CAC9B,AACD,iBACE,kBAAkB,AAClB,sBAAsB,AACtB,iBAAiB,AACjB,SAAS,AACT,eAAgB,CALlB,AAcC,wBANG,kBAAkB,AAClB,MAAM,AACN,OAAO,AACP,WAAW,AACX,WAAY,CACb,AAEH,aACE,cAAc,AACd,kBAAkB,AAClB,YAAY,AACZ,WAAW,AACX,cAAe,CA/Gf,AAgHD,0BACD,cAGM,SAAU,CAEb,CALH,AAKG,gBAEC,cAAc,AACd,WAAY,CAzHd,AA8HC,0BAbH,gBAWM,UAAW,CAEd,CA9HD,AA8HC,0BAEH,eAGM,SAAU,CAEb,CALH,AAKG,iBAEC,cAAc,AACd,WAAY,CAxId,AA8IC,0BAdH,iBAWM,YAAY,AACZ,gBAAiB,CAEpB,CAAA,AAEH,QACE,cAAc,AACd,iBAAiB,AACjB,kBAAkB,AAClB,iBAAkB,CApJlB,AAqJD,0BACD,eAEI,YAAa,CAEhB,CAAA,AACD,gBACE,YAAa,CA5Jb,AAiKD,0BAND,gBAII,oBAAqB,CAExB,CAAA,AAGD,UAEE,YAAY,AACZ,SAAS,AACT,SAAU,CACX,AACD,KACE,iCAzLyC,AA0LzC,mBAAmB,AACnB,yBAA6B,CAC9B,AACD,EACE,oBAAqB,CACtB,AAKD,QACE,0BAA0B,AAC1B,uBAAyB,CAC1B,AACD,eAKE,8BA5MuC,CA6MxC,AACD,GACE,aAAc,CACf,AACD,OACE,gBAAmB,AACnB,cAAiB,CAtMjB,AAqND,0BAjBD,OAKI,aAAkB,AAClB,WAAY,CAWf,CAjBD,AAiBC,WAPG,cAAc,AACd,aAAqB,CA/MvB,AAoNC,0BAhBH,WAcM,UAAW,CAEd,CAAA,AAEH,IACE,WAAW,AACX,cAAc,AACd,WAAW,AACX,YAAY,AACZ,SAAS,AACT,SAAU,CA5NV,AA4TD,0BAtGD,IASI,YAAY,AACZ,iBAAiB,AACjB,UAAU,AACV,iBAAiB,AACjB,WAAW,AACX,cAAe,CAwFlB,CAtGD,AAsGC,cAnFK,aAAc,CAzOlB,AA0OG,0BApBL,YAuBM,+BAAgC,CAEnC,CAzBH,AAyBG,MAEC,cAAc,AACd,WAAc,AACd,cAAc,AACd,kBAAkB,AAClB,WAAW,AACX,SAAS,AACT,SAAU,CAvPZ,AAoQC,0BA9CH,MAoCM,eAAgB,CAUnB,CA9CH,AA8CG,WAPG,YAAa,CA7PjB,AAmQG,0BA7CL,WA0CQ,eAAe,AACf,eAAgB,CAEnB,CA7CL,AA6CK,YAGD,oBAAqB,CAhDzB,AAiDG,OAEC,qBAAqB,AACrB,qBAAqB,AACrB,SAAS,AACT,UAAU,AACV,UAAW,CA7Qb,AA2TC,0BArGH,OA0DM,OAAQ,CA2CX,CArGH,AAqGG,UAvCG,eAAe,AACf,qBAAqB,AACrB,WAAW,AACX,UAAU,AACV,SAAS,AACT,SAAU,CAzRd,AAoSG,0BA9EL,UAsEQ,WAAW,AACX,WAAiB,CAOpB,CA9EL,AA8EK,YAHG,SAAS,AACT,SAAU,CA5ElB,AA6EO,+BAGD,WA5Tc,CAAO,AA4O3B,gCAmFM,WA9Tc,CAAO,AA2O3B,gCAsFM,WAhUc,CAAO,AA0O3B,gCAyFM,WAlUc,CAAO,AAyO3B,gCA4FM,WApUc,CAAO,AAwO3B,mBA+FM,oBAjUwB,CAY5B,AA0TG,0BApGL,mBAkGQ,oBAAsB,CAEzB,CAAA,AAGL,uFACE,sBAAsB,AACtB,4BAA4B,AAC5B,wBAAkC,AAClC,cAAc,AACd,WAAW,AACX,iBAAiB,AACjB,UAAW,CAzUX,AAkVD,yBAhBD,uFAUI,gBAAiB,CAMpB,CA7UC,AA6UD,0BAhBD,uFAcI,gBAAiB,CAEpB,CAAA,AACD,WAEE,+CAAgD,CACjD,AACD,kBAEE,kDAAmD,CACpD,AACD,gBAEE,gDAAiD,CAClD,AACD,YAEE,4CAA6C,CAC9C,AACD,cAEE,+CAA+C,AAC/C,wBAAiC,CAjWjC,AAsWD,0BARD,cAMI,uBAAkC,CAErC,CAAA,AACD,UAEE,0CAA2C,CAC5C,AACD,IACE,cAAe,CAEhB,AACD,QACE,cAAc,AACd,WAAW,AACX,cAAe,CAHjB,AAWC,WALG,cAAe,CANnB,AAOG,WAEC,cAAe,CAChB,AAEH,uBAEE,mBAAmB,AACnB,aAAa,AACb,0BAA6B,AAC7B,4BAAgC,CALlC,AAWC,wDAFG,iBAAkB,CACnB,AAMH,uBAEI,WAAW,AACX,YAAa,CAnZf,AAyZC,yBATH,kBAMM,SAAU,CAGb,CATH,AASG,sBAEC,WAAY,CAXhB,AAYG,iBAEC,WAAW,AACX,cAAc,AACd,wBAAyB,AACzB,mCAAoC,AACpC,oBAAqB,AACrB,UAAc,CAnBlB,AAyBG,uBAHG,mCAAoC,AACpC,oBAAyB,CAC1B,AAGL,cACE,mBAAmB,AACnB,yBAAyB,AACzB,WAAW,AACX,kBAAkB,AAClB,2BAA4B,AAC5B,WAAW,AACX,SAAU,CAlbV,AAqcD,yBA1BD,cAUI,YAAY,AACZ,UAAU,AACV,eAAgB,CAcnB,CA1BD,AA0BC,iBAVG,yBAA2B,CAhB/B,AAiBG,gBAEC,aAAc,CAnBlB,AAoBG,mBAEC,cAAc,AACd,eAAgB,AAChB,cAAe,CAChB,AAEH,gBACE,cAAc,AACd,UAAU,AACV,kBAAkB,AAClB,aAAe,AACf,yBAAyB,AACzB,cAAe,CANjB,AAaC,sBAJG,mBAAmB,AACnB,qBAAyB,AACzB,oBAAqB,CACtB,AAEH,WACE,eAAe,AACf,cAAc,AACd,qBAAsB,CACvB,AACD,MACE,WAAW,AACX,gCAAkC,AAClC,4BAA4B,AAC5B,YAAY,AACZ,aAAa,AACb,WAAY,CANd,AAkBC,mBATG,sBAAsB,AACtB,cAAc,AACd,iBAAkB,CA/dpB,AAgeC,0BAZH,MAeI,YAAY,AACZ,8BAAgC,CAEnC,CAAA,AACD,OACE,WAAW,AACX,gBAAmB,AACnB,WAAc,AACd,cAAe,CAChB,AACD,+CAEE,cAAgB,AAChB,UAAU,AACV,gBAAiB,CAClB,AACD,mCACE,+BAjgBuC,AAkgBvC,eAAiB,AACjB,gBAAiB,CAClB,AACD,aACE,cAAc,AACd,iBAAsB,AACtB,WAAY,CACb,AACD,WACE,WAAW,AACX,cAAc,AACd,WAAW,AACX,YAAY,AACZ,kBAAkB,AAClB,eAAe,AACf,cAAgB,CAzgBhB,AA8gBD,yBAZD,WAUI,aAAc,CAEjB,CAAA,AACD,gBAIE,qBAAqB,AACrB,oBAAqB,CACtB,AACD,mCAEE,WAAW,AACX,qBAAqB,AACrB,mBAAmB,AACnB,SAAS,AACT,WAAW,AACX,mBAAmB,AACnB,WAAW,AACX,kBAAkB,AAClB,UAAU,AACV,WAAY,CAjiBZ,AAsiBD,yBAhBD,mCAcI,SAAU,CAEb,CAAA,AACD,qBACE,cAAc,AACd,WAAW,AACX,WAAY,CAriBZ,AA2iBD,0BATD,qBAMI,aAAa,AACb,QAAS,CAEZ,CAAA,AACD,KACE,cAAc,AACd,UAAU,AACV,eAAgB,AAChB,kBAAkB,AAClB,wBAA0B,CAC3B,AACD,aACE,YAAY,AACZ,WAAW,AACX,oCAA0C,AAC1C,kBAAkB,AAClB,kBAAkB,AAClB,cAAe,CANjB,AA2BC,mBAlBG,WAAW,AACX,cAAc,AACd,kBAAkB,AAClB,WAAW,AACX,UAAU,AACV,cAAc,AACd,mBAAmB,AACnB,gCAAgC,AAChC,mEAAwE,CAjB5E,AAkBG,mBAGC,kBAAgC,CArBpC,AA0BG,yBAFG,qDAAwE,CACzE,AAML,kBACE,uBAAwB,AACxB,wBAAyB,AACzB,0BAAiC,CAClC","file":"styles.css","sourcesContent":[null,"/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Correct the line height in all browsers.\n * 3. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\n/* Document\n ========================================================================== */\n\nhtml {\n font-family: sans-serif; /* 1 */\n line-height: 1.15; /* 2 */\n -ms-text-size-adjust: 100%; /* 3 */\n -webkit-text-size-adjust: 100%; /* 3 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\n\nfigcaption,\nfigure,\nmain { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n}\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\n\na:active,\na:hover {\n outline-width: 0;\n}\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\n\ndetails, /* 1 */\nmenu {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Scripting\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\ncanvas {\n display: inline-block;\n}\n\n/**\n * Add the correct display in IE.\n */\n\ntemplate {\n display: none;\n}\n\n/* Hidden\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10-.\n */\n\n[hidden] {\n display: none;\n}\n","/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\n/**\n * 1. Change the default font family in all browsers (opinionated).\n * 2. Correct the line height in all browsers.\n * 3. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n/* Document\n ========================================================================== */\nhtml {\n font-family: sans-serif;\n /* 1 */\n line-height: 1.15;\n /* 2 */\n -ms-text-size-adjust: 100%;\n /* 3 */\n -webkit-text-size-adjust: 100%;\n /* 3 */ }\n\n/* Sections\n ========================================================================== */\n/**\n * Remove the margin in all browsers (opinionated).\n */\nbody {\n margin: 0; }\n\n/**\n * Add the correct display in IE 9-.\n */\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block; }\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0; }\n\n/* Grouping content\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\nfigcaption,\nfigure,\nmain {\n /* 1 */\n display: block; }\n\n/**\n * Add the correct margin in IE 8.\n */\nfigure {\n margin: 1em 40px; }\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\nhr {\n box-sizing: content-box;\n /* 1 */\n height: 0;\n /* 1 */\n overflow: visible;\n /* 2 */ }\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\npre {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */ }\n\n/* Text-level semantics\n ========================================================================== */\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\na {\n background-color: transparent;\n /* 1 */\n -webkit-text-decoration-skip: objects;\n /* 2 */ }\n\n/**\n * Remove the outline on focused links when they are also active or hovered\n * in all browsers (opinionated).\n */\na:active,\na:hover {\n outline-width: 0; }\n\n/**\n * 1. Remove the bottom border in Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\nabbr[title] {\n border-bottom: none;\n /* 1 */\n text-decoration: underline;\n /* 2 */\n text-decoration: underline dotted;\n /* 2 */ }\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\nb,\nstrong {\n font-weight: inherit; }\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\nb,\nstrong {\n font-weight: bolder; }\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */ }\n\n/**\n * Add the correct font style in Android 4.3-.\n */\ndfn {\n font-style: italic; }\n\n/**\n * Add the correct background and color in IE 9-.\n */\nmark {\n background-color: #ff0;\n color: #000; }\n\n/**\n * Add the correct font size in all browsers.\n */\nsmall {\n font-size: 80%; }\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline; }\n\nsub {\n bottom: -0.25em; }\n\nsup {\n top: -0.5em; }\n\n/* Embedded content\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n */\naudio,\nvideo {\n display: inline-block; }\n\n/**\n * Add the correct display in iOS 4-7.\n */\naudio:not([controls]) {\n display: none;\n height: 0; }\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\nimg {\n border-style: none; }\n\n/**\n * Hide the overflow in IE.\n */\nsvg:not(:root) {\n overflow: hidden; }\n\n/* Forms\n ========================================================================== */\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif;\n /* 1 */\n font-size: 100%;\n /* 1 */\n line-height: 1.15;\n /* 1 */\n margin: 0;\n /* 2 */ }\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\nbutton,\ninput {\n /* 1 */\n overflow: visible; }\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\nbutton,\nselect {\n /* 1 */\n text-transform: none; }\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n /* 2 */ }\n\n/**\n * Remove the inner border and padding in Firefox.\n */\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0; }\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText; }\n\n/**\n * Change the border, margin, and padding in all browsers (opinionated).\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em; }\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\nlegend {\n box-sizing: border-box;\n /* 1 */\n color: inherit;\n /* 2 */\n display: table;\n /* 1 */\n max-width: 100%;\n /* 1 */\n padding: 0;\n /* 3 */\n white-space: normal;\n /* 1 */ }\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\nprogress {\n display: inline-block;\n /* 1 */\n vertical-align: baseline;\n /* 2 */ }\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\ntextarea {\n overflow: auto; }\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n /* 1 */\n padding: 0;\n /* 2 */ }\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto; }\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n[type=\"search\"] {\n -webkit-appearance: textfield;\n /* 1 */\n outline-offset: -2px;\n /* 2 */ }\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none; }\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n /* 1 */\n font: inherit;\n /* 2 */ }\n\n/* Interactive\n ========================================================================== */\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\ndetails,\nmenu {\n display: block; }\n\n/*\n * Add the correct display in all browsers.\n */\nsummary {\n display: list-item; }\n\n/* Scripting\n ========================================================================== */\n/**\n * Add the correct display in IE 9-.\n */\ncanvas {\n display: inline-block; }\n\n/**\n * Add the correct display in IE.\n */\ntemplate {\n display: none; }\n\n/* Hidden\n ========================================================================== */\n/**\n * Add the correct display in IE 10-.\n */\n[hidden] {\n display: none; }\n","/*\n* Skeleton V2.0.4\n* Copyright 2014, Dave Gamache\n* www.getskeleton.com\n* Free to use under the MIT license.\n* http://www.opensource.org/licenses/mit-license.php\n* 12/29/2014\n*/\n\n\n/* Table of contents\n––––––––––––––––––––––––––––––––––––––––––––––––––\n- Grid\n- Base Styles\n- Typography\n- Links\n- Buttons\n- Forms\n- Lists\n- Code\n- Tables\n- Spacing\n- Utilities\n- Clearing\n- Media Queries\n*/\n\n\n/* Grid\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.container {\n position: relative;\n width: 100%;\n max-width: 960px;\n margin: 0 auto;\n padding: 0 20px;\n box-sizing: border-box; }\n.column,\n.columns {\n width: 100%;\n float: left;\n box-sizing: border-box; }\n\n/* For devices larger than 400px */\n@media (min-width: 400px) {\n .container {\n width: 85%;\n padding: 0; }\n}\n\n/* For devices larger than 550px */\n@media (min-width: 550px) {\n .container {\n width: 80%; }\n .column,\n .columns {\n margin-left: 4%; }\n .column:first-child,\n .columns:first-child {\n margin-left: 0; }\n\n .one.column,\n .one.columns { width: 4.66666666667%; }\n .two.columns { width: 13.3333333333%; }\n .three.columns { width: 22%; }\n .four.columns { width: 30.6666666667%; }\n .five.columns { width: 39.3333333333%; }\n .six.columns { width: 48%; }\n .seven.columns { width: 56.6666666667%; }\n .eight.columns { width: 65.3333333333%; }\n .nine.columns { width: 74.0%; }\n .ten.columns { width: 82.6666666667%; }\n .eleven.columns { width: 91.3333333333%; }\n .twelve.columns { width: 100%; margin-left: 0; }\n\n .one-third.column { width: 30.6666666667%; }\n .two-thirds.column { width: 65.3333333333%; }\n\n .one-half.column { width: 48%; }\n\n /* Offsets */\n .offset-by-one.column,\n .offset-by-one.columns { margin-left: 8.66666666667%; }\n .offset-by-two.column,\n .offset-by-two.columns { margin-left: 17.3333333333%; }\n .offset-by-three.column,\n .offset-by-three.columns { margin-left: 26%; }\n .offset-by-four.column,\n .offset-by-four.columns { margin-left: 34.6666666667%; }\n .offset-by-five.column,\n .offset-by-five.columns { margin-left: 43.3333333333%; }\n .offset-by-six.column,\n .offset-by-six.columns { margin-left: 52%; }\n .offset-by-seven.column,\n .offset-by-seven.columns { margin-left: 60.6666666667%; }\n .offset-by-eight.column,\n .offset-by-eight.columns { margin-left: 69.3333333333%; }\n .offset-by-nine.column,\n .offset-by-nine.columns { margin-left: 78.0%; }\n .offset-by-ten.column,\n .offset-by-ten.columns { margin-left: 86.6666666667%; }\n .offset-by-eleven.column,\n .offset-by-eleven.columns { margin-left: 95.3333333333%; }\n\n .offset-by-one-third.column,\n .offset-by-one-third.columns { margin-left: 34.6666666667%; }\n .offset-by-two-thirds.column,\n .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }\n\n .offset-by-one-half.column,\n .offset-by-one-half.columns { margin-left: 52%; }\n\n}\n\n\n/* Base Styles\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n/* NOTE\nhtml is set to 62.5% so that all the REM measurements throughout Skeleton\nare based on 10px sizing. So basically 1.5rem = 15px :) */\nhtml {\n font-size: 62.5%; }\nbody {\n font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */\n line-height: 1.6;\n font-weight: 400;\n font-family: \"Raleway\", \"HelveticaNeue\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n color: #222; }\n\n\n/* Typography\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 2rem;\n font-weight: 300; }\nh1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}\nh2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }\nh3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }\nh4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }\nh5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }\nh6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }\n\n/* Larger than phablet */\n@media (min-width: 550px) {\n h1 { font-size: 5.0rem; }\n h2 { font-size: 4.2rem; }\n h3 { font-size: 3.6rem; }\n h4 { font-size: 3.0rem; }\n h5 { font-size: 2.4rem; }\n h6 { font-size: 1.5rem; }\n}\n\np {\n margin-top: 0; }\n\n\n/* Links\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\na {\n color: #1EAEDB; }\na:hover {\n color: #0FA0CE; }\n\n\n/* Buttons\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.button,\nbutton,\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n display: inline-block;\n height: 38px;\n padding: 0 30px;\n color: #555;\n text-align: center;\n font-size: 11px;\n font-weight: 600;\n line-height: 38px;\n letter-spacing: .1rem;\n text-transform: uppercase;\n text-decoration: none;\n white-space: nowrap;\n background-color: transparent;\n border-radius: 4px;\n border: 1px solid #bbb;\n cursor: pointer;\n box-sizing: border-box; }\n.button:hover,\nbutton:hover,\ninput[type=\"submit\"]:hover,\ninput[type=\"reset\"]:hover,\ninput[type=\"button\"]:hover,\n.button:focus,\nbutton:focus,\ninput[type=\"submit\"]:focus,\ninput[type=\"reset\"]:focus,\ninput[type=\"button\"]:focus {\n color: #333;\n border-color: #888;\n outline: 0; }\n.button.button-primary,\nbutton.button-primary,\ninput[type=\"submit\"].button-primary,\ninput[type=\"reset\"].button-primary,\ninput[type=\"button\"].button-primary {\n color: #FFF;\n background-color: #33C3F0;\n border-color: #33C3F0; }\n.button.button-primary:hover,\nbutton.button-primary:hover,\ninput[type=\"submit\"].button-primary:hover,\ninput[type=\"reset\"].button-primary:hover,\ninput[type=\"button\"].button-primary:hover,\n.button.button-primary:focus,\nbutton.button-primary:focus,\ninput[type=\"submit\"].button-primary:focus,\ninput[type=\"reset\"].button-primary:focus,\ninput[type=\"button\"].button-primary:focus {\n color: #FFF;\n background-color: #1EAEDB;\n border-color: #1EAEDB; }\n\n\n/* Forms\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"text\"],\ninput[type=\"tel\"],\ninput[type=\"url\"],\ninput[type=\"password\"],\ntextarea,\nselect {\n height: 38px;\n padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */\n background-color: #fff;\n border: 1px solid #D1D1D1;\n border-radius: 4px;\n box-shadow: none;\n box-sizing: border-box; }\n/* Removes awkward default styles on some inputs for iOS */\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"text\"],\ninput[type=\"tel\"],\ninput[type=\"url\"],\ninput[type=\"password\"],\ntextarea {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none; }\ntextarea {\n min-height: 65px;\n padding-top: 6px;\n padding-bottom: 6px; }\ninput[type=\"email\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"password\"]:focus,\ntextarea:focus,\nselect:focus {\n border: 1px solid #33C3F0;\n outline: 0; }\nlabel,\nlegend {\n display: block;\n margin-bottom: .5rem;\n font-weight: 600; }\nfieldset {\n padding: 0;\n border-width: 0; }\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n display: inline; }\nlabel > .label-body {\n display: inline-block;\n margin-left: .5rem;\n font-weight: normal; }\n\n\n/* Lists\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nul {\n list-style: circle inside; }\nol {\n list-style: decimal inside; }\nol, ul {\n padding-left: 0;\n margin-top: 0; }\nul ul,\nul ol,\nol ol,\nol ul {\n margin: 1.5rem 0 1.5rem 3rem;\n font-size: 90%; }\nli {\n margin-bottom: 1rem; }\n\n\n/* Code\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\ncode {\n padding: .2rem .5rem;\n margin: 0 .2rem;\n font-size: 90%;\n white-space: nowrap;\n background: #F1F1F1;\n border: 1px solid #E1E1E1;\n border-radius: 4px; }\npre > code {\n display: block;\n padding: 1rem 1.5rem;\n white-space: pre; }\n\n\n/* Tables\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nth,\ntd {\n padding: 12px 15px;\n text-align: left;\n border-bottom: 1px solid #E1E1E1; }\nth:first-child,\ntd:first-child {\n padding-left: 0; }\nth:last-child,\ntd:last-child {\n padding-right: 0; }\n\n\n/* Spacing\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nbutton,\n.button {\n margin-bottom: 1rem; }\ninput,\ntextarea,\nselect,\nfieldset {\n margin-bottom: 1.5rem; }\npre,\nblockquote,\ndl,\nfigure,\ntable,\np,\nul,\nol,\nform {\n margin-bottom: 2.5rem; }\n\n\n/* Utilities\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n.u-full-width {\n width: 100%;\n box-sizing: border-box; }\n.u-max-full-width {\n max-width: 100%;\n box-sizing: border-box; }\n.u-pull-right {\n float: right; }\n.u-pull-left {\n float: left; }\n\n\n/* Misc\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\nhr {\n margin-top: 3rem;\n margin-bottom: 3.5rem;\n border-width: 0;\n border-top: 1px solid #E1E1E1; }\n\n\n/* Clearing\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n\n/* Self Clearing Goodness */\n.container:after,\n.row:after,\n.u-cf {\n content: \"\";\n display: table;\n clear: both; }\n\n\n/* Media Queries\n–––––––––––––––––––––––––––––––––––––––––––––––––– */\n/*\nNote: The best way to structure the use of media queries is to create the queries\nnear the relevant code. For example, if you wanted to change the styles for buttons\non small devices, paste the mobile query code up in the buttons section and style it\nthere.\n*/\n\n\n/* Larger than mobile */\n@media (min-width: 400px) {}\n\n/* Larger than phablet (also point when grid becomes active) */\n@media (min-width: 550px) {}\n\n/* Larger than tablet */\n@media (min-width: 750px) {}\n\n/* Larger than desktop */\n@media (min-width: 1000px) {}\n\n/* Larger than Desktop HD */\n@media (min-width: 1200px) {}\n","/**\n * Featherlight – ultra slim jQuery lightbox\n * Version 1.5.0 - http://noelboss.github.io/featherlight/\n *\n * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)\n * MIT Licensed.\n**/\n\n@media all {\n .featherlight {\n display: none;\n\n /* dimensions: spanning the background from edge to edge */\n position:fixed;\n top: 0; right: 0; bottom: 0; left: 0;\n z-index: 2147483647; /* z-index needs to be >= elements on the site. */\n\n /* position: centering content */\n text-align: center;\n\n /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */\n white-space: nowrap;\n\n /* styling */\n cursor: pointer;\n background: #333;\n /* IE8 \"hack\" for nested featherlights */\n background: rgba(0, 0, 0, 0);\n }\n\n /* support for nested featherlights. Does not work in IE8 (use JS to fix) */\n .featherlight:last-of-type {\n background: rgba(0, 0, 0, 0.8);\n }\n\n .featherlight:before {\n /* position: trick to center content vertically */\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -0.25em;\n }\n\n .featherlight .featherlight-content {\n /* make content container for positioned elements (close button) */\n position: relative;\n\n /* position: centering vertical and horizontal */\n text-align: left;\n vertical-align: middle;\n display: inline-block;\n\n /* dimensions: cut off images */\n overflow: auto;\n padding: 25px 25px 0;\n border-bottom: 25px solid transparent;\n\n /* dimensions: handling large content */\n margin-left: 5%;\n margin-right: 5%;\n max-height: 95%;\n\n /* styling */\n background: #fff;\n cursor: auto;\n\n /* reset white-space wrapping */\n white-space: normal;\n }\n\n /* contains the content */\n .featherlight .featherlight-inner {\n /* make sure its visible */\n display: block;\n }\n\n .featherlight .featherlight-close-icon {\n /* position: centering vertical and horizontal */\n position: absolute;\n z-index: 9999;\n top: 0;\n right: 0;\n\n /* dimensions: 25px x 25px */\n line-height: 25px;\n width: 25px;\n\n /* styling */\n cursor: pointer;\n text-align: center;\n font-family: Arial, sans-serif;\n background: #fff; /* Set the background in case it overlaps the content */\n background: rgba(255, 255, 255, 0.3);\n color: #000;\n }\n\n\n .featherlight .featherlight-image {\n /* styling */\n width: 100%;\n }\n\n\n .featherlight-iframe .featherlight-content {\n /* removed the border for image croping since iframe is edge to edge */\n border-bottom: 0;\n padding: 0;\n }\n\n .featherlight iframe {\n /* styling */\n border: none;\n }\n\n .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n}\n\n/* handling phones and small screens */\n@media only screen and (max-width: 1024px) {\n .featherlight .featherlight-content {\n /* dimensions: maximize lightbox with for small screens */\n margin-left: 10px;\n margin-right: 10px;\n max-height: 98%;\n\n padding: 10px 10px 0;\n border-bottom: 10px solid transparent;\n }\n}\n","/**\n * MailChimp Form Embed Code - Slim - 12/15/2015 v10.7\n * Default Styles, taken from //cdn-images.mailchimp.com/embedcode/slim-10_7.css\n*/\n\n#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}\n#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}\n#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}\n#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}\n#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}\n#mc_embed_signup input:focus {border-color:#333;}\n#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}\n#mc_embed_signup .button:hover {background-color:#777;}\n#mc_embed_signup .small-meta {font-size: 11px;}\n#mc_embed_signup .nowrap {white-space:nowrap;}\n#mc_embed_signup .clear {clear:none; display:inline;}\n#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}\n#mc_embed_signup input.email {font-family:\"Open Sans\",\"Helvetica Neue\",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}\n#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}\n#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}\n#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}\n#mc_embed_signup #mce-error-response {display:none;}\n#mc_embed_signup #mce-success-response {color:#529214; display:none;}\n#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}\n\n\n/* ChristopherL Customizations */\n#mce-EMAIL,\n#mc-embedded-subscribe {\n margin: auto !important;\n display: block;\n}\n#mce-EMAIL {\n max-width: 350px;\n text-align: center;\n}\n#mc-embedded-subscribe {\n margin-top: 2% !important;\n background-color: #D8D8D8 !important;\n padding-top: 2px;\n line-height: 2.4em;\n border: solid 1px #888888 !important;\n font-size: 1em;\n font-weight: 400;\n line-height: 2.5em;\n max-width: 200px;\n\n &:hover {\n background-color: #1EAEDB !important;\n color: #FFFFFF !important;\n }\n}\n","/**\n * Base Sass Stylesheet - Makes things purdy.\n *\n * @package ChristopherL.com\n * @copyright 2016-2017 ChristopherL (https://github.com/chrislarrycarl)\n * @license http://www.gnu.org/licenses/gpl-2.0.html\n */\n\n@font-face {\n font-family: 'fontello';\n src: url('font/fontello.eot?84475532');\n src: url('font/fontello.eot?84475532#iefix') format('embedded-opentype'),\n url('font/fontello.woff2?84475532') format('woff2'),\n url('font/fontello.woff?84475532') format('woff'),\n url('font/fontello.ttf?84475532') format('truetype'),\n url('font/fontello.svg?84475532#fontello') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?84475532#fontello') format('svg');\n }\n}\n\n// Icons\n$home_icon: '\\e800';\n$development_icon: '\\e801';\n$marketing_icon: '\\e802';\n$about_icon: '\\e803';\n$contact_icon: '\\e804';\n\n// Typography\n// Note: These are Google fonts, their stylesheet is included in of /include/templates/base.tpl\n$primary_font: 'Noto Sans', sans-serif;\n$header_font: 'Sacramento', cursive;\n$icon_font: 'fontello';\n\n// Constraints\n$maximum_content_width: 1024px;\n\n// Media Query Mixins\n@mixin tablet {\n @media (min-width: 768px) {\n @content;\n }\n}\n@mixin desktop {\n @media (min-width: 1024px) {\n @content;\n }\n}\n\n// Parsley Feedback Styles\n.parsley-errors-list {\n margin: 0;\n\n li {\n list-style-type: none;\n font-style: italic;\n color: #DC143C;\n }\n}\n\n// Featherlight lightbox Styles\n.featherlight-close-icon {\n border: 0;\n background: none;\n width: 15px;\n font-size: 20px;\n line-height: 0px;\n margin-top: 0;\n margin: -5px -10px 0 0;\n background: none !important;\n}\n\n// Utility Styles\n.parsley-error,\n.error {\n border: solid 1px #DC143C !important;\n}\n#feedback {\n border-left: solid 2px #006400;\n padding: 1%;\n margin: -2% 0 1% 0;\n background: #cce0cc;\n color: #222222;\n\n &.incomplete {\n border-left: solid 2px #DC143C;\n padding: 1%;\n margin: -2% 0 1% 0;\n background: #f8d0d8;\n color: #222222;\n }\n}\n.fl {\n display: none;\n max-width: 100%;\n}\n.fl img,\n.fl span {\n display: block;\n clear: both;\n margin: auto;\n text-align: center;\n}\n.hidden {\n display: none;\n}\n.hidden-phone {\n display: none;\n\n @include tablet {\n display: inline-block;\n }\n}\n.hidden-tablet {\n @include tablet {\n display: none !important;\n }\n}\n.hidden-desktop {\n @include desktop {\n display: none !important;\n }\n}\n.the-outer-limits {\n width: 90%;\n max-width: $maximum_content_width;\n display: block;\n margin: auto;\n}\n.lightbox {\n cursor: pointer;\n}\n.strikethrough {\n text-decoration: line-through;\n}\n.video-container {\n position: relative;\n padding-bottom: 56.25%;\n padding-top: 35px;\n height: 0;\n overflow: hidden;\n\n iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n}\n.wide-stance {\n display: block;\n position: relative;\n margin: auto;\n float: none;\n max-width: 100%;\n}\n.image-left {\n p {\n @include desktop {\n width: 80%;\n }\n }\n img {\n display: block;\n margin: auto;\n\n @include desktop {\n float: left;\n }\n }\n}\n.image-right {\n p {\n @include desktop {\n width: 75%;\n }\n }\n img {\n display: block;\n margin: auto;\n\n @include desktop {\n float: right;\n margin: 0 0 3% 3%;\n }\n }\n}\n.center {\n display: block;\n margin-left: auto;\n margin-right: auto;\n text-align: center;\n}\n.action-mobile {\n @include desktop {\n display: none;\n }\n}\n.action-desktop {\n display: none;\n\n @include desktop {\n display: inline-block;\n }\n}\n\n// Styles\nhtml,\nbody {\n height: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n font-family: $primary_font;\n background: #F7F7F7;\n border-top: solid 3px #222222;\n}\na {\n text-decoration: none;\n}\na:active {\n}\na:visited {\n}\na:hover {\n text-decoration: underline;\n color: #0FA0CE !important;\n}\nh1,\nh2,\nh3,\nh4,\nh5 {\n font-family: $header_font;\n}\nh1 {\n font-size: 1em;\n}\nheader {\n background: #FFFFFF;\n padding: 1% 0 0 0;\n\n @include desktop {\n padding: 1% 0 1% 0;\n height: 75px;\n }\n\n img {\n display: block;\n margin: 0 auto 0 auto;\n\n @include desktop {\n float: left;\n }\n }\n}\nnav {\n width: 100%;\n display: block;\n clear: both;\n height: auto;\n margin: 0;\n padding: 0;\n\n @include desktop {\n float: right;\n margin: 2% 2% 0 0;\n width: 55%;\n text-align: right;\n clear: none;\n display: inline;\n }\n\n .active {\n a {\n color: #1EAEDB;\n }\n\n @include desktop {\n border-bottom: solid 1px #1EAEDB;\n }\n }\n a {\n font-size: 2em;\n color: #222222;\n display: block;\n text-align: center;\n width: 100%;\n margin: 0;\n padding: 0;\n\n @include desktop {\n font-size: 1.4em;\n }\n span {\n display: none;\n\n @include desktop {\n display: inline;\n min-width: 100px;\n }\n }\n }\n a:hover {\n text-decoration: none;\n }\n ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n width: 100%;\n\n @include desktop {\n right: 0;\n }\n\n li {\n display: inline;\n list-style-type: none;\n float: left;\n width: 20%;\n margin: 0;\n padding: 0;\n\n @include desktop {\n width: auto;\n margin: 0 2% 0 2%;\n }\n\n a {\n margin: 0;\n padding: 0;\n }\n }\n li:first-child a:before {\n content: $home_icon;\n }\n li:nth-child(2) a:before {\n content: $development_icon;\n }\n li:nth-child(3) a:before {\n content: $marketing_icon;\n }\n li:nth-child(4) a:before {\n content: $about_icon;\n }\n li:nth-child(5) a:before {\n content: $contact_icon;\n }\n li a:before {\n font-family: $icon_font;\n\n @include desktop {\n content: '' !important;\n }\n }\n }\n}\n.hero {\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center center;\n display: block;\n width: 100%;\n min-height: 150px;\n clear: both;\n\n @include tablet {\n min-height: 250px;\n }\n\n @include desktop {\n min-height: 350px;\n }\n}\n.hero_home {\n @extend .hero;\n background-image: url(../img/heros/homepage.jpg);\n}\n.hero_development {\n @extend .hero;\n background-image: url(../img/heros/development.jpg);\n}\n.hero_marketing {\n @extend .hero;\n background-image: url(../img/heros/marketing.jpg);\n}\n.hero_about {\n @extend .hero;\n background-image: url(../img/heros/about.jpg);\n}\n.hero_contact {\n @extend .hero;\n background-image: url(../img/heros/contact.jpg);\n background-position: right center;\n\n @include desktop {\n background-position: center center;\n }\n}\n.hero_404 {\n @extend .hero;\n background-image: url(../img/heros/404.jpg);\n}\nimg {\n max-width: 100%;\n\n}\nsection {\n display: block;\n clear: both;\n padding-top: 2%;\n\n h1 {\n font-size: 4rem;\n }\n ul {\n margin-left: 3%;\n }\n}\nsection.highlight,\n#map {\n background: #D8D8D8;\n padding: 1% 0;\n border-top: solid 1px #222222;\n border-bottom: solid 1px #222222;\n\n h3,\n p {\n text-align: center;\n }\n}\n#map {\n width: 100%;\n height: 200px;\n}\nfieldset {\n textarea {\n width: 100%;\n height: 200px;\n\n @include tablet {\n width: 50%;\n }\n\n }\n #g-recaptcha {\n width: 302px;\n }\n #submit {\n clear: both;\n display: block;\n margin-top: 2% !important;\n background-color: #D8D8D8 !important;\n transition: all 0.23s;\n color: #FFFFFF;\n\n &:hover {\n background-color: #1EAEDB !important;\n color: #FFFFFF !important;\n }\n }\n}\naside.contact {\n background: #D8D8D8;\n border: solid 1px #6A6A6A;\n padding: 2%;\n text-align: center;\n margin: 0 0 5% 5% !important;\n float: none;\n width: 90%;\n\n @include tablet {\n float: right;\n width: 25%;\n min-width: 250px;\n }\n\n h3 {\n margin-bottom: 0 !important;\n }\n a {\n font-size: 2em;\n }\n span {\n display: block;\n font-size: 0.7em;\n margin: 2% auto;\n }\n}\n.button-links a {\n display: block;\n width: 80%;\n text-align: center;\n padding: 2% 0px;\n border: 1px solid #1EAEDB;\n margin: 5% auto;\n\n &:hover {\n background: #1EAEDB;\n color: #FFFFFF !important;\n text-decoration: none;\n }\n}\n.logos img {\n margin: 2% auto;\n display: block;\n vertical-align: middle;\n}\n.shia {\n width: auto;\n background: url('../img/shia.png');\n background-repeat: no-repeat;\n width: 160px;\n height: 305px;\n margin: auto;\n\n .play-button {\n margin: 125px 0 0 50px;\n display: block;\n position: absolute;\n }\n\n @include desktop {\n float: right;\n margin: -220px 5% 0 0 !important;\n }\n}\nfooter {\n width: 100%;\n background: #222222;\n color: #FFFFFF;\n padding-top: 2%;\n}\nfooter h4,\n.addthis_horizontal_follow_toolbox p {\n margin: 0 0 5% 0;\n padding: 0;\n line-height: 1.35;\n}\n.addthis_horizontal_follow_toolbox {\n font-family: $header_font;\n font-size: 3.0rem;\n margin-bottom: 7%;\n}\nfooter .head {\n display: block;\n margin: 2% auto 0 auto;\n width: 100px;\n}\n.copyright {\n clear: both;\n display: block;\n width: auto;\n margin: auto;\n text-align: center;\n padding-top: 2%;\n font-size: 0.9em;\n\n @include tablet {\n font-size: 1em;\n }\n}\n.copyright span {\n -moz-transform: scaleX(-1);\n -o-transform: scaleX(-1);\n -webkit-transform: scaleX(-1);\n transform: scaleX(-1);\n display: inline-block;\n}\n.copyright:before,\n.copyright:after {\n content: '';\n display: inline-block;\n vertical-align: top;\n width: 5%;\n height: 1px;\n background: #FAFAFA;\n opacity: .8;\n position: relative;\n top: .65em;\n margin: 0 5%;\n\n @include tablet {\n width: 20%;\n }\n}\n.addthis-mobile-shim {\n display: block;\n width: 100%;\n height: 45px;\n\n @include desktop {\n display: none;\n height: 0;\n }\n}\n.egg {\n display: block;\n width: 50%;\n font-size: 0.5em;\n text-align: center;\n margin: 1% auto !important;\n}\n.play-button {\n height: 40px;\n width: 65px;\n background-color: rgba(255, 255, 255, 0.9);\n border-radius: 5px;\n position: relative;\n cursor: pointer;\n\n &:after {\n content: \"\";\n display: block;\n position: absolute;\n top: 10.5px;\n left: 24px;\n margin: 0 auto;\n border-style: solid;\n border-width: 9.5px 0 9.5px 17px;\n border-color: transparent transparent transparent rgba(0, 173, 239, 0.7);\n }\n\n &:hover {\n background: rgba(0, 173, 239, 1);\n\n &:after {\n border-color: transparent transparent transparent rgba(255, 255, 255, 1);\n }\n }\n}\n\n// Integrations/Widgets\n\n.twitter-timeline {\n height: 350px !important;\n display: block !important;\n margin: 0 auto 2% auto !important;\n}\n"]} \ No newline at end of file diff --git a/include/templates/base.tpl b/include/templates/base.tpl index ac48732..1678baa 100644 --- a/include/templates/base.tpl +++ b/include/templates/base.tpl @@ -39,6 +39,7 @@ {* Misc Link *} +