@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
body {
  background: #c5ecf5 url(/images/waves-bg.jpg) repeat;
  color: #494949;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.disclaimer {
	font-size:9pt;
	font-style:italic;
	margin-top:20px;
	color:#666;
}

/* 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: 'Raleway', sans-serif;
}

a, li {
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}

.row {
  max-width: 1300px;
  position: relative;
}

p {
  font-size: 1em;
}

.button, button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0.8em 1.5em;
  /*
  &.blue{
      background: #315D76;
      color: white;
      &:hover{
          background: darken(#315D76,15%);
      }
  }
  &.orange{
      background: #CF813E;
      color: white;
      &:hover{
          background: darken(#CF813E,15%);
      }
  }*/
}
.button:hover, button:hover {
  text-decoration: none;
}
.button.small, button.small {
  font-size: 0.9rem;
  padding: 0.7em 1.3em;
}
.button.tiny, button.tiny {
  font-size: 0.75em;
  padding: 0.2em 0.9em 0.5em;
}
.button.lightgray, button.lightgray {
  background: #eaf0f2;
  border-bottom: 4px solid #81b1de;
  color: #313036;
}
.button.lightgray:hover, button.lightgray:hover {
  background: #cadadf;
}
.button.red, button.red {
  background: white;
  border-bottom: 4px solid #f15a23;
  color: #f15a23;
}
.button.red:hover, button.red:hover {
  background: #e6e6e6;
}
.button.redAlt, button.redAlt {
  background: #f15a23;
  border-bottom: 4px solid #fdb530;
  color: white;
}
.button.redAlt:hover, button.redAlt:hover {
  background: #d4420d;
}
.button.blue, button.blue {
  background: #81b1de;
  border-bottom: 4px solid #42499d;
  color: white;
}
.button.blue:hover, button.blue:hover {
  background: #5998d3;
}

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;
}

.checkbox input[type="checkbox"] {
  vertical-align: top;
}
.checkbox label {
  line-height: 1;
  margin-right: 0 !important;
  width: 79%;
  vertical-align: top !important;
}

.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;
  margin-bottom: 20px;
}

/* BEGIN: Header ------------------------------------------- */
.brand {
  background: white url("/images/logo.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  float: left;
  width: 135px;
  height: 135px;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 20;
}

.menuSearch {
  margin: 15px;
}
.menuSearch input[type="text"] {
  border: 1px solid #CBD0D2;
  float: left;
  width: 80%;
  margin: 0;
  height: 35px;
}
.menuSearch button {
  background: #42499d;
  border: none;
  color: white;
  float: left;
  width: 20%;
  height: 35px;
  padding: 2px 0 0;
  text-align: center;
}

.Header {
  margin: 0 15px;
}

.MenuBar {
  background: white;
  float: left;
  padding-left: 210px;
  padding-right: 50px;
  position: relative;
}
.MenuBar .Menu > ul > li + li {
  margin-left: 65px;
}
.MenuBar ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.MenuBar ul > li {
  display: block;
  float: left;
}
.MenuBar ul > li a {
  border-bottom: 12px solid transparent;
  display: block;
  padding: 25px 0 13px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #42499d;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 20;
}
.MenuBar ul > li:hover > a {
  border-bottom: 12px solid #fdb530;
}
.MenuBar .Submenu {
  background: white;
  border-bottom: 6px solid #fdb530;
  position: absolute;
  padding: 11px 0 30px 211px;
  top: 68px;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s 0.5s;
  transition: 0.2s 0.5s;
}
.MenuBar .Submenu ul {
  border-left: 1px solid #81b1de;
  padding-left: 15px;
}
.MenuBar .Submenu li {
  float: none;
}
.MenuBar .Submenu li a {
  border: none;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}
.MenuBar .Submenu li a:hover {
  background: none;
  border: none;
  text-decoration: underline;
}
.MenuBar .Submenu li + li {
  margin-top: 5px;
}
.MenuBar .Submenu .colList {
  float: left;
}
.MenuBar .Submenu .colList a + a {
  margin-top: 5px;
}
.MenuBar .Submenu .colList + .colList {
  margin-left: 40px;
}
.MenuBar .Home {
  display: inline-block;
  float: left;
  left: -18px;
  position: relative;
  top: 4px;
}

.Menu > ul > li:hover .Submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.Submenu > div {
  float: left;
  font-size: 12px;
  color: #363636;
}

.Submenu > div:first-child {
  margin-right: 40px;
}

.Menu > ul > li > div.SingleCol div:first-child {
  margin: 0;
}

.utilityBar {
  float: right;
    /*.SocialMedia {
	    float:left;
	    margin-left:20px;

        > ul > li{
            &:hover{
                > a{
                    background: none;
                    border-top: 1px solid transparent;
                    border-right: 1px solid transparent;
                    border-left: 1px solid transparent;
                }
            }
            > a{
                padding:14px 5px 0;
            }
        }

        a.TabFacebook,
        a.TabTwitter{
            span{
                display: none;
            }
            
            &:hover{
                background:#f9f9fa;
                border-top: 1px solid #bcbcbc;
                border-right: 1px solid #bcbcbc;
                border-left: 1px solid #bcbcbc;

                span{
                    display: block;
                    font-size: 10px;
                    text-align: center;
                }
            }
            &.Active{
                background:#f9f9fa;
                border-top: 1px solid #bcbcbc;
                border-right: 1px solid #bcbcbc;
                border-left: 1px solid #bcbcbc;
                padding: 14px 5px 8px;
                span{
                    display: none;
                }
            }
        }

        .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;
        }
    }*/
}
.utilityBar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.utilityBar ul li {
  display: inline-block;
}
.utilityBar ul li a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 22px 15px 20px;
  text-transform: uppercase;
}
.utilityBar ul li a span {
  font-size: 11px;
  position: relative;
  top: -3px;
}
.utilityBar ul li a i {
  font-size: 18px;
}
.utilityBar ul li a:hover {
  text-decoration: none;
}

