/**********************************************************************/
/* LESS Components */
/**********************************************************************/
/**********************************************************************/
/* Base CSS Elemets */
/**********************************************************************/
body {
  background: #fff;
}
header {
  background: #f6f5f3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #356b95;
  font: 400 70px/1.2 'Istok Web', Verdana, Helvetica, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  color: #454545;
  font: 400 16px/1.6 'Lora', Georgia, serif;
  font-size: 14px;
}
a {
  text-decoration: underline;
}
a:hover {
  color: #7db8e6;
}
/**********************************************************************/
/* Modular CSS Components */
/**********************************************************************/
#form {
  margin-bottom: 0;
}
#brandsDropdown {
  position: fixed;
  top: -326px;
  width: 100%;
  margin: auto;
  z-index: 100;
}
#brandsDropdown.toggleDown {
  top: 0;
}
#brandsDropdown .dropdownWrapper {
  background: #356b95;
  z-index: 200;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#brandsDropdown .dropdownWrapper a {
  text-decoration: none;
  display: block;
  width: 280px;
  height: 78px;
  margin: 8px auto;
}
#brandsDropdown .dropdownWrapper a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
#brandsDropdown img {
  width: 280px;
  height: 78px;
  margin: 8px auto;
  display: block;
}
#brandsDropdown #ourBrandsBtn {
  background: #356b95;
  color: #7db8e6;
  margin-top: 28px;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 4px 8px 4px;
  z-index: 200;
  width: 180px;
  margin: auto;
  margin-top: -8px;
  display: block;
  text-align: center;
  -webkit-border-radius: 0.375em;
  -moz-border-radius: 0.375em;
  -ms-border-radius: 0.375em;
  -o-border-radius: 0.375em;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#brandsDropdown #ourBrandsBtn:hover {
  color: #9fdaff;
}
#logoArea {
  height: 68px;
}
#logoArea img {
  margin-top: 18px;
}
#mainNav .top-bar {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
  height: 88px;
  line-height: 88px;
  margin-bottom: 0;
}
#mainNav .top-bar a {
  text-decoration: none;
}
#mainNav .top-bar .title-area {
  display: none;
}
#mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
#mainNav .top-bar .top-bar-section .name h1 a {
  height: 88px;
  line-height: 88px;
}
#mainNav .top-bar .top-bar-section .name div.small-12.columns i {
  color: #fff;
  font-size: 22px;
}
#mainNav .top-bar .top-bar-section ul {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
  text-transform: uppercase;
  border-left: 1px solid #7db8e6;
  border-right: 1px solid #fff;
}
#mainNav .top-bar .top-bar-section ul .fa {
  font-size: 30px;
  line-height: 88px;
}
#mainNav .top-bar .top-bar-section li a:not(.button) {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
  line-height: 88px;
  padding: 0 12px;
}
#mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #6ca7d5;
  background-color: #fdffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdffff), to(#d7e6f2));
  background: -webkit-linear-gradient(top, #fdffff, #d7e6f2);
  background: -moz-linear-gradient(top, #fdffff, #d7e6f2);
  background: -ms-linear-gradient(top, #fdffff, #d7e6f2);
  background: -o-linear-gradient(top, #fdffff, #d7e6f2);
  background-image: -ms-linear-gradient(top, #fdffff 0%, #d7e6f2 100%);
}
#mainNav .top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
#mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
#mainNav .top-bar .top-bar-section li a:not(.button) {
  line-height: 88px;
}
#mainNav .top-bar .top-bar-section li a h2 {
  font-size: 22px;
  border-bottom: 1px solid #356b95;
  color: #356b95;
  line-height: 28px;
  padding-top: 8px;
}
#mainNav .top-bar .top-bar-section li a p {
  font-size: 12px;
  color: #454545;
  line-height: 16px;
}
#mainNav .top-bar .top-bar-section li a {
  margin-top: -3px;
  border-left: 1px solid #fff;
  border-right: 1px solid #7db8e6;
}
#mainNav a#navCurrent {
  background: #9fdaff;
  background-color: #fdffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdffff), to(#d7e6f2));
  background: -webkit-linear-gradient(top, #fdffff, #d7e6f2);
  background: -moz-linear-gradient(top, #fdffff, #d7e6f2);
  background: -ms-linear-gradient(top, #fdffff, #d7e6f2);
  background: -o-linear-gradient(top, #fdffff, #d7e6f2);
  background-image: -ms-linear-gradient(top, #fdffff 0%, #d7e6f2 100%);
}
#mainNav .top-bar-section ul li.active > a,
#mainNav .top-bar-section li:not(.has-form) a:not(.button),
#mainNav .top-bar-section li:hover a,
#mainNav .contain-to-grid,
#mainNav .top-bar-section ul.dropdown,
#mainNav .top-bar-section ul li > a {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
}
#mainNav .top-bar-section ul.dropdown li a:hover:not(.button) {
  background: none repeat scroll #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
}
#mainNav .top-bar-section .has-dropdown > a:after {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
  margin-top: 2.5px;
}
#mainNav .top-bar-section ul li,
#mainNav .top-bar ul li,
#mainNav .top-bar input[type="text"],
#mainNav .title-area a.button {
  height: 88px;
  margin: 0;
  top: 0;
  padding-top: 0;
}
#mainNav.contain-to-grid {
  background: #7db8e6;
  background-color: #ecf4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
  background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
  background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
  background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
  border-top: 1px solid #c2b19d;
  border-bottom: 1px solid #356b95;
}
nav section ul li {
  width: 16.667%;
}
article {
  padding: 18px 0;
}
.accentArea-brown {
  background: #f6f5f3;
}
.accentArea-brown h3,
.accentArea-brown h3 {
  color: #8b7f70;
}
.accentArea-blue {
  background: #356b95;
}
.accentArea-blue h3,
.accentArea-blue h3 {
  color: #7db8e6;
}
.standardContentList .row {
  margin-top: 24px;
  margin-bottom: 24px;
}
.standardContentList img {
  border: 1px solid #454545;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  float: left;
  margin: 0 12px 12px 0;
}
.standardContentList h1 {
  border-bottom: 1px solid #356b95;
  margin-bottom: 24px;
}
.standardContentList h2 {
  border-bottom: 1px solid #356b95;
  margin-bottom: 24px;
}
.standardContentList h3 {
  font-weight: bold;
  color: #8b7f70;
  margin: 0;
  line-height: 26px;
}
.standardContentList h6 {
  font-style: italic;
  font-size: 16px;
  display: block;
  color: #8b7f70;
}
.standardContentList p {
  margin-left: 159px;
}
.standardContentList .subheader p {
  margin-left: 0;
}
footer .mainNavList {
  margin: 24px auto;
}
footer .mainNavList li {
  width: 12.5%;
  list-style-type: none;
  float: left;
  padding: 4px 8px;
}
footer .mainNavList li a {
  color: #7db8e6;
  font-size: 22px;
  text-decoration: none;
}
footer .mainNavList li a:hover {
  color: #fff;
}
footer .logoArea img {
  width: 293px;
  margin: 24px auto 38px auto;
  display: block;
}
footer p {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
/**********************************************************************/
/* Page-Specific CSS Components */
/**********************************************************************/
#homeContent h3 {
  border-bottom: 1px solid #356b95;
  margin-bottom: 24px;
}
#magazineCovers {
  background: url('../../content/img/home_bg.jpg') top center no-repeat;
  min-height: 685px;
}
#magazineCovers h4 {
  text-align: center;
  color: #356b95;
  margin: 12px auto 24px auto;
}
.magCovers div {
  height: 224px;
}
.magCovers div:last-child {
  float: left !important;
}
.magCovers img {
  border: 1px solid #454545;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  width: 137px;
  height: 184px;
}
.eventLogos img {
  height: 148px;
}
.otherServices img {
  float: left;
  vertical-align: top;
  margin-right: 8px;
}
.otherServices p {
  padding-left: 78px;
}
.otherServices .columns:nth-child(odd) {
  clear: left;
}
.aboutContent h2 {
  border-bottom: 1px solid #356b95;
}
.aboutContent h3,
.aboutContent h6 {
  color: #8b7f70;
}
.aboutContent p {
  margin-bottom: 0;
}
.emediaContent h3,
.emediaContent p {
  margin-left: 82px;
}
.emediaContent img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blogContent .medium-8 {
  padding-top: 20px;
  background: #f6f5f3;
}
.blogContent p {
  margin-left: 0;
}
.blogContent .section--sidebar {
  margin: 0;
  font-size: 14px;
}
.blogContent .section--sidebar + .section--sidebar {
  margin-top: 40px;
}
.blogContent .section--sidebar .section__title {
  margin-top: 0;
  color: #8b7f70;
  font-size: 20px;
}
.blogContent .section--sidebar img {
  border: none;
  box-shadow: none;
}
.blogContent .section--publications a {
  display: block;
  margin: 0 0 15px;
}
.blogContent .section--publications img {
  float: none;
  margin: 0;
  height: 28px;
}
.blogPost {
  margin: 0 0 50px;
  padding: 0;
}
.blogPost .blogPost__title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 32px;
}
.blogPost .blogPost__title a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #005a8a;
}
.blogPost .blogPost__title a:hover {
  border-bottom: 1px solid #7db8e6;
}
.blogPost .blogPost__content {
  margin: 0 0 30px;
  font-size: 14px;
}
.blogPost .blogPost__byline {
  margin: 0 0 5px;
  font-size: 12px;
}
.blogPost .blogPost__tags {
  margin: 0 0 15px;
  font-size: 12px;
}
.blogPost .blogPost__socialToolbar {
  margin: 0 0 10px;
}
.blogPost--summary {
  padding: 3px 8px;
}
h3.blogComments__title {
  margin: 0 0 15px;
  color: #356b95;
  font: bold 18px/1.2 'Istok Web', Verdana, Helvetica, sans-serif;
}
.blogCommentForm .row {
  margin: 0 -0.5rem;
}
.blogComments {
  margin-bottom: 15px;
}
.blogComment {
  margin: 0;
}
.blogComment + .blogComment {
  margin-top: 30px;
}
.blogComment__text {
  margin: 0 0 20px;
}
.blogComment__byline {
  margin: 0 0 15px;
  font-size: 12px;
}
.blogPanel {
  margin-bottom: 1.25rem;
  padding: 0.5625rem 0.625rem;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 0.875rem;
  color: #222;
}
.blogPanel__title {
  margin: 0 0 15px;
  color: #356b95;
  font: bold 18px/1.2 'Istok Web', Verdana, Helvetica, sans-serif;
}
.blogCommentForm .row {
  margin-bottom: 15px !important;
}
.blogCommentForm .CaptchaTable {
  border: 0;
}
.blogCommentForm .CaptchaTable td {
  padding: 0;
}
.blogCommentForm .CaptchaTable input {
  margin-bottom: 0;
}
.blogCommentForm .CaptchaTable img {
  margin: 0 0 0 -2px;
  border-color: #ccc;
  border-left: none;
  height: 2.3125rem;
  box-shadow: none;
}
.blogCommentForm .InfoLabel {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.blogCommentForm .ErrorLabel {
  margin-bottom: 15px;
  font-weight: bold;
  color: red;
  display: block;
}
.blogComment__reportAbuse {
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
.blogCommentForm .field-validation-error {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  color: #a73f34;
}
.blogCommentForm__validator {
  margin-top: -10px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  color: #a73f34;
}
.button-group .button {
  margin-bottom: 0;
  padding: 0.425rem 1rem 0.4875rem;
}
.button-group .button + .button {
  margin-left: 1px;
}
/**********************************************************************/
/* Media Queries CSS Components */
/**********************************************************************/
@media (max-width: 890px) {
  #mainNav .top-bar .top-bar-section .right li a,
  #mainNav .top-bar .top-bar-section li a:not(.button) {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 794px) {
  #mainNav .top-bar {
    background: #7db8e6;
    background-color: #ecf4fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecf4fa), to(#c6d5e1));
    background: -webkit-linear-gradient(top, #ecf4fa, #c6d5e1);
    background: -moz-linear-gradient(top, #ecf4fa, #c6d5e1);
    background: -ms-linear-gradient(top, #ecf4fa, #c6d5e1);
    background: -o-linear-gradient(top, #ecf4fa, #c6d5e1);
    background-image: -ms-linear-gradient(top, #ecf4fa 0%, #c6d5e1 100%);
    height: 104px;
    line-height: 104px;
    margin-bottom: 0;
  }
  #mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section .name h1 a {
    height: 104px;
    line-height: 104px;
  }
  #mainNav .top-bar .top-bar-section .name div.small-12.columns i {
    color: #fff;
    font-size: 32px;
  }
  #mainNav .top-bar .top-bar-section li a:not(.button) {
    line-height: 104px;
  }
  #mainNav .top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section li a:not(.button) {
    line-height: 104px;
  }
  #mainNav .top-bar .top-bar-section li a {
    margin-top: -3px;
  }
  #mainNav .top-bar-section .has-dropdown > a:after {
    margin-top: 2.5px;
  }
  #mainNav .top-bar-section ul li,
  #mainNav .top-bar ul li,
  #mainNav .top-bar input[type="text"],
  #mainNav .title-area a.button {
    height: 104px;
  }
  #magazineCovers h4 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px auto 18px auto;
  }
}
#mainNav .top-bar.expanded {
  height: 452px;
}
#mainNav .top-bar.expanded .title-area {
  background: #6ca7d5;
  background-color: #fdffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdffff), to(#d7e6f2));
  background: -webkit-linear-gradient(top, #fdffff, #d7e6f2);
  background: -moz-linear-gradient(top, #fdffff, #d7e6f2);
  background: -ms-linear-gradient(top, #fdffff, #d7e6f2);
  background: -o-linear-gradient(top, #fdffff, #d7e6f2);
  background-image: -ms-linear-gradient(top, #fdffff 0%, #d7e6f2 100%);
  border-bottom: 1px solid #356b95;
}
#mainNav .top-bar.expanded .top-bar-section ul {
  background-color: #7db8e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#7db8e6), to(#7db8e6));
  background: -webkit-linear-gradient(top, #7db8e6, #7db8e6);
  background: -moz-linear-gradient(top, #7db8e6, #7db8e6);
  background: -ms-linear-gradient(top, #7db8e6, #7db8e6);
  background: -o-linear-gradient(top, #7db8e6, #7db8e6);
  background-image: -ms-linear-gradient(top, #7db8e6 0%, #7db8e6 100%);
}
#mainNav .top-bar.expanded .top-bar-section ul li {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #356b95;
  border-left: none;
  border-right: none;
  height: 68px;
}
#mainNav .top-bar.expanded .top-bar-section ul li a {
  height: 68px;
}
#mainNav .top-bar.expanded .top-bar-section ul li a h2 {
  padding-top: 4px;
  border-bottom: 1px solid #7db8e6;
}
#mainNav .top-bar.expanded .top-bar-section ul li a p {
  margin-bottom: 0;
}
#mainNav .top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button),
#mainNav .top-bar.expanded .top-bar-section .name h1 a,
#mainNav .top-bar.expanded .top-bar-section li a:not(.button),
#mainNav .top-bar.expanded .top-bar-section li.active:not(.has-form) a:not(.button),
#mainNav .top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button),
#mainNav .top-bar.expanded .top-bar-section li a:not(.button),
#mainNav .top-bar.expanded .top-bar-section .top-bar-section ul li,
#mainNav .top-bar.expanded .top-bar-section ul li,
#mainNav .top-bar.expanded .top-bar-section input[type="text"] {
  height: 68px;
}
@media (max-width: 640px) {
  header,
  #mainNav.contain-to-grid {
    margin-top: 38px;
  }
  #brandsDropdown .dropdownWrapper a {
    width: 100%;
  }
  #brandsDropdown img {
    width: 150px;
    height: 42px;
  }
  #brandsDropdown #ourBrandsBtn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }
  #logoArea {
    display: none;
  }
  #mainNav .top-bar {
    height: 44px;
    line-height: 44px;
  }
  #mainNav .top-bar .title-area {
    height: 44px;
    display: block;
  }
  #mainNav .top-bar .title-area .name a {
    height: 44px;
  }
  #mainNav .top-bar .title-area .name a img {
    height: 22px;
    margin-top: 11px;
  }
  #mainNav .top-bar .title-area .toggle-topbar {
    height: 44px;
  }
  #mainNav .top-bar .title-area .toggle-topbar a {
    height: 44px;
    padding-top: 4px;
    color: #005a8a;
    font-size: 16px;
    font-weight: 400;
  }
  #mainNav .top-bar .title-area .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px #356b95, 0 7px 0 1px #356b95, 0 14px 0 1px #356b95;
  }
  #mainNav .top-bar ul li {
    height: 68px;
    line-height: 68px;
  }
  #mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section .name h1 a {
    height: 68px;
    line-height: 68px;
  }
  #mainNav .top-bar .top-bar-section li a:not(.button) {
    line-height: 68px;
  }
  #mainNav .top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section li:not(.has-form) a:not(.button),
  #mainNav .top-bar .top-bar-section li a:not(.button) {
    line-height: 68px;
  }
  #mainNav .top-bar .top-bar-section li a {
    margin-top: -3px;
  }
  #mainNav .top-bar-section .has-dropdown > a:after {
    margin-top: 2.5px;
  }
  #mainNav .top-bar-section ul li,
  #mainNav .top-bar ul li,
  #mainNav .top-bar input[type="text"],
  #mainNav .title-area a.button {
    height: 68px;
  }
  footer .mainNavList li {
    float: none;
  }
}
@media (max-width: 380px) {
  .magCovers div {
    height: 143px;
  }
  .magCovers img {
    height: 103px;
  }
}
@media (min-width: 381px) and (max-width: 500px) {
  .magCovers img {
    height: 143px;
  }
}