body {
  font-family: raleway, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

body {
  color: #3F4A5C;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #2C4E87;
  font-weight: 600;
}

.msr-home-content p {
  padding: 0;
  margin: 0;
}

nav.msr-main-nav {
  display: block;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 24px;
  height: 90px;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
}

.admin-bar nav.msr-main-nav {
  top: 32px;
}

@media(max-width: 782px){
  .admin-bar nav.msr-main-nav {
    top: 48px;
  }
}

nav.msr-main-nav a {
  text-decoration: none;
  font-weight: 700;
}

nav.msr-main-nav a.msr-nav-logo {
  float: left;
  display: block;
  height: 100%;
  width: 158px;
  background-repeat: no-repeat;
  background-image: url(../img/logo2.svg);
  background-size: 158px 52px;
  background-position: left center;
}

ul.msr-nav-items {
  height: 100%;
  float: left;
  vertical-align: middle;
  margin-left: 24px;
}

ul.msr-nav-items > li {
  display: inline-block;
  list-style-type: none;
  font-weight: 700;
  font-size: 17px;
  margin: 21px 0;
  vertical-align: middle;
}

ul.msr-nav-items > li.smallnav-only {
  display: none;
}

ul.msr-nav-items > li, ul.msr-nav-items > li > a {
  height: 48px;
  line-height: 48px;
  color: #3F4A5C;
}

ul.msr-nav-items > li > a {
  display: block;
  padding: 0 18px;
}

.msr-page {
  width: 100%;
  height: auto;
  margin-top: 90px;
  overflow: hidden;
}

li.msr-nav-button a {
  margin-left: 18px;
}

section.msr-hero {
  width: 100%;
  /*height: 45vw;
  max-*/height: calc(100vh - 450px);
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/header-l.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.msr-hero > .msr-hero-text-outer {
  position: relative;
  margin: 0 auto;
  max-width: 1224px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.msr-hero-text {
  box-sizing: border-box;
  width: 100%;
  padding: 0 calc(50% + 72px) 0 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1224px;
  transform: translate3d(-50%,-50%,0);
}

h1, h2 {
  font-family: big-caslon-fb, serif;
  font-weight: 900;
  margin: 0;
}

h1.msr-hero-title {
  font-size: 36px;
  line-height: 44px;
}

.msr-hero-text .cta-set {
  margin-top: 24px;
  white-space: nowrap;
}

a.cta-button {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 15px;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  background: #264E90;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 1%;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
}

.cta-set a.cta-button {
  margin-right: 12px;
}

a.cta-button.secondary {
  border: 2px solid #264E90;
  background: transparent;
  color: #264E90;
  line-height: 44px;
}

h2 {
  font-size: 36px;
  line-height: 44px;
}

.msr-home-content h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h2 {
  padding-bottom: 12px;
}

.msr-home-content h3 {
  padding: 0;
  margin: 0 0 10px 0;
}

section.msr-hero p {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 500;
}

nav.msr-main-nav {
  background-color: #F7FCFC;
}

.msr-content-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1224px;
  box-sizing: border-box;
  padding: 72px 72px;
  white-space: nowrap;
}

.msr-content-section.card-section + .msr-content-section {
  padding-top: 0;
}

.msr-content-section * {
  white-space: normal;
}

.msr-content-section div {
  white-space: normal;
}

section.msr-two-col > * {
  width: 50%;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-right: 72px;
  white-space: normal;
  vertical-align: top;
}

section.msr-two-col > .msr-home-info-image.image-right {
  padding-left: 72px;
  padding-right: 0;
}

ul.icon-list {
  padding: 0;
}

.msr-home-info p {
  line-height: 32px;
  padding-bottom: 10px;
}

.msr-home-info-image img {
  width: 100%;
  height: auto;
}

ul.icon-list li {
  list-style-type: none;
  margin: 0;
  padding: 16px 0 16px 36px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0px 21px;
  max-width: 320px;
}

ul.icon-list li[data-icon="hours"] {
  background-image: url(../img/icon-hours.svg);
}

ul.icon-list li[data-icon="pin"] {
  background-image: url(../img/icon-pin.svg);
}

ul.icon-list li[data-icon="ticket"] {
  background-image: url(../img/icon-ticket.svg);
}

.msr-light-blue {
  background-color: #EDF2F1;
}

.msr-beige {
  background-color: #FAF9F2;
}

div.msr-featured-cards {
  white-space: nowrap;
}

div.msr-featured-cards > * {
  width: calc(33% - 16px);
  display: inline-block;
  height: auto;
  margin: 0 24px 0 0;
  white-space: normal;
  vertical-align: top;
}

div.msr-featured-cards > *:last-of-type {
  margin: 0 0 0 0;
}

a.msr-featured-card, a.msr-featured-card:hover {
  text-decoration: none;
}

.msr-home-content h3 {
  color: #3F4A5C;
  font-family: big-caslon-fb, serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}

.break-above {
  margin-top: 72px;
}

.msr-card-image {
  height: auto;
  padding-top: 76%;
  background: #D6DFDD;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.msr-featured-card .msr-card-description {
  height: auto;
  padding: 16px 0 0 0;
}

.msr-featured-card .msr-card-description > * {
  display: block;
}

.msr-tag {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1%;
  color: #79818F;
  text-transform: uppercase;
}

.msr-featured-card .msr-tag {
  margin-bottom: 6px;
}

.msr-card-title, .small-title {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  color: #2D3542;
}

.msr-article-row {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 48px;
  display: table;
}

.msr-article-row div, .msr-article-row * {
  white-space: normal;
}

.msr-article-row:last-of-type {
  margin-bottom: 0;
}

.msr-article-row-img {
  width: 33%;
  display: table-cell;
  padding-top: 28%;
  padding-right: 16px;
  position: relative;
  vertical-align: top;
}

.msr-article-row-img-content {
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  top: 0;
  width: auto;
  height: auto;
  background: #D6DFDD;
}

.msr-article-row-desc {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}


.msr-article-row-desc-inner {
  width: auto;
  padding-left: 36px;
  right: 0;
  height: auto;
  display: table-cell;
}

a.msr-article-read-more {
  display: block;
  width: auto;
  margin-top: 32px;
}

.msr-footer {
  background: #384A68;
  white-space: normal;
  color: white;
}

.msr-footer .small-title {
  color: white;
}

.msr-footer > div.msr-content-section > .msr-footer-section {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 72px;
}

/* Email form */
.msr-footer-section span.EMAIL-label {
  display: none;
}

.msr-footer-section .yikes-easy-mc-form input[type=email] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-width: 0 0 2px 0;
  border-color: white;
  border-radius: 0;
  color: white;
  border-style: solid;
  display: block;
  line-height: 24px;
  height: 64px;
  padding: 0;
  width: 100%;
}

.msr-footer-section .yikes-easy-mc-form input[type=email]::placeholder {
  color: rgba(255,255,255,0.7);
}

.msr-footer-section .yikes-easy-mc-form input[type=email]::-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
}

