diff --git a/.eslintignore b/.eslintignore index 644bc2e3..d5a178b3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,4 @@ -helix-importer-ui \ No newline at end of file +helix-importer-ui +scripts/jquery-1.11.2.min.js +scripts/jquery.colorbox-min.js +scripts/swiper-342.jquery.min.js \ No newline at end of file diff --git a/head.html b/head.html index 908b5111..cbb6088e 100644 --- a/head.html +++ b/head.html @@ -3,17 +3,7 @@ - - - - - - - - - - - + diff --git a/scripts/scripts.js b/scripts/scripts.js index 0211c1dd..ae5daf9b 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -34,7 +34,7 @@ function buildHeroBlock(main) { * load fonts.css and set a session storage flag */ async function loadFonts() { - await loadCSS(`${window.hlx.codeBasePath}/styles/fonts.css`); + await loadCSS(`${window.hlx.codeBasePath}/styles/Typo.css`); try { if (!window.location.hostname.includes('localhost')) sessionStorage.setItem('fonts-loaded', 'true'); } catch (e) { diff --git a/styles/Colorbox.min.css b/styles/Colorbox.min.css deleted file mode 100644 index ea24a5b7..00000000 --- a/styles/Colorbox.min.css +++ /dev/null @@ -1,200 +0,0 @@ -#colorbox, -#cboxOverlay, -#cboxWrapper { - position: absolute; - top: 0; - left: 0; - z-index: 9999; - overflow: hidden; - -webkit-transform: translate3d(0, 0, 0); -} -#cboxWrapper { - max-width: none; -} -#cboxOverlay { - position: fixed; - width: 100%; - height: 100%; -} -#cboxMiddleLeft, -#cboxBottomLeft { - clear: left; -} -#cboxContent { - position: relative; -} -#cboxLoadedContent { - overflow: auto; - -webkit-overflow-scrolling: touch; -} -#cboxTitle { - margin: 0; -} -#cboxLoadingOverlay, -#cboxLoadingGraphic { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -#cboxPrevious, -#cboxNext, -#cboxClose, -#cboxSlideshow { - cursor: pointer; -} -.cboxPhoto { - float: left; - margin: auto; - border: 0; - display: block; - max-width: none; - -ms-interpolation-mode: bicubic; -} -.cboxIframe { - width: 100%; - height: 100%; - display: block; - border: 0; - padding: 0; - margin: 0; -} -#colorbox, -#cboxContent, -#cboxLoadedContent { - box-sizing: content-box; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; -} -#cboxOverlay { - background: #000; -} -#colorbox { - outline: 0; -} -#cboxContent { - margin-top: 20px; - background: #fff; -} -.cboxIframe { - background: #fff; -} -#cboxContent .button { - padding: 0.6em 1em; - margin-top: 10px; -} -#cboxError { - padding: 50px; - border: 1px solid #ccc; -} -#cboxLoadedContent { - border: 15px solid #fff; - background: #fff; -} -#cboxTitle { - position: absolute; - top: -20px; - left: 0; - color: #fff; - font-size: 14px; - line-height: 1.2; -} -#cboxCurrent { - position: absolute; - top: -20px; - right: 0px; - color: #ccc; -} -#cboxLoadingGraphic { - background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-loading.gif) - no-repeat center center; -} -#cboxPrevious, -#cboxNext, -#cboxSlideshow, -#cboxClose { - border: 0; - padding: 0; - margin: 0; - overflow: visible; - width: auto; - background: 0; -} -#cboxPrevious:active, -#cboxNext:active, -#cboxSlideshow:active, -#cboxClose:active { - outline: 0; -} -#cboxSlideshow { - position: absolute; - top: -20px; - right: 90px; - color: #fff; -} -#cboxPrevious { - position: absolute; - top: 50%; - left: 5px; - margin-top: -32px; - background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png) - no-repeat top left; - width: 28px; - height: 65px; - text-indent: -9999px; -} -#cboxPrevious:hover { - background-position: bottom left; -} -#cboxNext { - position: absolute; - top: 50%; - right: 5px; - margin-top: -32px; - background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png) - no-repeat top right; - width: 28px; - height: 65px; - text-indent: -9999px; -} -#cboxNext:hover { - background-position: bottom right; -} -#cboxClose { - position: absolute; - top: 0; - right: 0; - display: block; - width: 32px; - height: 32px; - padding: 0; - font-size: 28px; - font-family: Arial, Helvetica; - line-height: 32px; - background-color: #ec8f2d; - color: #fff; - border-radius: 0; -} -#cboxClose:hover { - background-color: #000 !important; -} -#cboxContent .icon-search { - position: absolute; - bottom: 0; - right: 0; - display: block; - width: 32px; - height: 32px; - padding: 0; - margin: 0; - border: 0; - font-size: 16px; - line-height: 32px; - background-color: #ec8f2d; - color: #fff; - border-radius: 0; -} -#cboxContent .icon-search:hover { - background-color: #000 !important; -} diff --git a/styles/Responsive.min.css b/styles/Responsive.min.css deleted file mode 100644 index 96cf2a9f..00000000 --- a/styles/Responsive.min.css +++ /dev/null @@ -1,969 +0,0 @@ -@media (max-width: 1280px) { - #home-hero { - height: auto; - padding-bottom: 47%; - } -} -@media (max-width: 1120px) { - #home-slideshow, - #section-about { - height: 410px; - } - #home-slideshow .text { - left: 5%; - margin: 0; - right: 0; - width: 30%; - } - #section-about .shape { - left: auto; - margin: 0; - right: 0; - width: 440px; - } - #section-about .text { - float: right; - margin: 0 20px 0 0; - } - #section-about h2 { - font-size: 35px; - } - #heading { - height: 260px; - } - #heading h1 { - font-size: 40px; - } - .mmg-sticked-banner .text { - padding-right: 35px; - } - #footer .vcard { - font-size: 13px; - line-height: 1.7; - } -} -@media (max-width: 1024px) { - .outer { - padding-left: 20px; - padding-right: 20px; - width: auto; - } - #logo { - left: 20px; - width: 210px; - } - #cart { - right: 20px; - } - #heading { - display: table; - } - #heading .outer { - display: table-cell; - vertical-align: middle; - } - #heading .vertical { - display: block; - } -} -@media (max-width: 1023px) { - #section-services { - font-size: 15px; - line-height: 1.5; - } - #section-services h2 { - font-size: 17px; - line-height: 1.1; - } -} -@media (max-width: 960px) { - body { - padding-top: 50px; - } - #header, - body.scrolled #header { - height: 50px; - -webkit-transition: none; - -moz-transition: none; - -o-transition: none; - transition: none; - } - #logo { - bottom: 5px; - width: 120px; - } - #cart { - background: #d8d8d8; - height: 100%; - right: 51px; - top: 0; - width: 50px; - } - #cart .icon-cart { - font-size: 26px; - height: 100%; - line-height: 50px; - position: absolute; - right: 0; - text-align: center; - top: 0; - width: 100%; - } - #cart .cart-sum { - display: none; - } - #cart .cart-num { - background: #ec8f2d; - border-radius: 50%; - color: #fff; - font-size: 10px; - height: 18px; - line-height: 18px; - position: absolute; - right: 5px; - text-align: center; - top: 5px; - width: 18px; - } - #header-nav { - height: 100%; - position: absolute; - right: 0; - top: 0; - transition: all 0.3s ease; - width: 50px; - z-index: 4; - } - #header-nav.hover { - width: 320px; - } - #header-nav-in { - -webkit-overflow-scrolling: touch; - background: #fff; - -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); - -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); - box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); - height: auto; - overflow-x: hidden; - overflow-y: auto; - position: absolute; - right: -280px; - top: 0; - transition: right 0.3s ease; - width: 270px; - } - #header-nav.hover #header-nav-in { - right: 0; - } - #mobile-nav { - background: #d8d8d8; - -moz-box-sizing: border-box; - box-sizing: border-box; - color: #767a7f; - font-weight: 700; - position: relative; - text-align: center; - text-transform: uppercase; - vertical-align: middle; - width: 50px; - } - #mobile-nav, - #mobile-nav span { - display: block; - height: 100%; - line-height: 50px; - } - #mobile-nav span { - font-size: 28px; - padding-right: 10px; - width: 100%; - } - #menu { - background: none; - border: 0; - clear: both; - height: auto; - padding: 0; - position: static; - width: 100%; - } - #menu br { - display: none; - } - #menu .hs-menu-wrapper { - height: auto; - position: static; - width: 100%; - } - #menu li.hs-menu-depth-1 { - border-bottom: 1px solid #f1f1f1; - display: block; - float: none; - margin: 0 !important; - padding: 0; - position: relative; - } - #menu li.hs-menu-depth-1 > a { - background-color: transparent !important; - border-radius: 0 !important; - color: #1a1919 !important; - display: block; - font-size: 20px; - font-weight: 400; - height: auto !important; - line-height: normal !important; - padding: 16px 45px 16px 25px !important; - position: relative; - text-align: left; - transition: none; - } - #menu .arrow { - display: block; - position: absolute; - right: 0; - top: 0; - z-index: 2; - } - #menu .arrow:before { - color: #000; - content: "\002b"; - cursor: pointer; - display: block; - font-family: Arial, Helvetica, sans-serif; - font-size: 22px; - height: 53px; - line-height: 52px; - text-align: center; - width: 40px; - } - #menu li.open > .arrow:before { - content: "\2212"; - } - #menu a:after, - #menu li.hs-menu-depth-1:hover:before { - content: none !important; - } - #menu li.active > a { - text-decoration: underline; - } - #menu li.hs-menu-depth-1.hs-item-has-children:hover > a, - #menu li.hs-menu-depth-1.hs-item-has-children > a:hover { - -moz-box-shadow: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - } - #menu ul ul, - #menu ul ul ul { - background: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - opacity: 1; - padding: 0 0 10px; - visibility: visible; - width: 100%; - } - #menu ul ul, - #menu ul ul li a, - #menu ul ul ul { - display: block; - position: static; - transition: none; - } - #menu ul ul li a { - background: none !important; - color: #1a1919; - font-family: inherit; - font-size: 15px; - line-height: normal !important; - padding: 11px 40px 11px 25px !important; - text-decoration: none; - z-index: 100; - } - #menu ul ul li .arrow { - right: 0; - } - #menu ul ul li .arrow:before { - height: 40px; - line-height: 40px; - } - #menu ul ul ul { - background: #ededed; - padding: 10px 0; - } - #menu ul ul ul li { - padding-left: 0; - } - #menu ul ul ul li a { - font-size: 14px; - font-weight: 400; - text-transform: none; - } - #menu ul ul ul ul { - padding: 0; - } - #menu ul ul ul ul li a { - padding-left: 50px !important; - } - #header-info { - position: static; - } - #header-info a { - background: #e46b29; - border-bottom: 1px solid #f1f1f1; - box-sizing: border-box; - color: #fff; - display: none; - float: left; - font-size: 15px; - line-height: normal; - margin: 0; - padding: 13px 15px !important; - text-align: center; - width: 33.3%; - } - #header-info a.careers, - #header-info a.news { - border-left: 1px solid #f1f1f1; - } - #header-info a.careers, - #header-info a.news, - #header-info a.status { - display: block; - } - #home-slideshow, - #section-about { - height: 360px; - } - #home-slideshow p { - font-size: 37px; - } - #home-slideshow a { - font-weight: 400; - padding: 0.8em 1.5em; - } - #section-about .bg { - background-position: 23% 70%; - } - #section-about .shape { - background-size: auto 100%; - width: 390px; - } - #section-about .text { - line-height: 1.3; - width: 265px; - } - #section-about h2 { - font-size: 30px; - } - #heading h1 { - font-size: 36px; - } - .mmg-sticked-banner { - font-size: 16px; - height: auto; - min-height: 70px; - } - .mmg-sticked-banner .display-table, - .mmg-sticked-banner .outer { - height: auto; - } - .mmg-sticked-banner.open { - top: 50px; - } - .mmg-sticked-banner .thumb { - width: 170px; - } -} -@media (max-width: 860px) { - #section-services .service { - margin: 0; - text-align: left; - width: 47%; - } - #section-services .service2, - #section-services .service4 { - float: right; - } - #section-services .service3 { - clear: both; - } - #section-services .service3, - #section-services .service4 { - margin-top: 60px; - } - #section-services img { - float: left; - margin-top: 5px; - max-width: none; - width: 25%; - } - #section-services .text { - float: right; - padding: 0; - width: 69%; - } - #section-services strong.title { - font-size: 19px; - } - #section-support img { - width: 220px; - } - #section-support .text { - padding-right: 240px; - } - #heading { - height: 220px; - } - #heading h1 { - font-size: 32px; - } - #main, - #sidebar { - display: block; - float: none; - margin: 0; - width: auto !important; - } - #sidebar { - padding-top: 30px; - } - #sidebar .vcard { - padding: 0; - width: 46%; - } - #sidebar .vcard.address1, - #sidebar .vcard.address3 { - clear: both; - float: left; - } - #sidebar .vcard.address2, - #sidebar .vcard.address4 { - float: right; - } - #sidebar .vcard.address3, - #sidebar .vcard.address4 { - padding-top: 25px; - } - #footer-orange { - padding: 30px 0; - } - #footer-orange .module4 { - float: right; - margin: 0; - padding: 0; - width: auto; - } - #footer-orange .social-icons a { - float: left; - margin: 0 5px 0 0; - } - #footer-orange .hs-menu-wrapper, - #hs_menu_wrapper_sidebarmenu { - display: none; - } - .cols3-row .col1, - .cols3-row .col2, - .cols3-row .col3 { - clear: both; - display: block; - float: none; - margin: 0; - width: 100%; - } - .cols3-row .col2, - .cols3-row .col3 { - padding-top: 35px; - } -} -@media (max-width: 767px) { - #home-slideshow { - height: 300px; - } - #home-slideshow p { - font-size: 30px; - } - #home-slideshow a { - font-size: 17px; - padding: 0.8em 1.4em; - } - #section-about { - height: auto; - } - #section-about .bg { - height: 250px; - position: static; - width: 100%; - } - #section-about .shape { - background-position: 100% 50%; - background-size: auto 120%; - height: auto; - position: static; - width: 100%; - } - #section-about .text { - float: none; - height: auto; - margin: 0; - padding: 30px 20px; - width: auto; - } - #section-about h2 { - font-size: 28px; - } - #section-services { - padding-bottom: 60px; - padding-top: 60px; - } - #section-support { - font-size: 15px; - padding-top: 60px; - } - #section-support .text { - padding-right: 0; - } - #section-support h2 { - font-size: 28px; - } - #section-support img { - right: 20px; - width: 160px; - } - #content { - padding-bottom: 50px; - padding-top: 50px; - } - #heading { - height: 180px; - } - #heading h1 { - font-size: 30px; - } - .blog-pagination a, - .button, - .cta_button, - .hs-button, - .readmore, - button, - input[type="button"], - input[type="reset"], - input[type="submit"] { - font-size: 15px; - } - .hide-mobi { - display: none; - } - .cols2-row .col1, - .cols2-row .col2, - .half-left, - .half-right { - display: block; - float: none; - width: 100%; - } - .cols2-row .col2, - .half-right { - padding-top: 2em; - } - ul.half-right { - padding-top: 0.4em; - } - .flexcols2 .col, - .flexcols3 .col { - clear: both; - display: block; - float: none; - margin: 0; - padding: 35px 0 0; - width: auto; - } - .flexcols2 .item1, - .flexcols3 .item1 { - padding-top: 0; - } - .img-colorbox-popup.half-left, - .img-colorbox-popup.half-right { - margin-left: 0; - margin-right: 0; - } - .mmg-sticked-banner { - font-size: 14px; - } - .mmg-sticked-banner .thumb { - padding-right: 40px; - width: 150px; - } - body.careers iframe { - display: inline-block; - float: none !important; - margin: 0 auto !important; - } - .mmg-tabs .tablist, - .mmg-tabs button.tab { - display: block; - margin: 0; - } - .mmg-tabs button.tab { - border-radius: 0; - width: 100%; - } - .mmg-tabs button.tab:first-child { - border-radius: 0 10px 0 0; - } -} -@media (max-width: 667px) { - #home-slideshow { - height: 270px; - } - #home-slideshow .text { - left: 20px; - } - #home-slideshow p { - font-size: 25px; - } - #home-slideshow a { - font-size: 15px; - } - .table_order { - border-top: 1px solid #f1f1f1; - display: block; - width: 100%; - } - .table_order > tbody, - .table_order > tbody > tr, - .table_order > thead, - .table_order > thead > tr, - .table_order > tr { - display: block; - padding: 0; - width: 100%; - } - .table_order > tbody > tr > td, - .table_order > tbody > tr > th, - .table_order > thead > tr > td, - .table_order > thead > tr > th, - .table_order > tr > td, - .table_order > tr > th { - border-top: none; - -moz-box-sizing: border-box; - box-sizing: border-box; - display: block; - width: 100% !important; - } -} -@media (max-width: 640px) { - #home-slideshow { - height: 230px; - } - #home-slideshow p { - font-size: 21px; - } - #home-slideshow a { - font-size: 14px; - } - #home-slideshow .swiper-pagination-bullet { - height: 10px; - margin: 0 3px; - width: 10px; - } - #section-about .bg { - height: 200px; - } - #heading h1 { - font-size: 27px; - } - #footer-black #footer-logo, - #footer-black .footer-links { - display: block; - float: none; - } - .img-medium-left, - .img-medium-right { - width: 35%; - } - .img-small-left, - .img-small-right { - margin-top: 0.2em; - width: 25%; - } -} -@media (max-width: 639px) { - #heading br { - display: none; - } - #section-services .service { - text-align: center; - } - #section-services img { - display: inline-block; - float: none; - margin: 0 0 25px; - width: 45%; - } - #section-services .text, - .post-image { - float: none; - width: 100%; - } - .post-image { - display: block; - margin: 0 auto; - max-width: 400px; - } - .post-has-img .post-content { - float: none; - padding-top: 1em; - width: 100%; - } -} -@media (max-width: 567px) { - .mmg-sticked-banner { - line-height: 1.3; - } - .mmg-sticked-banner .thumb { - padding-right: 30px; - width: 120px; - } -} -@media (max-width: 540px) { - #sidebar .vcard { - float: none !important; - font-size: 1em; - margin: 0 !important; - padding: 25px 0 0; - width: auto !important; - } - #sidebar .vcard.address1 { - padding-top: 0; - } - #footer nav a, - #footer nav a:hover { - background-color: #23366f; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - color: #fff; - display: block; - font-size: 16px; - margin-bottom: 1px; - padding: 15px 15px 15px 25px; - text-align: left; - text-decoration: none; - } - #footer nav span { - display: none; - } - table { - font-size: 13px; - line-height: 1.4; - } - table.table_order { - font-size: 14px; - line-height: 1.4; - } - #table_citations { - border-top: 1px solid #f1f1f1; - display: block; - font-size: 15px; - line-height: 1.4; - width: 100%; - } - #table_citations tr { - display: block; - } - #table_citations td, - #table_citations th { - border-top: none; - -moz-box-sizing: border-box; - box-sizing: border-box; - display: block; - width: 100% !important; - } -} -@media (max-width: 479px) { - .outer { - padding-left: 10px; - padding-right: 10px; - } - #logo { - left: 10px; - } - #home-slideshow { - height: 220px; - } - #home-slideshow .text-bg { - width: 55%; - } - #home-slideshow .text { - left: 10px; - width: 35%; - } - #home-slideshow p { - font-size: 20px; - } - #home-slideshow a { - padding: 0.8em 1.2em; - } - #section-about .text { - padding: 30px 10px; - } - #section-services .service { - clear: both; - display: block; - float: none; - margin: 0; - padding: 50px 0 0; - text-align: left; - width: 100%; - } - #section-services .service1 { - padding: 0; - } - #section-services img { - float: left; - margin: 0; - width: 24%; - } - #section-services .text { - float: right; - width: 69%; - } - #section-support h2 { - font-size: 25px; - } - #section-support a.phone { - font-size: 22px; - } - #section-support a.button { - font-size: 17px; - } - #section-support img { - right: 10px; - width: 150px; - } - .has-alt-text-img table { - display: none !important; - } - .alt-text-img { - display: block !important; - } - .mmg-collapsible .module-title { - padding-left: 10px !important; - padding-right: 10px !important; - } - .mmg-collapsible .content { - padding: 0 10px 10px !important; - } - .post-listing .post-item { - display: block; - float: none; - margin: 0 !important; - padding-top: 20px; - width: 100%; - } - .post-listing .postnum-1 { - padding-top: 0; - } - #footer .outer { - padding-left: 10px; - padding-right: 10px; - } - .img-half-left, - .img-half-right, - .img-medium-left, - .img-medium-right { - display: block; - float: none; - margin: 0.6em 0; - width: 100%; - } - .mmg-sticked-banner .thumb { - padding-right: 20px; - width: 100px; - } - .careers-list .job-line span { - display: block; - float: none; - font-weight: 700; - padding-left: 0; - text-align: left; - } -} -@media (max-width: 414px) { - .full-post .post-title, - .hs_cos_wrapper_type_form .form-title, - .module-title, - h2 { - font-size: 24px; - } - .mmg-rollover-menu .col h3 { - font-size: 21px; - } - .post-listing .post-title { - font-size: 20px; - line-height: 110%; - } - .post-item { - padding: 25px 0; - } -} -@media (max-width: 374px) { - #home-slideshow { - height: 220px; - } - #home-slideshow p { - font-size: 19px; - } - #home-slideshow a { - font-size: 13px; - } - #section-support { - padding-top: 50px; - } - #section-support .text { - padding-bottom: 50px; - } - #section-support h2 { - font-size: 21px; - } - #section-support .buttons { - padding-top: 20px; - } - #section-support a.phone { - font-size: 20px; - } - #section-support a.button { - font-size: 16px; - } - #section-support img { - width: 120px; - } - .mmg-sticked-banner, - .mmg-sticked-banner .text, - .mmg-sticked-banner .thumb { - display: block; - padding: 0; - text-align: center; - width: 100%; - } - .mmg-sticked-banner .thumb { - padding-bottom: 5px; - } - .mmg-sticked-banner .thumb img { - max-width: 100px; - } - #captcha_wrapper, - #captcha_wrapper #recaptcha_area, - #captcha_wrapper #recaptcha_table, - #captcha_wrapper #recaptcha_table .recaptcha_r1_c1 { - overflow: hidden; - width: auto !important; - } - #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { - width: 67px !important; - } - #recaptcha_area table#recaptcha_table #recaptcha_image { - width: 280px !important; - } -} diff --git a/styles/Standard-modules.min.css b/styles/Standard-modules.min.css deleted file mode 100644 index 079d31fd..00000000 --- a/styles/Standard-modules.min.css +++ /dev/null @@ -1,424 +0,0 @@ -.hs-blog-social-share .hs-blog-social-share-list { - margin: 0; -} -.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item { - height: 30px; -} -@media (max-width: 479px) { - .hs-blog-social-share - .hs-blog-social-share-list - .hs-blog-social-share-item:nth-child(2) { - float: none !important; - } -} -.hs-blog-social-share - .hs-blog-social-share-list - .hs-blog-social-share-item - .fb-like - > span { - vertical-align: top !important; -} -video { - max-width: 100%; - height: auto; -} -#calroot { - width: 202px !important; - line-height: normal; -} -#calroot, -#calroot *, -#calroot *:before, -#calroot *:after { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} -#calroot select { - min-height: 0 !important; - padding: 1px 2px !important; - font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", - "Trebuchet MS", Verdana, sans-serif !important; - font-size: 10px !important; - line-height: 18px !important; - font-weight: normal !important; -} -#caldays { - margin-bottom: 4px; -} -#calmonth, -#calyear { - display: inline; -} -.hs-responsive-embed { - position: relative; - height: auto; - overflow: hidden; - padding-top: 0; - padding-left: 0; - padding-right: 0; -} -.hs-responsive-embed iframe, -.hs-responsive-embed object, -.hs-responsive-embed embed { - width: 100%; - height: 100%; - border: 0; -} -.hs-responsive-embed, -.hs-responsive-embed.hs-responsive-embed-youtube, -.hs-responsive-embed.hs-responsive-embed-wistia, -.hs-responsive-embed.hs-responsive-embed-vimeo { - padding-bottom: 2%; -} -.hs-responsive-embed.hs-responsive-embed-instagram { - padding-bottom: 116.01%; -} -.hs-responsive-embed.hs-responsive-embed-pinterest { - height: auto; - overflow: visible; - padding: 0; -} -.hs-responsive-embed.hs-responsive-embed-pinterest iframe { - position: static; - width: auto; - height: auto; -} -iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] -{ - width: 100%; - max-width: 100%; -} -@media (max-width: 568px) { - iframe { - max-width: 100%; - } -} -.widget-type-space { - visibility: hidden; -} -.hs-author-social-links { - display: inline-block; -} -.hs-author-social-links a.hs-author-social-link { - font-size: 25px; - display: inline-block; - padding-right: 3px; -} -.about-author-sec { - margin-top: 40px; -} -.about-author-sec img { - border-radius: 50%; - border: 1px solid #ccc; - display: block; -} -.hs-author-social-links a.hs-author-social-link.hs-social-facebook { - background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png"); -} -.hs-author-social-links a.hs-author-social-link.hs-social-linkedin { - background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png"); -} -.hs-author-social-links a.hs-author-social-link.hs-social-twitter { - background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png"); -} -.hs-author-social-links a.hs-author-social-link.hs-social-google-plus { - background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png"); -} -.hs_cos_flex-slider li { - padding: 0 !important; -} -.hs_cos_flex-slider li:before { - content: none !important; -} -.hs_cos_wrapper_type_image_slider { - display: block; - overflow: hidden; -} -.hs_cos_flex-container a:active, -.hs_cos_flex-slider a:active, -.hs_cos_flex-container a:focus, -.hs_cos_flex-slider a:focus { - outline: 0; -} -.hs_cos_flex-slides, -.hs_cos_flex-control-nav, -.hs_cos_flex-direction-nav { - margin: 0; - padding: 0; - list-style: none; -} -.hs_cos_flex-slider { - margin: 0; - padding: 0; -} -.hs_cos_flex-slider .hs_cos_flex-slides > li { - display: none; - -webkit-backface-visibility: hidden; - position: relative; -} -.hs_cos_flex-slider .hs_cos_flex-slides img { - width: 100%; - display: block; - border-radius: 0px; -} -.hs_cos_flex-pauseplay span { - text-transform: capitalize; -} -.hs_cos_flex-slides:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; -} -html[xmlns] .hs_cos_flex-slides { - display: block; -} -* html .hs_cos_flex-slides { - height: 1%; -} -.hs_cos_flex-slider { - margin: 0 0 60px; - background: #fff; - border: 0; - position: relative; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - zoom: 1; -} -.hs_cos_flex-viewport { - max-height: 2000px; - -webkit-transition: all 1s ease; - -moz-transition: all 1s ease; - transition: all 1s ease; -} -.loading .hs_cos_flex-viewport { - max-height: 300px; -} -.hs_cos_flex-slider .hs_cos_flex-slides { - zoom: 1; -} -.carousel li { - margin-right: 5px; -} -.hs_cos_flex-direction-nav { - height: 0; -} -.hs_cos_flex-direction-nav a { - width: 30px; - height: 30px; - margin: -20px 0 0; - display: block; - background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) - no-repeat 0 0; - position: absolute; - top: 50%; - z-index: 10; - cursor: pointer; - text-indent: -9999px; - opacity: 0; - -webkit-transition: all 0.3s ease; -} -.hs_cos_flex-direction-nav .hs_cos_flex-next { - background-position: 100% 0; - right: -36px; -} -.hs_cos_flex-direction-nav .hs_cos_flex-prev { - left: -36px; -} -.hs_cos_flex-slider:hover .hs_cos_flex-next { - opacity: 0.8; - right: 5px; -} -.hs_cos_flex-slider:hover .hs_cos_flex-prev { - opacity: 0.8; - left: 5px; -} -.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, -.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover { - opacity: 1; -} -.hs_cos_flex-direction-nav .hs_cos_flex-disabled { - opacity: 0.3 !important; - filter: alpha(opacity=30); - cursor: default; -} -.hs_cos_flex_thumbnavs-direction-nav { - margin: 0px; - padding: 0px; - list-style: none; -} -.hs_cos_flex_thumbnavs-direction-nav { - height: 0; -} -.hs_cos_flex_thumbnavs-direction-nav a { - width: 30px; - height: 140px; - margin: -60px 0 0; - display: block; - background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) - no-repeat 0 40%; - position: absolute; - top: 50%; - z-index: 10; - cursor: pointer; - text-indent: -9999px; - opacity: 1; - -webkit-transition: all 0.3s ease; -} -.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next { - background-position: 100% 40%; - right: 0px; -} -.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev { - left: 0px; -} -.hs-cos-flex-slider-control-panel img { - cursor: pointer; -} -.hs-cos-flex-slider-control-panel img:hover { - opacity: 0.8; -} -.hs-cos-flex-slider-control-panel { - margin-top: -30px; -} -.hs_cos_flex-control-nav { - width: 100%; - position: absolute; - bottom: -40px; - text-align: center; -} -.hs_cos_flex-control-nav li { - margin: 0 6px; - display: inline-block; - zoom: 1; - display: inline; -} -.hs_cos_flex-control-paging li a { - width: 11px; - height: 11px; - display: block; - background: #666; - background: rgba(0, 0, 0, 0.5); - cursor: pointer; - text-indent: -9999px; - -webkit-border-radius: 20px; - -moz-border-radius: 20px; - -o-border-radius: 20px; - border-radius: 20px; - box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -} -.hs_cos_flex-control-paging li a:hover { - background: #333; - background: rgba(0, 0, 0, 0.7); -} -.hs_cos_flex-control-paging li a.hs_cos_flex-active { - background: #000; - background: rgba(0, 0, 0, 0.9); - cursor: default; -} -.hs_cos_flex-control-thumbs { - margin: 5px 0 0; - position: static; - overflow: hidden; -} -.hs_cos_flex-control-thumbs li { - width: 25%; - float: left; - margin: 0; -} -.hs_cos_flex-control-thumbs img { - width: 100%; - display: block; - opacity: 0.7; - cursor: pointer; -} -.hs_cos_flex-control-thumbs img:hover { - opacity: 1; -} -.hs_cos_flex-control-thumbs .hs_cos_flex-active { - opacity: 1; - cursor: default; -} -@media screen and (max-width: 860px) { - .hs_cos_flex-direction-nav .hs_cos_flex-prev { - opacity: 1; - left: 0; - } - .hs_cos_flex-direction-nav .hs_cos_flex-next { - opacity: 1; - right: 0; - } -} -.hs_cos_flex-slider .caption { - background-color: rgba(0, 0, 0, 0.5); - position: absolute; - font-size: 2em; - line-height: 1.1em; - color: white; - padding: 0px 5% 0px 5%; - width: 100%; - bottom: 0; - text-align: center; -} -.hs_cos_flex-slider .superimpose .caption { - color: white; - font-size: 3em; - line-height: 1.1em; - position: absolute; - padding: 0px 5% 0px 5%; - width: 90%; - top: 40%; - text-align: center; - background-color: transparent; -} -@media all and (max-width: 400px) { - .hs_cos_flex-slider .superimpose .caption { - background-color: black; - position: static; - font-size: 2em; - line-height: 1.1em; - color: white; - width: 90%; - padding: 0px 5% 0px 5%; - top: 40%; - text-align: center; - } -} -.hs_cos_flex-slider h1, -.hs_cos_flex-slider h2, -.hs_cos_flex-slider h3, -.hs_cos_flex-slider h4, -.hs_cos_flex-slider h5, -.hs_cos_flex-slider h6, -.hs_cos_flex-slider p { - color: white; -} -.hs-gallery-thumbnails li { - display: inline-block; - margin: 0px; - padding: 0px; - margin-right: -4px; -} -.hs-gallery-thumbnails.fixed-height li img { - max-height: 150px; - margin: 0px; - padding: 0px; - border-width: 0px; -} -.comment { - margin: 10px 0 10px 0; -} -.hs_cos_wrapper_type_rich_text, -.hs_cos_wrapper_type_text, -.hs_cos_wrapper_type_header, -.hs_cos_wrapper_type_section_header, -.hs_cos_wrapper_type_raw_html, -.hs_cos_wrapper_type_raw_jinja, -.hs_cos_wrapper_type_page_footer { - word-wrap: break-word; -} diff --git a/styles/Swiper.min.css b/styles/Swiper.min.css deleted file mode 100644 index 951f6d3a..00000000 --- a/styles/Swiper.min.css +++ /dev/null @@ -1 +0,0 @@ -.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-o-transform:translate(0px,0px);-ms-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);-o-transform:translate(0px,-50%);-ms-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,0.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}} \ No newline at end of file diff --git a/styles/Template.min.css b/styles/Template.min.css deleted file mode 100644 index a0e82f42..00000000 --- a/styles/Template.min.css +++ /dev/null @@ -1,1401 +0,0 @@ -body { - padding-top: 100px; -} -.outer { - -moz-box-sizing: border-box; - box-sizing: border-box; - margin: 0 auto; - text-align: left; - width: 980px; -} -#header { - background-color: #fff; - -moz-box-shadow: 0 0 11px hsla(0, 0%, 66%, 0.2); - box-shadow: 0 0 11px hsla(0, 0%, 66%, 0.2); - -webkit-box-shadow: 0 0 15px hsla(0, 0%, 66%, 0.2); - height: 100px; - left: 0; - position: fixed; - top: 0; - width: 100%; - z-index: 100; -} -#header .outer { - height: 100%; - position: relative; -} -#logo { - bottom: 15px; - left: 0; - width: 220px; - z-index: 2; -} -#cart, -#logo { - position: absolute; -} -#cart { - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 13px; - font-weight: 300; - line-height: normal; - right: 0; - text-transform: uppercase; - top: 16px; - z-index: 3; -} -#cart, -#cart a { - color: #767a7f; -} -#header-nav { - position: relative; - z-index: 1; -} -#header-nav, -#header-nav-in { - height: 100%; - width: 100%; -} -#mobile-nav { - display: none; -} -#header-info { - color: #767a7f; - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 15px; - font-weight: 300; - line-height: normal; - position: absolute; - right: 120px; - top: 16px; -} -#header-info a { - color: #767a7f; - padding-left: 10px; - text-decoration: none; -} -#header-info a:hover { - color: #e46b29; -} -#menu { - border-top: 1px solid #f4f4f4; - bottom: 0; - padding-top: 8px; - position: absolute; - right: 0; -} -#menu .hs-menu-wrapper, -#menu ul { - padding: 0; -} -#menu li.hs-menu-depth-1 { - float: left; - margin: 0; - padding: 0; - position: relative; -} -#menu li.hs-menu-depth-1 > a { - color: #0d233e; - display: inline-block; - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 18px; - font-weight: 700; - height: 45px; - line-height: 38px; - padding: 0 28px; - position: relative; - text-decoration: none; - transition: box-shadow 0.3s ease; -} -#menu li.hs-menu-depth-1.menu-last { - margin-right: -20px; -} -#menu li.hs-menu-depth-1.menu-last > a { - padding-right: 20px; -} -#menu li.hs-menu-depth-1:hover:before { - background: #fff; - bottom: 0; - content: ""; - display: block; - height: 10px; - left: 0; - position: absolute; - width: 100%; - z-index: 2; -} -#menu li.hs-menu-depth-1 > a:after { - border-bottom: 2px solid #fff; - content: ""; - display: block; - margin-top: -6px; - transition: all 0.2s ease; - width: 20%; -} -#menu li.hs-menu-depth-1.active-branch > a:after, -#menu li.hs-menu-depth-1:hover > a:after { - border-color: #ec8f2d; - width: 100%; -} -#menu li.hs-menu-depth-1.hs-item-has-children:hover > a, -#menu li.hs-menu-depth-1.hs-item-has-children > a:hover, -#menu ul ul { - -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1); - box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); -} -#menu ul ul { - background-color: #fff; - left: 0; - opacity: 0; - padding: 0; - position: absolute; - top: 100%; - -moz-transition: opacity 0.3s ease; - -webkit-transition: opacity 0.3s ease; - -o-transition: opacity 0.3s ease; - -ms-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - visibility: hidden; - width: 240px; -} -.touch #menu li.hs-menu-depth-1 > a, -.touch #menu ul ul { - transition: none; -} -#menu ul li.hs-menu-depth-1.menu-last > ul { - left: auto; - right: 0; -} -#menu ul li:hover > ul { - opacity: 1 !important; - visibility: visible !important; - z-index: 10; -} -#menu ul ul li { - background: none; - margin: 0; - padding: 0; -} -#menu ul ul li a { - color: #0d233e; - display: block; - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 16px; - font-weight: 700; - letter-spacing: -0.01em; - line-height: normal; - padding: 0.9em 13px; - position: relative; - text-align: left; - text-decoration: none; - transition: background-color 0.3s; -} -#menu li.hs-menu-depth-2:hover > a, -#menu ul ul li.active-branch > a, -#menu ul ul li > a:hover { - background-color: #fac922; -} -#menu ul ul ul { - left: 100%; - top: 0; -} -#menu ul li.hs-menu-depth-1:last-child ul ul { - left: auto; - right: 100%; -} -#menu ul ul ul ul { - background-color: #ededed; - box-shadow: none; - display: block; - opacity: 1; - position: static; - transition: none; - visibility: unset; - width: 100%; -} -#menu ul ul ul ul a { - font-size: 14px; - font-weight: 400; -} -#hs_menu_wrapper_main .arrow { - display: none; -} -#blog-button { - background: orange; - background: #f7b32d - url(//555736.fs1.hubspotusercontent-na1.net/hubfs/555736/template2015/blog-icon.png?t=1439981610299) - 50% 50% no-repeat; - background-size: 100% 100%; - cursor: pointer; - display: none; - height: 60px; - position: absolute; - right: 75px; - top: 0; - width: 60px; - z-index: 3; -} -#content-wrapper { - background: #fff; - width: 100%; -} -#heading { - background: #e47031 - url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/orange-pattern-2.png) - 0 0; - background-size: auto 31px; - color: #fff; - height: 310px; - width: 100%; -} -.bg#heading { - background-position: 50% 50%; - background-size: auto 100%; - background-size: cover; -} -.blog .bg#heading { - background-image: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/content/news.jpg); -} -#heading .outer { - display: table; - height: 100%; -} -#heading .vertical { - display: table-cell; - padding: 30px 0; - text-align: left; - vertical-align: middle; -} -#heading h1 { - color: #fff; - font-size: 44px; - line-height: 1.2; - padding: 0; - text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); -} -#heading h1 a { - color: inherit; -} -#home-slideshow { - background: #ccc; - height: 500px; -} -#home-slideshow .swiper-slide { - background-position: 50% 50%; - background-repeat: no-repeat; - background-size: auto 100%; - background-size: cover; - position: relative; -} -#home-slideshow .text-bg { - zoom: 1; - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/white-arrow-bg.svg) - no-repeat 100% 50%; - background-size: auto 100%; - background-size: cover; - filter: alpha(opacity=50); - height: 100%; - left: 0; - opacity: 0.5; - position: absolute; - top: 0; - width: 48%; -} -#home-slideshow .text { - display: table; - height: 100%; - margin-right: 140px; - position: absolute; - right: 52%; - top: 0; - width: 380px; -} -#home-slideshow .text .cell { - display: table-cell; - text-align: center; - vertical-align: middle; -} -#home-slideshow p { - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 40px; - font-weight: 600; - letter-spacing: -0.04em; - line-height: 1.2; - padding: 0 0 0.6em; -} -#home-slideshow a { - background-color: #e46b29; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26); - color: #fff; - display: inline-block; - font-size: 19px; - font-weight: 700; - line-height: 1.2; - padding: 1em 2em; - text-decoration: none; - text-transform: uppercase; - transition: all 0.3s; -} -#home-slideshow a:hover { - background-color: #1a1919; -} -#home-slideshow .swiper-pagination-bullet { - background: #fff; - height: 14px; - opacity: 1; - width: 14px; -} -#home-slideshow .swiper-pagination-bullet-active { - background: #ec8f2d; -} -#section-about { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/orange-pattern-11.png); - background-size: auto 30px; - color: #fff; - height: 445px; - overflow: hidden; - position: relative; - width: 100%; -} -#section-about .bg { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/about-home-hero.jpg) - 0 50% no-repeat; - background-size: auto 100%; - background-size: cover; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 73%; - z-index: 1; -} -#section-about .shape { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/about-pattern.png) - 0 50% no-repeat; - height: 100%; - left: 50%; - margin-left: 130px; - position: absolute; - top: 0; - width: 50%; - z-index: 2; -} -#section-about .text { - display: table; - float: left; - height: 100%; - margin-left: 130px; - text-align: left; - width: 290px; -} -#section-about .text .cell { - display: table-cell; - vertical-align: middle; -} -#section-about h2 { - color: inherit; - font-size: 37px; - letter-spacing: -0.03em; - line-height: 1.1; - padding: 0; -} -#section-about a { - background-color: transparent; - border: 1px solid #fff; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - color: #fff; - display: inline-block; - font-size: 15px; - line-height: 1.2; - margin-top: 0.6em; - padding: 0.8em 1.3em; - text-decoration: none; - text-transform: uppercase; - transition: all 0.3s; -} -#section-about a:hover { - background-color: #fff; - color: #ec8f2d; -} -#section-services { - background-size: 93px auto; - font-size: 15px; - line-height: 1.4; - padding: 80px 0; -} -#section-services .service { - color: inherit; - float: left; - letter-spacing: -0.01em; - margin-left: 4%; - text-align: center; - text-decoration: none; - transition: color 0.3s; - width: 22%; -} -#section-services .service:hover { - color: #e46b29; -} -#section-services .service1 { - margin-left: 0; -} -#section-services img { - margin: 0 auto; - max-width: 170px; - width: 55%; -} -#section-services .text { - -moz-box-sizing: border-box; - box-sizing: border-box; - display: block; - padding-top: 30px; - position: relative; -} -#section-services strong.title { - display: block; - font-size: 19px; - letter-spacing: -0.05em; - line-height: 1.1; - padding: 0 0 0.3em; -} -#section-support { - font-size: 16px; - padding-top: 80px; -} -#section-support .outer { - position: relative; -} -#section-support img { - bottom: 0; - position: absolute; - right: 0; - width: 261px; -} -#section-support .text { - padding: 0 300px 60px 0; -} -#section-support h2, -#section-support h3 { - padding: 0; -} -#section-support .buttons { - padding-top: 25px; -} -#section-support a.phone { - color: inherit; - display: block; - font-size: 26px; - font-weight: 700; - margin-bottom: 15px; - text-decoration: none; -} -#section-support a.button { - font-size: 18px; -} -#content { - padding: 70px 0; - width: 100%; -} -#main { - float: left; - width: 69%; -} -body.sidebar-50 #main { - width: 47%; -} -body.full-width #main { - float: none; - width: 100%; -} -#references { - clear: both; - font-size: 12px; - padding-top: 30px; - width: 100%; -} -#references h6 { - border-top: 1px solid #ccc; - color: inherit; - padding: 20px 0 0; -} -#references ol { - counter-reset: li; - list-style: none; -} -#references ol li { - line-height: normal; - margin-left: 0; - padding: 0.4em 0 0.4em 1em; - position: relative; -} -#references ol li:before { - color: #000; - content: counter(li); - counter-increment: li; - font-size: 1em; - left: 0; - line-height: 100%; - position: absolute; - top: 10%; -} -#sidebar { - float: right; - font-size: 16px; - line-height: normal; - width: 26%; -} -body.sidebar-50 #sidebar { - width: 47%; -} -#sidebar .hs-cta-wrapper { - display: block; -} -#sidebar .block h3 { - font-size: 20px; - line-height: 110%; - padding: 0 0 0.3em; -} -#sidebar .block ul { - padding: 0; -} -#sidebar .block a { - color: #000; - text-decoration: none; -} -#sidebar .block a:hover { - text-decoration: underline; -} -#sidebar .hs-cta-wrapper .hs-cta-img { - width: 100%; -} -#hs_menu_wrapper_sidebarmenu, -#sidebar .block, -#sidebar div.hs_cos_wrapper_widget { - background-color: #fff; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1); - box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1); - -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); - display: block; - padding: 7%; -} -#hs_menu_wrapper_sidebarmenu { - margin-bottom: 25px; -} -#sidebar .block, -#sidebar div.hs_cos_wrapper_widget { - margin-top: 25px; -} -#sidebar .block:first-child, -#sidebar div.hs_cos_wrapper_widget:first-child { - margin-top: 0; -} -#sidebar .hs-menu-wrapper ul { - padding: 0; -} -#sidebar .hs-menu-wrapper li { - padding: 8px 0; -} -#sidebar .hs-menu-wrapper li:before { - content: none; -} -#sidebar .hs-menu-wrapper a { - color: #0d233e; - display: block; - font-size: 1em; - font-weight: 700; - line-height: 1.2; - padding: 0 10px; - text-decoration: none; -} -#sidebar .hs-menu-wrapper a:hover { - text-decoration: underline; -} -#sidebar .hs-menu-wrapper ul ul { - display: none; -} -#sidebar .hs-menu-wrapper li.active-branch > ul { - display: block; -} -#sidebar .hs-menu-wrapper ul ul li { - padding: 16px 0 0; -} -#sidebar .hs-menu-depth-2 a { - font-size: 1em; - font-weight: 400; -} -#sidebar .hs-menu-wrapper .active > a { - border-left: 3px solid #fac922; - padding-left: 7px; -} -#sidebar .vcard { - display: block; - font-size: 13px; - line-height: 1.4; - padding-top: 15px; -} -#sidebar .vcard:first-child { - padding-top: 0; -} -#sidebar .vcard .fn { - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 1.3em; - font-weight: 700; - letter-spacing: -0.02em; - line-height: 1.2; -} -#sidebar .vcard .tel { - display: block; -} -#footer { - color: #d8d8d8; - line-height: normal; -} -#footer-orange { - background: #e47031 - url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/orange-pattern-2.png) - 0 0; - background-size: auto 22px; - color: #fff; - padding: 80px 0; - width: 100%; -} -#footer-orange .hs-menu-wrapper { - float: left; - padding: 0; - width: 80%; -} -#footer-orange .hs-menu-wrapper ul { - padding: 0; -} -#footer-orange li.hs-menu-depth-1.menu-num-1, -#footer-orange li.hs-menu-depth-1:first-child { - display: none !important; -} -#footer-orange li { - padding: 0; -} -#footer-orange li.hs-menu-depth-1 { - float: left; - margin-left: 1%; - width: 25%; -} -#footer-orange li.hs-menu-depth-1.menu-num-3, -#footer-orange li.hs-menu-depth-1:nth-child(3) { - width: 21%; -} -#footer-orange li.hs-menu-depth-1.menu-num-2, -#footer-orange li.hs-menu-depth-1:nth-child(2) { - margin-left: 0; -} -#footer-orange li.hs-menu-depth-1 > a { - display: block; - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 22px; - font-weight: 700; - line-height: 1.2; -} -#footer-orange li.hs-menu-depth-2 > a { - display: block; - font-size: 15px; - padding: 4px 0; -} -#footer-orange .module4 { - float: right; - width: 20%; -} -#footer-orange .social-icons a { - float: right; - margin-left: 5px; - transition: opacity 0.3s; - width: 44px; -} -#footer-orange .social-icons a:hover { - opacity: 0.7; -} -#footer-orange a { - color: #fff; - text-decoration: none; -} -#footer-orange a:hover { - text-decoration: underline; -} -#footer-black { - padding: 30px 0 40px; - text-align: center; -} -#footer-black #footer-logo { - float: left; - width: 156px; -} -#footer-black .footer-links { - color: #fff; - float: right; - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 15px; - font-weight: 700; - line-height: normal; - padding-top: 25px; -} -#footer-black a { - color: #fff; -} -#footer-black .sep { - padding: 0 10px; -} -.module .outer { - padding: 0; - width: auto; -} -.module-title { - display: block; -} -#main .hs_cos_wrapper_widget { - border-top: 3px solid #f8f8f8; - padding: 6% 0; -} -body.widgets-no-border #main .hs_cos_wrapper_widget { - border: none; - padding: 7px 0; -} -body.widgets-no-border2 #main .hs_cos_wrapper_widget { - border: none; -} -#main .hs_cos_wrapper_widget:first-child { - border: none; - padding-top: 0; -} -#main .module-last { - padding-bottom: 0; -} -body.widgets-no-border .mmg-rollover-menu { - padding: 30px 0; -} -.mmg-rollover-menu .col h3 { - border-left: 3px solid #ffc903; - margin: 0 0 0.3em !important; - padding: 0 0 0 15px; -} -.mmg-rollover-menu.flexcols3 { - font-size: 14px; -} -.mmg-rollover-menu.flexcols3 .col h3 { - font-size: 21px; -} -.mmg-rollover-menu .button { - margin-top: 10px !important; -} -.mmg-collapsible { - border: 1px solid #dbdbdb; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} -.careers-list .mmg-collapsible { - margin-top: 14px; -} -#content .mmg-collapsible .module-title, -.mmg-collapsible .module-title { - border: 0; - cursor: pointer; - font-size: 16px; - font-weight: 700; - line-height: 1.1; - margin: 0; - padding: 12px 20px; -} -.mmg-collapsible.open > .module-title, -.mmg-collapsible > .module-title:hover { - color: #ec8f2d; -} -body.red .mmg-collapsible.open > .module-title, -body.red .mmg-collapsible > .module-title:hover { - color: #d1222b; -} -body.green .mmg-collapsible.open > .module-title, -body.green .mmg-collapsible > .module-title:hover { - color: #78a12e; -} -body.blue .mmg-collapsible.open > .module-title, -body.blue .mmg-collapsible > .module-title:hover { - color: #0097ca; -} -body.grey .mmg-collapsible.open > .module-title, -body.grey .mmg-collapsible > .module-title:hover { - color: #76797f; -} -body.purple .mmg-collapsible.open > .module-title, -body.purple .mmg-collapsible > .module-title:hover { - color: #6f2a8e; -} -.mmg-collapsible .module-title:before { - speak: none; - content: "\e905"; - float: right; - font-family: ald-icons !important; - font-style: normal; - font-variant: normal; - font-weight: 400; - line-height: 1; - padding-left: 0.5em; - text-transform: none; -} -.mmg-collapsible.open > .module-title:before { - content: "\e904"; -} -.mmg-collapsible .content { - padding: 0 20px 10px; -} -#careers { - margin-top: 1em; -} -#careers .location-selector { - padding-bottom: 10px; -} -#careers .location-selector select { - background: url(https://www.aldevron.com/hubfs/aldevron_template/select-arrow-down.svg) - 97% 50% no-repeat; - background-size: 12px 6px; - border-radius: 4px; - padding-right: 24px; -} -.careers-list .job-line { - cursor: pointer; - display: block; - flex-wrap: wrap; - padding: 0.5em; -} -.careers-list .job-line:hover { - color: #ec8f2d; -} -.careers-list .job-line:nth-child(2n) { - background-color: #f8f8f8; -} -.careers-list .job-line strong { - font-weight: 400; -} -.careers-list .job-line span { - float: right; - font-size: 0.9em; - padding-left: 10px; - text-align: right; -} -.careers-list .job-line .job-error { - clear: both; - color: red; - font-size: 0.9em; - padding-top: 3px; -} -.careers-list .actions .button { - margin: 5px 5px 0 0; -} -.careers-list .actions .button, -.job-content .job-close-button { - font-size: 14px; - padding: 0.6em 1em; -} -.job-content .actions .apply { - float: right; -} -.blog-subtitle span { - color: #6f6f6f; -} -.post-item { - padding: 5% 0; -} -.post-listing > .post-item:first-child { - padding-top: 0 !important; -} -.post-listing .post-title { - font-size: 23px; - margin-top: 0 !important; -} -.post-title a { - color: inherit; - text-decoration: none; -} -.post-title a:hover { - color: #ec8f2d; -} -.post-meta, -.post-topics { - color: #555; - display: block; - font-size: 15px; - line-height: normal; - padding: 0 0 0.5em; -} -.post-meta p { - display: inline; - padding: 0; -} -.post-image { - float: left; - width: 30%; -} -.post-image img { - width: 100%; -} -.post-has-img .post-content { - float: right; - width: 65%; -} -.post-listing .caption { - clear: both; - color: #999; - display: block; - font-size: 0.85em; - font-style: italic; - line-height: normal; - padding-bottom: 0.6em; -} -.post-body { - padding-bottom: 0.5em; - width: 100%; -} -.post-topics { - font-size: 16px; - font-weight: 700; - padding-top: 0.5em; -} -.post-topics .topic-link { - background: #eee; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - display: inline-block; - font-weight: 400; - padding: 3px 8px; - text-decoration: none; -} -.post-topics .topic-link:hover { - background: #dda307; - color: #fff; -} -.blog-pagination { - border-top: 1px solid #aebac0; - margin-top: 1.5em; - padding: 1.5em 0 0; - width: 100%; -} -.blog-pagination a { - background: none; - border: 1px solid #aebac0; - color: #575e61; -} -.blog-pagination a:hover { - background: #727d84; - color: #eaeaee; -} -.blog-pagination .all-posts { - display: inline; - float: right; -} -.blog #right ul li { - padding: 0.2em 0; -} -.blog #right ul li:before { - content: ""; -} -h2 span.hs_cos_wrapper_widget { - display: inline; -} -.full-post .post-title { - font-size: 30px; -} -.full-post .post-meta { - padding: 0.6em 0 1.5em; -} -.full-post .caption { - clear: both; - color: #999; - display: block; - font-size: 0.85em; - font-style: italic; - line-height: normal; - padding-bottom: 0.6em; -} -.full-post .caption img { - display: block; - margin-bottom: 0.6em; - width: 100%; -} -.full-post .hs-blog-social-share { - padding: 1em 0; -} -.full-post .hs-blog-social-share-list { - padding: 0; -} -.hs-blog-social-share .fb_iframe_widget span { - vertical-align: top !important; -} -.full-post .hs-blog-social-share ul li { - background: none; - padding: 0; -} -#content .full-post .hs-blog-social-share li:before { - content: none; -} -.full-post .post-topics { - padding: 1em 0; -} -.post-author-profile { - background: #f2f2f2; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; - margin: 1em 0; - padding: 1em; -} -.post-author-profile .description { - padding-left: 80px; -} -.post-author-profile .description p { - padding: 0.2em 0; -} -.post-author-profile .author-avatar { - display: inline; - float: left; - width: 60px; -} -.post-author-profile .author-avatar img { - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; - width: 100%; -} -.post-footer { - padding-top: 1em; -} -#comments-listing { - border-bottom: 1px solid #bbb; -} -#comment-form { - padding-top: 1.5em; -} -.blog .comment.depth-0 { - border-top: 1px solid #bbb; - margin: 0; - padding: 1em 0; -} -.blog .comment-date, -.blog .comment-from { - display: block; -} -.blog .comment-from h4, -.blog .comment-reply-to { - font-size: 1em; - font-weight: 400; - padding: 0; -} -.blog .comment-reply-to { - background: none; - color: #0052ac; - text-decoration: underline; -} -.blog .comment-reply-to:hover { - color: #0052ac !important; - text-decoration: none; -} -.table_order, -.table_order table { - font-size: 13px; - line-height: 1.4; -} -.table_order .pricetable table { - margin-bottom: 0; -} -.table_order .ordercell { - text-align: right; - width: 110px; -} -.table_order .labelcell { - width: 47%; -} -.table_order .mmg-collapsible .module-title { - font-size: 13px !important; - padding: 10px 12px !important; -} -.table_order .mmg-collapsible .content { - padding: 0 12px 12px; -} -.table_order .item_title { - font-weight: 700; - padding-right: 0.5em; -} -.table_order input[type="text"], -.table_order select { - line-height: normal; - margin-bottom: 5px; - padding: 3px; - width: 50px; -} -.table_order select option { - padding: 0; -} -.table_order button { - font-size: 12px; - padding: 0.8em 0.9em; -} -.table_order .button { - font-size: 12px; - margin: 1px 0; - padding: 0.4em 0.8em; -} -.table_order .order-nested { - padding-top: 0.8em; -} -.table_order .order-nested p { - padding: 0.2em 0; -} -table.table_orderNested { - margin-bottom: 0; -} -table.table_orderNested tr { - background: none !important; -} -table.table_orderNested td, -table.table_orderNested th { - border-width: 1px 0 0; - padding: 0.3em 0; - vertical-align: top; -} -table.table_orderNested tr:first-child td { - border-top: none; -} -table.table_orderNested .info_label { - color: #666; - font-weight: 700; - padding-right: 0.5em; -} -.pricetable table, -.pricetable-self table { - margin: 0.3em 0; -} -.pricetable table td, -.pricetable table th, -.pricetable-self table td, -.pricetable-self table th { - padding: 0.5em; -} -#table_citations { - font-size: 14px; - margin-top: 0; -} -#table_citations .date { - width: 110px; -} -#table_citations .products { - width: 65px; -} -#granzyme_note, -#ubxd1_note { - font-size: 12px; - padding: 1.5em 0 0; -} -.mmg-sticked-banner { - background-color: #e46b29; - background-position: 50% 50%; - background-repeat: no-repeat; - background-size: 100% 100%; - background-size: cover; - box-sizing: border-box; - color: #fff; - font-size: 18px; - left: 0; - opacity: 0; - position: absolute; - top: 0; - transition: all 0.3s; - visibility: hidden; - width: 100%; - z-index: 99; -} -.mmg-sticked-banner.open { - opacity: 1; - top: 100px; - visibility: visible; -} -.mmg-sticked-banner .outer { - padding-bottom: 10px; - padding-top: 10px; - position: relative; -} -.mmg-sticked-banner .close { - background-color: #fff; - border-radius: 100%; - color: #e46b29; - cursor: pointer; - display: block; - font-family: Arial, Helvetica, sans-serif; - font-size: 24px; - height: 28px; - line-height: 28px; - padding: 0; - position: absolute; - right: 10px; - top: 10px; - width: 28px; - z-index: 3; -} -.mmg-sticked-banner .thumb { - padding-right: 50px; - width: 200px; -} -.mmg-sticked-banner .thumb img { - height: auto; - max-width: 100%; - width: auto; -} -.mmg-sticked-banner .display-table { - height: 70px; -} -.mmg-sticked-banner .link-overlay { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 2; -} -.display-table { - border-collapse: collapse; - border-spacing: 0; - display: table; - padding: 0; - position: relative; - table-layout: fixed; -} -.display-table .tr { - display: table-row; -} -.display-table .td { - display: table-cell; - float: none; - height: 100%; - vertical-align: top; -} -.display-table.valign-middle > .td { - vertical-align: middle; -} -.mmg-tabs { - padding-top: 20px; -} -.mmg-tabs .tablist { - display: flex; - font-size: 0; - margin-bottom: -1px; -} -.mmg-tabs button.tab { - background: #dbdbdb !important; - border: 1px solid #dbdbdb !important; - border-bottom: 0 !important; - border-radius: 0 10px 0 0; - box-shadow: none; - box-sizing: border-box; - color: inherit !important; - cursor: pointer; - flex: 1; - font-size: 16px; - font-weight: 700; - line-height: 1.1; - margin-left: 10px; - padding: 12px 3%; - position: relative; - text-align: left; - text-transform: none; - z-index: 2; -} -.mmg-tabs button.tab:first-child { - margin-left: 0; -} -.mmg-tabs .tab.active, -.mmg-tabs .tab:focus, -.mmg-tabs .tab:hover { - background: #fff !important; - color: #ec8f2d !important; - text-decoration: none; -} -body.red .mmg-tabs .tab.active, -body.red .mmg-tabs .tab:focus, -body.red .mmg-tabs .tab:hover { - color: #d1222b !important; -} -body.green .mmg-tabs .tab.active, -body.green .mmg-tabs .tab:focus, -body.green .mmg-tabs .tab:hover { - color: #78a12e !important; -} -body.blue .mmg-tabs .tab.active, -body.blue .mmg-tabs .tab:focus, -body.blue .mmg-tabs .tab:hover { - color: #0097ca !important; -} -body.grey .mmg-tabs .tab.active, -body.grey .mmg-tabs .tab:focus, -body.grey .mmg-tabs .tab:hover { - color: #76797f !important; -} -body.purple .mmg-tabs .tab.active, -body.purple .mmg-tabs .tab:focus, -body.purple .mmg-tabs .tab:hover { - color: #6f2a8e !important; -} -.mmg-tabs .tabpanels { - overflow: hidden; - position: relative; -} -.mmg-tabs .tabpanel { - border: 1px solid #dbdbdb; - box-sizing: border-box; - left: -9999px; - opacity: 0; - padding: 20px; - position: absolute; - top: 0; - transition: opacity 0.3s; - width: 100%; -} -.mmg-tabs .tabpanel.active { - opacity: 1; - position: static; -} -.mmg-tabs .tabpanel .title { - text-transform: none; -} -.mmg-tabs .tabpanel h3:first-child { - padding-top: 0; -} -.mmg-tabs .tab-panel { - padding: 0; -} -.mmg-tabs .tab-panel .title { - padding-top: 0; -} -.mmg-tabs .tab-panel .button { - margin: 10px 0 0 17px; -} -.mmg-tabs .tab-panel .text .button { - margin: 0; -} -#hs_cos_wrapper_post_body, -span.hs_cos_wrapper_widget, -span.hs_cos_wrapper_widget_container { - display: block; - width: 100%; -} -.filter-expand-link { - color: inherit; -} -.alt-text-img { - display: none; -} diff --git a/styles/Typo.min.css b/styles/Typo.css similarity index 62% rename from styles/Typo.min.css rename to styles/Typo.css index 1845fbc9..c084308b 100644 --- a/styles/Typo.min.css +++ b/styles/Typo.css @@ -1,141 +1,84 @@ -/* @font-face { - font-family: Helvetica; - font-style: normal; - font-weight: 400; - src: url(../fonts/helvetica/1459830/b109e194-c563-4a1e-aa7b-0ab12434b83e.eot#iefix); - src: local("Helvetica Regular"), - url(../fonts/helvetica/1459830/b109e194-c563-4a1e-aa7b-0ab12434b83e.eot#iefix) - format("eot"), - url(../fonts/helvetica/1459830/3515325d-15bc-419d-968e-43418f451aaa.woff2) - format("woff2"), - url(../fonts/helvetica/1459830/bc088f61-8899-441a-ab5e-3ac46628a6c2.woff) - format("woff"), - url(../fonts/helvetica/1459830/1cdae131-41b6-42fc-9a56-3906eace46c4.ttf) - format("truetype"); +@font-face { + font-family: Helvetica; + font-style: normal; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459830/b109e194-c563-4a1e-aa7b-0ab12434b83e.eot#iefix); + src: local("Helvetica Regular"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459830/b109e194-c563-4a1e-aa7b-0ab12434b83e.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459830/3515325d-15bc-419d-968e-43418f451aaa.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459830/bc088f61-8899-441a-ab5e-3ac46628a6c2.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459830/1cdae131-41b6-42fc-9a56-3906eace46c4.ttf) format("truetype") } + @font-face { - font-family: Helvetica; - font-style: italic; - font-weight: 400; - src: url(../fonts/helvetica/1459832/2f5c8674-96c6-4e6f-af67-8154b447387b.eot#iefix); - src: local("Helvetica Oblique"), - url(../fonts/helvetica/1459832/2f5c8674-96c6-4e6f-af67-8154b447387b.eot#iefix) - format("eot"), - url(../fonts/helvetica/1459832/9a88e029-5825-47fc-978e-7a43e7e95419.woff2) - format("woff2"), - url(../fonts/helvetica/1459832/7439e4f8-ae0d-4a6d-a5f7-3e23128b930f.woff) - format("woff"), - url(../fonts/helvetica/1459832/19d99cc2-023c-4dee-a8af-5e33496d725c.ttf) - format("truetype"); + font-family: Helvetica; + font-style: italic; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459832/2f5c8674-96c6-4e6f-af67-8154b447387b.eot#iefix); + src: local("Helvetica Oblique"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459832/2f5c8674-96c6-4e6f-af67-8154b447387b.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459832/9a88e029-5825-47fc-978e-7a43e7e95419.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459832/7439e4f8-ae0d-4a6d-a5f7-3e23128b930f.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459832/19d99cc2-023c-4dee-a8af-5e33496d725c.ttf) format("truetype") } + @font-face { - font-family: Helvetica; - font-style: normal; - font-weight: 700; - src: url(../fonts/helvetica/1459834/0d0cf487-b97e-4a3b-811b-a5ff4d2f3a8f.eot#iefix); - src: local("Helvetica Bold"), - url(../fonts/helvetica/1459834/0d0cf487-b97e-4a3b-811b-a5ff4d2f3a8f.eot#iefix) - format("eot"), - url(../fonts/helvetica/1459834/2044ee80-fba8-4c91-87df-4995217f48fa.woff2) - format("woff2"), - url(../fonts/helvetica/1459834/441c2010-55ff-472f-b9d7-5469164a8430.woff) - format("woff"), - url(../fonts/helvetica/1459834/0eb195a7-b0e3-4a07-99da-9f08b2ec9864.ttf) - format("truetype"); -} */ -/* @font-face { - font-family: Proxima Nova A; - font-style: normal; - font-weight: 400; - src: url(../fonts/proxima/reg/96676c88-bae1-468a-acf5-fa74fdb2b736.eot#iefix); - src: url(../fonts/proxima/reg/96676c88-bae1-468a-acf5-fa74fdb2b736.eot#iefix) - format("eot"), - url(../fonts/proxima/reg/a7333c48-140e-4bcb-a574-a2dcfcd4a621.woff2) - format("woff2"), - url(../fonts/proxima/reg/dba0fe51-98c1-4045-b289-c0e6afb10f73.woff) - format("woff"), - url(../fonts/proxima/reg/14c284c3-7a50-4ef0-becf-c01232631f59.ttf) - format("truetype"); -} */ -/* @font-face { - font-family: Proxima Nova A; - font-style: italic; - font-weight: 400; - src: url(../fonts/proxima/italic/926e8ba2-1161-42b7-a850-c56765e872fd.eot#iefix); - src: url(../fonts/proxima/italic/926e8ba2-1161-42b7-a850-c56765e872fd.eot#iefix) - format("eot"), - url(../fonts/proxima/italic/09a1d106-4ddc-4781-bbaa-ca99d410f96c.woff2) - format("woff2"), - url(../fonts/proxima/italic/cf7ea09d-4129-4178-be10-46690a910bc6.woff) - format("woff"), - url(../fonts/proxima/italic/155079dd-36cb-4995-8ced-3fc104e75028.ttf) - format("truetype"); -} */ -/* @font-face { - font-family: Proxima Nova A; - font-style: normal; - font-weight: 700; - src: url(../fonts/proxima/bold/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot#iefix); - src: url(../fonts/proxima/bold/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot#iefix) - format("eot"), - url(../fonts/proxima/bold/8666e3e0-713e-463a-8bb9-2d3c6b8050b1.woff2) - format("woff2"), - url(../fonts/proxima/bold/b28633d8-c94c-4a40-8eb1-1e0b32ea0e06.woff) - format("woff"), - url(../fonts/proxima/bold/0ec7744d-038f-46bd-a3a8-f3e0020ab4b8.ttf) - format("truetype"); -} */ + font-family: Helvetica; + font-style: normal; + font-weight: 700; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459834/0d0cf487-b97e-4a3b-811b-a5ff4d2f3a8f.eot#iefix); + src: local("Helvetica Bold"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459834/0d0cf487-b97e-4a3b-811b-a5ff4d2f3a8f.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459834/2044ee80-fba8-4c91-87df-4995217f48fa.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459834/441c2010-55ff-472f-b9d7-5469164a8430.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/helvetica/1459834/0eb195a7-b0e3-4a07-99da-9f08b2ec9864.ttf) format("truetype") +} + @font-face { - font-family: Brown-Ald; - font-style: normal; - font-weight: 300; - src: url(../fonts/brown/lineto-brown-light.eot); - src: url(../fonts/brown/lineto-brown-light.eot#iefix) - format("embedded-opentype"), - url(../fonts/brown/lineto-brown-light.woff) - format("woff"), - url(../fonts/brown/lineto-brown-light.svg#lineto-brown-light) - format("svg"); + font-family: Proxima Nova A; + font-style: normal; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/reg/96676c88-bae1-468a-acf5-fa74fdb2b736.eot#iefix); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/reg/96676c88-bae1-468a-acf5-fa74fdb2b736.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/reg/a7333c48-140e-4bcb-a574-a2dcfcd4a621.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/reg/dba0fe51-98c1-4045-b289-c0e6afb10f73.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/reg/14c284c3-7a50-4ef0-becf-c01232631f59.ttf) format("truetype") } + @font-face { - font-family: Brown-Ald; - font-style: normal; - font-weight: 400; - src: url(../fonts/brown/lineto-brown-regular.eot); - src: url(../fonts/brown/lineto-brown-regular.eot#iefix) - format("embedded-opentype"), - url(../fonts/brown/lineto-brown-regular.woff) - format("woff"), - url(../fonts/brown/lineto-brown-regular.svg#lineto-brown-regular) - format("svg"); + font-family: Proxima Nova A; + font-style: italic; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/italic/926e8ba2-1161-42b7-a850-c56765e872fd.eot#iefix); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/italic/926e8ba2-1161-42b7-a850-c56765e872fd.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/italic/09a1d106-4ddc-4781-bbaa-ca99d410f96c.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/italic/cf7ea09d-4129-4178-be10-46690a910bc6.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/italic/155079dd-36cb-4995-8ced-3fc104e75028.ttf) format("truetype") } + @font-face { - font-family: Brown-Ald; - font-style: normal; - font-weight: 700; - src: url(../fonts/brown/lineto-brown-bold.eot); - src: url(../../fonts/brown/lineto-brown-bold.eot#iefix) - format("embedded-opentype"), - url(../fonts/brown/lineto-brown-bold.woff) - format("woff"), - url(../fonts/brown/lineto-brown-bold.svg#lineto-brown-bold) - format("svg"); + font-family: Proxima Nova A; + font-style: normal; + font-weight: 700; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/bold/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot#iefix); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/bold/cb0a2948-31e1-4f3e-8df8-f8fed5125537.eot#iefix) format("eot"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/bold/8666e3e0-713e-463a-8bb9-2d3c6b8050b1.woff2) format("woff2"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/bold/b28633d8-c94c-4a40-8eb1-1e0b32ea0e06.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/proxima/bold/0ec7744d-038f-46bd-a3a8-f3e0020ab4b8.ttf) format("truetype") } + @font-face { - font-family: ald-icons; - font-style: normal; - font-weight: 400; - src: url(../fonts/ald-icons.eot?dgljk); - src: url(../fonts/ald-icons.eot?dgljk#iefix) - format("embedded-opentype"), - url(../fonts/ald-icons.ttf?dgljk) - format("truetype"), - url(../fonts/ald-icons.woff?dgljk) - format("woff"), - url(../fonts/ald-icons.svg?dgljk#ald-icons) - format("svg"); -} -.img-colorbox-popup:after, + font-family: Brown-Ald; + font-style: normal; + font-weight: 300; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-light.eot); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-light.eot#iefix) format("embedded-opentype"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-light.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-light.svg#lineto-brown-light) format("svg") +} + +@font-face { + font-family: Brown-Ald; + font-style: normal; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-regular.eot); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-regular.eot#iefix) format("embedded-opentype"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-regular.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-regular.svg#lineto-brown-regular) format("svg") +} + +@font-face { + font-family: Brown-Ald; + font-style: normal; + font-weight: 700; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-bold.eot); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-bold.eot#iefix) format("embedded-opentype"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-bold.woff) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/brown/lineto-brown-bold.svg#lineto-brown-bold) format("svg") +} + +@font-face { + font-family: ald-icons; + font-style: normal; + font-weight: 400; + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/ald-icons.eot?dgljk); + src: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/ald-icons.eot?dgljk#iefix) format("embedded-opentype"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/ald-icons.ttf?dgljk) format("truetype"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/ald-icons.woff?dgljk) format("woff"),url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/fonts/ald-icons.svg?dgljk#ald-icons) format("svg") +} + +.img-colorbox-popup::after, [class*=" icon-"], [class^="icon-"] { speak: none; @@ -148,28 +91,36 @@ line-height: 1; text-transform: none; } -.icon-cart:before { + +.icon-cart::before { content: "\e906"; } -.icon-search:before, -.img-colorbox-popup:after { + +.icon-search::before, +.img-colorbox-popup::after { content: "\e900"; } -.icon-menu:before { + +.icon-menu::before { content: "\e901"; } -.icon-plus:before { + +.icon-plus::before { content: "\e902"; } -.icon-minus:before { + +.icon-minus::before { content: "\e903"; } -.icon-circle-up:before { + +.icon-circle-up::before { content: "\e904"; } -.icon-circle-down:before { + +.icon-circle-down::before { content: "\e905"; } + * { font-family: inherit; font-size: 100%; @@ -177,6 +128,7 @@ outline: 0; padding: 0; } + article, aside, details, @@ -190,6 +142,7 @@ section, summary { display: block; } + audio, canvas, progress, @@ -197,31 +150,39 @@ video { display: inline-block; vertical-align: middle; } + audio:not([controls]) { display: none; height: 0; } + [hidden], template { display: none; } + abbr[title] { border-bottom: 1px dotted; } + svg:not(:root) { overflow: hiddena; } + dfn { font-style: italic; } + mark { background: #ff0; color: #000; } + :active, :focus { outline: 0; } + .clear { clear: both; display: block; @@ -229,21 +190,22 @@ mark { height: 0; overflow: hidden; } -#hs_cos_wrapper_sidebar:after, -#sidebar:after, -.clearfix:after, -.cols-30-70:after, -.cols-70-30:after, -.cols-row:after, -.cols2-row:after, -.cols3-row:after, -.hs-rss-module:after, -.hs_cos_wrapper_widget:after, -.module:after, -.outer:after, -.post-item:after, -.post-listing:after, -blockquote:after { + +#hs_cos_wrapper_sidebar::after, +#sidebar::after, +.clearfix::after, +.cols-30-70::after, +.cols-70-30::after, +.cols-row::after, +.cols2-row::after, +.cols3-row::after, +.hs-rss-module::after, +.hs_cos_wrapper_widget::after, +.module::after, +.outer::after, +.post-item::after, +.post-listing::after, +blockquote::after { clear: both; content: ""; display: block; @@ -252,6 +214,7 @@ blockquote:after { line-height: 0; overflow: hidden; } + table { border-collapse: collapse; border-spacing: 0; @@ -261,71 +224,90 @@ table { margin-top: 1em; width: 100%; } + caption, td, th { font-weight: 400; text-align: left; } + th { background-color: #ec8f2d; color: #fff; } + body.red th { background-color: #d1222b; } + body.green th { background-color: #78a12e; } + body.blue th { background-color: #0097ca; } + body.grey th { background-color: #76797f; } + body.purple th { background-color: #6f2a8e; } + td, th { border: 1px solid #f1f1f1; padding: 12px 10px; } + tr:nth-child(2n) { background-color: #f8f8f8; } + tr:nth-child(odd) { background-color: #fff; } + iframe, img { border: 0; max-width: 100%; } + img { height: auto; vertical-align: middle; } + #map_canvas img, .google-maps img { max-width: none; } + #recaptcha_table td { line-height: 0; } + .recaptchatable #recaptcha_response_field { line-height: 12px; min-height: 0; } + address { font-style: normal; } + figure { margin: 1em 40px; } + pre { overflow: auto; } + code, kbd, pre, @@ -333,13 +315,16 @@ samp { font-family: monospace, monospace; font-size: 1em; } -blockquote:after, -blockquote:before { + +blockquote::after, +blockquote::before { content: ""; } + small { font-size: 85%; } + sub, sup { font-size: 75%; @@ -347,16 +332,20 @@ sup { position: relative; vertical-align: baseline; } + sup { top: -0.5em; } + sub { bottom: -0.25em; } + b, strong { font-weight: 700; } + body, html, table { @@ -365,30 +354,36 @@ table { -ms-text-size-adjust: none; -o-text-size-adjust: none; } + body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* background-color: #1a1919; */ /* color: #1a1919; */ - font: normal 16px/1.45 Proxima Nova A, Helvetica, sans-serif; + font: normal 16px/1.45 "Proxima Nova A", Helvetica, sans-serif; margin: 0; text-align: center; } + a { background: transparent; color: #ec8f2d; text-decoration: none; } + a:hover { text-decoration: underline; } + p { padding: 0.6em 0; } + ol, ul { padding: 0.3em 0; } + h1, h2, h3, @@ -403,30 +398,38 @@ h6 { margin: 0; padding: 1em 0 0.5em; } + h4, h5, h6 { padding-bottom: 0.3em; } + h1 { font-size: 32px; padding: 0; } + h2 { font-size: 30px; } + h3 { font-size: 23px; } + h4 { font-size: 20px; } + h5 { font-size: 16px; } + h6 { font-size: 14px; } + #main h1, #main h2, #main h3 { @@ -435,58 +438,69 @@ h6 { margin: 1em 0 0.5em; padding: 0 0 0 10px; } + body.red #main h1, body.red #main h2, body.red #main h3 { border-color: #d1222b; } + body.green #main h1, body.green #main h2, body.green #main h3 { border-color: #78a12e; } + body.blue #main h1, body.blue #main h2, body.blue #main h3 { border-color: #0097ca; } + body.grey #main h1, body.grey #main h2, body.grey #main h3 { border-color: #76797f; } + body.purple #main h1, body.purple #main h2, body.purple #main h3 { border-color: #6f2a8e; } -#hs_cos_wrapper_main > .hs_cos_wrapper_widget:first-child > h1:first-child, -#hs_cos_wrapper_main > .hs_cos_wrapper_widget:first-child > h2:first-child, + +#hs_cos_wrapper_main>.hs_cos_wrapper_widget:first-child>h1:first-child, +#hs_cos_wrapper_main>.hs_cos_wrapper_widget:first-child>h2:first-child, #main .full-post .post-title, -.hs_cos_wrapper_type_custom_widget > img + h2, +.hs_cos_wrapper_type_custom_widget>img+h2, .hs_cos_wrapper_type_form .form-title, -.hs_cos_wrapper_type_rich_text > p:first-child, -.hs_cos_wrapper_widget > h1:first-child, -.hs_cos_wrapper_widget > h2:first-child, -.outer > h2:first-child, -.outer > h3:first-child { +.hs_cos_wrapper_type_rich_text>p:first-child, +.hs_cos_wrapper_widget>h1:first-child, +.hs_cos_wrapper_widget>h2:first-child, +.outer>h2:first-child, +.outer>h3:first-child { margin-top: 0; padding-top: 0; } -h2 + h3, -h2 + h4 { + +h2+h3, +h2+h4 { padding-top: 0.4em; } + h2 em { color: #868a8b; } + h2 em, h3 em { font-style: inherit; } + h3 em { color: #f7b32d; } + h1 a:hover, h2 a:hover, h3 a:hover, @@ -496,6 +510,7 @@ h6 a:hover { color: inherit; text-decoration: none; } + hr { border: 0; border-top: 1px solid #f0f0f0; @@ -506,10 +521,12 @@ hr { height: 1px; padding: 0; } + hr, pre { margin: 1em 0; } + pre { background: #f6f6f6; border: 1px solid #999; @@ -518,13 +535,16 @@ pre { border-radius: 4px; padding: 0.7em 1em; } + blockquote { font-style: italic; padding: 1em; } + blockquote p { padding: 0 0 0.6em; } + blockquote cite { display: block; font-size: 0.85em; @@ -533,14 +553,17 @@ blockquote cite { padding-left: 40%; text-align: right; } + ul { list-style: none; } + ul li { padding: 0.4em 0 0.4em 18px; position: relative; } -#content ul li:before { + +#content ul li::before { color: #ec8f2d; content: "\25A0"; font-family: Arial; @@ -550,30 +573,38 @@ ul li { position: absolute; top: 0.45em; } -body.red #content ul li:before { + +body.red #content ul li::before { color: #d1222b; } -body.green #content ul li:before { + +body.green #content ul li::before { color: #78a12e; } -body.blue #content ul li:before { + +body.blue #content ul li::before { color: #0097ca; } -body.grey #content ul li:before { + +body.grey #content ul li::before { color: #76797f; } -body.purple #content ul li:before { + +body.purple #content ul li::before { color: #6f2a8e; } + ol { list-style-position: outside; list-style-type: decimal; } + ol li { background: none; margin-left: 30px; padding: 0.3em 0; } + button, input, optgroup, @@ -583,51 +614,63 @@ textarea { font: inherit; margin: 0; } + button { overflow: visible; } + button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + button[disabled], html input[disabled] { cursor: default; } + input { line-height: normal; } + input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } + fieldset { background-color: rgba(0, 0, 0, 0.05); margin: 1em 0; padding: 1em; } + fieldset, legend { border: 1px solid #fff; } + legend { background-color: #00ace5; color: #fff; margin: 0; padding: 2px 6px; } + optgroup { font-weight: 700; } + textarea { overflow: auto; } + input[type="email"], input[type="number"], input[type="password"], @@ -653,13 +696,16 @@ textarea { max-width: 100%; padding: 0.6em; } + select { padding: 0.4em 0.6em; } + #hs-pwd-widget-password { height: auto !important; margin: 5px 0 !important; } + input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, @@ -671,10 +717,12 @@ textarea:focus { border-color: #ec8f2d; outline: none; } + input[type="checkbox"], input[type="radio"] { margin-right: 0.4em; } + .blog-pagination a, .button, .cta_button, @@ -709,6 +757,7 @@ input[type="submit"] { vertical-align: middle; width: auto; } + .blog-pagination a:hover, .button:hover, .cta_button:hover, @@ -722,6 +771,7 @@ input[type="submit"]:hover { color: #ec8f2d; text-decoration: none; } + body.red #content-wrapper button, body.red .blog-pagination a, body.red .button, @@ -735,6 +785,7 @@ body.red input[type="submit"] { border-color: #d1222b; color: #fff; } + body.red #content-wrapper button:hover, body.red .blog-pagination a:hover, body.red .button:hover, @@ -747,6 +798,7 @@ body.red input[type="submit"]:hover { background-color: #fff; color: #d1222b; } + .button.green, body.green #content-wrapper button, body.green .blog-pagination a, @@ -761,6 +813,7 @@ body.green input[type="submit"] { border-color: #78a12e; color: #fff; } + .button.green:hover, body.green #content-wrapper button:hover, body.green .blog-pagination a:hover, @@ -774,6 +827,7 @@ body.green input[type="submit"]:hover { background-color: #fff; color: #78a12e; } + body.blue #content-wrapper button, body.blue .blog-pagination a, body.blue .button, @@ -787,6 +841,7 @@ body.blue input[type="submit"] { border-color: #0097ca; color: #fff; } + body.blue #content-wrapper button:hover, body.blue .blog-pagination a:hover, body.blue .button:hover, @@ -799,6 +854,7 @@ body.blue input[type="submit"]:hover { background-color: #fff; color: #0097ca; } + .button.grey, body.grey #content-wrapper button, body.grey .blog-pagination a, @@ -813,6 +869,7 @@ body.grey input[type="submit"] { border-color: #76797f; color: #fff; } + .button.grey:hover, body.grey #content-wrapper button:hover, body.grey .blog-pagination a:hover, @@ -826,6 +883,7 @@ body.grey input[type="submit"]:hover { background-color: #fff; color: #76797f; } + body.purple #content-wrapper button, body.purple .blog-pagination a, body.purple .button, @@ -839,6 +897,7 @@ body.purple input[type="submit"] { border-color: #6f2a8e; color: #fff; } + body.purple #content-wrapper button:hover, body.purple .blog-pagination a:hover, body.purple .button:hover, @@ -851,6 +910,7 @@ body.purple input[type="submit"]:hover { background-color: #fff; color: #6f2a8e; } + #sidebar .cta_button, .cta_button_img, .cta_button_img:hover { @@ -859,14 +919,17 @@ body.purple input[type="submit"]:hover { padding: 0 !important; transition: none; } + .table { display: table; table-layout: fixed; width: 100%; } + .table .row { display: table-row; } + .responsive-embed { display: block; height: 0; @@ -874,6 +937,7 @@ body.purple input[type="submit"]:hover { padding-bottom: 56.25%; position: relative; } + .responsive-embed embed, .responsive-embed iframe, .responsive-embed img, @@ -884,6 +948,7 @@ body.purple input[type="submit"]:hover { top: 0; width: 100%; } + .cols-row, .cols2-row, .cols3-row { @@ -891,26 +956,32 @@ body.purple input[type="submit"]:hover { display: block; width: 100%; } + .cols2-row .col1, .half-left { float: left; width: 47%; } + .cols2-row .col2, .half-right { float: right; width: 47%; } + .cols-70-30 .col1 { width: 68%; } + .cols-30-70 .col1, .cols-70-30 .col2 { width: 26%; } + .cols-30-70 .col2 { width: 68%; } + .cols3-row .col1, .cols3-row .col2, .cols3-row .col3 { @@ -919,32 +990,39 @@ body.purple input[type="submit"]:hover { margin-left: 5%; width: 30%; } + .cols3-row .col1 { margin-left: 0; } -.col1 > h2:first-child, -.col1 > h3:first-child, -.col2 > h2:first-child, -.col2 > h3:first-child, -.col3 > h2:first-child, -.col3 > h3:first-child { + +.col1>h2:first-child, +.col1>h3:first-child, +.col2>h2:first-child, +.col2>h3:first-child, +.col3>h2:first-child, +.col3>h3:first-child { margin-top: 0; padding-top: 0; } + .flexcols2 .col { padding-top: 2em; width: 47%; } + .flexcols2 .col:nth-child(odd) { clear: both; float: left; } + .flexcols2 .col:nth-child(2n) { float: right; } + .mmg-rollover-menu .col { padding-top: 50px; } + .flexcols2 .col:first-child, .flexcols2 .col:nth-child(2), .flexcols2 .item1, @@ -955,6 +1033,7 @@ body.purple input[type="submit"]:hover { .mmg-rollover-menu .item1 { padding-top: 0; } + .flexcols2 .item1, .flexcols2 .item3, .flexcols2 .item5, @@ -963,6 +1042,7 @@ body.purple input[type="submit"]:hover { clear: both; float: left; } + .flexcols2 .item10, .flexcols2 .item2, .flexcols2 .item4, @@ -970,15 +1050,18 @@ body.purple input[type="submit"]:hover { .flexcols2 .item8 { float: right; } + .flexcols3 .col { float: left; margin-left: 5%; width: 30%; } + .flexcols3 .col:nth-child(3n + 1) { clear: both; margin-left: 0; } + .img-half-right, .img-medium-right, .img-small-right { @@ -988,6 +1071,7 @@ body.purple input[type="submit"]:hover { position: relative; z-index: 2; } + .img-half-left, .img-medium-left, .img-small-left { @@ -997,18 +1081,22 @@ body.purple input[type="submit"]:hover { position: relative; z-index: 2; } + .img-half-left, .img-half-right { width: 45%; } + .img-medium-left, .img-medium-right { width: 30%; } + .img-small-left, .img-small-right { width: 15%; } + .img-full-width, .img-half-left img, .img-half-right img, @@ -1019,9 +1107,11 @@ body.purple input[type="submit"]:hover { display: block; width: 100%; } + .img-full-width { margin: 0 0 0.5em; } + .img-colorbox-popup { -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -1034,47 +1124,58 @@ body.purple input[type="submit"]:hover { margin: 0.6em 0; padding: 10px; } -.img-colorbox-popup:after { + +.img-colorbox-popup::after { clear: both; color: #e46b29; display: block; padding-top: 5px; text-align: right; } + .img-colorbox-popup.half-right { margin-left: 3%; } + .img-colorbox-popup.half-left { margin-right: 3%; } + #hs_form_target_form, .hs-form { clear: both; width: 100%; } + ul.inputs-list { padding: 0; } + #content .inputs-list li { padding: 0.3em 0; } -#content .inputs-list li:before { + +#content .inputs-list li::before { content: none; } + .hs-form-field, .hs_submit { display: block; padding: 0.5em 0 0.8em; width: 100%; } + .block.subscribe .hs_submit { padding-bottom: 0; } + .hs-field-desc { color: #999; font-size: 0.9em; line-height: normal; } + .hs-form input[type="email"], .hs-form input[type="password"], .hs-form input[type="search"], @@ -1084,11 +1185,13 @@ ul.inputs-list { .hs-form textarea { width: 100% !important; } + .hs-form fieldset { background: none; max-width: none !important; width: 100%; } + .hs-form .hsformerror { background: #f72e00; border: 0; @@ -1097,23 +1200,28 @@ ul.inputs-list { padding: 0.5em 1.5em 0.5em 1em; z-index: 99; } + .hs-form .hsformerror .close-form-error { color: #fff !important; font-size: 1em !important; right: 5px; top: 0; } + .hs-form .hsformerror p { padding: 0; } + .hs-form .hsformerror em { border-color: #f72e00 transparent transparent; } + form.hs-form .hs-input[type="checkbox"] { width: auto !important; } + .hs-error-msgs { color: red; font-size: 0.9em; line-height: normal; -} +} \ No newline at end of file diff --git a/styles/banner.min.css b/styles/banner.min.css deleted file mode 100644 index aaac740c..00000000 --- a/styles/banner.min.css +++ /dev/null @@ -1,94 +0,0 @@ -.aldevron-banners .banner .link { - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; -} -.aldevron-banners .banner { - padding: 15px 55px 15px 30px; - min-height: 90px; - position: relative; - overflow: hidden; - display: none; -} -.aldevron-banners .banner.visible { - display: block; -} -.aldevron-banners .banner > .background { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 0; - background-size: cover; - background-repeat: no-repeat; - background-position: center center; -} -.aldevron-banners .content-wrapper { - max-width: 960px; - min-height: 90px; - margin: 0 auto; - position: relative; - z-index: 1; - height: 100%; - display: flex; - align-items: center; - align-self: flex-start; -} -.aldevron-banners .content-wrapper .thumbnail { - flex: 0 0 auto; - width: 200px; - padding: 0 30px 0 0; - height: 100%; - display: flex; - position: relative; - align-items: center; - align-self: flex-start; -} -.aldevron-banners .content-wrapper .thumbnail img { - width: auto; - max-height: 100%; -} -.aldevron-banners .content-wrapper .message { - flex: 1 1 auto; - font-size: 18px; - text-align: left; - font-size: 14px; - color: #fff; -} -.aldevron-banners .close-button { - position: absolute; - width: 25px; - height: 25px; - top: 13px; - right: 11px; - display: block; - z-index: 3; - cursor: pointer; - opacity: 0.75; - transition: all 0.5s; -} -.aldevron-banners .close-button:hover { - opacity: 1; -} -@media screen and (max-width: 768px) { - .aldevron-banners .banner { - padding-top: 15px; - padding-bottom: 15px; - padding-right: 15px; - } - .aldevron-banners .content-wrapper { - flex-wrap: wrap; - } - .aldevron-banners .content-wrapper .thumbnail, - .aldevron-banners .content-wrapper .message { - width: 100%; - } - .aldevron-banners .content-wrapper .thumbnail { - margin-bottom: 15px; - } -} diff --git a/styles/gcse.min.css b/styles/gcse.min.css deleted file mode 100644 index c051d4fb..00000000 --- a/styles/gcse.min.css +++ /dev/null @@ -1,273 +0,0 @@ -#custom-search { - display: block; - padding: 5px; - float: right; - margin: -7px 0 0 15px; - border: 1px solid #fff; - border-radius: 3px; -} -#custom-search.active { - border-color: #ccc; -} -#custom-search input { - width: 140px; - padding: 0; - border: 0; - font-family: inherit; - font-size: 1em; - line-height: normal; - display: none; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-appearance: none; - border-radius: 0; -} -#custom-search span { - cursor: pointer; -} -#custom-search span:hover { - color: #d7792a; -} -body.mmg-search-active { - height: 100% !important; - overflow: hidden !important; -} -#mmg-gcse { - position: fixed; - top: 100px; - left: 0; - width: 100%; - height: 100%; - z-index: 99; - background-color: #51585b; - background-color: rgba(81, 88, 91, 0.95); - text-align: center; - opacity: 0; - visibility: hidden; - transition: opacity 0.3s; -} -.active#mmg-gcse { - visibility: visible; - opacity: 1; -} -#mmg-gcse .mmg-gcse-outer { - width: 90%; - max-width: 900px; - margin: 0 auto; - text-align: left; -} -#mmg-gcse-tools { - position: fixed; - top: 145px; - right: 0; - z-index: 999; - width: 100%; - height: 36px; - padding-right: 17px; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -#mmg-gcse-tools .mmg-gcse-outer { - height: 100%; -} -#custom-search-2 { - background-color: #fff; - float: left; - width: 225px; - margin-top: 10px; - height: 36px; - border: 1px solid #aebac0; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -#custom-search-2 input { - float: left; - width: 180px; - margin: 8px 0 0 6px; - padding: 0; - border: 0; -} -#custom-search-2 span { - cursor: pointer; - float: right; - margin: 7px 6px 0 0; -} -#mmg-gcse .close-btn { - font-family: "Times New Roman", Times, serif; - float: right; - text-align: center; - width: 34px; - height: 34px; - font-size: 35px; - line-height: 34px; - background-color: #51585b; - color: #aebac0; - border: 1px solid #aebac0; - cursor: pointer; -} -#mmg-gcse .close-btn:hover { - background-color: #aebac0; - color: #51585b; -} -#mmg-gcse-box { - color: #fff; - font-size: 15px; - line-height: 140%; - height: 100%; - width: 100%; - overflow: auto; - overflow-y: scroll; - -webkit-overflow-scrolling: touch; -} -#mmg-gcse-box .mmg-gcse-outer { - padding: 40px 0; -} -#mmg-gcse .search-title { - padding: 0 0 5px 0; - font-size: 32px; - color: inherit; -} -#mmg-gcse .mmg-gcse-blogonly-text { - color: #aebac0; -} -#mmg-gcse .search-info { - padding-bottom: 1.5em; -} -#mmg-gcse .item { - display: block; - padding: 0.6em 0; - color: #aebac0; - transition: all 0.3s; - text-decoration: none; -} -#mmg-gcse .item:hover { - color: #fff; - text-decoration: none; -} -#mmg-gcse .item .title { - font-family: TradeGothicBoldCn20, Arial; - text-transform: uppercase; - display: block; - font-size: 18px; - line-height: 100%; -} -#mmg-gcse .item:hover .title { - text-decoration: underline; -} -#mmg-gcse .item br { - display: none; -} -#mmg-gcse .item b, -#mmg-gcse .item strong { - color: #fac922; - font-weight: normal; -} -#mmg-gcse .pagination { - padding: 1.5em 0 0; - text-align: left; -} -#mmg-gcse .pagination span { - cursor: pointer; - color: #aebac0; - padding: 0 5px; -} -#mmg-gcse .pagination span:hover, -#mmg-gcse .pagination span.active { - color: #fff; -} -#mmg-gcse .pagination span.disabled, -#mmg-gcse .pagination span.disabled:hover { - cursor: auto; - color: #fff; -} -#mmg-gcse-blog form { - padding: 0.6em 0; -} -#mmg-gcse-blog input { - float: left; - width: 80%; - border: 0; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -#mmg-gcse-blog span { - float: right; - width: 20%; - cursor: pointer; - text-align: center; - font-size: 24px; - -moz-box-sizing: border-box; - box-sizing: border-box; - height: 38px; - line-height: 38px; -} -@media (max-width: 1024px) { - #mmg-gcse-tools { - padding-right: 0; - } -} -@media (max-width: 960px) { - #mmg-gcse { - top: 50px; - z-index: 101; - } - #mmg-gcse-tools { - padding: 0; - top: 0; - right: 51px; - width: 50px; - height: 50px; - } - #mmg-gcse-tools .mmg-gcse-outer { - padding: 0; - width: 50px; - } - #mmg-gcse .close-btn { - border: 0; - width: 100%; - height: 100%; - display: block; - float: none; - font-size: 50px; - line-height: 50px; - color: #fff; - background-color: #5f6669; - } - #custom-search { - position: absolute; - top: 0; - right: 102px; - z-index: 2; - border-width: 0; - border-radius: 0; - background-color: #d8d8d8; - padding: 0; - margin: 0; - height: 50px; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - #custom-search span { - width: 50px; - height: 48px; - font-size: 22px; - line-height: 48px; - float: right; - color: #767a7f; - text-align: center; - } - #custom-search input { - width: 222px; - height: 50px; - float: left; - padding: 0 10px; - background: #efefef; - -moz-box-sizing: border-box; - box-sizing: border-box; - } -} -@media (max-width: 374px) { - #custom-search input { - width: 166px; - } -} diff --git a/styles/styles_2020.min.css b/styles/styles_2020.min.css deleted file mode 100644 index de8bb80c..00000000 --- a/styles/styles_2020.min.css +++ /dev/null @@ -1,879 +0,0 @@ -.module.custom-bg { - background: 50% 50% no-repeat; - background-size: cover; -} -.module.wide-section .outer { - width: 980px; -} -.center, -.center > .outer, -.module.center, -.outer.center { - text-align: center; -} -.wide-section { - padding-bottom: 80px; - padding-top: 80px; -} -.wide-section.padding-half { - padding-bottom: 48px; - padding-top: 48px; -} -.wide-section.padding-btm { - padding-top: 0 !important; -} -.wide-section.padding-top { - padding-bottom: 0 !important; -} -.wide-section.padding-none { - padding: 0 !important; -} -.flex, -ul.flex-list, -ul.ulflex { - display: flex; - flex-wrap: wrap; -} -.flex .col { - box-sizing: border-box; - margin-top: 4%; -} -.flex.cols2 > .col, -ul.flex-list.cols2 > li, -ul.ulflex.cols2 > li { - margin-left: 4%; - width: 48%; -} -.flex.cols2 > .col:nth-child(odd), -ul.flex-list.cols2 > li:nth-child(odd), -ul.ulflex.cols2 > li:nth-child(odd) { - margin-left: 0; -} -.flex.cols3 > .col, -ul.flex-list.cols3 > li, -ul.ulflex.cols3 > li { - margin-left: 3.5%; - width: 31%; -} -.flex.cols3 > .col:nth-child(3n + 1), -ul.flex-list.cols3 > li:nth-child(3n + 1), -ul.ulflex.cols3 > li:nth-child(3n + 1) { - margin-left: 0; -} -.flex.cols4 > .col, -ul.ulflex.cols4 > li { - margin-left: 2.66%; - width: 23%; -} -.flex.cols4 > .col:nth-child(4n + 1), -ul.ulflex.cols4 > li:nth-child(4n + 1) { - margin-left: 0; -} -.flex.cols2 > .col:nth-child(2), -.flex.cols3 > .col:nth-child(2), -.flex.cols3 > .col:nth-child(3), -.flex.cols4 > .col:nth-child(2), -.flex.cols4 > .col:nth-child(3), -.flex.cols4 > .col:nth-child(4), -.flex > .col:first-child { - margin-top: 0; -} -.align-left { - text-align: left; -} -.align-center { - text-align: center; -} -.align-right { - text-align: right; -} -.mmg-rich-columns .col .title { - padding-top: 0; -} -.mmg-rich-columns.custom-bg h2.module-title, -.mmg-rich-columns.style-icons h2.module-title { - font-size: 37px; - line-height: 1.2; - padding-bottom: 1em; -} -.mmg-rich-columns.custom-bg .module-title { - color: #fff; -} -.mmg-rich-columns.custom-bg .col { - background: #fff; - padding: 30px 20px; -} -.mmg-rich-columns.style-icons .col { - font-size: 14px; - padding-bottom: 90px; - position: relative; -} -.mmg-rich-columns.style-icons .title { - color: #ec8f2d; - font-size: 17px; -} -.mmg-rich-columns.style-icons.custom-bg .title { - color: #000; -} -.mmg-rich-columns.style-icons .media { - padding-bottom: 30px; -} -.mmg-rich-columns.style-icons .media img, -.mmg-rich-columns.style-icons .media svg { - height: auto; - width: 120px; -} -.mmg-rich-columns.style-icons .actions { - bottom: 30px; - left: 0; - padding: 0; - position: absolute; - width: 100%; -} -.mmg-rich-columns.style-icons .button { - background: #fff; - border: 2px solid #000; - color: #000; -} -.mmg-rich-columns.style-icons .button:hover { - background: #000; - color: #fff; -} -.mmg-rich-columns .recent-posts .post { - padding-bottom: 30px; -} -.mmg-rich-columns .recent-posts .post:after { - clear: both; - content: ""; - display: block; - font-size: 0; -} -.mmg-rich-columns .recent-posts .image { - background: 50% 50% no-repeat; - background-size: cover; - display: block; - float: left; - position: relative; - width: 40%; -} -.mmg-rich-columns .recent-posts .text { - font-size: 14px; - padding-left: 44%; -} -.mmg-rich-columns .recent-posts .image:after { - content: ""; - display: block; - padding-bottom: 56%; -} -.mmg-rich-columns .recent-posts .post .entry-title { - color: #ec8f2d; - font-size: 14px; - padding: 0; -} -.mmg-rich-columns .recent-posts .post .entry-title a { - color: inherit; - text-decoration: none; -} -.mmg-rich-columns .recent-posts .post .entry-title a:hover { - color: #000; -} -.mmg-rich-columns .recent-posts .post p { - padding: 0.5em 0 0; -} -.mmg-rich-columns .recent-posts .post .tags a { - color: #ec8f2d; -} -.mmg-rich-columns .recent-posts .post:first-child .image { - display: block; - float: none; - width: 100%; -} -.mmg-rich-columns .recent-posts .post:first-child .text { - font-size: 1em; - padding-left: 0; -} -.mmg-rich-columns .recent-posts .post:first-child .entry-title { - font-size: 18px; - padding-top: 20px; -} -.module.shift-top { - padding-top: 0 !important; -} -.module.shift-top .outer { - background-color: #fff; - margin-top: -40px; - padding-left: 20px; - padding-right: 20px; - padding-top: 40px; -} -.module.split-bg { - color: #fff; - position: relative; -} -.module.split-bg .outer { - position: relative; - text-align: right; - z-index: 3; -} -.module.split-bg:before { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/about-pattern.png) - 0 50% no-repeat; - background-size: auto 100%; - content: ""; - height: 100%; - position: absolute; - right: 0; - top: 0; - width: 50%; - z-index: 2; -} -.module.split-bg .content { - display: inline-block; - text-align: left; - width: 50%; - width: calc(50% - 140px); -} -.module.split-bg .col { - background: transparent !important; - padding: 0; -} -.module.split-bg .col .title { - color: inherit !important; -} -.module.split-bg .col .button { - background: transparent; - border: 1px solid #fff; - color: #fff; -} -.module.split-bg .col .button:hover { - background-color: #fff; - color: #ec8f2d; -} -.module.custom-bg.split-bg:after { - background-position: 0 50%; - background-repeat: no-repeat; - background-size: cover; - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 50%; - width: calc(50% + 200px); - z-index: 1; -} -.mmg-documents .module-title + .content { - padding-top: 1em; -} -.mmg-documents .col { - text-align: center; -} -.mmg-documents .media { - padding-bottom: 129%; - position: relative; - width: 100%; -} -.mmg-documents .ratio-1 .media { - padding-bottom: 100%; -} -.mmg-documents .ratio-10-15 .media { - padding-bottom: 150%; -} -.mmg-documents .col .media img { - height: 100%; - left: 0; - object-fit: cover; - object-position: 50% 0; - position: absolute; - top: 0; - width: 100%; -} -.mmg-documents .col .title { - border: 0 !important; - margin: 0 !important; - padding: 0 !important; - text-decoration: none; -} -.mmg-documents .col .text { - padding: 15px 0; -} -.blog.anniversary-25 .listing-hero-mobitext { - display: none; -} -.blog.anniversary-25 .listing-hero { - background-color: #1f2f68; - overflow: hidden; - position: relative; -} -.blog.anniversary-25 .listing-hero #bgvideo { - height: 100%; - height: calc(100% + 2px); - left: 0; - object-fit: cover; - position: absolute; - top: 0; - width: 100%; - z-index: 1; -} -.blog.anniversary-25 .listing-hero .outer { - position: relative; - z-index: 2; -} -.blog.anniversary-25 .listing-hero .logo-25 { - float: left; - margin-top: 30px; - width: 150px; -} -.blog.anniversary-25 .listing-hero .figure { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/raw_assets/public/Coded%20files/Custom/page/img/hero-hexagon.svg) - no-repeat 50% 100%; - background-size: 100% auto; - box-sizing: border-box; - float: right; - width: 78%; -} -.blog.anniversary-25 .listing-hero .figure .text { - color: #fff; - font-weight: 700; - line-height: 1.8; - padding: 50px 17% 270px; -} -.blog.anniversary-25 .listing-hero h1 { - color: #fff; - font-size: 40px; - padding-bottom: 15px; -} -.blog.anniversary-25 .post-listing { - grid-column-gap: 55px; - grid-row-gap: 70px; - column-gap: 55px; - display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - row-gap: 70px; -} -.blog.anniversary-25 .post-listing:after { - content: none; -} -.blog.anniversary-25 .post-listing .post-item { - color: inherit; - display: block; - font-size: 14px; - line-height: 1.6; - padding: 0; - text-decoration: none; -} -.blog.anniversary-25 .post-listing .post-item:hover { - text-decoration: none; -} -.blog.anniversary-25 .post-listing .post-image { - display: block; - float: none; - max-width: none; - overflow: hidden; - padding-bottom: 56%; - position: relative; - width: 100%; -} -.blog.anniversary-25 .post-listing .post-image img { - height: 100%; - left: 0; - object-fit: cover; - position: absolute; - top: 0; - transition: all 0.3s; - width: 100%; -} -.blog.anniversary-25 .post-listing .post-item:hover .post-image img { - transform: scale(1.1); -} -.blog.anniversary-25 .post-listing .post-title { - border: none !important; - font-size: 18px; - line-height: 1.4; - margin: 0 !important; - padding: 18px 0 !important; -} -.blog.anniversary-25 .post-listing .post-body p:first-child { - padding-top: 0; -} -.blog.anniversary-25 .post-listing .post-body h4 { - display: none; -} -.blog.anniversary-25 .post-listing .post-item .more { - color: #f49600; - display: inline-block; - font-size: 16px; - font-weight: 700; -} -.blog.anniversary-25 .post-listing .post-item:hover .more { - text-decoration: underline; -} -.blog.anniversary-25 #sidebar { - position: sticky; - top: 120px; - width: 24%; -} -.blog.anniversary-25 #sidebar .logo { - display: block; - margin: 0 auto 50px; - max-width: 150px; - width: 70%; -} -.blog.anniversary-25 #sidebar .logo img { - display: block; - width: 100%; -} -.blog.anniversary-25 #sidebar .recent-posts { - border: 2px solid #f49600; - border-radius: 13px; - padding: 10%; -} -.blog.anniversary-25 #sidebar h3 { - margin: 0; - padding: 0 0 25px; -} -.blog.hs-blog-post.anniversary-25 #sidebar h3 { - text-align: center; -} -.blog.anniversary-25 .recent-posts a { - color: #000; - display: block; - font-weight: 700; - line-height: 1.5; - text-decoration: none; -} -.blog.anniversary-25 .recent-posts a:hover span { - text-decoration: underline; -} -.blog.anniversary-25 .recent-posts a + a { - border-top: 1px solid #e0e0e0; - padding-top: 20px; -} -.blog.anniversary-25 .recent-posts a:not(:last-child) { - padding-bottom: 20px; -} -.blog.anniversary-25 .recent-posts a .more { - color: #f49600; - display: block; - padding-top: 0.5em; -} -.blog.anniversary-25 .post-hero .outer { - font-size: 0; - position: relative; -} -.blog.anniversary-25 .post-hero img { - display: block; - height: auto; - width: 100%; -} -.blog.anniversary-25 #main h1, -.blog.anniversary-25 #main h2, -.blog.anniversary-25 #main h3 { - border: none; - line-height: 1.4; - padding-left: 0; -} -.blog.anniversary-25 .full-post .post-meta { - padding: 0 0 30px; -} -.blog.anniversary-25 #main .full-post h1.post-title { - font-size: 40px; -} -.blog.anniversary-25 #main .full-post h2 { - color: #e46b29; - font-size: 28px; - font-weight: 300; -} -.blog.anniversary-25 .post-form { - background: #f3f3f3; - border-radius: 13px; - box-sizing: border-box; - display: block; - padding: 50px; -} -.blog.anniversary-25 .post-form h3 { - border: none; - margin: 0; - padding: 0 0 1em; -} -.blog.anniversary-25 .post-popular .post-listing { - grid-column-gap: 50px; - grid-row-gap: 50px; - column-gap: 50px; - row-gap: 50px; -} -.blog.anniversary-25 .post-popular h2.module-title { - font-size: 14px; - font-weight: 700; - padding-bottom: 30px; - text-transform: uppercase; -} -.blog.anniversary-25 .blog-bottom { - background: url(https://www.aldevron.com/hubfs/aldevron_template/anniversary-btm-bg.webp) - 50% 50% no-repeat; - background-size: cover; -} -.blog.anniversary-25 .blog-bottom h3 { - color: #fff; - font-size: 44px; - font-weight: 700; - max-width: 664px; - text-transform: uppercase; -} -.linkedin-bottom a { - background: #35578b; - border-radius: 10px; - color: #fff; - display: block; - overflow: hidden; - padding: 90px calc(9% + 160px) 90px calc(9% + 100px); - position: relative; -} -.linkedin-bottom a, -.linkedin-bottom a:hover { - text-decoration: none; -} -.linkedin-bottom a:before { - background: url(https://www.aldevron.com/hubfs/aldevron_template/blog-linkedin-bg.webp) - no-repeat 50% 50%; - background-size: cover; - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - transition: all 0.3s; - width: 100%; - z-index: 0; -} -.linkedin-bottom a:hover:before { - transform: scale(1.1); -} -.linkedin-bottom a img { - height: 70px; - left: 9%; - margin-top: -35px; - position: absolute; - top: 50%; - width: auto; - z-index: 1; -} -.linkedin-bottom a .text { - font-family: Brown-Ald, Helvetica, Arial, sans-serif; - font-size: 40px; - font-weight: 700; - letter-spacing: -0.02em; - position: relative; - z-index: 3; -} -.linkedin-bottom a .btn { - border: 1px solid #fff; - border-radius: 4px; - font-size: 20px; - line-height: 46px; - margin-top: -24px; - padding: 0 30px; - position: absolute; - right: 9%; - text-transform: uppercase; - top: 50%; - transition: all 0.3s; - z-index: 2; -} -.linkedin-bottom a:hover .btn { - background: #f49600; - border-color: #f49600; -} -.mmg-timeline .swiper-timeline { - color: #dbdbdb; - font-size: 40px; - font-weight: 700; - padding-bottom: 20px; -} -.mmg-timeline .swiper-timeline:before { - background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)); - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 50px; - z-index: 10; -} -.mmg-timeline .swiper-timeline:after { - background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0)); - content: ""; - height: 100%; - position: absolute; - right: 0; - top: 0; - width: 50px; - z-index: 10; -} -.mmg-timeline .swiper-timeline .swiper-slide { - cursor: pointer; - text-align: center; - width: 160px; -} -.mmg-timeline .swiper-timeline .swiper-slide-active { - color: #f49600; -} -.mmg-timeline .content { - position: relative; - text-align: center; -} -.mmg-timeline .swiper-content { - margin: 0 auto; - text-align: left; - width: 600px; -} -.mmg-timeline .swiper-content .swiper-wrapper { - align-items: center; -} -.mmg-timeline .swiper-button-prev { - left: 0; -} -.mmg-timeline .swiper-button-next { - right: 0; -} -.mmg-timeline .swiper-button-next, -.mmg-timeline .swiper-button-prev { - border: 2px solid #f49600; - border-radius: 50%; - color: #f49600; - cursor: pointer; - height: 50px; - text-align: center; - transition: all 0.3s; - user-select: none; - width: 50px; -} -.mmg-timeline .swiper-button-next:hover, -.mmg-timeline .swiper-button-prev:hover { - background-color: #f49600; - color: #fff; -} -.mmg-timeline .swiper-button-next:after, -.mmg-timeline .swiper-button-prev:after { - font-size: 30px; - line-height: 50px; -} -@media (max-width: 1024px) { - .split-bg.wide-section { - padding-bottom: 20px; - padding-top: 20px; - } - .module.wide-section .outer { - padding-left: 20px; - padding-right: 20px; - width: 100%; - } - .module.shift-top .outer { - margin-top: 0; - padding-top: 80px; - } - .module.split-bg .content { - line-height: 1.3; - width: 53%; - width: calc(53% - 130px); - } - .module.split-bg .col .title { - padding-bottom: 0; - } - .module.split-bg .col .button { - font-size: 16px; - } -} -@media (max-width: 860px) { - .mmg-rich-columns.style-icons .flex.cols4 .col { - margin-bottom: 4%; - margin-left: 4% !important; - width: 48%; - } - .mmg-rich-columns.style-icons .flex.cols4 .col:nth-child(odd) { - margin-left: 0 !important; - } - .blog.anniversary-25 .listing-hero-mobitext { - background: #1f2f68; - color: #fff; - display: block; - padding: 25px 20px; - } - .blog.anniversary-25 .listing-hero .desktop-text { - display: none; - } - .blog.anniversary-25 .listing-hero .outer { - padding: 0; - } - .blog.anniversary-25 .listing-hero .logo-25 { - float: none; - left: 50%; - margin-left: -75px; - position: absolute; - top: 0; - width: 150px; - } - .blog.anniversary-25 .listing-hero .figure { - background-size: 118% auto; - box-sizing: border-box; - float: none; - padding: 220px 20px 30%; - text-align: center; - width: 100%; - } - .blog.anniversary-25 .listing-hero .figure .text { - margin: 0 auto; - max-width: 340px; - padding: 0; - text-align: center; - } - .blog.anniversary-25 #sidebar .recent-posts, - .blog.anniversary-25 .post-form { - padding: 25px 30px; - } - .blog.anniversary-25 #sidebar .logo { - margin-bottom: 30px; - } - .blog.anniversary-25 .post-listing, - .blog.anniversary-25 .post-popular .post-listing { - grid-column-gap: 40px; - grid-row-gap: 40px; - column-gap: 40px; - row-gap: 40px; - } - .mmg-timeline .content { - padding: 0 80px; - } - .mmg-timeline .swiper-content { - width: 100%; - } - .linkedin-bottom a { - padding: 60px 180px 60px 120px; - } - .linkedin-bottom a img { - left: 30px; - } - .linkedin-bottom a .btn { - right: 30px; - } -} -@media (max-width: 767px) { - .wide-section.padding-half { - padding-bottom: 36px; - padding-top: 36px; - } - .wide-section { - padding-bottom: 60px; - } - .module.shift-top .outer, - .wide-section { - padding-top: 60px; - } - .mmg-rich-columns.style-standard .flex { - display: block; - } - .mmg-rich-columns.style-standard .flex .col { - margin-left: 0 !important; - margin-right: 0 !important; - margin-top: 30px !important; - width: 100% !important; - } - .mmg-rich-columns.style-standard .flex .col:first-child { - margin-top: 0 !important; - } - .split-bg.wide-section { - padding: 0; - } - .module.split-bg:before { - content: none; - } - .module.split-bg .outer { - background: url(//1769030.fs1.hubspotusercontent-na1.net/hubfs/1769030/aldevron_template/about-pattern.png) - 100% 50% no-repeat; - background-size: auto 130%; - } - .module.custom-bg.split-bg:after { - display: block; - height: auto; - padding-bottom: 45%; - position: static; - width: 100%; - } - .module.split-bg .content { - padding: 30px 0; - width: 100%; - } - .blog.anniversary-25 .blog-bottom h3 { - font-size: 30px; - } - .mmg-timeline .swiper-timeline .swiper-slide { - width: 150px; - } - .mmg-timeline .content { - padding: 0 0 80px; - } - .mmg-timeline .swiper-content .swiper-slide { - box-sizing: border-box; - padding: 0 10px; - } - .mmg-timeline .swiper-button-next { - bottom: 0; - left: 50%; - margin: 0 0 0 10px; - right: auto; - top: auto; - } - .mmg-timeline .swiper-button-prev { - bottom: 0; - left: auto; - margin: 0 10px 0 0; - right: 50%; - top: auto; - } - .linkedin-bottom a { - padding: 45px 35px; - } - .linkedin-bottom a img { - display: inline-block; - left: auto; - margin: 0; - position: relative; - top: auto; - } - .linkedin-bottom a .text { - display: block; - padding: 20px 0 35px; - } - .linkedin-bottom a .btn { - display: inline-block; - margin: 0; - position: relative; - right: auto; - top: auto; - } -} -@media (max-width: 570px) { - .mmg-rich-columns.style-icons .col, - .mmg-rich-columns.style-icons .flex.cols4 .col { - margin-bottom: 30px; - margin-left: 0 !important; - width: 100% !important; - } - .mmg-rich-columns.style-icons .col:last-child { - margin-bottom: 0 !important; - } -} -@media (max-width: 479px) { - .mmg-rich-columns .recent-posts .image { - float: none; - margin: 0; - width: 100%; - } - .mmg-rich-columns .recent-posts .text { - padding-left: 0; - } - .mmg-rich-columns .recent-posts .post .entry-title { - font-size: 18px; - padding-top: 20px; - } -}