#headSearch {
  display: none;
  margin: 0 15px;
}
#headSearch input[type="text"] {
  background: #81b1de;
  color: white;
  border: none;
  height: 77px;
  float: left;
  font-size: 1.5em;
  margin: 0;
  padding: 1em;
  width: 80%;
}
#headSearch input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}
#headSearch input[type="text"]:-moz-placeholder {
  color: #fff !important;
}
#headSearch input[type="text"]::-moz-placeholder {
  color: #fff !important;
}
#headSearch input[type="text"]:-ms-input-placeholder {
  color: #fff !important;
}
#headSearch input[type="submit"] {
  background: #f15a23;
  color: white;
  border: medium none;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  height: 77px;
  padding: 0.82em;
  text-transform: uppercase;
  width: 20%;
}

.Search {
    /*input.Search {
	    padding:0px 9px;
	    width:100px;
	    height:34px;
	    line-height:34px;
	    font-size:15px;
	    border:0;
	    color:#747474;
	    background:transparent url(/images/searchbg.png) no-repeat;
	    float:left;
	    display:block;
    }
    input.SearchActive { 
	    color:#747474;
    }
    input.SearchBtn {
	    padding:0px 9px;
	    width:47px;
	    height:34px;
	    line-height:34px;
	    font-size:15px;
	    border:0px;
	    color:#747474;
	    background:transparent url(/images/search-btn.png) no-repeat;
	    float:left;
	    display:block;
	    text-indent:-9999px;
	    cursor:pointer;
    }*/
}

