.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
}
/* IE6 */
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 14px;
  max-width: 960px;
  margin: 0 auto;
}
h4 {
  margin: 0;
  font-size: 1.143em;
  text-transform: uppercase;
  font-weight: normal;
  color: #333333;
}
header {
  margin-bottom: 20px;
}
div.menu {
  float: right;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-top: 27px;
  cursor: pointer;
}
div.menu.active {
  background-color: #f8f6ec;
}
div.menu.active .burger {
  background: #fff;
}
div.logo {
  float: left;
  display: block;
}
div.find {
  text-transform: uppercase;
  padding: 0px 16px;
  display: block;
  font-size: 16px;
  position: relative;
}
div.find .burger {
  margin-left: 10px;
  border-radius: 50%;
  background: #dfdccc;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  line-height: 40px;
}
div.find .burger i {
  font-size: 20px;
}
.so_nav-flyout {
  position: absolute;
  top: 60px;
  display: none;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 940px;
  line-height: 1.27em;
  padding: 10px;
  border-bottom: 10px solid #fff;
  background-color: #f8f6ec;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.so_nav-flyout ul {
  list-style: none;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
}
.so_nav-flyout ul li {
  float: none;
  margin: 0;
  padding: 0;
  color: #888;
  text-transform: uppercase;
  font-size: 1.05em;
}
.so_nav-flyout ul li a {
  color: #888;
  text-decoration: none;
}
.so_nav-flyout ul li a:hover {
  color: #ee2e24;
}
.so_nav-flyout ul li.multi-property > a {
  background: url(../img/shr-disclosure-triangle-down.png) no-repeat right center;
  padding-right: 12px!important;
}
.so_nav-flyout ul li.multi-property.open > a {
  background: url(../img/shr-disclosure-triangle-up.png) no-repeat right center;
}
.so_nav-flyout-col {
  float: left;
  margin: 10px 10px 0 10px;
  width: 135px;
  font-size: .857em;
}
.so_nav-flyout a.so_interactive-map-link {
  clear: left;
  display: block;
  background: #9c9c92;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px !important;
  display: inline-block;
  width: auto;
  border: 1px solid #fff;
}
div#wrapper {
  margin-bottom: 30px;
}
div#wrapper img {
  max-width: 100%;
}
footer {
  margin-bottom: 30px;
  text-align: center;
}
footer .left,
footer .right {
  display: block;
  margin-bottom: 20px;
}
footer .frhiText {
  margin-bottom: 20px;
}
footer .frhiText,
footer #frhiFooterNav {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #8d8d87;
}
footer #frhiFooterNav {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin-top: 3px;
}
footer #frhiFooterNav li {
  float: left;
}
footer #frhiFooterNav li a {
  text-decoration: none;
  border-left: 1px solid #8d8d87;
  margin-left: 6px;
  padding-left: 6px;
}
footer #frhiFooterNav li a:hover {
  color: #ca0c02;
}
footer #frhiFooterNav li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#socialbar {
  text-align: center;
}
#socialbar .social {
  display: inline-block;
  width: 60px;
  margin: 0 6px 12px 6px;
}
.embed {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
h5 {
  font-weight: bold;
  margin: 10px 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 98%;
  width: 100%;
}
@media (min-width: 768px) {
  #socialbar {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -180px;
  }
  #socialbar .social {
    display: block;
    margin: 0 0 10px 0;
  }
  #socialbar .pinterest {
    padding-top: 40px;
  }
  .so_nav-flyout {
    width: 940px;
    max-height: none;
    overflow: auto;
  }
  .so_nav-flyout a.so_interactive-map-link {
    padding: 0!important;
    width: 100%;
    max-width: 938px;
    height: 102px;
    text-indent: -9999px;
    background: transparent url(../img/shr-interactive-map-link.png) no-repeat left top;
  }
  .so_nav-flyout a.so_interactive-map-link:hover {
    background-position: 0 -103px;
  }
  footer {
    text-align: left;
  }
  footer .left,
  footer .right {
    margin-bottom: 0;
  }
  footer .left {
    float: left;
    margin-left: 30px;
  }
  footer .right {
    float: right;
    margin-right: 30px;
  }
  footer .frhiText {
    margin-bottom: 0;
  }
}