.msr-footer-section .yikes-easy-mc-form input[type=email]:focus {
  outline: none !important;
  border-color: #70D4FF;
}

.msr-footer-section .yikes-easy-mc-form.yikes-mailchimp-form-inline {
  position: relative;
}

.msr-footer-section .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAfklEQVR4Ae3YAQaAQBRF0ZYTBK3wS4gA0SJDogW8AOED9I2Xe1bwLsrMdAAAVJG0SArX8bte4TZ+VhZOAb2k4w8Rp3vEQMS3iLjcI0YiEiKIuEsj1E44BuQIAtoJPmLH3yjjGc9xmgsN43lW4WFL0uQ3PkdsfuNzxFo5HgCAB3w+lZeZRhGXAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: #061D46;
  /*background-color: transparent;
  border: 2px solid white;*/
  border-radius: 24px;
  color: transparent;
  content: "";
  font-size: 0;
  background-position: center;
  width: 44px;
}

.msr-content-section .yikes-easy-mc-form .empty-label {
  display: none;
}

.msr-content-section .yikes-easy-mc-form label.label-inline {
  float: none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.msr-content-section .yikes-easy-mc-form .submit-button-inline-label {
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
  display: block;
  width: 44px;
  overflow: hidden;
  min-width: 0;
  top: 9px;
  right: 0px;
  position: absolute;
  height: 40px;
}

.msr-footer > div.footer-main {
  padding-bottom: 0;
}

.msr-footer .footer-secondary {
  padding-top: 56px;
}


.msr-footer input[type="text"] {
  height: 64px;
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  line-height: 24px;
  color: white;
  box-shadow: none;
  border-bottom: 2px solid white;
  outline: none;
}

.msr-footer input[type="text"]::placeholder {
  color: rgba(255,255,255,0.65);
}

.msr-footer p {
  margin: 16px 0;
}

.msr-footer-section p:first-of-type {
  margin-top: 8px;
}

.msr-content-section div.msr-footer-links {
  white-space: nowrap;
}

.msr-footer-links .footer-link-section {
  width: 50%;
  display: inline-block;
}

.footer-link-section-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.msr-footer-links .footer-link-section ul {
  margin-top: 6px;
}

.msr-footer-links .footer-link-section ul li {
  list-style-type: none;
}

.msr-footer-links .footer-link-section ul li,
.msr-footer-links .footer-link-section ul li a {
  display: block;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
}

.copyright {
  font-size: 15px;
  text-align: center;
  opacity: 0.85;
  white-space: normal;
}

ul.msr-social-icons {
  white-space: nowrap;
  height: 32px;
  display: block;
  padding: 0;
  margin: 0;
  transform: translate3d(-4px,0,0);
}

ul.msr-social-icons li {
  list-style-type: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 8px;
}

ul.msr-social-icons li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  color: transparent;
  font-size: 0;
}