/*.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: white;
  border-right: 6px solid #fdb530;
}
.pure-drawer .Submenu > div {
  float: none;
}
.pure-drawer .Submenu > div:first-child {
  margin-right: inherit;
}
.pure-drawer .social {
  margin: 20px 0 0 17px;
}

.Submenu.SingleCol.has-sub,
.Submenu.DoubleCol.has-sub {
  padding-left: 17px;
}

.Submenu.SingleCol.has-sub li + li {
  margin-top: 10px !important;
}

.Submenu.DoubleCol.has-sub .colList a + a {
  margin-top: 10px !important;
}

#mainMenuSidebar > ul > li > a,
#mainMenuSidebar > ul > li:hover > a {
  color: #42499d;
}

#mainMenuSidebar.small-screen ul ul {
  border-left: 1px solid #81b1de;
  margin-bottom: 15px;
}

#mainMenuSidebar.small-screen ul ul li a {
  background: none;
  color: #42499d;
  padding: 0 15px;
  font-size: 14px;
}
#mainMenuSidebar.small-screen ul ul li a:hover {
  color: #42499d;
}

#mainMenuSidebar.small-screen > ul > li {
  border-bottom: 1px solid #fdb530;
}

#mainMenuSidebar.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#mainMenuSidebar.small-screen .submenu-button:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #81b1de;
  content: "\e909";
  position: absolute;
  display: block;
  font-size: 1.2em;
  top: 13px;
  left: 13px;
}
#mainMenuSidebar.small-screen .submenu-button.submenu-opened:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #81b1de;
  content: "\e90a";
  position: absolute;
  display: block;
  font-size: 1.2em;
  top: 13px;
  left: 13px;
}

/* BEGIN: Homepage ------------------------------------------- */
.HomeContent {
  margin: 0 15px 0;
}

#homeContentWrap {
  background: white;
}

/* HOME SECTIONS */
.bttrlazyloading-wrapper {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.bttrlazyloading-clone,
.bttrlazyloading {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

.bttrlazyloading-loaded {
  background-image: none !important;
}

#hero .slick-dots {
  bottom: 20px;
  margin: 0;
}
#hero .slick-dots li.slick-active button:before {
  opacity: 1;
}
#hero .slick-dots li button:before {
  font-size: 18px;
  opacity: 0.5;
}
#hero .slick-dots li button:before,
#hero .slick-dots li.slick-active button:before {
  color: white;
}

#riMonthly {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

/* PICK OF THE WEEK */
.PickOfTheWeek {
  padding: 15px 15px 30px;
  position: relative;
    /*.EventImage {
	    position:absolute;
	    left:14px;
	    top:-78px;
	    z-index:1;

        img {
	        -webkit-transform: rotate(-5deg); 
	        -moz-transform: rotate(-5deg);
	        -ms-transform: rotate(-5deg);
	        -o-transform: rotate(-5deg);
	        transform: rotate(-5deg);
            width: 100%;
        }
    }
    .RIMonthlyLogo {
	    position:relative;
        //top: 55px;
	    z-index:5;
    }
    .Details {
	    font-size:13px;

        h1 {
	        font-size:20px;
	        font-weight:normal;
	        margin:0px;
	        padding:0px;
	        line-height:100%;
        }
        .DateTime {
	        color:#7c7c7c;
	        margin-top:4px;
        }
        .Summary {
	        color:#3e3e3e;
        }
    }*/
}

#upcomingEvents .actions {
  margin-bottom: 25px;
}
#upcomingEvents #selectEvent {
  display: inline-block;
  position: relative;
}
#upcomingEvents #selectEvent .Calendar {
  display: none;
  left: 0;
  position: absolute;
  top: 25px;
  width: 300px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#upcomingEvents h1 {
  background: #81b1de;
  color: white;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 70px;
}
#upcomingEvents .button.date {
  padding-left: 3.3em;
}
#upcomingEvents .button.date i {
  color: #81b1de;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 8px;
}

#ArtsArticles {
  display: none;
  padding: 0 15px;
}
#ArtsArticles .article {
  text-align: center;
        /*img{
            border: 5px solid white;
            margin: auto;
            width: 230px;
            height: 230px;

            transition:all 0.2s ease 0s;
	        -webkit-transition: .2s;
	        -moz-transition: .2s;
	        -o-transition: .2s;

            -webkit-box-shadow: 0px 0px 0px 5px rgba(223,235,247,1);
            -moz-box-shadow: 0px 0px 0px 5px rgba(223,235,247,1);
            box-shadow: 0px 0px 0px 5px rgba(223,235,247,1);

            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }*/
}
#ArtsArticles .article .Image {
  margin-bottom: 20px;
  padding-top: 5px;
}
#ArtsArticles .article .Image a {
  background: #81b1de;
  display: block;
  border: 5px solid white;
  overflow: hidden;
  width: 230px;
  height: 230px;
  margin: auto;
  position: relative;
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-box-shadow: 0px 0px 0px 5px #dfebf7;
  -moz-box-shadow: 0px 0px 0px 5px #dfebf7;
  box-shadow: 0px 0px 0px 5px #dfebf7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#ArtsArticles .article .Image a i {
  position: absolute;
  color: white;
  font-size: 4em;
  top: 80px;
  left: 80px;
}
#ArtsArticles .article h2 {
  font-size: 18px;
  font-weight: 500;
}
#ArtsArticles .article h2 a {
  color: black;
}
#ArtsArticles .article .Details {
  font-size: 13px;
}
#ArtsArticles .article img {
  margin: auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 767px) {
  #ArtsArticles .article:hover .Image a {
    -webkit-box-shadow: 0px 0px 0px 10px #dfebf7;
    -moz-box-shadow: 0px 0px 0px 10px #dfebf7;
    box-shadow: 0px 0px 0px 10px #dfebf7;
  }
}
#ArtsArticles .slick-next {
  right: 10px;
}
#ArtsArticles .slick-prev {
  left: 10px;
}

