.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  max-height: 700px;
  margin: 0 auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -moz-transition: all 1s ease;
       transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-indent: -99999px;
  display: block;
  width: 64px;
  height: 185px;
  margin: -20px 0 0;
  position: absolute;
  top: 35%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: url('../img/directionalArrow.png') no-repeat;
}
#slider .flex-direction-nav a {
  -moz-transition: all .3s ease;
       transition: all .3s ease;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 12px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 12px;
}
.flex-direction-nav .flex-prev {
  left: -50px;
  background-position: 0px 0;
}
.flex-direction-nav .flex-next {
  right: -50px;
  background-position: -64px 0;
}
#carousel .flex-direction-nav a {
  text-indent: -99999px;
  display: block;
  width: 19px;
  height: 24px;
  margin: -20px 0 0;
  position: absolute;
  top: 65%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: url('../img/startBtnArrow.png') no-repeat;
}
#carousel .flex-direction-nav .flex-prev {
  left: 2%;
  background-position: 0px 0;
}
#carousel .flex-direction-nav .flex-next {
  right: 2%;
  background-position: -18px 0;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/***************** CUSTOM STYLES ****************/
/*********************************************/
main#content {
  position: relative;
}
/**************** Container ****************/
#loop_gallery_container {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
/**************** Gallery Well ****************/
/*********************************************/
#loop_gallery_well {
  display: none;
  position: absolute;
  max-width: 1150px;
  width: 100%;
  background: #fff;
  left: 0;
}
#loop_gallery_well h2 {
  color: #000;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  font-weight: 100;
  font-size: 2.75em;
  padding: 20px 0 20px 20px;
  margin: 0;
  font-family: 'soho', georgia, serif;
}
#loop_gallery_well p,
#loop_gallery_well h4 {
  color: #677172;
  font-size: 0.975em;
  padding: 0px !important;
}
#loop_gallery_well h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
#loop_gallery_well a {
  color: #1aa093;
}
#loop_gallery_well #loop_gallery_pagination {
  float: right;
  display: block;
  margin: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  color: #bec7c8;
}
#loop_gallery_left {
  float: left;
  width: 35%;
  padding: 10px 0;
}
#loop_gallery_left .bbox {
  padding: 10% 5%;
}
#loop_gallery_left .bbox img {
  width: 100%;
}
#loop_gallery_left span {
  color: #bec7c8;
  font-size: 10px;
}
#loop_gallery_left span a {
  color: #bec7c8;
  text-decoration: underline;
}
#loop_gallery_left span a:hover {
  color: #677172;
}
#loop_gallery_right {
  float: left;
  width: 65%;
  position: relative;
  border-left: 1px solid #e2e2e2;
}
#loop_gallery_right div#slider {
  padding: 20px;
  overflow: hidden;
}
#loop_gallery_right div#slider ul.flex-direction-nav {
  display: block;
}
#loop_gallery_right div#slider ul li p,
#loop_gallery_right div#slider ul li span,
#loop_gallery_right div#slider ul li h4 {
  display: none;
}
#carousel {
  padding: 20px 50px 0;
  border-top: 1px solid #e2e2e2;
}
#carousel ul.slides li {
  margin-right: 10px;
}
.pre_gallery {
  position: relative;
  width: 80%;
  float: right;
  padding: 0 0 0 20px;
  border-left: 1px solid #e2e2e2;
}
.pre_gallery img {
  margin: 20px 0 14px !important;
}
#gallery_block {
  position: absolute;
  right: 0;
  bottom: 40%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 50%;
}
.startBtn {
  padding: 10% 5%;
  display: block;
  color: #f94d4d;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
}
.startBtn::after {
  content: "";
  background: url('../img/startBtnArrow.png') no-repeat -18px 0px;
  width: 19px;
  height: 24px;
  display: inline;
  float: right;
  right: 0px;
  top: -1px;
  position: relative;
}
#loop_gallery_leaderboard {
  margin: 0 auto;
  padding: 0 0 8px 0;
}
.captions {
  padding: 75px 0 0 20px;
}
.social_toolbox {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  overflow: hidden;
  padding: 5px 0 15px 0;
}
.social_toolbox a {
  float: right;
  background-color: #FA4E4E;
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 25px;
  margin: 0 11px 0 0;
}
.social_toolbox a img {
  margin: 12px auto 0;
  display: block;
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
}
.social_toolbox a:hover {
  background-color: #4acfb4;
}
.social_toolbox a.twitterBtn img {
  margin-top: 15px;
}
.social_toolbox a.pinterestBtn img {
  margin-top: 14px;
}
#simplemodal-overlay {
  background-color: #000;
}
/* Container */
#simplemodal-container {
  height: auto;
  max-width: 1150px;
  width: 100%;
  color: #bbb;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
}
#simplemodal-container .simplemodal-data {
  padding: 8px;
}
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bec7c8;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
#simplemodal-container a.modalCloseImg {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  background-color: #fa4e4e;
  z-index: 3200;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#simplemodal-container a.modalCloseImg:before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url('../img/icons/gallery_x.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
}
#simplemodal-container a.modalCloseImg:hover {
  background-color: #4acfb4;
}
@media (max-width: 480px) {
  #gallery_block {
    width: 70%;
    padding: 0 0 0 2%;
  }
  #loop_gallery_well h2 {
    font-size: 20px;
  }
  .startBtn {
    font-size: 12px !important;
    padding: 10% 1% !important;
  }
}
@media (max-width: 480px) {
  .flex-direction-nav .flex-next {
    right: 5px !important;
    top: 10%;
  }
  .flex-direction-nav .flex-prev {
    left: 5px !important;
    top: 10%;
  }
}
@media (max-width: 768px) {
  #loop_gallery_left {
    display: none;
  }
  .startBtn {
    padding: 10% 5%;
    font-size: 12px;
  }
  .flex-direction-nav .flex-next {
    right: 20px;
  }
  .flex-direction-nav .flex-prev {
    left: 20px;
  }
  #loop_gallery_left div#slider ul li p,
  #loop_gallery_left div#slider ul li span,
  #loop_gallery_left div#slider ul li h4 {
    display: block;
  }
  .flex-direction-nav a {
    top: 35%;
  }
  #loop_gallery_right {
    width: 100%;
  }
  #loop_gallery_right div#slider {
    padding: 20px;
  }
  #loop_gallery_right div#slider ul.flex-direction-nav {
    display: block;
  }
  #loop_gallery_right div#slider ul li p,
  #loop_gallery_right div#slider ul li span,
  #loop_gallery_right div#slider ul li h4 {
    display: block;
  }
  #carousel {
    display: none;
  }
}
@media (max-width: 992px) {
  .startBtn {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #simplemodal-container {
    max-width: 992px;
  }
  #gallery_block {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #simplemodal-container {
    max-width: 768px;
  }
  #simplemodal-container .startBtn {
    padding: 10% 5%;
  }
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@font-face {
  font-family: 'ars_maquette_web_two';
  src: url('../fonts/arsmaquettewebtwo-bold.eot') format('embedded-opentype');
  src: url('../fonts/arsmaquettewebtwo-bold.ttf') format('truetype');
  src: url('../fonts/arsmaquettewebtwo-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ars_maquette_web_two';
  src: url('../fonts/arsmaquettewebtwo-boldital.eot') format('embedded-opentype');
  src: url('../fonts/arsmaquettewebtwo-boldital.ttf') format('truetype');
  src: url('../fonts/arsmaquettewebtwo-boldital.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'ars_maquette_web_two';
  src: url('../fonts/arsmaquettewebtwo-italic.eot') format('embedded-opentype');
  src: url('../fonts/arsmaquettewebtwo-italic.ttf') format('truetype');
  src: url('../fonts/arsmaquettewebtwo-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ars_maquette_web_two';
  src: url('../fonts/arsmaquettewebtwo.eot') format('embedded-opentype');
  src: url('../fonts/arsmaquettewebtwo.ttf') format('truetype');
  src: url('../fonts/arsmaquettewebtwo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'soho';
  src: url('../fonts/soholightcondensed.eot') format('embedded-opentype');
  src: url('../fonts/soholightcondensed.ttf') format('truetype');
  src: url('../fonts/soholightcondensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'soho';
  src: url('../fonts/sohobold.eot') format('embedded-opentype');
  src: url('../fonts/sohobold.ttf') format('truetype');
  src: url('../fonts/sohobold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.hideMobile {
  display: none !important;
}
.hideDesktop {
  display: block;
}
.alpha {
  margin-left: 0!important;
}
.omega {
  margin-left: 0 !important;
}
.mobileAd {
  display: block !important;
}
.divide {
  display: block;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.aliantOn,
.atlanticOn {
  display: none;
}
.aliantOff {
  display: inline;
}
html,
body {
  min-height: 100%;
  position: relative;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #677172;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5em;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
h1 {
  font-family: 'soho', georgia, serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #302b48;
  line-height: 1.6em;
}
h2 {
  font-family: 'soho', georgia, serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #302b48;
  line-height: 1.125;
}
h3 {
  font-family: 'soho', georgia, serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #302b48;
  line-height: 1.142857142857143em;
}
h4 {
  font-family: 'soho', georgia, serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #302b48;
  line-height: 1.142857142857143em;
}
h5 {
  font-family: 'soho', georgia, serif;
  font-size: 20px;
  font-size: 2rem;
  color: #302b48;
  line-height: 1.2em;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857142857143em;
  margin: 0.5em 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: #677172;
}
a {
  color: #302b48;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
.wrapper {
  margin: 0 auto;
  max-width: 1152px;
  position: relative;
  overflow: hidden;
}
.wrap {
  position: relative;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.loadSomething {
  clear: both;
  display: block;
  width: 100%;
}
.loadSomething:before {
  content: "";
  width: 98%;
  height: 1px;
  display: block;
  background-color: #e2e2e2;
  margin-bottom: 30px;
}
.loadSomething div {
  float: left;
  width: 39%;
  margin-top: 12px;
  border-top: 1px solid #e2e2e2;
}
.loadSomething span {
  display: block;
  float: left;
  width: 20%;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin: 0 auto 30px auto;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
  color: #302b48;
  cursor: pointer;
  background-color: #fff;
}
.loadSomething span:hover {
  background-color: #fa4e4e;
  color: #fff;
}
.loadSomething span::before {
  content: "";
}
.loadSomething span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url(../img/load_more_strip.png);
}
article {
  position: relative;
}
article.smallhome .videoIcon,
article.doublebox .videoIcon {
  width: 47px;
  height: 47px;
}
article.smallhome .videoIcon:before,
article.doublebox .videoIcon:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
  margin: 12px 0 0 17px;
}
article.smallhome .videoIcon:after,
article.doublebox .videoIcon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #56d8b9;
  top: 16px;
  left: 19px;
}
article.smallhome .videoIcon span,
article.doublebox .videoIcon span {
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 14px solid #44A48C;
  top: 18px;
  left: 20px;
}
article .videoIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  background-color: rgba(89, 216, 185, 0.6);
  border-radius: 38px;
  -moz-transition: background-color 500ms ease-out;
       transition: background-color 500ms ease-out;
}
article .videoIcon:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 36px solid #fff;
  display: block;
  margin: 15px 0 0 25px;
  z-index: 1;
  position: relative;
  -moz-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
      -ms-transform: scale(0.9999);
          transform: scale(0.9999);
}
article .videoIcon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid #56d8b9;
  display: block;
  z-index: 2;
  position: absolute;
  top: 21px;
  left: 28px;
  -moz-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
      -ms-transform: scale(0.9999);
          transform: scale(0.9999);
}
article .videoIcon span {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 28px solid #44A48C;
  display: block;
  z-index: 0;
  position: absolute;
  top: 25px;
  left: 30px;
  -moz-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
      -ms-transform: scale(0.9999);
          transform: scale(0.9999);
}
article:hover .videoIcon {
  background-color: #59d8b9;
}
article:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.postImage,
1 {
  margin-left: 0;
}
.postinfocat {
  display: none;
}
#greenBar {
  position: absolute;
  left: 0;
  top: 190px;
  height: 94.5%;
  width: 5px;
  background-color: #4acfb4;
  color: #4acfb4;
}
.ctvnews .featureCopy p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#topBlockAd {
  display: inline-block;
  float: left;
  width: 100%;
  float: none;
  margin: 0 auto;
  background: #e2e2e2;
  display: none;
  text-align: center;
  padding: 10px 0;
}
#div-gpt-ad-outofpage-1 {
  display: none;
}
.bigBoxMobile {
  width: 300px;
  margin: 10px auto 36px auto;
}
.masthead {
  width: 970px;
  margin: 5px auto;
}
header#mainheader {
  display: inline-block;
  float: left;
  width: 100%;
  float: none;
  height: 50px;
  position: relative;
  z-index: 1000;
}
header#mainheader #navwrap {
  overflow: visible;
}
header#mainheader #navholder {
  display: block;
  width: 101.73611111%;
  margin: 0 -0.86805556%;
  *zoom: 1;
  display: none;
}
header#mainheader #navholder:before,
header#mainheader #navholder:after {
  content: "";
  display: table;
}
header#mainheader #navholder:after {
  clear: both;
}
header#mainheader #navholder #logo {
  display: inline-block;
  float: left;
  width: 10.76388889%;
  margin: 0 0.86805556%;
  padding: 5px 10px 0 10px;
  margin-right: 25px;
  height: 69px;
  width: 90px;
}
header#mainheader #navholder #logo img {
  height: 69px;
  width: 90px;
}
header#mainheader #navholder #logoHorizontal {
  display: inline-block;
  float: left;
  width: 7.01388889%;
  margin: 0 0.86805556%;
  display: none;
}
header#mainheader #navholder #logoHorizontal img {
  max-height: 30px;
  margin: 5px 0 4px 0;
  width: 72px;
}
header#mainheader #navholder #navtools {
  display: inline-block;
  float: left;
  width: 86.59722222%;
  margin: 0 0.86805556%;
  height: 79px;
  background-color: #fff;
  margin: 0;
  border-left: 1px solid #ccc;
}
header#mainheader #navholder #navtools.shrinky {
  -moz-transition: height 0.25s ease-in;
       transition: height 0.25s ease-in;
  height: 41px;
}
header#mainheader #navHolderMobile {
  height: 50px;
  width: 100%;
  background-color: #fff;
}
header#mainheader #navHolderMobile .navMobileToggle {
  position: relative;
  padding: 8px;
  margin-right: 1px;
  float: left;
  background-color: #fa4e4e;
  width: 20%;
  height: 50px;
  text-align: center;
}
header#mainheader #navHolderMobile .navMobileToggle img {
  height: 30px;
}
header#mainheader #navHolderMobile .navMobileLogo {
  position: relative;
  padding: 8px;
  margin-right: 1px;
  float: left;
  background-color: #fa4e4e;
  width: 45%;
  height: 50px;
  text-align: left;
}
header#mainheader #navHolderMobile .navMobileLogo img {
  height: 40px;
}
header#mainheader #navHolderMobile .navMobileEmail {
  margin-right: 1px;
  padding: 8px 10px;
  background-color: #302b48;
  float: left;
  width: 17%;
  height: 50px;
  text-align: center;
}
header#mainheader #navHolderMobile .navMobileEmail img {
  height: 30px;
  width: 100%;
}
header#mainheader #navHolderMobile .navMobileSearch {
  background-color: #302b48;
  padding: 8px 10px;
  float: left;
  width: 17%;
  height: 50px;
  text-align: center;
}
header#mainheader #navHolderMobile .navMobileSearch img {
  height: 30px;
  width: 100%;
}
#pullUp {
  margin-top: 10px;
}
.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
}
nav.mobile-menu {
  position: fixed;
  z-index: 20;
  background-color: #fff;
  overflow: hidden;
  -moz-transition: all 0.3s;
       transition: all 0.3s;
  z-index: 1000;
}
nav.mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.mobile-menu a {
  font-weight: bold;
}
nav.mobile-menu button.close-menu {
  color: 000;
}
nav.mobile-menu button.close-menu:focus {
  outline: none;
}
nav.slide-menu-left {
  top: 0;
  width: 300px;
  height: 100%;
  left: -300px;
  border-bottom: 3px solid #fa4e4e;
}
nav.slide-menu-left li {
  display: block;
  text-align: center;
  border-top: 1px solid #ccc;
}
nav.slide-menu-left li:first-child {
  border-top: none;
}
nav.slide-menu-left li a {
  display: block;
  padding: 25px;
  color: #4acfb4;
}
nav.slide-menu-left li a:hover {
  background-color: #4acfb4;
  color: #fff;
}
nav.slide-menu-left button.close-menu {
  margin: 10px 0;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
}
nav.slide-menu-right {
  top: 0;
  width: 300px;
  height: 100%;
  right: -300px;
  border-bottom: 3px solid #fa4e4e;
}
nav.slide-menu-right li {
  display: block;
  text-align: center;
  border-top: 1px solid #ccc;
}
nav.slide-menu-right li:first-child {
  border-top: none;
}
nav.slide-menu-right li a {
  display: block;
  padding: 25px;
  color: #4acfb4;
}
nav.slide-menu-right li a:hover {
  background-color: #4acfb4;
  color: #fff;
}
nav.slide-menu-right button.close-menu {
  margin: 10px 0;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
}
body.sml-open nav.slide-menu-left {
  left: 0;
}
body.smr-open nav.slide-menu-right {
  right: 0;
}
.menu-link {
  display: none;
}
nav#menu {
  display: inline-block;
  float: left;
  width: 100%;
  -moz-transition: all 0.1s ease-in-out;
       transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #ccc;
  background-color: #302b48;
  height: 41px;
}
nav#menu ul#mainnav {
  display: inline-block;
  float: left;
  width: 616px;
  margin: 0 0.86805556%;
  position: relative;
  color: #4acfb4;
  margin-right: 0;
}
nav#menu ul#mainnav li {
  float: left;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