ul.msr-social-icons li[data-social="facebook"] a {
  background-image: url(../img/social-facebook.svg);
}

ul.msr-social-icons li[data-social="twitter"] a {
  background-image: url(../img/social-twitter.svg);
}

ul.msr-social-icons li[data-social="email"] a {
  background-image: url(../img/social-email.svg);
}

.msr-footer a {
  text-decoration: none;
  color: white;
  font-weight: 700;
}

.msr-footer ul.msr-nav-items {
  float: none;
}

.msr-footer ul.msr-nav-items > li:first-child > a {
  padding-left: 0;
}

.msr-footer ul.msr-nav-items, .msr-footer ul.msr-nav-items > li, .msr-footer ul.msr-nav-items > li > a {
  height: 32px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.msr-full {
  width: 100%;
}

.msr-menu-button {
  padding: 0;
  margin-left: 24px;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  float: right;
  cursor: pointer;
}

input#subnav {
  opacity: 0;
  position: absolute;
}

.nav-pri {
  float: right;
  margin-top: 21px;
}

.nav-search {
  position: absolute;
  z-index: 800;
  top: 0px;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  pointer-events: none;

}

.nav-search-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247,252,252,0);
  z-index: 900;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.3,1,0.3,1);
}

.nav-search, .nav-search fieldset, .nav-search input {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.nav-search input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjM0Y0QTVDIiBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  line-height: 36px;
  height: 36px;
  position: absolute;
  padding-top: 6px;
  padding-bottom: 6px;
  background-position: 12px center;
  padding-left: 44px;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  width: 60px;
  top: 20px;
  right: 174px;
  transition: all 0.3s cubic-bezier(0.3,1,0.3,1);
  will-change: box-shadow;
  border-radius: 4px;
  background-color: rgba(255,255,255,0);
  box-shadow: none;
  float: right;
  pointer-events: all;
  z-index: 1000;
  border: 1px solid rgba(0,0,0,0);
}

.nav-search input:focus, .nav-search input:active {
  width: 172px;
  font-weight: 600;
  outline: none;
  background-color: white;
  box-shadow: 0px 3px 12px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.17);
}

.nav-search input::placeholder {
  color: #3F4A5C;
}

.nav-search input:focus::placeholder, .nav-search input:active::placeholder {
  color: #989898;
}

.nav-search input:focus + .nav-search-form-bg {
  background: red;
  pointer-events: all;
  background-color: rgba(247,252,252,0.7);
}

