@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
  background: #1d2022;
  color: #494949;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}

/* fixed header/footer variable content height */
.mainContentWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* ios smooth scrolling */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

a, li {
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}

.row {
  max-width: 1170px;
  position: relative;
}

p {
  font-size: 1em;
}

.button, button {
  margin: 0;
  padding: 0.8em 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover, button:hover {
  text-decoration: none;
}
.button.small, button.small {
  padding: 0.8em 1.5em;
}
.button.tiny, button.tiny {
  font-size: 0.75em;
  padding: 0.2em 0.9em 0.5em;
}
.button.blue, button.blue {
  background: #315D76;
  color: white;
}
.button.blue:hover, button.blue:hover {
  background: #1b3240;
}
.button.orange, button.orange {
  background: #CF813E;
  color: white;
}
.button.orange:hover, button.orange:hover {
  background: #9a5c26;
}

blockquote {
  border: none;
}

/* BEGIN: Tables ------------------------------------------- */
table {
  background: none;
  border: none;
  margin: 0;
}
table tr td {
  vertical-align: top;
}
table.noStyle tr td {
  padding: 0;
}

/* BEGIN: Forms ------------------------------------------- */
label {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}

input[type="text"] {
  height: auto;
}

input[type="checkbox"], input[type="radio"] {
  margin-bottom: 0;
}

input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.checkbox input[type="checkbox"] {
  vertical-align: top;
}
.checkbox label {
  line-height: 1;
  margin-right: 0 !important;
  width: 79%;
  vertical-align: top !important;
}

.formWrapper {
  margin-bottom: 20px;
}
.formWrapper input[type="text"],
.formWrapper input[type="email"],
.formWrapper input[type="password"] {
  margin-bottom: 5px;
}
.formWrapper .field {
  margin-bottom: 10px;
}

.ErrMsg {
  background: #cc0000;
  color: white;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}

/* BEGIN: Header ------------------------------------------- */
.brand {
  background: url("/images/discover-beautiful-rhode-island.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  float: left;
  width: 151px;
  height: 184px;
  text-indent: -9999px;
  position: relative;
  top: 22px;
}

.MenuBar {
  background: rgba(255, 255, 255, 0.9);
  float: right;
  height: 48px;
  margin-top: 22px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.MenuBar ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MenuBar ul > li {
  display: block;
  position: relative;
  float: left;
}
.MenuBar ul > li a {
  display: block;
  padding: 20px 15px 15px;
  font-size: 15px;
  color: #363636;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 20;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.MenuBar ul > li:hover > a {
  background: #f9f9fa;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.MenuBar .Submenu {
  background: #f9f9fa url(/images/menu-sub-bg.png) no-repeat;
  background-position: right top;
  background-size: 70% 11px;
  position: absolute;
  padding: 11px 26px;
  border: 1px solid #bcbcbc;
  top: 54px;
  left: -10px;
  z-index: 10;
  width: 412px;
  display: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0 0 5px 5px;
}
.MenuBar .Submenu li {
  float: none;
}
.MenuBar .Submenu li a {
  border: none;
  font-size: 12px;
  padding: 0;
  text-transform: none;
}
.MenuBar .Submenu li a:hover {
  background: none;
  border: none;
  text-decoration: underline;
}
.MenuBar .Submenu.SingleCol {
  width: 200px;
}
.MenuBar .Submenu .colList {
  float: left;
}
.MenuBar .Submenu .colList + .colList {
  margin-left: 40px;
}
.MenuBar .Home {
  display: inline-block;
  float: left;
  left: -18px;
  position: relative;
  top: 4px;
}
.MenuBar .Menu {
  float: left;
  position: relative;
  top: -6px;
  padding-right: 10px;
}
.MenuBar .SocialMedia {
  float: left;
  margin-left: 20px;
}
.MenuBar .SocialMedia > ul > li:hover > a {
  background: none;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.MenuBar .SocialMedia > ul > li > a {
  padding: 14px 5px 0;
}
.MenuBar .SocialMedia a.TabFacebook span,
.MenuBar .SocialMedia a.TabTwitter span {
  display: none;
}
.MenuBar .SocialMedia a.TabFacebook:hover,
.MenuBar .SocialMedia a.TabTwitter:hover {
  background: #f9f9fa;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
}
.MenuBar .SocialMedia a.TabFacebook:hover span,
.MenuBar .SocialMedia a.TabTwitter:hover span {
  display: block;
  font-size: 10px;
  text-align: center;
}
.MenuBar .SocialMedia a.TabFacebook.Active,
.MenuBar .SocialMedia a.TabTwitter.Active {
  background: #f9f9fa;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  padding: 14px 5px 8px;
}
.MenuBar .SocialMedia a.TabFacebook.Active span,
.MenuBar .SocialMedia a.TabTwitter.Active span {
  display: none;
}
.MenuBar .SocialMedia .Submenu {
  background: #f9f9fa url(/images/menu-subright-bg.png) no-repeat;
  background-position: left top;
  background-size: 65% 11px;
  width: 350px;
  left: -306px;
  padding-bottom: 10px;
  padding-left: 13px;
}

.Menu > ul > li:hover .Submenu {
  display: block;
}

.Submenu > div {
  float: left;
  font-size: 12px;
  color: #363636;
}

.Submenu > div:first-child {
  margin-right: 40px;
}

.Menu > ul > li > div.SingleCol {
  width: 180px;
}

.Menu > ul > li > div.SingleCol div:first-child {
  margin: 0;
}

/*.SocialArrow {
	position:absolute;
	width:40px;	

	height:66px;
	background:transparent url(/images/social-open.png) no-repeat;
	
	background-position:center center;
	top:3px;
	left:0;
	display:none;
	z-index:0;
}*/
.pure-pusher {
  background: none;
}

.pure-toggle-label {
  display: none;
}

.pure-drawer {
  background: #00315c;
}
.pure-drawer .Submenu > div {
  float: none;
}
.pure-drawer .Submenu > div:first-child {
  margin-right: inherit;
}
.pure-drawer .socialMedia {
  list-style-type: none;
  margin: 25px 0 0 15px;
}
.pure-drawer .socialMedia li {
  display: inline-block;
}
.pure-drawer .socialMedia li + li {
  margin-left: 4px;
}

/* BEGIN: Homepage ------------------------------------------- */
.HomeContent {
  margin: 229px 15px 0;
}

/* HOME SECTIONS */
.HomeSection {
  position: relative;
}
.HomeSection h1 {
  background: #e0e9f0;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 0 -27px;
  padding: 0 0 0 27px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.HomeSection h1 > span {
  display: none;
}
.HomeSection .sliderNav {
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 0;
}

.articles {
  margin: 15px 0;
}
.articles .article {
  padding: 5px;
}

#WhosCookingArticles .Image {
  height: 192px;
  overflow: hidden;
}

.YourRhodeIsland {
  margin: 15px 0;
  padding: 0 5px;
}
.YourRhodeIsland img {
  margin-bottom: 5px;
  width: 100%;
}

/* FEATURED EVENT */
.FeaturedEvent,
.FeaturedChef {
  position: relative;
  margin-top: 20px;
  margin-bottom: 38px;
}
.FeaturedEvent .Heading,
.FeaturedChef .Heading {
  position: absolute;
  left: -6px;
  top: -47px;
}
.FeaturedEvent .Image,
.FeaturedChef .Image {
  float: left;
  margin-right: 6px;
}
.FeaturedEvent .Details,
.FeaturedChef .Details {
  font-size: 12px;
}
.FeaturedEvent .Details a,
.FeaturedChef .Details a {
  display: block;
}

.FeaturedChef {
  margin-top: 0;
  /*&.owl-carousel .owl-item img{
      width: auto;
  }*/
}

iframe {
  border: none;
}

.vacationPopupModal {
  left: 0;
  margin: 0 auto;
  max-width: 540px;
  right: 0;
}

.vacationPopup {
  border: 4px solid #6989a2;
  background: #f9faff;
  padding-bottom: 15px;
}
.vacationPopup label {
  font-size: 11px;
}
.vacationPopup input[type="text"], .vacationPopup input[type="password"], .vacationPopup input[type="date"], .vacationPopup input[type="datetime"], .vacationPopup input[type="datetime-local"], .vacationPopup input[type="month"], .vacationPopup input[type="week"], .vacationPopup input[type="email"], .vacationPopup input[type="number"], .vacationPopup input[type="search"], .vacationPopup input[type="tel"], .vacationPopup input[type="time"], .vacationPopup input[type="url"], .vacationPopup input[type="color"], .vacationPopup textarea {
  height: 1.8rem;
  margin: 0 0 3px;
}

.reveal-modal .close-reveal-modal {
  font-size: 2rem;
  right: .5rem;
  top: .5rem;
}

/* BEGIN: Content ------------------------------------------- */
.Content {
  background: #fff;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  zoom: 1;
}

.contentLeft {
  border-right: 1px solid #e6e7e7;
  /*&:after{
      background: #e6e7e7;
      content: " ";
      display: block;
      height: 120%;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
  }*/
}

.SubContent .Content {
  padding: 20px 20px 40px;
}
.SubContent .Content .risca {
  float: right;
}

#TheArtsCalendar .FeaturedEvents {
  margin-bottom: 20px;
}
#TheArtsCalendar .FeaturedEvents .FeaturedEvent {
  padding: 5px;
}
#TheArtsCalendar .FeaturedEvents .EventImage a img {
  margin-bottom: 20px;
}
#TheArtsCalendar .FeaturedEvents .sliderNav {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 0;
}
#TheArtsCalendar #FeaturedEvent2 .EventImage a img {
  margin-bottom: 20px;
  width: 100%;
}
#TheArtsCalendar .category {
  margin-bottom: 4px;
}
#TheArtsCalendar .category label {
  font-size: 12px;
  line-height: 1.2;
}

