
#trust-branding-logos {
	display: flex;
	align-items: center;
	width: 100%;
}

p {
    line-height: 1.5rem;
}

blockquote {
    border-left: 8px solid #C80051;
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown > a {
    text-transform: uppercase;
}

.header-phone, .header-phone a {
     font-size: 1.50625rem;
}

.arrow-down {
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid #C80051;
     margin: 0 auto;
     text-align: center;
     padding-bottom: 20px;
}

.page-header h1 {
     font-size: 2.2125rem;
     font-weight: 800;
     text-align: center !important;
     text-shadow: 0px 0px 0px;
}

.postscript-cities h3 {
     font-size: 2.1rem;
     font-weight: 800;
     color: #fff;
}

.footer-main h2 {
     font-size: 1.8rem;
}

h1 {
     border-bottom: 0px;
     letter-spacing: 0px;
     text-align: center;
     font-size: 2.05rem;
     width: 100%;
     line-height: 2.55rem; 
     margin: 0px 0px 10px 0px;
     padding: 0px;    
}

.panel h2 {
     line-height: 1.9rem;
}

.top-cta-btn {
  margin-bottom: 1.5rem;
  padding-right: 0;
  pointer-events: visible;
}

.top-cta-btn a {
  background: #5395ea;
  background: -moz-linear-gradient(top,  #c60850 0%, #000 100%);
  background: -webkit-linear-gradient(top,  #c60850 0%,#000 100%);
  background: linear-gradient(to bottom,  #c60850 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60850', endColorstr='#000',GradientType=0 );
  border: 1px solid #000;
  border-radius: 5px;
  -moz-box-shadow:
    0px -1px 3px rgba(190,255,255,0.5), 
    inset 0 1px 2px rgba(255,255,255,0.5); /*top internal highlight*/
  -webkit-box-shadow:
    0px -1px 3px rgba(190,255,255,0.5),
    inset 0 1px 2px rgba(255,255,255,0.5); /*top internal highlight*/
  box-shadow:
    0px -1px 3px rgba(190,255,255,0.5),
    inset 0 1px 2px rgba(255,255,255,0.5); /*top internal highlight*/
  display: block;
  padding: 0.1875rem 0rem ;
}

.top-cta-btn a:hover {
  background: #c60850;
  background: -moz-linear-gradient(top, #000 0%, #c60850 100%);
  background: -webkit-linear-gradient(top, #000 0%, #c60850 100%);
  background: linear-gradient(to bottom, #000 0%, #c60850 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#c60850',GradientType=0 );
}

.top-cta-btn a:active {
  background: #c60850;
  background: -moz-linear-gradient(top, #000 0%, #c60850 100%);
  background: -webkit-linear-gradient(top, #000 0%, #c60850 100%);
  background: linear-gradient(to bottom, #000 0%, #c60850 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#c60850',GradientType=0 );
  box-shadow: inset 0 0 rgba(0,0,0,.75), inset 0 2px 9px 1px rgba(0,0,0,.75);
}

.top-cta-title {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.top-cta-title .fa {
  font-size: 1.875rem;
  padding-right: 10px;
  position: relative;
  top: 5px;
}

.header-right {
	top: initial;
	transform: none;
	pointer-events: auto;
}

.header-phone,
.header-phone a {
  top: initial;
  transform: initial;
}

.social-icons {
  top: initial;
  transform: initial;
  margin: 5px 0; 
}

ul, ol, dl {
  font-size: 1rem;
}

.page-id-524 .panel {
    min-height: 285px;
}

.page-id-524 .panel a.button.large {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 4.5rem);
}

.page-id-572 .panel a.button.large {
    background-color: #383838;
}
.page-id-572 .panel a.button.large:hover {
    background-color: #757575;
}

.page-template-page-cities .content-wrapper {
    margin-bottom: 0;
}
.page-template-page-cities .home-prefix {
    margin-bottom: 3.75rem;   
}

.has-post-thumbnail img {
    margin-top: 7px;
}

.single-post img {
    max-width: 500px;
}

.pagination {
    padding: 20px 0 50px;
    text-align: center;
    font-size: 18px;
}

ul.accordion {
    margin-left: 0;
}

.social-icons {
	pointer-events: none;
}

.social-icons li {
    pointer-events: visible;
}

@media screen and (max-width: 1023px) {
    .alignright,
    .alignleft,
    a img.alignright,
    a img.alignleft,
    img {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
        display: block;
        max-width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .top-cta-btn {
        padding-left: initial;
    }
    iframe {
        height: auto;
    }
    .social-icons a {
        border: 1px solid #000;
        color: #000;
    }
    .header-phone, .header-phone a {
        color: #000;
    }
    .footer-main {
        background: #66686b;
    }
    .page-header h1 {
        font-size: 2rem;
    }
    #gallery-2 .gallery-item {
        width: 100% !important;
        margin-bottom: 0;
    }
    #gallery-2 img {
        padding-bottom: 0;
    }
    .page-id-524 .panel {
        padding-bottom: 80px;
    }
}

.sidebar-form {
    background-color: #2b2b2b;
    box-shadow: 0.5rem 0.5rem 0 #c60850;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-form h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-form img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar-form input[type=submit] {
    /*font-family: 'Montserrat', sans-serif;*/
    background-color: #c60850;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
}
.sidebar-form input[type=submit]:hover {
    background-color: #a90343;
    color: #fff;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
.sidebar-form input.wpcf7-form-control.wpcf7-text::placeholder,
.sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #383838;
}

.footer-logos {
  background: linear-gradient(#cccccc, #ffffff);
  padding: 40px 0;
}

.footer-logos__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-logos__container div {
  padding: 10px;
}

.footer-logos__container img {
  max-height: 85px;
  transition: .3s ease-in-out;
}

.footer-logos__container a:hover img {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    transition: .3s ease-in-out;
}

.footer-main p, .footer-main ul, .footer-main a {
    color: #000;
}

@media only screen and (min-width: 992px) {
  .footer-logos__container {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
	a.header-announcement {
		font-size: 16px;
	}
}

.postscript-cities .rsa-abc-template {
	padding: 0;
}


.postscript-cities .rsa-abc-template__heading {
  color: #fff;
	font-weight: 700;
	font-size: 2.1rem;
}

.postscript-cities .rsa-abc-template__icon {
	color: #fff;
}

.postscript-cities .rsa-abc-template__city {
	font-weight: 500;
	padding: 5px 0;
	margin-left: 15%;
}

.postscript-cities .rsa-abc-template__link {
	color:#fff;
	font-weight: 900;
	transition: all 0s ease-in-out;
}

.postscript-cities .rsa-abc-template__link:hover {
	border-bottom: 3px solid #c60850;
}

.rsa-interiorpage .rsa-abc-template__icon {
	color: #c60850;
}

.page-id-2471 .content-wrapper,
.page-id-2471 .content-inner-region.row {
	max-width: 100%;
}

@media screen and (min-width: 639px) {
	.postscript-cities .rsa-abc-template__row {
    	column-count: 3;
	}
}

@media screen and (min-width: 992px) {
	.postscript-cities .rsa-abc-template__row {
    	column-count: 4;
	}
}

@media screen and (max-width: 575px) {
	.postscript-cities .rsa-abc-template__city {
		margin-left: 33%;
	}
}

/* hurricane relief banner */
@media (min-width: 992px) {
    .announcement-bar--hurricane-relief a:hover {
        color: #c60850;
    }    
}
.announcement-bar--hurricane-relief a {
    text-decoration: underline;
    color: white;
    font-weight: 700;
}
.announcement-bar--hurricane-relief {
    padding: 10px;
    background-color: black;
    color: white;
    font-size: 18px;
    text-align: center;
}