.msr-card-box {
  background: #FFFFFF;
  /*box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #dedede;
  padding: 48px 0;
}

.cta-box-left, .cta-box-right {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cta-box-left {
  width: 66%;
  padding-left: 48px;
}

.cta-box-right {
  width: 33%;
  padding-left: 24px;
  text-align: center;
}

.live-map-image {
  background-image: url(../img/live-map.jpg);
}

.msr-card-fleet-image {
  background-image: url(../img/fleet-3.jpg);
}

@media(max-width: 1108px){
  nav.msr-main-nav ul.msr-nav-items li, .nav-search input {
    font-size: 16px;
  }

  .nav-search input {
    width: 54px;
  }
}

.footer-logo {
  background-image: url(../img/msr-shield.png);
  width: 88px;
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
  height: 96px;
  background-size: 88px 96px;
  background-repeat: no-repeat;
  background-position; center;
}

@media(max-width: 1077px){
  nav.msr-main-nav ul.msr-nav-items {
    background: #3F4A5C;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 90px;
    left: 0;
    margin-left: 0;

    pointer-events: none;
    opacity: 0;
    transform: translate3d(50%,0,0);
    padding: 32px 56px;
  }

  .nav-search {
    display: none;
  }
}

@media(max-width: 1076px){
  nav.msr-main-nav ul.msr-nav-items {
    background: #3F4A5C;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 90px;
    left: 0;
    margin-left: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(50%,0,0);
    padding: 32px 56px;
  }

  #subnav:checked ~ ul.msr-nav-items {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0,0,0);

  }

  ul.msr-nav-items > li {
    display: block;
    font-size: 24px;
  }

  ul.msr-nav-items > li > a {
    color: white;
  }

  .msr-content-section {
    padding: 64px 64px;
  }

  .msr-menu-button {
    display: block;
  }

  ul.icon-list li {
    max-width: none;
  }

  /*h1.msr-hero-title {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: normal;
  }*/

  h1.msr-hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .msr-home-content h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .msr-card-title, .small-title {
    font-size: 18px;
    line-height: 26px;
  }

  .msr-footer > div.msr-content-section > .msr-footer-section {
    padding-right: 48px;
  }

  .msr-footer > div.msr-content-section > .msr-footer-section.msr-footer-social {
    width: auto;
    padding-right: 24px;
  }

  .msr-footer > div.msr-content-section > .msr-footer-section.msr-footer-nav.msr-main-nav {
    width: auto;
  }

  /*h1.msr-hero-title {
    font-size: 46px;
    line-height: 52px;
    letter-spacing: normal;
  }*/


  .msr-article-row p {
    max-height: 96px;
    overflow: hidden;
  }

  section.msr-hero {
    background-position: 24% 50%;
  }

  .msr-hero-text {
    padding: 0 calc(52% + 52px) 0 64px;
  }
}