.socialhori{
  width: 100%;
  text-align: center;
}

.wrapper .part {
  width: 100%;
  margin-top: -2px;
}

.social {
  margin: 20px 0;
}

.shareaholic-share-buttons-container.rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
  display: inline-block !important;
}

.shareaholic-canvas .shareaholic-share-buttons-container li.shareaholic-share-button {
  float: none !important;
}

.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  text-align: center !important;
}

.find {
  color: inherit;
  text-decoration: none;
}

.find:hover {
  text-decoration: underline;
}
.backLink {
text-align:left;
margin-bottom: 10px;
    
}
.backLink a {
   color: #000;
    margin-bottom: 10px;
    font-family: 'Gill Sans MT',Verdana,sans-serif!important;
    text-decoration:none;
    letter-spacing:.3px
}


/*css for PAGP-2355*/
.ally_MainHeader{
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align:center;
    color: #fff;
}
#ally_header {
    display:none;
    background: #176BA6;
    min-height: 68px;
    position: relative;
    top: 0;
    transition: top .2s ease-in-out;
    width: 100%;
    z-index: 9;
    padding: 16px 25px;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    box-sizing: border-box;
}

.nav-up {
    top: -40px!important;
}
.ally_Close,#ally_modal_close{
    -webkit-appearance: none;
    background: 0 0; 
    float:right;   
    width: 4.12em;
    min-height: 36px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
       font-family: 'Gill Sans MT',Verdana,sans-serif;
        font-size:1em;
   line-height: 16px;
}
.ally_Close {
    color:#fff;
}
#ally_modal_close{
    border: 1px solid #666666;
}
.ally_Close svg{
    margin:7px;
}
.ally_text{
    color:#fff;   
    width: 100%;
    display: inline-block;
    font-size:1em;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    margin-top:11px;
    
}
#ally_header:hover .ally_text button{
    color:#fff!important;
    cursor:pointer;
}
.btn-text{
    font-size:1.285em;
    line-height:24px;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    display:table-cell;
    vertical-align:middle;
    width:14em;
}
.ally_btn{
    font-size:1.142em;
     font-family:'Gill Sans MT',Verdana,sans-serif;
}
.ally_btn:hover{
    text-decoration:underline;
}
 
#ally_header a:hover,#ally_header a:focus {
    color: #fff; 
}
.ally_icon {
display:none;
}
@media only screen and (min-width: 320px) and (orientation: portrait)and (max-width: 480px) {
    .ally_text {
         width:85%;
    }
    .banner-modal-wrapper{
        top:10px!important;
        max-height:100%;
        overflow-y:auto;
    }

}
@media only screen and (max-width: 767px) {
    .ally_Close, #ally_modal_close {
     float:none;
      margin:0 10px;
    }
    #ally_header{
        padding:16px 4px;
        position:relative;
        min-height:68px;
        height:auto;
        align-items: center;
display: flex;
box-sizing: border-box;
    }
    .ally_text { margin-top: 0px;font-size:0.85em }
    .ally_text,.not_btn{ 
         line-height: 1.25;
        text-align: left!important;  
    }
    
    /*.learn-more-btn .btn-text{
    line-height:0!important;
}*/
}
@media only screen and (min-width: 768px) {
    .ally_icon{ 
        vertical-align: top;
        display: inline-block;
        float:left;
    }
     
   
} 
@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .ally_text {  
        width: 100%;
    }
   }
.banner-modal-wrapper {
	position: fixed;
	width: 512px;
    min-height: 502px;
    overflow-y:auto;
	left: 1px;
	top: 100px;
	left: 50%;
	transform: translate(-50%);
	padding: 16px;
	z-index: 10100;
	background: #fff;
    display:none;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    box-sizing: border-box;
}

