kcc-gem-theme 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/styles/fonts.html +10 -0
- data/_includes/styles/vendor.html +3 -9
- data/assets/css/kcc-theme.css +1 -1
- data/assets/scss/0-tools/_vars.scss +1 -0
- data/assets/scss/kcc-theme.scss +0 -12
- metadata +2 -10
- data/assets/scss/0-tools/_ie-only.scss +0 -37
- data/assets/scss/2-modules/_archive.scss +0 -13
- data/assets/scss/2-modules/_bios.scss +0 -22
- data/assets/scss/2-modules/_events.scss +0 -6
- data/assets/scss/2-modules/_fb-widget.scss +0 -4
- data/assets/scss/2-modules/_featured-videos.scss +0 -17
- data/assets/scss/2-modules/_latest-news-widget.scss +0 -1045
- data/assets/scss/2-modules/_playlist.scss +0 -272
- data/assets/scss/2-modules/_timeline.scss +0 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68962ecbe592473fc6a365faa95f7f013561c542946d5ae3e48853095ae2c96c
|
4
|
+
data.tar.gz: b010e79d05a177c4ab59ab871735246714d95a46eabb929139c9c8f9bb2b0775
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac4694a915293abbe478b134a08230533726b833e62b8891d8a5753633337626319a2fc411572d136d6899f588dbd6905d4575e1d965ce04ec61017d2fad5af2
|
7
|
+
data.tar.gz: a33171a5c3ff286cd8fdccb7a2b3a07b7aa2ab16a7391015ed61d67bc52d15a87af7054a5ea8ba1fc5525e66b09126d8ebd85d34b7582d4f3ca474536f961582
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<!-- Typkit font for KCC logo-font -->
|
2
|
+
<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css">
|
3
|
+
<!-- Link to Google Font's "Roboto" font -->
|
4
|
+
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet">
|
5
|
+
<!-- Link to Google Font's "Open Sans" font -->
|
6
|
+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
|
7
|
+
<!-- Link to Google Font's "Oswald" font -->
|
8
|
+
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600" rel="stylesheet">
|
9
|
+
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,700" rel="stylesheet">
|
10
|
+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<!-- CDN assets -->
|
1
2
|
<!-- Preload slick font -->
|
2
3
|
<link rel="preload" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/fonts/slick.woff" as="font" crossorigin="anonymous">
|
3
4
|
<!-- Bootstrap 4 Beta stylesheet CDN link -->
|
@@ -6,12 +7,5 @@
|
|
6
7
|
<!-- Slick.js v1.8.1 stylesheet followed by slick-theme stylesheet -->
|
7
8
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.css"/>
|
8
9
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.min.css"/>
|
9
|
-
<!--
|
10
|
-
|
11
|
-
<!-- Link to Google Font's "Roboto" font -->
|
12
|
-
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet">
|
13
|
-
<!-- Link to Google Font's "Open Sans" font -->
|
14
|
-
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
|
15
|
-
<!-- Link to Google Font's "Oswald" font -->
|
16
|
-
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600" rel="stylesheet">
|
17
|
-
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,700" rel="stylesheet">
|
10
|
+
<!-- Fonts -->
|
11
|
+
{% include styles/fonts.html %}
|
data/assets/css/kcc-theme.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
body,html{overflow-x:hidden}body{font-size:1rem}.typography__nav-heading{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#0f3b63;display:inline;font-family:Eurostile,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;vertical-align:middle;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:focus,.typography__nav-heading:hover{color:#c61f48}@media screen and (min-width:360px){.typography__nav-heading{font-size:1.8rem}}@media screen and (min-width:410px){.typography__nav-heading{font-size:2rem}}@media screen and (min-width:576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width:768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width:1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width:360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width:375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width:410px){.typography__footer-heading{font-size:2.6rem}}.typography__contacts--name{color:#0f3b63;font-family:Roboto,sans-serif;font-size:1.3em;font-weight:700}.typography__contacts--title{color:#666;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:900}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h3{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h3{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__nav-link{font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2em;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75em}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7em}.typography__h5{font-size:1.5em}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4em}ol,p,ul{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45%!important;top:-1em;font-weight:400}.blue-link{color:#0f3b63;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:700}.blue-link:hover{color:#c61f48;text-decoration:none}.schedule-link{margin-left:-20px}.news__link{text-decoration:none!important}.news__cell-left:focus .news__heading,.news__cell-left:hover .news__heading,.news__cell-right:focus .news__heading,.news__cell-right:hover .news__heading{color:#0f3b63}.link__offset:before{content:" ";display:block;height:371px;margin-top:-371px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.link__offset:before{height:271px;margin-top:-271px}}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.link__more-padding{margin-left:20px;margin-right:20px}.links__local-nav__newsroom-heading-link,.links__local-nav__newsroom-heading-link:hover{text-decoration:none}.navbar-light .navbar-nav .links__local-nav__nav-link--color{color:#0f3b63}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-initialized{visibility:visible}.slick-track{margin-left:0}.latest-news-widget-mod{overflow:hidden;margin-bottom:50px;background-color:#000;position:relative}@media (min-width:980px){.latest-news-widget-mod{display:-ms-flexbox;display:flex}}.latest-news-widget__latest__h{font-size:41px;font-weight:600;font-family:Open Sans,sans-serif;margin:0 0 18px;line-height:1;padding:15px 0;border-bottom:1px solid;background:#fff;position:absolute;top:0;right:0;left:0;display:none}@media (min-width:980px){.latest-news-widget__latest__h{position:static;display:block}}@media screen and (min-width:980px) and (max-width:1000px){.latest-news-widget__latest__h{font-size:38px}}@media screen and (min-width:1200px) and (max-width:1313px){.latest-news-widget__latest__h{font-size:36px}}.latest-news-widget__latest__tease-group{list-style:none;margin-bottom:0;padding-top:2px;padding-left:0}@media (min-width:600px) and (max-width:979px){.latest-news-widget__latest__tease-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest-news-widget__latest__tease{width:48%}.latest-news-widget__latest__tease:nth-child(odd){margin-right:2%}.latest-news-widget__latest__tease:nth-child(2n){margin-left:2%}}@media (min-width:980px){.latest-news-widget__latest__tease-group{padding-top:0}}.latest-news-widget__latest__tease{padding:18px 0 18px 7px;border-bottom:1px solid #000;position:relative;font-family:harriet,serif;font-size:17px;font-weight:400}.latest-news-widget__latest__tease:after{content:"";display:table;clear:both}.latest-news-widget__latest__tease:last-child{margin-bottom:0}.latest-news-widget__latest__tease:first-child{display:none}@media (min-width:600px){.latest-news-widget__latest__tease:first-child{display:block}}@media (min-width:980px){.latest-news-widget__latest__tease{padding-left:0}}@media (min-width:1600px){.latest-news-widget__latest__tease{padding-top:24px;padding-bottom:24px}}.latest-news-widget__latest__tease__number{display:block;float:left;font-family:akkurat,sans-serif;font-size:11px;font-weight:700;height:26px;min-width:26px;padding:8px 4px 0;line-height:1;border-radius:13px;box-shadow:inset 0 0 0 1.4px #000;text-align:center;background-color:#0f3b63;margin:-1px 7px 0 -2px;letter-spacing:0;transition:all .2s ease;color:#fff}.latest-news-widget__feature__tease__overline,.latest-news-widget__latest__tease__overline{font-family:brauerneue,sans-serif;font-weight:700;letter-spacing:.075em;font-style:normal;text-transform:uppercase}.latest-news-widget__latest__tease__link:focus .latest-news-widget__latest__tease__number,.latest-news-widget__latest__tease__link:hover .latest-news-widget__latest__tease__number,.tease-is-active .latest-news-widget__latest__tease__number{color:#c61f48;background-color:#fff;box-shadow:inset 0 0 0 1.4px #c61f48}.latest-news-widget__latest__tease__link:focus{outline:none}.latest-news-widget__feature:hover,.latest-news-widget__latest__tease__link:hover{text-decoration:none}.latest-news-widget__latest__tease__hgroup{max-width:320px;float:left}.latest-news-widget__latest__tease__img-mod{line-height:0}.latest-news-widget__latest__tease__img-mod--default{background-size:cover;background-position:50% 50%;width:50px!important;height:50px!important;margin:0 5px 0 0;min-width:50px!important;min-height:50px!important;float:right;border-radius:50%}@media (min-width:450px){.latest-news-widget__latest__tease__img-mod--default{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important}}@media (min-width:1700px){.latest-news-widget__latest__tease__img-mod--default{margin-right:10px}}.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__hgroup{margin-right:85px}.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__link{display:block}.latest-news-widget__latest__tease__img-mod--profile{width:80px;position:absolute;top:0;right:0;bottom:0}.latest-news-widget__latest__tease__img-mod--profile .latest-news-widget__latest__tease__img{max-height:95%;position:absolute;right:0;bottom:0}.latest-news-widget__latest__tease__overline{margin-bottom:.4em;font-size:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.latest-news-widget__latest__tease__overline:after{content:"";display:table;clear:both}@media (max-width:1069px){.latest-news-widget__latest__tease__overline{font-size:14px}}.latest-news-widget__latest__tease__h{display:inline;margin-bottom:0;line-height:1.25}.latest-news-widget__latest__date{color:#ddd}.latest-news-widget__latest__tease__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none;line-height:1}.latest-news-widget__latest{background:#fff;width:100%;box-shadow:-1px 0 #000}@media (min-width:980px){.latest-news-widget__latest{position:relative;width:40%;padding-left:20px;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1200px){.latest-news-widget__latest{width:30%}}@keyframes a{to{opacity:1}}@keyframes b{to{opacity:0}}@keyframes c{0%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:0}}@keyframes d{0%{transform:scale(1.05);opacity:0}to{transform:scale(1.02);opacity:1}}.latest-news-widget__feature-mod{width:100%;display:-ms-flexbox;display:flex;overflow:hidden}@media (min-width:980px){.latest-news-widget__feature-mod{width:60%}}@media (min-width:1200px){.latest-news-widget__feature-mod{width:70%}}.latest-news-widget__feature-mod--inner{min-width:400%;width:400%;display:-ms-flexbox;display:flex}.latest-news-widget__feature{position:relative;overflow:hidden;text-decoration:none;min-width:25%;width:25%}.latest-news-widget__feature:before{display:block;content:"";border-left:1px solid #000;position:absolute;top:0;bottom:0;left:0}.latest-news-widget__feature.topper-trans-out{opacity:1;animation:b .3s ease forwards .25s}.latest-news-widget__feature.topper-trans-in{opacity:1;animation:a .3s ease forwards .25s}.disable-carousel .latest-news-widget__feature:not(:first-child){display:none}.topper-trans-in .latest-news-widget__feature__img-mod{opacity:0;animation:d 1s ease forwards .2s}.topper-trans-out .latest-news-widget__feature__img-mod{opacity:1;animation:c .5s ease forwards}@keyframes e{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-35px,0)}}@keyframes f{0%{opacity:0;transform:translate3d(0,35px,0)}to{opacity:1;transform:translateZ(0)}}.latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__h,.latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__overline,.latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__text-mod{animation:e .3s ease forwards}.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__text-mod{opacity:0;animation:f .5s ease .2s forwards}.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__h{opacity:0;animation:f .5s ease .1s forwards}.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__overline{opacity:0;animation:f .5s ease forwards}.latest-news-widget__feature--image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:600px) and (max-width:1199px){.latest-news-widget__feature--image{padding-bottom:142px}.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup{min-height:142px;position:absolute;right:0;left:0;bottom:0}}@media (min-width:1200px){.latest-news-widget__feature--image{-ms-flex-direction:row;flex-direction:row}}.latest-news-widget__feature--image .latest-news-widget__feature__text-mod{display:none}.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup{display:-ms-flexbox;display:flex;z-index:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;color:#fff;background-color:#000;padding:0 20px 20px;-ms-flex-order:1;order:1;-ms-flex-align:start;align-items:flex-start}@media (min-width:980px){.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup{padding:25px}}@media (min-width:1200px){.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup{-ms-flex-order:0;order:0;width:44.5%;padding:15px;min-width:230px}}.latest-news-widget__feature__tease__overline{display:inline-block;color:#fff;background-color:#000;line-height:1;padding:5px 7px 3px;text-decoration:none;font-size:15px;box-shadow:inset 0 0 0 1px #fff;margin-bottom:18px;transition:background-color .25s ease;margin-top:-10px}@media screen and (min-width:980px){.latest-news-widget__feature__tease__overline{background-color:#fff;color:#000}}@media (max-width:1069px){.latest-news-widget__feature__tease__overline{font-size:14px}}.latest-news-widget__feature:focus .latest-news-widget__feature__tease__overline,.latest-news-widget__feature:hover .latest-news-widget__feature__tease__overline{color:#fff;background-color:#000}@media (min-width:980px){.latest-news-widget__feature__tease__overline{margin-top:0}}.latest-news-widget__feature--no-image{padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}@media (min-width:1500px){.latest-news-widget__feature--no-image{padding:50px}}.latest-news-widget__feature--no-image .latest-news-widget__feature__img-mod{display:none}@media (min-width:1070px){.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h{font-size:calc(50px + 6 * (100vw - 1070px)/ 280)}}.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h span{background:0 0}.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after,.tease-grid__tease__img-mod-vid:after{display:block;background-color:#fff;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;content:""}.latest-news-widget__feature__text-mod{color:#fff;padding-top:15px;margin-top:15px;font-family:harriet,serif;font-size:16px;position:relative;height:calc(6.7em + 25px);overflow:hidden}.latest-news-widget__feature__text-mod:before{position:absolute;top:0;right:0;left:0;content:"";display:block;border-top:1px solid #fff;transition:all .5s ease .4s}.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner{max-width:925px}@media (min-width:770px){.latest-news-widget__feature__text-mod{height:auto}.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner{columns:2}}.latest-news-widget__feature__img-mod{width:100%;background-size:cover;background-position:50% 50%;position:relative}.latest-news-widget__feature__img-mod:before{display:block;content:"";width:100%;padding-top:66.66%}@media (min-width:1350px){.latest-news-widget__feature__img-mod{width:72.5%}}.latest-news-widget__feature--photo .latest-news-widget__feature__img-mod,.latest-news-widget__feature--video .latest-news-widget__feature__img-mod{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after{position:absolute;top:50%;left:50%;margin:-35px 0 0 -35px;width:70px;height:70px;border-radius:50%;background-image:url(../../img/play-icon.svg);border:1px solid #000;transition:all .2s ease}@media (min-width:600px){.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after{width:94px;height:94px;margin:-47px 0 0 -47px}}.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:hover:after{transform:scale(1.05)}.latest-news-widget__feature__img{opacity:0;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;-ms-flex-order:0;order:0}.latest-news-widget__feature__expert-img{width:6.7em;height:6.7em;float:left;box-shadow:inset 0 0 0 1px #fff;margin-right:10px;margin-top:.4em;background-size:cover;background-position:50% 50%}.latest-news-widget__dropcap{text-align:center;padding-top:.14em;width:1.31em;height:1.31em;display:block;float:left;line-height:1;border:1px solid;margin-right:.26em;margin-top:.14em;font-family:harriet-display,serif;font-size:2.8em;font-weight:500}.latest-news-widget__feature__expert-name{font-weight:700}.latest-news-widget__feature__tease__h{color:#fff;text-decoration:none;margin-bottom:0;font-family:Oswald,sans-serif;font-size:32px;font-weight:500;letter-spacing:.1rem;text-transform:uppercase;line-height:1;max-width:700px}@media screen and (min-width:360px){.latest-news-widget__feature__tease__h{font-size:38px}}@media (min-width:600px) and (max-width:1069px){.latest-news-widget__feature__tease__h{font-size:46px}}@media (min-width:1070px){.latest-news-widget__feature__tease__h{font-size:calc(46px + 3 * (100vw - 1070px)/ 280)}}@media screen and (min-width:1200px){.latest-news-widget__feature__tease__h{width:100%}}.latest-news-widget__latest__h--no-underline{border-bottom:none}.latest-news-widget__red-underline{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick}.latest-news-widget--rollup__section-margin{margin-left:auto;margin-right:auto;width:95%}@media screen and (min-width:576px){.latest-news-widget--rollup__section-margin{width:90%}}@media screen and (min-width:768px){.latest-news-widget--rollup__section-margin{width:70%}}@media screen and (min-width:992px){.latest-news-widget--rollup__section-margin{width:60%}}@media screen and (min-width:1200px){.latest-news-widget--rollup__section-margin{width:50%}}.latest-news-widget--rollup__latest__tease-group{list-style:none;margin-bottom:0;padding-top:2px;padding-left:0}@media (min-width:980px){.latest-news-widget--rollup__latest__tease-group{padding-top:0}}.latest-news-widget--rollup__latest__tease-width{width:100%}@media (min-width:600px) and (max-width:979px){.latest-news-widget--rollup__latest__tease-width:nth-child(odd){margin-right:0}.latest-news-widget--rollup__latest__tease-width:nth-child(2n){margin-left:0}}.latest-news-widget--rollup__latest__tease-width:first-child{display:block}.latest-news-widget__play-icon{animation:a .4s ease forwards .35s;left:50%;margin-left:-30px;margin-top:-30px;opacity:0;position:absolute;top:17%;width:60px;z-index:999}@media screen and (min-width:360px){.latest-news-widget__play-icon{left:50%;margin-left:-40px;margin-top:-40px;top:20%;width:80px}}@media screen and (min-width:410px){.latest-news-widget__play-icon{top:23%}}@media screen and (min-width:500px){.latest-news-widget__play-icon{top:27%}}@media screen and (min-width:576px){.latest-news-widget__play-icon{margin-left:-50px;margin-right:-50px;top:38%;width:100px}}@media screen and (min-width:600px){.latest-news-widget__play-icon{top:30%}}@media screen and (min-width:980px){.latest-news-widget__play-icon{left:50%;margin-left:-65px;margin-top:-65px;top:30%;width:130px}}@media screen and (min-width:1200px){.latest-news-widget__play-icon{left:70%;margin-left:-90px;margin-top:-90px;top:50%;width:180px}}.latest-news-widget__play-icon.topper-trans-out{animation:g 1.1s ease forwards}.latest-news-widget__play-icon.topper-trans-in{animation-name:h;animation-duration:1.1s;animation-timing-function:ease;animation-fill-mode:forwards}@keyframes g{0%{transform:scale(1.02);opacity:.8}to{transform:scale(1);opacity:0}}@keyframes h{0%{transform:scale(1.08);opacity:0}to{transform:scale(1.02);opacity:.8}}.latest-news-widget__play-icon.play-zoom-in{animation:i 1.1s ease forwards}.latest-news-widget__play-icon.play-zoom-out{animation:j 1.1s ease forwards}@keyframes i{0%{transform:scale(1.02);opacity:.8}to{transform:scale(1.2);opacity:.95}}@keyframes j{0%{transform:scale(1.2);opacity:.95}to{transform:scale(1.02);opacity:.8}}.latest-news-widget__feature__yt-thumb{background-repeat:no-repeat;background-size:120% auto;-ms-filter:blur(0);filter:blur(0);-ms-filter:blur(1px);filter:blur(1px)}@media screen and (min-width:576px){.latest-news-widget__feature__yt-thumb{-ms-filter:blur(3px);filter:blur(3px)}}@media screen and (min-width:1200px){.latest-news-widget__feature__yt-thumb{background-size:280% auto;-ms-filter:blur(5px);filter:blur(5px)}}@media screen and (min-width:1350px){.latest-news-widget__feature__yt-thumb{background-size:210% auto}}@media screen and (min-width:1400px){.latest-news-widget__feature__yt-thumb{background-size:200% auto}}@media screen and (min-width:1500px){.latest-news-widget__feature__yt-thumb{background-size:180% auto}}@media screen and (min-width:1800px){.latest-news-widget__feature__yt-thumb{background-size:160% auto;-ms-filter:blur(5px);filter:blur(5px)}}.news__modal-thumb{margin-bottom:10px;margin-right:10px;max-width:200px}.latest-news-widget__img-mod--crop{border-bottom-left-radius:25px!important;border-bottom-right-radius:25px!important;border-top-left-radius:25px!important;border-top-right-radius:25px!important;height:50px!important;margin-right:5px;min-height:50px!important;min-width:50px!important;overflow:hidden;width:50px!important}@media screen and (min-width:480px){.latest-news-widget__img-mod--crop{border-bottom-left-radius:40px!important;border-bottom-right-radius:40px!important;border-top-left-radius:40px!important;border-top-right-radius:40px!important;height:80px!important;min-height:80px!important;min-width:80px!important;width:80px!important}}.local-nav{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.local-nav--search-toggle{top:86px}.local-nav__custom-nav{padding-left:40px;border-bottom-color:#000;border-bottom-width:3px;border-bottom-style:solid}.local-nav__centered{margin-left:auto;margin-right:auto}.local-nav__kcc-logo{margin-bottom:-4px;width:65px}@media screen and (min-width:360px){.local-nav__kcc-logo{margin-bottom:-5px;width:70px}}@media screen and (min-width:410px){.local-nav__kcc-logo{margin-bottom:-7px;width:75px}}@media screen and (min-width:576px){.local-nav__kcc-logo{margin-bottom:-15px;width:140px}}@media screen and (min-width:768px){.local-nav__kcc-logo{margin-bottom:-15px;width:160px}}@media screen and (min-width:992px){.local-nav__kcc-logo{margin-bottom:-17px;width:135px}}@media screen and (min-width:1200px){.local-nav__kcc-logo{margin-bottom:-15px;width:160px}}.local-nav .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.local-nav .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.local-nav .nav-link{margin-left:10px;margin-right:10px}}#mainNav,.links__local-nav__newsroom-heading-link,.navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{transform:scale(.8)}#mainNav.navbar-shrink .links__local-nav__newsroom-heading-link{transform:scale(.8);margin-left:-35px}}.events__bottom-underline{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:5px}.fb-widget__heading-margin{margin-bottom:20px}@media screen and (min-width:992px){.featured-videos__right-border{border-right-color:#000;border-right-style:solid;border-right-width:thin}}.featured-videos__heading-margin{margin-bottom:20px}.featured-video__video-center{margin-left:auto;margin-right:auto}.timeline__scroll{height:800px;overflow-y:scroll}.timeline__wrapper{margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.timeline__wrapper{width:80%}}@media screen and (min-width:992px){.timeline__wrapper{width:70%}}@media screen and (min-width:1200px){.timeline__wrapper{width:60%}}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none!important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none!important}a.footer-social-links:hover .footer-icons{text-decoration:none!important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width:992px){.footer__mobile--margin-bottom{margin-bottom:0}}.nav-global{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:10px;padding-left:5%;padding-top:10px;width:100%;z-index:1031}.nav-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:225px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-110px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global--search-toggle{top:30px}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}#yt_wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:992px){#yt_wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#yt_player{-ms-flex-direction:column;flex-direction:column;height:50vh;left:0;margin-top:10px;top:0;width:100vw}@media screen and (min-width:1200px){#yt_player{width:50vw}}#yt_list{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:50.5vh;margin-left:0;width:100vw;top:0;right:0;overflow-y:scroll}@media screen and (min-width:992px){#yt_list{margin-left:20px}}@media screen and (min-width:1200px){#yt_list{width:50vw}}.yt-item{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1);height:auto;width:calc(98% - 30px);float:left;padding:15px;margin:10px 10px 10px 35px}@media screen and (orientation:portrait) and (max-width:468px){.yt-item{height:auto;width:calc(95% - 30px)}}@media screen and (min-width:992px){.yt-item{margin-left:40px;width:calc(98% - 50px)}}a>.yt-item>img{width:25%;float:left;margin-right:20px}.yt-item:hover{box-shadow:0 1px 2px rgba(0,0,0,.3)}div#channel_input{position:fixed;left:10px}div#channel_input>button,div#channel_input>input{display:inline-block;padding:.2em;font-weight:700;font-size:2em}div#channel_input>input#user_name{width:250px;color:#111;background:hsla(0,0%,100%,.7);border:1px solid #dfab12;transition:112ms}button#sbm:focus,div#channel_input>input#user_name:focus{outline:1px solid #000;box-shadow:0 0 10px #fff}div#channel_input>input#user_name.error{color:#d33;border-color:#d33;text-decoration:line-through;background:rgba(0,0,0,.5)}div#channel_input>button#sbm{color:#dfab12;background:rgba(0,0,0,.7);border:1px solid #dfab12}div#channel_input>div.info{display:none;width:calc(100% - 2em);font-size:1em;line-height:1.2em;background:rgba(0,0,0,.7);color:#fff;padding:1em;transition:225ms}button#load-more{display:block;margin:1em auto;pading:.8em 1em;font-size:2em;border:1px solid;outline:none;border-radius:1em;transition:225ms}button#load-more:hover{cursor:pointer;background:#000;color:#dfab12;border-color:#dfab12}@media screen and (orientation:portrait){#yt_player{width:100%;height:40vh}#yt_list{height:59vh;width:100%;top:auto;bottom:0;left:0}}.playlist__count{margin-left:-10vw;position:relative;top:1.5rem;left:-15px}@media screen and (min-width:360px){.playlist__count{margin-left:-9vw}}@media screen and (min-width:375px){.playlist__count{margin-left:-9vw}}@media screen and (min-width:390px){.playlist__count{margin-left:-8vw}}@media screen and (min-width:410px){.playlist__count{margin-left:-8vw}}@media screen and (min-width:430px){.playlist__count{margin-left:-7vw}}@media screen and (min-width:490px){.playlist__count{margin-left:-6vw}}@media screen and (min-width:576px){.playlist__count{margin-left:-5vw}}@media screen and (min-width:700px){.playlist__count{margin-left:-4.5vw}}@media screen and (orientation:portrait) and (min-width:768px){.playlist__count{margin-left:-4vw}}@media screen and (orientation:portrait) and (min-width:880px){.playlist__count{margin-left:-3.5vw}}@media screen and (min-width:992px){.playlist__count{margin-left:-35px}}.playlist__title{font-size:1.2rem}@media screen and (min-width:992px){.playlist__title{font-size:1.3rem}}@media screen and (min-width:1400px){.playlist__title{font-size:1.4rem}}.playlist__title--shift{position:relative;top:-.5rem;margin-left:35%}.playlist__more-btn--wrapper{text-align:center;margin-top:30px}.playlist__more-btn{margin-top:20px}.playlist__blue-play{clear:left;width:2rem;height:2rem;margin-left:5%;margin-top:5%;margin-right:0}.archive__post-meta{color:#666;overflow:hidden;margin:0}.archive__link-item{text-decoration:none}.archive__list{list-style-type:none}.coach-img{border:5px solid #fff;width:300px}.coach-modal-img{border:5px solid #c61f48;margin-right:20px;width:300px}.coach-row-marg{margin-top:60px}.coaches__col-bottom-margin{margin-bottom:20px}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:115px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:115px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.margins__col--top{margin-top:40px}.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}.ie-only__no-flex{display:inline!important}.ie-only__float-right{float:right}@media screen and (min-width:980px) and (max-width:1448px){.ie-only__hgroup{max-width:240px!important}}@media screen and (min-width:1000px) and (max-width:1448px){.ie-only__hgroup{max-width:270px!important}}@media screen and (min-width:1100px) and (max-width:1448px){.ie-only__hgroup{max-width:300px!important}}@media screen and (min-width:1200px) and (max-width:1448px){.ie-only__hgroup{max-width:230px!important}}@media screen and (min-width:1300px) and (max-width:1448px){.ie-only__hgroup{max-width:240px!important}}
|
1
|
+
body,html{overflow-x:hidden}body{font-size:1rem}.typography__nav-heading{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#0f3b63;display:inline;font-family:Eurostile,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;vertical-align:middle;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:focus,.typography__nav-heading:hover{color:#c61f48}@media screen and (min-width:360px){.typography__nav-heading{font-size:1.8rem}}@media screen and (min-width:410px){.typography__nav-heading{font-size:2rem}}@media screen and (min-width:576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width:768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width:1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width:360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width:375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width:410px){.typography__footer-heading{font-size:2.6rem}}.typography__contacts--name{color:#0f3b63;font-family:Roboto,sans-serif;font-size:1.3em;font-weight:700}.typography__contacts--title{color:#666;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:900}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h3{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h3{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__nav-link{font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2em;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75em}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7em}.typography__h5{font-size:1.5em}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4em}ol,p,ul{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45%!important;top:-1em;font-weight:400}.blue-link{color:#0f3b63;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:700}.blue-link:hover{color:#c61f48;text-decoration:none}.schedule-link{margin-left:-20px}.news__link{text-decoration:none!important}.news__cell-left:focus .news__heading,.news__cell-left:hover .news__heading,.news__cell-right:focus .news__heading,.news__cell-right:hover .news__heading{color:#0f3b63}.link__offset:before{content:" ";display:block;height:371px;margin-top:-371px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.link__offset:before{height:271px;margin-top:-271px}}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.link__more-padding{margin-left:20px;margin-right:20px}.links__local-nav__newsroom-heading-link,.links__local-nav__newsroom-heading-link:hover{text-decoration:none}.navbar-light .navbar-nav .links__local-nav__nav-link--color{color:#0f3b63}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none!important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none!important}a.footer-social-links:hover .footer-icons{text-decoration:none!important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width:992px){.footer__mobile--margin-bottom{margin-bottom:0}}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-initialized{visibility:visible}.slick-track{margin-left:0}.local-nav{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.local-nav--search-toggle{top:86px}.local-nav__custom-nav{padding-left:40px;border-bottom-color:#000;border-bottom-width:3px;border-bottom-style:solid}.local-nav__centered{margin-left:auto;margin-right:auto}.local-nav__kcc-logo{margin-bottom:-4px;width:65px}@media screen and (min-width:360px){.local-nav__kcc-logo{margin-bottom:-5px;width:70px}}@media screen and (min-width:410px){.local-nav__kcc-logo{margin-bottom:-7px;width:75px}}@media screen and (min-width:576px){.local-nav__kcc-logo{margin-bottom:-15px;width:140px}}@media screen and (min-width:768px){.local-nav__kcc-logo{margin-bottom:-15px;width:160px}}@media screen and (min-width:992px){.local-nav__kcc-logo{margin-bottom:-17px;width:135px}}@media screen and (min-width:1200px){.local-nav__kcc-logo{margin-bottom:-15px;width:160px}}.local-nav .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.local-nav .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.local-nav .nav-link{margin-left:10px;margin-right:10px}}#mainNav,.links__local-nav__newsroom-heading-link,.navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{transform:scale(.8)}#mainNav.navbar-shrink .links__local-nav__newsroom-heading-link{transform:scale(.8);margin-left:-35px}}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.nav-global{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:10px;padding-left:5%;padding-top:10px;width:100%;z-index:1031}.nav-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:225px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-110px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global--search-toggle{top:30px}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:115px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:115px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.margins__col--top{margin-top:40px}.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}
|
data/assets/scss/kcc-theme.scss
CHANGED
@@ -10,18 +10,9 @@
|
|
10
10
|
@import '2-modules/header';
|
11
11
|
@import '2-modules/footer';
|
12
12
|
@import '2-modules/sliders';
|
13
|
-
@import '2-modules/latest-news-widget';
|
14
13
|
@import '2-modules/local-nav';
|
15
|
-
@import '2-modules/events';
|
16
|
-
@import '2-modules/fb-widget';
|
17
|
-
@import '2-modules/featured-videos';
|
18
|
-
@import '2-modules/timeline';
|
19
14
|
@import '2-modules/social-icons';
|
20
|
-
@import '2-modules/footer';
|
21
15
|
@import '2-modules/nav-global';
|
22
|
-
@import '2-modules/playlist';
|
23
|
-
@import '2-modules/archive';
|
24
|
-
@import '2-modules/bios';
|
25
16
|
@import '2-modules/error';
|
26
17
|
|
27
18
|
// Layout items
|
@@ -34,6 +25,3 @@
|
|
34
25
|
// Page specific styling
|
35
26
|
// @import "4-pages/...";
|
36
27
|
@import '4-pages/index/home';
|
37
|
-
|
38
|
-
// Internet Exploder fixes
|
39
|
-
@import '0-tools/ie-only';
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- _includes/scripts/custom.html
|
72
72
|
- _includes/scripts/kcc-theme.html
|
73
73
|
- _includes/scripts/vendor-cdn.html
|
74
|
+
- _includes/styles/fonts.html
|
74
75
|
- _includes/styles/main.html
|
75
76
|
- _includes/styles/vendor.html
|
76
77
|
- _layouts/default.html
|
@@ -117,26 +118,17 @@ files:
|
|
117
118
|
- assets/js/theme/script/lazyLoad.js
|
118
119
|
- assets/js/theme/script/searchToggle.js
|
119
120
|
- assets/js/theme/script/test.js
|
120
|
-
- assets/scss/0-tools/_ie-only.scss
|
121
121
|
- assets/scss/0-tools/_vars.scss
|
122
122
|
- assets/scss/1-base/_buttons.scss
|
123
123
|
- assets/scss/1-base/_links.scss
|
124
124
|
- assets/scss/1-base/_typography.scss
|
125
|
-
- assets/scss/2-modules/_archive.scss
|
126
|
-
- assets/scss/2-modules/_bios.scss
|
127
125
|
- assets/scss/2-modules/_error.scss
|
128
|
-
- assets/scss/2-modules/_events.scss
|
129
|
-
- assets/scss/2-modules/_fb-widget.scss
|
130
|
-
- assets/scss/2-modules/_featured-videos.scss
|
131
126
|
- assets/scss/2-modules/_footer.scss
|
132
127
|
- assets/scss/2-modules/_header.scss
|
133
|
-
- assets/scss/2-modules/_latest-news-widget.scss
|
134
128
|
- assets/scss/2-modules/_local-nav.scss
|
135
129
|
- assets/scss/2-modules/_nav-global.scss
|
136
|
-
- assets/scss/2-modules/_playlist.scss
|
137
130
|
- assets/scss/2-modules/_sliders.scss
|
138
131
|
- assets/scss/2-modules/_social-icons.scss
|
139
|
-
- assets/scss/2-modules/_timeline.scss
|
140
132
|
- assets/scss/3-layout/_content.scss
|
141
133
|
- assets/scss/3-layout/_margins.scss
|
142
134
|
- assets/scss/3-layout/_padding.scss
|
@@ -1,37 +0,0 @@
|
|
1
|
-
.ie-only__no-flex {
|
2
|
-
display: inline !important;
|
3
|
-
}
|
4
|
-
|
5
|
-
.ie-only__float-right {
|
6
|
-
float: right;
|
7
|
-
}
|
8
|
-
|
9
|
-
@media screen and (min-width: 980px) and (max-width: 1448px) {
|
10
|
-
.ie-only__hgroup {
|
11
|
-
max-width: 240px !important;
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
@media screen and (min-width: 1000px) and (max-width: 1448px) {
|
16
|
-
.ie-only__hgroup {
|
17
|
-
max-width: 270px !important;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
@media screen and (min-width: 1100px) and (max-width: 1448px) {
|
22
|
-
.ie-only__hgroup {
|
23
|
-
max-width: 300px !important;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
@media screen and (min-width: 1200px) and (max-width: 1448px) {
|
28
|
-
.ie-only__hgroup {
|
29
|
-
max-width: 230px !important;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
@media screen and (min-width: 1300px) and (max-width: 1448px) {
|
34
|
-
.ie-only__hgroup {
|
35
|
-
max-width: 240px !important;
|
36
|
-
}
|
37
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
.coach-img {
|
2
|
-
border-color: $white;
|
3
|
-
border-style: solid;
|
4
|
-
border-width: 5px;
|
5
|
-
width: 300px;
|
6
|
-
}
|
7
|
-
|
8
|
-
.coach-modal-img {
|
9
|
-
border-color: $primary-red;
|
10
|
-
border-style: solid;
|
11
|
-
border-width: 5px;
|
12
|
-
margin-right: 20px;
|
13
|
-
width: 300px;
|
14
|
-
}
|
15
|
-
|
16
|
-
.coach-row-marg {
|
17
|
-
margin-top: 60px;
|
18
|
-
}
|
19
|
-
|
20
|
-
.coaches__col-bottom-margin {
|
21
|
-
margin-bottom: 20px;
|
22
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
|
2
|
-
@media screen and (min-width:992px) {
|
3
|
-
.featured-videos__right-border {
|
4
|
-
border-right-color: $black;
|
5
|
-
border-right-style: solid;
|
6
|
-
border-right-width: thin;
|
7
|
-
}
|
8
|
-
}
|
9
|
-
|
10
|
-
.featured-videos__heading-margin {
|
11
|
-
margin-bottom: 20px;
|
12
|
-
}
|
13
|
-
|
14
|
-
.featured-video__video-center {
|
15
|
-
margin-left: auto;
|
16
|
-
margin-right: auto;
|
17
|
-
}
|
@@ -1,1045 +0,0 @@
|
|
1
|
-
.latest-news-widget-mod {
|
2
|
-
overflow: hidden;
|
3
|
-
margin-bottom: 50px;
|
4
|
-
background-color: #000;
|
5
|
-
position: relative
|
6
|
-
}
|
7
|
-
|
8
|
-
@media (min-width:980px) {
|
9
|
-
.latest-news-widget-mod {
|
10
|
-
display: -ms-flexbox;
|
11
|
-
display: flex
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
.latest-news-widget__latest__h {
|
16
|
-
font-size: 41px;
|
17
|
-
font-weight: $font-weight-bolder;
|
18
|
-
font-family: $font-family-paragraph;
|
19
|
-
margin: 0 0 18px;
|
20
|
-
line-height: 1;
|
21
|
-
padding: 15px 0;
|
22
|
-
border-bottom: 1px solid;
|
23
|
-
background: #fff;
|
24
|
-
position: absolute;
|
25
|
-
top: 0;
|
26
|
-
right: 0;
|
27
|
-
left: 0;
|
28
|
-
display: none
|
29
|
-
}
|
30
|
-
|
31
|
-
@media (min-width:980px) {
|
32
|
-
.latest-news-widget__latest__h {
|
33
|
-
position: static;
|
34
|
-
display: block
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
@media screen and (min-width: 980px) and (max-width: 1000px) {
|
39
|
-
.latest-news-widget__latest__h {
|
40
|
-
font-size: 38px;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
@media screen and (min-width: 1200px) and (max-width: 1313px) {
|
45
|
-
.latest-news-widget__latest__h {
|
46
|
-
font-size: 36px;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
.latest-news-widget__latest__tease-group {
|
51
|
-
list-style: none;
|
52
|
-
margin-bottom: 0;
|
53
|
-
padding-top: 2px;
|
54
|
-
padding-left: 0
|
55
|
-
}
|
56
|
-
|
57
|
-
@media (min-width:600px) and (max-width:979px) {
|
58
|
-
.latest-news-widget__latest__tease-group {
|
59
|
-
display: -ms-flexbox;
|
60
|
-
display: flex;
|
61
|
-
-ms-flex-wrap: wrap;
|
62
|
-
flex-wrap: wrap
|
63
|
-
}
|
64
|
-
.latest-news-widget__latest__tease {
|
65
|
-
width: 48%
|
66
|
-
}
|
67
|
-
.latest-news-widget__latest__tease:nth-child(odd) {
|
68
|
-
margin-right: 2%
|
69
|
-
}
|
70
|
-
.latest-news-widget__latest__tease:nth-child(even) {
|
71
|
-
margin-left: 2%
|
72
|
-
}
|
73
|
-
}
|
74
|
-
|
75
|
-
@media (min-width:980px) {
|
76
|
-
.latest-news-widget__latest__tease-group {
|
77
|
-
padding-top: 0
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
.latest-news-widget__latest__tease {
|
82
|
-
padding: 18px 0 18px 7px;
|
83
|
-
border-bottom: 1px solid #000;
|
84
|
-
position: relative;
|
85
|
-
font-family: harriet, serif;
|
86
|
-
font-size: 17px;
|
87
|
-
font-weight: 400
|
88
|
-
}
|
89
|
-
|
90
|
-
.latest-news-widget__latest__tease:after {
|
91
|
-
content: "";
|
92
|
-
display: table;
|
93
|
-
clear: both
|
94
|
-
}
|
95
|
-
|
96
|
-
.latest-news-widget__latest__tease:last-child {
|
97
|
-
margin-bottom: 0
|
98
|
-
}
|
99
|
-
|
100
|
-
.latest-news-widget__latest__tease:first-child {
|
101
|
-
display: none
|
102
|
-
}
|
103
|
-
|
104
|
-
@media (min-width:600px) {
|
105
|
-
.latest-news-widget__latest__tease:first-child {
|
106
|
-
display: block
|
107
|
-
}
|
108
|
-
}
|
109
|
-
|
110
|
-
@media (min-width:980px) {
|
111
|
-
.latest-news-widget__latest__tease {
|
112
|
-
padding-left: 0
|
113
|
-
}
|
114
|
-
}
|
115
|
-
|
116
|
-
@media (min-width:1600px) {
|
117
|
-
.latest-news-widget__latest__tease {
|
118
|
-
padding-top: 24px;
|
119
|
-
padding-bottom: 24px
|
120
|
-
}
|
121
|
-
}
|
122
|
-
|
123
|
-
.latest-news-widget__latest__tease__number {
|
124
|
-
display: block;
|
125
|
-
float: left;
|
126
|
-
font-family: akkurat, sans-serif;
|
127
|
-
font-size: 11px;
|
128
|
-
font-weight: 700;
|
129
|
-
height: 26px;
|
130
|
-
min-width: 26px;
|
131
|
-
padding: 8px 4px 0;
|
132
|
-
line-height: 1;
|
133
|
-
border-radius: 13px;
|
134
|
-
box-shadow: 0 0 0 1.4px #000 inset;
|
135
|
-
text-align: center;
|
136
|
-
background-color: $primary-blue;
|
137
|
-
margin: -1px 7px 0 -2px;
|
138
|
-
letter-spacing: 0;
|
139
|
-
transition: all .2s ease;
|
140
|
-
color: #fff
|
141
|
-
}
|
142
|
-
|
143
|
-
.latest-news-widget__feature__tease__overline, .latest-news-widget__latest__tease__overline {
|
144
|
-
font-family: brauerneue, sans-serif;
|
145
|
-
font-weight: 700;
|
146
|
-
letter-spacing: .075em;
|
147
|
-
font-style: normal;
|
148
|
-
text-transform: uppercase
|
149
|
-
}
|
150
|
-
|
151
|
-
.latest-news-widget__latest__tease__link:focus .latest-news-widget__latest__tease__number, .latest-news-widget__latest__tease__link:hover .latest-news-widget__latest__tease__number, .tease-is-active .latest-news-widget__latest__tease__number {
|
152
|
-
color: $primary-red;
|
153
|
-
background-color: #fff;
|
154
|
-
box-shadow: 0 0 0 1.4px $primary-red inset;
|
155
|
-
}
|
156
|
-
|
157
|
-
.latest-news-widget__latest__tease__link:focus {
|
158
|
-
outline:none;
|
159
|
-
}
|
160
|
-
|
161
|
-
.latest-news-widget__feature:hover {
|
162
|
-
text-decoration: none;
|
163
|
-
}
|
164
|
-
|
165
|
-
.latest-news-widget__latest__tease__link:hover {
|
166
|
-
text-decoration: none;
|
167
|
-
}
|
168
|
-
|
169
|
-
.latest-news-widget__latest__tease__hgroup {
|
170
|
-
max-width: 320px;
|
171
|
-
float: left
|
172
|
-
}
|
173
|
-
|
174
|
-
.latest-news-widget__latest__tease__img-mod {
|
175
|
-
line-height: 0
|
176
|
-
}
|
177
|
-
|
178
|
-
.latest-news-widget__latest__tease__img-mod--default {
|
179
|
-
background-size: cover;
|
180
|
-
background-position: 50% 50%;
|
181
|
-
width: 50px !important;
|
182
|
-
height: 50px !important;
|
183
|
-
margin-bottom: 0;
|
184
|
-
margin-left: 0;
|
185
|
-
margin-right: 5px;
|
186
|
-
margin-top: 0;
|
187
|
-
min-width: 50px !important;
|
188
|
-
min-height: 50px !important;
|
189
|
-
float: right;
|
190
|
-
border-radius: 50%;
|
191
|
-
}
|
192
|
-
|
193
|
-
@media (min-width: 450px) {
|
194
|
-
.latest-news-widget__latest__tease__img-mod--default {
|
195
|
-
width: 80px !important;
|
196
|
-
height: 80px !important;
|
197
|
-
min-width: 80px !important;
|
198
|
-
min-height: 80px !important
|
199
|
-
}
|
200
|
-
}
|
201
|
-
|
202
|
-
@media (min-width: 1700px) {
|
203
|
-
.latest-news-widget__latest__tease__img-mod--default {
|
204
|
-
margin-right: 10px
|
205
|
-
}
|
206
|
-
}
|
207
|
-
|
208
|
-
.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__hgroup {
|
209
|
-
margin-right: 85px
|
210
|
-
}
|
211
|
-
|
212
|
-
.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__link {
|
213
|
-
display: block
|
214
|
-
}
|
215
|
-
|
216
|
-
.latest-news-widget__latest__tease__img-mod--profile {
|
217
|
-
width: 80px;
|
218
|
-
position: absolute;
|
219
|
-
top: 0;
|
220
|
-
right: 0;
|
221
|
-
bottom: 0
|
222
|
-
}
|
223
|
-
|
224
|
-
.latest-news-widget__latest__tease__img-mod--profile .latest-news-widget__latest__tease__img {
|
225
|
-
max-height: 95%;
|
226
|
-
position: absolute;
|
227
|
-
right: 0;
|
228
|
-
bottom: 0
|
229
|
-
}
|
230
|
-
|
231
|
-
.latest-news-widget__latest__tease__overline {
|
232
|
-
margin-bottom: .4em;
|
233
|
-
font-size: 15px;
|
234
|
-
display: -ms-flexbox;
|
235
|
-
display: flex;
|
236
|
-
-ms-flex-align: center;
|
237
|
-
align-items: center
|
238
|
-
}
|
239
|
-
|
240
|
-
.latest-news-widget__latest__tease__overline:after {
|
241
|
-
content: "";
|
242
|
-
display: table;
|
243
|
-
clear: both
|
244
|
-
}
|
245
|
-
|
246
|
-
@media (max-width:1069px) {
|
247
|
-
.latest-news-widget__latest__tease__overline {
|
248
|
-
font-size: 14px
|
249
|
-
}
|
250
|
-
}
|
251
|
-
|
252
|
-
.latest-news-widget__latest__tease__h {
|
253
|
-
display: inline;
|
254
|
-
margin-bottom: 0;
|
255
|
-
line-height: 1.25
|
256
|
-
}
|
257
|
-
|
258
|
-
.latest-news-widget__latest__date {
|
259
|
-
color: #ddd
|
260
|
-
}
|
261
|
-
|
262
|
-
.latest-news-widget__latest__tease__link {
|
263
|
-
display: -ms-flexbox;
|
264
|
-
display: flex;
|
265
|
-
-ms-flex-align: center;
|
266
|
-
align-items: center;
|
267
|
-
-ms-flex-pack: justify;
|
268
|
-
justify-content: space-between;
|
269
|
-
text-decoration: none;
|
270
|
-
line-height: 1
|
271
|
-
}
|
272
|
-
|
273
|
-
.latest-news-widget__latest {
|
274
|
-
background: #fff;
|
275
|
-
width: 100%;
|
276
|
-
box-shadow: -1px 0 #000
|
277
|
-
}
|
278
|
-
|
279
|
-
@media (min-width:980px) {
|
280
|
-
.latest-news-widget__latest {
|
281
|
-
position: relative;
|
282
|
-
width: 40%;
|
283
|
-
padding-left: 20px;
|
284
|
-
z-index: 1;
|
285
|
-
display: -ms-flexbox;
|
286
|
-
display: flex;
|
287
|
-
-ms-flex-direction: column;
|
288
|
-
flex-direction: column;
|
289
|
-
-ms-flex-pack: justify;
|
290
|
-
justify-content: space-between
|
291
|
-
}
|
292
|
-
}
|
293
|
-
|
294
|
-
@media (min-width:1200px) {
|
295
|
-
.latest-news-widget__latest {
|
296
|
-
width: 30%
|
297
|
-
}
|
298
|
-
}
|
299
|
-
|
300
|
-
@keyframes fade-in {
|
301
|
-
to {
|
302
|
-
opacity: 1
|
303
|
-
}
|
304
|
-
}
|
305
|
-
|
306
|
-
@keyframes fade-out {
|
307
|
-
to {
|
308
|
-
opacity: 0
|
309
|
-
}
|
310
|
-
}
|
311
|
-
|
312
|
-
@keyframes latest-news-widget-out {
|
313
|
-
0% {
|
314
|
-
transform: scale(1.02);
|
315
|
-
opacity: 1
|
316
|
-
}
|
317
|
-
100% {
|
318
|
-
transform: scale(1);
|
319
|
-
opacity: 0
|
320
|
-
}
|
321
|
-
}
|
322
|
-
|
323
|
-
@keyframes latest-news-widget-in {
|
324
|
-
0% {
|
325
|
-
transform: scale(1.05);
|
326
|
-
opacity: 0
|
327
|
-
}
|
328
|
-
100% {
|
329
|
-
transform: scale(1.02);
|
330
|
-
opacity: 1
|
331
|
-
}
|
332
|
-
}
|
333
|
-
|
334
|
-
.latest-news-widget__feature-mod {
|
335
|
-
width: 100%;
|
336
|
-
display: -ms-flexbox;
|
337
|
-
display: flex;
|
338
|
-
overflow: hidden
|
339
|
-
}
|
340
|
-
|
341
|
-
@media (min-width:980px) {
|
342
|
-
.latest-news-widget__feature-mod {
|
343
|
-
width: 60%
|
344
|
-
}
|
345
|
-
}
|
346
|
-
|
347
|
-
@media (min-width:1200px) {
|
348
|
-
.latest-news-widget__feature-mod {
|
349
|
-
width: 70%
|
350
|
-
}
|
351
|
-
}
|
352
|
-
|
353
|
-
.latest-news-widget__feature-mod--inner {
|
354
|
-
min-width: 400%;
|
355
|
-
width: 400%;
|
356
|
-
display: -ms-flexbox;
|
357
|
-
display: flex
|
358
|
-
}
|
359
|
-
|
360
|
-
.latest-news-widget__feature {
|
361
|
-
position: relative;
|
362
|
-
overflow: hidden;
|
363
|
-
text-decoration: none;
|
364
|
-
min-width: 25%;
|
365
|
-
width: 25%
|
366
|
-
}
|
367
|
-
|
368
|
-
.latest-news-widget__feature:before {
|
369
|
-
display: block;
|
370
|
-
content: '';
|
371
|
-
border-left: 1px solid #000;
|
372
|
-
position: absolute;
|
373
|
-
top: 0;
|
374
|
-
bottom: 0;
|
375
|
-
left: 0
|
376
|
-
}
|
377
|
-
|
378
|
-
.latest-news-widget__feature.topper-trans-out {
|
379
|
-
opacity: 1;
|
380
|
-
animation: fade-out .3s ease forwards .25s
|
381
|
-
}
|
382
|
-
|
383
|
-
.latest-news-widget__feature.topper-trans-in {
|
384
|
-
opacity: 1;
|
385
|
-
animation: fade-in .3s ease forwards .25s
|
386
|
-
}
|
387
|
-
|
388
|
-
.disable-carousel .latest-news-widget__feature:not(:first-child) {
|
389
|
-
display: none
|
390
|
-
}
|
391
|
-
|
392
|
-
.topper-trans-in .latest-news-widget__feature__img-mod {
|
393
|
-
opacity: 0;
|
394
|
-
animation: latest-news-widget-in 1s ease forwards .2s
|
395
|
-
}
|
396
|
-
|
397
|
-
.topper-trans-out .latest-news-widget__feature__img-mod {
|
398
|
-
opacity: 1;
|
399
|
-
animation: latest-news-widget-out .5s ease forwards
|
400
|
-
}
|
401
|
-
|
402
|
-
@keyframes no-img-h-out {
|
403
|
-
from {
|
404
|
-
opacity: 1;
|
405
|
-
transform: translate3d(0, 0, 0)
|
406
|
-
}
|
407
|
-
to {
|
408
|
-
opacity: 0;
|
409
|
-
transform: translate3d(0, -35px, 0)
|
410
|
-
}
|
411
|
-
}
|
412
|
-
|
413
|
-
@keyframes no-img-h-in {
|
414
|
-
from {
|
415
|
-
opacity: 0;
|
416
|
-
transform: translate3d(0, 35px, 0)
|
417
|
-
}
|
418
|
-
to {
|
419
|
-
opacity: 1;
|
420
|
-
transform: translate3d(0, 0, 0)
|
421
|
-
}
|
422
|
-
}
|
423
|
-
|
424
|
-
.latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__h, .latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__overline, .latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__text-mod {
|
425
|
-
animation: no-img-h-out .3s ease forwards
|
426
|
-
}
|
427
|
-
|
428
|
-
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__text-mod {
|
429
|
-
opacity: 0;
|
430
|
-
animation: no-img-h-in .5s ease .2s forwards
|
431
|
-
}
|
432
|
-
|
433
|
-
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__h {
|
434
|
-
opacity: 0;
|
435
|
-
animation: no-img-h-in .5s ease .1s forwards
|
436
|
-
}
|
437
|
-
|
438
|
-
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__overline {
|
439
|
-
opacity: 0;
|
440
|
-
animation: no-img-h-in .5s ease forwards
|
441
|
-
}
|
442
|
-
|
443
|
-
.latest-news-widget__feature--image {
|
444
|
-
display: -ms-flexbox;
|
445
|
-
display: flex;
|
446
|
-
-ms-flex-direction: column;
|
447
|
-
flex-direction: column
|
448
|
-
}
|
449
|
-
|
450
|
-
@media (min-width:600px) and (max-width:1199px) {
|
451
|
-
.latest-news-widget__feature--image {
|
452
|
-
padding-bottom: 142px
|
453
|
-
}
|
454
|
-
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
455
|
-
min-height: 142px;
|
456
|
-
position: absolute;
|
457
|
-
right: 0;
|
458
|
-
left: 0;
|
459
|
-
bottom: 0
|
460
|
-
}
|
461
|
-
}
|
462
|
-
|
463
|
-
@media (min-width:1200px) {
|
464
|
-
.latest-news-widget__feature--image {
|
465
|
-
-ms-flex-direction: row;
|
466
|
-
flex-direction: row
|
467
|
-
}
|
468
|
-
}
|
469
|
-
|
470
|
-
.latest-news-widget__feature--image .latest-news-widget__feature__text-mod {
|
471
|
-
display: none
|
472
|
-
}
|
473
|
-
|
474
|
-
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
475
|
-
display: -ms-flexbox;
|
476
|
-
display: flex;
|
477
|
-
z-index: 1;
|
478
|
-
-ms-flex-direction: column;
|
479
|
-
flex-direction: column;
|
480
|
-
-ms-flex-pack: end;
|
481
|
-
justify-content: flex-end;
|
482
|
-
color: #fff;
|
483
|
-
background-color: #000;
|
484
|
-
padding: 0 20px 20px;
|
485
|
-
-ms-flex-order: 1;
|
486
|
-
order: 1;
|
487
|
-
-ms-flex-align: start;
|
488
|
-
align-items: flex-start
|
489
|
-
}
|
490
|
-
|
491
|
-
@media (min-width:980px) {
|
492
|
-
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
493
|
-
padding: 25px
|
494
|
-
}
|
495
|
-
}
|
496
|
-
|
497
|
-
@media (min-width:1200px) {
|
498
|
-
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
499
|
-
-ms-flex-order: 0;
|
500
|
-
order: 0;
|
501
|
-
width: 44.5%;
|
502
|
-
padding: 15px;
|
503
|
-
min-width: 230px
|
504
|
-
}
|
505
|
-
}
|
506
|
-
|
507
|
-
.latest-news-widget__feature__tease__overline {
|
508
|
-
display: inline-block;
|
509
|
-
color: #fff;
|
510
|
-
background-color: #000;
|
511
|
-
line-height: 1;
|
512
|
-
padding: 5px 7px 3px;
|
513
|
-
text-decoration: none;
|
514
|
-
font-size: 15px;
|
515
|
-
box-shadow: 0 0 0 1px #fff inset;
|
516
|
-
margin-bottom: 18px;
|
517
|
-
transition: background-color .25s ease;
|
518
|
-
margin-top: -10px
|
519
|
-
}
|
520
|
-
|
521
|
-
@media screen and (min-width: 980px) {
|
522
|
-
.latest-news-widget__feature__tease__overline {
|
523
|
-
background-color: #fff;
|
524
|
-
color: #000;
|
525
|
-
}
|
526
|
-
}
|
527
|
-
|
528
|
-
@media (max-width:1069px) {
|
529
|
-
.latest-news-widget__feature__tease__overline {
|
530
|
-
font-size: 14px
|
531
|
-
}
|
532
|
-
}
|
533
|
-
|
534
|
-
.latest-news-widget__feature:focus .latest-news-widget__feature__tease__overline, .latest-news-widget__feature:hover .latest-news-widget__feature__tease__overline {
|
535
|
-
color: #fff;
|
536
|
-
background-color: #000
|
537
|
-
}
|
538
|
-
|
539
|
-
@media (min-width:980px) {
|
540
|
-
.latest-news-widget__feature__tease__overline {
|
541
|
-
margin-top: 0
|
542
|
-
}
|
543
|
-
}
|
544
|
-
|
545
|
-
.latest-news-widget__feature--no-image {
|
546
|
-
padding: 20px;
|
547
|
-
display: -ms-flexbox;
|
548
|
-
display: flex;
|
549
|
-
-ms-flex-direction: column;
|
550
|
-
flex-direction: column;
|
551
|
-
-ms-flex-pack: end;
|
552
|
-
justify-content: flex-end
|
553
|
-
}
|
554
|
-
|
555
|
-
@media (min-width:1500px) {
|
556
|
-
.latest-news-widget__feature--no-image {
|
557
|
-
padding: 50px
|
558
|
-
}
|
559
|
-
}
|
560
|
-
|
561
|
-
.latest-news-widget__feature--no-image .latest-news-widget__feature__img-mod {
|
562
|
-
display: none
|
563
|
-
}
|
564
|
-
|
565
|
-
@media (min-width:1070px) {
|
566
|
-
.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h {
|
567
|
-
font-size: calc(50px + (56 - 50) * (100vw - 1070px)/ (1350 - 1070));
|
568
|
-
}
|
569
|
-
}
|
570
|
-
|
571
|
-
.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h span {
|
572
|
-
background: 0 0
|
573
|
-
}
|
574
|
-
|
575
|
-
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after, .tease-grid__tease__img-mod-vid:after {
|
576
|
-
display: block;
|
577
|
-
background-color: #fff;
|
578
|
-
background-size: cover;
|
579
|
-
background-position: 50% 50%;
|
580
|
-
background-repeat: no-repeat;
|
581
|
-
content: ''
|
582
|
-
}
|
583
|
-
|
584
|
-
.latest-news-widget__feature__text-mod {
|
585
|
-
color: #fff;
|
586
|
-
padding-top: 15px;
|
587
|
-
margin-top: 15px;
|
588
|
-
font-family: harriet, serif;
|
589
|
-
font-size: 16px;
|
590
|
-
position: relative;
|
591
|
-
height: calc(6.7em + 25px);
|
592
|
-
overflow: hidden
|
593
|
-
}
|
594
|
-
|
595
|
-
.latest-news-widget__feature__text-mod:before {
|
596
|
-
position: absolute;
|
597
|
-
top: 0;
|
598
|
-
right: 0;
|
599
|
-
left: 0;
|
600
|
-
content: '';
|
601
|
-
display: block;
|
602
|
-
border-top: 1px solid #fff;
|
603
|
-
transition: all .5s ease .4s
|
604
|
-
}
|
605
|
-
|
606
|
-
.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner {
|
607
|
-
max-width: 925px
|
608
|
-
}
|
609
|
-
|
610
|
-
@media (min-width:770px) {
|
611
|
-
.latest-news-widget__feature__text-mod {
|
612
|
-
height: auto
|
613
|
-
}
|
614
|
-
.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner {
|
615
|
-
columns: 2
|
616
|
-
}
|
617
|
-
}
|
618
|
-
|
619
|
-
.latest-news-widget__feature__img-mod {
|
620
|
-
width: 100%;
|
621
|
-
background-size: cover;
|
622
|
-
background-position: 50% 50%;
|
623
|
-
position: relative
|
624
|
-
}
|
625
|
-
|
626
|
-
.latest-news-widget__feature__img-mod:before {
|
627
|
-
display: block;
|
628
|
-
content: '';
|
629
|
-
width: 100%;
|
630
|
-
padding-top: 66.66%
|
631
|
-
}
|
632
|
-
|
633
|
-
@media (min-width:1350px) {
|
634
|
-
.latest-news-widget__feature__img-mod {
|
635
|
-
width: 72.5%
|
636
|
-
}
|
637
|
-
}
|
638
|
-
|
639
|
-
.latest-news-widget__feature--photo .latest-news-widget__feature__img-mod, .latest-news-widget__feature--video .latest-news-widget__feature__img-mod {
|
640
|
-
width: 100%;
|
641
|
-
position: absolute;
|
642
|
-
top: 0;
|
643
|
-
right: 0;
|
644
|
-
bottom: 0;
|
645
|
-
left: 0
|
646
|
-
}
|
647
|
-
|
648
|
-
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after {
|
649
|
-
position: absolute;
|
650
|
-
top: 50%;
|
651
|
-
left: 50%;
|
652
|
-
margin: -35px 0 0 -35px;
|
653
|
-
width: 70px;
|
654
|
-
height: 70px;
|
655
|
-
border-radius: 50%;
|
656
|
-
background-image: url(../../img/play-icon.svg);
|
657
|
-
border: 1px solid #000;
|
658
|
-
transition: all .2s ease
|
659
|
-
}
|
660
|
-
|
661
|
-
@media (min-width:600px) {
|
662
|
-
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after {
|
663
|
-
width: 94px;
|
664
|
-
height: 94px;
|
665
|
-
margin: -47px 0 0 -47px
|
666
|
-
}
|
667
|
-
}
|
668
|
-
|
669
|
-
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:hover::after {
|
670
|
-
-ms-transform: scale(1.05);
|
671
|
-
transform: scale(1.05)
|
672
|
-
}
|
673
|
-
|
674
|
-
.latest-news-widget__feature__img {
|
675
|
-
opacity: 0;
|
676
|
-
width: 100%;
|
677
|
-
height: 100%;
|
678
|
-
position: absolute;
|
679
|
-
top: 0;
|
680
|
-
right: 0;
|
681
|
-
bottom: 0;
|
682
|
-
left: 0;
|
683
|
-
-ms-flex-order: 0;
|
684
|
-
order: 0
|
685
|
-
}
|
686
|
-
|
687
|
-
.latest-news-widget__feature__expert-img {
|
688
|
-
width: 6.7em;
|
689
|
-
height: 6.7em;
|
690
|
-
float: left;
|
691
|
-
box-shadow: 0 0 0 1px #fff inset;
|
692
|
-
margin-right: 10px;
|
693
|
-
margin-top: .4em;
|
694
|
-
background-size: cover;
|
695
|
-
background-position: 50% 50%
|
696
|
-
}
|
697
|
-
|
698
|
-
.latest-news-widget__dropcap {
|
699
|
-
text-align: center;
|
700
|
-
padding-top: .14em;
|
701
|
-
width: 1.31em;
|
702
|
-
height: 1.31em;
|
703
|
-
display: block;
|
704
|
-
float: left;
|
705
|
-
line-height: 1;
|
706
|
-
border: 1px solid;
|
707
|
-
margin-right: .26em;
|
708
|
-
margin-top: .14em;
|
709
|
-
font-family: harriet-display, serif;
|
710
|
-
font-size: 2.8em;
|
711
|
-
font-weight: 500
|
712
|
-
}
|
713
|
-
|
714
|
-
.latest-news-widget__feature__expert-name {
|
715
|
-
font-weight: 700
|
716
|
-
}
|
717
|
-
|
718
|
-
.latest-news-widget__feature__tease__h {
|
719
|
-
color: #fff;
|
720
|
-
text-decoration: none;
|
721
|
-
margin-bottom: 0;
|
722
|
-
font-family: $font-family-oswald;
|
723
|
-
font-size: 32px;
|
724
|
-
font-weight: 500;
|
725
|
-
letter-spacing: .1rem;
|
726
|
-
text-transform: uppercase;
|
727
|
-
line-height: 1;
|
728
|
-
max-width: 700px
|
729
|
-
}
|
730
|
-
|
731
|
-
@media screen and (min-width: 360px) {
|
732
|
-
.latest-news-widget__feature__tease__h {
|
733
|
-
font-size: 38px;
|
734
|
-
}
|
735
|
-
}
|
736
|
-
|
737
|
-
@media (min-width:600px) and (max-width:1069px) {
|
738
|
-
.latest-news-widget__feature__tease__h {
|
739
|
-
font-size: 46px
|
740
|
-
}
|
741
|
-
}
|
742
|
-
|
743
|
-
@media (min-width:1070px) {
|
744
|
-
.latest-news-widget__feature__tease__h {
|
745
|
-
font-size: calc(46px + (49 - 46) * (100vw - 1070px)/ (1350 - 1070))
|
746
|
-
}
|
747
|
-
}
|
748
|
-
|
749
|
-
// .latest-news-widget__feature__tease__h span {
|
750
|
-
// background-image: linear-gradient(transparent 85%, #fff 85%, #fff 87%, transparent 87%)
|
751
|
-
// }
|
752
|
-
@media screen and (min-width:1200px) {
|
753
|
-
.latest-news-widget__feature__tease__h {
|
754
|
-
width: 100%;
|
755
|
-
}
|
756
|
-
}
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
.latest-news-widget__latest__h--no-underline {
|
761
|
-
border-bottom: none;
|
762
|
-
}
|
763
|
-
|
764
|
-
.latest-news-widget__red-underline {
|
765
|
-
border-bottom-color: $primary-red;
|
766
|
-
border-bottom-style: solid;
|
767
|
-
border-bottom-width: thick;
|
768
|
-
}
|
769
|
-
|
770
|
-
.latest-news-widget--rollup__section-margin {
|
771
|
-
margin-left: auto;
|
772
|
-
margin-right: auto;
|
773
|
-
width: 95%;
|
774
|
-
}
|
775
|
-
|
776
|
-
@media screen and (min-width: 576px) {
|
777
|
-
.latest-news-widget--rollup__section-margin {
|
778
|
-
width: 90%;
|
779
|
-
}
|
780
|
-
}
|
781
|
-
|
782
|
-
@media screen and (min-width: 768px) {
|
783
|
-
.latest-news-widget--rollup__section-margin {
|
784
|
-
width: 70%;
|
785
|
-
}
|
786
|
-
}
|
787
|
-
|
788
|
-
@media screen and (min-width: 992px) {
|
789
|
-
.latest-news-widget--rollup__section-margin {
|
790
|
-
width: 60%;
|
791
|
-
}
|
792
|
-
}
|
793
|
-
|
794
|
-
@media screen and (min-width:1200px) {
|
795
|
-
.latest-news-widget--rollup__section-margin {
|
796
|
-
width: 50%;
|
797
|
-
}
|
798
|
-
}
|
799
|
-
|
800
|
-
.latest-news-widget--rollup__latest__tease-group {
|
801
|
-
list-style: none;
|
802
|
-
margin-bottom: 0;
|
803
|
-
padding-top: 2px;
|
804
|
-
padding-left: 0
|
805
|
-
}
|
806
|
-
|
807
|
-
@media (min-width:980px) {
|
808
|
-
.latest-news-widget--rollup__latest__tease-group {
|
809
|
-
padding-top: 0
|
810
|
-
}
|
811
|
-
}
|
812
|
-
|
813
|
-
.latest-news-widget--rollup__latest__tease-width {
|
814
|
-
width: 100%;
|
815
|
-
}
|
816
|
-
|
817
|
-
@media (min-width:600px) and (max-width:979px) {
|
818
|
-
.latest-news-widget--rollup__latest__tease-width:nth-child(odd) {
|
819
|
-
margin-right: 0;
|
820
|
-
}
|
821
|
-
.latest-news-widget--rollup__latest__tease-width:nth-child(even) {
|
822
|
-
margin-left: 0;
|
823
|
-
}
|
824
|
-
}
|
825
|
-
|
826
|
-
.latest-news-widget--rollup__latest__tease-width:first-child {
|
827
|
-
display: block;
|
828
|
-
}
|
829
|
-
|
830
|
-
.latest-news-widget__play-icon {
|
831
|
-
animation: fade-in .4s ease forwards .35s;
|
832
|
-
left: 50%;
|
833
|
-
margin-left: -30px;
|
834
|
-
margin-top: -30px;
|
835
|
-
opacity: 0;
|
836
|
-
position: absolute;
|
837
|
-
top: 17%;
|
838
|
-
width: 60px;
|
839
|
-
z-index: 999;
|
840
|
-
}
|
841
|
-
|
842
|
-
@media screen and (min-width: 360px) {
|
843
|
-
.latest-news-widget__play-icon {
|
844
|
-
left: 50%;
|
845
|
-
margin-left: -40px;
|
846
|
-
margin-top: -40px;
|
847
|
-
top: 20%;
|
848
|
-
width: 80px;
|
849
|
-
}
|
850
|
-
}
|
851
|
-
|
852
|
-
@media screen and (min-width: 410px) {
|
853
|
-
.latest-news-widget__play-icon {
|
854
|
-
top: 23%;
|
855
|
-
}
|
856
|
-
}
|
857
|
-
|
858
|
-
@media screen and (min-width: 500px) {
|
859
|
-
.latest-news-widget__play-icon {
|
860
|
-
top: 27%;
|
861
|
-
}
|
862
|
-
}
|
863
|
-
|
864
|
-
@media screen and (min-width: 576px) {
|
865
|
-
.latest-news-widget__play-icon {
|
866
|
-
margin-left: -50px;
|
867
|
-
margin-right: -50px;
|
868
|
-
top: 38%;
|
869
|
-
width: 100px;
|
870
|
-
}
|
871
|
-
}
|
872
|
-
|
873
|
-
@media screen and (min-width: 600px) {
|
874
|
-
.latest-news-widget__play-icon {
|
875
|
-
top: 30%;
|
876
|
-
}
|
877
|
-
}
|
878
|
-
|
879
|
-
@media screen and (min-width: 980px) {
|
880
|
-
.latest-news-widget__play-icon {
|
881
|
-
left: 50%;
|
882
|
-
margin-left: -65px;
|
883
|
-
margin-top: -65px;
|
884
|
-
top: 30%;
|
885
|
-
width: 130px;
|
886
|
-
}
|
887
|
-
}
|
888
|
-
|
889
|
-
@media screen and (min-width: 1200px) {
|
890
|
-
.latest-news-widget__play-icon {
|
891
|
-
left: 70%;
|
892
|
-
margin-left: -90px;
|
893
|
-
margin-top: -90px;
|
894
|
-
top: 50%;
|
895
|
-
width: 180px;
|
896
|
-
}
|
897
|
-
}
|
898
|
-
|
899
|
-
.latest-news-widget__play-icon.topper-trans-out {
|
900
|
-
animation: play-icon-out 1.1s ease forwards;
|
901
|
-
}
|
902
|
-
|
903
|
-
.latest-news-widget__play-icon.topper-trans-in {
|
904
|
-
animation-name: play-icon-in;
|
905
|
-
animation-duration: 1.1s;
|
906
|
-
animation-timing-function: ease;
|
907
|
-
animation-fill-mode: forwards;
|
908
|
-
}
|
909
|
-
|
910
|
-
@keyframes play-icon-out {
|
911
|
-
0% {
|
912
|
-
transform: scale(1.02);
|
913
|
-
opacity: .8
|
914
|
-
}
|
915
|
-
100% {
|
916
|
-
transform: scale(1);
|
917
|
-
opacity: 0
|
918
|
-
}
|
919
|
-
}
|
920
|
-
|
921
|
-
@keyframes play-icon-in {
|
922
|
-
0% {
|
923
|
-
transform: scale(1.08);
|
924
|
-
opacity: 0
|
925
|
-
}
|
926
|
-
100% {
|
927
|
-
transform: scale(1.02);
|
928
|
-
opacity: .8
|
929
|
-
}
|
930
|
-
}
|
931
|
-
|
932
|
-
.latest-news-widget__play-icon.play-zoom-in {
|
933
|
-
animation: play-zoom-in 1.1s ease forwards;
|
934
|
-
}
|
935
|
-
|
936
|
-
.latest-news-widget__play-icon.play-zoom-out {
|
937
|
-
animation: play-zoom-out 1.1s ease forwards;
|
938
|
-
}
|
939
|
-
|
940
|
-
@keyframes play-zoom-in {
|
941
|
-
0% {
|
942
|
-
transform: scale(1.02);
|
943
|
-
opacity: .8;
|
944
|
-
}
|
945
|
-
100% {
|
946
|
-
transform: scale(1.2);
|
947
|
-
opacity: .95;
|
948
|
-
}
|
949
|
-
}
|
950
|
-
|
951
|
-
@keyframes play-zoom-out {
|
952
|
-
0% {
|
953
|
-
transform: scale(1.2);
|
954
|
-
opacity: .95;
|
955
|
-
}
|
956
|
-
100% {
|
957
|
-
transform: scale(1.02);
|
958
|
-
opacity: .8;
|
959
|
-
}
|
960
|
-
}
|
961
|
-
|
962
|
-
.latest-news-widget__feature__yt-thumb {
|
963
|
-
background-repeat: no-repeat;
|
964
|
-
background-size: 120% auto;
|
965
|
-
-ms-filter: blur(0px);
|
966
|
-
filter: blur(0px);
|
967
|
-
}
|
968
|
-
|
969
|
-
.latest-news-widget__feature__yt-thumb {
|
970
|
-
-ms-filter: blur(1px);
|
971
|
-
filter: blur(1px);
|
972
|
-
}
|
973
|
-
|
974
|
-
@media screen and (min-width:576px) {
|
975
|
-
.latest-news-widget__feature__yt-thumb {
|
976
|
-
-ms-filter: blur(3px);
|
977
|
-
filter: blur(3px);
|
978
|
-
}
|
979
|
-
}
|
980
|
-
|
981
|
-
@media screen and (min-width:1200px) {
|
982
|
-
.latest-news-widget__feature__yt-thumb {
|
983
|
-
background-size: 280% auto;
|
984
|
-
-ms-filter: blur(5px);
|
985
|
-
filter: blur(5px);
|
986
|
-
}
|
987
|
-
}
|
988
|
-
|
989
|
-
@media screen and (min-width:1350px) {
|
990
|
-
.latest-news-widget__feature__yt-thumb {
|
991
|
-
background-size: 210% auto;
|
992
|
-
}
|
993
|
-
}
|
994
|
-
|
995
|
-
@media screen and (min-width:1400px) {
|
996
|
-
.latest-news-widget__feature__yt-thumb {
|
997
|
-
background-size: 200% auto;
|
998
|
-
}
|
999
|
-
}
|
1000
|
-
|
1001
|
-
@media screen and (min-width:1500px) {
|
1002
|
-
.latest-news-widget__feature__yt-thumb {
|
1003
|
-
background-size: 180% auto;
|
1004
|
-
}
|
1005
|
-
}
|
1006
|
-
|
1007
|
-
@media screen and (min-width:1800px) {
|
1008
|
-
.latest-news-widget__feature__yt-thumb {
|
1009
|
-
background-size: 160% auto;
|
1010
|
-
-ms-filter: blur(5px);
|
1011
|
-
filter: blur(5px);
|
1012
|
-
}
|
1013
|
-
}
|
1014
|
-
|
1015
|
-
.news__modal-thumb {
|
1016
|
-
margin-bottom: 10px;
|
1017
|
-
margin-right: 10px;
|
1018
|
-
max-width: 200px;
|
1019
|
-
}
|
1020
|
-
|
1021
|
-
.latest-news-widget__img-mod--crop {
|
1022
|
-
border-bottom-left-radius: 25px !important;
|
1023
|
-
border-bottom-right-radius: 25px !important;
|
1024
|
-
border-top-left-radius: 25px !important;
|
1025
|
-
border-top-right-radius: 25px !important;
|
1026
|
-
height: 50px !important;
|
1027
|
-
margin-right: 5px;
|
1028
|
-
min-height: 50px !important;
|
1029
|
-
min-width: 50px !important;
|
1030
|
-
overflow: hidden;
|
1031
|
-
width: 50px !important;
|
1032
|
-
}
|
1033
|
-
|
1034
|
-
@media screen and (min-width: 480px) {
|
1035
|
-
.latest-news-widget__img-mod--crop {
|
1036
|
-
border-bottom-left-radius: 40px !important;
|
1037
|
-
border-bottom-right-radius: 40px !important;
|
1038
|
-
border-top-left-radius: 40px !important;
|
1039
|
-
border-top-right-radius: 40px !important;
|
1040
|
-
height: 80px !important;
|
1041
|
-
min-height: 80px !important;
|
1042
|
-
min-width: 80px !important;
|
1043
|
-
width: 80px !important;
|
1044
|
-
}
|
1045
|
-
}
|