nav#menu ul#mainnav li:hover:first-child {
  border-left-color: transparent;
}
nav#menu ul#mainnav li a {
  display: block;
  padding: 0px 7px;
  border: 1px solid transparent;
  color: #4acfb4;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 39px;
  cursor: pointer;
}
nav#menu ul#mainnav li a:hover,
nav#menu ul#mainnav li a#active {
  color: #fa4e4e;
  background-color: #fff;
}
nav#menu ul#mainnav li a#active {
  color: #fa4e4e;
}
nav#menu ul#mainnav li.current-menu-parent a,
nav#menu ul#mainnav li.current-menu-item a {
  color: #ed1c24;
  cursor: pointer;
}
nav#menu ul#mainnav:after {
  display: block;
  clear: both;
  content: "";
}
nav#menu ul#mainnav .aliantOn a {
  color: #0065a4;
}
nav#menu ul#mainnav .aliantOn a:hover,
nav#menu ul#mainnav .aliantOn a#active {
  color: #0065a4;
  background-color: #fff;
}
nav#menu ul#mainnav .dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  display: none;
  padding: 20px 10px 40px;
  width: 100%;
  min-width: 800px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 3px solid #ed1c24;
  background: #fff;
}
nav#menu ul#mainnav .dropdown ul.sub-menu {
  display: inline-block;
  float: left;
  width: 14.93055556%;
  margin: 0 0.86805556%;
  width: auto;
  min-width: 115px;
  max-width: 116px;
}
nav#menu ul#mainnav .dropdown ul.sub-menu li {
  float: none;
  border: 0;
}
nav#menu ul#mainnav .dropdown ul.sub-menu li a {
  line-height: 1.2em;
  color: #4acfb4;
  margin-bottom: 15px;
  border: 0;
}
nav#menu ul#mainnav .dropdown ul.sub-menu li a:hover {
  border: 0;
  color: #fa4e4e;
}
nav#menu ul#mainnav .dropdown ul.recentcontainer {
  display: inline-block;
  float: left;
  width: 81.59722222%;
  margin: 0 0.86805556%;
}
nav#menu ul#mainnav .dropdown ul.recentcontainer li {
  display: inline-block;
  float: left;
  width: 31.59722222%;
  margin: 0 0.86805556%;
}
nav#menu ul#mainnav .dropdown ul.recentcontainer li h3 a {
  color: #302b48;
  line-height: 1.2em;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'soho', georgia, serif;
  font-weight: normal;
  text-transform: none;
}
nav#menu ul#mainnav .dropdown ul.recentcontainer li h3 a:hover {
  color: #302b48;
}
nav#menu ul#mainnav .dropdown ul.recentcontainer li img {
  width: 100%;
}
nav#menu ul#mainnav .dropThin {
  width: 30%;
  position: absolute;
  top: 40px;
  left: 80%;
  min-width: 30%;
}
nav#menu ul#mainnav .dropAliant {
  left: 79%;
  padding-bottom: 0;
}
nav#menu ul#mainnav .dropAliant img.bell-aliant-logo {
  margin: 30px 0 0 10px;
}
nav#menu ul#mainnav .dropMore {
  left: 69%;
}
nav#menu ul#mainnav li:hover > .dropdown {
  display: block;
}
nav#menu ul#services {
  float: right;
}
nav#menu ul#services li {
  float: left;
  line-height: 40px;
  margin: 0px 4px 0 4px;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
}
nav#menu ul#services li a {
  color: #fff;
  text-decoration: underline;
}
nav#menu ul#services li a .headerMailIcon {
  width: 25px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