.slick-next, .slick-prev {
  height: 45px;
}

.slick-next:before,
.slick-prev:before {
  color: #81b1de;
  font-family: 'icomoon' !important;
  font-size: 45px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  content: "\e901";
}

.slick-prev:before {
  content: "\e900";
}

.HomeSection {
  position: relative;
}
.HomeSection h1 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.HomeSection h1 > span {
  display: none;
}
.HomeSection .sliderNav {
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 0;
}

.articles .article {
  padding: 5px;
}

#WhosCookingArticles.articles .article {
  padding: 0;
}
#WhosCookingArticles .Image {
  display: inline-block;
  float: left;
  overflow: hidden;
}
#WhosCookingArticles .Image img {
  height: 310px;
  width: 310px;
}
#WhosCookingArticles .Details {
  background: #fdb530;
  color: #313036;
  height: 310px;
  margin-left: 310px;
  padding: 40px 50px;
  position: relative;
}
#WhosCookingArticles .Details:after {
  right: 100%;
  top: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(253, 181, 48, 0);
  border-right-color: #fdb530;
  border-width: 15px;
  margin-top: -15px;
}
#WhosCookingArticles .Details h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
#WhosCookingArticles .Details h2 a {
  color: #313036;
}
#WhosCookingArticles .Details .restaurant {
  font-size: 13px;
}
#WhosCookingArticles .Details .desc {
  font-family: 'Arvo', serif;
  font-size: 23px;
  margin: 20px 0;
}
#WhosCookingArticles .Details .button {
  font-size: 14px;
  float: right;
}
#WhosCookingArticles .slick-prev, #WhosCookingArticles .slick-next {
  height: 25px;
  top: 10%;
  transform: translate(0px, -10%);
}
#WhosCookingArticles .slick-prev:before, #WhosCookingArticles .slick-next:before {
  color: #f15a23;
  font-size: 25px;
}
#WhosCookingArticles .slick-next {
  right: 42px;
}
#WhosCookingArticles .slick-prev {
  left: auto;
  right: 60px;
  z-index: 1;
}

#DiscoverArticles {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
#DiscoverArticles .article {
  padding: 0;
  position: relative;
  height: 100%;
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}
#DiscoverArticles a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#DiscoverArticles h2 {
  color: white;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
#DiscoverArticles h2 span {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  margin-top: 5px;
  max-width: 95px;
}
#DiscoverArticles .Image {
  height: 100%;
}
#DiscoverArticles .Image img {
  height: 100%;
  width: 100%;
}
#DiscoverArticles .Details {
  bottom: 0;
  padding: 20px 60px 130px 20px;
  position: absolute;
  right: 0;
  height: 50%;
  width: 50%;
  overflow: hidden;
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}
#DiscoverArticles .Details:after {
  color: white;
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 45px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  display: block;
  position: absolute;
  top: 23px;
  right: -50px;
}
#DiscoverArticles .Details.yellow {
  background: rgba(253, 181, 48, 0.85);
}
#DiscoverArticles .Details.lightBlue {
  background: rgba(129, 177, 222, 0.85);
}
#DiscoverArticles .Details.red {
  background: rgba(241, 90, 35, 0.85);
}
#DiscoverArticles .Details.darkBlue {
  background: rgba(66, 73, 157, 0.85);
}
@media all and (min-width: 850px) {
  #DiscoverArticles .article:hover .Details {
    height: 100%;
    width: 100%;
  }
  #DiscoverArticles .article:hover .Details:after {
    right: 20px;
  }
  #DiscoverArticles .fillerTile {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }
  #DiscoverArticles .fillerTile.tile1 {
    background-image: url("/images/hp-fillerTile1.jpg");
  }
  #DiscoverArticles .fillerTile.tile2 {
    background-image: url("/images/hp-fillerTile2.jpg");
  }
}

