@font-face {
  font-family:Marriott-Brands;
  src:url(../fonts/portfolio-logo-icons.eot);
  src:url(../fonts/portfolio-logo-icons.eot?#iefix) format("embedded-opentype"),
  url(../fonts/portfolio-logo-icons.woff) format("woff"),
  url(../fonts/portfolio-logo-icons.ttf) format("truetype"),
  url(../fonts/portfolio-logo-icons.svg) format("svg")
 }

[class*=" brand-icon-"],
[class^=brand-icon-] {
    font-family: Marriott-Brands !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #1c1c1c;
    -moz-osx-font-smoothing: grayscale
}

.brand-icon-Courtyard:before {
    content: "\f903"
}

.brand-icon-Delta:before {
    content: "\f904"
}

.brand-icon-Fairfield:before {
    content: "\f905"
}

.brand-icon-JW-Marriott:before {
    content: "\f90f"
}

.brand-icon-Marriott-Vacation-Club:before {
    content: "\f91a"
}

.brand-icon-Protea:before {
    content: "\f907"
}

.brand-icon-Residence-Inn:before {
    content: "\f900"
}

.brand-icon-SHS-Logo:before {
    content: "\e92b"
}

.brand-icon-Townehouse-Suites:before {
    content: "\f902"
}

.brand-icon-Tribute:before {
    content: "\f919"
}

.brand-icon-RitzCarltonRewards_G2:before {
    content: "\e90a"
}

.brand-icon-RitzCarlton_G2:before {
    content: "\e914"
}

.brand-icon-Element_G:before {
    content: "\f90d"
}

.brand-icon-home-and-villas:before {
  content: "\f91f"
}

.brand-icon-FourPoints_G:before {
    content: "\f90e"
}

.brand-icon-Aloft_G:before {
    content: "\f909"
}

.brand-icon-DesignHotels_G:before {
    content: "\f90b"
}

.brand-icon-Tribute_G:before {
    content: "\e910"
}

.brand-icon-LM_G:before {
    content: "\f910"
}

.brand-icon-Sheraton_G:before {
    content: "\f917"
}

.brand-icon-Westin_G:before {
    content: "\f91c"
}

.brand-icon-WHotels_G:before {
    content: "\f91b"
}

.brand-icon-TLC_G:before {
    content: "\f911"
}

.brand-icon-StRegisLogo-verticalblackonwhitebackground:before {
    content: "\f918"
}

.brand-icon-SPG_G:before {
    content: "\e917"
}

.brand-icon-Moxy_G:before {
    content: "\f914"
}

.brand-icon-ProteaHotels_G:before {
    content: "\f907"
}

.brand-icon-Towneplace_G:before {
    content: "\e91a"
}

.brand-icon-Fairfield_G:before {
    content: "\f905"
}

.brand-icon-SpringHillSuites_G:before {
    content: "\e91c"
}

.brand-icon-ResidenceInn_G:before {
    content: "\e91d"
}

.brand-icon-CourtyardMarriott_G:before {
    content: "\e91e"
}

.brand-icon-ACHotels_G:before {
    content: "\f908"
}

.brand-icon-GaylordHotels_G:before {
    content: "\f906"
}

.brand-icon-MarriottRewards_G:before {
    content: "\e921"
}

.brand-icon-MarriottVacation_G:before {
    content: "\e922"
}

.brand-icon-MarriottApartments_G:before {
    content: "\f912"
}

.brand-icon-Delta_G:before {
    content: "\f904"
}

.brand-icon-Marriott_G:before {
    content: "\f913"
}

.brand-icon-Reniassance_G:before {
    content: "\f915"
}

.brand-icon-AutographCollection_G:before {
    content: "\f90a"
}

.brand-icon-JWMarriott_G:before {
    content: "\e928"
}

.brand-icon-EDITION_G:before {
    content: "\f90c"
}

.portfolio {
	padding:50px 0 30px;
	margin:0 auto;
	max-width:calc(100% - 48px);
   }
   @media (min-width:605px) {
	.portfolio {
	 padding:60px 0 30px;
	}
   }
   @media (min-width:1441px) {
	.portfolio {
	 max-width:1292px
	}
   }
   .portfolio__wrapper {
	border:2px solid #D2D2D2;
	position:relative;
	padding:36px 0 22px;
   }
   @media (min-width:605px) {
	.portfolio__wrapper {
	 padding:50px 0 15px;
	}
   }
   .portfolio__logo {
	fill:#1c1c1c;
	position:absolute;
	width:100px;
	height:30px;
	padding:0 24px;
	box-sizing:content-box;
	background:#FFFFFF;
	top:-22px;
	left:calc(50% - 74px)
   }
   .portfolio__logo.bonvoy-cn {
	height:50px;
	top:-25px
   }
   @media (min-width:605px) {
	.portfolio__logo {
	 width:140px;
	 height:44px;
	 top:-22px;
	 left:calc(50% - 94px)
	}
	.portfolio__logo.bonvoy-cn {
	 height:70px;
	 top:-35px
	}
   }
   .portfolio-cat {
    list-style: none;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	justify-content:center
   }
   @media (min-width:991px) {
	.portfolio-cat {
	 padding-left:135px;
	 align-items:center;
	 margin-bottom:0;
	}
   }
   .portfolio-cat__title {
	color:#707070;
	flex:1 0 100%;
	text-align:center;
	margin-top:30px;
	text-transform: uppercase;
	/*letter-spacing:.125em;*/
	letter-spacing: 1px;
	font-size: 1em;
   }
   @media (min-width:991px) {
	.portfolio-cat__title {
	 position:absolute;
	 left:30px;
	 top:26px;
	 margin-top:0;
	}
   }
   .portfolio-cat__item {
	margin:15px 15px;
	width:calc(33% - 32px);
	text-align:center
   }

   .portfolio-cat__item a {
    text-decoration: none;
   }
   
   .portfolio-cat__item:hover a{ color:#707070 !important; }
   .portfolio-cat__item:active a, .portfolio-cat__item:focus a{ color: #707070 !important; }

   @media (min-width:605px) {
	.portfolio-cat__item {
	 	width:auto;
	 	display:inline;
	}
   }
   .portfolio-cat .t-portfolio-sprite {
	text-align:center;
	display:inline-block
   }
   .portfolio-cat .t-portfolio-sprite:before {
	font-size:16px
   }
   @media (min-width:605px) {
	.portfolio-cat .t-portfolio-sprite:before {
	 font-size:20px
	}
   }
   
   .portfolio-cat .brand-icon-ACHotels_G:before,
   .portfolio-cat .brand-icon-Delta:before,
   .portfolio-cat .brand-icon-Element_G:before,
   .portfolio-cat .brand-icon-GaylordHotels_G:before,
   .portfolio-cat .brand-icon-Marriott-Vacation-Club:before,
   .portfolio-cat .brand-icon-MarriottApartments_G:before,
   .portfolio-cat .brand-icon-Marriott_G:before,
   .portfolio-cat .brand-icon-Reniassance_G:before,
   .portfolio-cat .brand-icon-RitzCarlton_G2:before,
   .portfolio-cat .brand-icon-Sheraton_G:before,
   .portfolio-cat .brand-icon-StRegisLogo-verticalblackonwhitebackground:before,
   .portfolio-cat .brand-icon-TLC_G:before,
   .portfolio-cat .brand-icon-WHotels_G:before,
   .portfolio-cat .brand-icon-home-and-villas:before{
	    font-size:32px
   }
   @media (min-width:605px) {
  .portfolio-cat .brand-icon-ACHotels_G:before,
  .portfolio-cat .brand-icon-Delta:before,
  .portfolio-cat .brand-icon-Element_G:before,
  .portfolio-cat .brand-icon-GaylordHotels_G:before,
  .portfolio-cat .brand-icon-Marriott-Vacation-Club:before,
  .portfolio-cat .brand-icon-MarriottApartments_G:before,
  .portfolio-cat .brand-icon-Marriott_G:before,
  .portfolio-cat .brand-icon-Reniassance_G:before,
  .portfolio-cat .brand-icon-RitzCarlton_G2:before,
  .portfolio-cat .brand-icon-Sheraton_G:before,
  .portfolio-cat .brand-icon-StRegisLogo-verticalblackonwhitebackground:before,
  .portfolio-cat .brand-icon-TLC_G:before,
  .portfolio-cat .brand-icon-WHotels_G:before {
	 font-size:38px
	}
   }
   .portfolio-cat .brand-icon-AutographCollection_G:before,
   .portfolio-cat .brand-icon-FourPoints_G:before,
   .portfolio-cat .brand-icon-JW-Marriott:before {
	font-size:28px
   }
   @media (min-width:605px) {
  .portfolio-cat .brand-icon-AutographCollection_G:before,
  .portfolio-cat .brand-icon-FourPoints_G:before,
  .portfolio-cat .brand-icon-JW-Marriott:before {
	 font-size:32px
	}
   }
   .portfolio-cat .brand-icon-Aloft_G:before,
   .portfolio-cat .brand-icon-DesignHotels_G:before,
   .portfolio-cat .brand-icon-Moxy_G:before,
   .portfolio-cat .brand-icon-Protea:before,
   .portfolio-cat .brand-icon-SHS-Logo:before {
	font-size:20px
   }
   @media (min-width:605px) {
  .portfolio-cat .brand-icon-Aloft_G:before,
  .portfolio-cat .brand-icon-DesignHotels_G:before,
  .portfolio-cat .brand-icon-Moxy_G:before,
  .portfolio-cat .brand-icon-Protea:before,
  .portfolio-cat .brand-icon-SHS-Logo:before {
	 font-size:22px
	}
   }
   .portfolio-cat .brand-icon-Tribute:before,
   .portfolio-cat .brand-icon-Westin_G:before {
	font-size:14px
   }
   .portfolio-cat .brand-icon-EDITION_G:before {
	font-size:12px
   }
   .portfolio-cat .brand-icon-LM_G:before,
   .portfolio-cat .brand-icon-Residence-Inn:before {
	font-size:12px
   }
   .portfolio-cat .brand-icon-Courtyard:before {
	font-size:7px
   }

   @media (min-width:605px) {
	.site-footer--landing-page .site-navigation__secondary {
	 top:auto;
	 right:20px;
	 bottom:30px
	}
   }
   @media (min-width:605px) {
	.site-footer--landing-page .menu-language-menu-container .menu-language-menu-container--footer {
	 position:absolute
	}
   }

   .sprite {
	display:none
   }

   /*MARRIOTT BRAND FOOTER*/