nav#menu ul#services li a:hover {
  color: #4acfb4;
}
main#content {
  float: left;
  background-color: #fff;
  overflow: hidden;
  max-width: 1152px;
}
main#content.stickybanner {
  padding-top: 105px;
}
main#content img {
  max-width: 100%;
  height: auto;
}
.rowholder {
  display: inline-block;
  float: left;
  width: 100%;
}
section#homearticles {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  -moz-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out;
}
section#homearticles .postWrap {
  padding: 0 10px;
  display: block;
  width: 101.73611111%;
  margin: 0 -0.86805556%;
  *zoom: 1;
}
section#homearticles .postWrap:before,
section#homearticles .postWrap:after {
  content: "";
  display: table;
}
section#homearticles .postWrap:after {
  clear: both;
}
section#homearticles .postWrap .homepagebox img {
  width: 100%;
}
section#homearticles .postWrap article#content {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
aside.sidebar {
  display: none;
}
h1.corporateTitle {
  font-size: 80px;
  color: #fa4e4e;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #fa4e4e;
  margin: 0 22px 0 10px;
  line-height: 1.25;
}
#sidebarWrap {
  /*.emailWidget::before {
        content: 'email';
        .servicesFlag();
    }*/
}
#sidebarWrap h2.sideBarHeader {
  color: #f94d4d;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  border-bottom: 1px solid #f94d4d;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
#sidebarWrap h2.sideBarHeader::before {
  content: "";
  width: 100%;
  height: 6px;
  padding-bottom: 11px;
  background-image: url(../img/header_stripe.png);
  background-repeat: repeat-x;
  display: block;
}
#sidebarWrap h2.sideBarHeaderSponsored {
  color: #302b48;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  border-bottom: 1px solid #302b48;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
#sidebarWrap h2.sideBarHeaderSponsored:before {
  content: "";
  width: 100%;
  height: 6px;
  padding-bottom: 11px;
  background-image: url("../img/header_stripe-sponsored.png");
  background-repeat: repeat-x;
  display: block;
}
#sidebarWrap article.sidebarpost {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-left: 0;
  position: relative;
}
#sidebarWrap article.sidebarpost .postimage {
  overflow: hidden;
  max-height: 270px;
  height: auto;
  position: relative;
}
#sidebarWrap article.sidebarpost h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
#sidebarWrap article.sidebarpost-small {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-left: 0;
  position: relative;
}
#sidebarWrap article.sidebarpost-small .postimage {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  overflow: hidden;
  max-height: 82px;
  height: auto;
  position: relative;
}
#sidebarWrap article.sidebarpost-small .postinfo {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  position: relative;
  left: 5px;
}
#sidebarWrap article.sidebarpost-small .postinfo h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
#sidebarWrap article.sidebarpost-small .postinfo .category {
  position: relative;
  top: -5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #bec7c8;
  text-transform: uppercase;
}
#sidebarWrap .aliantSideWrap {
  display: none;
}
#sidebarWrap .popularWidget article,
#sidebarWrap .topStories article,
#sidebarWrap .videoWidget article,
#sidebarWrap .aliantSideWrap article,
#sidebarWrap .sponsorRightBrick article,
#sidebarWrap .sponsoredAdBrick article {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-left: 0;
  margin-bottom: 19px;
  padding-bottom: 16px;
}
#sidebarWrap .popularWidget article .postimage,
#sidebarWrap .topStories article .postimage,
#sidebarWrap .videoWidget article .postimage,
#sidebarWrap .aliantSideWrap article .postimage,
#sidebarWrap .sponsorRightBrick article .postimage,
#sidebarWrap .sponsoredAdBrick article .postimage {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
#sidebarWrap .popularWidget article .postimage img,
#sidebarWrap .topStories article .postimage img,
#sidebarWrap .videoWidget article .postimage img,
#sidebarWrap .aliantSideWrap article .postimage img,
#sidebarWrap .sponsorRightBrick article .postimage img,
#sidebarWrap .sponsoredAdBrick article .postimage img {
  width: 100%;
}
#sidebarWrap .popularWidget article .postinfo,
#sidebarWrap .topStories article .postinfo,
#sidebarWrap .videoWidget article .postinfo,
#sidebarWrap .aliantSideWrap article .postinfo,
#sidebarWrap .sponsorRightBrick article .postinfo,
#sidebarWrap .sponsoredAdBrick article .postinfo {
  position: relative;
  left: 5px;
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
}
#sidebarWrap .popularWidget article .postinfo .category,
#sidebarWrap .topStories article .postinfo .category,
#sidebarWrap .videoWidget article .postinfo .category,
#sidebarWrap .aliantSideWrap article .postinfo .category,
#sidebarWrap .sponsorRightBrick article .postinfo .category,
#sidebarWrap .sponsoredAdBrick article .postinfo .category {
  color: #7b7991;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  position: relative;
  top: -5px;
}
#sidebarWrap .popularWidget article .postinfo h3,
#sidebarWrap .topStories article .postinfo h3,
#sidebarWrap .videoWidget article .postinfo h3,
#sidebarWrap .aliantSideWrap article .postinfo h3,
#sidebarWrap .sponsorRightBrick article .postinfo h3,
#sidebarWrap .sponsoredAdBrick article .postinfo h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.42857142857143em;
  color: #302b48;
}
#sidebarWrap .popularWidget article:hover > .postinfo > h3 > a,
#sidebarWrap .topStories article:hover > .postinfo > h3 > a,
#sidebarWrap .videoWidget article:hover > .postinfo > h3 > a,
#sidebarWrap .aliantSideWrap article:hover > .postinfo > h3 > a,
#sidebarWrap .sponsorRightBrick article:hover > .postinfo > h3 > a,
#sidebarWrap .sponsoredAdBrick article:hover > .postinfo > h3 > a {
  color: #677172;
}
#sidebarWrap .sponsoredAdBrick article:last-of-type {
  border: none;
}
#sidebarWrap .aliantSideWrap {
  float: left;
  margin-left: -20px;
  background-color: #eee;
}
#sidebarWrap .aliantSideWrap h2.sideBarHeader {
  background-color: #0065a4;
  color: #fff;
  border: none;
  height: 31px;
  padding-top: 7px;
  padding-left: 15px;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  margin: 0;
  width: 100%;
  font-weight: bold;
}
#sidebarWrap .aliantSideWrap h2.sideBarHeader::before {
  height: auto;
  padding: 0;
  background-image: none;
  display: block;
}
#sidebarWrap .aliantSideWrap article {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 5%;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 90%;
}
#sidebarWrap .aliantSideWrap article p {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1;
}
#sidebarWrap .aliantSideWrap article p a {
  font-family: Helvetica, Arial, sans-serif;
  color: #aab1b2;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