.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 .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;
}
.FeaturedChef.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;
  zoom: 1;
}

.subContentWrap {
  background: white;
  padding: 35px;
}
.subContentWrap.noHead {
  padding: 100px 35px 40px;
}
.subContentWrap.xtraPadd {
  padding: 75px 100px;
}
.subContentWrap.tripplanner {
  padding-top: 0;
}
.subContentWrap #DiscoverArticles {
  padding: 0;
  margin: 0;
}

.SubContent .Content {
  padding: 20px 20px 40px;
}
.SubContent .Content .risca {
  float: right;
}
.SubContent #TheArtsCalendar form {
  margin-top: 40px;
}

#pageHeadWrap {
  margin-bottom: 15px;
}
#pageHeadWrap .pageDesc {
  background: #eaf0f2;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  padding: 30px 40px;
}
#pageHeadWrap .pageDesc p {
  font-size: 15px;
}

.Recipe {
  margin: 15px 0;
}

.RecipeImage {
  float: left;
  width: 70px;
}

.RecipeData {
  float: left;
  width: 75%;
}

#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;
}

#photoform {
  background: white;
  padding: 0 100px 50px;
  margin-top: -50px;
}
#photoform h2 {
  margin-top: 0;
}

/* Listings Page */
.filterToggle {
  background: #81b1de;
  color: white;
  cursor: pointer;
  font-size: 0.938em;
  font-weight: 600;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.filterToggle:after {
  border: 2px solid black;
  content: "\f00d";
  color: black;
  display: inline-block;
  font-size: 0.7em;
  font-family: FontAwesome;
  line-height: 1;
  height: 17px;
  width: 17px;
  padding: 1px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 10px;
  transition: all 0.2s ease 0s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.filterToggle.open:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listingFilters {
  background: #eaf0f2;
  border-bottom: 1px solid #d4e3e1;
  padding: 20px 50px;
}
.listingFilters strong {
  text-transform: uppercase;
}
.listingFilters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.listingFilters ul label {
  font-weight: 300;
}
.listingFilters .large-4 {
  border-right: 1px solid #b0cac7;
}
.listingFilters #featureFilter li {
  float: left;
  width: 33.3333%;
}
.listingFilters #regionFilter li,
.listingFilters #featureFilter li {
  overflow: hidden;
  margin-top: 8px;
}
.listingFilters #regionFilter li input[type="checkbox"],
.listingFilters #featureFilter li input[type="checkbox"] {
  float: left;
}
.listingFilters #regionFilter li label,
.listingFilters #featureFilter li label {
  float: left;
  margin-right: 0;
  width: 80%;
}
.listingFilters .large-4 {
  width: 22%;
}
.listingFilters .large-8 {
  width: 75%;
}

.listingsWrap {
  margin-top: 30px !important;
}

