@charset "UTF-8";
/* CSS Document */
img {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
}


.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elementvalign{
    vertical-align: middle;
}
section{
    position: relative;
}

.container {
    position: relative;
}

.row{
    z-index:3;
    position:relative;
}

/*TEXT STYLES*/
body { font-family: 'Open Sans', sans-serif;}

a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #626262;
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 1.5rem;
    letter-spacing: 0px;
	line-height: 1.5;
	color: #666;
	text-transform: uppercase;
}

h2, .h2{
    font-size:1.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.5;
}

h3, .h3{
    font-size:1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4, .h4{
    font-size:1.25rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h5, .h5{
    font-size:1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h6, .h6{
    font-size:.75rem;
    text-transform: uppercase;
    letter-spacing: 0px;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #4c4c4c;
}

ul { padding: 1rem; }

.GreyText{ color:#aaa;}
.BlackText{ color:#000;}

.semibold { font-weight: 400; letter-spacing: 0; }
.bold { font-weight: 700; }
.thin { font-weight: 300; margin: 0 10px; }
.italic { font-style:italic; }

.NoLetterSpacing{ letter-spacing: 0; }
.NoTransform{    text-transform: none;}
.WideWord { word-spacing: 20px; }
.no-caps {  text-transform: lowercase; }

.WhiteBackground{ background: white; }
.SoftGrayBackground{ background: #f6f6f6; }
.DarkGreyBackground{ background:#333;}

@media (min-width: 992px){ p, li {font-size:14px; }}

/*buttons*/
.Underlinelink {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    line-height: 45px;
}


.btn{
    background:transparent;
    border-radius:0;
    border:0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
	letter-spacing: .1em;
    padding: 0 40px;
    font-size: 12px;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}


.btn-default{
    display: inline-block;
    color: white;
}

.btn-default:hover{
    border-color: white;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: white;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-black{
    color:#282828;
}

.btn-black:after, .btn-black:before {
    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}


/*navbar*/
.navbar-default, .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

@media (min-width: 992px){
	.navbar-default {	padding: 30px 50px; }
	.nav-link {	font-size: .7rem; }
}

.shrink { background: #282828; padding: 0 50px; }

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Headers -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
    header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../images/headers/forte-intro-mobile.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

#home-logo { padding-top: 12%; }

.greeting p {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 8px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

@media (min-width: 992px){ .greeting p {font-size: 3rem;} }



.portfolioIntro, .teamIntro, .contactIntro {
	height:300px;
    position:relative;
    z-index:2;
}
.portfolioIntro { background:url('../images/portfolioIntro.jpg') no-repeat top center; background-size: cover; }
.teamIntro { background:url('../images/teamIntro.jpg') no-repeat top center; background-size: cover; }
.contactIntro { background:url('../images/contactIntro.jpg') no-repeat top center; background-size: cover; }
.portfolioIntro h2, .teamIntro h2, .contactIntro h2 {
    padding-top:120px;
    margin-top:0;
	font-size: 3rem;
	color: #FFF;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--General -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
.bg-dark {background:#282828 !important;}
.bg-black {background-color: #222222;}
#text-separator { background-color: #1d1d1d; }
#about #text-separator { padding: 15%; }

.power-statement { 
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 18px;
color:#84b044;
margin-above: 10px;
}

/**
 * Accordion
 */
.accordion-button {
  margin: 16px 0;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.accordion-button:hover {color: #000; text-decoration: none;}
.accordion-button i {margin-right: 8px;}
.accordion-button i.fa-arrow-circle-o-down {color: #000;}

#workAccordionGeneral .card, #workAccordionHospitality .card, #workAccordionDevelopment .card, #workAccordionPhilanthropy .card, #teamAccordionRJ .card, #teamAccordionReilly .card, #teamAccordionJenna .card, #teamAccordionErin .card { border:0;}

.img--responsive {
  max-width: 100%;
  height: auto;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
	.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
}

.portfolioFilters {
    background-color: #1d1d1d;
}

.heightItem{
    padding:45px;
}

#filters .btn{
    margin:20px;
}

.gallery {
    max-width: 100%;
}

.gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.70);
    -webkit-transition: all 1s ease-in-out;
}

.gallery-inner:hover .caption{
    opacity: 1;
}

.gallery-inner .caption-heading {
    width:100%;
    height:120px;
}

.caption-heading .separator{
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.caption-heading .btn-default {
    line-height: 30px;
    font-size:10px;
    margin-top:8px;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p{
    color:white;
}

.gallery-inner .caption-heading p{
    font-size:12px;
    font-style:italic;
}

.gallery {
    background: #4c4c4c;
    min-height:500px;
}

#portfolio .container .gallery{
    background: white;
}

/* ---- isotope ---- */
/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 33.333%;/* change here the column width */
}

.gallery .grid-sizer-two-columns,
.gallery .two-columns{
    width:50%;
}

.gallery-ecommerce .grid-sizer-three-columns,
.gallery-ecommerce .three-columns{
    width:33.333%;
}

.gallery .grid-sizer-four-columns,
.gallery .four-columns{
    width:25%;
}

.four-columns h4{
    letter-spacing:1px;
}

.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}


.galleryImage{
    /*min-width:100%;*/
    width: 100%;
    height: auto;
}


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}

.overlay-section{
    position: static;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.overlay-close img{
    cursor:pointer;
}

.overlay-close{
    padding:30px;
}

#singlePageIntro .container{
    padding:30px;
}

#singlePageContent .container{
    padding:10px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.singleImageWrapper{
    padding-top:60px;
}

.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* magnific popup effect */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* end magnific popup effect */



/* Logos */
.client-logos {background: #f6f6f6;}
.company-logos {background: #1d1d1d;}

.client-logos img:hover, .company-logos img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
} 

.client-logos img, .company-logos img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(100%);
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Footer -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
#map {overflow: hidden;}
#map img { min-height: 300px; min-width: 100%;}
@media (min-width: 992px){ #map img { width: 100%; height: auto;}}

.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 0 10px;
}

.footerSocialIcons li a{
    color: #a5a5a5;
}

.bottomLine p{
    display:inline;
}

.backToTop a{
    color:white;

}