#sidebarWrap .emailWidget {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
#sidebarWrap .emailWidget .flag {
  width: 48%;
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 1%;
  height: 35px;
  padding: 5px;
  background-color: #fa4e4e;
  color: #fff;
  font-family: 'soho', georgia, serif;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}
#sidebarWrap .emailWidget .flag img {
  width: 28px;
  vertical-align: text-top;
  margin-right: 15px;
}
#sidebarWrap .emailWidget ul {
  width: 52%;
  float: left;
  display: inline-block;
  margin-left: -1%;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #302b48;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  box-shadow: -10px 1px 8px -13px #000000;
  border-top: 1px solid #e2e2e2;
}
#sidebarWrap .emailWidget ul li {
  padding: 5px 0 0 5px;
}
#sidebarWrap .emailWidget ul li a {
  text-decoration: underline;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif !important;
}
#sidebarWrap .servicesWidget {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
}
#sidebarWrap .servicesWidget .flag {
  width: 48%;
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 1%;
  height: 35px;
  padding: 5px;
  background-color: #fa4e4e;
  color: #fff;
  font-family: 'soho', georgia, serif;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}
#sidebarWrap .servicesWidget ul {
  width: 52%;
  float: left;
  display: inline-block;
  margin-left: -1%;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #302b48;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  box-shadow: -10px 1px 8px -13px #000000;
  border-top: 1px solid #e2e2e2;
}
#sidebarWrap .servicesWidget ul li {
  padding: 5px 0 0 5px;
}
#sidebarWrap .servicesWidget ul li:first-child {
  padding-top: 0;
}
#sidebarWrap .servicesWidget ul li a {
  text-decoration: underline;
}
#sidebarWrap .hububRightRail {
  float: left;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
#sidebarWrap .hububRightRail .widgetWrapper {
  width: 100%;
}
#sidebarWrap .hububRightRail .widgetWrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 1050px;
}
.homepagebox .metacontent {
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  color: #bec7c8;
  text-transform: uppercase;
  display: none;
}
.homepagebox h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
.homepagebox h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.homepagebox .featureCopy h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.homepagebox .featureCopy p {
  display: none;
}
.homepagebox .featureCopy p a {
  text-decoration: none;
  color: #677172;
}
.homepagebox:hover > .featurecopy > h3 > a {
  color: #677172;
}
.homepagebox:hover > .featureCopy > h3 > a {
  color: #677172;
}
.homepagebox:hover > .featureCopy > h2 > a {
  color: #677172;
}
.homepagebox:hover > h5 > a {
  color: #677172;
}
.homepagebox:hover > h4 > a {
  color: #677172;
}
.homepagebox:hover > h3 > a {
  color: #677172;
}
article.homefeature {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  position: relative;
}
article.homefeature .postImage {
  overflow: hidden;
  width: 100%;
  max-height: 375px;
  position: relative;
}
article.homefeature .featureInfo {
  display: inline-block;
  float: left;
  width: 23.26388889%;
  margin: 0 0.86805556%;
  text-transform: uppercase;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
}
article.homefeature .featureInfo .frontcategory {
  display: block;
  padding: 3px 0 3px 10px;
  background-color: #4acfb4;
  color: #fff;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  text-transform: uppercase;
}
article.homefeature .featureCopy {
  width: 98%;
  margin-left: 3px;
  margin-right: 0;
  margin: 0 auto;
  position: relative;
}
article.homefeature .featureCopy h2 {
  font-size: 23px;
  font-size: 2.3rem;
}
article.homesponsored .postImage {
  max-height: 335px;
}
article.homesponsored .featureInfo {
  display: block;
}
article.homesponsored .featureInfo .frontcategory {
  display: none;
}
article.homesponsored .featureInfo .frontmeta {
  position: absolute;
  top: 10px;
  left: 10px;
}
article.homesponsored .featureInfo .frontmeta img {
  width: 90px !important;
  height: 50px !important;
}
article.homefeaturesmall {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  position: relative;
}
article.homefeaturesmall .postimage {
  overflow: hidden;
  max-height: 260px;
  height: auto;
  position: relative;
}
article.homefeaturesmall .featureCopy {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
article.homefeaturesmall .featureCopy h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
article.smallhome {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  position: relative;
  padding-bottom: 15px;
}
article.smallhome .postimage {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  overflow: hidden;
  max-height: 203px;
  height: auto;
  position: relative;
}
article.smallhome h3 {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
}
article.doublebox {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-bottom: 20px;
}
article.doublebox .postimage {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  overflow: hidden;
  max-height: 203px;
  height: auto;
  position: relative;
}
article.doublebox .featureCopy {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
}
#articleCatHead {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 37px;
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  float: left;
  background-color: #4acfb4;
}
#articleCatHead span#parentCat {
  display: none;
}
#articleCatHead span#childCat {
  font-weight: bold;
  text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
  font-family: 'soho', georgia, serif;
  color: #fff;
  padding: 0;
  margin: 0 0 5px 10px;
  float: left;
  clear: both;
  line-height: 37px;
}
#articleCatHead span#childCatBig {
  font-weight: bold;
  text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'soho', georgia, serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 10px 0 5px 10px;
  float: left;
  line-height: inherit;
  clear: both;
}
#articleCatHead #sponsorWrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
}
#articleCatHead #sponsorWrap h3 {
  float: left;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 7px;
  height: 100%;
  margin: 0;
  background-color: #4acfb4;
}
#articleCatHead #sponsorWrap img {
  max-height: 37px;
  width: 40px;
  float: left;
}
#articleCatHead a {
  color: #fff;
}
section#mainstructure {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#mainstructure .postWrap {
  padding: 0 5px;
  display: block;
  width: 101.73611111%;
  margin: 0 -0.86805556%;
  *zoom: 1;
}
section#mainstructure .postWrap:before,
section#mainstructure .postWrap:after {
  content: "";
  display: table;
}
section#mainstructure .postWrap:after {
  clear: both;
}
section#mainstructure article {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#mainstructure article header.articleInfo {
  display: inline-block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