/* 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: 0 0 10px;
  clear: both;
  padding: 0 0 10px;
}
.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%;
}

.LoginWrapper,
.RegWrapper {
  background: white;
  padding: 0 20px 20px;
}

/*******************************
	DYNAMIC PROPERTY LISTINGS
*******************************/
.propertylist, .propertylist ul, .propertylist li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.propertylist {
    /*.featureIconWrap{
        float: right;
        position: relative;
        top: 5px;

        img{
            float: right;
        }
    }*/
}
.propertylist h2 {
  color: #1771a0;
  background: none;
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 100%;
  font-style: normal;
}
.propertylist li {
  margin-bottom: 25px;
}
.propertylist .listName {
  background: #eaf0f2;
  border-top: 8px solid #42499d;
  display: block;
  padding: 20px;
  margin-bottom: 15px;
  min-height: 225px;
  position: relative;
}
.propertylist .listName span {
  display: block;
  line-height: 1;
}
.propertylist .listName span.name {
  color: #42499d;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 5px;
}
.propertylist .listName span.location {
  color: #313036;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.propertylist .listName i {
  background: white;
  color: #42499d;
  display: block;
  text-align: center;
  padding: 7px 4px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.propertylist .listName:hover {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .propertylist .listName:hover {
    background: #42499d;
  }
  .propertylist .listName:hover span.name,
  .propertylist .listName:hover span.location {
    color: white;
  }
}

.SideMenu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.SideMenu a {
  color: #42499d;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.SideMenu a.selected:after {
  background: #fdb530;
  content: " ";
  display: inline-block;
  height: 100%;
  left: -10px;
  position: absolute;
  width: 3px;
}

/* 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;
}

/*******************************
	LANDING PAGES
*******************************/
#landingFeatured {
  margin: 30px 0;
}
#landingFeatured .block > a {
  display: inline-block;
  float: left;
  height: 144px;
  width: 144px;
}
#landingFeatured .block > div {
  background: white;
  height: 144px;
  margin-left: 144px;
  padding: 23px 30px;
}
#landingFeatured .block .title {
  color: #42499d;
  font-size: 23px;
  font-family: 'Arvo', serif;
  line-height: 1;
  margin-bottom: 15px;
}
#landingFeatured .block .button {
  padding: 0.4em 1.3em;
}

/* BEGIN: Footer ------------------------------------------- */
#footerTopBlocks {
  margin: 20px 0;
}
#footerTopBlocks .large-6:nth-child(1) {
  padding-left: 0;
}
#footerTopBlocks .large-6:nth-child(2) {
  padding-right: 0;
}
#footerTopBlocks .block > a {
  display: inline-block;
  float: left;
  height: 144px;
  width: 144px;
}
#footerTopBlocks .block > div {
  background: white;
  height: 144px;
  margin-left: 144px;
  padding: 49px 30px;
}
#footerTopBlocks .block .title {
  color: #42499d;
  font-size: 23px;
  font-family: 'Arvo', serif;
  float: left;
  line-height: 1;
}
#footerTopBlocks .block .title span {
  color: #313036;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-top: 5px;
}
#footerTopBlocks .block .actions {
  float: right;
  text-align: center;
}
#footerTopBlocks .block .actions .xtra {
  font-size: 13px;
}