@media(max-width: 986px){
  section.msr-two-col > * {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }

  section.msr-two-col > .msr-home-info-image { display: none; }

  section.msr-two-col > *:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media(max-width: 848px){
  body {
    font-size: 16px;
    line-height: 22px;
  }

  /*h1.msr-hero-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: normal;
  }*/

  h2, .msr-home-content h3 {
    font-size: 26px;
    line-height: 30px;
  }


  .msr-article-row p {
    max-height: 66px;
  }

  a.msr-article-read-more {
    margin-top: 20px;
  }

  .msr-tag {
    font-size: 14px;
    line-height: 18px;
  }
}

@media(max-width: 768px){
  .msr-content-section {
    padding: 40px 40px;
  }

  .msr-hero-text .cta-set {
    white-space: normal;
  }

  div.msr-featured-cards > * {
    margin-right: 12px;
    width: calc(33% - 8px);
  }

  .live-map-image {
    background-image: url(../img/live-map-wide.jpg);
  }

  .msr-article-row-desc-inner {
    padding-left: 32px;
  }

  nav.msr-main-nav {
    height: 80px;
    padding: 0 16px;
  }

  nav.msr-main-nav ul.msr-nav-items {
    top: 80px;
  }

  .msr-hero-text {
    padding: 0 calc(50% + 12px) 0 64px;
    text-align: center;
  }

  nav.msr-main-nav a.msr-nav-logo {
    background-size: 163px 48px;
    width: 163px;
  }

  ul.msr-nav-items > li {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-pri {
    margin-top: 16px;
  }

  .msr-page {
    margin-top: 80px;
  }

  .msr-article-row {
    margin-bottom: 32px;
  }

  div.msr-featured-cards > * {
    width: calc(50% - 12px);
  }

  div.msr-featured-cards > *:first-child {
    width: 100%;
    display: block;
    margin-bottom: 48px;
  }

  div.msr-featured-cards > *:first-child .msr-card-image {
    width: 100%;
    padding-top: 45%;
  }

  .msr-article-row-img {
    padding-top: 34%;
  }

  .msr-article-row-img-content {
    right: 6px;
  }

  .msr-article-row-desc-inner {
    padding-left: 16px;
  }

  nav.msr-main-nav ul.msr-nav-items > li.nav-pri {
    display: none;
  }

  section.msr-hero {
    background-image: url(../img/header-s-no-wires.png);
    background-position: center bottom;
    color: #fff;
    height: 468px;
    max-height: none;
    min-height: none;
  }

  .msr-hero-text {
    padding: 0 40px;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 48px;
  }

  section.msr-hero a.cta-button {
    background: white;
    color: #264E90;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
  }

  section.msr-hero a.cta-button.secondary {
    background: rgba(12,49,111,0.3);
    box-shadow: 0px 3px 8px rgba(12,49,111,0.2);
    color: white;
    border-color: white;
    box-shadow: none;
  }

  .msr-content-section.card-section {
    padding-top: 0;
  }

  .msr-card-box {
    padding: 32px 0;
    transform: translate3d(0,0,0);
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .msr-content-section.card-section {
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cta-box-left {
    padding-left: 28px;
    margin-bottom: 32px;
    padding-right: 28px;
  }

  .cta-box-left, .cta-box-right {
    width: 100%;
    text-align: left;
  }

  .cta-box-right {
    padding-left: 28px;
  }

  .break-above {
    margin-top: 48px;
  }
}

@media(max-width: 698px){
  .msr-footer > div.msr-content-section.footer-main > .msr-footer-section {
    width: 100%;
    display: block;
  }

  .msr-footer > div.msr-content-section.footer-main > .msr-footer-section:first-of-type {
    margin-bottom: 48px;
  }
}

.mobile-only {
  display: none;
}

@media(max-width: 512px){
  div.msr-featured-cards > * {
    width: 100%;
    display: block;
    margin-bottom: 48px;
  }

  div.msr-featured-cards > *:first-child .msr-card-image {
    width: 100%;
    padding-top: 0;
  }

  div.msr-featured-cards > * .msr-card-image {
    width: 100%;
    padding-top: 0;
    height: 200px;
  }

  .cta-button.nav-pri {
    display: none;
  }

  ul.msr-nav-items > li.smallnav-only {
    display: block;
  }

  section.msr-hero {
    height: 404px;
  }

  /* div.msr-featured-cards > * {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 32px;
    position: relative;
    height: 128px;
  }

  div.msr-featured-cards > *:last-child {
    display: block;
    margin-bottom: 0;
  }

  .msr-card-image {
    display: block;
    width: 108px;
    height: 100%;
    padding-top: 0;
  } */

  .msr-article-row {
    display: block;
    margin-bottom: 48px;
  }

  .msr-card-title {
    font-size: 17px;
    line-height: 20px;
  }

  .msr-featured-card .msr-card-description {
    padding-top: 10px;
  }

  /*.msr-featured-card .msr-card-description {
    height: auto;
    display: inline-block;
    width: auto;
    position: absolute;
    left: 128px;
    right: 20px;
    top: 50%;
    padding: 0;
    transform: translate3d(0,-50%,0);
  }*/

  .msr-article-row-img {
    width: 100%;
    display: block;
    padding-top: 75%;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .msr-article-row-img-content {
    right: 0;
  }

  .msr-article-row-desc {
    display: block;
    width: 100%;
  }

  .msr-article-row-desc-inner {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    height: auto;
    top: auto;
    transform: none;
    padding-left: 0;
  }

  h1.msr-hero-title {
    font-size: 27px;
    line-height: 35px;
  }

  section.msr-hero a.cta-button {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  section.msr-hero a.cta-button.secondary {
    line-height: 40px;
  }

  span.mobile-only {
    display: inline;
  }

  .large-only {
    display: none;
  }
}

@media(max-width: 500px){
  .msr-content-section {
    padding: 36px 28px;
  }

  .msr-hero-text {
    padding: 0 28px;
  }

  /*section.msr-two-col > * {
    padding-bottom: 24px;
    margin-bottom: 36px;
  }

  section.msr-two-col > *:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }*/

  .msr-footer > div.msr-content-section > .msr-footer-section {
    padding-right: 0;
  }

  .msr-footer > div.msr-content-section > .msr-footer-section.msr-footer-nav.msr-main-nav {
    display: none;
  }

  .msr-footer > div.footer-secondary {
    padding-top: 28px;
  }

  ul.msr-nav-items > li {
    font-size: 20px;
  }

  nav.msr-main-nav ul.msr-nav-items {
    padding: 16px 8px;
  }
}

.msr-content-section.card-section {
  padding-top: 0;
}

.closed-notice {
  background: #E29BA8;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 24px;
}

.closed-notice .notice-inner {
  margin: 0 auto;
  text-align: center;
}

.closed-notice span {
  color: #2f2f2f;
  font-weight: 700;
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/msr-theme-2019/img/info.svg);
  display: inline-block;
}

.closed-notice span a {
  color: #2f2f2f;
  font-weight: 700;
  text-decoration: underline;
}

@media(max-width: 782px){
  .closed-notice .notice-inner {
    text-align: left;
  }

  .closed-notice span {
    padding-left: 44px;
  }
}

@media(min-width: 769px){

  .single-product .woocommerce img, .woocommerce-page img {
    max-width: 48%;
  }
}

