@charset "UTF-8";
/* -------------------------------------------------------------------------
 Variables
---------------------------------------------------------------------------- */
/*
Awards Colors
*/
/*
    Social Colors
*/
.grey-100 {
  background-color: #E1E1E1; }

.grey-200 {
  background-color: #A1A1A1; }

.grey-300 {
  background-color: #4c4c4c; }

.grey-400 {
  background-color: #232323; }

.grey-500 {
  background-color: #121212; }

.red-100 {
  background-color: #FBCBCD; }

.red-200 {
  background-color: #F38D90; }

.red-300 {
  background-color: #ED1C24; }

.red-400 {
  background-color: #B30E14; }

.red-500 {
  background-color: #840A0F; }

.teal-100 {
  background-color: #A9EAF6; }

.teal-200 {
  background-color: #76DDF0; }

.teal-300 {
  background-color: #15BADA; }

.teal-400 {
  background-color: #118194; }

.teal-500 {
  background-color: #0B6171; }

.blue-100 {
  background-color: #B7D9FF; }

.blue-200 {
  background-color: #4390DF; }

.blue-300 {
  background-color: #1D62AA; }

.blue-400 {
  background-color: #195390; }

.blue-500 {
  background-color: #113a65; }

.green-100 {
  background-color: #A8F2D5; }

.green-200 {
  background-color: #39E2A0; }

.green-300 {
  background-color: #1CC281; }

.green-400 {
  background-color: #18A76F; }

.green-500 {
  background-color: #106E4A; }

.yellow-100 {
  background-color: #FBC65E; }

.yellow-200 {
  background-color: #FCC65A; }

.yellow-300 {
  background-color: #F9B122; }

.yellow-400 {
  background-color: #F6A607; }

.yellow-500 {
  background-color: #D89206; }

.orange-100 {
  background-color: #FBC99F; }

.orange-200 {
  background-color: #F6923D; }

.orange-300 {
  background-color: #F58220; }

.orange-400 {
  background-color: #EC720B; }

.orange-500 {
  background-color: #CF6409; }

.purple-100 {
  background-color: #D7B3D3; }

.purple-200 {
  background-color: #B674AF; }

.purple-300 {
  background-color: #864780; }

.purple-400 {
  background-color: #723C6D; }

.purple-500 {
  background-color: #5E325A; }

.pink-100 {
  background-color: #ED97B7; }

.pink-200 {
  background-color: #E8759F; }

.pink-300 {
  background-color: #DA2668; }

.pink-400 {
  background-color: #C1215B; }

.pink-500 {
  background-color: #A61C4F; }

.white {
  background: #FFFFFF; }

.black {
  background: black; }

.grey-050 {
  background: #F5F5F5; }

.background__black {
  background-color: #1a1a1a; }

.background__grey {
  background-color: #333333; }

/*
    @styleguide
    @name Colors
    @description <p>Majority of the new colour pallet has still to be refined. However, the acceptance criteria for commiting new colours into the project will be that they comply with <a href="https://www.w3.org/TR/WCAG20/" target="_blank">WCAG2AA</a>.</p>        <p>You can test proposed additions with <a href="http://webaim.org/resources/contrastchecker/" target="_blank">Webaim Contrast Checker</a></p>
    @hidemarkup
    @markup
<!-- grey -->
<div class="sg-example-color white grey-border">
    <div class="sg-example-color-info">
        <div>#FFFFFF</div>
        <div>rgb(255, 255, 255)</div>
    </div>
</div>
<div class="sg-example-color grey-100">
    <div class="sg-example-color-info">
        <div>#F5F5F5</div>
        <div>rgb(233, 233, 233)</div>
    </div>
</div>
<div class="sg-example-color grey-200">
    <div class="sg-example-color-info">
        <div>#E1E1E1</div>
        <div>rgb(204, 204, 204)</div>
    </div>
</div>
<div class="sg-example-color grey-300">
    <div class="sg-example-color-info">
        <div>#CCCCCC</div>
        <div>rgb(67, 60, 62)</div>
    </div>
</div>
<div class="sg-example-color grey-400 w-text">
    <div class="sg-example-color-info">
        <div>#A1A1A1</div>
        <div>rgb(35, 31, 32)</div>
    </div>
</div>

<div class="sg-example-color grey-500 w-text">
    <div class="sg-example-color-info">
        <div>#1a1a1a</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<div class="sg-example-color black w-text" >
    <div class="sg-example-color-info">
        <div>#111111</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>


<!-- red -->
<div class="sg-example-color red-100" >
    <div class="sg-example-color-info">
        <div>#FBCBCD</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-200" >
    <div class="sg-example-color-info">
        <div>#F38D90</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-300 w-text" >
    <div class="sg-example-color-info">
         <div>#ED1C24</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-400 w-text" >
    <div class="sg-example-color-info">
           <div>#B30E14</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-500 w-text" >
    <div class="sg-example-color-info">
        <div>#840A0F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- teal -->
<div class="sg-example-color teal-100" >
    <div class="sg-example-color-info">
        <div>#A9EAF6</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-200" >
    <div class="sg-example-color-info">
        <div>#76DDF0</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-300" >
    <div class="sg-example-color-info">
         <div>#15BADA</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-400 w-text" >
    <div class="sg-example-color-info">
           <div>#118194</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-500 w-text" >
    <div class="sg-example-color-info">
        <div>#0B6171</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- blue -->
<div class="sg-example-color blue-100" >
    <div class="sg-example-color-info">
        <div>#B7D9FF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-200" >
    <div class="sg-example-color-info">
        <div>#4390DF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-300 w-text" >
    <div class="sg-example-color-info">
         <div>#2171C4</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-400 w-text" >
    <div class="sg-example-color-info">
           <div>#1D62AA</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-500 w-text" >
    <div class="sg-example-color-info">
        <div>#195390</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- green -->
<div class="sg-example-color green-100" >
    <div class="sg-example-color-info">
        <div>#A8F2D5</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-200" >
    <div class="sg-example-color-info">
        <div>#39E2A0</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-300" >
    <div class="sg-example-color-info">
         <div>#1CC281</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-400 w-text" >
    <div class="sg-example-color-info">
           <div>#18A76F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-500 w-text" >
    <div class="sg-example-color-info">
        <div>#106E4A</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- yellow -->
<div class="sg-example-color yellow-100" >
    <div class="sg-example-color-info">
        <div>#FEE096</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-200" >
    <div class="sg-example-color-info">
        <div>#FECB50</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-300" >
    <div class="sg-example-color-info">
         <div>#FDB913</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-400" >
    <div class="sg-example-color-info">
           <div>#EFAA02</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-500 w-text" >
    <div class="sg-example-color-info">
        <div>#D19502</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- orange -->
<div class="sg-example-color orange-100" >
    <div class="sg-example-color-info">
        <div>#FBC99F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-200" >
    <div class="sg-example-color-info">
        <div>#F6923D</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-300 w-text" >
    <div class="sg-example-color-info">
         <div>#F58220</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-400 w-text" >
    <div class="sg-example-color-info">
           <div>#EC720B</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-500 w-text" >
    <div class="sg-example-color-info">
        <div>#CF6409</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- purple -->
<div class="sg-example-color purple-100" >
    <div class="sg-example-color-info">
        <div>#D7B3D3</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-200" >
    <div class="sg-example-color-info">
        <div>#B674AF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-300 w-text" >
    <div class="sg-example-color-info">
         <div>#864780</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-400 w-text" >
    <div class="sg-example-color-info">
           <div>#723C6D</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-500 w-text" >
    <div class="sg-example-color-info">
        <div>#5E325A</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- pink -->
<div class="sg-example-color pink-100" >
    <div class="sg-example-color-info">
        <div>#ED97B7</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-200" >
    <div class="sg-example-color-info">
        <div>#E8759F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-300 w-text" >
    <div class="sg-example-color-info">
         <div>#DA2668</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-400 w-text" >
    <div class="sg-example-color-info">
           <div>#C1215B</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-500 w-text" >
    <div class="sg-example-color-info">
        <div>#A61C4F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
*/
/* -------------------------------------------------------------------------
 Functions
---------------------------------------------------------------------------- */
/*-------------------------------------------------------*    #px to em
\*-------------------------------------------------------*/
/*-------------------------------------------------------*    #box sizing mixin
\*-------------------------------------------------------*/
/*-------------------------------------------------------*    #grid config
\*-------------------------------------------------------*/
/*-------------------------------------------------------*    #gutter mixin
    - If $fixed-gutter-size is set to true this will output
    the $gutter-width as a fixed value and not percentage
\*-------------------------------------------------------*/
/*-------------------------------------------------------*    #older IE mixin
    - support for IE9 and IE8.
    - $ie in grid config must be true
\*-------------------------------------------------------*/
/*-------------------------------------------------------*    #The grid
\*-------------------------------------------------------*/
.container, .megamenu__container, .aofp_container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 100%;
  box-sizing: border-box; }
  .container:before, .megamenu__container:before, .aofp_container:before, .container:after, .megamenu__container:after, .aofp_container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after, .megamenu__container:after, .aofp_container:after {
    clear: both; }
  .container, .megamenu__container, .aofp_container {
    *zoom: 1; }
  @media (min-width: 780px) {
    .container, .megamenu__container, .aofp_container {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .container, .megamenu__container, .aofp_container {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .container, .megamenu__container, .aofp_container {
      max-width: 1040px; } }
  @media (min-width: 1430px) {
    .container, .megamenu__container, .aofp_container {
      max-width: 1190px; } }
  @media (min-width: 1580px) {
    .container, .megamenu__container, .aofp_container {
      max-width: 1340px; } }

.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.row {
  *zoom: 1; }

.row--negative-margins {
  margin-left: -10px;
  margin-right: -10px; }

.col, .video__feature, .video__feed, .video__feed_wrapper, .video__feed .article_snippet .article_snippet__image_wrap, .video__feed .article_snippet .article_snippet__header, .quater, .page-network-members .views-row, .page-node-229362 .tab, .page-node-229363 .tab, .page-node-211803 .tab, .page-node-229363 .third {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.col--1of16 {
  width: 6.25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of16 {
  margin-left: 6.25%; }

.col--2of16 {
  width: 12.5%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of16 {
  margin-left: 12.5%; }

.col--3of16 {
  width: 18.75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of16 {
  margin-left: 18.75%; }

.col--4of16, .quater, .page-node-229362 .tab, .page-node-229363 .tab, .page-node-211803 .tab {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of16 {
  margin-left: 25%; }

.col--5of16, .video__feed .article_snippet .article_snippet__image_wrap {
  width: 31.25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of16 {
  margin-left: 31.25%; }

.col--6of16 {
  width: 37.5%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of16 {
  margin-left: 37.5%; }

.col--7of16 {
  width: 43.75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of16 {
  margin-left: 43.75%; }

.col--8of16 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of16 {
  margin-left: 50%; }

.col--9of16 {
  width: 56.25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of16 {
  margin-left: 56.25%; }

.col--10of16 {
  width: 62.5%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of16 {
  margin-left: 62.5%; }

.col--11of16, .video__feed .article_snippet .article_snippet__header {
  width: 68.75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--11of16 {
  margin-left: 68.75%; }

.col--12of16 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--12of16 {
  margin-left: 75%; }

.col--13of16 {
  width: 81.25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--13of16 {
  margin-left: 81.25%; }

.col--14of16 {
  width: 87.5%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--14of16 {
  margin-left: 87.5%; }

.col--15of16 {
  width: 93.75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--15of16 {
  margin-left: 93.75%; }

.col--16of16 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--16of16 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of16--xsm {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--xsm {
    margin-left: 6.25%; }
  .col--2of16--xsm {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--xsm {
    margin-left: 12.5%; }
  .col--3of16--xsm {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--xsm {
    margin-left: 18.75%; }
  .col--4of16--xsm {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--xsm {
    margin-left: 25%; }
  .col--5of16--xsm {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--xsm {
    margin-left: 31.25%; }
  .col--6of16--xsm {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--xsm {
    margin-left: 37.5%; }
  .col--7of16--xsm {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--xsm {
    margin-left: 43.75%; }
  .col--8of16--xsm, .page-network-members .views-row {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--xsm {
    margin-left: 50%; }
  .col--9of16--xsm {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--xsm {
    margin-left: 56.25%; }
  .col--10of16--xsm {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--xsm {
    margin-left: 62.5%; }
  .col--11of16--xsm {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--xsm {
    margin-left: 68.75%; }
  .col--12of16--xsm {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--xsm {
    margin-left: 75%; }
  .col--13of16--xsm {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--xsm {
    margin-left: 81.25%; }
  .col--14of16--xsm {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--xsm {
    margin-left: 87.5%; }
  .col--15of16--xsm {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--xsm {
    margin-left: 93.75%; }
  .col--16of16--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of16--sm {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--sm {
    margin-left: 6.25%; }
  .col--2of16--sm {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--sm {
    margin-left: 12.5%; }
  .col--3of16--sm {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--sm {
    margin-left: 18.75%; }
  .col--4of16--sm {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--sm {
    margin-left: 25%; }
  .col--5of16--sm, .page-network-members .views-row {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--sm {
    margin-left: 31.25%; }
  .col--6of16--sm {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--sm {
    margin-left: 37.5%; }
  .col--7of16--sm {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--sm {
    margin-left: 43.75%; }
  .col--8of16--sm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--sm {
    margin-left: 50%; }
  .col--9of16--sm {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--sm {
    margin-left: 56.25%; }
  .col--10of16--sm {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--sm {
    margin-left: 62.5%; }
  .col--11of16--sm {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--sm {
    margin-left: 68.75%; }
  .col--12of16--sm {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--sm {
    margin-left: 75%; }
  .col--13of16--sm {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--sm {
    margin-left: 81.25%; }
  .col--14of16--sm {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--sm {
    margin-left: 87.5%; }
  .col--15of16--sm {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--sm {
    margin-left: 93.75%; }
  .col--16of16--sm, .video__feed .article_snippet .article_snippet__image_wrap, .video__feed .article_snippet .article_snippet__header {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of16--md {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--md {
    margin-left: 6.25%; }
  .col--2of16--md {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--md {
    margin-left: 12.5%; }
  .col--3of16--md {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--md {
    margin-left: 18.75%; }
  .col--4of16--md, .page-network-members .views-row {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--md {
    margin-left: 25%; }
  .col--5of16--md {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--md {
    margin-left: 31.25%; }
  .col--6of16--md {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--md {
    margin-left: 37.5%; }
  .col--7of16--md {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--md {
    margin-left: 43.75%; }
  .col--8of16--md {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--md {
    margin-left: 50%; }
  .col--9of16--md {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--md {
    margin-left: 56.25%; }
  .col--10of16--md {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--md {
    margin-left: 62.5%; }
  .col--11of16--md {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--md {
    margin-left: 68.75%; }
  .col--12of16--md {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--md {
    margin-left: 75%; }
  .col--13of16--md {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--md {
    margin-left: 81.25%; }
  .col--14of16--md {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--md {
    margin-left: 87.5%; }
  .col--15of16--md {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--md {
    margin-left: 93.75%; }
  .col--16of16--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of16--lg {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--lg {
    margin-left: 6.25%; }
  .col--2of16--lg {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--lg {
    margin-left: 12.5%; }
  .col--3of16--lg {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--lg {
    margin-left: 18.75%; }
  .col--4of16--lg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--lg {
    margin-left: 25%; }
  .col--5of16--lg, .video__feed, .video__feed .article_snippet .article_snippet__image_wrap {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--lg {
    margin-left: 31.25%; }
  .col--6of16--lg {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--lg {
    margin-left: 37.5%; }
  .col--7of16--lg {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--lg {
    margin-left: 43.75%; }
  .col--8of16--lg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--lg {
    margin-left: 50%; }
  .col--9of16--lg {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--lg {
    margin-left: 56.25%; }
  .col--10of16--lg {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--lg {
    margin-left: 62.5%; }
  .col--11of16--lg, .video__feature, .video__feed .article_snippet .article_snippet__header {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--lg {
    margin-left: 68.75%; }
  .col--12of16--lg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--lg {
    margin-left: 75%; }
  .col--13of16--lg {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--lg {
    margin-left: 81.25%; }
  .col--14of16--lg {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--lg {
    margin-left: 87.5%; }
  .col--15of16--lg {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--lg {
    margin-left: 93.75%; }
  .col--16of16--lg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of16--xlg {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--xlg {
    margin-left: 6.25%; }
  .col--2of16--xlg {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--xlg {
    margin-left: 12.5%; }
  .col--3of16--xlg {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--xlg {
    margin-left: 18.75%; }
  .col--4of16--xlg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--xlg {
    margin-left: 25%; }
  .col--5of16--xlg {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--xlg {
    margin-left: 31.25%; }
  .col--6of16--xlg {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--xlg {
    margin-left: 37.5%; }
  .col--7of16--xlg {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--xlg {
    margin-left: 43.75%; }
  .col--8of16--xlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--xlg {
    margin-left: 50%; }
  .col--9of16--xlg {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--xlg {
    margin-left: 56.25%; }
  .col--10of16--xlg {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--xlg {
    margin-left: 62.5%; }
  .col--11of16--xlg {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--xlg {
    margin-left: 68.75%; }
  .col--12of16--xlg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--xlg {
    margin-left: 75%; }
  .col--13of16--xlg {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--xlg {
    margin-left: 81.25%; }
  .col--14of16--xlg {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--xlg {
    margin-left: 87.5%; }
  .col--15of16--xlg {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--xlg {
    margin-left: 93.75%; }
  .col--16of16--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of16--xxlg {
    width: 6.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of16--xxlg {
    margin-left: 6.25%; }
  .col--2of16--xxlg {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of16--xxlg {
    margin-left: 12.5%; }
  .col--3of16--xxlg {
    width: 18.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of16--xxlg {
    margin-left: 18.75%; }
  .col--4of16--xxlg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of16--xxlg {
    margin-left: 25%; }
  .col--5of16--xxlg {
    width: 31.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of16--xxlg {
    margin-left: 31.25%; }
  .col--6of16--xxlg {
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of16--xxlg {
    margin-left: 37.5%; }
  .col--7of16--xxlg {
    width: 43.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of16--xxlg {
    margin-left: 43.75%; }
  .col--8of16--xxlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of16--xxlg {
    margin-left: 50%; }
  .col--9of16--xxlg {
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of16--xxlg {
    margin-left: 56.25%; }
  .col--10of16--xxlg {
    width: 62.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of16--xxlg {
    margin-left: 62.5%; }
  .col--11of16--xxlg {
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of16--xxlg {
    margin-left: 68.75%; }
  .col--12of16--xxlg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of16--xxlg {
    margin-left: 75%; }
  .col--13of16--xxlg {
    width: 81.25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of16--xxlg {
    margin-left: 81.25%; }
  .col--14of16--xxlg {
    width: 87.5%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of16--xxlg {
    margin-left: 87.5%; }
  .col--15of16--xxlg {
    width: 93.75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--15of16--xxlg {
    margin-left: 93.75%; }
  .col--16of16--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--16of16--xxlg {
    margin-left: 100%; } }

.col--1of14 {
  width: 7.14286%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of14 {
  margin-left: 7.14286%; }

.col--2of14 {
  width: 14.28571%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of14 {
  margin-left: 14.28571%; }

.col--3of14 {
  width: 21.42857%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of14 {
  margin-left: 21.42857%; }

.col--4of14 {
  width: 28.57143%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of14 {
  margin-left: 28.57143%; }

.col--5of14 {
  width: 35.71429%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of14 {
  margin-left: 35.71429%; }

.col--6of14 {
  width: 42.85714%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of14 {
  margin-left: 42.85714%; }

.col--7of14 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of14 {
  margin-left: 50%; }

.col--8of14 {
  width: 57.14286%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of14 {
  margin-left: 57.14286%; }

.col--9of14 {
  width: 64.28571%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of14 {
  margin-left: 64.28571%; }

.col--10of14 {
  width: 71.42857%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of14 {
  margin-left: 71.42857%; }

.col--11of14 {
  width: 78.57143%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--11of14 {
  margin-left: 78.57143%; }

.col--12of14 {
  width: 85.71429%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--12of14 {
  margin-left: 85.71429%; }

.col--13of14 {
  width: 92.85714%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--13of14 {
  margin-left: 92.85714%; }

.col--14of14 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--14of14 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of14--xsm {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--xsm {
    margin-left: 7.14286%; }
  .col--2of14--xsm {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--xsm {
    margin-left: 14.28571%; }
  .col--3of14--xsm {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--xsm {
    margin-left: 21.42857%; }
  .col--4of14--xsm {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--xsm {
    margin-left: 28.57143%; }
  .col--5of14--xsm {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--xsm {
    margin-left: 35.71429%; }
  .col--6of14--xsm {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--xsm {
    margin-left: 42.85714%; }
  .col--7of14--xsm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--xsm {
    margin-left: 50%; }
  .col--8of14--xsm {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--xsm {
    margin-left: 57.14286%; }
  .col--9of14--xsm {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--xsm {
    margin-left: 64.28571%; }
  .col--10of14--xsm {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--xsm {
    margin-left: 71.42857%; }
  .col--11of14--xsm {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--xsm {
    margin-left: 78.57143%; }
  .col--12of14--xsm {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--xsm {
    margin-left: 85.71429%; }
  .col--13of14--xsm {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--xsm {
    margin-left: 92.85714%; }
  .col--14of14--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of14--sm {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--sm {
    margin-left: 7.14286%; }
  .col--2of14--sm {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--sm {
    margin-left: 14.28571%; }
  .col--3of14--sm {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--sm {
    margin-left: 21.42857%; }
  .col--4of14--sm {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--sm {
    margin-left: 28.57143%; }
  .col--5of14--sm {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--sm {
    margin-left: 35.71429%; }
  .col--6of14--sm {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--sm {
    margin-left: 42.85714%; }
  .col--7of14--sm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--sm {
    margin-left: 50%; }
  .col--8of14--sm {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--sm {
    margin-left: 57.14286%; }
  .col--9of14--sm {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--sm {
    margin-left: 64.28571%; }
  .col--10of14--sm {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--sm {
    margin-left: 71.42857%; }
  .col--11of14--sm {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--sm {
    margin-left: 78.57143%; }
  .col--12of14--sm {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--sm {
    margin-left: 85.71429%; }
  .col--13of14--sm {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--sm {
    margin-left: 92.85714%; }
  .col--14of14--sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of14--md {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--md {
    margin-left: 7.14286%; }
  .col--2of14--md {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--md {
    margin-left: 14.28571%; }
  .col--3of14--md {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--md {
    margin-left: 21.42857%; }
  .col--4of14--md {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--md {
    margin-left: 28.57143%; }
  .col--5of14--md {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--md {
    margin-left: 35.71429%; }
  .col--6of14--md {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--md {
    margin-left: 42.85714%; }
  .col--7of14--md {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--md {
    margin-left: 50%; }
  .col--8of14--md {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--md {
    margin-left: 57.14286%; }
  .col--9of14--md {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--md {
    margin-left: 64.28571%; }
  .col--10of14--md {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--md {
    margin-left: 71.42857%; }
  .col--11of14--md {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--md {
    margin-left: 78.57143%; }
  .col--12of14--md {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--md {
    margin-left: 85.71429%; }
  .col--13of14--md {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--md {
    margin-left: 92.85714%; }
  .col--14of14--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of14--lg {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--lg {
    margin-left: 7.14286%; }
  .col--2of14--lg {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--lg {
    margin-left: 14.28571%; }
  .col--3of14--lg {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--lg {
    margin-left: 21.42857%; }
  .col--4of14--lg {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--lg {
    margin-left: 28.57143%; }
  .col--5of14--lg {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--lg {
    margin-left: 35.71429%; }
  .col--6of14--lg {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--lg {
    margin-left: 42.85714%; }
  .col--7of14--lg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--lg {
    margin-left: 50%; }
  .col--8of14--lg {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--lg {
    margin-left: 57.14286%; }
  .col--9of14--lg {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--lg {
    margin-left: 64.28571%; }
  .col--10of14--lg {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--lg {
    margin-left: 71.42857%; }
  .col--11of14--lg {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--lg {
    margin-left: 78.57143%; }
  .col--12of14--lg {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--lg {
    margin-left: 85.71429%; }
  .col--13of14--lg {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--lg {
    margin-left: 92.85714%; }
  .col--14of14--lg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of14--xlg {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--xlg {
    margin-left: 7.14286%; }
  .col--2of14--xlg {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--xlg {
    margin-left: 14.28571%; }
  .col--3of14--xlg {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--xlg {
    margin-left: 21.42857%; }
  .col--4of14--xlg {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--xlg {
    margin-left: 28.57143%; }
  .col--5of14--xlg {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--xlg {
    margin-left: 35.71429%; }
  .col--6of14--xlg {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--xlg {
    margin-left: 42.85714%; }
  .col--7of14--xlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--xlg {
    margin-left: 50%; }
  .col--8of14--xlg {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--xlg {
    margin-left: 57.14286%; }
  .col--9of14--xlg {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--xlg {
    margin-left: 64.28571%; }
  .col--10of14--xlg {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--xlg {
    margin-left: 71.42857%; }
  .col--11of14--xlg {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--xlg {
    margin-left: 78.57143%; }
  .col--12of14--xlg {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--xlg {
    margin-left: 85.71429%; }
  .col--13of14--xlg {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--xlg {
    margin-left: 92.85714%; }
  .col--14of14--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of14--xxlg {
    width: 7.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of14--xxlg {
    margin-left: 7.14286%; }
  .col--2of14--xxlg {
    width: 14.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of14--xxlg {
    margin-left: 14.28571%; }
  .col--3of14--xxlg {
    width: 21.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of14--xxlg {
    margin-left: 21.42857%; }
  .col--4of14--xxlg {
    width: 28.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of14--xxlg {
    margin-left: 28.57143%; }
  .col--5of14--xxlg {
    width: 35.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of14--xxlg {
    margin-left: 35.71429%; }
  .col--6of14--xxlg {
    width: 42.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of14--xxlg {
    margin-left: 42.85714%; }
  .col--7of14--xxlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of14--xxlg {
    margin-left: 50%; }
  .col--8of14--xxlg {
    width: 57.14286%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of14--xxlg {
    margin-left: 57.14286%; }
  .col--9of14--xxlg {
    width: 64.28571%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of14--xxlg {
    margin-left: 64.28571%; }
  .col--10of14--xxlg {
    width: 71.42857%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of14--xxlg {
    margin-left: 71.42857%; }
  .col--11of14--xxlg {
    width: 78.57143%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of14--xxlg {
    margin-left: 78.57143%; }
  .col--12of14--xxlg {
    width: 85.71429%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of14--xxlg {
    margin-left: 85.71429%; }
  .col--13of14--xxlg {
    width: 92.85714%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of14--xxlg {
    margin-left: 92.85714%; }
  .col--14of14--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--14of14--xxlg {
    margin-left: 100%; } }

.col--1of13 {
  width: 7.69231%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of13 {
  margin-left: 7.69231%; }

.col--2of13 {
  width: 15.38462%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of13 {
  margin-left: 15.38462%; }

.col--3of13 {
  width: 23.07692%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of13 {
  margin-left: 23.07692%; }

.col--4of13 {
  width: 30.76923%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of13 {
  margin-left: 30.76923%; }

.col--5of13 {
  width: 38.46154%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of13 {
  margin-left: 38.46154%; }

.col--6of13 {
  width: 46.15385%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of13 {
  margin-left: 46.15385%; }

.col--7of13 {
  width: 53.84615%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of13 {
  margin-left: 53.84615%; }

.col--8of13 {
  width: 61.53846%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of13 {
  margin-left: 61.53846%; }

.col--9of13 {
  width: 69.23077%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of13 {
  margin-left: 69.23077%; }

.col--10of13 {
  width: 76.92308%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of13 {
  margin-left: 76.92308%; }

.col--11of13 {
  width: 84.61538%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--11of13 {
  margin-left: 84.61538%; }

.col--12of13 {
  width: 92.30769%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--12of13 {
  margin-left: 92.30769%; }

.col--13of13 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--13of13 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of13--xsm {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--xsm {
    margin-left: 7.69231%; }
  .col--2of13--xsm {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--xsm {
    margin-left: 15.38462%; }
  .col--3of13--xsm {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--xsm {
    margin-left: 23.07692%; }
  .col--4of13--xsm {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--xsm {
    margin-left: 30.76923%; }
  .col--5of13--xsm {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--xsm {
    margin-left: 38.46154%; }
  .col--6of13--xsm {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--xsm {
    margin-left: 46.15385%; }
  .col--7of13--xsm {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--xsm {
    margin-left: 53.84615%; }
  .col--8of13--xsm {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--xsm {
    margin-left: 61.53846%; }
  .col--9of13--xsm {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--xsm {
    margin-left: 69.23077%; }
  .col--10of13--xsm {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--xsm {
    margin-left: 76.92308%; }
  .col--11of13--xsm {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--xsm {
    margin-left: 84.61538%; }
  .col--12of13--xsm {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--xsm {
    margin-left: 92.30769%; }
  .col--13of13--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of13--sm {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--sm {
    margin-left: 7.69231%; }
  .col--2of13--sm {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--sm {
    margin-left: 15.38462%; }
  .col--3of13--sm {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--sm {
    margin-left: 23.07692%; }
  .col--4of13--sm {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--sm {
    margin-left: 30.76923%; }
  .col--5of13--sm {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--sm {
    margin-left: 38.46154%; }
  .col--6of13--sm {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--sm {
    margin-left: 46.15385%; }
  .col--7of13--sm {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--sm {
    margin-left: 53.84615%; }
  .col--8of13--sm {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--sm {
    margin-left: 61.53846%; }
  .col--9of13--sm {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--sm {
    margin-left: 69.23077%; }
  .col--10of13--sm {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--sm {
    margin-left: 76.92308%; }
  .col--11of13--sm {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--sm {
    margin-left: 84.61538%; }
  .col--12of13--sm {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--sm {
    margin-left: 92.30769%; }
  .col--13of13--sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of13--md {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--md {
    margin-left: 7.69231%; }
  .col--2of13--md {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--md {
    margin-left: 15.38462%; }
  .col--3of13--md {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--md {
    margin-left: 23.07692%; }
  .col--4of13--md {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--md {
    margin-left: 30.76923%; }
  .col--5of13--md {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--md {
    margin-left: 38.46154%; }
  .col--6of13--md {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--md {
    margin-left: 46.15385%; }
  .col--7of13--md {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--md {
    margin-left: 53.84615%; }
  .col--8of13--md {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--md {
    margin-left: 61.53846%; }
  .col--9of13--md {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--md {
    margin-left: 69.23077%; }
  .col--10of13--md {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--md {
    margin-left: 76.92308%; }
  .col--11of13--md {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--md {
    margin-left: 84.61538%; }
  .col--12of13--md {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--md {
    margin-left: 92.30769%; }
  .col--13of13--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of13--lg {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--lg {
    margin-left: 7.69231%; }
  .col--2of13--lg {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--lg {
    margin-left: 15.38462%; }
  .col--3of13--lg {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--lg {
    margin-left: 23.07692%; }
  .col--4of13--lg {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--lg {
    margin-left: 30.76923%; }
  .col--5of13--lg {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--lg {
    margin-left: 38.46154%; }
  .col--6of13--lg {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--lg {
    margin-left: 46.15385%; }
  .col--7of13--lg {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--lg {
    margin-left: 53.84615%; }
  .col--8of13--lg {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--lg {
    margin-left: 61.53846%; }
  .col--9of13--lg {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--lg {
    margin-left: 69.23077%; }
  .col--10of13--lg {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--lg {
    margin-left: 76.92308%; }
  .col--11of13--lg {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--lg {
    margin-left: 84.61538%; }
  .col--12of13--lg {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--lg {
    margin-left: 92.30769%; }
  .col--13of13--lg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of13--xlg {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--xlg {
    margin-left: 7.69231%; }
  .col--2of13--xlg {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--xlg {
    margin-left: 15.38462%; }
  .col--3of13--xlg {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--xlg {
    margin-left: 23.07692%; }
  .col--4of13--xlg {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--xlg {
    margin-left: 30.76923%; }
  .col--5of13--xlg {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--xlg {
    margin-left: 38.46154%; }
  .col--6of13--xlg {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--xlg {
    margin-left: 46.15385%; }
  .col--7of13--xlg {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--xlg {
    margin-left: 53.84615%; }
  .col--8of13--xlg {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--xlg {
    margin-left: 61.53846%; }
  .col--9of13--xlg {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--xlg {
    margin-left: 69.23077%; }
  .col--10of13--xlg {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--xlg {
    margin-left: 76.92308%; }
  .col--11of13--xlg {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--xlg {
    margin-left: 84.61538%; }
  .col--12of13--xlg {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--xlg {
    margin-left: 92.30769%; }
  .col--13of13--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of13--xxlg {
    width: 7.69231%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of13--xxlg {
    margin-left: 7.69231%; }
  .col--2of13--xxlg {
    width: 15.38462%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of13--xxlg {
    margin-left: 15.38462%; }
  .col--3of13--xxlg {
    width: 23.07692%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of13--xxlg {
    margin-left: 23.07692%; }
  .col--4of13--xxlg {
    width: 30.76923%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of13--xxlg {
    margin-left: 30.76923%; }
  .col--5of13--xxlg {
    width: 38.46154%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of13--xxlg {
    margin-left: 38.46154%; }
  .col--6of13--xxlg {
    width: 46.15385%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of13--xxlg {
    margin-left: 46.15385%; }
  .col--7of13--xxlg {
    width: 53.84615%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of13--xxlg {
    margin-left: 53.84615%; }
  .col--8of13--xxlg {
    width: 61.53846%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of13--xxlg {
    margin-left: 61.53846%; }
  .col--9of13--xxlg {
    width: 69.23077%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of13--xxlg {
    margin-left: 69.23077%; }
  .col--10of13--xxlg {
    width: 76.92308%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of13--xxlg {
    margin-left: 76.92308%; }
  .col--11of13--xxlg {
    width: 84.61538%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of13--xxlg {
    margin-left: 84.61538%; }
  .col--12of13--xxlg {
    width: 92.30769%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of13--xxlg {
    margin-left: 92.30769%; }
  .col--13of13--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--13of13--xxlg {
    margin-left: 100%; } }

.col--1of12 {
  width: 8.33333%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of12 {
  margin-left: 8.33333%; }

.col--2of12 {
  width: 16.66667%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of12 {
  margin-left: 16.66667%; }

.col--3of12 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of12 {
  margin-left: 25%; }

.col--4of12, .page-node-229363 .third {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of12 {
  margin-left: 33.33333%; }

.col--5of12 {
  width: 41.66667%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of12 {
  margin-left: 41.66667%; }

.col--6of12 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of12 {
  margin-left: 50%; }

.col--7of12 {
  width: 58.33333%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of12 {
  margin-left: 58.33333%; }

.col--8of12 {
  width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of12 {
  margin-left: 66.66667%; }

.col--9of12 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of12 {
  margin-left: 75%; }

.col--10of12 {
  width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of12 {
  margin-left: 83.33333%; }

.col--11of12 {
  width: 91.66667%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--11of12 {
  margin-left: 91.66667%; }

.col--12of12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--12of12 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of12--xsm {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--xsm {
    margin-left: 8.33333%; }
  .col--2of12--xsm {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--xsm {
    margin-left: 16.66667%; }
  .col--3of12--xsm {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--xsm {
    margin-left: 25%; }
  .col--4of12--xsm {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--xsm {
    margin-left: 33.33333%; }
  .col--5of12--xsm {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--xsm {
    margin-left: 41.66667%; }
  .col--6of12--xsm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--xsm {
    margin-left: 50%; }
  .col--7of12--xsm {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--xsm {
    margin-left: 58.33333%; }
  .col--8of12--xsm {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--xsm {
    margin-left: 66.66667%; }
  .col--9of12--xsm {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--xsm {
    margin-left: 75%; }
  .col--10of12--xsm {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--xsm {
    margin-left: 83.33333%; }
  .col--11of12--xsm {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--xsm {
    margin-left: 91.66667%; }
  .col--12of12--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of12--sm {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--sm {
    margin-left: 8.33333%; }
  .col--2of12--sm {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--sm {
    margin-left: 16.66667%; }
  .col--3of12--sm {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--sm {
    margin-left: 25%; }
  .col--4of12--sm, .video__feed_wrapper {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--sm {
    margin-left: 33.33333%; }
  .col--5of12--sm {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--sm {
    margin-left: 41.66667%; }
  .col--6of12--sm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--sm {
    margin-left: 50%; }
  .col--7of12--sm {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--sm {
    margin-left: 58.33333%; }
  .col--8of12--sm {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--sm {
    margin-left: 66.66667%; }
  .col--9of12--sm {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--sm {
    margin-left: 75%; }
  .col--10of12--sm {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--sm {
    margin-left: 83.33333%; }
  .col--11of12--sm {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--sm {
    margin-left: 91.66667%; }
  .col--12of12--sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of12--md {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--md {
    margin-left: 8.33333%; }
  .col--2of12--md {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--md {
    margin-left: 16.66667%; }
  .col--3of12--md {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--md {
    margin-left: 25%; }
  .col--4of12--md {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--md {
    margin-left: 33.33333%; }
  .col--5of12--md {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--md {
    margin-left: 41.66667%; }
  .col--6of12--md {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--md {
    margin-left: 50%; }
  .col--7of12--md {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--md {
    margin-left: 58.33333%; }
  .col--8of12--md {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--md {
    margin-left: 66.66667%; }
  .col--9of12--md {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--md {
    margin-left: 75%; }
  .col--10of12--md {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--md {
    margin-left: 83.33333%; }
  .col--11of12--md {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--md {
    margin-left: 91.66667%; }
  .col--12of12--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of12--lg {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--lg {
    margin-left: 8.33333%; }
  .col--2of12--lg {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--lg {
    margin-left: 16.66667%; }
  .col--3of12--lg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--lg {
    margin-left: 25%; }
  .col--4of12--lg {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--lg {
    margin-left: 33.33333%; }
  .col--5of12--lg {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--lg {
    margin-left: 41.66667%; }
  .col--6of12--lg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--lg {
    margin-left: 50%; }
  .col--7of12--lg {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--lg {
    margin-left: 58.33333%; }
  .col--8of12--lg {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--lg {
    margin-left: 66.66667%; }
  .col--9of12--lg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--lg {
    margin-left: 75%; }
  .col--10of12--lg {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--lg {
    margin-left: 83.33333%; }
  .col--11of12--lg {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--lg {
    margin-left: 91.66667%; }
  .col--12of12--lg, .video__feed_wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of12--xlg {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--xlg {
    margin-left: 8.33333%; }
  .col--2of12--xlg {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--xlg {
    margin-left: 16.66667%; }
  .col--3of12--xlg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--xlg {
    margin-left: 25%; }
  .col--4of12--xlg {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--xlg {
    margin-left: 33.33333%; }
  .col--5of12--xlg {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--xlg {
    margin-left: 41.66667%; }
  .col--6of12--xlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--xlg {
    margin-left: 50%; }
  .col--7of12--xlg {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--xlg {
    margin-left: 58.33333%; }
  .col--8of12--xlg {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--xlg {
    margin-left: 66.66667%; }
  .col--9of12--xlg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--xlg {
    margin-left: 75%; }
  .col--10of12--xlg {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--xlg {
    margin-left: 83.33333%; }
  .col--11of12--xlg {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--xlg {
    margin-left: 91.66667%; }
  .col--12of12--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of12--xxlg {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of12--xxlg {
    margin-left: 8.33333%; }
  .col--2of12--xxlg {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of12--xxlg {
    margin-left: 16.66667%; }
  .col--3of12--xxlg {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of12--xxlg {
    margin-left: 25%; }
  .col--4of12--xxlg {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of12--xxlg {
    margin-left: 33.33333%; }
  .col--5of12--xxlg {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of12--xxlg {
    margin-left: 41.66667%; }
  .col--6of12--xxlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of12--xxlg {
    margin-left: 50%; }
  .col--7of12--xxlg {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of12--xxlg {
    margin-left: 58.33333%; }
  .col--8of12--xxlg {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of12--xxlg {
    margin-left: 66.66667%; }
  .col--9of12--xxlg {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of12--xxlg {
    margin-left: 75%; }
  .col--10of12--xxlg {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of12--xxlg {
    margin-left: 83.33333%; }
  .col--11of12--xxlg {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of12--xxlg {
    margin-left: 91.66667%; }
  .col--12of12--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--12of12--xxlg {
    margin-left: 100%; } }

.col--1of11 {
  width: 9.09091%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of11 {
  margin-left: 9.09091%; }

.col--2of11 {
  width: 18.18182%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of11 {
  margin-left: 18.18182%; }

.col--3of11 {
  width: 27.27273%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of11 {
  margin-left: 27.27273%; }

.col--4of11 {
  width: 36.36364%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of11 {
  margin-left: 36.36364%; }

.col--5of11 {
  width: 45.45455%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of11 {
  margin-left: 45.45455%; }

.col--6of11 {
  width: 54.54545%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of11 {
  margin-left: 54.54545%; }

.col--7of11 {
  width: 63.63636%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of11 {
  margin-left: 63.63636%; }

.col--8of11 {
  width: 72.72727%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of11 {
  margin-left: 72.72727%; }

.col--9of11 {
  width: 81.81818%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of11 {
  margin-left: 81.81818%; }

.col--10of11 {
  width: 90.90909%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of11 {
  margin-left: 90.90909%; }

.col--11of11 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--11of11 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of11--xsm {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--xsm {
    margin-left: 9.09091%; }
  .col--2of11--xsm {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--xsm {
    margin-left: 18.18182%; }
  .col--3of11--xsm {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--xsm {
    margin-left: 27.27273%; }
  .col--4of11--xsm {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--xsm {
    margin-left: 36.36364%; }
  .col--5of11--xsm {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--xsm {
    margin-left: 45.45455%; }
  .col--6of11--xsm {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--xsm {
    margin-left: 54.54545%; }
  .col--7of11--xsm {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--xsm {
    margin-left: 63.63636%; }
  .col--8of11--xsm {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--xsm {
    margin-left: 72.72727%; }
  .col--9of11--xsm {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--xsm {
    margin-left: 81.81818%; }
  .col--10of11--xsm {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--xsm {
    margin-left: 90.90909%; }
  .col--11of11--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of11--sm {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--sm {
    margin-left: 9.09091%; }
  .col--2of11--sm {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--sm {
    margin-left: 18.18182%; }
  .col--3of11--sm {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--sm {
    margin-left: 27.27273%; }
  .col--4of11--sm {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--sm {
    margin-left: 36.36364%; }
  .col--5of11--sm {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--sm {
    margin-left: 45.45455%; }
  .col--6of11--sm {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--sm {
    margin-left: 54.54545%; }
  .col--7of11--sm {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--sm {
    margin-left: 63.63636%; }
  .col--8of11--sm {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--sm {
    margin-left: 72.72727%; }
  .col--9of11--sm {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--sm {
    margin-left: 81.81818%; }
  .col--10of11--sm {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--sm {
    margin-left: 90.90909%; }
  .col--11of11--sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of11--md {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--md {
    margin-left: 9.09091%; }
  .col--2of11--md {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--md {
    margin-left: 18.18182%; }
  .col--3of11--md {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--md {
    margin-left: 27.27273%; }
  .col--4of11--md {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--md {
    margin-left: 36.36364%; }
  .col--5of11--md {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--md {
    margin-left: 45.45455%; }
  .col--6of11--md {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--md {
    margin-left: 54.54545%; }
  .col--7of11--md {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--md {
    margin-left: 63.63636%; }
  .col--8of11--md {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--md {
    margin-left: 72.72727%; }
  .col--9of11--md {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--md {
    margin-left: 81.81818%; }
  .col--10of11--md {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--md {
    margin-left: 90.90909%; }
  .col--11of11--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of11--lg {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--lg {
    margin-left: 9.09091%; }
  .col--2of11--lg {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--lg {
    margin-left: 18.18182%; }
  .col--3of11--lg {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--lg {
    margin-left: 27.27273%; }
  .col--4of11--lg {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--lg {
    margin-left: 36.36364%; }
  .col--5of11--lg {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--lg {
    margin-left: 45.45455%; }
  .col--6of11--lg {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--lg {
    margin-left: 54.54545%; }
  .col--7of11--lg {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--lg {
    margin-left: 63.63636%; }
  .col--8of11--lg {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--lg {
    margin-left: 72.72727%; }
  .col--9of11--lg {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--lg {
    margin-left: 81.81818%; }
  .col--10of11--lg {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--lg {
    margin-left: 90.90909%; }
  .col--11of11--lg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of11--xlg {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--xlg {
    margin-left: 9.09091%; }
  .col--2of11--xlg {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--xlg {
    margin-left: 18.18182%; }
  .col--3of11--xlg {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--xlg {
    margin-left: 27.27273%; }
  .col--4of11--xlg {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--xlg {
    margin-left: 36.36364%; }
  .col--5of11--xlg {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--xlg {
    margin-left: 45.45455%; }
  .col--6of11--xlg {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--xlg {
    margin-left: 54.54545%; }
  .col--7of11--xlg {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--xlg {
    margin-left: 63.63636%; }
  .col--8of11--xlg {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--xlg {
    margin-left: 72.72727%; }
  .col--9of11--xlg {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--xlg {
    margin-left: 81.81818%; }
  .col--10of11--xlg {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--xlg {
    margin-left: 90.90909%; }
  .col--11of11--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of11--xxlg {
    width: 9.09091%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of11--xxlg {
    margin-left: 9.09091%; }
  .col--2of11--xxlg {
    width: 18.18182%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of11--xxlg {
    margin-left: 18.18182%; }
  .col--3of11--xxlg {
    width: 27.27273%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of11--xxlg {
    margin-left: 27.27273%; }
  .col--4of11--xxlg {
    width: 36.36364%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of11--xxlg {
    margin-left: 36.36364%; }
  .col--5of11--xxlg {
    width: 45.45455%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of11--xxlg {
    margin-left: 45.45455%; }
  .col--6of11--xxlg {
    width: 54.54545%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of11--xxlg {
    margin-left: 54.54545%; }
  .col--7of11--xxlg {
    width: 63.63636%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of11--xxlg {
    margin-left: 63.63636%; }
  .col--8of11--xxlg {
    width: 72.72727%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of11--xxlg {
    margin-left: 72.72727%; }
  .col--9of11--xxlg {
    width: 81.81818%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of11--xxlg {
    margin-left: 81.81818%; }
  .col--10of11--xxlg {
    width: 90.90909%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of11--xxlg {
    margin-left: 90.90909%; }
  .col--11of11--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--11of11--xxlg {
    margin-left: 100%; } }

.col--1of10 {
  width: 10%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--1of10 {
  margin-left: 10%; }

.col--2of10 {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--2of10 {
  margin-left: 20%; }

.col--3of10 {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--3of10 {
  margin-left: 30%; }

.col--4of10 {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--4of10 {
  margin-left: 40%; }

.col--5of10 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--5of10 {
  margin-left: 50%; }

.col--6of10 {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--6of10 {
  margin-left: 60%; }

.col--7of10 {
  width: 70%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--7of10 {
  margin-left: 70%; }

.col--8of10 {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--8of10 {
  margin-left: 80%; }

.col--9of10 {
  width: 90%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--9of10 {
  margin-left: 90%; }

.col--10of10 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.col--offset--10of10 {
  margin-left: 100%; }

@media (min-width: 500px) {
  .col--1of10--xsm {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--xsm {
    margin-left: 10%; }
  .col--2of10--xsm {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--xsm {
    margin-left: 20%; }
  .col--3of10--xsm {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--xsm {
    margin-left: 30%; }
  .col--4of10--xsm {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--xsm {
    margin-left: 40%; }
  .col--5of10--xsm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--xsm {
    margin-left: 50%; }
  .col--6of10--xsm {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--xsm {
    margin-left: 60%; }
  .col--7of10--xsm {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--xsm {
    margin-left: 70%; }
  .col--8of10--xsm {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--xsm {
    margin-left: 80%; }
  .col--9of10--xsm {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--xsm {
    margin-left: 90%; }
  .col--10of10--xsm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--xsm {
    margin-left: 100%; } }

@media (min-width: 780px) {
  .col--1of10--sm {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--sm {
    margin-left: 10%; }
  .col--2of10--sm {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--sm {
    margin-left: 20%; }
  .col--3of10--sm {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--sm {
    margin-left: 30%; }
  .col--4of10--sm {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--sm {
    margin-left: 40%; }
  .col--5of10--sm {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--sm {
    margin-left: 50%; }
  .col--6of10--sm {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--sm {
    margin-left: 60%; }
  .col--7of10--sm {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--sm {
    margin-left: 70%; }
  .col--8of10--sm {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--sm {
    margin-left: 80%; }
  .col--9of10--sm {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--sm {
    margin-left: 90%; }
  .col--10of10--sm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col--1of10--md {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--md {
    margin-left: 10%; }
  .col--2of10--md {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--md {
    margin-left: 20%; }
  .col--3of10--md {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--md {
    margin-left: 30%; }
  .col--4of10--md {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--md {
    margin-left: 40%; }
  .col--5of10--md {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--md {
    margin-left: 50%; }
  .col--6of10--md {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--md {
    margin-left: 60%; }
  .col--7of10--md {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--md {
    margin-left: 70%; }
  .col--8of10--md {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--md {
    margin-left: 80%; }
  .col--9of10--md {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--md {
    margin-left: 90%; }
  .col--10of10--md {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--md {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--1of10--lg {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--lg {
    margin-left: 10%; }
  .col--2of10--lg {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--lg {
    margin-left: 20%; }
  .col--3of10--lg {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--lg {
    margin-left: 30%; }
  .col--4of10--lg {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--lg {
    margin-left: 40%; }
  .col--5of10--lg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--lg {
    margin-left: 50%; }
  .col--6of10--lg {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--lg {
    margin-left: 60%; }
  .col--7of10--lg {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--lg {
    margin-left: 70%; }
  .col--8of10--lg {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--lg {
    margin-left: 80%; }
  .col--9of10--lg {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--lg {
    margin-left: 90%; }
  .col--10of10--lg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--lg {
    margin-left: 100%; } }

@media (min-width: 1430px) {
  .col--1of10--xlg {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--xlg {
    margin-left: 10%; }
  .col--2of10--xlg {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--xlg {
    margin-left: 20%; }
  .col--3of10--xlg {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--xlg {
    margin-left: 30%; }
  .col--4of10--xlg {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--xlg {
    margin-left: 40%; }
  .col--5of10--xlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--xlg {
    margin-left: 50%; }
  .col--6of10--xlg {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--xlg {
    margin-left: 60%; }
  .col--7of10--xlg {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--xlg {
    margin-left: 70%; }
  .col--8of10--xlg {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--xlg {
    margin-left: 80%; }
  .col--9of10--xlg {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--xlg {
    margin-left: 90%; }
  .col--10of10--xlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--xlg {
    margin-left: 100%; } }

@media (min-width: 1580px) {
  .col--1of10--xxlg {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--1of10--xxlg {
    margin-left: 10%; }
  .col--2of10--xxlg {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--2of10--xxlg {
    margin-left: 20%; }
  .col--3of10--xxlg {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--3of10--xxlg {
    margin-left: 30%; }
  .col--4of10--xxlg {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--4of10--xxlg {
    margin-left: 40%; }
  .col--5of10--xxlg {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--5of10--xxlg {
    margin-left: 50%; }
  .col--6of10--xxlg {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--6of10--xxlg {
    margin-left: 60%; }
  .col--7of10--xxlg {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--7of10--xxlg {
    margin-left: 70%; }
  .col--8of10--xxlg {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--8of10--xxlg {
    margin-left: 80%; }
  .col--9of10--xxlg {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--9of10--xxlg {
    margin-left: 90%; }
  .col--10of10--xxlg {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .col--offset--10of10--xxlg {
    margin-left: 100%; } }

.col--group, .video__feed .article_snippet .article_snippet__image_wrap, .video__feed .article_snippet .article_snippet__header, .page-network-members .views-row {
  padding: 0; }

.col--no_pad {
  padding: 0; }

.desktop-only {
  display: none; }

.mobile-only {
  display: initial; }

@media (min-width: 1024px) {
  .desktop-only {
    display: initial; }
  .mobile-only {
    display: none; } }

/*
    For fixed rhs columns that collapse beneath a breakpoint --md means full width columns beneath that breakpoint.

    dom usage:

    div.col--wrap--300--md
        div.col--fluid--300--md
    div.col--static--300--md
*/
@media (min-width: 780px) {
  .col--static--320--sm {
    float: left;
    width: 320px; } }

@media (min-width: 780px) {
  .col--wrap--320--sm {
    width: 100%;
    margin-right: -320px;
    float: left; } }

@media (min-width: 780px) {
  .col--fluid--320--sm {
    margin-right: 320px; } }

@media (min-width: 1024px) {
  .col--static--320--md {
    float: left;
    width: 320px; } }

@media (min-width: 1024px) {
  .col--wrap--320--md {
    width: 100%;
    margin-right: -320px;
    float: left; } }

@media (min-width: 1024px) {
  .col--fluid--320--md {
    margin-right: 320px; } }

@media (min-width: 1280px) {
  .col--static--320--lg {
    float: left;
    width: 320px; } }

@media (min-width: 1280px) {
  .col--wrap--320--lg {
    width: 100%;
    margin-right: -320px;
    float: left; } }

@media (min-width: 1280px) {
  .col--fluid--320--lg {
    margin-right: 320px; } }

@media (min-width: 1430px) {
  .col--static--320--xlg {
    float: left;
    width: 320px; } }

@media (min-width: 1430px) {
  .col--wrap--320--xlg {
    width: 100%;
    margin-right: -320px;
    float: left; } }

@media (min-width: 1430px) {
  .col--fluid--320--xlg {
    margin-right: 320px; } }

/*
    Removing container margins and paddings. Useful for elemements that are full widths at some breakpoints and not others
*/
.container--no_margin--xsm {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xsm:before, .container--no_margin--xsm:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xsm:after {
    clear: both; }
  .container--no_margin--xsm {
    *zoom: 1; }
  @media (min-width: 500px) {
    .container--no_margin--xsm {
      width: initial;
      max-width: 460px; } }

@media (min-width: 500px) {
  .container--no-padding--xsm {
    padding: 0; } }

.container--no_margin--sm {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--sm:before, .container--no_margin--sm:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--sm:after {
    clear: both; }
  .container--no_margin--sm {
    *zoom: 1; }
  @media (min-width: 780px) {
    .container--no_margin--sm {
      width: initial;
      max-width: 740px; } }

@media (min-width: 780px) {
  .container--no-padding--sm {
    padding: 0; } }

.container--no_margin--md {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--md:before, .container--no_margin--md:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--md:after {
    clear: both; }
  .container--no_margin--md {
    *zoom: 1; }
  @media (min-width: 1024px) {
    .container--no_margin--md {
      width: initial;
      max-width: 984px; } }

@media (min-width: 1024px) {
  .container--no-padding--md {
    padding: 0; } }

.container--no_margin--lg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--lg:before, .container--no_margin--lg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--lg:after {
    clear: both; }
  .container--no_margin--lg {
    *zoom: 1; }
  @media (min-width: 1280px) {
    .container--no_margin--lg {
      width: initial;
      max-width: 1240px; } }

@media (min-width: 1280px) {
  .container--no-padding--lg {
    padding: 0; } }

.container--no_margin--xlg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xlg:before, .container--no_margin--xlg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xlg:after {
    clear: both; }
  .container--no_margin--xlg {
    *zoom: 1; }
  @media (min-width: 1430px) {
    .container--no_margin--xlg {
      width: initial;
      max-width: 1390px; } }

@media (min-width: 1430px) {
  .container--no-padding--xlg {
    padding: 0; } }

.container--no_margin--xxlg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xxlg:before, .container--no_margin--xxlg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xxlg:after {
    clear: both; }
  .container--no_margin--xxlg {
    *zoom: 1; }
  @media (min-width: 1580px) {
    .container--no_margin--xxlg {
      width: initial;
      max-width: 1540px; } }

@media (min-width: 1580px) {
  .container--no-padding--xxlg {
    padding: 0; } }

.container--no_margin--xsm {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xsm:before, .container--no_margin--xsm:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xsm:after {
    clear: both; }
  .container--no_margin--xsm {
    *zoom: 1; }
  @media (min-width: 500px) {
    .container--no_margin--xsm {
      width: auto;
      max-width: 460px; } }

@media (min-width: 500px) {
  .container--no-padding--xsm {
    padding: 0; } }

.container--no_margin--sm {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--sm:before, .container--no_margin--sm:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--sm:after {
    clear: both; }
  .container--no_margin--sm {
    *zoom: 1; }
  @media (min-width: 780px) {
    .container--no_margin--sm {
      width: auto;
      max-width: 740px; } }

@media (min-width: 780px) {
  .container--no-padding--sm {
    padding: 0; } }

.container--no_margin--md {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--md:before, .container--no_margin--md:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--md:after {
    clear: both; }
  .container--no_margin--md {
    *zoom: 1; }
  @media (min-width: 1024px) {
    .container--no_margin--md {
      width: auto;
      max-width: 984px; } }

@media (min-width: 1024px) {
  .container--no-padding--md {
    padding: 0; } }

.container--no_margin--lg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--lg:before, .container--no_margin--lg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--lg:after {
    clear: both; }
  .container--no_margin--lg {
    *zoom: 1; }
  @media (min-width: 1280px) {
    .container--no_margin--lg {
      width: auto;
      max-width: 1240px; } }

@media (min-width: 1280px) {
  .container--no-padding--lg {
    padding: 0; } }

.container--no_margin--xlg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xlg:before, .container--no_margin--xlg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xlg:after {
    clear: both; }
  .container--no_margin--xlg {
    *zoom: 1; }
  @media (min-width: 1430px) {
    .container--no_margin--xlg {
      width: auto;
      max-width: 1390px; } }

@media (min-width: 1430px) {
  .container--no-padding--xlg {
    padding: 0; } }

.container--no_margin--xxlg {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .container--no_margin--xxlg:before, .container--no_margin--xxlg:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container--no_margin--xxlg:after {
    clear: both; }
  .container--no_margin--xxlg {
    *zoom: 1; }
  @media (min-width: 1580px) {
    .container--no_margin--xxlg {
      width: auto;
      max-width: 1540px; } }

@media (min-width: 1580px) {
  .container--no-padding--xxlg {
    padding: 0; } }

.container--no-padding {
  padding: 0; }

/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 1em;
  background: #FFFFFF; }

*, *::before, *::after {
  box-sizing: inherit; }

a {
  text-decoration: none;
  color: #B30E14; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto; }

address {
  font-style: normal; }

.video_wrapper, .media-youtube-video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%; }
  .video_wrapper iframe, .video_wrapper .jwplayer, .media-youtube-video iframe, .media-youtube-video .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media-vimeo-player {
  width: 100%; }

::-moz-selection {
  background-color: #ED1C24;
  color: #FFFFFF; }

::selection {
  background-color: #ED1C24;
  color: #FFFFFF; }

::-moz-selection {
  background-color: #ED1C24;
  color: #FFFFFF; }

a {
  -webkit-tap-highlight-color: rgba(237, 28, 36, 0.5); }

a:focus {
  outline: 2px solid #F9B122; }

.js-sticky-title {
  display: none; }

.js-read-more {
  display: none; }

figure {
  margin: 0; }

.js-debug-events [data-event-category] {
  background-color: rgba(255, 0, 0, 0.3); }
  .js-debug-events [data-event-category]:before, .js-debug-events [data-event-category]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .js-debug-events [data-event-category]:after {
    clear: both; }
  .js-debug-events [data-event-category] {
    *zoom: 1; }
  .js-debug-events [data-event-category] a.js-debug-event-link {
    border-top: 3px solid rgba(255, 0, 0, 0.6);
    display: inline-block;
    right: 0;
    width: 100%;
    color: black;
    font-weight: 600;
    padding: 0 10px;
    background-color: rgba(255, 0, 0, 0.2); }

/*
    @styleguide
    @name Fonts

    @description <p>The Drum uses multiple font weights from the font families <a href="http://www.linotype.com/1386572/ff-marselis-slab-family.html" target="_blank">Marselis Slab</a> and <a href="http://www.linotype.com/2090/avenir-next.html" target="_blank">Avenir Next</a>.</p><p>Provided by <a href="http://www.monotype.com/" target="_blank">Monotype</a></p>
    @hidemarkup

    @markup

    <ul class="sg-col-half">
        <li><h3 class="MarselisSlab-Bold">Marselis Slab Bold</h3></li>
        <li><h3 class="MarselisSlab-BoldItalic">Marselis Slab Bold Italic</h3></li>
        <li><h3 class="MarselisSlab-Regular">Marselis Slab</h3></li>
        <li><h3 class="MarselisSlab-Italic">Marselis Slab Italic</h3></li>
        <li><h3 class="MarselisSlab-Light">Marselis Slab Light</h3></li>
        <li><h3 class="MarselisSlab-LightItalic">Marselis Slab Light Italic</h3></li>
    </ul>

    <ul class="sg-col-half">
        <li><h3 class="AvenirNext-Bold">Avenir Next Bold</h3></li>
        <li><h3 class="AvenirNext-Demi">Avenir Next Demi</h3></li>
        <li><h3 class="AvenirNext-Medium">Avenir Next Medium</h3></li>
        <li><h3 class="AvenirNext-Regular">Avenir Next</h3></li>
        <li><h3 class="AvenirNext-Italic">Avenir Next Italic</h3></li>
    </ul>


*/
@font-face {
  font-family: AvenirNext;
  src: url("/assets/fonts/AvenirNext-Demi.woff2") format("woff2"), url("/assets/fonts/AvenirNext-Demi.woff") format("woff"), url("/assets/fonts/AvenirNext-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: AvenirNext;
  src: url("/assets/fonts/AvenirNext-Regular.woff2") format("woff2"), url("/assets/fonts/AvenirNext-Regular.woff") format("woff"), url("/assets/fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: AvenirNext;
  src: url("/assets/fonts/AvenirNext-Medium.woff2") format("woff2"), url("/assets/fonts/AvenirNext-Medium.woff") format("woff"), url("/assets/fonts/AvenirNext-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: AvenirNext;
  src: url("/assets/fonts/AvenirNext-Bold.woff2") format("woff2"), url("/assets/fonts/AvenirNext-Bold.woff") format("woff"), url("/assets/fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: AvenirNext;
  src: url("/assets/fonts/AvenirNext-Italic.woff2") format("woff2"), url("/assets/fonts/AvenirNext-Italic.woff") format("woff"), url("/assets/fonts/AvenirNext-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Light.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Light.woff") format("woff"), url("/assets/fonts/MarselisSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Regular.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Regular.woff") format("woff"), url("/assets/fonts/MarselisSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Bold.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Bold.woff") format("woff"), url("/assets/fonts/MarselisSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Light-Italic.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Light-Italic.woff") format("woff"), url("/assets/fonts/MarselisSlab-Light-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Italic.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Italic.woff") format("woff"), url("/assets/fonts/MarselisSlab-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: MarselisSlab;
  src: url("/assets/fonts/MarselisSlab-Bold-Italic.woff2") format("woff2"), url("/assets/fonts/MarselisSlab-Bold-Italic.woff") format("woff"), url("/assets/fonts/MarselisSlab-Bold-Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

.MarselisSlab-Bold {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 700; }

.MarselisSlab-BoldItalic {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 700;
  font-style: italic; }

.MarselisSlab-Regular {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 400; }

.MarselisSlab-Italic {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 400;
  font-style: italic; }

.MarselisSlab-Light {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 300; }

.MarselisSlab-LightItalic {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 300;
  font-style: italic; }

.AvenirNext-Bold {
  font-family: AvenirNext, Arial, sans-serif;
  font-weight: 700; }

.AvenirNext-Demi {
  font-family: AvenirNext, Arial, sans-serif;
  font-weight: 600; }

.AvenirNext-Medium {
  font-family: AvenirNext, Arial, sans-serif;
  font-weight: 500; }

.AvenirNext-Regular {
  font-family: AvenirNext, Arial, sans-serif;
  font-weight: 400; }

.AvenirNext-Italic {
  font-family: AvenirNext, Arial, sans-serif;
  font-weight: 400;
  font-style: italic; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, .skip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .focusable.skip:active,
.visuallyhidden.focusable:focus,
.focusable.skip:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.h-pos-rel {
  position: relative; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.desktop_only {
  display: none; }

.tablet {
  display: none; }
  @media (min-width: 1280px) {
    .tablet {
      display: inline-block; } }

.tablet_up {
  display: none; }
  @media (min-width: 1024px) {
    .tablet_up {
      display: inline-block; } }

@media (min-width: 780px) {
  .desktop_only {
    display: inline-block; }
    .desktop_only--inline {
      display: inline; }
  .mobile_only {
    display: none; } }

@media (min-width: 1024px) {
  .tablet_down {
    display: none; } }

.center {
  text-align: center; }

.text-left {
  text-align: left; }

.unstyled_list, .nav ul, .megamenu__list, .title_block__nav, .tabs, .admin_nav, .share_sidebar__group {
  list-style: none;
  -webkit-padding-start: 0;
  padding-left: 0; }
  .unstyled_list__item, .nav ul li.unstyled_list__item, .title_block__nav__item, .tab, .share_sidebar__item {
    display: inline-block; }

.pullLeft {
  float: left; }

.pullRight {
  float: right; }

@media (min-width: 1280px) {
  .leaderboard {
    margin-bottom: 24px;
    margin-top: 24px; } }

.hr, .cw_card__hr {
  border-top: 1px solid #E1E1E1;
  margin-bottom: 12px; }
  .hr:before, .cw_card__hr:before, .hr:after, .cw_card__hr:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .hr:after, .cw_card__hr:after {
    clear: both; }
  .hr, .cw_card__hr {
    *zoom: 1; }

.hr--dark {
  border-top: 1px solid #4c4c4c;
  margin-bottom: 12px; }
  .hr--dark:before, .hr--dark:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .hr--dark:after {
    clear: both; }
  .hr--dark {
    *zoom: 1; }

.img_full {
  width: 100%; }

.clearfix:before, .todo:before, .megamenu__row:before, .internal_block--chipshop .internal_block__wrap:before, .internal_block--mediaslap .internal_block__wrap:before, .internal_block--dma .internal_block__wrap:before, .report_detail__wrapper:before, .report_block:before, .clearfix:after, .todo:after, .megamenu__row:after, .internal_block--chipshop .internal_block__wrap:after, .internal_block--mediaslap .internal_block__wrap:after, .internal_block--dma .internal_block__wrap:after, .report_detail__wrapper:after, .report_block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .todo:after, .megamenu__row:after, .internal_block--chipshop .internal_block__wrap:after, .internal_block--mediaslap .internal_block__wrap:after, .internal_block--dma .internal_block__wrap:after, .report_detail__wrapper:after, .report_block:after {
  clear: both; }

.clearfix, .todo, .megamenu__row, .internal_block--chipshop .internal_block__wrap, .internal_block--mediaslap .internal_block__wrap, .internal_block--dma .internal_block__wrap, .report_detail__wrapper, .report_block {
  *zoom: 1; }

.scaled {
  width: 100%; }

.col, .video__feature, .video__feed, .video__feed_wrapper, .video__feed .article_snippet .article_snippet__image_wrap, .video__feed .article_snippet .article_snippet__header, .quater, .page-network-members .views-row, .page-node-229362 .tab, .page-node-229363 .tab, .page-node-211803 .tab, .page-node-229363 .third {
  min-height: 1px; }

.skip:focus {
  width: auto;
  height: auto;
  margin: 10px;
  clip: auto;
  background-color: white;
  padding: 10px;
  color: black; }

.gradient, .article_snippet--feature .article_snippet__info {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.9+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#e6000000',GradientType=0 );
  /* IE6-9 */ }

.loading {
  display: none; }

.dark {
  background-color: #121212; }

.smallertext {
  font-size: 14px; }

.table {
  display: table; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/*
    @styleguide
    @name Typography
    @description Headings are used to define important topics and section content into digestible chunks.

    @markup
<h1 class="heading--primary">The Super Bowl is the right place for big news' Honda's AVP of marketing Tom Peyton on the animal-themed advert</h1>

<p class="heading--intro">After taking a break last year, Honda is back in the Super Bowl this year with a one-minute ad that features sheep singing Queen’s ‘Somebody To Love.’ Created by Honda’s longtime agency RPA, the auto brand is using the spot to promote its 2017 Ridgeline truck.</p>

<h2>Why did you decide to do a one-minute ad instead of a thirty-second one?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore aliquid voluptatem tenetur eos, maxime quia unde, beatae quasi fuga architecto, ab distinctio accusamus saepe iure? Porro corrupti doloribus nisi nostrum.</p>

<h3>Heading</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore aliquid voluptatem tenetur eos, maxime quia unde, beatae quasi fuga architecto, ab distinctio accusamus saepe iure? Porro corrupti doloribus nisi nostrum.</p>

<h4>Heading</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore aliquid voluptatem tenetur eos, maxime quia unde, beatae quasi fuga architecto, ab distinctio accusamus saepe iure? Porro corrupti doloribus nisi nostrum.</p>

<h5>Heading</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore aliquid voluptatem tenetur eos, maxime quia unde, beatae quasi fuga architecto, ab distinctio accusamus saepe iure? Porro corrupti doloribus nisi nostrum.</p>

*/
body {
  font-family: AvenirNext, serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased; }

p {
  font-size: 1em;
  margin-bottom: 1.45em; }
  @media (min-width: 780px) {
    p {
      font-size: 1.125em; } }

h1,
h2,
h3,
.author--article .author__name,
h4 {
  margin: 1.414em 0 0.5em;
  font-family: MarselisSlab, serif;
  font-weight: 200;
  font-weight: inherit; }
  h1 a,
  h2 a,
  h3 a, .author--article .author__name a,
  h4 a {
    font-family: AvenirNext, Arial, sans-serif;
    font-weight: inherit;
    color: inherit; }

h1,
.heading--primary {
  margin-top: 0;
  font-weight: 200;
  font-size: 1.5em; }
  @media (min-width: 780px) {
    h1,
    .heading--primary {
      font-size: 1.875em; } }
  @media (min-width: 1024px) {
    h1,
    .heading--primary {
      font-size: 2.25em; } }
  @media (min-width: 1280px) {
    h1,
    .heading--primary {
      font-size: 2.625em; } }

.heading--intro {
  font-family: MarselisSlab, serif;
  font-weight: 200;
  font-size: 1.25em; }
  @media (min-width: 768px) {
    .heading--intro {
      font-size: 1.5em; } }

h2 {
  font-family: AvenirNext, serif;
  font-weight: 600;
  font-size: 1.125em; }
  @media (min-width: 780px) {
    h2 {
      font-size: 1.5em; } }

h3, .author--article .author__name, h4 {
  font-family: AvenirNext, serif;
  font-weight: 600;
  font-size: 1em; }
  @media (min-width: 780px) {
    h3, .author--article .author__name, h4 {
      font-size: 1.25em; } }

.h2, .about-h2 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 700; }
  @media (min-width: 780px) {
    .h2, .about-h2 {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    .h2, .about-h2 {
      font-size: 36px; } }

.small-font {
  font-size: 14px; }

.heavy-font {
  font-weight: 700; }

.all_nav {
  background-color: #121212; }

.header {
  background-color: #121212;
  padding: 6px 0 12px 0; }
  @media (min-width: 780px) {
    .header {
      padding: 6px 0 18px 0; } }
  .header:before, .header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .header:after {
    clear: both; }
  .header {
    *zoom: 1; }
  .header__link {
    display: inline-block; }
    .header__link:hover {
      text-decoration: none; }
  .header__logo {
    max-height: 2.25em; }
    @media (min-width: 1024px) {
      .header__logo {
        max-height: 3em; } }
  .header__product {
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.5em;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
    vertical-align: middle;
    margin-left: 10px; }
    @media (min-width: 1024px) {
      .header__product {
        font-size: 2em; } }
  .header__search__btn {
    border-radius: 4px;
    border: none;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    background-color: #4c4c4c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-image: url("/assets/images/icons/icon-search.png");
    background-image: none, url("/assets/images/icons/icon-search.svg");
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .header__search__btn {
        margin: 5px 0; } }
    .header__search__btn.header__search__toggle--open {
      margin-left: 10px;
      background-size: 12px 12px;
      background-image: url("/assets/images/icons/icon-cross.png");
      background-image: none, url("/assets/images/icons/icon-cross.svg");
      background-repeat: no-repeat; }
    .header__search__btn:focus {
      outline-color: #F9B122; }
  .header__search__form {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .header__search__form {
        margin: 5px 0;
        width: 300px; } }

.nav {
  background-color: #232323;
  position: relative; }
  .nav .scrollable {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .nav .scrollable::-webkit-scrollbar {
      width: 1em;
      height: 5px; }
    .nav .scrollable::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px; }
    .nav .scrollable::-webkit-scrollbar-thumb {
      background-color: #757575;
      border-radius: 10px; }
    @media (min-width: 600px) {
      .nav .scrollable {
        display: inline; } }
    .nav .scrollable .unstyled_list__item:last-child, .nav .scrollable .title_block__nav__item:last-child, .nav .scrollable .tab:last-child, .nav .scrollable .share_sidebar__item:last-child {
      padding-right: 5em; }
      @media (min-width: 600px) {
        .nav .scrollable .unstyled_list__item:last-child, .nav .scrollable .title_block__nav__item:last-child, .nav .scrollable .tab:last-child, .nav .scrollable .share_sidebar__item:last-child {
          padding-right: 0; } }
  @media (min-width: 1280px) {
    .nav {
      overflow-x: initial;
      overflow-y: initial; } }
  .nav ul {
    margin: 0;
    display: inline; }
    @media (min-width: 1024px) {
      .nav ul li.unstyled_list__item, .nav ul li.title_block__nav__item, .nav ul li.tab, .nav ul li.share_sidebar__item {
        float: left; } }
  .nav__right {
    display: inline-block; }
    @media (min-width: 780px) {
      .nav__right {
        float: right; } }
  .nav__item {
    color: white;
    font-size: 1em;
    text-decoration: none;
    padding: 1em 0.875em;
    display: inline-block;
    font-weight: 500; }
    .nav__item--all {
      background-color: #232323;
      position: absolute;
      right: 0;
      top: 0;
      box-shadow: -10px 0px 6px -3px #000; }
      @media (min-width: 710px) {
        .nav__item--all {
          background: none;
          box-shadow: none;
          position: static;
          right: 0; } }
      .nav__item--all .nav__item:after {
        content: ' ';
        background-image: url("/assets/images/icons/icon-menu-002.png");
        background-image: none, url("/assets/images/icons/icon-menu-002.svg");
        background-repeat: no-repeat;
        width: 16px;
        height: 12px;
        display: inline-block;
        margin-left: 10px; }
      .nav__item--all .nav__item--open:after {
        content: ' ';
        background-image: url("/assets/images/icons/icon-cross.png");
        background-image: none, url("/assets/images/icons/icon-cross.svg");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        top: 2px;
        margin-left: 10px; }
    .nav__item--user {
      background-color: #232323;
      position: absolute;
      right: 0;
      top: 0;
      box-shadow: -10px 0px 6px -3px #000; }
      @media (min-width: 1024px) {
        .nav__item--user {
          background: none;
          box-shadow: none;
          position: static;
          right: 0; } }

.js-nav__item:hover .nav__item {
  cursor: pointer;
  background-color: #333333;
  text-decoration: none; }

@media (min-width: 1280px) {
  .js-nav__item:hover .subnav {
    border-bottom: 5px solid #232323;
    max-height: 350px; } }

.subnav {
  position: absolute;
  z-index: 1;
  background-color: #333333;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  border-bottom: 0px solid #232323;
  transition-delay: 0.15s; }
  .subnav ul {
    margin: 24px 0; }
  .subnav__link {
    font-size: 0.875em;
    margin: 18px 48px 18px 0;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block; }
    .subnav__link a {
      color: #A1A1A1; }
    .subnav__link:hover a {
      color: #FFFFFF; }
    .subnav__link:hover {
      background-color: initial;
      text-decoration: underline; }
    .subnav__link--primary a {
      color: #FFFFFF; }
  .subnav__title {
    color: #FFFFFF;
    font-size: 0.875em;
    margin: 0.75em 0;
    font-family: MarselisSlab;
    font-weight: 400;
    white-space: normal; }
  .subnav .article_snippet__link:hover {
    color: #FFFFFF; }

.beta {
  background-color: #EC720B;
  color: white;
  font-size: 12px;
  display: inline-block;
  padding: 0 6px;
  margin-left: 24px;
  display: none; }
  @media (min-width: 1280px) {
    .beta {
      font-size: 14px; } }

.megamenu {
  background-color: #333333;
  border-bottom: 6px solid #121212;
  display: none; }
  .megamenu__list {
    margin: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    background-color: #1a1a1a; }
  .megamenu__sublist {
    background-color: #333333; }
  @media (min-width: 1280px) {
    .megamenu__row:not(:last-child) {
      border-bottom: 1px solid #757575; } }
  .megamenu__item {
    display: block;
    width: 50%;
    float: left; }
    @media (min-width: 1024px) {
      .megamenu__item {
        display: inline-block;
        width: auto;
        float: none; } }
  .megamenu__link {
    color: white;
    display: block;
    padding: 16px 20px;
    text-transform: capitalize;
    font-weight: 500; }
    .megamenu__link--primary {
      background-color: #1a1a1a; }
      @media (min-width: 1280px) {
        .megamenu__link--primary {
          float: left; } }
  .megamenu__container {
    padding: 0; }
    @media (min-width: 780px) {
      .megamenu__container {
        padding: 0 30px; } }

.col--menu {
  padding: 0; }
  @media (min-width: 1024px) {
    .col--menu {
      padding: 0 10px; } }

.nav_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background-color: #1a1a1a; }
  .nav_overlay--expanded {
    display: block; }
  .nav_overlay li:not(:last-child) .nav_overlay__link {
    margin-right: 20px; }
  .nav_overlay__link {
    font-weight: 500;
    color: #A1A1A1;
    display: inline-block; }
    .nav_overlay__link--spaced {
      margin-top: 20px; }
  .nav_overlay__close {
    width: 30px;
    height: 30px;
    background-color: #4c4c4c;
    background-image: url("/assets/images/icons/icon-cross.png");
    background-image: none, url("/assets/images/icons/icon-cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    float: right; }
    .nav_overlay__close:hover {
      cursor: pointer; }
  .nav_overlay__cta {
    color: white;
    font-weight: 500;
    border: 2px solid #4c4c4c;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 20px 0px;
    text-align: center;
    transition: 0.3s ease; }
    @media (min-width: 780px) {
      .nav_overlay__cta {
        padding: 20px 30px; } }
    .nav_overlay__cta_img {
      vertical-align: middle;
      display: block;
      margin: 0 auto 10px auto;
      height: 36px; }
      @media (min-width: 1430px) {
        .nav_overlay__cta_img {
          display: inline-block;
          margin: 0; } }
    .nav_overlay__cta_text {
      vertical-align: middle;
      display: block; }
      @media (min-width: 1430px) {
        .nav_overlay__cta_text {
          margin-left: 10px; } }
      @media (min-width: 1430px) {
        .nav_overlay__cta_text {
          display: inline-block; } }
    .nav_overlay__cta:hover {
      border: 2px solid #B30E14;
      background-color: #232323;
      text-decoration: none;
      cursor: pointer; }

.accordian {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .accordian li:first-of-type .accordian__title {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .accordian li:last-of-type .accordian__title {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .accordian li:last-of-type .accordian__title--expanded {
    border-radius: 0; }
  .accordian li:last-of-type .accordian__item {
    border-bottom: 1px solid #CCCCCC;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .accordian__title {
    background-color: #195390;
    display: block;
    color: #FFFFFF;
    padding: 2%;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #113a65; }
    .accordian__title:hover {
      background-color: #113a65; }
    .accordian__title::before {
      display: inline-block;
      width: 20px;
      content: "+"; }
    .accordian__title--expanded {
      background-color: #113a65; }
      .accordian__title--expanded::before {
        content: "_";
        position: relative;
        top: -6.5px; }
  .accordian__item {
    display: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 35px; }
    .accordian__item p:first-of-type {
      margin-top: 0; }
    .accordian__item p:last-of-type {
      margin-bottom: 0; }
    .accordian__item p {
      font-size: 14px; }
      @media (min-width: 1024px) {
        .accordian__item p {
          font-size: 1em; } }

.address {
  padding: 20px 0;
  border: 0;
  border-top: solid 1px #E1E1E1;
  padding-top: 20px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 1024px) {
    .address {
      border-bottom: 1px solid #E1E1E1;
      height: 300px;
      padding: 0; } }
  .address__title {
    margin: 0 0 16px 0; }
    .address__title__note {
      font-size: 14px; }

.advert {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center; }
  .advert:before, .advert:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .advert:after {
    clear: both; }
  .advert {
    *zoom: 1; }
  .advert--pushdown {
    display: inline-block; }
    .advert--pushdown div:not(.advert__header) {
      display: inline-block; }
  .advert--hide {
    display: none; }
  .advert--leaderboard {
    width: 728px; }
  .advert--mpu {
    width: 300px; }
  .advert__header {
    display: block;
    border-top: 1px solid #CCCCCC;
    background-color: #E1E1E1; }
    .advert__header--hide {
      display: none; }
    .advert__header:before {
      content: 'Advertisement';
      font-size: 12px;
      text-align: right;
      padding: 0 12px;
      display: block; }
  .advert--wallpaper {
    z-index: 1050;
    position: fixed;
    display: none;
    width: 630px;
    height: 1200px; }
    @media (min-width: 1280px) {
      .advert--wallpaper {
        display: block !important; } }
    .advert--wallpaper--left {
      right: 50%; }
      @media (min-width: 500px) {
        .advert--wallpaper--left {
          margin-right: 130px; } }
      @media (min-width: 780px) {
        .advert--wallpaper--left {
          margin-right: 270px; } }
      @media (min-width: 1024px) {
        .advert--wallpaper--left {
          margin-right: 392px; } }
      @media (min-width: 1280px) {
        .advert--wallpaper--left {
          margin-right: 520px; } }
      @media (min-width: 1430px) {
        .advert--wallpaper--left {
          margin-right: 595px; } }
      @media (min-width: 1580px) {
        .advert--wallpaper--left {
          margin-right: 670px; } }
    .advert--wallpaper--right {
      left: 50%; }
      @media (min-width: 500px) {
        .advert--wallpaper--right {
          margin-left: 130px; } }
      @media (min-width: 780px) {
        .advert--wallpaper--right {
          margin-left: 270px; } }
      @media (min-width: 1024px) {
        .advert--wallpaper--right {
          margin-left: 392px; } }
      @media (min-width: 1280px) {
        .advert--wallpaper--right {
          margin-left: 520px; } }
      @media (min-width: 1430px) {
        .advert--wallpaper--right {
          margin-left: 595px; } }
      @media (min-width: 1580px) {
        .advert--wallpaper--right {
          margin-left: 670px; } }

.agenda_card {
  margin: 0 10px 20px;
  padding: 20px 0;
  background-color: #F5F5F5; }
  .agenda_card__tag {
    font-size: 12px;
    background-color: black;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1px 3px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .agenda_card__tag {
        margin-top: 0; } }
  .agenda_card__time {
    font-size: 12px;
    color: #113a65;
    font-weight: 600; }
  .agenda_card__date {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: inline-block;
    margin-left: 20px; }
    @media (min-width: 780px) {
      .agenda_card__date {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .agenda_card__date {
        font-size: 80px; } }
    @media (min-width: 1024px) {
      .agenda_card__date {
        color: #CCCCCC;
        margin-left: initial;
        margin-top: 36px;
        line-height: 1.5;
        display: block; } }
  .agenda_card__th {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -12px; }
    @media (min-width: 780px) {
      .agenda_card__th {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .agenda_card__th {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .agenda_card__th {
        color: #CCCCCC;
        top: -24px; } }
  .agenda_card__month {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: inline-block; }
    @media (min-width: 780px) {
      .agenda_card__month {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .agenda_card__month {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .agenda_card__month {
        color: #CCCCCC;
        display: block; } }
  .agenda_card__title {
    font-weight: 700;
    margin-top: 0;
    padding: 10px 20px; }
    @media (min-width: 1024px) {
      .agenda_card__title {
        padding: 10px 10px 10px 0; } }
  .agenda_card__image {
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 500px) {
      .agenda_card__image {
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .agenda_card__image {
        padding-right: 10px;
        padding-left: 0;
        width: auto; } }
  .agenda_card__copy {
    padding: 0 10px; }
    @media (min-width: 1024px) {
      .agenda_card__copy {
        padding: 0 10px 0 0; } }
    .agenda_card__copy:first-of-type {
      margin-top: 0; }
    .agenda_card__copy:last-of-type {
      margin-bottom: 0; }
  .agenda_card__link {
    padding: 0 10px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .agenda_card__link {
        padding: initial; } }

.agenda_summary {
  background-color: #F5F5F5;
  padding-bottom: 20px; }
  .agenda_summary__toggle {
    border-bottom: 20px solid #E1E1E1;
    position: relative; }
    .agenda_summary__toggle:hover {
      cursor: pointer; }
    .agenda_summary__toggle:after {
      display: inline-block;
      content: '';
      width: 16px;
      height: 9px;
      top: 6px;
      left: 50%;
      transform: rotate(180deg) translate(50%);
      position: absolute;
      background: url("/assets/images/icons/chevron_grey.png") center center no-repeat; }
    .agenda_summary__toggle--closed:after {
      transform: translate(-50%); }
  .agenda_summary .row ~ .row {
    display: none; }
    @media (min-width: 1024px) {
      .agenda_summary .row ~ .row {
        display: block; } }
  @media (min-width: 1024px) {
    .agenda_summary .row:not(:last-child) {
      border-bottom: 1px solid #E1E1E1; } }
  .agenda_summary__item {
    margin: 20px 0; }
    .agenda_summary__item__tag {
      font-size: 12px;
      background-color: black;
      color: #FFFFFF;
      font-weight: 700;
      padding: 1px 3px;
      display: inline-block;
      margin-bottom: 5px; }
    .agenda_summary__item__time {
      font-size: 12px;
      color: #113a65;
      font-weight: 600; }
    .agenda_summary__item__date {
      color: #757575;
      font-size: 12px;
      font-weight: 600; }
    .agenda_summary__item__title {
      margin-top: 0; }
      .agenda_summary__item__title a {
        font-family: inherit;
        color: inherit;
        font-weight: 700; }
    .agenda_summary__item__image {
      margin-bottom: 10px;
      margin: 0 auto;
      display: block; }
      @media (min-width: 500px) {
        .agenda_summary__item__image {
          margin-bottom: 0; } }
    .agenda_summary__item__cta {
      font-size: 14px; }

.author__meta {
  font-size: 14px; }

.author__img {
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 12px; }
  @media (min-width: 780px) {
    .author__img {
      max-width: 100px; } }
  .author__img--default {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #CCCCCC;
    text-align: center; }
    @media (min-width: 500px) {
      .author__img--default {
        width: 75px;
        height: 75px;
        line-height: 75px; } }
    @media (min-width: 500px) {
      .author__img--default {
        width: 55px;
        height: 55px;
        line-height: 55px; } }
    @media (min-width: 780px) {
      .author__img--default {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .author__img--default {
        width: 100px;
        height: 100px;
        line-height: 100px; } }

.author__title {
  margin: 0;
  color: #232323;
  font-weight: 700;
  text-transform: capitalize; }

.author__bio p {
  font-size: 14px;
  margin-top: 2em; }
  @media (min-width: 1024px) {
    .author__bio p {
      margin-top: 1em;
      font-size: 1em; } }

.author__more {
  float: right;
  font-size: 14px; }
  .author__more:hover {
    border-bottom: 2px solid;
    text-decoration: none; }

.author--article .author__img {
  width: 60px; }
  @media (min-width: 500px) {
    .author--article .author__img {
      width: 100%; } }

.author--article .author__bio p {
  margin-top: 1em;
  font-size: 14px; }

@media (min-width: 780px) {
  .author--article .author__name {
    margin-top: 0; } }

/*
	@styleguide
	@name Breadcrumbs

	@markup
	<section id="pattern" class="pattern">

		<ol class="crumbs">
	  		<li class="last"><a href="#">Home</a></li>
		</ol>

		<ol class="crumbs">
	  		<li><a href="#">Home</a></li>
	  		<li class="last"><a href="#">Marketing</a></li>
		</ol>

		<ol class="crumbs">
	  		<li><a href="#">Home</a></li>
	  		<li><a href="#">Marketing</a></li>
	  		<li class="last"><a href="#" >B2B Marketing</a></li>
		</ol>

	</section>

*/
.crumbs {
  padding: 1em;
  display: none; }

@media all and (min-width: 32em) {
  .crumbs {
    padding: 1em;
    display: block; }
  .crumbs li {
    display: inline-block; }
  .crumbs li:after {
    content: '//';
    padding: 0 0.25em 0 0.5em;
    color: #A1A1A1; }
  .crumbs li.last:before, .crumbs li.last:after {
    content: ''; } }

.button, .form__submit, .bg_mastehead__cta {
  display: inline-block;
  height: 48px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #195390;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  transition: 0.3s ease; }
  .button:not(:last-child), .form__submit:not(:last-child), .bg_mastehead__cta:not(:last-child) {
    margin-right: 6px; }
  .button:hover, .form__submit:hover, .bg_mastehead__cta:hover {
    background-color: #113a65;
    text-decoration: none; }
  .button--purple {
    background-color: #5C2D91; }
    .button--purple:hover {
      background-color: #5C2D91; }
  .button--red {
    background-color: #ED1C24; }
    .button--red:hover {
      background-color: #ED1C24; }
  .button--orange {
    background-color: #F58220; }
    .button--orange:hover {
      background-color: #F58220; }
  .button--blue {
    background-color: #00AEEF; }
    .button--blue:hover {
      background-color: #00AEEF; }
  .button--small {
    line-height: 36px;
    height: 36px;
    padding: 0 12px; }
  .button--block {
    display: block; }

.button__wrapper {
  float: right;
  line-height: 48px;
  text-align: right; }

.button--stripe {
  display: inline;
  color: #A1A1A1;
  border: 1px solid;
  background: transparent;
  padding: 4px; }
  .button--stripe:hover {
    background: transparent;
    color: #888888;
    cursor: default; }
  .button--stripe span {
    color: #757575;
    font-weight: 600; }

.btn, .sw__submit, .cw_snippet__vote, .page-node-229362 .btn-flat, .page-node-229363 .btn-flat {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background-color: #195390;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  transition: 0.3s ease; }
  .btn:not(:last-child), .sw__submit:not(:last-child), .cw_snippet__vote:not(:last-child), .page-node-229362 .btn-flat:not(:last-child), .page-node-229363 .btn-flat:not(:last-child) {
    margin-right: 6px; }
  .btn:hover, .sw__submit:hover, .cw_snippet__vote:hover, .page-node-229362 .btn-flat:hover, .page-node-229363 .btn-flat:hover {
    background-color: #113a65;
    text-decoration: none; }
  .btn:disabled, .sw__submit:disabled, .cw_snippet__vote:disabled, .page-node-229362 .btn-flat:disabled, .page-node-229363 .btn-flat:disabled {
    color: #A1A1A1;
    background-color: #E1E1E1; }

/* -------------------------------------------------------------------------
 Variables
---------------------------------------------------------------------------- */
/*
Awards Colors
*/
/*
    Social Colors
*/
.grey-100 {
  background-color: #E1E1E1; }

.grey-200 {
  background-color: #A1A1A1; }

.grey-300 {
  background-color: #4c4c4c; }

.grey-400 {
  background-color: #232323; }

.grey-500 {
  background-color: #121212; }

.red-100 {
  background-color: #FBCBCD; }

.red-200 {
  background-color: #F38D90; }

.red-300 {
  background-color: #ED1C24; }

.red-400 {
  background-color: #B30E14; }

.red-500 {
  background-color: #840A0F; }

.teal-100 {
  background-color: #A9EAF6; }

.teal-200 {
  background-color: #76DDF0; }

.teal-300 {
  background-color: #15BADA; }

.teal-400 {
  background-color: #118194; }

.teal-500 {
  background-color: #0B6171; }

.blue-100 {
  background-color: #B7D9FF; }

.blue-200 {
  background-color: #4390DF; }

.blue-300 {
  background-color: #1D62AA; }

.blue-400 {
  background-color: #195390; }

.blue-500 {
  background-color: #113a65; }

.green-100 {
  background-color: #A8F2D5; }

.green-200 {
  background-color: #39E2A0; }

.green-300 {
  background-color: #1CC281; }

.green-400 {
  background-color: #18A76F; }

.green-500 {
  background-color: #106E4A; }

.yellow-100 {
  background-color: #FBC65E; }

.yellow-200 {
  background-color: #FCC65A; }

.yellow-300 {
  background-color: #F9B122; }

.yellow-400 {
  background-color: #F6A607; }

.yellow-500 {
  background-color: #D89206; }

.orange-100 {
  background-color: #FBC99F; }

.orange-200 {
  background-color: #F6923D; }

.orange-300 {
  background-color: #F58220; }

.orange-400 {
  background-color: #EC720B; }

.orange-500 {
  background-color: #CF6409; }

.purple-100 {
  background-color: #D7B3D3; }

.purple-200 {
  background-color: #B674AF; }

.purple-300 {
  background-color: #864780; }

.purple-400 {
  background-color: #723C6D; }

.purple-500 {
  background-color: #5E325A; }

.pink-100 {
  background-color: #ED97B7; }

.pink-200 {
  background-color: #E8759F; }

.pink-300 {
  background-color: #DA2668; }

.pink-400 {
  background-color: #C1215B; }

.pink-500 {
  background-color: #A61C4F; }

.white {
  background: #FFFFFF; }

.black {
  background: black; }

.grey-050 {
  background: #F5F5F5; }

.background__black {
  background-color: #1a1a1a; }

.background__grey {
  background-color: #333333; }

/*
    @styleguide
    @name Colors
    @description <p>Majority of the new colour pallet has still to be refined. However, the acceptance criteria for commiting new colours into the project will be that they comply with <a href="https://www.w3.org/TR/WCAG20/" target="_blank">WCAG2AA</a>.</p>        <p>You can test proposed additions with <a href="http://webaim.org/resources/contrastchecker/" target="_blank">Webaim Contrast Checker</a></p>
    @hidemarkup
    @markup
<!-- grey -->
<div class="sg-example-color white grey-border">
    <div class="sg-example-color-info">
        <div>#FFFFFF</div>
        <div>rgb(255, 255, 255)</div>
    </div>
</div>
<div class="sg-example-color grey-100">
    <div class="sg-example-color-info">
        <div>#F5F5F5</div>
        <div>rgb(233, 233, 233)</div>
    </div>
</div>
<div class="sg-example-color grey-200">
    <div class="sg-example-color-info">
        <div>#E1E1E1</div>
        <div>rgb(204, 204, 204)</div>
    </div>
</div>
<div class="sg-example-color grey-300">
    <div class="sg-example-color-info">
        <div>#CCCCCC</div>
        <div>rgb(67, 60, 62)</div>
    </div>
</div>
<div class="sg-example-color grey-400 w-text">
    <div class="sg-example-color-info">
        <div>#A1A1A1</div>
        <div>rgb(35, 31, 32)</div>
    </div>
</div>

<div class="sg-example-color grey-500 w-text">
    <div class="sg-example-color-info">
        <div>#1a1a1a</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<div class="sg-example-color black w-text" >
    <div class="sg-example-color-info">
        <div>#111111</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>


<!-- red -->
<div class="sg-example-color red-100" >
    <div class="sg-example-color-info">
        <div>#FBCBCD</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-200" >
    <div class="sg-example-color-info">
        <div>#F38D90</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-300 w-text" >
    <div class="sg-example-color-info">
         <div>#ED1C24</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-400 w-text" >
    <div class="sg-example-color-info">
           <div>#B30E14</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color red-500 w-text" >
    <div class="sg-example-color-info">
        <div>#840A0F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- teal -->
<div class="sg-example-color teal-100" >
    <div class="sg-example-color-info">
        <div>#A9EAF6</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-200" >
    <div class="sg-example-color-info">
        <div>#76DDF0</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-300" >
    <div class="sg-example-color-info">
         <div>#15BADA</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-400 w-text" >
    <div class="sg-example-color-info">
           <div>#118194</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color teal-500 w-text" >
    <div class="sg-example-color-info">
        <div>#0B6171</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- blue -->
<div class="sg-example-color blue-100" >
    <div class="sg-example-color-info">
        <div>#B7D9FF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-200" >
    <div class="sg-example-color-info">
        <div>#4390DF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-300 w-text" >
    <div class="sg-example-color-info">
         <div>#2171C4</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-400 w-text" >
    <div class="sg-example-color-info">
           <div>#1D62AA</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color blue-500 w-text" >
    <div class="sg-example-color-info">
        <div>#195390</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- green -->
<div class="sg-example-color green-100" >
    <div class="sg-example-color-info">
        <div>#A8F2D5</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-200" >
    <div class="sg-example-color-info">
        <div>#39E2A0</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-300" >
    <div class="sg-example-color-info">
         <div>#1CC281</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-400 w-text" >
    <div class="sg-example-color-info">
           <div>#18A76F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color green-500 w-text" >
    <div class="sg-example-color-info">
        <div>#106E4A</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- yellow -->
<div class="sg-example-color yellow-100" >
    <div class="sg-example-color-info">
        <div>#FEE096</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-200" >
    <div class="sg-example-color-info">
        <div>#FECB50</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-300" >
    <div class="sg-example-color-info">
         <div>#FDB913</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-400" >
    <div class="sg-example-color-info">
           <div>#EFAA02</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color yellow-500 w-text" >
    <div class="sg-example-color-info">
        <div>#D19502</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- orange -->
<div class="sg-example-color orange-100" >
    <div class="sg-example-color-info">
        <div>#FBC99F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-200" >
    <div class="sg-example-color-info">
        <div>#F6923D</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-300 w-text" >
    <div class="sg-example-color-info">
         <div>#F58220</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-400 w-text" >
    <div class="sg-example-color-info">
           <div>#EC720B</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color orange-500 w-text" >
    <div class="sg-example-color-info">
        <div>#CF6409</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- purple -->
<div class="sg-example-color purple-100" >
    <div class="sg-example-color-info">
        <div>#D7B3D3</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-200" >
    <div class="sg-example-color-info">
        <div>#B674AF</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-300 w-text" >
    <div class="sg-example-color-info">
         <div>#864780</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-400 w-text" >
    <div class="sg-example-color-info">
           <div>#723C6D</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color purple-500 w-text" >
    <div class="sg-example-color-info">
        <div>#5E325A</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>

<!-- pink -->
<div class="sg-example-color pink-100" >
    <div class="sg-example-color-info">
        <div>#ED97B7</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-200" >
    <div class="sg-example-color-info">
        <div>#E8759F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-300 w-text" >
    <div class="sg-example-color-info">
         <div>#DA2668</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-400 w-text" >
    <div class="sg-example-color-info">
           <div>#C1215B</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
<div class="sg-example-color pink-500 w-text" >
    <div class="sg-example-color-info">
        <div>#A61C4F</div>
        <div>rgb(237, 28, 36)</div>
    </div>
</div>
*/
.carousel {
  position: relative;
  margin-top: 24px; }
  .carousel:after {
    content: ' ';
    width: 50px;
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 20%, #333333 70%);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    opacity: 1;
    transition: 0.3s ease; }
  .carousel:before {
    content: ' ';
    width: 50px;
    background: linear-gradient(to right, #333333 20%, rgba(51, 51, 51, 0) 70%);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    z-index: 1;
    opacity: 1;
    transition: 0.3s ease; }
  .carousel--start .carousel__control_left {
    opacity: 0.7; }
  .carousel--start:before {
    opacity: 0; }
  .carousel--end .carousel__control_right {
    opacity: 0.7; }
  .carousel--end:after {
    opacity: 0; }
  .carousel__container {
    width: 100%;
    overflow-x: hidden; }
  .carousel__track {
    width: 2560px;
    position: relative; }
  .carousel__item {
    display: block;
    float: left; }
    .carousel__item:before, .carousel__item:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .carousel__item:after {
      clear: both; }
    .carousel__item {
      *zoom: 1; }
  .carousel__controls {
    position: absolute;
    top: 30px;
    z-index: 1;
    right: 0; }
  .carousel__control, .carousel__control_right, .carousel__control_left {
    float: left;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    background-image: url("/assets/images/social/icon-right-arrow--white.png");
    background-image: none, url("/assets/images/social/icon-right-arrow--white.svg");
    background-repeat: no-repeat;
    background-color: #EC720B;
    background-position: center;
    background-size: 30%; }
    .carousel__control:hover, .carousel__control_right:hover, .carousel__control_left:hover {
      cursor: pointer;
      box-shadow: 0px 0px 1px 1px #f8a865; }
    .carousel__control_left {
      margin-right: 5px;
      transform: rotate(180deg); }
  .carousel .video_snippet, .carousel .series_snippet, .carousel .series_cta {
    width: 300px; }
  .carousel__item:not(:last-child) .video_snippet, .carousel__item:not(:last-child) .series_snippet, .carousel__item:not(:last-child) .series_cta {
    margin-right: 20px; }

.contact {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px; }
  .contact__heading {
    font-size: 16px;
    margin: 0px; }
    @media (min-width: 780px) {
      .contact__heading {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .contact__heading {
        font-size: 24px; } }
  .contact__fullname {
    margin: 20px 0 5px 0; }
  .contact__jobtitle {
    margin: 0;
    font-weight: 600;
    word-break: break-word; }
  .contact__phone {
    margin: 5px 0 2px 0;
    font-size: 16px;
    font-weight: 600;
    color: #757575;
    word-break: break-all; }
  .contact__twitter {
    font-size: 14px;
    display: inline-block;
    width: 100%; }
  .contact__email {
    font-size: 14px;
    word-break: break-all; }
  .contact_list {
    margin: 0; }
  .contact__video {
    position: relative;
    padding-bottom: 56%;
    height: 0; }
    .contact__video_iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.cta {
  font-weight: 700;
  padding: 40px 0; }
  .cta--centered {
    text-align: center; }
  .cta__large {
    font-size: 30px; }
    @media (min-width: 780px) {
      .cta__large {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .cta__large {
        font-size: 48px; } }
  .cta__copy {
    font-size: 16px; }
    @media (min-width: 780px) {
      .cta__copy {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .cta__copy {
        font-size: 24px; } }
    .cta__copy--light {
      color: #757575; }
  .cta__email {
    font-size: 16px; }
    @media (min-width: 780px) {
      .cta__email {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .cta__email {
        font-size: 24px; } }

/*

    @styleguide
    @name Article Snippet
    @description An example form with

    @markup
<form class="form" action="index.html" method="post">
    <div class="form__group">
        <label for="">Yass</label>
        <input class="form__input" type="text" name="name" value="" placeholder="Search">
    </div>
    <div class="form__group">
        <input class="form__input" type="text" name="name" value="" disabled>
    </div>
    <div class="form__group">
        <input class="form__input form__input--with_buttons" type="text" name="name" value="">
        <span class="form__button_group">
            <input class="form__button" type="button" name="name" value="Submit">
        </span>
    </div>
    <div class="form__group">
        <input class="form__input form__input--with_buttons" type="text" name="name" value="" disabled>
        <span class="form__button_group">
            <input class="form__button" type="button" name="name" value="Submit" disabled>
        </span>
    </div>

    <div>
        <input class="form__radio" type="radio" name="name" value="">
        <label for="">An Option</label>
        <input class="form__radio" type="radio" name="name" value="" checked>
        <label for="">An Option</label>
        <input class="form__radio" type="radio" name="name" value="" disabled>
        <label for="">An Option</label>
    </div>

    <div class="margin-below2">
        <input class="form__submit" type="submit" name="name" value="Submit">
        <input class="form__submit" type="submit" name="name" value="Submit" disabled>
    </div>
</form>

*/
.form {
  width: 100%; }
  .form__group {
    display: table;
    width: 100%; }
  .form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: table-cell;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    width: 100%; }
    .form__input:focus {
      outline-color: #F9B122; }
    .form__input:disabled {
      background-color: #F5F5F5; }
    .form__input--with_buttons {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .form__input--small {
      padding: 5px 10px; }
  .form__button {
    border-radius: 0 4px 4px 0;
    border: none;
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #195390;
    border: 1px solid #195390;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
    .form__button:focus {
      outline-color: #F9B122; }
    .form__button:hover {
      background-color: #113a65;
      border: 1px solid #113a65; }
    .form__button:disabled {
      background-color: #CCCCCC;
      border-color: #CCCCCC; }
    .form__button_group {
      display: table-cell;
      width: 1%; }
    .form__button--small {
      padding: 5px 10px; }
  .form__submit:focus {
    outline-color: #F9B122; }
  .form__submit:disabled {
    background-color: #CCCCCC; }
  .form__radio {
    position: relative;
    top: 2px; }
    .form__radio:disabled + label {
      color: #CCCCCC; }
  .form__label--radio {
    margin-left: 12px; }

.input__radio {
  display: none; }
  .input__radio + .input__label {
    position: relative;
    font-size: 14px;
    display: inline-block; }
    .input__radio + .input__label:not(:last-of-type) {
      margin-right: 12px; }
    .input__radio + .input__label:before {
      content: ' ';
      display: inline-block;
      border: 1px #CCCCCC solid;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      margin-right: 5px;
      transition: all 0.3s ease;
      top: 2px;
      position: relative; }
    .input__radio + .input__label:after {
      opacity: 0;
      transition: all 0.3s ease;
      position: absolute;
      content: ' ';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #B30E14;
      left: 4px;
      top: 6px; }
  .input__radio:checked + .input__label:before {
    border: 1px #B30E14 solid; }
  .input__radio:checked + .input__label:after {
    opacity: 1; }

.input__radio--cw + .input__label:after {
  background-color: #DA2668; }

.input__radio--cw:checked + .input__label:before {
  border: 1px #DA2668 solid; }

.input__radio--cw:checked + .input__label:after {
  opacity: 1; }

.input__group {
  border: 1px solid #E1E1E1;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 12px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: 10px;
  width: 100%; }
  @media (min-width: 780px) {
    .input__group {
      width: auto; } }
  .input__group_label {
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    font-size: 12px;
    left: 0px; }

.img_bg {
  position: relative; }
  .img_bg:after {
    background-color: #E1E1E1;
    padding-top: 56.25%;
    content: ' ';
    display: block; }
  .img_bg--2_1:after {
    padding-top: 50%; }
  .img_bg--4_3:after {
    padding-top: 75%; }
  .img_bg img {
    position: absolute; }

.internal_block {
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  padding: 36px 24px;
  /**********
		DADI
	**********/
  /**********
		DTA US
	**********/
  /***********
		DREAM
	************/
  /***********
		CHIPSHOP
	************/
  /***********
		MediaSlap
	************/
  /***********
		DMA
	************/
  /***********
		RAR
	************/ }
  @media (min-width: 1024px) {
    .internal_block {
      padding: 24px 24px; } }
  @media (min-width: 1280px) {
    .internal_block {
      padding: 48px 12px; } }
  .internal_block__title {
    font-size: 1.25em;
    font-weight: 200;
    font-family: MarselisSlab;
    margin: 0;
    text-transform: none;
    position: relative;
    top: -10px; }
    @media (min-width: 1024px) {
      .internal_block__title {
        font-size: 1.6em;
        width: 80%; } }
    .internal_block__title--strong {
      font-weight: 700; }
  .internal_block__subtitle {
    font-size: 1em;
    font-family: MarselisSlab;
    font-weight: 200;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .internal_block__subtitle {
        font-size: 1.25em; } }
  .internal_block__btn {
    border-radius: 24px;
    padding: 8px 16px;
    display: inline-block;
    color: inherit; }
    .internal_block__btn:after {
      content: ' ';
      width: 7px;
      height: 12px;
      background-image: url("/assets/images/social/icon-right-arrow--white.png");
      background-image: none, url("/assets/images/social/icon-right-arrow--white.svg");
      background-repeat: no-repeat;
      background-repeat: no-repeat;
      display: inline-block;
      background-size: contain;
      margin-left: 6px;
      position: relative;
      top: 2px; }
  .internal_block__logo {
    margin-bottom: 12px;
    max-height: 48px; }
    @media (min-width: 780px) {
      .internal_block__logo {
        max-height: 90px;
        margin-bottom: 0; } }
    @media (min-width: 1280px) {
      .internal_block__logo {
        max-height: 120px; } }
  .internal_block--dadi {
    background-image: url("/assets/images/awards/backgrounds/dadi-mobile.jpg"); }
    @media (min-width: 1024px) {
      .internal_block--dadi {
        background-image: url("/assets/images/awards/backgrounds/dadi-desktop.jpg"); } }
    .internal_block--dadi .internal_block__btn {
      background-color: #ED1C24; }
  .internal_block--dta-us {
    background-image: url("/assets/images/awards/backgrounds/dtaus-mobile.jpg"); }
    @media (min-width: 1024px) {
      .internal_block--dta-us {
        background-image: url("/assets/images/awards/backgrounds/dtaus-desktop.jpg"); } }
    .internal_block--dta-us .internal_block__btn {
      background-color: #ED1C24; }
    .internal_block--dta-us .internal_block__logo {
      max-height: 68px; }
      @media (min-width: 780px) {
        .internal_block--dta-us .internal_block__logo {
          max-height: 90px; } }
      @media (min-width: 1280px) {
        .internal_block--dta-us .internal_block__logo {
          max-height: 120px; } }
  .internal_block--dream {
    background-color: #945A80; }
    @media (min-width: 1024px) {
      .internal_block--dream {
        background-image: url("/assets/images/awards/backgrounds/dream-desktop.jpg"); } }
    .internal_block--dream .internal_block__btn {
      background-color: #5D2F91; }
  .internal_block--chipshop {
    padding: 0;
    background-color: #F4C00C; }
    .internal_block--chipshop .internal_block__wrap {
      padding: 36px 24px; }
      @media (min-width: 1024px) {
        .internal_block--chipshop .internal_block__wrap {
          padding: 24px 24px; } }
      @media (min-width: 1280px) {
        .internal_block--chipshop .internal_block__wrap {
          padding: 48px 12px; } }
      @media (min-width: 1280px) {
        .internal_block--chipshop .internal_block__wrap {
          background-image: url("/assets/images/awards/backgrounds/chipshop@2x.png");
          background-repeat: no-repeat;
          background-size: auto 300px;
          background-position-x: 100%;
          background-position-y: 40%; } }
    .internal_block--chipshop .internal_block__btn {
      background-color: black;
      color: #FFFFFF; }
    .internal_block--chipshop .internal_block__title {
      color: black;
      position: inherit; }
    .internal_block--chipshop .internal_block__subtitle {
      color: black;
      font-size: 1em; }
      @media (min-width: 1024px) {
        .internal_block--chipshop .internal_block__subtitle {
          font-size: 1.25em; } }
  .internal_block--mediaslap {
    padding: 0;
    background-color: #ACDEE7; }
    .internal_block--mediaslap .internal_block__wrap {
      padding: 36px 24px; }
      @media (min-width: 1024px) {
        .internal_block--mediaslap .internal_block__wrap {
          padding: 24px 24px; } }
      @media (min-width: 1280px) {
        .internal_block--mediaslap .internal_block__wrap {
          background-image: url("/assets/images/events/backgrounds/mediaslap@2x.png");
          background-repeat: no-repeat;
          background-size: auto 500px;
          background-position-x: 100%;
          background-position-y: 40%; } }
    .internal_block--mediaslap .internal_block__btn {
      background-color: black;
      color: #FFFFFF; }
    .internal_block--mediaslap .internal_block__title {
      color: black;
      position: inherit; }
    .internal_block--mediaslap .internal_block__subtitle {
      color: black; }
    .internal_block--mediaslap .internal_block__logo {
      max-height: 100px; }
      @media (min-width: 1024px) {
        .internal_block--mediaslap .internal_block__logo {
          max-height: 160px; } }
  .internal_block--dma {
    padding: 0;
    background-color: black; }
    .internal_block--dma .internal_block__wrap {
      padding: 36px 24px; }
      @media (min-width: 1024px) {
        .internal_block--dma .internal_block__wrap {
          padding: 24px 24px; } }
      @media (min-width: 1280px) {
        .internal_block--dma .internal_block__wrap {
          padding: 48px 12px; } }
      @media (min-width: 1024px) {
        .internal_block--dma .internal_block__wrap {
          background-image: url("/assets/images/awards/backgrounds/dma@2x.png");
          background-repeat: no-repeat;
          background-size: auto 450px;
          background-position: 610px -90px; } }
      @media (min-width: 1280px) {
        .internal_block--dma .internal_block__wrap {
          background-position: 720px -50px; } }
      @media (min-width: 1430px) {
        .internal_block--dma .internal_block__wrap {
          background-position: 940px -90px; } }
    .internal_block--dma .internal_block__btn {
      background-color: #ED1C24;
      color: #FFFFFF; }
    .internal_block--dma .internal_block__title {
      margin-bottom: 0; }
  .internal_block--RAR {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-image: url("/assets/images/rar/RAR_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    color: black; }
    .internal_block--RAR .internal_block__btn {
      background-color: #FAAF32; }
      .internal_block--RAR .internal_block__btn:after {
        background-image: url("/assets/images/social/icon-right-arrow--black.png");
        background-image: none, url("/assets/images/social/icon-right-arrow--black.svg");
        background-repeat: no-repeat; }
  .internal_block--newsletter {
    background-image: url("/assets/images/crosssell/newsletter_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--newsletter {
        background-image: url("/assets/images/crosssell/newsletter.png"); } }
    .internal_block--newsletter .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--newsletter .internal_block__title {
          margin-top: 0; } }
    .internal_block--newsletter .internal_block__btn {
      background-color: #121212; }
  .internal_block--newsletterusa {
    background-image: url("/assets/images/crosssell/usnews_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--newsletterusa {
        background-image: url("/assets/images/crosssell/usnews.png"); } }
    .internal_block--newsletterusa .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--newsletterusa .internal_block__title {
          margin-top: 0; } }
    .internal_block--newsletterusa .internal_block__btn {
      background-color: #121212; }
  .internal_block--newsletterdaily {
    background-image: url("/assets/images/crosssell/mustreadnews_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--newsletterdaily {
        background-image: url("/assets/images/crosssell/mustreadnews.png"); } }
    .internal_block--newsletterdaily .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--newsletterdaily .internal_block__title {
          margin-top: 0; } }
    .internal_block--newsletterdaily .internal_block__btn {
      background-color: #121212; }
  .internal_block--profilehub {
    background-image: url("/assets/images/crosssell/profilehub_banner_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--profilehub {
        background-image: url("/assets/images/crosssell/profilehub_banner.png"); } }
    .internal_block--profilehub .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--profilehub .internal_block__title {
          margin-top: 0; } }
    .internal_block--profilehub .internal_block__btn {
      background-color: #121212; }
  .internal_block--network {
    background-image: url("/assets/images/crosssell/drumnetwork_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--network {
        background-image: url("/assets/images/crosssell/drumnetwork.png"); } }
    .internal_block--network .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--network .internal_block__title {
          margin-top: 0; } }
    .internal_block--network .internal_block__btn {
      background-color: #121212; }
  .internal_block--cooh {
    background-image: url("/assets/images/crosssell/cooh_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--cooh {
        background-image: url("/assets/images/crosssell/cooh.png"); } }
    .internal_block--cooh .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--cooh .internal_block__title {
          margin-top: 0; } }
    .internal_block--cooh .internal_block__btn {
      background-color: #121212; }
  .internal_block--doitday {
    background-image: url("/assets/images/crosssell/doitday_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--doitday {
        background-image: url("/assets/images/crosssell/doitday.png"); } }
    .internal_block--doitday .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--doitday .internal_block__title {
          margin-top: 0; } }
    .internal_block--doitday .internal_block__btn {
      background-color: #121212; }
    .internal_block--doitday .internal_block__title {
      margin-top: 10px; }
  .internal_block--contentawards {
    background-image: url("/assets/images/crosssell/contentawards_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--contentawards {
        background-image: url("/assets/images/crosssell/contentawards.png"); } }
    .internal_block--contentawards .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--contentawards .internal_block__title {
          margin-top: 0; } }
    .internal_block--contentawards .internal_block__btn {
      background-color: #121212; }
  .internal_block--socialbuzz {
    background-image: url("/assets/images/crosssell/socialbuzz_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--socialbuzz {
        background-image: url("/assets/images/crosssell/socialbuzz.png"); } }
    .internal_block--socialbuzz .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--socialbuzz .internal_block__title {
          margin-top: 0; } }
    .internal_block--socialbuzz .internal_block__btn {
      background-color: #121212; }
  .internal_block--drumworks-sustainability {
    background-image: url("/assets/images/crosssell/drumworks-sustainability_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--drumworks-sustainability {
        background-image: url("/assets/images/crosssell/drumworks-sustainability2.png"); } }
    .internal_block--drumworks-sustainability .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--drumworks-sustainability .internal_block__title {
          margin-top: 0; } }
    .internal_block--drumworks-sustainability .internal_block__btn {
      background-color: #121212; }
    .internal_block--drumworks-sustainability .internal_block__title {
      background-color: rgba(28, 194, 129, 0.9);
      color: #FFFFFF; }
      .internal_block--drumworks-sustainability .internal_block__title__above {
        background-color: transparent;
        padding-bottom: 5px;
        margin-top: 0;
        color: black;
        font-size: 18px;
        font-weight: 400; }
      .internal_block--drumworks-sustainability .internal_block__title__img {
        max-height: 14px;
        margin-top: 2px; }
    .internal_block--drumworks-sustainability .internal_block__btn {
      background-color: #1CC281;
      color: #FFFFFF; }
    .internal_block--drumworks-sustainability .internal_block__logo {
      padding: 0px 2px 3px 2px; }
  .internal_block--drumworks-whitepapers {
    background-image: url("/assets/images/crosssell/drumworks-whitepapers_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--drumworks-whitepapers {
        background-image: url("/assets/images/crosssell/drumworks-whitepapers_desktop.png"); } }
    .internal_block--drumworks-whitepapers .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--drumworks-whitepapers .internal_block__title {
          margin-top: 0; } }
    .internal_block--drumworks-whitepapers .internal_block__btn {
      background-color: #121212; }
  .internal_block--drumdiary {
    background-image: url("/assets/images/crosssell/drumdiary_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--drumdiary {
        background-image: url("/assets/images/crosssell/drumdiary_desktop.png"); } }
    .internal_block--drumdiary .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--drumdiary .internal_block__title {
          margin-top: 0; } }
    .internal_block--drumdiary .internal_block__btn {
      background-color: #121212; }
  .internal_block--tac {
    background-image: url("/assets/images/crosssell/tac_cross_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--tac {
        background-image: url("/assets/images/crosssell/tac_cross_desktop.png"); } }
    .internal_block--tac .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--tac .internal_block__title {
          margin-top: 0; } }
    .internal_block--tac .internal_block__btn {
      background-color: #121212; }
    .internal_block--tac .internal_block__title {
      background-color: #FFFFFF;
      color: black; }
      .internal_block--tac .internal_block__title__above {
        background-color: transparent;
        padding-bottom: 5px;
        margin-top: 0;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400; }
      .internal_block--tac .internal_block__title__img {
        max-height: 30px;
        vertical-align: inherit; }
    .internal_block--tac .internal_block__btn {
      background-color: #FFFFFF;
      color: black; }
    .internal_block--tac .internal_block__btn:after {
      margin-left: 0;
      width: 0; }
    .internal_block--tac .internal_block__logo {
      max-height: 100px; }
      @media (min-width: 1280px) {
        .internal_block--tac .internal_block__logo {
          max-height: 130px; } }
  .internal_block--jobs {
    background-image: url("/assets/images/crosssell/jobs_banner_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--jobs {
        background-image: url("/assets/images/crosssell/jobs_banner.png"); } }
    .internal_block--jobs .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--jobs .internal_block__title {
          margin-top: 0; } }
    .internal_block--jobs .internal_block__btn {
      background-color: #121212; }
    .internal_block--jobs .internal_block__title {
      background-color: #FFFFFF;
      color: black; }
    .internal_block--jobs .internal_block__btn {
      background-color: #FFFFFF;
      color: black; }
    .internal_block--jobs .internal_block__logo {
      background-color: #FFFFFF;
      padding: 0px 2px 0px 2px; }
  .internal_block--curalate-webinar {
    background-image: url("/assets/images/crosssell/curulate_webinar_mobile.jpg"); }
    @media (min-width: 500px) {
      .internal_block--curalate-webinar {
        background-image: url("/assets/images/crosssell/curulate_webinar_desktop.jpg"); } }
    .internal_block--curalate-webinar .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--curalate-webinar .internal_block__title {
          margin-top: 0; } }
    .internal_block--curalate-webinar .internal_block__btn {
      background-color: #121212; }
  .internal_block--programmatic {
    background-image: url("/assets/images/crosssell/programmatic_punch_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--programmatic {
        background-image: url("/assets/images/crosssell/programmatic_punch_desktop.png"); } }
    .internal_block--programmatic .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--programmatic .internal_block__title {
          margin-top: 0; } }
    .internal_block--programmatic .internal_block__btn {
      background-color: #121212; }
  .internal_block--diversity {
    background-image: url("/assets/images/crosssell/diversity_census_mobile.png"); }
    @media (min-width: 500px) {
      .internal_block--diversity {
        background-image: url("/assets/images/crosssell/diversity_census_desktop.png"); } }
    .internal_block--diversity .internal_block__title {
      background-color: #121212;
      padding: 5px 15px;
      width: auto;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 780px) {
        .internal_block--diversity .internal_block__title {
          margin-top: 0; } }
    .internal_block--diversity .internal_block__btn {
      background-color: #121212; }

.label, .label--creative_works, .label--sponsored, .label--live, .label--network, .label--opinion, .label--insight, .label--column {
  color: #FFFFFF;
  font-weight: 600;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 6px; }
  .label:last-child, .label--creative_works:last-child, .label--sponsored:last-child, .label--live:last-child, .label--network:last-child, .label--opinion:last-child, .label--insight:last-child, .label--column:last-child {
    margin-right: 12px; }
  .label--creative_works {
    background-color: #C1215B; }
  .label--sponsored {
    color: black;
    background-color: #CCCCCC; }
  .label--live {
    background-color: #ED1C24; }
  .label--network {
    background-color: #B30E14; }
  .label--opinion {
    background-color: #18A76F; }
  .label--insight {
    background-color: #15BADA; }
  .label--column {
    background-color: #A1A1A1; }
  .label_group {
    display: block;
    margin-bottom: 6px; }
    .label_group:before, .label_group:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .label_group:after {
      clear: both; }
    .label_group {
      *zoom: 1; }
    @media (min-width: 500px) {
      .label_group {
        display: inline-block;
        float: left; } }

.masthead__img {
  width: 100%;
  margin: 0;
  position: relative; }
  @media (min-width: 780px) {
    .masthead__img:after {
      display: inline-block;
      content: '';
      height: 50px;
      width: 50px;
      bottom: 70px;
      left: 50%;
      transform: translate(-50%);
      position: absolute;
      background: url("/assets/images/awards/sponsors_page/scrolldown.png") center center no-repeat; } }

.masthead__title {
  display: inline-block;
  font-family: AvenirNext,serif;
  font-weight: 700;
  margin-top: 12px;
  font-size: 30px; }
  @media (min-width: 780px) {
    .masthead__title {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    .masthead__title {
      font-size: 48px; } }
  @media (min-width: 780px) {
    .masthead__title {
      padding: 10px 20px;
      background: #FFFFFF;
      position: relative;
      top: -240px; } }
  @media (min-width: 780px) {
    .masthead__title_wrap {
      height: 0; } }

@media (min-width: 780px) {
  .bg_mastehead {
    width: 100%;
    position: relative;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 4%; }
    .bg_mastehead:after {
      display: inline-block;
      content: '';
      height: 50px;
      width: 50px;
      bottom: 0px;
      left: 50%;
      transform: translate(-50%);
      position: absolute;
      background: url("/assets/images/awards/sponsors_page/scrolldown.png") center center no-repeat; } }

@media (min-width: 780px) {
  .bg_mastehead--center {
    text-align: center; } }

@media (min-width: 780px) {
  .bg_mastehead__image {
    display: none; } }

.bg_mastehead__title {
  font-size: 30px;
  display: inline-block;
  font-family: AvenirNext;
  font-weight: 700;
  padding: 20px 0 5px; }
  @media (min-width: 780px) {
    .bg_mastehead__title {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    .bg_mastehead__title {
      font-size: 48px; } }
  @media (min-width: 780px) {
    .bg_mastehead__title {
      padding: 15px 10px;
      color: #FFFFFF; } }

.bg_mastehead__copy {
  font-weight: 500;
  font-size: 14px; }
  @media (min-width: 780px) {
    .bg_mastehead__copy {
      color: #FFFFFF;
      font-size: 16px; } }

.bg_mastehead__cta {
  border-radius: 0; }

.bg_mastehead__subtitle {
  font-weight: 700; }
  @media (min-width: 780px) {
    .bg_mastehead__subtitle {
      margin-bottom: 48px;
      color: #FFFFFF; } }

@media (min-width: 780px) {
  .bg_mastehead--network {
    background-image: url("/assets/images/network/header.png"); } }

.notification {
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
  background-color: #F6A607;
  display: none; }
  .notification__emphasise {
    font-family: MarselisSlab;
    font-weight: 400; }
  .notification__link {
    display: inline-block; }

.alert {
  padding: 12px;
  background-color: #B7D9FF;
  border: 1px solid #195390;
  margin: 24px 0; }
  @media (min-width: 780px) {
    .alert {
      margin-bottom: 0; } }
  .alert:before, .alert:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .alert:after {
    clear: both; }
  .alert {
    *zoom: 1; }
  .alert__icon {
    border: 2px solid #FFFFFF;
    background-color: #195390;
    background-image: url("/assets/images/icons/fa-user copy@2x.png");
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left; }
  .alert__title {
    float: left;
    margin: 10px 0;
    display: inline-block;
    line-height: 30px; }
  .alert__btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    background-color: #195390;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    float: right;
    margin-top: 5px;
    transition: 0.3s ease; }
    .alert__btn:hover {
      background-color: #113a65;
      text-decoration: none; }

.quiz__round {
  color: #1D62AA;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px; }
  .quiz__round_number {
    border-left: 6px solid #1D62AA;
    padding-left: 22px;
    font-size: 14px; }
    @media (min-width: 780px) {
      .quiz__round_number {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .quiz__round_number {
        font-size: 18px; } }
  .quiz__round_title {
    border-left: 6px solid #1D62AA;
    padding-left: 22px;
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 780px) {
      .quiz__round_title {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .quiz__round_title {
        font-size: 24px; } }

.quiz__question_title {
  font-weight: 700;
  font-size: 16px; }
  @media (min-width: 780px) {
    .quiz__question_title {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .quiz__question_title {
      font-size: 24px; } }

.quiz__answer_input {
  display: none; }
  .quiz__answer_input + .quiz__answer_label {
    border-radius: 3px;
    display: block;
    background-color: #f9f9f9;
    border: solid 1px #cccccc;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 10px;
    transition: 0.3s ease; }
    .quiz__answer_input + .quiz__answer_label:hover {
      background-color: #fae2b4;
      cursor: pointer; }
      .quiz__answer_input + .quiz__answer_label:hover:before {
        background-image: url("/assets/images/icons/checkboxes/checkbox-hover.png");
        background-image: none, url("/assets/images/icons/checkboxes/checkbox-hover.svg");
        background-repeat: no-repeat; }
    .quiz__answer_input + .quiz__answer_label:before {
      content: ' ';
      background-image: url("/assets/images/icons/checkboxes/checkbox.png");
      background-image: none, url("/assets/images/icons/checkboxes/checkbox.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      float: left;
      margin-right: 12px;
      height: 24px;
      width: 24px; }
  .quiz__answer_input:disabled + .quiz__answer_label {
    background-color: #e9e9e9;
    color: #A1A1A1; }
    .quiz__answer_input:disabled + .quiz__answer_label:before {
      background-image: url("/assets/images/icons/checkboxes/checkbox-disabled.png");
      background-image: none, url("/assets/images/icons/checkboxes/checkbox-disabled.svg");
      background-repeat: no-repeat; }
  .quiz__answer_input--correct:disabled + .quiz__answer_label {
    background-color: #a8f2d5;
    color: #333333; }
    .quiz__answer_input--correct:disabled + .quiz__answer_label:before {
      background-image: url("/assets/images/icons/checkboxes/checkbox-tick.png");
      background-image: none, url("/assets/images/icons/checkboxes/checkbox-tick.svg");
      background-repeat: no-repeat; }
    .quiz__answer_input--correct:disabled + .quiz__answer_label:after {
      content: attr(data-text);
      display: inline-block;
      color: #106e4a;
      margin-left: 15px; }
  .quiz__answer_input--incorrect:disabled + .quiz__answer_label {
    background-color: #fbcbcd;
    color: #333333; }
    .quiz__answer_input--incorrect:disabled + .quiz__answer_label:before {
      background-image: url("/assets/images/icons/checkboxes/checkbox-cross.png");
      background-image: none, url("/assets/images/icons/checkboxes/checkbox-cross.svg");
      background-repeat: no-repeat; }
    .quiz__answer_input--incorrect:disabled + .quiz__answer_label:after {
      content: 'Unlucky!';
      display: inline-block;
      color: #840a0f;
      margin-left: 15px; }

.quiz__score_block {
  border-radius: 3px;
  background-color: #f9f9f9;
  border: solid 1px #cccccc;
  padding: 0 20px 20px; }
  .quiz__score_block__title {
    font-family: AvenirNext, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: left;
    color: black; }
    @media (min-width: 780px) {
      .quiz__score_block__title {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .quiz__score_block__title {
        font-size: 24px; } }
  .quiz__score_block__share {
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 780px) {
      .quiz__score_block__share {
        margin-top: 0; } }
    .quiz__score_block__share_text {
      font-size: 13px;
      font-weight: 500;
      font-style: italic;
      letter-spacing: -0.1px;
      color: #757575;
      padding: 15px 10px;
      border-radius: 3px;
      background-color: #f5f5f5;
      border: solid 1px #cccccc; }

.score_card {
  border-radius: 3px;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media (min-width: 780px) {
    .score_card {
      width: auto; } }
  .score_card__title {
    font-family: AvenirNext, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #757575;
    margin: 0.5em; }
  .score_card__score {
    font-family: MarselisSlab, Georgia, serif;
    border-top: solid 1px #cccccc;
    font-weight: bold;
    padding: 20px;
    color: #333333; }
  .score_card__scored {
    font-size: 90px;
    letter-spacing: -11.5px;
    line-height: 1; }
  .score_card__total {
    font-size: 24px;
    font-weight: normal;
    margin-left: 4px; }

.first td.views-field, .second td.views-field, .third td.views-field, .fourth td.views-field {
  line-height: 1.3 !important; }

.badge.company-profile {
  font-size: 12px !important;
  margin-top: 5px !important; }

.clearfix.banner, .banner.todo, .banner.megamenu__row, .internal_block--chipshop .banner.internal_block__wrap, .internal_block--mediaslap .banner.internal_block__wrap, .internal_block--dma .banner.internal_block__wrap, .banner.report_detail__wrapper, .banner.report_block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

.report {
  background-color: #F5F5F5;
  margin-top: 2em;
  font-size: 14px;
  margin-top: 20px; }
  .report:hover .report__image {
    transform: translateZ(0) scale(1.1); }
  .report__image {
    transition: 0.3s ease; }
  .report__image_wrap {
    position: relative;
    overflow: hidden; }
  .report__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .report {
      font-size: 1em; } }
  .report img {
    width: 100%; }
  .report p {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 0 1em 0;
    font-size: 14px; }
  .report__header {
    margin-top: 0; }
  .report__info {
    padding: 4%; }
  .report_detail__wrapper {
    border-top: 1px solid #CCCCCC;
    padding-top: 1em;
    margin-top: 1em; }
  .report_detail__date {
    font-weight: 600;
    float: left;
    clear: both; }
  .report_detail__heading {
    float: left;
    clear: both;
    font-size: 14px; }
    @media (min-width: 1430px) {
      .report_detail__heading {
        font-size: 1em; } }
  .report__launched, .report__published {
    width: 33.33%; }
    @media (min-width: 500px) {
      .report__launched, .report__published {
        width: 50%;
        padding-bottom: 1em; } }
    @media (min-width: 779px) {
      .report__launched, .report__published {
        width: 33.33%;
        padding-bottom: 0; } }

.report_block {
  background-color: #F5F5F5;
  margin-top: 2em;
  font-size: 14px;
  margin-top: 20px;
  background-color: black;
  color: #FFFFFF; }
  .report_block:hover .report_block__image {
    transform: translateZ(0) scale(1.1); }
  .report_block__image {
    transition: 0.3s ease; }
  .report_block__image_wrap {
    position: relative;
    overflow: hidden; }
  .report_block__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .report_block {
      font-size: 1em; } }
  .report_block img {
    width: 100%; }
  .report_block__blurb {
    font-weight: 700; }
  .report_block__image_wrap {
    float: left;
    width: 35%; }
  .report_block__info {
    float: left;
    padding: 2% 5% 2% 5%;
    width: 100%; }
    @media (min-width: 500px) {
      .report_block__info {
        width: 65%; } }
  .report_block__header {
    font-size: 24px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1280px) {
      .report_block__header {
        font-size: 36px; } }
  .report_block__points {
    margin: 0 0 1.65em 0;
    padding: 0;
    list-style-type: none; }
  .report_block--stripe {
    border: 0; }
  .report_block .article_snippet {
    float: left;
    width: 100%;
    margin: 0;
    border-top: 1px;
    padding: 3% 2% 2% 2%; }
    @media (min-width: 500px) {
      .report_block .article_snippet {
        width: 35%; } }
  .report_block__ratio {
    margin: 0;
    padding-top: 100%; }

.to__bg {
  height: 0; }
  .to__bg iframe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden; }

.to__message div {
  vertical-align: top; }

.to__message iframe {
  width: 100%;
  overflow: hidden;
  display: block; }

.to__container {
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box; }
  .to__container:before, .to__container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .to__container:after {
    clear: both; }
  .to__container {
    *zoom: 1; }
  @media (min-width: 1024px) {
    .to__container {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .to__container {
      max-width: 1040px; } }
  @media (min-width: 1430px) {
    .to__container {
      max-width: 1190px; } }
  @media (min-width: 1580px) {
    .to__container {
      max-width: 1340px; } }

.sponsorship_page--2 .sponsorship_page__header {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding-bottom: 12px; }

.sponsorship_page--3 .sponsorship_page__header {
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 12px;
  padding-bottom: 12px; }

.sponsorship_page--3 .sponsorship_page__body {
  background-color: #FFFFFF;
  padding-top: 30px; }

.footer_sponsored .footer {
  background-color: transparent; }

.footer_sponsored .footer__subscribe {
  background-color: transparent; }
  .footer_sponsored .footer__subscribe .container, .footer_sponsored .footer__subscribe .megamenu__container, .footer_sponsored .footer__subscribe .aofp_container {
    background-color: #F5F5F5; }

.footer_sponsored .footer__more {
  background-color: transparent; }
  .footer_sponsored .footer__more .container, .footer_sponsored .footer__more .megamenu__container, .footer_sponsored .footer__more .aofp_container {
    background-color: #1a1a1a; }

.footer_sponsored .footer__links {
  background-color: #121212; }

.sw {
  color: #A1A1A1;
  max-width: 280px; }
  .sw:before, .sw:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .sw:after {
    clear: both; }
  .sw {
    *zoom: 1; }
  .sw__title {
    font-size: 12px;
    font-weight: 700;
    color: #757575; }
  .sw__star {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../starability-images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -30px; }
    .sw__star--dark {
      position: relative;
      top: 4px;
      background-image: url("/assets/images/icons/white-star.png");
      background-position: center; }
  .sw__score {
    font-family: MarselisSlab;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #A1A1A1; }
  .sw__score_out_of {
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
  .sw__votes {
    font-size: 12px; }
  .sw__stars {
    display: none; }
    .sw__stars.starability-fade {
      min-height: initial; }
  .sw__submit {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-left: 10px;
    margin-top: 18px;
    margin-right: 0;
    display: none; }
    .sw__submit--pristine {
      padding-right: 30px;
      background-position: 55px 50%;
      background-image: none, url("/assets/images/social/icon-right-arrow--white.svg");
      background-repeat: no-repeat;
      background-size: 10px 10px; }
    .sw__submit:not(:last-child) {
      margin-right: 0; }
  .sw__error {
    font-size: 12px;
    font-weight: 700;
    color: #B30E14;
    display: none;
    float: right; }
  .sw__voted {
    float: right;
    padding: 5px;
    border-radius: 5px;
    background-color: #A1A1A1;
    color: #FFFFFF;
    display: none; }
    .sw__voted .sw__title {
      color: #FFFFFF; }
    .sw__voted .sw__score {
      color: #FFFFFF; }
  .sw__loader {
    background-color: #195390;
    margin-top: 18px;
    padding: 6px 40px;
    border-radius: 5px;
    display: none;
    float: right; }

.stats__count {
  display: inline-block;
  font-family: MarselisSlab, serif;
  font-weight: 200;
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: -2px; }

.stats__label {
  color: #A1A1A1;
  font-size: 0.875em; }

.stripe {
  color: #A1A1A1; }
  .stripe span {
    color: #E1E1E1;
    font-weight: 600; }

table {
  width: 100%;
  max-width: 100%;
  border: 3px solid #F5F5F5;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 5px; }
  table tr:nth-child(2n-1) {
    background-color: #F5F5F5; }
  table td {
    padding: 12px; }
    @media (min-width: sm) {
      table td {
        padding: 24px; } }
    table td:not(:first-child) {
      border-left: 1px solid #E1E1E1; }
  table__note {
    float: right;
    font-size: 12px;
    margin: 6px 3px; }
    @media (min-width: 780px) {
      table__note {
        font-size: 14px; } }

table.table--responsive {
  border: 1px solid #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  @media (min-width: 780px) {
    table.table--responsive {
      border: 3px solid #F5F5F5;
      width: 100%;
      border-spacing: 0;
      border-collapse: inherit; } }
  table.table--responsive thead {
    display: none; }
    @media (min-width: 780px) {
      table.table--responsive thead {
        display: table-header-group; } }
    table.table--responsive thead tr {
      background-color: #F5F5F5;
      border-bottom: none; }
  table.table--responsive tr {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    margin-bottom: 10px;
    display: block;
    border-radius: 3px;
    border-bottom: 2px solid #E1E1E1; }
    @media (min-width: 780px) {
      table.table--responsive tr {
        border-radius: none;
        padding: 5px;
        display: table-row;
        border-bottom: 2px solid #E1E1E1; }
        table.table--responsive tr:nth-child(2n) {
          background-color: #F5F5F5; } }
    table.table--responsive tr.title {
      border: none; }
  table.table--responsive td {
    display: block;
    text-align: right;
    border-left: none; }
    table.table--responsive td[data-label] {
      text-align: right; }
      @media (min-width: 780px) {
        table.table--responsive td[data-label] {
          text-align: initial; } }
    table.table--responsive td[data-label="Description"] {
      text-align: left; }
    table.table--responsive tdtd:last-child {
      border-bottom: 0; }
    @media (min-width: 780px) {
      table.table--responsive td:not(:first-child) {
        border-left: 1px solid #E1E1E1; } }
    table.table--responsive td:before {
      content: attr(data-label);
      float: left;
      font-family: AvenirNext, serif;
      font-weight: 600;
      font-size: 1em; }
      @media (min-width: 780px) {
        table.table--responsive td:before {
          content: none; } }
    @media (min-width: 780px) {
      table.table--responsive td {
        display: table-cell;
        border-bottom: none;
        text-align: left;
        padding: 24px; } }
    @media (min-width: 780px) {
      table.table--responsive td.center {
        text-align: center; } }
    table.table--responsive td.table_cta span {
      margin-right: 10px; }
      @media (min-width: 780px) {
        table.table--responsive td.table_cta span {
          margin-right: 0;
          display: block; } }
  @media (min-width: 780px) {
    table.table--responsive th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 12px;
      border-bottom: 1px solid #E1E1E1;
      text-align: left; } }
  table.table--responsive .m_full_width:before {
    width: 100%; }

table.table--responsive td.text-left {
  text-align: left; }

.testimonial {
  background: #F5F5F5;
  padding: 20px 0; }
  .testimonial__headshot {
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7); }
  .testimonial__info {
    text-align: center;
    margin-bottom: 12px; }
    @media (min-width: 780px) {
      .testimonial__info {
        text-align: left;
        margin-bottom: 0; } }
  .testimonial__company_name {
    margin: 15px 0 0 0;
    font-weight: 700; }
  .testimonial__name {
    margin: 0; }
  .testimonial__job_title {
    color: #757575;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 12px 0; }
  .testimonial__desc {
    margin: 0;
    font-family: MarselisSlab;
    font-weight: 500;
    font-style: italic;
    vertical-align: middle;
    display: table-cell; }

/*

<div class="title_block title_block--links">
    <h2 class="title_block__title">
        <a href="{{ url_nav_section(sectionKey) }}">
            {{ section['heading'] }}
        </a>
    </h2>
    <ul class="title_block__nav">
        <li class="title_block__nav__item"><a href="/{{ navItem.item.alias }}">{{ navItem.item.name }}</a></li>
        <li class="title_block__nav__item"><a href="/{{ navItem.item.alias }}">{{ navItem.item.name }}</a></li>
    </ul>
</div>
*/
.title_block {
  margin-top: 24px; }
  .title_block__title {
    font-size: 24px;
    font-family: AvenirNext, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 780px) {
      .title_block__title {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .title_block__title {
        font-size: 36px; } }
    .title_block__title a {
      color: inherit;
      font-family: inherit;
      font-weight: inherit;
      transition: 0.3s ease all; }
      .title_block__title a:hover {
        text-decoration: none;
        opacity: 0.8; }
      @media (min-width: 780px) {
        .title_block__title a {
          display: inline-block; } }
      .title_block__title a:after {
        content: ' ';
        background-image: url("/assets/images/icons/grid-red.png");
        background-image: none, url("/assets/images/icons/grid-red.svg");
        background-repeat: no-repeat;
        position: relative;
        top: 0;
        margin-left: 6px;
        display: inline-block;
        width: 16px;
        height: 16px; }
      @media (min-width: 780px) {
        .title_block__title a:after {
          display: none; } }
    .title_block__title_context {
      color: #A1A1A1; }
  .title_block__link {
    line-height: 36px;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    float: right;
    display: none; }
    @media (min-width: 780px) {
      .title_block__link {
        line-height: 45px; } }
    @media (min-width: 1024px) {
      .title_block__link {
        line-height: 54px; } }
    @media (min-width: 780px) {
      .title_block__link {
        display: inline-block; } }
    .title_block__link:after {
      content: ' ';
      background-image: url("/assets/images/icons/grid-red.png");
      background-image: none, url("/assets/images/icons/grid-red.svg");
      background-repeat: no-repeat;
      position: relative;
      top: 3px;
      margin-left: 6px;
      display: inline-block;
      width: 16px;
      height: 16px; }
  .title_block__logo {
    display: inline-block; }
    .title_block__logo img {
      max-width: 200px;
      max-height: 30px; }
  .title_block__sponsor {
    display: inline-block; }
    .title_block__sponsor_text {
      text-transform: capitalize;
      font-weight: 500;
      font-size: 14px;
      margin-right: 10px; }
      @media (min-width: 780px) {
        .title_block__sponsor_text {
          font-size: 16px; } }
  .title_block__nav {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 24px 0; }
    .title_block__nav::-webkit-scrollbar {
      width: 1em;
      height: 5px; }
    .title_block__nav::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px; }
    .title_block__nav::-webkit-scrollbar-thumb {
      background-color: #757575;
      border-radius: 10px; }
    .title_block__nav__item {
      font-weight: 500;
      margin-right: 24px; }
      .title_block__nav__item a:hover {
        border-bottom: 2px solid;
        text-decoration: none; }
  .title_block__text p {
    font-size: 14px; }
    @media (min-width: 780px) {
      .title_block__text p {
        font-size: 16px; } }
  .title_block__large_text {
    font-family: AvenirNext,serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    margin-bottom: 12px; }
    @media (min-width: 780px) {
      .title_block__large_text {
        font-size: 30px; } }
    @media (min-width: 1280px) {
      .title_block__large_text {
        font-size: 36px; } }
    .title_block__large_text--faded {
      color: #A1A1A1; }
  .title_block--small .title_block__title {
    font-size: 16px;
    color: #232323; }
    @media (min-width: 780px) {
      .title_block--small .title_block__title {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .title_block--small .title_block__title {
        font-size: 24px; } }
    .title_block--small .title_block__title a:after {
      top: 1px;
      width: 14px;
      height: 14px;
      background-size: contain; }
    .title_block--small .title_block__title .title_block__arrow {
      position: relative;
      top: -3px;
      margin-left: 8px; }
  .title_block--small .title_block__link {
    line-height: 24px;
    margin-top: 2px; }
    @media (min-width: 780px) {
      .title_block--small .title_block__link {
        line-height: 27px; } }
    @media (min-width: 1024px) {
      .title_block--small .title_block__link {
        line-height: 30px; } }
  .title_block--small p {
    font-size: 16px;
    color: #757575; }
  .title_block--dark .title_block__title {
    color: #FFFFFF;
    border-bottom: 1px solid #4c4c4c; }
  .title_block--dark .title_block__text {
    color: #E1E1E1; }

.twitter-tweet {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.video__container {
  background-color: #1a1a1a;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 780px) {
    .video__container {
      padding-left: 40px;
      padding-right: 40px; } }

.video__wrapper {
  background-color: #232323; }

.video * {
  color: white;
  border-color: white; }

.video .article_snippet--feature {
  border-top: none; }

.video__feature {
  padding: 0; }
  @media (min-width: 1280px) {
    .video__feature {
      padding-right: 10px; } }
  .video__feature .article_snippet {
    margin-bottom: 0;
    padding-top: 0; }

.video__feed {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1280px) {
    .video__feed {
      padding-left: 10px; } }
  .video__feed_wrapper {
    padding: 0; }
    @media (min-width: 780px) {
      .video__feed_wrapper {
        padding: 0 10px; } }
    @media (min-width: 1280px) {
      .video__feed_wrapper {
        padding: 0; } }
  @media (min-width: 780px) {
    .video__feed h2 {
      padding: 0 10px; } }
  @media (min-width: 1280px) {
    .video__feed h2 {
      padding: 0; } }
  .video__feed .article_snippet {
    border-color: white;
    margin-bottom: 12px; }
    .video__feed .article_snippet__header {
      color: white; }
    .video__feed .article_snippet__published {
      float: left;
      color: white;
      opacity: 0.7; }
    .video__feed .article_snippet .article_snippet__header {
      margin: 0;
      padding-left: 10px;
      position: relative;
      top: -3px;
      font-size: 14px; }
      @media (min-width: 780px) {
        .video__feed .article_snippet .article_snippet__header {
          margin: 1em 0;
          padding-left: 0;
          position: static;
          top: 0; } }
      @media (min-width: 1280px) {
        .video__feed .article_snippet .article_snippet__header {
          margin: 0;
          padding-left: 10px;
          position: relative;
          top: -3px; } }

.video_wrapper--single {
  background-color: #FFFFFF; }
  .video_wrapper--single .article_snippet__ratio {
    padding-top: 50%; }
    @media (min-width: 1024px) {
      .video_wrapper--single .article_snippet__ratio {
        padding-top: 65%; } }
    @media (min-width: 1280px) {
      .video_wrapper--single .article_snippet__ratio {
        padding-top: 65%; } }
    @media (min-width: 1430px) {
      .video_wrapper--single .article_snippet__ratio {
        padding-top: 60%; } }
    @media (min-width: 1580px) {
      .video_wrapper--single .article_snippet__ratio {
        padding-top: 55%; } }
  .video_wrapper--single .video__feature {
    width: 100%; }
    @media (min-width: 1024px) {
      .video_wrapper--single .video__feature {
        width: 45%; } }
  .video_wrapper--single .article_snippet__header {
    color: #232323;
    font-size: 1.2em;
    line-height: 1.3; }
    @media (min-width: 780px) {
      .video_wrapper--single .article_snippet__header {
        font-size: 1.875em; } }
  .video_wrapper--single .video__feed {
    width: 100%;
    padding-bottom: 20px; }
    @media (min-width: 1024px) {
      .video_wrapper--single .video__feed {
        width: 55%;
        padding-bottom: 0; } }
  .video_wrapper--single .article_snippet__published {
    float: none;
    color: #232323; }
  .video_wrapper--single .video__release_snippet {
    font-size: 1em;
    padding-bottom: 5%;
    border-bottom: 1px solid #E1E1E1; }
  .video_wrapper--single .video__release_title {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #4c4c4c; }

.whitepapers {
  margin-top: 1em;
  display: none; }
  @media (min-width: 1280px) {
    .whitepapers {
      display: block; } }
  .whitepapers__info, .whitepapers__heading {
    padding: 10px 0;
    margin: 0;
    font-size: 14px; }
  .whitepapers__heading {
    text-transform: uppercase;
    color: black; }
  .whitepapers a {
    font-family: AvenirNext, serif;
    font-weight: 600; }
  .whitepapers img {
    width: 100%; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pulse, .article_snippet__label--live:before {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite; }

/*
	@styleguide
	@name Article Snippet
	@description This is the default template for an article snippet
	@narrowPattern
	@markup
<div class="article_snippet article_snippet--opinion">
    <div class="clearfix">
        <a class="article_snippet__tag" href="/advertising">Advertising</a>

        <span class="article_snippet__published">5 mins ago</span>
    </div>

    <a class="article_snippet__link" href="#">
        <div class="article_snippet__image_wrap">
            <div class="article_snippet__image_wrap">
                <div class="article_snippet__image">
                    <figure class="photo  img_bg--2_1  img_bg ">
                        <img class="lazy" src="/assets/images/placeholder.jpg">
                    </figure>
                </div>
            </div>
        </div>
        <span class="article_snippet__label--opinion">Opinion</span>
        <h3 class="article_snippet__header">Lorem ipsum dolor sit amet, consectetur adipisicing elit ab accusamus assumenda.</h3>
    </a>
</div>
*/
/*
	@styleguide
	@name Article Snippet - Secondary
	@description This is used for a smaller article snippet (~300-400px)
	@narrowPattern
	@markup

<div class="article_snippet article_snippet--secondary">

    <div class="row">
        <span class="article_snippet__published">5 mins ago</span>
        <a class="article_snippet__tag" href="/advertising">Advertising</a>
    </div>

    <div class="row">
        <a class="article_snippet__link" href="#">
            <div class="col col--group col--4of12">
                <div class="article_snippet__image_wrap">
                    <div class="article_snippet__image_wrap">
                        <div class="article_snippet__image">
                            <figure class="photo  img_bg--4_3  img_bg">
                                <img class="lazy" src="http://unsplash.it/400/300">
                            </figure>
                        </div>
                    </div>
                </div>
            </div>

            <div class="col col--group col--12of12 col--8of12--md">
                <h3 class="article_snippet__header">Lorem ipsum dolor sit amet, consectetur adipisicing elit ab accusamus assumenda.</h3>
            </div>
        </a>
    </div>
</div>
*/
/*
	@styleguide
	@name Article Snippet - Feature

	@markup
<div class="article_snippet article_snippet--feature">
    <a class="article_snippet__link" href="#">

        <div class="article_snippet__height"></div>
        <div class="article_snippet__ratio" style="padding-top: 50%"></div>

        <div class="article_snippet__wrapper">
            <div class="article_snippet__image" style="background-image: url('/assets/images/placeholder.jpg')"></div>
            <div class="article_snippet__overlay"></div>
        </div>

        <span class="article_snippet__label--opinion">Opinion</span>

        <div class="article_snippet__info">
            <div class="article_snippet__published" >5 mins ago</div>
            <h3 class="article_snippet__header">Consectetur adipisicing culpa error ipsam odio quisquam rerum!</h3>
            <p class="article_snippet__teaser">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur deleniti dolor hic magni odio qui quod, recusandae sit voluptas voluptatibus! Beatae, cum illo ipsum minima minus quaerat suscipit tenetur. At?</p>
        </div>
    </a>
</div>

*/
.article_snippet {
  position: relative;
  border-top: 1px solid #E1E1E1; }
  .article_snippet:hover .article_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .article_snippet:hover .article_snippet__header {
    text-decoration: underline; }
  .article_snippet:hover .article_snippet__button {
    text-decoration: underline; }
  .article_snippet__header {
    font-family: MarselisSlab;
    color: black;
    margin: 0;
    font-weight: 200;
    margin: 12px 0;
    font-size: 0.875em; }
    @media (min-width: 1024px) {
      .article_snippet__header {
        font-size: 1em; } }
  .article_snippet__published {
    font-size: 12px;
    color: #A1A1A1;
    margin: 6px 0;
    float: right; }
  .article_snippet__tag {
    margin: 6px 0;
    font-size: 12px;
    font-weight: 500;
    display: none; }
    @media (min-width: 1024px) {
      .article_snippet__tag {
        display: inline-block; } }
  .article_snippet__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  .article_snippet__image {
    transition: 0.3s ease; }
  .article_snippet__image_wrap {
    position: relative;
    overflow: hidden; }
  .article_snippet__badge {
    display: none; }

.article_snippet__label, .article_snippet__label--sponsored, .article_snippet__label--live, .article_snippet__label--network, .article_snippet__label--opinion, .article_snippet__label--insight, .article_snippet__label--creative_works, .article_snippet__label--video, .aofp__label {
  padding: 3px 6px;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: -5px; }
  @media (min-width: 1024px) {
    .article_snippet__label, .article_snippet__label--sponsored, .article_snippet__label--live, .article_snippet__label--network, .article_snippet__label--opinion, .article_snippet__label--insight, .article_snippet__label--creative_works, .article_snippet__label--video, .aofp__label {
      font-size: 12px; } }
  .article_snippet__label--sponsored {
    background-color: #CCCCCC;
    color: black; }
  .article_snippet__label--live {
    background-color: #B30E14; }
    .article_snippet__label--live:before {
      content: ' ';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #FFFFFF;
      display: inline-block;
      margin-right: 6px;
      position: relative;
      top: -1px; }
  .article_snippet__label--network {
    background-color: #B30E14; }
  .article_snippet__label--opinion {
    background-color: #18A76F; }
  .article_snippet__label--insight {
    background-color: #15BADA; }
  .article_snippet__label--creative_works {
    background-color: #C1215B; }
  .article_snippet__label--video {
    background-image: url("/assets/images/icons/icon-play.png");
    background-image: none, url("/assets/images/icons/icon-play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
    @media (min-width: 1024px) {
      .article_snippet__label--video--large {
        width: 70px;
        height: 70px; } }

.article_snippet--secondary .article_snippet__image {
  display: none; }
  @media (min-width: 1024px) {
    .article_snippet--secondary .article_snippet__image {
      display: block; } }
  .article_snippet--secondary .article_snippet__image_wrap {
    margin: 0 12px 12px 0; }

.article_snippet--secondary .article_snippet__header {
  font-size: 14px;
  position: relative;
  top: -4px;
  margin: 0 0 4px 0; }

.article_snippet--feature {
  position: relative;
  margin-bottom: 12px; }
  .article_snippet--feature .article_snippet__info {
    position: absolute;
    bottom: 0;
    text-shadow: 0 0 10px #000;
    width: 100%;
    padding: 6px 12px; }
    @media (min-width: 30em) {
      .article_snippet--feature .article_snippet__info {
        padding: 24px 24px 12px; } }
    @media (min-width: 780px) {
      .article_snippet--feature .article_snippet__info {
        padding: 12px 36px 18px; } }
  .article_snippet--feature .article_snippet__link {
    color: #FFFFFF;
    display: block; }
  .article_snippet--feature:hover .article_snippet__overlay {
    background: rgba(0, 0, 0, 0.1); }
  .article_snippet--feature:hover .article_snippet__header {
    text-decoration: underline; }
  .article_snippet--feature .article_snippet__header {
    margin-bottom: 6px;
    color: white;
    font-weight: 600; }
    @media (min-width: 30em) {
      .article_snippet--feature .article_snippet__header {
        font-size: 1.25em; } }
    @media (min-width: 40em) {
      .article_snippet--feature .article_snippet__header {
        font-size: 1.5em; } }
    @media (min-width: 1024px) {
      .article_snippet--feature .article_snippet__header {
        width: 75%; } }
    @media (min-width: 1280px) {
      .article_snippet--feature .article_snippet__header {
        font-size: 1.875em;
        margin-bottom: 12px;
        line-height: 1.3; } }
    .article_snippet--feature .article_snippet__header--no_image {
      color: black;
      margin-top: 24px; }
  .article_snippet--feature .article_snippet__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden; }
  .article_snippet--feature .article_snippet__image {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .article_snippet--feature:hover .article_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .article_snippet--feature .article_snippet__published {
    float: none;
    margin-bottom: 0;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #000000; }
  .article_snippet--feature .article_snippet__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s ease; }
  .article_snippet--feature .article_snippet__label--video {
    width: 70px;
    height: 70px;
    background-size: contain; }
  .article_snippet--feature .article_snippet__teaser {
    display: none; }
    @media (min-width: 780px) {
      .article_snippet--feature .article_snippet__teaser {
        display: block;
        font-size: 1em; } }
  .article_snippet--feature .article_snippet__label, .article_snippet--feature .article_snippet__label--sponsored, .article_snippet--feature .article_snippet__label--live, .article_snippet--feature .article_snippet__label--network, .article_snippet--feature .article_snippet__label--opinion, .article_snippet--feature .article_snippet__label--insight, .article_snippet--feature .article_snippet__label--creative_works, .article_snippet--feature .article_snippet__label--video, .article_snippet--feature .aofp__label {
    position: absolute; }
    .article_snippet--feature .article_snippet__label--sponsored, .article_snippet--feature .article_snippet__label--creative_works, .article_snippet--feature .article_snippet__label--live, .article_snippet--feature .article_snippet__label--network, .article_snippet--feature .article_snippet__label--opinion, .article_snippet--feature .article_snippet__label--insight {
      top: 12px;
      left: -8px;
      padding: 5px 10px;
      font-size: 14px; }
      @media (min-width: 780px) {
        .article_snippet--feature .article_snippet__label--sponsored, .article_snippet--feature .article_snippet__label--creative_works, .article_snippet--feature .article_snippet__label--live, .article_snippet--feature .article_snippet__label--network, .article_snippet--feature .article_snippet__label--opinion, .article_snippet--feature .article_snippet__label--insight {
          padding: 10px 20px;
          font-size: 18px; } }
      .article_snippet--feature .article_snippet__label--sponsored:after, .article_snippet--feature .article_snippet__label--creative_works:after, .article_snippet--feature .article_snippet__label--live:after, .article_snippet--feature .article_snippet__label--network:after, .article_snippet--feature .article_snippet__label--opinion:after, .article_snippet--feature .article_snippet__label--insight:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 0;
        position: absolute;
        left: 0px;
        bottom: -8px; }
    .article_snippet--feature .article_snippet__label--sponsored:after {
      border-color: transparent #232323 transparent transparent; }
    .article_snippet--feature .article_snippet__label--live:before {
      width: 10px;
      height: 10px;
      margin-right: 10px; }
    .article_snippet--feature .article_snippet__label--live:after {
      border-color: transparent #840A0F transparent transparent; }
    .article_snippet--feature .article_snippet__label--network:after {
      border-color: transparent #840A0F transparent transparent; }
    .article_snippet--feature .article_snippet__label--opinion:after {
      border-color: transparent #106E4A transparent transparent; }
    .article_snippet--feature .article_snippet__label--insight:after {
      border-color: transparent #118194 transparent transparent; }
    .article_snippet--feature .article_snippet__label--creative_works:after {
      border-color: transparent #A61C4F transparent transparent; }

.article_snippet--featured, .article_snippet--featured--large {
  border-top: 0;
  margin-bottom: 0; }
  .article_snippet--featured .article_snippet__header, .article_snippet--featured--large .article_snippet__header {
    font-size: 16px;
    width: 100%; }
    @media (min-width: 780px) {
      .article_snippet--featured .article_snippet__header, .article_snippet--featured--large .article_snippet__header {
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .article_snippet--featured .article_snippet__header, .article_snippet--featured--large .article_snippet__header {
        font-size: 20px; } }
  .article_snippet--featured .article_snippet__height, .article_snippet--featured--large .article_snippet__height {
    height: 175px; }
    @media (min-width: 500px) {
      .article_snippet--featured .article_snippet__height, .article_snippet--featured--large .article_snippet__height {
        height: 200px; } }
    @media (min-width: 780px) {
      .article_snippet--featured .article_snippet__height, .article_snippet--featured--large .article_snippet__height {
        height: 240px; } }
  .article_snippet--featured .article_snippet__ratio, .article_snippet--featured--large .article_snippet__ratio {
    display: none; }
  .article_snippet--featured .article_snippet__info, .article_snippet--featured--large .article_snippet__info {
    padding: 24px 20px; }
    @media (min-width: 780px) {
      .article_snippet--featured .article_snippet__info, .article_snippet--featured--large .article_snippet__info {
        padding: 24px 20px; } }
    @media (min-width: 1280px) {
      .article_snippet--featured .article_snippet__info, .article_snippet--featured--large .article_snippet__info {
        padding: 36px 34px 24px; } }
  .article_snippet--featured .article_snippet__label, .article_snippet--featured--large .article_snippet__label, .article_snippet--featured .article_snippet__label--sponsored, .article_snippet--featured--large .article_snippet__label--sponsored, .article_snippet--featured .article_snippet__label--live, .article_snippet--featured--large .article_snippet__label--live, .article_snippet--featured .article_snippet__label--network, .article_snippet--featured--large .article_snippet__label--network, .article_snippet--featured .article_snippet__label--opinion, .article_snippet--featured--large .article_snippet__label--opinion, .article_snippet--featured .article_snippet__label--insight, .article_snippet--featured--large .article_snippet__label--insight, .article_snippet--featured .article_snippet__label--creative_works, .article_snippet--featured--large .article_snippet__label--creative_works, .article_snippet--featured .article_snippet__label--video, .article_snippet--featured--large .article_snippet__label--video, .article_snippet--featured .aofp__label, .article_snippet--featured--large .aofp__label,
  .article_snippet--featured .article_snippet__published, .article_snippet--featured--large .article_snippet__published {
    display: none; }
  .article_snippet--featured .article_snippet__teaser, .article_snippet--featured--large .article_snippet__teaser {
    font-size: 14px;
    opacity: 0.83;
    margin-bottom: 0;
    display: none; }
    @media (min-width: 1024px) {
      .article_snippet--featured .article_snippet__teaser, .article_snippet--featured--large .article_snippet__teaser {
        display: block; } }

.article_snippet--featured--large .article_snippet__height {
  height: 250px; }
  @media (min-width: 500px) {
    .article_snippet--featured--large .article_snippet__height {
      height: 200px; } }
  @media (min-width: 780px) {
    .article_snippet--featured--large .article_snippet__height {
      height: 480px; } }

.article_snippet--featured--large .article_snippet__header {
  font-size: 18px; }
  @media (min-width: 780px) {
    .article_snippet--featured--large .article_snippet__header {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .article_snippet--featured--large .article_snippet__header {
      font-size: 30px; } }

.article_snippet--featured--large .article_snippet__teaser {
  display: none; }
  @media (min-width: 780px) {
    .article_snippet--featured--large .article_snippet__teaser {
      display: block; } }

.article_snippet--category .article_snippet__height {
  padding-top: 50%; }
  @media (min-width: 1280px) {
    .article_snippet--category .article_snippet__height {
      padding-top: 40%; } }

.article_snippet--category .article_snippet__ratio {
  display: none; }

.article_snippet--dark {
  border: none; }
  .article_snippet--dark .article_snippet__published,
  .article_snippet--dark .article_snippet__tag {
    display: none; }
  .article_snippet--dark .article_snippet__link,
  .article_snippet--dark .article_snippet__header {
    color: #FFFFFF;
    font-size: 14px;
    white-space: normal; }
  .article_snippet--dark .article_snippet__info {
    background-color: #232323; }

.article_snippet--light .article_snippet__info {
  background-color: #FFFFFF; }

.article_snippet--block {
  margin-top: 20px;
  border-top: 0; }
  .article_snippet--block .article_snippet__tag, .article_snippet--block .article_snippet__published {
    display: inline; }
  .article_snippet--block .article_snippet__image_label {
    position: relative; }
  .article_snippet--block .article_snippet__image img {
    width: 100%; }
  .article_snippet--block .article_snippet__info {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5%;
    padding-top: 5%; }

.article_snippet__button {
  float: right;
  background-color: #195390;
  color: white;
  text-decoration: none;
  font-weight: 900;
  padding: 2% 5% 2% 5%; }
  .article_snippet__button:hover {
    text-decoration: underline; }

.article_snippet--feature_opinion {
  border: none;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  margin-bottom: 0; }
  .article_snippet--feature_opinion .article_snippet__info {
    padding-bottom: 45px; }
  .article_snippet--feature_opinion .article_snippet__height {
    height: 250px; }
    @media (min-width: 780px) {
      .article_snippet--feature_opinion .article_snippet__height {
        height: 350px; } }
  .article_snippet--feature_opinion .article_snippet__ratio {
    display: none; }
  .article_snippet--feature_opinion:before, .article_snippet--feature_opinion:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #F5F5F5;
    padding-bottom: 30px;
    z-index: 1000; }
  .article_snippet--feature_opinion:before {
    transform-origin: 100% 100%;
    transform: skewX(45deg);
    width: 85px;
    left: -25px; }
    @media (min-width: 780px) {
      .article_snippet--feature_opinion:before {
        left: -15px; } }
    @media (min-width: 1280px) {
      .article_snippet--feature_opinion:before {
        left: -20px; } }
  .article_snippet--feature_opinion:after {
    transform-origin: 0 100%;
    transform: skewX(-45deg);
    width: 100%;
    left: 30px; }
    @media (min-width: 780px) {
      .article_snippet--feature_opinion:after {
        left: 40px; } }
    @media (min-width: 1280px) {
      .article_snippet--feature_opinion:after {
        left: 65px; } }
  .article_snippet--feature_opinion .article_snippet__header {
    font-size: 18px; }
    @media (min-width: 780px) {
      .article_snippet--feature_opinion .article_snippet__header {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .article_snippet--feature_opinion .article_snippet__header {
        font-size: 30px; } }

.article_snippet--popular {
  position: relative;
  border-top: 1px solid #E1E1E1;
  padding: 15px 0 8px 0; }
  .article_snippet--popular::after {
    content: attr(position);
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    background-color: #B30E14;
    color: #FFFFFF;
    border-radius: 50%;
    font-family: MarselisSlab, serif;
    z-index: 1;
    top: 30px;
    left: -10px;
    border: 2px solid #FFFFFF; }
  .article_snippet--popular .article_snippet__header {
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3; }
    @media (min-width: 1024px) {
      .article_snippet--popular .article_snippet__header {
        margin-top: -4px; } }
  .article_snippet--popular .img_bg:after {
    padding-top: 75%; }

.author_opinion {
  background-color: #F5F5F5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  margin-bottom: 12px;
  padding: 0px 30px; }
  .author_opinion:before, .author_opinion:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .author_opinion:after {
    clear: both; }
  .author_opinion {
    *zoom: 1; }
  @media (min-width: 1280px) {
    .author_opinion {
      padding: 20px 30px 30px; } }
  .author_opinion__name {
    margin-top: 3px;
    font-size: 16px; }
    @media (min-width: 780px) {
      .author_opinion__name {
        margin-top: 12px;
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .author_opinion__name {
        margin-top: 18px;
        font-size: 24px; } }
  .author_opinion__info {
    font-size: 14px; }

.article_snippet--borderless {
  border: none; }

.video_snippet {
  background-color: #232323;
  margin-top: 2em;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 24px;
  border-top: 2px solid #EC720B; }
  .video_snippet:hover .video_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .video_snippet__image {
    transition: 0.3s ease; }
  .video_snippet__image_wrap {
    position: relative;
    overflow: hidden; }
  .video_snippet__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .video_snippet {
      font-size: 1em; } }
  .video_snippet img {
    width: 100%; }
  .video_snippet__badge {
    position: absolute;
    top: 0px;
    background-color: #EC720B;
    color: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    padding: 3px 10px 3px 40px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    text-shadow: none; }
    .video_snippet__badge:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid white;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .video_snippet__badge:before {
      content: "";
      display: block;
      top: 0;
      bottom: 0;
      left: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      position: absolute; }
  .video_snippet__published {
    font-size: 12px;
    color: #A1A1A1; }
  .video_snippet__info {
    position: relative;
    padding: 20px 16px;
    display: inline-block;
    color: white; }
  .video_snippet__header {
    font-family: MarselisSlab, Georgia, serif;
    margin: 0 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 780px) {
      .video_snippet__header {
        font-size: 16px; } }
  .video_snippet__teaser {
    color: #A1A1A1;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 780px) {
      .video_snippet__teaser {
        font-size: 12px; } }

.article_snippet--feature_video {
  border-top: none;
  margin: 0; }
  .article_snippet--feature_video .article_snippet__label--video {
    display: none; }
  .article_snippet--feature_video .article_snippet__published {
    display: none; }
  .article_snippet--feature_video .article_snippet__badge {
    background-color: #EC720B;
    color: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    padding: 3px 10px 3px 40px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    position: relative; }
    .article_snippet--feature_video .article_snippet__badge:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid white;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .article_snippet--feature_video .article_snippet__badge:before {
      content: "";
      display: block;
      top: 0;
      bottom: 0;
      left: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      position: absolute; }
  .article_snippet--feature_video .article_snippet__ratio {
    display: none; }
  .article_snippet--feature_video .article_snippet__height {
    padding-top: 45%; }
    @media (min-width: 1024px) {
      .article_snippet--feature_video .article_snippet__height {
        padding-top: 40%; } }

.article_switcher__item {
  position: relative; }

.article_switcher__header:before, .article_switcher__header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.article_switcher__header:after {
  clear: both; }

.article_switcher__header {
  *zoom: 1; }

.article_switcher__header__text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block; }
  @media (min-width: 780px) {
    .article_switcher__header__text {
      background-color: white;
      margin-left: 20px;
      padding: 0 10px;
      font-size: 14px; } }
  .article_switcher__header__text--previous {
    float: right; }
    @media (min-width: 780px) {
      .article_switcher__header__text--previous {
        margin-right: 20px; } }

.article_switcher__arrow {
  content: ' ';
  background-image: url("/assets/images/social/icon-angle-right.png");
  background-image: none, url("/assets/images/social/icon-angle-right.svg");
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  position: relative; }
  @media (min-width: 780px) {
    .article_switcher__arrow {
      right: 0;
      position: absolute;
      top: 7px;
      margin: 0; } }
  .article_switcher__arrow--previous {
    background-image: url("/assets/images/social/icon-angle-left.png");
    background-image: none, url("/assets/images/social/icon-angle-left.svg");
    background-repeat: no-repeat;
    margin-right: 10px;
    top: 4px;
    float: right; }
    @media (min-width: 780px) {
      .article_switcher__arrow--previous {
        left: 0;
        position: absolute;
        top: 4px;
        float: none; } }

@media (min-width: 780px) {
  .article_switcher__line {
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: #B30E14;
    margin-top: 5px;
    top: 7px; }
    .article_switcher__line--previous {
      content: ' ';
      height: 2px;
      position: absolute;
      width: 100%;
      background-color: #B30E14;
      margin-top: 10px;
      top: -1px; } }

.article_switcher__snippet {
  font-family: MarselisSlab;
  font-weight: 200;
  color: #1a1a1a;
  margin: 6px 0; }
  .article_switcher__snippet:before, .article_switcher__snippet:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .article_switcher__snippet:after {
    clear: both; }
  .article_switcher__snippet {
    *zoom: 1; }
  @media (min-width: 780px) {
    .article_switcher__snippet {
      margin: 12px 0; } }

.article__category {
  font-size: 14px;
  color: #A1A1A1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block; }
  @media (min-width: 780px) {
    .article__category {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .article__category {
      font-size: 18px; } }

.article__header {
  margin: -84px -10px 0 -10px;
  background-color: #FFFFFF;
  position: relative; }
  @media (min-width: 780px) {
    .article__header {
      margin: 0; } }
  .article__header_title {
    margin: 0;
    padding: 12px 20px 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.1px; }
    @media (min-width: 780px) {
      .article__header_title {
        padding: 0 0 12px; } }
  .article__header_category {
    text-transform: uppercase; }
    .article__header_category + .article__header_title {
      padding-top: 0;
      font-weight: 900; }
  .article__header--no_banner {
    padding: 0 0 24px;
    position: relative;
    margin: 0; }
    @media (min-width: 780px) {
      .article__header--no_banner {
        margin: 0;
        padding: 0 0 12px; } }
    .article__header--no_banner .article__header_title {
      margin: 0;
      padding: 0; }
  .article__header--video {
    margin: 0; }
    .article__header--video .article__header_title {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }

.article__videos {
  margin-top: 24px; }

.article__column {
  background: #F5F5F5;
  margin-bottom: 24px;
  padding: 24px 10px 0;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  position: relative; }
  @media (min-width: 780px) {
    .article__column {
      margin-top: 25px; } }
  .article__column_img {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    margin-bottom: 24px; }
  .article__column_text p {
    font-size: 14px;
    color: #A1A1A1; }
    .article__column_text p:first-child {
      margin-top: 0; }
  .article__column:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #E1E1E1 transparent;
    position: absolute;
    top: -25px;
    left: 25px; }
  .article__column:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #F5F5F5 transparent;
    position: absolute;
    top: -23.5px;
    left: 25px; }

.article__img {
  width: 100%; }
  .article__img img {
    width: 100%; }
  .article__img_credit {
    font-size: 0.75em;
    color: #A1A1A1;
    margin: 12px 0 0 0; }
  .article__img--right {
    float: right;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px; }
    @media (min-width: 500px) {
      .article__img--right {
        width: 300px; } }
    @media (min-width: 1280px) {
      .article__img--right {
        width: 100%; } }
    @media (min-width: 1430px) {
      .article__img--right {
        width: 300px; } }

.article__tagline {
  font-weight: 900; }

.article__tags a:hover {
  border-bottom: 2px solid;
  text-decoration: none; }

.article__body > p:first-child {
  font-family: MarselisSlab, serif;
  font-weight: 400;
  font-size: 1.25em; }
  @media (min-width: 768px) {
    .article__body > p:first-child {
      font-size: 1.625em; } }

.article__body a:hover {
  border-bottom: 2px solid;
  text-decoration: none; }

.article__video {
  margin: 0 auto; }
  @media (min-width: 780px) {
    .article__video {
      max-width: 1040px;
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .article__video {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .article__video {
      max-width: 1040px; } }
  @media (min-width: 1430px) {
    .article__video {
      max-width: 1190px; } }
  @media (min-width: 1580px) {
    .article__video {
      max-width: 1340px; } }
  .article__video [data-player]:empty {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%; }
  .article__video_wrapper {
    background-color: black; }

.article_info {
  padding: 0 0 18px 0;
  color: #757575;
  font-weight: 500;
  font-size: 14px; }
  .article_info:before, .article_info:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .article_info:after {
    clear: both; }
  .article_info {
    *zoom: 1; }
  .article_info__author {
    display: inline-block;
    float: left; }
    @media (min-width: 780px) {
      .article_info__author {
        margin-top: 5px; } }
  .article_info__author__img {
    float: left;
    max-width: 30px;
    margin-right: 1em;
    border-radius: 50%;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px; }
    @media (min-width: 780px) {
      .article_info__author__img {
        margin-top: 0; } }
    .article_info__author__img img {
      display: block; }
    .article_info__author__img--default {
      width: 30px;
      height: 30px;
      font-size: 12px;
      background-color: #CCCCCC;
      text-align: center; }
  .article_info__dash {
    margin: 0 5px; }
  .article_info__published {
    display: block; }
    @media (min-width: 780px) {
      .article_info__published {
        display: inline-block; } }
  .article_info__author__link {
    font-size: 1em;
    margin: 0; }
    .article_info__author__link:hover {
      border-bottom: 2px solid;
      text-decoration: none; }
  .article_info__stats {
    border-left: 1px solid #E1E1E1;
    padding-left: 20px; }
  .article_info__img {
    margin: 0 auto;
    display: block; }
  .article_info__label {
    color: #A1A1A1; }
  .article_info__sponsor_img img {
    max-height: 150px;
    margin: 0 auto;
    display: block; }
  .article_info__header {
    font-family: MarselisSlab, serif;
    font-weight: 200;
    font-size: 1.125em; }
  .article_info--repeat {
    border-bottom: none;
    margin: 12px 0 0 0; }

.article-element.header {
  background: none;
  padding: 0;
  margin: 0; }

body.node-type-drum-basic-article .article-element.header {
  margin-top: 45px; }

.attachmentbox {
  float: right;
  width: 100%;
  background-color: #E1E1E1;
  font-size: 14px;
  padding: 1em;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 780px) {
    .attachmentbox {
      width: 50%;
      margin-left: 20px; } }
  .attachmentbox.width-100 {
    width: 100%; }
  .attachmentbox .attachmentbox-content > *:first-child {
    margin-top: 0; }
  .attachmentbox li > p {
    margin: 1em 0; }

.tabs {
  border-bottom: 1px solid #FFFFFF; }
  .tabs:before, .tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .tabs:after {
    clear: both; }
  .tabs {
    *zoom: 1; }

.tab {
  width: 33.333%;
  float: left;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px; }
  .tab a {
    color: #FFFFFF; }
  .tab--active {
    position: relative; }
    .tab--active:after {
      position: absolute;
      content: ' ';
      width: 15px;
      height: 15px;
      background-color: #333333;
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      display: block;
      margin-top: 5px;
      left: 50%;
      transform: translateX(-50%) rotate(-45deg); }
  .tab__content {
    display: none; }
    .tab__content--active {
      display: block; }

.aofp {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 780px) {
    .aofp {
      height: 400px; } }
  @media (min-width: 1024px) {
    .aofp {
      height: 500px; } }
  @media (min-width: 780px) {
    .aofp__info {
      padding: 20px;
      position: absolute;
      bottom: 0; } }
  .aofp__image_wrap {
    padding-top: 50%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 780px) {
      .aofp__image_wrap {
        padding-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%; } }
  .aofp__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0; }
  .aofp__title {
    font-family: MarselisSlab, serif;
    font-weight: 200;
    background-color: #FFFFFF;
    padding: 10px 15px;
    font-size: 18px;
    color: black;
    margin: 0; }
    @media (min-width: 780px) {
      .aofp__title {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .aofp__title {
        font-size: 30px; } }
    @media (min-width: 780px) {
      .aofp__title {
        margin-bottom: 24px; } }
  .aofp__agency {
    background-color: #E1E1E1; }
  .aofp__client {
    background-color: #CCCCCC; }
  .aofp__agency, .aofp__client {
    font-weight: 500;
    padding: 5px 10px;
    color: black;
    font-size: 14px; }
    @media (min-width: 780px) {
      .aofp__agency, .aofp__client {
        display: inline-block;
        padding: 10px;
        font-size: 18px; } }
  .aofp__label {
    display: inline-block;
    top: 12px;
    left: -8px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #DA2668;
    position: absolute; }
    @media (min-width: 780px) {
      .aofp__label {
        position: relative;
        padding: 10px 20px;
        font-size: 18px; } }
    .aofp__label:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 0;
      position: absolute;
      left: 0px;
      bottom: -8px;
      border-color: transparent #A61C4F transparent transparent; }
  .aofp:hover .aofp__image {
    transform: scale(1.1); }

.aofp--secondary .aofp__title {
  font-size: 18px; }
  @media (min-width: 780px) {
    .aofp--secondary .aofp__title {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .aofp--secondary .aofp__title {
      font-size: 30px; } }

.aofp_container {
  padding: 0 20px; }

.aofp_wrapper {
  background-color: #333333;
  padding: 0 10px; }
  .aofp_wrapper:before, .aofp_wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .aofp_wrapper:after {
    clear: both; }
  .aofp_wrapper {
    *zoom: 1; }

.card {
  border: 1px solid #E1E1E1;
  border-top: 2px solid #A1A1A1;
  background-color: #FCFCFC;
  margin-top: 15px;
  box-shadow: 0px 2px 2.9px 0.1px rgba(15, 15, 15, 0.1); }
  .card__image {
    border: 1px solid #E1E1E1;
    background-color: white;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px; }
    .card__image img {
      max-height: 60px; }
  .card__content {
    padding: 18px; }
    .card__content p {
      font-size: 14px; }

.cw__info {
  color: #A1A1A1; }
  .cw__info_item {
    margin: 6px 0; }
    .cw__info_item:first-child {
      margin-top: 0; }

.cw__description > p:first-child {
  margin-bottom: 6px; }

.cw_card {
  background-color: #F5F5F5;
  border-top: 1px solid #E1E1E1;
  padding: 20px;
  font-size: 11.9px; }
  .cw_card:before, .cw_card:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cw_card:after {
    clear: both; }
  .cw_card {
    *zoom: 1; }
  .cw_card__title {
    font-size: 14px;
    font-family: MarselisSlab, serif;
    font-weight: 200;
    color: black;
    margin-top: 0; }
    @media (min-width: 780px) {
      .cw_card__title {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .cw_card__title {
        font-size: 18px; } }
  .cw_card__heading {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-top: 0; }
    @media (min-width: 780px) {
      .cw_card__heading {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .cw_card__heading {
        font-size: 24px; } }
  .cw_card__text {
    font-size: 12px; }
  .cw_card--large {
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 40px; }
  .cw_card__hr {
    margin: 20px -20px; }
    @media (min-width: 780px) {
      .cw_card__hr--voting {
        display: none; } }
    @media (min-width: 1024px) {
      .cw_card__hr--voting {
        display: block; } }
  .cw_card .social_links {
    float: left; }
    @media (min-width: 1024px) {
      .cw_card .social_links {
        float: none; } }

.gallery_img {
  max-width: 100%; }

.creative_work__media {
  position: relative; }

.creative_work__gallery {
  width: 50px;
  height: 50px;
  right: 10px;
  top: 22px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-image: url("/assets/images/icons/icon-expand.png");
  background-image: none, url("/assets/images/icons/icon-expand.svg");
  background-repeat: no-repeat; }
  .creative_work__gallery:hover {
    cursor: pointer; }

.cw_snippet {
  background-color: #F5F5F5;
  margin-bottom: 20px; }
  .cw_snippet:before, .cw_snippet:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cw_snippet:after {
    clear: both; }
  .cw_snippet {
    *zoom: 1; }
  .cw_snippet:hover .cw_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .cw_snippet:hover .cw_snippet__header {
    text-decoration: underline; }
  .cw_snippet__link {
    display: inline-block;
    width: 100%; }
    .cw_snippet__link:hover {
      cursor: pointer; }
  .cw_snippet__info {
    padding: 10px 15px; }
    .cw_snippet__info:not(:last-child) {
      padding-top: 0;
      border-bottom: 1px solid #E1E1E1; }
  .cw_snippet__header {
    margin: 12px 0;
    font-family: MarselisSlab;
    font-weight: 200;
    color: black;
    font-size: 16px;
    display: block; }
    @media (min-width: 1024px) {
      .cw_snippet__header {
        font-size: 16px; } }
  .cw_snippet__agency {
    margin: 6px 0;
    font-size: 12px;
    float: right;
    display: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    text-align: right; }
    @media (min-width: 1024px) {
      .cw_snippet__agency {
        display: inline-block; } }
  .cw_snippet__published {
    font-size: 12px;
    color: #A1A1A1;
    margin: 6px 0; }
  .cw_snippet__image {
    transition: 0.3s ease; }
  .cw_snippet__image_wrap {
    position: relative;
    overflow: hidden; }
  .cw_snippet__rank {
    font-size: 16px;
    top: 0;
    color: #FFFFFF;
    background-color: #DA2668;
    font-family: 'MarselisSlab';
    font-weight: 300;
    text-align: center;
    position: absolute;
    width: 36px;
    box-sizing: content-box;
    padding: 3px; }
    @media (min-width: 780px) {
      .cw_snippet__rank {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .cw_snippet__rank {
        font-size: 24px; } }
    .cw_snippet__rank--first {
      font-size: 30px;
      width: 72px; }
      @media (min-width: 780px) {
        .cw_snippet__rank--first {
          font-size: 36px; } }
      @media (min-width: 1024px) {
        .cw_snippet__rank--first {
          font-size: 48px; } }
    .cw_snippet__rank--second {
      font-size: 24px;
      width: 54px; }
      @media (min-width: 780px) {
        .cw_snippet__rank--second {
          font-size: 30px; } }
      @media (min-width: 1024px) {
        .cw_snippet__rank--second {
          font-size: 36px; } }
  .cw_snippet__vote {
    padding: 7px 30px 7px 25px;
    font-size: 14px;
    float: right;
    display: inline-block;
    background-position: 60px 50%;
    background-image: none, url("/assets/images/social/icon-right-arrow--white.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    margin-bottom: 15px; }

.cw_snippet--feature .cw_snippet__header {
  font-size: 18px; }
  @media (min-width: 780px) {
    .cw_snippet--feature .cw_snippet__header {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .cw_snippet--feature .cw_snippet__header {
      font-size: 30px; } }

.cw_snippet--feature .cw_snippet__rank {
  display: inline-block; }

.cw_block {
  height: 150px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; }
  @media (min-width: 780px) {
    .cw_block {
      height: 300px; } }
  .cw_block__img {
    position: absolute; }
  .cw_block__title {
    transition: 0.3s ease;
    margin-top: 0;
    padding-top: 60px;
    color: white;
    font-weight: 700;
    position: relative; }
    @media (min-width: 780px) {
      .cw_block__title {
        padding-top: 120px; } }
  .cw_block__link {
    transition: 0.3s ease;
    opacity: 0;
    position: relative; }
    .cw_block__link:after {
      content: ' ';
      width: 7px;
      height: 12px;
      background-image: url("/assets/images/social/icon-right-arrow--white.png");
      background-image: none, url("/assets/images/social/icon-right-arrow--white.svg");
      background-repeat: no-repeat;
      display: inline-block;
      background-size: contain;
      margin-left: 6px;
      position: relative;
      top: 2px; }
  .cw_block__mask {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0; }
  .cw_block:hover {
    cursor: pointer;
    text-decoration: none; }
    .cw_block:hover .cw_block__title {
      padding-top: 50px; }
      @media (min-width: 780px) {
        .cw_block:hover .cw_block__title {
          padding-top: 100px; } }
    .cw_block:hover .cw_block__link {
      opacity: 1; }

/* Drum Diary Styles */
.drum-diary-view .view-grouping-header {
  font-size: 20px; }

.drum-diary-view .view-grouping-content div.view-grouping div.view-grouping-header {
  font-size: 18px;
  font-weight: bolder;
  margin: 10px; }

.drum-diary-view .view-grouping-content div.view-grouping div.view-grouping-content > div {
  display: table;
  width: 100%; }

.drum-diary-view .view-grouping-content div.view-grouping div.view-grouping-content div div.views-field {
  display: inline-block;
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  height: 64px; }

.drum-diary-view .views-field-field-event-date-1 {
  width: 20%; }

.drum-diary-view .views-field-title {
  width: 22%; }

.drum-diary-view span.date-display-single {
  color: #ed1c24; }

.drum-diary-view .ui-state-default, .drum-diary-view .ui-widget-content .ui-state-default, .drum-diary-view .ui-widget-header .ui-state-default {
  background: #fff;
  border: 0; }

.drum-diary-view .ui-widget-content {
  border: 0; }

.drum-diary-view .view-grouping-content div.view-grouping div.view-grouping-content div div.views-field {
  font-size: 12px;
  border-bottom: 0;
  border-right: 0;
  display: inherit; }

.drum-diary-view .view-grouping .view-grouping-content {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.drum-diary-view .field-content a {
  color: #1d62aa; }

.drum-diary-view .views-field-field-date-1 {
  border-right: 1px solid #ccc; }

.drum-diary-view .views-field-field-diary-contact {
  width: 23.5618%; }

.drum-diary-view .ui-accordion .ui-accordion-content {
  box-sizing: border-box;
  margin: 1em 2.2em;
  padding: 0; }

.drum-diary-view .field-content {
  padding: 8px 10px 0 10px;
  display: block; }

.drum-diary-view .views-field-field-date-1 {
  width: 14.58%; }

.drum-diary-view .views-field-body {
  width: 35%; }

.the-drum-diary-view h3, .the-drum-diary-view .author--article .author__name, .author--article .the-drum-diary-view .author__name {
  border: 0;
  background: none;
  background-color: #ed1c24 !important;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  font-weight: bold; }

.the-drum-diary-view.ui-accordion h3.ui-accordion-header-active, .the-drum-diary-view.ui-accordion .author--article .ui-accordion-header-active.author__name, .author--article .the-drum-diary-view.ui-accordion .ui-accordion-header-active.author__name {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.the-drum-diary-view.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: auto;
  right: .5em;
  top: 50%;
  margin-top: -8px; }

.the-drum-diary-view.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  margin-top: 0;
  position: relative;
  top: 0;
  margin-bottom: 0;
  border: 0;
  color: #333; }

.the-drum-diary-view.ui-accordion .ui-accordion-content > .category {
  padding: 10px 0 10px 0;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background-color: #FFF;
  background-image: url("../../images/bg_line_red.png");
  overflow: auto;
  clear: both; }

.the-drum-diary-view.ui-accordion .ui-accordion-content > .category .inside {
  float: left;
  background-color: #FFF;
  padding: 0 20px; }

.the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  overflow: auto;
  margin-bottom: 10px; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry.last {
    border-bottom: 0; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .date {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    padding: 1.5% 2%;
    font-weight: bold; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .title {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .body {
    float: left;
    width: 100%;
    margin-right: 0%;
    font-size: 14px; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .contact {
    float: left;
    font-size: 14px;
    width: 100%;
    border: 0;
    margin-bottom: 0; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry p {
    font-size: 14px; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry a {
    color: #1d62aa; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

@media (min-width: 780px) {
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry.last {
    border-bottom: 0; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .date {
    width: 10%;
    margin-right: 3%; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .title {
    width: 14%;
    margin-right: 1%; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .body {
    width: 40%; }
  .the-drum-diary-view.ui-accordion .ui-accordion-content .the-drum-diary-view-entry .contact {
    width: 31%; } }

.section__block {
  background-color: #FFFFFF; }

.section__footer {
  border-top: 1px solid #E1E1E1; }
  .section__footer__more {
    font-size: 1em;
    margin: 12px auto;
    display: inline-block;
    font-weight: 500; }
    .section__footer__more:after {
      content: ' ';
      background-image: url("/assets/images/social/icon-angle-right-red.png");
      background-image: none, url("/assets/images/social/icon-angle-right-red.svg");
      background-repeat: no-repeat;
      width: 7px;
      height: 12px;
      display: inline-block;
      position: relative;
      top: 1px;
      left: 5px; }

.caption {
  font-size: 12px;
  color: #757575; }
  @media (min-width: 780px) {
    .caption {
      font-size: 16px;
      margin: 6px 0 12px; } }
  @media (min-width: 1024px) {
    .caption {
      margin: 0 0 18px;
      font-size: 18px; } }
  .caption:before {
    content: '';
    background: url("/assets/images/awards/sponsors_page/caption_camera.png") center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 20px;
    height: 20px; }
    @media (min-width: 780px) {
      .caption:before {
        top: 8px;
        width: 30px;
        height: 30px; } }
    @media (min-width: 1024px) {
      .caption:before {
        top: 13px;
        width: 40px;
        height: 40px; } }

.photo {
  margin-left: 0; }
  .photo__caption {
    font-size: 12px;
    margin-top: 0;
    color: #757575;
    margin-bottom: 1.45em; }
    .photo__caption:before {
      width: 16px;
      height: 16px;
      top: 3px; }

.image_gallery_item {
  position: relative; }
  .image_gallery_item__handle {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center;
    background-image: url("/assets/images/icons/icon-expand.png");
    background-image: none, url("/assets/images/icons/icon-expand.svg");
    background-repeat: no-repeat; }
    .image_gallery_item__handle:hover {
      cursor: pointer; }
  .image_gallery_item + .image_gallery_item {
    margin-top: 24px; }
  .image_gallery_item--article {
    margin-top: 24px; }

.profile_image {
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px; }
  @media (min-width: 780px) {
    .profile_image {
      max-width: 50px;
      width: auto; } }
  @media (min-width: 1280px) {
    .profile_image {
      max-width: 70px;
      width: auto; } }

main#content {
  margin-bottom: 40px; }

ul.action-links {
  list-style: none;
  margin: 10px 0;
  padding: 0; }

#cart-form-products .subtotal {
  background: #fafafa;
  border-bottom: none !important; }

#cart-form-pane {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

#cart-form-products tr.even, #cart-form-products tr.odd {
  border-top: 1px solid #CCC;
  border-bottom: none; }

.form-actions input#edit-checkout {
  margin-right: 0px; }

#cart-form-buttons .form-actions {
  padding: 0;
  margin: 0; }

.page-cart-checkout form #cart-pane {
  /*position:absolute;
  right:0;*/ }

.page-cart-checkout form fieldset {
  margin: 0 0 20px 0; }

.page-cart-checkout .cart-review {
  margin-bottom: 15px; }

.page-cart-checkout fieldset {
  display: block; }

.page-cart-checkout form fieldset#terms-pane,
.page-cart-checkout form fieldset#payment-pane {
  clear: left; }

fieldset#payment-pane #payment-details {
  border: none;
  margin: 0;
  padding: 0; }

fieldset#payment-pane #payment-details table {
  margin-top: 0;
  width: 100%; }

fieldset#payment-pane #payment-details table td {
  padding: 7px 0; }

fieldset#payment-pane #payment-details table td.field-label {
  color: #303030;
  font-size: 13px; }

fieldset#payment-pane #edit-panes-payment-payment-method input,
fieldset#payment-pane .form-item-panes-payment-payment-method label {
  display: none; }

fieldset#cart-pane {
  background: #fafafa url("../images/sagepay.png") 96% 96% no-repeat;
  padding-bottom: 30px; }

fieldset#payment-pane .form-item-panes-payment-payment-method #edit-panes-payment-payment-method {
  height: 30px; }

fieldset#payment-pane .form-item-panes-payment-payment-method #edit-panes-payment-payment-method label {
  display: block;
  line-height: 0;
  color: #FFF;
  font-size: 1px;
  text-indent: -6px; }

.page-cart-checkout form .form-item-panes-billing-select-address label {
  width: 134px; }

.page-cart-checkout form fieldset#terms-pane div.form-item-panes-terms-terms-checkbox label {
  float: none; }

.page-cart-checkout-review form .form-actions {
  margin-right: 10px; }

.page-cart-checkout form #cart-pane .sticky-header {
  display: none; }

#cart-pane .odd, #cart-pane .even {
  border-top: #cccccc; }

.content .order-review-table .pane-title-row {
  font-size: 16px; }

.order-review-table .pane-title-row {
  padding: 20px 0 10px 0; }

.page-cart-checkout form fieldset#payment-pane,
.page-cart-checkout form fieldset#uc_addressfield_autocomplete_billing-pane,
.page-cart-checkout form fieldset#cart-pane,
.page-cart-checkout form fieldset#help-pane,
.page-cart-checkout form fieldset#coupon-pane,
.page-cart-checkout form fieldset#coupon_automatic-pane {
  float: left;
  width: 100%; }
  .page-cart-checkout form fieldset#payment-pane input, .page-cart-checkout form fieldset#payment-pane select,
  .page-cart-checkout form fieldset#uc_addressfield_autocomplete_billing-pane input,
  .page-cart-checkout form fieldset#uc_addressfield_autocomplete_billing-pane select,
  .page-cart-checkout form fieldset#cart-pane input,
  .page-cart-checkout form fieldset#cart-pane select,
  .page-cart-checkout form fieldset#help-pane input,
  .page-cart-checkout form fieldset#help-pane select,
  .page-cart-checkout form fieldset#coupon-pane input,
  .page-cart-checkout form fieldset#coupon-pane select,
  .page-cart-checkout form fieldset#coupon_automatic-pane input,
  .page-cart-checkout form fieldset#coupon_automatic-pane select {
    width: 100%; }

div#edit-actions {
  float: left;
  width: 100%; }

div#addressfield-autocomplete-map--2 {
  width: 100% !important; }

form#user-register-form input[type='text'] {
  width: 100%; }

form#user-login input[type='text'],
form#user-login input[type='password'] {
  width: 100%; }

@media (min-width: 780px) {
  .page-cart-checkout form fieldset#payment-pane,
  .page-cart-checkout form fieldset#uc_addressfield_autocomplete_billing-pane,
  .page-cart-checkout form fieldset#cart-pane,
  .page-cart-checkout form fieldset#help-pane,
  .page-cart-checkout form fieldset#coupon-pane,
  .page-cart-checkout form fieldset#coupon_automatic-pane,
  div#edit-actions {
    float: left;
    width: 60%;
    margin-right: 40%; } }

.sponsored-detailed-wrapper {
  position: relative; }
  .sponsored-detailed-wrapper > .sponsored-by,
  .sponsored-detailed-wrapper > .sponsored-company {
    border: 1px #868686 solid;
    color: #FFF;
    font-size: 0.9em;
    margin: 0 5px 5px 0;
    padding: 0px 4px;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    display: inline-block; }
    .sponsored-detailed-wrapper > .sponsored-by a,
    .sponsored-detailed-wrapper > .sponsored-company a {
      color: #FFF; }
  .sponsored-detailed-wrapper > .sponsored-by.orange {
    border: 1px #ed1c24 solid;
    background-color: #ed1c24; }
  .sponsored-detailed-wrapper > .sponsored-company.orange {
    border: 1px #ed1c24 solid; }
    .sponsored-detailed-wrapper > .sponsored-company.orange a {
      color: #ed1c24; }

.teaser-award h2 a,
.article_secondary h2 a,
.article_featured h2 a {
  color: #1d62aa;
  display: block;
  padding: 0 !important;
  font-size: 22px;
  line-height: 28px; }

.teaser-award h2 a:hover,
.article_featured h2 a:hover,
.article_secondary h2 a:hover {
  color: #ed1c24;
  border-color: #ed1c24;
  text-decoration: none;
  border-bottom: none; }

.article_secondary.stuff h2 a,
.article_featured.stuff h2 a,
.stuff .pane-content h1 {
  border-color: #110377; }

.article_secondary.stuff h2 a:hover,
.article_featured.stuff h2 a:hover {
  border-color: #090147; }

div.teaser-award h2 a {
  border-left-color: #1D62AA; }

div.teaser-award h2 a:hover {
  border-left-color: #13467c; }

div.panel-pane div.article_featured, div.panel-pane div.article_secondary {
  /*margin: 0 18px;*/
  height: auto;
  padding-bottom: 10px; }

.article_featured .article_section, .article_secondary .article_section_left, .article_secondary .article_section_right {
  float: left;
  height: auto;
  min-height: 125px; }

.article_feature_left {
  float: left;
  margin: 0 5px 10px 0; }

.article_feature_right {
  float: right; }

.article_secondary .article_section_left {
  width: 70% !important; }

.article_secondary .article_section_right {
  width: 30% !important; }

.teaser_paragraph {
  margin: 0 !important;
  padding: 9px 0 2px 0px;
  color: #333333; }

.article_secondary .article_preview {
  margin: 10px 15px 10px 15px; }

.article_preview_img {
  float: right;
  margin-left: 10px; }

.article_preview_img img {
  border: 3px solid #eeeeee; }

.article_featured .article_info, .article_secondary .article_info {
  height: 30px;
  margin: 0px 0 0 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  clear: both; }

.teaser-links {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  clear: both; }

.teaser-award .teaser-links {
  border-bottom: none; }

.article_secondary .article_info div.region, .article_featured .article_info div.region {
  margin: 5px 10px 5px 0;
  padding-right: 10px;
  float: left;
  color: #a9a9a9;
  border-right: 1px solid #d9d9d9;
  text-transform: uppercase; }

.article_secondary .article_info div.tags, .article_featured .article_info div.tags {
  margin: 5px 10px 5px 0;
  float: left; }

.article_info div.author {
  margin: 5px 20px 5px 0;
  padding-right: 20px;
  float: left;
  color: #a9a9a9;
  border-right: 1px solid #d9d9d9;
  text-transform: uppercase; }

.article_info .comment_count {
  float: left;
  margin: 5px 10px 5px 0;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9; }

.article_secondary .article_preview, .article_featured .article_preview {
  margin: 10px 15px 10px 15px; }

#content .article_secondary h2,
#content .article_featured h2 {
  margin: 0;
  padding: 0; }

div.node-drum-basic-article-teaser-medium .article_preview_img img {
  width: 139px;
  height: 90px;
  display: block; }

.teaser {
  position: relative; }

.teaser-award .overlap-tag {
  right: 10px;
  top: -27px; }

.teaser-award .overlap-tag .overlap {
  top: 6px; }

.teaser-award .overlap-tag .overlap-tag-content {
  padding: 5px 8px; }

.teaser-featured-award {
  background-color: #FAFAFA;
  padding: 15px;
  border: 1px solid #F2F2F2; }
  .teaser-featured-award .teaser_paragraph {
    width: 450px;
    display: inline-block; }
  .teaser-featured-award .buttons a {
    background-color: #1d62aa;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px; }
  .teaser-featured-award .teaser-image {
    max-height: 130px;
    max-width: 130px;
    height: auto;
    width: auto;
    display: inline-block;
    float: none; }
    .teaser-featured-award .teaser-image img {
      width: 100%;
      height: auto; }

.view div.article_featured {
  margin: 0 0 20px 0 !important; }

.article_featured .company {
  padding: 2px 0;
  margin: 0;
  font-size: 14px; }

.article_featured p.company:hover {
  border-color: #ed1c24; }

.article_featured p.company a:hover {
  border-bottom: none;
  color: #ed1c24; }

.article_featured .article_preview_img a:hover {
  border-bottom: none; }

.pane-directory-directory-search-news .view-content {
  margin-top: 15px; }

.three-thumbs .thumb {
  float: left;
  width: 32%;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-bottom: 5px; }
  .three-thumbs .thumb.index_0 {
    padding: 0 1% 0 0;
    margin-right: 2%; }
  .three-thumbs .thumb.index_1 {
    padding: 0 1% 0 1%; }
  .three-thumbs .thumb.index_2 {
    margin-left: 2%;
    padding: 0 0 0 1%; }
  .three-thumbs .thumb .inside {
    border: 3px solid #eee; }
    .three-thumbs .thumb .inside img {
      width: 100%;
      height: auto; }

.article_preview_img img {
  max-width: 194px;
  height: auto; }

/**
 * Appointments
 */
div.appointments-list-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9; }

h2.appointments-name {
  padding: 5px 0 5px 0;
  margin: 0; }

div.appointments-summary p {
  margin: 0;
  padding: 10px 0 0 0;
  min-height: 28px !important;
  height: auto; }

div.appointments-image {
  border: 3px #cccccc solid;
  float: right; }

div.appointments-image a:hover {
  border: none; }

div.appointments-image a img {
  display: block; }

div.appointment-content h3, div.appointment-content .author--article .author__name, .author--article div.appointment-content .author__name {
  font-weight: bold; }

div.node-drum-appointment .pull-right {
  margin-left: 30px;
  float: right;
  width: 228px; }

form.node-drum_appointment-form .field-type-text-with-summary label {
  width: 100%; }

ul.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }
  ul.tags > li span {
    display: inline-block;
    margin-right: 10px; }
  ul.tags > li a {
    display: inline-block;
    border-radius: 10px;
    background: #4c4c4c;
    padding: 3px 10px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: capitalize; }
    ul.tags > li a:hover {
      background: #ED1C24;
      color: #FFFFFF;
      border: none;
      text-decoration: none; }

a.twitter_button, a.fb_button, input.twitter_button {
  height: 22px;
  width: 150px;
  background: url("../../images/twitter_signin.png") 0 0 no-repeat !important;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 10px;
  border: none !important;
  cursor: pointer; }

a.fb_button {
  background: url("../../images/facebook_signin.png") 0 0 no-repeat !important; }

a.twitter_button:hover, a.fb_button:hover, input.twitter_button:hover {
  background-position: 0 -24px !important; }

a.twitter_button:active, a.fb_button:active, input.twitter_button:active {
  background-position: 0 -48px !important; }

input.twitter_button {
  margin-bottom: 10px !important; }

.kb-company-teaser .sponsored-detailed-wrapper {
  position: relative; }
  .kb-company-teaser .sponsored-detailed-wrapper > .sponsored-by {
    border: 1px #7BBDD8 solid;
    background-color: #7BBDD8; }
  .kb-company-teaser .sponsored-detailed-wrapper > .sponsored-company {
    border: 1px #7BBDD8 solid; }
    .kb-company-teaser .sponsored-detailed-wrapper > .sponsored-company a {
      color: #7BBDD8; }

li.unstyled_list__item a.active, li.title_block__nav__item a.active, li.tab a.active, li.share_sidebar__item a.active {
  color: #FFF; }

.admin_nav {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  background-color: #F5F5F5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5); }
  .admin_nav__profile:before {
    content: ' ';
    background-image: url("/assets/images/icons/fa-user@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px; }
  .admin_nav__item {
    color: black;
    display: inline-block;
    padding: 4px 6px; }
    .admin_nav__item:after {
      content: ' ';
      background-image: url("/assets/images/icons/fa-external-link copy 2@2x.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 12px;
      height: 10px;
      display: inline-block;
      margin-left: 3px; }
    .admin_nav__item:hover {
      background-color: #CCCCCC; }
    .admin_nav__item--expanded {
      position: relative;
      background-color: #CCCCCC; }
      .admin_nav__item--expanded ~ .admin_nav__subnav {
        display: block;
        position: absolute; }
    .admin_nav__item--dropdown:after {
      background-image: url("/assets/images/icons/fa-caret-down@2x.png"); }
  .admin_nav > li:not(:last-child) {
    margin-right: 10px; }
  .admin_nav__subnav {
    display: none;
    background-color: #E1E1E1; }
    .admin_nav__subnav_item {
      display: block; }
      .admin_nav__subnav_item a {
        display: block; }

.list-nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0; }
  .list-nav::-webkit-scrollbar {
    width: 1em;
    height: 5px; }
  .list-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .list-nav::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 10px; }
  @media (min-width: lg) {
    .list-nav {
      margin-top: 0;
      padding-bottom: 15px;
      margin-bottom: 30px; } }
  .list-nav li {
    display: inline-block; }
    .list-nav li:not(:first-of-type) {
      padding-top: 10px;
      margin-left: 20px; }
  @media (min-width: 780px) {
    .list-nav--sm li {
      display: block; } }
  @media (min-width: 780px) {
    .list-nav--sm li:not(:first-of-type) {
      margin-left: 0; } }
  @media (min-width: 780px) {
    .list-nav--sm {
      white-space: initial;
      overflow-x: initial;
      overflow-y: initial; } }
  @media (min-width: 1280px) {
    .list-nav--lg li {
      display: block; } }
  @media (min-width: 1280px) {
    .list-nav--lg li:not(:first-of-type) {
      margin-left: 0; } }
  @media (min-width: 1280px) {
    .list-nav--lg {
      white-space: initial;
      overflow-x: initial;
      overflow-y: initial; } }

.list-nav-item {
  color: #A1A1A1; }

.ph_company_snippet {
  background-color: #F5F5F5;
  margin-bottom: 20px; }
  .ph_company_snippet:before, .ph_company_snippet:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ph_company_snippet:after {
    clear: both; }
  .ph_company_snippet {
    *zoom: 1; }
  .ph_company_snippet:hover .ph_company_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .ph_company_snippet:hover .ph_company_snippet__header {
    text-decoration: underline; }
  .ph_company_snippet__link {
    position: relative;
    width: 100%;
    color: black; }
    .ph_company_snippet__link:hover {
      cursor: pointer; }
  .ph_company_snippet__info {
    position: relative; }
  .ph_company_snippet__header {
    padding-left: 10px;
    transform: translateY(-50%); }
  .ph_company_snippet__logo_wrap {
    float: left;
    width: 25%;
    margin-right: 5%; }
  .ph_company_snippet__logo {
    border: 1px solid #A1A1A1;
    border-radius: 2px;
    background-color: #FFFFFF; }
  .ph_company_snippet__title {
    float: left;
    width: 70%;
    font-size: 16px;
    margin: 2.4em 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ph_company_snippet__locations {
    padding: 0;
    margin: 0 10px 12px 10px;
    font-family: MarselisSlab;
    font-weight: 200;
    color: black;
    font-size: 16px;
    display: block; }
  .ph_company_snippet__description {
    padding: 0;
    margin: 0 10px 12px 10px;
    font-family: MarselisSlab;
    font-weight: 200;
    color: black;
    font-size: 16px;
    display: block; }
  .ph_company_snippet__image {
    transition: 0.3s ease; }
  .ph_company_snippet__image_wrap {
    position: relative;
    overflow: hidden; }

.profile-hub-content {
  /**
     * Markup generated by theme_menu_local_tasks().
     */ }
  .profile-hub-content .fa {
    margin-right: 10px; }
  .profile-hub-content .panel-pane.pane-page-title h1 {
    display: none; }
  .profile-hub-content .panel-pane.pane-page-title h2.pane-title {
    margin-top: 24px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 36px;
    font-family: AvenirNext,Arial,sans-serif;
    font-weight: 800;
    text-transform: uppercase; }
  .profile-hub-content .share-buttons-multi .multi-buttons-container {
    margin-top: 15px; }
  .profile-hub-content .company-nav ul.sf-menu-company {
    margin: 16px auto 8px;
    display: inline-block;
    text-align: left; }
  .profile-hub-content .embedded-video .player iframe {
    width: 100%; }
  .profile-hub-content .company-top {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .profile-hub-content .company-top .banner {
      width: 100%;
      height: 300px; }
      .profile-hub-content .company-top .banner img {
        width: 100%;
        height: auto;
        position: absolute;
        max-width: none;
        top: 0;
        left: 0; }
    .profile-hub-content .company-top .content {
      width: auto;
      min-width: 300px; }
  .profile-hub-content ul.primary {
    border: 0;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #bbb; */
    /* border-collapse: collapse; */
    /* height: auto; */
    /* line-height: normal; */
    /* list-style: none; */
    /* margin: 5px; */
    /* padding: 0 0 0 1em; */
    /* LTR */
    /* white-space: nowrap; */ }
    .profile-hub-content ul.primary li {
      display: block;
      float: left;
      line-height: 40px;
      margin: 0 10px 10px 0; }
    .profile-hub-content ul.primary li a {
      border: 0;
      background: none;
      margin: 0;
      padding: 10px;
      border: 1px solid #F5F5F5;
      /* background-color: #ddd; */
      /* border-color: #bbb; */
      /* border-style: solid solid none solid; */
      /* border-width: 1px; */
      /* height: auto; */
      /* margin-right: 0.5em; */
      /* LTR */
      /* padding: 0 1em; */
      /* text-decoration: none; */ }
      .profile-hub-content ul.primary li a:hover {
        border: 0;
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
        margin: 0;
        padding: 10px; }
    .profile-hub-content ul.primary li.active a {
      border: 0;
      background: none;
      background: #F5F5F5;
      border: 1px solid #F5F5F5;
      margin: 0;
      padding: 10px;
      /* background-color: #fff; */
      /* border: 1px solid #bbb; */
      /* border-bottom: 1px solid #fff; */ }
  .profile-hub-content ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px; }
  .profile-hub-content ul.secondary li {
    border-right: 1px solid #ccc;
    /* LTR */
    display: inline;
    padding: 0 1em; }
  .profile-hub-content ul.secondary a {
    padding: 0;
    text-decoration: none; }
  .profile-hub-content ul.secondary a.active {
    border-bottom: 4px solid #999; }

.view-company-projects-frontend.view-display-id-recent_projects .views-row {
  float: left;
  width: 32%;
  margin: 0 1%; }
  .view-company-projects-frontend.view-display-id-recent_projects .views-row.views-row-first {
    margin-left: 0; }
  .view-company-projects-frontend.view-display-id-recent_projects .views-row.views-row-last {
    margin-right: 0; }
  .view-company-projects-frontend.view-display-id-recent_projects .views-row .recent-project-teaser .image img {
    width: 100%;
    max-width: none;
    height: auto; }
  .view-company-projects-frontend.view-display-id-recent_projects .views-row .recent-project-teaser .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF; }

.pane-company-projects-frontend-company-offices .views-field,
.pane-company-projects-frontend-company-other-information .views-field {
  margin-bottom: 5px;
  width: 100%;
  float: left; }

.ph-project-teaser .inside {
  width: auto !important; }

.ph-project-teaser .inside .footer {
  width: 100% !important; }

.php_search_block__wrapper {
  background-image: url("../../images/profile-hub-banner-background.jpg");
  background-position: center;
  background-size: cover; }

.php_search_block__description {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 100px 50px 20px 50px;
  text-shadow: black 0px 0px 10px;
  margin: 0px auto; }

.php_search_block__search {
  text-align: center;
  padding: 0 20px 100px 20px; }
  .php_search_block__search .form-item-search-input {
    float: left;
    width: 100%;
    margin: 0; }
    .php_search_block__search .form-item-search-input input[type='text'] {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      text-align: center; }
  .php_search_block__search input[type='submit'] {
    float: left;
    margin: 0;
    width: 100%;
    padding: 10px; }

.php_search_block__links_wrapper .item-list ul {
  list-style: none;
  margin: 0;
  padding: 10px; }
  .php_search_block__links_wrapper .item-list ul li {
    list-style: none;
    float: left;
    margin: 0 0 10px 0;
    width: 50%;
    text-align: center;
    padding: 0 0; }
    .php_search_block__links_wrapper .item-list ul li.first {
      border-right: 1px solid #000; }
    .php_search_block__links_wrapper .item-list ul li.last {
      border-left: 1px solid #000; }
    .php_search_block__links_wrapper .item-list ul li a {
      color: #333; }

@media (min-width: 780px) {
  .php_search_block__description {
    width: 80%; }
  .php_search_block__search {
    text-align: center;
    padding: 0 24% 100px; }
    .php_search_block__search .form-item-search-input {
      float: left;
      width: 80%;
      margin: 0; }
      .php_search_block__search .form-item-search-input input[type='text'] {
        width: 100%;
        padding: 10px; }
    .php_search_block__search input[type='submit'] {
      float: left;
      margin: 0;
      width: 20%;
      padding: 10px; } }

@media (max-width: 500px) {
  .php_search_block__description {
    width: 100%;
    padding: 20px 20px 20px 20px; }
  .php_search_block__search {
    padding: 0 20px 20px 20px; }
  .php_search_block__links_wrapper .item-list ul li {
    width: 100%; }
    .php_search_block__links_wrapper .item-list ul li.first {
      border: 0px;
      border-bottom: 1px solid #000;
      padding: 10px 0px; }
    .php_search_block__links_wrapper .item-list ul li.last {
      border: 0px;
      padding: 10px 0px; } }

.well {
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  min-height: 20px;
  padding: 25px;
  margin: 10px 0; }
  .well.highlighted {
    background-color: #fff396;
    border: 1px solid #ffe82e;
    box-shadow: none; }
  .well h2.pane-title {
    margin-top: 0; }
  .well.company-info {
    padding: 15px 25px; }
  .well p {
    font-size: 14px; }
  .well.company-info {
    font-size: 14px; }
    .well.company-info p:last-of-type {
      margin-bottom: 0; }
    .well.company-info .icon {
      font-size: 32px;
      float: left;
      margin: 2px 20px 0 0;
      width: 32px; }
    .well.company-info .content {
      float: left;
      width: 93%; }

.company-add-finder .form-item-keyword input, .pane-views-exp-directory-directory-search .form-item-keyword input {
  padding: 15px 5px;
  border: 0 !important; }

.widget .dashboard-logo {
  max-width: none !important; }

/* START - CS - CSS Hacks for projects in agency page */
.node-type-drum-company .view-display-id-recent_projects .views-footer,
.node-type-drum-company .view-company-news .view-footer {
  clear: both; }

@media (max-width: 779px) {
  .node-type-drum-company .view-display-id-recent_projects .views-row,
  .node-type-drum-company .view-company-news .views-row,
  .page-node-news .view-company-news .views-row {
    float: left;
    width: 48%;
    margin: 0 1%; }
  .node-type-drum-company .view-display-id-recent_projects .views-row:nth-child(2n),
  .node-type-drum-company .view-company-news .views-row:nth-child(2n),
  .page-node-news .view-company-news .views-row:nth-child(2n) {
    margin-right: 0px; }
  .node-type-drum-company .view-display-id-recent_projects .views-row:nth-child(2n+1),
  .node-type-drum-company .view-company-news .views-row:nth-child(2n+1),
  .page-node-news .view-company-news .views-row:nth-child(2n+1) {
    margin-left: 0px;
    clear: both; } }

@media (min-width: 780px) {
  .node-type-drum-company .view-display-id-recent_projects .views-row,
  .node-type-drum-company .view-company-news .views-row,
  .page-node-news .view-company-news .views-row {
    float: left;
    width: 32%;
    margin: 0 1%; }
  .node-type-drum-company .view-display-id-recent_projects .views-row:nth-child(3n),
  .node-type-drum-company .view-company-news .views-row:nth-child(3n),
  .page-node-news .view-company-news .views-row:nth-child(3n) {
    margin-right: 0px; }
  .node-type-drum-company .view-display-id-recent_projects .views-row:nth-child(3n+1),
  .node-type-drum-company .view-company-news .views-row:nth-child(3n+1),
  .page-node-news .view-company-news .views-row:nth-child(3n+1) {
    margin-left: 0px;
    clear: both; } }

.page-account-register div.status {
  background-image: none; }

/* END - CS - CSS Hacks for projects in agency page */
.tabs {
  display: block;
  padding: 0; }

.tab-active {
  border: 1px solid #939598;
  border-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.tab a {
  color: #231f20; }

.tab a:hover {
  border: none; }

.about_header {
  text-align: center;
  background-size: 1050px;
  background-position-x: 0%;
  background-position-y: 60%;
  background-image: url("http://img01.thedrum.com/s3fs-public/about_us_header.jpg");
  background-size: cover;
  margin-bottom: 60px;
  display: none; }

.about_header h1 {
  padding: 130px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2); }

.team_header {
  background-image: url("http://img01.thedrum.com/s3fs-public/team-bg.png");
  background-size: cover;
  padding: 100px 80px 140px 80px;
  text-align: center;
  margin-bottom: 60px; }

.team_header h1 {
  color: white; }

.team_header h1,
.about_header h1 {
  border: none;
  font-size: 40px; }

.team-h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: AvenirNext,sans-serif; }

.header-break {
  border-bottom: 2px solid red;
  width: 80px; }

.img-spaced {
  padding-left: 330px; }

.section-copy {
  font-size: 22px;
  line-height: 30px;
  margin: 40px auto; }

.divider {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 40px 0; }

.center {
  display: block;
  margin: 0 auto; }

.quater {
  width: 23%;
  margin: 0 1%; }

.page-node-229362 iframe[src^="https://www.youtube.com"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.stats {
  border-top: 4px solid black;
  text-align: center; }

.awards {
  text-align: center;
  padding: 30px 20px;
  background-color: #f7f7f7; }

.figure {
  font-size: 60px;
  line-height: 80px;
  padding: 40px; }

.title {
  text-transform: uppercase; }

.half {
  float: left;
  width: 50%; }

.half p:first-child {
  margin-top: 0; }

.spacer {
  margin-top: 40px;
  margin-bottom: 40px; }

.half-width-pargraph {
  width: 66%;
  display: block;
  margin: 0 auto; }

.value-p1 {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5em;
  font-family: MarselisSlab,sans-serif;
  color: #666; }

.value-p2 {
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Abril Fatface', cursive;
  color: #454545; }

.value-p3 {
  font-size: 20px;
  line-height: 1.5em;
  font-family: AvenirNext,sans-serif;
  color: #AAAAAA; }

.twothirds-centered {
  width: 66%;
  margin-left: auto;
  margin-right: auto; }

.who_we_work_with h3, .who_we_work_with .author--article .author__name, .author--article .who_we_work_with .author__name {
  font-family: AvenirNext,sans-serif;
  font-weight: bold; }

.team-member {
  text-align: center; }

.team-member h3, .team-member .author--article .author__name, .author--article .team-member .author__name {
  margin-bottom: 0.33em;
  font-weight: bold;
  font-family: AvenirNext,sans-serif; }

.team-member_img {
  width: 100%; }

.member-row {
  margin-bottom: 20px; }

.red {
  color: red; }

.images-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  text-align: center; }
  .images-container img {
    width: 25vw;
    height: 25vw;
    max-width: 300px;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
  .images-container--description {
    padding: 10%; }

.page-network-members .views-row {
  margin-bottom: 20px; }

.page-node-229362 .tab, .page-node-229363 .tab, .page-node-211803 .tab {
  margin: 0;
  padding: 10px 0; }

.page-node-229362 .tabs, .page-node-229363 .tabs, .page-node-211803 .tabs {
  margin-bottom: 80px; }

.btn-flat,
.btn-flat:hover {
  color: white;
  background: #0066a6;
  border-color: #0066a6; }

.team_header {
  display: none; }

.series_snippet {
  background-color: #FFFFFF;
  margin-top: 2em;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 24px;
  border-top: 2px solid #EC720B; }
  .series_snippet:hover .series_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .series_snippet__image {
    transition: 0.3s ease; }
  .series_snippet__image_wrap {
    position: relative;
    overflow: hidden; }
  .series_snippet__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .series_snippet {
      font-size: 1em; } }
  .series_snippet img {
    width: 100%; }
  .series_snippet__published {
    font-size: 12px;
    color: #4c4c4c; }
  .series_snippet__info {
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: white; }
    .series_snippet__info:after {
      content: "";
      width: 40px;
      height: 40px;
      background-image: url("/assets/images/icons/icon-playlist.png");
      float: right;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: 10px; }
  .series_snippet__header {
    font-family: MarselisSlab, Georgia, serif;
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 780px) {
      .series_snippet__header {
        font-size: 16px; } }

.series_cta {
  height: 300px;
  background-color: #232323;
  border-top: 2px solid #EC720B;
  color: #A1A1A1;
  padding: 20px;
  padding-top: 80px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease; }
  .series_cta:hover {
    color: #FFFFFF;
    background-color: #F58220; }

.video_header__meta {
  font-family: MarselisSlab, Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  color: #E1E1E1;
  margin-top: 12px; }
  @media (min-width: 780px) {
    .video_header__meta {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .video_header__meta {
      font-size: 18px; } }

.video_snippet {
  background-color: #232323;
  margin-top: 2em;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 24px;
  border-top: 2px solid #EC720B; }
  .video_snippet:hover .video_snippet__image {
    transform: translateZ(0) scale(1.1); }
  .video_snippet__image {
    transition: 0.3s ease; }
  .video_snippet__image_wrap {
    position: relative;
    overflow: hidden; }
  .video_snippet__link {
    color: black;
    display: inline-block;
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .video_snippet {
      font-size: 1em; } }
  .video_snippet img {
    width: 100%; }
  .video_snippet__badge {
    position: absolute;
    top: 0px;
    background-color: #EC720B;
    color: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    padding: 3px 10px 3px 40px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    text-shadow: none; }
    .video_snippet__badge:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid white;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .video_snippet__badge:before {
      content: "";
      display: block;
      top: 0;
      bottom: 0;
      left: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      position: absolute; }
  .video_snippet__published {
    font-size: 12px;
    color: #A1A1A1; }
  .video_snippet__info {
    position: relative;
    padding: 20px 16px;
    display: inline-block;
    color: white; }
  .video_snippet__header {
    font-family: MarselisSlab, Georgia, serif;
    margin: 0 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 780px) {
      .video_snippet__header {
        font-size: 16px; } }
  .video_snippet__teaser {
    color: #A1A1A1;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 780px) {
      .video_snippet__teaser {
        font-size: 12px; } }

.nav-left {
  color: #A1A1A1;
  font-weight: 500; }
  @media (min-width: 1280px) {
    .nav-left {
      border-right: 1px solid #E1E1E1; } }

.contact_list {
  list-style-type: none;
  padding-left: 0; }

.share_sidebar {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 24px; }
  .share_sidebar:before, .share_sidebar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .share_sidebar:after {
    clear: both; }
  .share_sidebar {
    *zoom: 1; }
  .share_sidebar__group {
    display: inline;
    margin: 0; }
    .share_sidebar__group--expanded {
      float: none; }
    @media (min-width: 780px) {
      .share_sidebar__group {
        display: block; } }
  .share_sidebar__item {
    text-align: center;
    box-sizing: border-box;
    float: left;
    width: 20%;
    margin-bottom: 12px; }
    .share_sidebar__item:not(:first-of-type) {
      padding-top: 0; }
    .share_sidebar__item--plain {
      float: left;
      border: none; }
    .share_sidebar__item__icon {
      margin: 0 auto;
      display: block;
      margin-bottom: 10px; }
      .share_sidebar__item__icon--hover {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        display: none; }
    .share_sidebar__item a {
      display: block;
      color: #A1A1A1; }
    .share_sidebar__item:hover {
      cursor: pointer; }
      .share_sidebar__item:hover .share_sidebar__item__icon {
        display: none; }
      .share_sidebar__item:hover .share_sidebar__item__icon--hover {
        display: block; }
      .share_sidebar__item:hover .share_sidebar__item__action {
        color: #B30E14; }

.share__item__icon--twitter,
.share__item__icon--facebook,
.share__item__icon--linkedin,
.share__item__icon--google_plus,
.share__item__icon--reddit,
.share__item__icon--whatsapp,
.share__item__icon--email,
.share__item__icon--more {
  height: 17px; }

.img_full_width {
  width: 100%;
  height: auto; }

.text__color__grey {
  color: #757575; }

.text__color__purple {
  color: #5C2D91; }

.text__color__pink {
  color: #EC008C; }

.text__color__green {
  color: #A6CE39; }

.text__color__orange {
  color: #F58220; }

.text__color__blue {
  color: #00AEEF; }

.text__color__yellow {
  color: #FDB913; }

.text__color__red {
  color: #ED1C24; }

.text__color__plum {
  color: #92278F; }

.download__pdf {
  background-color: #195390;
  display: inline-block;
  color: #FFFFFF;
  padding: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 72px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: 0.3s ease; }
  .download__pdf::before {
    content: "";
    height: 100%;
    width: 37px;
    background-image: url("/assets/images/icons/pdf.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 18px; }
  .download__pdf:hover {
    background-color: #113a65;
    text-decoration: none; }

.award__pane {
  float: left;
  height: 200px;
  width: 100%;
  background-color: blue;
  position: relative;
  margin: 15px 0 15px 0; }
  .award__pane--purple {
    background-color: #5C2D91; }
  .award__pane--pink {
    background-color: #EC008C; }
  .award__pane--green {
    background-color: #A6CE39; }
  .award__pane--orange {
    background-color: #F58220; }
  .award__pane--blue {
    background-color: #00AEEF; }
  .award__pane--yellow {
    background-color: #FDB913; }
  .award__pane--red {
    background-color: #ED1C24; }
  .award__pane--rar-yellow {
    background-color: #FDB913; }
  .award__pane--plum {
    background-color: #92278F; }
  .award__pane a {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .3s ease-out; }
    .award__pane a:hover {
      transform: scale(1.2); }
  .award__pane_image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-height: 100px;
    padding-left: 15%;
    padding-right: 15%; }

.department__title {
  font-family: MarselisSlab;
  margin: 50px 0 10px 0;
  border-bottom: 1px solid #E1E1E1;
  font-weight: 200;
  font-size: 24px; }

.maps {
  height: 100px;
  margin-bottom: 20px;
  margin: 0; }
  @media (min-width: 500px) {
    .maps {
      height: 300px;
      width: 100%;
      padding: 0; } }

#editorial {
  padding-top: 20px; }

.creative_work__media {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 auto; }

.drum_works__section {
  color: white;
  padding-top: 20px;
  padding-bottom: 40px; }
  .drum_works__section:nth-of-type(1) {
    background-image: url("/assets/images/static/drum_works/intro.jpg"); }
  .drum_works__section:nth-of-type(2) {
    background-image: url("/assets/images/static/drum_works/mountain.jpg"); }
  .drum_works__section:nth-of-type(3) {
    background-image: url("/assets/images/static/drum_works/beach.jpg"); }
  .drum_works__section:nth-of-type(4) {
    background-image: url("/assets/images/static/drum_works/path.jpg"); }
  .drum_works__section:nth-of-type(5) {
    background-image: url("/assets/images/static/drum_works/tracks.jpg"); }
  .drum_works__section:nth-of-type(6) {
    background-image: url("/assets/images/static/drum_works/someofoutclients.jpg"); }
  .drum_works__section:nth-of-type(7) {
    background-image: url("/assets/images/static/drum_works/mountain.jpg"); }
  .drum_works__section:nth-of-type(8) {
    background-image: url("/assets/images/static/drum_works/contactus.jpg"); }
  .drum_works__section:nth-of-type(9) {
    background-image: url("/assets/images/static/drum_works/quantcast.jpg"); }
  .drum_works__section:nth-of-type(10) {
    background-image: url("/assets/images/static/drum_works/youtube.jpg"); }
  .drum_works__section:nth-of-type(11) {
    background-image: url("/assets/images/static/drum_works/bauer.jpg"); }
  .drum_works__section:nth-of-type(12) {
    background-image: url("/assets/images/static/drum_works/google.jpg"); }

.drum_works__heading {
  font-weight: 400; }

.fp-table {
  display: table;
  width: 100%; }
  @media (min-width: 1024px) {
    .fp-table {
      display: block; } }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box; }

.upper {
  text-transform: uppercase; }

.heading_group__item:first-of-type {
  margin-bottom: 0; }

.heading_group__item ~ .heading_group__item {
  margin-top: 0; }

.contact__button {
  position: fixed;
  right: 20px;
  top: 110px;
  border: 1px solid #FFFFFF;
  z-index: 1;
  display: none; }
  @media (min-width: 1024px) {
    .contact__button {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .contact__button {
      top: 140px; } }
  .contact__button__link {
    display: block;
    padding: 5px 10px;
    color: #FFFFFF; }

.next__button {
  position: fixed;
  left: 50%;
  bottom: 10px;
  border: 2px solid #FFFFFF;
  z-index: 1;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  display: none; }
  @media (min-width: 1024px) {
    .next__button {
      display: inline-block; } }
  .next__button:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .next__button__link {
    display: block;
    padding: 5px 10px;
    color: #FFFFFF;
    height: 100%; }
    .next__button__link::after {
      content: "";
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      background-image: url("/assets/images/social/angle-down-icon.png");
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.5s ease; }
    .next__button__link:hover::after {
      background-image: url("/assets/images/social/angle-down-icon-hover.png"); }
    .next__button__link--rotate::after {
      top: 15%;
      left: 15%;
      transform: rotate(180deg); }

.stats {
  list-style-type: none;
  padding: 0; }
  .stats__item {
    float: left;
    margin-top: 10px; }
  .stats__title {
    display: block;
    color: #ED1C24;
    text-transform: uppercase; }
  .stats__figure {
    display: block; }
  .stats__group {
    display: block; }

.client_group {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: inline-block;
  margin-top: 20px; }
  .client_group__image {
    max-width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .client_group__image {
        display: inline-block; } }
  .client_group__item {
    margin: 10px; }
    @media (min-width: 780px) {
      .client_group__item {
        width: 50%;
        float: left;
        margin: 0;
        vertical-align: middle;
        margin-bottom: 20px;
        min-height: 50px; } }
    @media (min-width: 1024px) {
      .client_group__item {
        width: auto;
        margin: 20px;
        float: none;
        display: inline-block; } }

.event {
  background-color: #f5f5f5;
  margin-top: 20px;
  border: 1px solid #E1E1E1;
  padding: 24px;
  transition: 0.3s ease; }
  @media (min-width: 480px) {
    .event {
      display: table;
      padding: 0; } }
  .event:hover {
    background-color: #e8e8e8; }
  @media (min-width: 480px) {
    .event__date {
      vertical-align: middle;
      display: table-cell;
      margin: 0;
      width: 40%;
      text-align: center; } }
  .event__date::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: -10%;
    width: 1px;
    height: 120%;
    background-color: #A1A1A1; }
  .event__calendar {
    border: 1px solid #ccc;
    text-align: center;
    max-width: 100px;
    background: #fff; }
    @media (min-width: 480px) {
      .event__calendar {
        width: 75%;
        margin: 0 auto; } }
  .event__location {
    margin: 0;
    font-size: 14px;
    color: #757575; }
  .event__year {
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #F38D90;
    padding: 6px; }
  .event__month {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 6px; }
  .event__day {
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 6px; }
  .event__title {
    text-align: left;
    padding-right: 12px;
    font-weight: 500;
    padding-bottom: 1.1414em; }
    .event__title h2 {
      font-size: 24px; }
    @media (min-width: 480px) {
      .event__title {
        display: table-cell;
        margin: 0;
        width: 60%; } }
    .event__title::before {
      content: "";
      height: 100%; }

.quote {
  font-family: MarselisSlab, Georgia, serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin: 0; }

.nav_page {
  background-color: #1a1a1a;
  border-top: 12px solid #1a1a1a; }
  .nav_page__head {
    text-align: center;
    background-image: url("/assets/images/company/bg-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    padding: 100px 0; }
    @media (min-width: 500px) {
      .nav_page__head {
        background-image: url("/assets/images/company/bg-desktop.jpg"); } }
    @media (min-width: 500px) {
      .nav_page__head {
        padding: 200px 0; } }
  .nav_page__h1 {
    text-align: center;
    position: relative; }
    .nav_page__h1:before {
      content: ' ';
      width: 100%;
      border-top: 1px solid #4c4c4c;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 18px; }
    .nav_page__h1_title {
      color: white;
      font-family: AvenirNext, serif;
      font-weight: 700;
      background-color: #1a1a1a;
      position: relative;
      display: inline-block;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 24px;
      margin-top: 0; }
  .nav_page__h2 {
    text-align: center;
    position: relative; }
    .nav_page__h2:before {
      content: ' ';
      width: 100%;
      border-top: 1px solid #4c4c4c;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 14px; }
    .nav_page__h2_title {
      color: white;
      margin-top: 0;
      font-weight: 700;
      background-color: #1a1a1a;
      position: relative;
      display: inline-block;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 18px; }
  .nav_page__tile {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 2px solid #1a1a1a;
    margin-bottom: 24px;
    padding: 24px 12px 12px;
    transition: 0.3s ease;
    position: relative; }
    @media (min-width: 780px) {
      .nav_page__tile {
        min-height: 170px; } }
    @media (min-width: 1024px) {
      .nav_page__tile {
        min-height: 230px; } }
    @media (min-width: 1280px) {
      .nav_page__tile {
        min-height: 230px;
        padding-top: 48px; } }
    @media (min-width: 1430px) {
      .nav_page__tile {
        min-height: 175px;
        padding-top: 24px; } }
    .nav_page__tile_img {
      vertical-align: middle; }
    .nav_page__tile_title {
      font-size: 18px;
      border-left: 1px solid #FFFFFF;
      padding-left: 6px;
      margin-left: 3px;
      vertical-align: middle;
      color: #FFFFFF; }
    .nav_page__tile_copy {
      color: #A1A1A1;
      font-family: MarselisSlab, Georgia, serif;
      font-style: italic;
      font-size: 14px; }
      @media (min-width: 780px) {
        .nav_page__tile_copy {
          margin-bottom: 0; } }
    .nav_page__tile:hover {
      border: 2px solid #B30E14;
      background-color: #232323;
      text-decoration: none;
      cursor: pointer; }
    .nav_page__tile:after {
      content: ' ';
      position: absolute;
      bottom: -12px;
      border-bottom: 1px solid #4c4c4c;
      left: 10px;
      right: 10px; }
    @media (min-width: 780px) {
      .nav_page__tile:before {
        content: ' ';
        position: absolute;
        right: -12px;
        border-right: 1px solid #4c4c4c;
        top: 10px;
        bottom: 10px; } }
  .nav_page__tagline {
    font-family: MarselisSlab, Georgia, serif;
    color: #FFFFFF;
    margin: 72px 0;
    text-align: center;
    font-size: 16px; }
    @media (min-width: 780px) {
      .nav_page__tagline {
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .nav_page__tagline {
        font-size: 20px; } }

@media (min-width: 780px) {
  .col:nth-child(2n) > .nav_page__tile:before, .video__feature:nth-child(2n) > .nav_page__tile:before, .video__feed:nth-child(2n) > .nav_page__tile:before, .video__feed_wrapper:nth-child(2n) > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__image_wrap:nth-child(2n) > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__header:nth-child(2n) > .nav_page__tile:before, .quater:nth-child(2n) > .nav_page__tile:before, .page-network-members .views-row:nth-child(2n) > .nav_page__tile:before, .page-node-229362 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-229363 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-211803 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-229363 .third:nth-child(2n) > .nav_page__tile:before {
    display: none; }
  .col:last-child > .nav_page__tile:after, .video__feature:last-child > .nav_page__tile:after, .video__feed:last-child > .nav_page__tile:after, .video__feed_wrapper:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__image_wrap:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__header:last-child > .nav_page__tile:after, .quater:last-child > .nav_page__tile:after, .page-network-members .views-row:last-child > .nav_page__tile:after, .page-node-229362 .tab:last-child > .nav_page__tile:after, .page-node-229363 .tab:last-child > .nav_page__tile:after, .page-node-211803 .tab:last-child > .nav_page__tile:after, .page-node-229363 .third:last-child > .nav_page__tile:after, .col:last-child > .nav_page__tile:before, .video__feature:last-child > .nav_page__tile:before, .video__feed:last-child > .nav_page__tile:before, .video__feed_wrapper:last-child > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__image_wrap:last-child > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__header:last-child > .nav_page__tile:before, .quater:last-child > .nav_page__tile:before, .page-network-members .views-row:last-child > .nav_page__tile:before, .page-node-229362 .tab:last-child > .nav_page__tile:before, .page-node-229363 .tab:last-child > .nav_page__tile:before, .page-node-211803 .tab:last-child > .nav_page__tile:before, .page-node-229363 .third:last-child > .nav_page__tile:before {
    display: none; }
  .col:nth-last-child(2) > .nav_page__tile:after, .video__feature:nth-last-child(2) > .nav_page__tile:after, .video__feed:nth-last-child(2) > .nav_page__tile:after, .video__feed_wrapper:nth-last-child(2) > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__image_wrap:nth-last-child(2) > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__header:nth-last-child(2) > .nav_page__tile:after, .quater:nth-last-child(2) > .nav_page__tile:after, .page-network-members .views-row:nth-last-child(2) > .nav_page__tile:after, .page-node-229362 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-229363 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-211803 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-229363 .third:nth-last-child(2) > .nav_page__tile:after {
    display: none; } }

@media (min-width: 1024px) {
  .col:nth-child(2n) > .nav_page__tile:before, .video__feature:nth-child(2n) > .nav_page__tile:before, .video__feed:nth-child(2n) > .nav_page__tile:before, .video__feed_wrapper:nth-child(2n) > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__image_wrap:nth-child(2n) > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__header:nth-child(2n) > .nav_page__tile:before, .quater:nth-child(2n) > .nav_page__tile:before, .page-network-members .views-row:nth-child(2n) > .nav_page__tile:before, .page-node-229362 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-229363 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-211803 .tab:nth-child(2n) > .nav_page__tile:before, .page-node-229363 .third:nth-child(2n) > .nav_page__tile:before {
    display: block; }
  .col:last-child > .nav_page__tile:after, .video__feature:last-child > .nav_page__tile:after, .video__feed:last-child > .nav_page__tile:after, .video__feed_wrapper:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__image_wrap:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__header:last-child > .nav_page__tile:after, .quater:last-child > .nav_page__tile:after, .page-network-members .views-row:last-child > .nav_page__tile:after, .page-node-229362 .tab:last-child > .nav_page__tile:after, .page-node-229363 .tab:last-child > .nav_page__tile:after, .page-node-211803 .tab:last-child > .nav_page__tile:after, .page-node-229363 .third:last-child > .nav_page__tile:after, .col:last-child > .nav_page__tile:before, .video__feature:last-child > .nav_page__tile:before, .video__feed:last-child > .nav_page__tile:before, .video__feed_wrapper:last-child > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__image_wrap:last-child > .nav_page__tile:before, .video__feed .article_snippet .article_snippet__header:last-child > .nav_page__tile:before, .quater:last-child > .nav_page__tile:before, .page-network-members .views-row:last-child > .nav_page__tile:before, .page-node-229362 .tab:last-child > .nav_page__tile:before, .page-node-229363 .tab:last-child > .nav_page__tile:before, .page-node-211803 .tab:last-child > .nav_page__tile:before, .page-node-229363 .third:last-child > .nav_page__tile:before {
    display: block; }
  .col:nth-last-child(2) > .nav_page__tile:after, .video__feature:nth-last-child(2) > .nav_page__tile:after, .video__feed:nth-last-child(2) > .nav_page__tile:after, .video__feed_wrapper:nth-last-child(2) > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__image_wrap:nth-last-child(2) > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__header:nth-last-child(2) > .nav_page__tile:after, .quater:nth-last-child(2) > .nav_page__tile:after, .page-network-members .views-row:nth-last-child(2) > .nav_page__tile:after, .page-node-229362 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-229363 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-211803 .tab:nth-last-child(2) > .nav_page__tile:after, .page-node-229363 .third:nth-last-child(2) > .nav_page__tile:after {
    display: block; }
  .col:nth-child(3n) .nav_page__tile:before, .video__feature:nth-child(3n) .nav_page__tile:before, .video__feed:nth-child(3n) .nav_page__tile:before, .video__feed_wrapper:nth-child(3n) .nav_page__tile:before, .video__feed .article_snippet .article_snippet__image_wrap:nth-child(3n) .nav_page__tile:before, .video__feed .article_snippet .article_snippet__header:nth-child(3n) .nav_page__tile:before, .quater:nth-child(3n) .nav_page__tile:before, .page-network-members .views-row:nth-child(3n) .nav_page__tile:before, .page-node-229362 .tab:nth-child(3n) .nav_page__tile:before, .page-node-229363 .tab:nth-child(3n) .nav_page__tile:before, .page-node-211803 .tab:nth-child(3n) .nav_page__tile:before, .page-node-229363 .third:nth-child(3n) .nav_page__tile:before {
    display: none; }
  .col:last-child > .nav_page__tile:after, .video__feature:last-child > .nav_page__tile:after, .video__feed:last-child > .nav_page__tile:after, .video__feed_wrapper:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__image_wrap:last-child > .nav_page__tile:after, .video__feed .article_snippet .article_snippet__header:last-child > .nav_page__tile:after, .quater:last-child > .nav_page__tile:after, .page-network-members .views-row:last-child > .nav_page__tile:after, .page-node-229362 .tab:last-child > .nav_page__tile:after, .page-node-229363 .tab:last-child > .nav_page__tile:after, .page-node-211803 .tab:last-child > .nav_page__tile:after, .page-node-229363 .third:last-child > .nav_page__tile:after {
    content: ' ';
    position: absolute;
    left: -12px;
    border-bottom: none;
    border-left: 1px solid #4c4c4c;
    top: 10px;
    bottom: 10px; } }

.social_links {
  text-align: center; }

.social_link {
  display: inline-block; }
  .social_link:not(:last-child) {
    margin-right: 10px; }

.logos {
  background: #F5F5F5;
  padding: 50px 0; }
  .logos .row {
    padding: 25px 0; }
  .logos__heading {
    color: #757575; }

.award__pane {
  margin-top: 0;
  height: 180px; }

.image__fullwidth {
  margin: 0; }

.videos .video_wrapper {
  max-width: 100%;
  margin-bottom: 20px; }

.video__header {
  font-family: MarselisSlab;
  font-weight: 400; }
  .video__header__container {
    color: white; }

.xsm_up, .top_header li.xsm_up {
  display: none; }
  @media (min-width: 500px) {
    .xsm_up, .top_header li.xsm_up {
      display: inline-block; } }

.sm_up, .top_header li.sm_up {
  display: none; }
  @media (min-width: 780px) {
    .sm_up, .top_header li.sm_up {
      display: inline-block; } }

.md_up, .top_header li.md_up {
  display: none; }
  @media (min-width: 1024px) {
    .md_up, .top_header li.md_up {
      display: inline-block; } }

.lg_up, .top_header li.lg_up {
  display: none; }
  @media (min-width: 1280px) {
    .lg_up, .top_header li.lg_up {
      display: inline-block; } }

.xlg_up, .top_header li.xlg_up {
  display: none; }
  @media (min-width: 1430px) {
    .xlg_up, .top_header li.xlg_up {
      display: inline-block; } }

@media (min-width: 780px) {
  .sm_down {
    display: none; } }

@media (min-width: 1024px) {
  .md_down {
    display: none; } }

@media (min-width: 1280px) {
  .lg_down {
    display: none; } }

.padding--above--1 {
  padding-top: 12px; }

.padding--below--1 {
  padding-bottom: 12px; }

.margin--above--1 {
  margin-top: 12px; }

.margin--below--1 {
  margin-bottom: 12px; }

.padding--above--2 {
  padding-top: 24px; }

.padding--below--2 {
  padding-bottom: 24px; }

.margin--above--2, .video {
  margin-top: 24px; }

.margin--below--2 {
  margin-bottom: 24px; }

.padding--above--3 {
  padding-top: 36px; }

.padding--below--3 {
  padding-bottom: 36px; }

.margin--above--3 {
  margin-top: 36px; }

.margin--below--3 {
  margin-bottom: 36px; }

.padding--above--4 {
  padding-top: 48px; }

.padding--below--4, .video__container {
  padding-bottom: 48px; }

.margin--above--4 {
  margin-top: 48px; }

.margin--below--4 {
  margin-bottom: 48px; }

.padding--above--5 {
  padding-top: 60px; }

.padding--below--5 {
  padding-bottom: 60px; }

.margin--above--5 {
  margin-top: 60px; }

.margin--below--5 {
  margin-bottom: 60px; }

.padding--above--6 {
  padding-top: 72px; }

.padding--below--6 {
  padding-bottom: 72px; }

.margin--above--6 {
  margin-top: 72px; }

.margin--below--6 {
  margin-bottom: 72px; }

@media (min-width: 500px) {
  .padding--above--1--xsm {
    padding-top: 12px; }
  .padding--below--1--xsm {
    padding-bottom: 12px; }
  .margin--above--1--xsm {
    margin-top: 12px; }
  .margin--below--1--xsm {
    margin-bottom: 12px; }
  .padding--above--2--xsm {
    padding-top: 24px; }
  .padding--below--2--xsm {
    padding-bottom: 24px; }
  .margin--above--2--xsm {
    margin-top: 24px; }
  .margin--below--2--xsm {
    margin-bottom: 24px; }
  .padding--above--3--xsm {
    padding-top: 36px; }
  .padding--below--3--xsm {
    padding-bottom: 36px; }
  .margin--above--3--xsm {
    margin-top: 36px; }
  .margin--below--3--xsm {
    margin-bottom: 36px; }
  .padding--above--4--xsm {
    padding-top: 48px; }
  .padding--below--4--xsm {
    padding-bottom: 48px; }
  .margin--above--4--xsm {
    margin-top: 48px; }
  .margin--below--4--xsm {
    margin-bottom: 48px; }
  .padding--above--5--xsm {
    padding-top: 60px; }
  .padding--below--5--xsm {
    padding-bottom: 60px; }
  .margin--above--5--xsm {
    margin-top: 60px; }
  .margin--below--5--xsm {
    margin-bottom: 60px; }
  .padding--above--6--xsm {
    padding-top: 72px; }
  .padding--below--6--xsm {
    padding-bottom: 72px; }
  .margin--above--6--xsm {
    margin-top: 72px; }
  .margin--below--6--xsm {
    margin-bottom: 72px; } }

@media (min-width: 780px) {
  .padding--above--1--sm {
    padding-top: 12px; }
  .padding--below--1--sm {
    padding-bottom: 12px; }
  .margin--above--1--sm {
    margin-top: 12px; }
  .margin--below--1--sm {
    margin-bottom: 12px; }
  .padding--above--2--sm {
    padding-top: 24px; }
  .padding--below--2--sm {
    padding-bottom: 24px; }
  .margin--above--2--sm {
    margin-top: 24px; }
  .margin--below--2--sm {
    margin-bottom: 24px; }
  .padding--above--3--sm {
    padding-top: 36px; }
  .padding--below--3--sm {
    padding-bottom: 36px; }
  .margin--above--3--sm {
    margin-top: 36px; }
  .margin--below--3--sm {
    margin-bottom: 36px; }
  .padding--above--4--sm {
    padding-top: 48px; }
  .padding--below--4--sm {
    padding-bottom: 48px; }
  .margin--above--4--sm {
    margin-top: 48px; }
  .margin--below--4--sm {
    margin-bottom: 48px; }
  .padding--above--5--sm {
    padding-top: 60px; }
  .padding--below--5--sm {
    padding-bottom: 60px; }
  .margin--above--5--sm {
    margin-top: 60px; }
  .margin--below--5--sm {
    margin-bottom: 60px; }
  .padding--above--6--sm {
    padding-top: 72px; }
  .padding--below--6--sm {
    padding-bottom: 72px; }
  .margin--above--6--sm {
    margin-top: 72px; }
  .margin--below--6--sm {
    margin-bottom: 72px; } }

@media (min-width: 1024px) {
  .padding--above--1--md {
    padding-top: 12px; }
  .padding--below--1--md {
    padding-bottom: 12px; }
  .margin--above--1--md {
    margin-top: 12px; }
  .margin--below--1--md {
    margin-bottom: 12px; }
  .padding--above--2--md {
    padding-top: 24px; }
  .padding--below--2--md {
    padding-bottom: 24px; }
  .margin--above--2--md {
    margin-top: 24px; }
  .margin--below--2--md {
    margin-bottom: 24px; }
  .padding--above--3--md {
    padding-top: 36px; }
  .padding--below--3--md {
    padding-bottom: 36px; }
  .margin--above--3--md {
    margin-top: 36px; }
  .margin--below--3--md {
    margin-bottom: 36px; }
  .padding--above--4--md {
    padding-top: 48px; }
  .padding--below--4--md {
    padding-bottom: 48px; }
  .margin--above--4--md {
    margin-top: 48px; }
  .margin--below--4--md {
    margin-bottom: 48px; }
  .padding--above--5--md {
    padding-top: 60px; }
  .padding--below--5--md {
    padding-bottom: 60px; }
  .margin--above--5--md {
    margin-top: 60px; }
  .margin--below--5--md {
    margin-bottom: 60px; }
  .padding--above--6--md {
    padding-top: 72px; }
  .padding--below--6--md {
    padding-bottom: 72px; }
  .margin--above--6--md {
    margin-top: 72px; }
  .margin--below--6--md {
    margin-bottom: 72px; } }

@media (min-width: 1280px) {
  .padding--above--1--lg {
    padding-top: 12px; }
  .padding--below--1--lg {
    padding-bottom: 12px; }
  .margin--above--1--lg {
    margin-top: 12px; }
  .margin--below--1--lg {
    margin-bottom: 12px; }
  .padding--above--2--lg {
    padding-top: 24px; }
  .padding--below--2--lg {
    padding-bottom: 24px; }
  .margin--above--2--lg {
    margin-top: 24px; }
  .margin--below--2--lg {
    margin-bottom: 24px; }
  .padding--above--3--lg {
    padding-top: 36px; }
  .padding--below--3--lg {
    padding-bottom: 36px; }
  .margin--above--3--lg {
    margin-top: 36px; }
  .margin--below--3--lg {
    margin-bottom: 36px; }
  .padding--above--4--lg {
    padding-top: 48px; }
  .padding--below--4--lg {
    padding-bottom: 48px; }
  .margin--above--4--lg {
    margin-top: 48px; }
  .margin--below--4--lg {
    margin-bottom: 48px; }
  .padding--above--5--lg {
    padding-top: 60px; }
  .padding--below--5--lg {
    padding-bottom: 60px; }
  .margin--above--5--lg {
    margin-top: 60px; }
  .margin--below--5--lg {
    margin-bottom: 60px; }
  .padding--above--6--lg {
    padding-top: 72px; }
  .padding--below--6--lg {
    padding-bottom: 72px; }
  .margin--above--6--lg {
    margin-top: 72px; }
  .margin--below--6--lg {
    margin-bottom: 72px; } }

@media (min-width: 1430px) {
  .padding--above--1--xlg {
    padding-top: 12px; }
  .padding--below--1--xlg {
    padding-bottom: 12px; }
  .margin--above--1--xlg {
    margin-top: 12px; }
  .margin--below--1--xlg {
    margin-bottom: 12px; }
  .padding--above--2--xlg {
    padding-top: 24px; }
  .padding--below--2--xlg {
    padding-bottom: 24px; }
  .margin--above--2--xlg {
    margin-top: 24px; }
  .margin--below--2--xlg {
    margin-bottom: 24px; }
  .padding--above--3--xlg {
    padding-top: 36px; }
  .padding--below--3--xlg {
    padding-bottom: 36px; }
  .margin--above--3--xlg {
    margin-top: 36px; }
  .margin--below--3--xlg {
    margin-bottom: 36px; }
  .padding--above--4--xlg {
    padding-top: 48px; }
  .padding--below--4--xlg {
    padding-bottom: 48px; }
  .margin--above--4--xlg {
    margin-top: 48px; }
  .margin--below--4--xlg {
    margin-bottom: 48px; }
  .padding--above--5--xlg {
    padding-top: 60px; }
  .padding--below--5--xlg {
    padding-bottom: 60px; }
  .margin--above--5--xlg {
    margin-top: 60px; }
  .margin--below--5--xlg {
    margin-bottom: 60px; }
  .padding--above--6--xlg {
    padding-top: 72px; }
  .padding--below--6--xlg {
    padding-bottom: 72px; }
  .margin--above--6--xlg {
    margin-top: 72px; }
  .margin--below--6--xlg {
    margin-bottom: 72px; } }

@media (min-width: 1580px) {
  .padding--above--1--xxlg {
    padding-top: 12px; }
  .padding--below--1--xxlg {
    padding-bottom: 12px; }
  .margin--above--1--xxlg {
    margin-top: 12px; }
  .margin--below--1--xxlg {
    margin-bottom: 12px; }
  .padding--above--2--xxlg {
    padding-top: 24px; }
  .padding--below--2--xxlg {
    padding-bottom: 24px; }
  .margin--above--2--xxlg {
    margin-top: 24px; }
  .margin--below--2--xxlg {
    margin-bottom: 24px; }
  .padding--above--3--xxlg {
    padding-top: 36px; }
  .padding--below--3--xxlg {
    padding-bottom: 36px; }
  .margin--above--3--xxlg {
    margin-top: 36px; }
  .margin--below--3--xxlg {
    margin-bottom: 36px; }
  .padding--above--4--xxlg {
    padding-top: 48px; }
  .padding--below--4--xxlg {
    padding-bottom: 48px; }
  .margin--above--4--xxlg {
    margin-top: 48px; }
  .margin--below--4--xxlg {
    margin-bottom: 48px; }
  .padding--above--5--xxlg {
    padding-top: 60px; }
  .padding--below--5--xxlg {
    padding-bottom: 60px; }
  .margin--above--5--xxlg {
    margin-top: 60px; }
  .margin--below--5--xxlg {
    margin-bottom: 60px; }
  .padding--above--6--xxlg {
    padding-top: 72px; }
  .padding--below--6--xxlg {
    padding-bottom: 72px; }
  .margin--above--6--xxlg {
    margin-top: 72px; }
  .margin--below--6--xxlg {
    margin-bottom: 72px; } }

.margin-0 {
  margin: 0; }

.padding-1 {
  padding: 0.375em; }

.padding-2 {
  padding: 0.75em; }

.padding-3 {
  padding: 1.125em; }

.padding-4 {
  padding: 1.5em; }