section#mainstructure article header.articleInfo img.featureimage {
  width: 100%;
}
section#mainstructure article header.articleInfo h3#articleTitle {
  font-family: 'soho', georgia, serif;
  font-weight: normal;
  color: #302b48;
  font-size: 30px;
  font-size: 3rem;
  clear: both;
}
section#mainstructure article header.articleInfo #articleExcerpt {
  font-family: 'soho', georgia, serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  color: #677172;
}
section#mainstructure article header.articleInfo #imageCaption {
  font-size: 10px;
  font-size: 1rem;
  color: #bec7c8;
  float: right;
}
section#mainstructure article #articleContent {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  padding-bottom: 15px;
}
section#mainstructure article #articleContent aside#shareContent {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-left: 0;
  color: #fff;
  text-align: center;
  font-size: 2em;
}
section#mainstructure article #articleContent aside#shareContent ul {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%;
  background: #fa4e4e;
}
section#mainstructure article #articleContent aside#shareContent ul a {
  color: #fff;
}
section#mainstructure article #articleContent aside#shareContent ul li {
  display: inline;
  margin: 10px 0;
}
section#mainstructure article #articleContent aside#shareContent ul:after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fa4e4e;
  content: "";
}
section#mainstructure article #articleContent aside#shareContent #singleMeta {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  color: #bec7c8;
  line-height: 18px;
}
section#mainstructure article #articleContent aside#shareContent #singleMeta .author a {
  color: #bec7c8;
  word-wrap: break-word;
}
section#mainstructure article #articleContent section#singlePostContent {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#mainstructure article #articleContent section#singlePostContent p {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
section#mainstructure article #articleContent section#singlePostContent .gallery .gallery-item {
  display: none;
}
section#mainstructure article #articleContent section#singlePostContent .gallery .gallery-item:first-child {
  display: block !important;
}
section#mainstructure article #articleContent section#singlePostContent img {
  margin: 0;
}
section#mainstructure article #articleContent section#singlePostContent blockquote p {
  padding-left: 0;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'soho', georgia, serif;
}
section#mainstructure article #articleContent section#singlePostContent blockquote p:first-child:first-letter {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.48571em;
  margin-right: 0;
}
section#mainstructure article #articleContent section#singlePostContent figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  color: #bec7c8;
  margin-top: 0;
}
section#mainstructure article #articleContent section#singlePostContent figure figcaption a {
  color: #bec7c8;
  text-decoration: underline;
}
section#mainstructure article #articleContent section#singlePostContent ul {
  list-style: square inside none;
}
section#mainstructure article #articleContent section#singlePostContent ul li {
  padding: 5px;
  text-indent: -1em;
  margin-left: 1em;
}
section#mainstructure article #articleContent section#singlePostContent ul li a {
  text-decoration: underline;
}
section#mainstructure article #articleContent section#singlePostContent ul li a:hover {
  color: #677172;
}
section#mainstructure article #articleContent section#singlePostContent ol {
  list-style-type: none;
  counter-reset: li;
}
section#mainstructure article #articleContent section#singlePostContent ol > li {
  text-indent: -1em;
  margin-left: 1em;
}
section#mainstructure article #articleContent section#singlePostContent ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  padding: 5px;
}
section#mainstructure article #articleContent section#singlePostContent h1 {
  font-family: 'soho', georgia, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #677172;
  line-height: 1.333333333333333em;
  margin-bottom: 0;
}
section#mainstructure article #articleContent section#singlePostContent h2 {
  font-family: 'soho', georgia, serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #677172;
  line-height: 1.666666666666667em;
  margin-bottom: 0;
}
section#mainstructure article #articleContent section#singlePostContent h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #677172;
  line-height: 1.333333333333333em;
  margin-bottom: 0;
}
section#mainstructure article #articleContent section#singlePostContent h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #677172;
  line-height: 1.25em;
  margin-bottom: 0;
}
section#mainstructure article #articleContent section#singlePostContent h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #677172;
  line-height: 1.142857142857143em;
  margin-bottom: 0;
}
section#mainstructure article #articleContent section#singlePostContent iframe {
  margin: 10px 0 30px!important;
}
section#mainstructure .outbrainRecoWidget {
  margin-bottom: 20px;
}
section#mainstructure #comments {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
  padding: 10px 10px 6px;
  background: #eb2228;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
section#mainstructure #commentCount {
  display: inline-block;
  float: left;
  width: 100%;
  display: block;
  font-size: 16px;
}
section#mainstructure #commentBox {
  display: inline-block;
  float: left;
  width: 100%;
  display: none;
}
section#mainstructure .fb_iframe_widget_fluid span,
section#mainstructure .fb_iframe_widget iframe {
  width: 100% !important;
}
section#mainstructure #articleTags {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  padding: 20px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
}
section#mainstructure #articleTags p {
  text-transform: uppercase;
  -webkit-columns: #e2e2e2;
     -moz-columns: #e2e2e2;
          columns: #e2e2e2;
  line-height: 20px;
  margin: 0;
}
section#mainstructure #articleTags p a {
  color: #302b48;
  margin-left: 10px;
  text-decoration: none;
}
#relatedposts article.doublebox {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
#relatedposts article.doublebox .metacontent {
  color: #7b7991;
  text-transform: uppercase;
}
#relatedposts article.doublebox .postimage {
  overflow: hidden;
  height: 203px;
  position: relative;
}
#relatedposts article.doublebox .postimage img {
  width: 100%;
}
section#wideStructure {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#wideStructure article.categoryfeature {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}
section#wideStructure article.categoryfeature .postimage {
  overflow: hidden;
  width: 100%;
  max-height: 318px;
  position: relative;
}
section#wideStructure article.categoryfeature .featurecopy {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  position: relative;
}
section#wideStructure article.categoryfeature .featurecopy p {
  display: none;
}
section#wideStructure article.categoryfeature .featurecopy p a {
  text-decoration: none;
}
section#wideStructure article.smallhome {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}
section#wideStructure article.smallhome .postimage {
  overflow: hidden;
  max-height: 203px;
  height: auto;
  position: relative;
}
section#wideStructure article.smallhome h3 {
  font-size: 20px;
  font-size: 2rem;
}
section#wideStructure .postColumn {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#wideStructure .postColumnSlim {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
section#wideStructure .postColumnSlim article:first-child {
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 15px;
}
.tagPostList article {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  margin-bottom: 19px;
  padding-bottom: 16px;
}
.tagPostList article .postimage {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.tagPostList article .postimage img {
  width: 100%;
}
.tagPostList article .postinfo {
  display: inline-block;
  float: left;
  width: 48.26388889%;
  margin: 0 0.86805556%;
}
.tagPostList article .postinfo .category {
  color: #aab1b2;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
}
.tagPostList article .postinfo h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #302b48;
}
.tagPostList article .postinfo h3.searchLinks {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
}
.tagPostList article .postinfo h3.searchLinks a:hover {
  color: #677172;
}
#tagHeaderWrap {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fa4e4e;
  margin: 20px 0;
}
#tagHeaderWrap .tagHeader {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  color: #fa4e4e;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
#tagHeaderWrap h1.tagHeader {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25em;
}
#tagHeaderWrap h3.tagHeader {
  font-size: 18px;
  font-size: 1.8rem;
}
#footermeta {
  display: inline-block;
  float: left;
  width: 100%;
}
#footermeta ul {
  padding: 10px 0;
}
#footermeta ul li {
  display: inline-block;
  margin-right: 15px;
}
#footermeta ul li a {
  color: #677172;
  text-decoration: underline;
}
#fourOhFourWrap {
  display: block;
  width: 101.73611111%;
  margin: 0 -0.86805556%;
  *zoom: 1;
  margin: 20px 0;
}
#fourOhFourWrap:before,
#fourOhFourWrap:after {
  content: "";
  display: table;
}
#fourOhFourWrap:after {
  clear: both;
}
#fourOhFourWrap #fourOhFourImage {
  display: inline-block;
  float: left;
  width: 81.59722222%;
  margin: 0 0.86805556%;
  margin-left: 9.20138889%;
}
#fourOhFourWrap #fourOhFourImage img {
  max-width: 100%;
}
#fourOhFourWrap #fourOhFourBlurb {
  display: inline-block;
  float: left;
  width: 64.93055556%;
  margin: 0 0.86805556%;
  margin-left: 17.53472222%;
}
#fourOhFourWrap #fourOhFourBlurb h2 {
  color: #fa4e4e;
}
#fourOhFourWrap #fourOhFourBlurb p {
  color: #fa4e4e;
}
#tvmds_listings {
  margin-top: 20px;
}
.videoOutter {
  width: 100%;
  margin-bottom: 21px;
}
.videoOutter .videoInner {
  position: relative;
  padding-bottom: 57%;
}
.videoOutter .videoInner .BrightcoveExperience {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.videoOutter .videoInner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
.instagramWrap {
  position: relative;
  padding-bottom: 118%;
  height: 0;
  overflow: hidden;
}
.instagramWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitterWrap {
  position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
}
.twitterWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homePlayerDesktop {
  width: 100%;
  clear: left;
  padding: 0% 2% 0% 0%;
  margin-bottom: 0px;
}
.homePlayerDesktop article.smallhome .postimage {
  width: 100%;
}
.homePlayerDesktop .homePlayerDesktopInner {
  position: relative;
  float: right;
  width: 60%;
  padding-bottom: 49%;
}
.homePlayerDesktop .homePlayerDesktopInner .BrightcoveExperience {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homePlayerDesktop .categoryPlayerDesktop {
  width: 100%;
  clear: left;
  padding: 0% 2% 0% 0%;
  margin-bottom: 0px;
}
.homePlayerDesktop .categoryPlayerDesktop .categoryPlayerDesktopInner {
  position: relative;
  float: right;
  width: 100%;
  padding-bottom: 49%;
}
.homePlayerDesktop .categoryPlayerDesktop .categoryPlayerDesktopInner .BrightcoveExperience {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homePlayerDesktop #videoArticle {
  width: 35%;
  float: left;
}
.homePlayerDesktop #videoArticle article {
  width: 100%;
}
#navToolsRight {
  float: right;
}
#navToolsRight.shrinky {
  -moz-transition: height 0.25s ease-in;
       transition: height 0.25s ease-in;
  height: 0;
  overflow: hidden;
}
#navToolsRight #socialtools {
  height: 39px;
  float: left;
  background-color: #fa4e4e;
}
#navToolsRight #socialtools ul {
  padding: 8px 0;
}
#navToolsRight #socialtools ul li {
  float: left;
  margin: 0 8px 0 10px;
  text-align: center;
}
#navToolsRight #socialtools ul li a img {
  height: 20px;
  width: 21px;
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
}
#navToolsRight #search {
  float: left;
  text-align: center;
  cursor: pointer;
  min-width: 48px;
  height: 39px;
  position: relative;
}
#navToolsRight #search a.navSearch {
  background-image: url(../img/icons/icon_search_indigo.svg);
  background-size: cover;
  display: block;
  max-width: 25px;
  height: 25px;
  margin: 5px auto;
  line-height: 39px;
}
#searchForm {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 -1.04166667%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1001;
  background: #fff;
  display: none;
  padding: 10px;
  height: 150px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 5px solid #fa4e4e;
}
#searchForm #searchHeader {
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #a5a5a5;
  margin: 12px 0 4px 10px;
}
#searchForm input#inputNavSearch {
  width: 85%;
  height: 66px;
  margin-left: 10px;
  font-size: 57px;
  font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
  color: #a5a5a5;
  border: 1px solid #ccc;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