@-moz-document url-prefix() { 
               .banner-modal-wrapper {
                   height:auto;
                   max-height:530px;
                } 
                
            } 
.body-wrapper {
	position: relative;
}

.modal-wrapper-content {
	text-align: center;
	font-family: inherit;
	font-size: 1em;
	line-height: 20px;
	clear: both;
	padding: 18px 32px;
}

.cloase-btn-wrapper {
	float: right
}

.cloase-btn-wrapper button {
	border: 0;
	box-sizing: border-box;
	background: none;
	padding: 0;
}

.modal-wrapper-content p {
	margin: 23px 0px;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    font-size:1.142em;
    color:#000;
    letter-spacing:normal;
}
.learn-more-btn .btn-text{
    /*line-height:2em;*/
    vertical-align:middle;
}

.book-accor-btn a,.learn-more-btn a{
	width: 100%;
	background: #fff;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.37);
	border-radius: 3px;
	color: #000;
	font-size: 1em; 
	align-items: center;
	letter-spacing: 0.55px;
	 display:block;
	padding: 25px;
	position: relative;
	text-align: left;
    height: 6em;
    margin-bottom: 23px;
    font-family:'Gill Sans MT',Verdana,sans-serif;
    display:table;
        box-sizing: border-box;
}
.book-accor-btn a{
    line-height:2em;
}
.book-accor-btn a:hover,.book-accor-btn a:focus,.learn-more-btn a:hover,.learn-more-btn a:focus{
   outline-style: solid!important;
    outline-color: #ca0c02 !important;
    outline-width: thin!important;
    outline-offset: 3px!important;
}

.modal-wrapper-content a span.btn-img {
	width: 60px;
	cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.overlay-div {
    display:none;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	z-index: 10000;
	opacity: 0.5;
}
button{cursor: pointer;}

@media screen and (max-width: 767px){ 
    .book-accor-btn .btn-img{
        top:2.3em;
    }
    .btn-text {
    width:12em;
    font-size:16px;
    line-height:20px;
    }

    .book-accor-btn{
    text-align: center!important;
    width: 100%;
    display: inline-block; 
}
	.banner-modal-wrapper {
		width: 92%;
	}
	.modal-wrapper-content{    padding: 0px 12px;}
	.book-accor-btn a {
        width: 100%;
	    font-size: 1em;
        line-height:20px;
        padding: 15px;        
     
	}
	.learn-more-btn a {
        width: 100%;
        line-height: 22px;
        padding: 23px;
   }

}
.btn_svg *{
    fill:#000!important;
}
 
.book-accor-btn a:hover .btn_svg *,.book-accor-btn a:focus .btn_svg *,.learn-more-btn a:hover .btn_svg *,.learn-more-btn a:focus .btn_svg *{
      fill:#fff!important;
}

.not_btn{
    -webkit-appearance: none;
    background: 0;
    border: 0;
        color: #fff;
    }
div#ally_header:focus {
    outline: 1px solid #ca0c02;
    outline-offset: -1px;
}
.learn-more-btn .btn-img{
    margin-top:12px;
}
.skip-link:focus, #ally_modal_close:focus,.ally_Close:focus,.ally_btn:focus {
    outline-style: solid!important;
    outline-color: #ca0c02 !important;
    outline-width: thin!important;
    outline-offset: 3px!important; 
}
/*End css for PAGP-2355*/

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
:focus.skip-link {
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: auto;
    display: block;
    background: #eee;
    color: #000;
    text-decoration: underline;
    padding: 1em;
    z-index: 1000;
    padding: 5px;
    top: 0;
}
.ally_btn:focus {
    text-decoration:underline;
}
.book-accor-btn a:hover, .book-accor-btn a:focus, .learn-more-btn a:hover, .learn-more-btn a:focus {
    background: #3C5D88;
    color: #fff;
    text-decoration: underline;
}
 .ally_MainHeader *:focus{
      outline-color: #fff!important;
} 
 /*2777*/
.overflow-hidden {
  height: 100vh;
  overflow-y: hidden;
}