.social {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.social li {
  display: inline-block;
}
.social li a {
  background: #42499d;
  color: white;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #333879;
}
.social li + li {
  margin-left: 7px;
}

footer {
  color: #42499d;
  margin-bottom: 25px;
}
footer .footerTop {
  background: white;
  padding: 60px 60px 40px;
}
footer .footerTop .row {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footerTop .Links {
  float: left;
  font-family: 'Open Sans', sans-serif;
  width: 25%;
  font-size: 12px;
}
footer .footerTop .Links h3 {
  color: #42499d;
  border-bottom: 2px solid #fdb530;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
footer .footerTop .Links a {
  color: #42499d;
  display: block;
}
footer .footerBottom {
  background: white;
  padding: 15px 60px 30px;
}
footer .footerBottom .row {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footerBottom .Links {
  float: left;
}
footer .footerBottom .Links a {
  color: #42499d;
  font-size: 12px;
}
footer .footerBottom .Links span {
  padding: 0 9px;
}
footer .footerBottom .Copyright {
  float: right;
  text-align: right;
  font-size: 12px;
}
footer .footerBottom .Copyright a {
  color: #42499d;
}

/*.VRILogo {
	border-left: 1px solid #497da8;
    font-size:11px;
	color:#bcc9d8;
	line-height:14px;

    img {
	    text-align:center;
	    display:block;
	    margin-bottom:10px;
    }
    strong {
	    color:#fff;
    }
    a{
        color:#fff;
    }
}*/
/* BEGIN: Extra Responsiveness ------------------------------------------- */
@media only screen and (max-width: 1299px) {
  #footerTopBlocks .block > div {
    padding: 15px;
    text-align: center;
  }
  #footerTopBlocks .block .title {
    float: none;
    margin-bottom: 10px;
  }
  #footerTopBlocks .block .actions {
    float: none;
  }
}
@media only screen and (max-width: 1149px) {
  #landingFeatured .block .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1099px) {
  #DiscoverArticles {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .footerTop {
    padding: 30px 0 40px;
  }
  footer .footerBottom {
    padding: 15px 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .brand {
    left: 15px;
  }

  .pure-toggle-label {
    background: #1771a0;
    display: inline-block;
    left: auto !important;
    margin: 0;
    padding: 16px 15px;
    position: relative;
    top: 2px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .pure-toggle-label i {
    color: white;
    font-size: 1.7em;
    line-height: .8;
  }
  .pure-toggle-label span {
    display: none;
  }

  .MenuBar {
    display: none;
  }

  .Header > .row {
    background: white;
  }
  .Header .Menu {
    display: none;
  }

  .utilityBar ul li:nth-child(3) {
    display: none;
  }

  #pageHeadWrap .largePhoto {
    display: none;
  }
  #pageHeadWrap .largePhoto + .large-6 {
    width: 100%;
  }
  #pageHeadWrap .largePhoto + .large-6 img {
    width: 100%;
  }

  .subContentWrap.noHead {
    padding: 70px 35px 40px;
  }

  .listingFilters {
    display: none;
  }
  .listingFilters .large-4 {
    width: 33.3333%;
  }
  .listingFilters .large-8 {
    width: 66.6667%;
  }
  .listingFilters #featureFilter li {
    width: 50%;
  }

  #landingFeatured .large-4 {
    float: none;
    width: 100%;
  }
  #landingFeatured .large-4 + .large-4 {
    margin-top: 20px;
  }

  #footerTopBlocks .large-6 {
    float: none;
    padding: 0;
    width: 100%;
  }
  #footerTopBlocks .large-6 + .large-6 {
    margin-top: 20px;
  }
}
@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) {
  .brand {
    width: 100px;
    height: 100px;
  }

  .MenuBar {
    padding-left: 155px;
  }

  #WhosCookingArticles .Details .desc {
    font-size: 18px;
  }

  .SubContent .Content .risca {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .listingsWrap .large-9, .listingsWrap .large-3 {
    width: 100%;
  }
  .listingsWrap .ListBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .listingsWrap .ListBox .large-4 {
    padding: 0 5px;
    width: 50%;
  }

  .propertylist .listName {
    min-height: 175px;
  }
}
@media only screen and (max-width: 848px) {
  #pageHeadWrap .largePhoto + .large-6 .row > .large-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 849px) {
  #DiscoverArticles .row > .large-4 {
    width: 50%;
  }
  #DiscoverArticles .tile1, #DiscoverArticles .tile2 {
    height: 0;
  }

  .contentLeft {
    border-right: none;
    border-bottom: 1px solid #e6e7e7;
    padding-bottom: 25px;
  }

  .contentRight {
    padding-top: 15px;
  }

  .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 (min-width: 601px) and (max-width: 799px) {
  #WhosCookingArticles .Image {
    width: 25%;
  }
  #WhosCookingArticles .Image img {
    width: auto;
    height: auto;
  }
  #WhosCookingArticles .Details {
    float: left;
    margin-left: 0;
    height: auto;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #hero img {
    width: 100%;
  }

  .subContentWrap {
    padding: 20px;
  }
  .subContentWrap.xtraPadd {
    padding: 35px;
  }

  #ContactForm,
  #photoform {
    padding: 0 35px 50px;
  }

  .listingFilters {
    padding: 20px;
  }
  .listingFilters .large-4 {
    width: 50%;
  }
  .listingFilters .large-8 {
    width: 50%;
  }
  .listingFilters #featureFilter li {
    width: 100%;
  }
  .listingFilters #regionFilter li label,
  .listingFilters #featureFilter li label {
    font-size: .75em;
    width: 75%;
  }
}
@media only screen and (max-width: 699px) {
  .SubContent .Content {
    padding: 20px 10px 40px;
  }

  footer .footerTop .Links {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 649px) {
  #upcomingEvents h1 {
    display: block;
    margin: 0 0 15px;
  }
  #upcomingEvents .actions {
    text-align: center;
  }
  #upcomingEvents #selectEvent .Calendar {
    left: -63px;
  }

  #DiscoverArticles h2 {
    font-size: 15px;
  }
  #DiscoverArticles .Details {
    height: 30%;
    padding: 20px 100px 110px 20px;
  }
}
@media all and (max-width: 600px) {
  #WhosCookingArticles {
    margin-bottom: 0;
  }
  #WhosCookingArticles .Image {
    background: #fdb530;
    display: block;
    float: none;
    padding: 20px 30px;
  }
  #WhosCookingArticles .Image img {
    width: 100%;
  }
  #WhosCookingArticles .Details {
    height: auto;
    float: none;
    margin: 0;
    padding: 10px 30px 70px;
  }
  #WhosCookingArticles .Details:after {
    bottom: auto;
    left: 70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(253, 181, 48, 0);
    border-bottom-color: #FDB530;
    border-width: 15px;
    margin-left: -15px;
    top: -35px;
  }
  #WhosCookingArticles .slick-next, #WhosCookingArticles .slick-prev {
    top: 87%;
    transform: translate(0px, -87%);
  }
  #WhosCookingArticles .slick-next {
    left: 50px;
    right: auto;
  }
  #WhosCookingArticles .slick-prev {
    left: 25px;
    right: auto;
  }
}
@media all and (max-width: 599px) {
  #SubmitEventLine_Categories > .category {
    width: 50%;
  }

  footer .footerTop {
    padding: 30px 0 0;
  }
  footer .footerTop .Links {
    padding-right: 0;
    width: 25%;
  }
  footer .footerTop .Links:nth-child(2), footer .footerTop .Links:nth-child(3) {
    text-align: center;
  }
  footer .footerTop .Links:nth-child(4) {
    text-align: right;
  }
  footer .footerTop .Links > a {
    display: none;
  }
  footer .footerBottom {
    text-align: center;
  }
  footer .footerBottom .Copyright {
    text-align: center;
  }

  .footerLogo {
    display: none;
  }

  .social {
    margin: 8px 0 0;
    text-align: center;
  }
}
@media all and (max-width: 549px) {
  .brand {
    left: 10px;
    width: 80px;
    height: 80px;
  }

  .Header > .row {
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .utilityBar ul li:nth-child(1), .utilityBar ul li:nth-child(2) {
    display: none;
  }

  .subContentWrap.noHead {
    padding: 45px 20px 20px;
  }
}
@media all and (max-width: 499px) {
  #hero .slick-dots {
    bottom: 0;
  }

  .PickOfTheWeek {
    padding: 15px;
  }

  #DiscoverArticles .row > .large-4 {
    width: 100%;
  }
  #DiscoverArticles .Details {
    height: 50%;
    padding: 20px 100px 130px 20px;
  }

  .listingsWrap .ListBox .large-4 {
    width: 100%;
  }

  .propertylist .listName {
    min-height: inherit;
  }
  .propertylist .listName i {
    position: relative;
    bottom: auto;
    margin-top: 5px;
  }

  #landingFeatured .block > a {
    width: 130px;
  }
  #landingFeatured .block > a img {
    height: 144px;
  }
  #landingFeatured .block > div {
    margin-left: 130px;
  }
  #landingFeatured .block .button {
    font-size: 0.7rem;
  }

  #footerTopBlocks .block > div,
  #footerTopBlocks .block .actions {
    text-align: left;
  }
  #footerTopBlocks .block > a {
    width: 130px;
  }
  #footerTopBlocks .block > a img {
    height: 144px;
  }
  #footerTopBlocks .block > div {
    margin-left: 130px;
  }
  #footerTopBlocks .block .title {
    font-size: 20px;
  }
  #footerTopBlocks .block .button {
    font-size: 0.7rem;
    padding: 0.7em 1em;
  }
  #footerTopBlocks .block .actions .xtra {
    display: none;
  }

    /*#footerTopBlocks{
        .block{
            background: white;
            text-align: center;

            > a{
                display: block;
                height: auto;
                float: none;
                margin: auto;
                padding-top: 15px;
                padding-left: 15px;
                padding-right: 15px;
                width: auto;
            }
            > div{
                margin: 0;
                height: auto;
            }
        }
    }*/
}