#searchForm button#butNavSearch {
  background: url(../img/icons/search_button.svg) no-repeat;
  width: 69px;
  height: 68px;
  border: 0;
  background-size: cover;
  position: absolute;
  left: 83%;
  top: 45px;
}
#searchForm button#butNavSearch:hover {
  background: url(../img/icons/search_button_hover.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
}
#footerLegal {
  margin: 0 auto;
  clear: both;
  background-color: #fff;
  padding: 10px 0 20px 0;
}
#footerLegal main {
  display: inline-block;
  float: left;
  width: 100%;
}
#footerLegal main .bellLogo {
  text-align: center;
  color: #677172;
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
}
#footerLegal main .bellLogo img {
  margin-bottom: -3px;
}
#footerLegal main #terms {
  display: inline-block;
  float: left;
  width: 98.26388889%;
  margin: 0 0.86805556%;
  text-align: center;
  margin-top: 15px;
}
#footerLegal main #terms a {
  margin: 0 5px;
  color: #aab1b2;
  text-decoration: underline;
}
#footerLegal main #terms a:hover {
  color: #677172;
}
#FrenchPopup {
  display: none;
  width: 300px;
  height: 500px;
  position: fixed;
  z-index: 10001;
  background-color: #fff;
  font-style: italic;
}
#FrenchPopup a {
  display: block;
  float: left;
}
#FrenchPopup a p {
  color: #000;
  text-align: center;
  margin: 12px 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