.searchToggle {
  display: none;
}

.RISCAEvent {
  display: block;
  vertical-align: top;
  text-align: center;
  font-size: 9px !important;
  text-transform: uppercase;
  width: 75px;
}
.RISCAEvent img {
  margin: auto;
  width: auto !important;
}

.EventSearchBox {
  color: #464F11;
  background: #f2efe6;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.EventSearchBox strong {
  display: block;
  margin-bottom: 5px;
}

.Event {
  margin: 15px 0;
}

/* Blog */
.entry {
  margin-bottom: 20px;
}

/* SIDEBAR PROMOTIONS */
.SidebarPromotions {
  margin-top: 30px;
}
.SidebarPromotions .Promo {
  margin-bottom: 14px;
  /*img{
      width: 100%;
  }*/
}

/* LANDING PAGE */
.landingHeaderImg {
  position: relative;
  top: -35px;
}

.LandingPageBoxes {
  clear: both;
}

.AreaBox {
  margin-bottom: 20px;
}
.AreaBox a {
  font-weight: bold;
  text-decoration: none;
}
.AreaBox a:hover {
  text-decoration: underline;
}
.AreaBox .go {
  left: -5px;
  margin-top: 10px;
  position: relative;
}

.PropInfo {
  margin: 10px 0px;
  clear: both;
  padding: 10px 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.PropInfo .legendToggle {
  background: #236093;
  color: white;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px;
}
.PropInfo .legendToggle:hover {
  text-decoration: none;
}
.PropInfo .iconLegend {
  display: none;
}
.PropInfo .iconLegend .large-4 {
  margin-bottom: 5px;
}
.PropInfo .iconLegend img, .PropInfo .iconLegend span {
  display: inline-block;
  float: left;
}
.PropInfo .iconLegend span {
  line-height: 1;
  margin-left: 5px;
  margin-top: 8px;
  width: 79%;
}

.propertylist .listName {
  float: left;
}
.propertylist .featureIconWrap {
  float: right;
  position: relative;
  top: 5px;
}
.propertylist .featureIconWrap img {
  float: right;
}

/* Videos */
.Video {
  background: #f1f1f1;
  padding: 5px;
}
.Video h3 {
  font-size: 1.2em;
  margin: 0;
  padding: 10px 10px 5px;
}
.Video img {
  width: 100%;
}
.Video a:hover {
  text-decoration: none;
}
.Video.VideoActive {
  background: #cf813e;
}
.Video.VideoActive h3 {
  color: white;
}

/* BEGIN: Footer ------------------------------------------- */
footer .footerTop {
  color: #fff;
  background: #236093 url(/images/footer-bg.jpg) no-repeat;
  background-position: center bottom;
  border-top: 1px solid #4c7ea7;
  padding-bottom: 15px;
  padding-top: 15px;
}
footer .footerTop .row {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footerTop .Links {
  float: left;
  width: 25%;
  font-size: 12px;
}
footer .footerTop .Links h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 5px;
}
footer .footerTop .Links a {
  color: #bcc9d8;
  display: block;
}
footer .footerBottom {
  background: #6d6c6d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmM2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzU3NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #6d6c6d 0%, #575758 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6c6d), color-stop(100%, #575758));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6d6c6d 0%, #575758 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6d6c6d 0%, #575758 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6d6c6d 0%, #575758 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6d6c6d 0%, #575758 100%);
  /* W3C */
  border-top: 1px solid #8a8a8a;
  color: #b3b3b3;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footerBottom .row {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footerBottom .Links {
  float: left;
}
footer .footerBottom .Links a {
  color: #fff;
  font-size: 12px;
}
footer .footerBottom .Links span {
  padding: 0 9px;
}
footer .footerBottom .Copyright {
  float: right;
  text-align: right;
  font-size: 12px;
}
footer .footerBottom .Copyright strong {
  color: #fff;
}
footer .footerBottom .Copyright a {
  color: #b3b3b3;
}

.VRILogo {
  border-left: 1px solid #497da8;
  font-size: 11px;
  color: #bcc9d8;
  line-height: 14px;
}
.VRILogo img {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.VRILogo strong {
  color: #fff;
}
.VRILogo a {
  color: #fff;
}

/* BEGIN: Extra Responsiveness ------------------------------------------- */
@media only screen and (max-width: 999px) {
  .landingHeaderImg {
    top: auto;
  }

  .searchToggle {
    background: #236093;
    color: white;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px;
  }
  .searchToggle:hover {
    color: white;
    text-decoration: none;
  }

  #TheArtsCalendar > form > div > .row .large-3,
  #TheArtsCalendar > form > div > .row .large-9 {
    float: none;
    width: 100%;
  }

  #WhosCookingRI .row .large-3,
  #WhosCookingRI .row .large-9 {
    float: none;
    width: 100%;
  }

  .searchWrap {
    display: none;
    float: none;
  }
}
@media only screen and (max-width: 949px) {
  .pure-toggle-label {
    color: #225F92;
    display: inline-block;
    float: left;
    left: -20px !important;
    top: 3px;
    padding: 10px 12px;
    position: relative;
    right: auto !important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #d7d8e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #d7d8e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #d7d8e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #d7d8e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #d7d8e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #d7d8e2 100%);
    /* W3C */
  }
  .pure-toggle-label i {
    color: #708195;
    font-size: 1.5em;
  }
  .pure-toggle-label span {
    display: none;
  }

  .MenuBar .Home,
  .MenuBar .Menu > ul {
    display: none;
  }
  .MenuBar .SocialMedia {
    margin-left: 0;
  }

  .SubContent .Content .risca {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 848px) {
  .contentLeft {
    border-right: none;
    border-bottom: 1px solid #e6e7e7;
    padding-bottom: 25px;
  }

  .contentRight {
    padding-top: 15px;
  }

  .PickOfTheWeek .large-3 {
    width: 30%;
  }
  .PickOfTheWeek .large-9 {
    width: 70%;
  }
  .PickOfTheWeek .EventImage {
    position: relative;
    top: auto;
    left: auto;
  }
  .PickOfTheWeek .EventImage img {
    width: auto;
  }
  .PickOfTheWeek .RIMonthlyLogo {
    top: auto;
  }

  .YourRhodeIsland .large-4 {
    margin-bottom: 25px;
    width: 33.333%;
  }

  .FeaturedEvent .Heading {
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }

  .propertylist .listName,
  .propertylist .featureIconWrap {
    float: none;
    top: auto;
  }
  .propertylist .listName img,
  .propertylist .featureIconWrap img {
    float: none;
  }

  .NumberOfResults {
    text-align: left !important;
  }

  #SubmitEventLine_Categories > .category {
    width: 33.333%;
  }

  .HeritageLeft {
    border-right: none;
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    width: 100%;
  }

  .HeritageRight {
    float: none;
    width: 100%;
  }
  .HeritageRight a {
    word-break: break-word;
  }

  .Video {
    margin-bottom: 15px;
  }

  .mylistings-content {
    margin-top: 25px;
  }

  .listing-image {
    margin-bottom: 10px;
  }

  .VRILogo {
    border-left: none;
    border-top: 1px solid #497da8;
    margin-top: 20px;
    padding-top: 20px;
  }

  footer .footerBottom .Links,
  footer .footerBottom .Copyright {
    float: none;
  }
  footer .footerBottom .Copyright {
    text-align: left;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 699px) {
  .brand {
    width: 100px;
    height: 122px;
  }

  .HomeContent {
    margin: 100px 15px 0;
  }

  .SubContent .Content {
    padding: 20px 10px 40px;
  }

  footer .footerTop .Links {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  .MenuBar .SocialMedia {
    display: none;
  }

  header .Search {
    margin-left: -5px;
  }

  .YourRhodeIsland .large-4 {
    width: 100%;
  }

  #SubmitEventLine_Categories > .category {
    width: 50%;
  }
}
@media all and (max-width: 374px) {
  .brand {
    width: 75px;
    height: 92px;
  }
}