#FrenchPopup a img {
  height: 150px;
}
#FrenchPopup a#EnglishLink {
  margin: 35px 15px 15px 57px;
}
#FrenchPopup a#FrenchLink {
  margin: 35px 15px 15px 77px;
}
@media (min-width: 992px) and (max-width: 1040px) {
  .headerMailIcon {
    display: none;
  }
}
@media (max-width: 480px) {
  #flyer_container {
    overflow: auto;
  }
  .singlePinterest {
    margin-left: 70px;
  }
  .singleFB {
    margin-right: 70px;
  }
  .loadSomething:before {
    width: 100%;
  }
  .loadSomething div {
    display: none;
  }
  .loadSomething span {
    width: 100%;
  }
  h1.corporateTitle {
    font-size: 40px;
  }
}
/* tablets, up to 1024px */
@media (max-width: 1024px) {
  .hideTablet {
    dispaly: block;
  }
  .backToTop {
    background: url('../img/backToTop.png') no-repeat 150px 0px;
    width: 25%;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
    color: #fa4e4e;
    font-size: 14px;
  }
  .dividerRed {
    display: block;
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fa4e4e;
  }
  h1.corporateTitle {
    font-size: 60px;
  }
  .tabletLinks {
    text-align: center;
    width: 100%;
  }
  .tabletLinks #socialtools {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
  }
  .tabletLinks ul li {
    display: inline-block;
    margin: 0 20px;
    color: #4cd7ba;
    font-size: 14px;
    text-transform: uppercase;
  }
  .tabletLinks ul li img {
    vertical-align: middle;
    height: 20px;
  }
  .masthead {
    display: none;
  }
}
/* tablets, down to 1024px) */
@media (min-width: 1024px) {
  .hideTablet {
    display: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #flyer_container {
    overflow: auto;
  }
  .hideDesktop {
    display: none !important;
  }
  .mobileAd {
    display: block !important;
  }
  .postinfocat {
    display: block;
    font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
    position: absolute;
    right: -3px;
    top: 0;
    max-width: 6px;
    height: 35px;
    overflow: hidden;
    background: #4acfb4;
    text-transform: uppercase;
    max-width: 100%;
    right: 0px;
    z-index: 99;
  }
  .postinfocat span {
    color: #fff;
    font-size: 0.8em;
    padding: 0 10px;
    line-height: 35px;
  }
  .divide {
    display: block;
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  section#homearticles {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    padding-top: 20px;
  }
  section#homearticles .postWrap {
    padding: 0 10px;
    display: block;
    width: 101.73611111%;
    margin: 0 -0.86805556%;
    *zoom: 1;
  }
  section#homearticles .postWrap:before,
  section#homearticles .postWrap:after {
    content: "";
    display: table;
  }
  section#homearticles .postWrap:after {
    clear: both;
  }
  section#wideStructure {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
  }
  section#wideStructure article.categoryfeature .featurecopy {
    width: 92.5%;
    float: none !important;
    margin: 0;
    margin-top: -60px !important;
    margin-left: 20px;
    padding: 20px 0 0 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px -6px 17px -6px #000000;
  }
  section#wideStructure article.categoryfeature .featurecopy .metacontent {
    display: block;
    color: #aab1b2;
    text-transform: uppercase;
    margin-top: 5px;
  }
  section#wideStructure article.categoryfeature .featurecopy p {
    display: inline-block;
  }
  section#wideStructure article.categoryfeature .featurecopy h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  section#wideStructure article.smallhome h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  section#wideStructure .postColumn {
    display: inline-block;
    float: left;
    width: 56.59722222%;
    margin: 0 0.86805556%;
  }
  section#wideStructure .postColumnSlim {
    display: inline-block;
    float: left;
    width: 39.93055556%;
    margin: 0 0.86805556%;
  }
  #articleCatHead {
    position: relative;
    display: inline-block;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    height: 68px;
    margin-bottom: 20px;
    display: block;
    float: left;
    background: #4acfb4;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #articleCatHead span#parentCat {
    display: block;
    font-weight: normal;
    font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 5px 0 5px 10px;
    float: left;
    clear: both;
  }
  #articleCatHead span#childCat {
    font-weight: bold;
    text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 5px 0 5px 10px;
    float: left;
    line-height: inherit;
    clear: both;
  }
  #articleCatHead span#childCatBig {
    font-weight: bold;
    text-shadow: 3.5px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 60px;
    font-size: 6rem;
    font-family: 'soho', georgia, serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 30px 0 5px 10px;
    float: left;
    line-height: inherit;
    clear: both;
  }
  #articleCatHead #sponsorWrap {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  #articleCatHead #sponsorWrap h3 {
    float: left;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 7px;
    height: 100%;
    margin: 0;
    background-color: #4acfb4;
  }
  #articleCatHead #sponsorWrap img {
    max-height: 68px;
    width: 90px;
    float: left;
  }
  #articleCatHead a {
    color: #fff;
  }
  #relatedposts article.doublebox {
    display: inline-block;
    float: left;
    width: 48.26388889%;
    margin: 0 0.86805556%;
    min-height: 350px;
    margin-bottom: 20px;
  }
  #relatedposts article.doublebox .metacontent {
    color: #7b7991;
    text-transform: uppercase;
    display: block;
  }
  #relatedposts article.doublebox h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #relatedposts article.doublebox .postimage {
    overflow: hidden;
    height: 203px;
    position: relative;
  }
  #relatedposts article.doublebox .postimage img {
    width: 100%;
  }
  .homepagebox .metacontent {
    color: #7b7991;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
  }
  .homepagebox .featureCopy h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .homepagebox .featureCopy p {
    display: block;
  }
  article.homefeature {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    position: relative;
  }
  article.homefeature .postImage {
    overflow: hidden;
    width: 100%;
    max-height: 375px;
    position: relative;
  }
  article.homefeature .featureInfo {
    display: inline-block;
    float: left;
    width: 19.09722222%;
    margin: 0 0.86805556%;
    width: 25%;
    min-height: inherit;
    margin: 0;
    display: block;
  }
  article.homefeature .featureInfo .frontcategory {
    display: block;
    padding: 3px 0 3px 10px;
    background-color: #4acfb4;
    color: #fff;
    font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
    text-transform: uppercase;
  }
  article.homefeature .featureInfo .frontmeta {
    color: #bec7c8;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
  }
  article.homefeature .featureCopy {
    display: inline-block;
    float: left;
    width: 69.09722222%;
    margin: 0 0.86805556%;
    width: 75%;
    min-height: inherit;
    float: none !important;
    margin-top: -60px !important;
    margin-left: 3px;
    margin-right: 0;
    padding: 20px 0 0 20px;
    box-shadow: -10px 1px 8px -13px #000000;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  article.homefeature .featureCopy h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  article.homefeature .featureCopy h2 a {
    text-decoration: none;
  }
  article.homesponsored .postImage {
    max-height: 335px;
  }
  article.homesponsored .featureInfo .frontmeta {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  article.homesponsored .featureInfo .frontmeta img {
    width: 90px !important;
    height: 50px !important;
    margin-top: 10px;
  }
  article.homefeaturesmall {
    display: inline-block;
    float: left;
    width: 64.93055556%;
    margin: 0 0.86805556%;
    position: relative;
  }
  article.homefeaturesmall .postimage {
    overflow: hidden;
    max-height: 260px;
    height: auto;
    position: relative;
  }
  article.homefeaturesmall .featureCopy {
    width: 98%;
    min-height: 120px;
    float: none;
    margin-top: -60px;
    margin-left: 3px;
    margin-right: 0;
    margin: 0 auto;
    padding: 20px 0 0 20px;
    box-shadow: -10px 1px 8px -13px #000000;
    background: #fff;
    position: relative;
  }
  article.homefeaturesmall .featureCopy h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  article.smallhome {
    display: inline-block;
    float: left;
    width: 31.59722222%;
    margin: 0 0.86805556%;
    position: relative;
    padding-bottom: 15px;
  }
  article.smallhome .postimage {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    overflow: hidden;
    max-height: 130px;
    height: auto;
    position: relative;
    margin-bottom: 0.5em;
  }
  article.smallhome h3 {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    font-size: 20px;
    font-size: 2rem;
  }
  article.smallhome h5 {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    font-size: 20px;
    font-size: 2rem;
  }
  article.doublebox {
    min-height: 365px;
    display: inline-block;
    float: left;
    width: 48.26388889%;
    margin: 0 0.86805556%;
    position: relative;
    margin-bottom: 20px;
  }
  article.doublebox .postimage {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    overflow: hidden;
    max-height: 203px;
    height: auto;
    position: relative;
  }
  article.doublebox .featureCopy {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    margin-left: 3px;
  }
  article.doublebox .videoIcon {
    width: 75px;
    height: 75px;
  }
  article.doublebox .videoIcon:before {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 36px solid #fff;
    margin: 15px 0 0 25px;
  }
  article.doublebox .videoIcon:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 28px solid #56d8b9;
    top: 21px;
    left: 28px;
  }
  article.doublebox .videoIcon span {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 28px solid #44A48C;
    top: 25px;
    left: 30px;
  }
  #tagHeaderWrap .tagHeader {
    display: inline-block;
    float: left;
    width: 98.26388889%;
    margin: 0 0.86805556%;
    font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
    color: #fa4e4e;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-left: 20px;
  }
  #tagHeaderWrap h1.tagHeader {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.25em;
  }
  #tagHeaderWrap h3.tagHeader {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tagPostList {
    margin-left: 17.53472222%;
  }
  #FrenchPopup {
    width: 500px;
    height: 300px;
  }
  #FrenchPopup a img {
    height: 150px;
  }
  #FrenchPopup a#EnglishLink {
    margin: 45px 75px 0 40px;
  }
  #FrenchPopup a#FrenchLink {
    margin: 45px 0 0 0;
  }
}
/* Medium devices (desktops, 992px and up) LOOP DESKTOP START HERE*/
@media (min-width: 992px) {
  .mobileAd {
    display: none !important;
  }
  #flyer_container {
    overflow: auto;
  }
  .postinfocat {
    position: absolute;
    right: -3px;
    top: 0;
    max-width: 6px;
    height: 35px;
    overflow: hidden;
    background: #4acfb4;
    text-transform: uppercase;
  }
  #pullUp {
    margin-top: -7px;
  }
  article:hover .postinfocat {
    -moz-transition: max-width 1s ease-in-out;
         transition: max-width 1s ease-in-out;
    max-width: 10000px;
  }
  .hideMobile {
    display: block !important;
  }
  #topBlockAd {
    display: block;
  }
  header#mainheader {
    display: inline-block;
    float: left;
    width: 100%;
    float: none;
    box-shadow: 0px 10px 30px 0px rgba(194, 194, 194, 0.2);
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: url('../img/long_bar.gif');
    background-repeat: no-repeat;
    background-position: top center;
    height: 81px;
    position: relative;
  }
  header#mainheader.sticky {
    -moz-transition: height 0.25s ease-in;
         transition: height 0.25s ease-in;
    height: 42px;
    position: fixed;
  }
  header#mainheader #navwrap {
    overflow: visible;
  }
  header#mainheader #navHolderMobile {
    display: none;
  }
  header#mainheader #navholder {
    display: block;
  }
  input#inputNavSearch {
    width: 93%;
  }
  aside.sidebar {
    display: inline-block;
    float: left;
    width: 31.59722222%;
    margin: 0 0.86805556%;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    background: url('../img/sidebar_back.png');
    background-repeat: repeat-y;
  }
  section#homearticles {
    display: inline-block;
    float: left;
    width: 64.93055556%;
    margin: 0 0.86805556%;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
  }
  section#homearticles .postWrap {
    padding: 0 10px;
    display: block;
    width: 102.60416667%;
    margin: 0 -1.30208333%;
    *zoom: 1;
  }
  section#homearticles .postWrap:before,
  section#homearticles .postWrap:after {
    content: "";
    display: table;
  }
  section#homearticles .postWrap:after {
    clear: both;
  }
  .bigBoxDesktop {
    text-align: center;
    display: inline-block;
    min-width: 300px;
    clear: both;
    min-height: 250px;
    background-color: rgba(208, 208, 208, 0.5);
    margin: 0 0 20px -18px;
    padding: 20px 30px;
  }
  .bigBoxDesktop div {
    margin-bottom: 10px;
  }
  .homepagebox .metacontent {
    display: block;
    color: #7b7991;
    text-transform: uppercase;
    margin: 5px 0 0 3px;
  }
  section#mainstructure {
    display: inline-block;
    float: left;
    width: 64.93055556%;
    margin: 0 0.86805556%;
    padding-top: 20px;
  }
  section#mainstructure .postWrap {
    padding: 0 10px;
    display: block;
    width: 102.60416667%;
    margin: 0 -1.30208333%;
    *zoom: 1;
  }
  section#mainstructure .postWrap:before,
  section#mainstructure .postWrap:after {
    content: "";
    display: table;
  }
  section#mainstructure .postWrap:after {
    clear: both;
  }
  section#mainstructure .postWrap article header.articleInfo h3#articleTitle {
    font-family: 'soho', georgia, serif;
    font-weight: normal;
    color: #302b48;
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0.25em 0;
    clear: both;
  }
  section#mainstructure .postWrap article header.articleInfo #articleExcerpt {
    font-family: 'soho', georgia, serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
  }
  section#mainstructure .postWrap article header.articleInfo #imageCaption {
    float: right;
  }
  section#mainstructure .postWrap article header.articleInfo #imageCaption a {
    color: #bec7c8;
    text-decoration: underline;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent {
    display: inline-block;
    float: left;
    width: 16.14583333%;
    margin: 0 1.30208333%;
    margin-left: 0;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent ul#shareLinks {
    width: 77px;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent ul#shareLinks li {
    display: block;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent ul#shareLinks li p {
    text-transform: uppercase;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent ul#shareLinks li a {
    display: block;
  }
  section#mainstructure .postWrap article #articleContent aside#shareContent ul#shareLinks li a img {
    max-width: 25px;
            filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3.5px 3px 0px rgba(0, 0, 0, 0.2));
  }
  section#mainstructure .postWrap article #articleContent section#singlePostContent {
    display: inline-block;
    float: left;
    width: 78.64583333%;
    margin: 0 1.30208333%;
    padding-left: 70px;
  }
  section#mainstructure .postWrap article #articleContent section#singlePostContent p:first-child:first-letter {
    float: left;
    font-size: 90px;
    font-size: 9rem;
    font-family: 'soho', georgia, serif;
    font-weight: bold;
    line-height: 0.9em;
    margin-top: 0;
    margin-right: 10px;
  }
  section#mainstructure .postWrap article #articleContent section#singlePostContent img {
    margin: 20px 0;
  }
  section#mainstructure .postWrap article #articleContent section#singlePostContent blockquote {
    margin-left: -70px;
  }
  section#mainstructure .postWrap article #articleContent section#singlePostContent figure figcaption {
    margin-top: -20px;
  }
  section#wideStructure {
    padding-top: 20px;
  }
  section#wideStructure .postColumn {
    display: inline-block;
    float: left;
    width: 48.26388889%;
    margin: 0 0.86805556%;
  }
  section#wideStructure .postColumnSlim {
    display: inline-block;
    float: left;
    width: 23.26388889%;
    margin: 0 0.86805556%;
  }
  article.homefeature {
    display: inline-block;
    float: left;
    width: 97.39583333%;
    margin: 0 1.30208333%;
  }
  article.homefeaturesmall {
    display: inline-block;
    float: left;
    width: 64.02083333%;
    margin: 0 1.30208333%;
  }
  article.homefeaturesmall .featureCopy {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
  }
  article.homefeaturesmall .featureCopy h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  article.smallhome {
    display: inline-block;
    float: left;
    width: 30.72916667%;
    margin: 0 1.30208333%;
  }
  article.doublebox {
    display: inline-block;
    float: left;
    width: 47.39583333%;
    margin: 0 1.30208333%;
  }
  footer.footer {
    margin: 0 auto;
    font-family: 'ars_maquette_web_two', helvetica, arial, sans-serif;
    background-color: #fff;
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  footer.footer main {
    display: inline-block;
    float: left;
    width: 100%;
  }
  footer.footer main nav.menu {
    position: relative;
    color: #677172;
    margin: 0;
    min-height: 339px;
    overflow: hidden;
  }
  footer.footer main nav.menu div.footerSection {
    border-right: 1px solid #ccc;
    min-height: inherit;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
  }
  footer.footer main nav.menu div.footerSection .footerHeader {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #302b48;
    font-weight: bold;
  }
  footer.footer main nav.menu div.footerSection ul {
    margin-bottom: 4px;
  }
  footer.footer main nav.menu div.footerSection ul li.menu-item a {
    color: #677172;
    line-height: 2em;
    cursor: pointer;
  }
  footer.footer main nav.menu div.footerSection ul li.menu-item a:hover {
    color: #4cd7ba;
  }
  footer.footer main nav.menu .footerLeft {
    display: inline-block;
    float: left;
    width: 64.93055556%;
    margin: 0 0.86805556%;
    min-height: inherit;
  }
  footer.footer main nav.menu .footerLeft div.footerSection {
    display: inline-block;
    float: left;
    width: 23.26388889%;
    margin: 0 0.86805556%;
  }
  footer.footer main nav.menu .footerRight {
    display: inline-block;
    float: left;
    width: 31.59722222%;
    margin: 0 0.86805556%;
    min-height: 245px;
    margin: 0 0 0 -5px;
  }
  footer.footer main nav.menu .footerRight div.footerSection {
    display: inline-block;
    float: left;
    width: 45%;
    margin: 0 0.86805556%;
  }
  footer.footer main nav.menu .footerRight div.last {
    border-right: none;
    padding-left: 5%;
  }
  footer.footer main nav.menu .footerRight div#footerSocial,
  footer.footer main nav.menu .footerRight div#footerEmail {
    display: inline-block;
    float: left;
    width: 100%;
    display: block;
    width: 101.73611111%;
    margin: 0 -0.86805556%;
    *zoom: 1;
    border-top: 1px solid #ccc;
    margin-left: 0;
    width: 110%;
    padding: 10px 0;
  }
  footer.footer main nav.menu .footerRight div#footerSocial:before,
  footer.footer main nav.menu .footerRight div#footerEmail:before,
  footer.footer main nav.menu .footerRight div#footerSocial:after,
  footer.footer main nav.menu .footerRight div#footerEmail:after {
    content: "";
    display: table;
  }
  footer.footer main nav.menu .footerRight div#footerSocial:after,
  footer.footer main nav.menu .footerRight div#footerEmail:after {
    clear: both;
  }
  footer.footer main nav.menu .footerRight div#footerSocial ul,
  footer.footer main nav.menu .footerRight div#footerEmail ul {
    vertical-align: middle;
  }
  footer.footer main nav.menu .footerRight div#footerSocial ul li,
  footer.footer main nav.menu .footerRight div#footerEmail ul li {
    float: left;
    padding: 0 15px 0 10px;
    color: #677172;
    text-transform: uppercase;
  }
  footer.footer main nav.menu .footerRight div#footerSocial ul li a,
  footer.footer main nav.menu .footerRight div#footerEmail ul li a {
    font-size: 14px;
    color: #677172;
    text-transform: none;
  }
  footer.footer main nav.menu .footerRight div#footerSocial ul li a img,
  footer.footer main nav.menu .footerRight div#footerEmail ul li a img {
    max-height: 22px;
  }
  footer.footer main nav.menu .footerRight div#footerSocial ul li a:hover,
  footer.footer main nav.menu .footerRight div#footerEmail ul li a:hover {
    color: #4cd7ba;
  }
  #aliantFooter {
    display: none;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  #aliantFooter .footerHeader {
    text-transform: uppercase;
    color: #000;
    float: left;
    margin: 10px;
  }
  #aliantFooter .footerHeader a {
    color: #000;
  }
  #aliantFooter .footerHeader a:hover {
    color: #f94d4d;
    text-decoration: underline;
  }
  #aliantFooter ul li.menu-item {
    float: left;
    margin: 10px 20px;
  }
  #aliantFooter ul li.menu-item a {
    color: #aab1b2;
    text-decoration: underline;
  }
  #footerLegal {
    margin: 0 auto;
    clear: both;
    background-color: #fff;
    padding: 10px 0 20px 0;
  }
  #footerLegal main {
    display: inline-block;
    float: left;
    width: 100%;
  }
  #footerLegal main .bellLogo {
    text-align: left;
    display: inline-block;
    float: left;
    width: 31.59722222%;
    margin: 0 0.86805556%;
  }
  #footerLegal main .bellLogo img {
    margin-bottom: -3px;
  }
  #footerLegal main #terms {
    float: right;
    display: inline-block;
    float: left;
    width: 64.93055556%;
    margin: 0 0.86805556%;
    text-align: right;
    margin-top: 15px;
  }
  #footerLegal main #terms a {
    margin: 0 5px;
    text-decoration: underline;
    color: #677172;
  }
  #footerLegal main #terms a:hover {
    color: #4cd7ba;
  }
  #fourOhFourWrap #fourOhFourImage {
    display: inline-block;
    float: left;
    width: 56.59722222%;
    margin: 0 0.86805556%;
    margin-left: 9.20138889%;
  }
  #fourOhFourWrap #fourOhFourBlurb {
    display: inline-block;
    float: left;
    width: 23.26388889%;
    margin: 0 0.86805556%;
  }
  #FrenchPopup {
    width: 640px;
    height: 300px;
  }
  #FrenchPopup a#EnglishLink {
    margin: 45px 70px 0 100px;
  }
  #FrenchPopup a#FrenchLink {
    margin: 45px 0 0 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #flyer_container {
    overflow: auto;
  }
  #searchForm input#inputNavSearch {
    width: 95%;
  }
  #searchForm button#butNavSearch {
    left: 92.5%;
  }
}
