/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
Global Colors
*********************/
body {
  background: #141414;
  color: #66645C;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    color: #F7941D;
}
a {
  color: #F7941D;
}
label {
  color: inherit;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}

.menu .active>a {
    background: #F7941D;
    color: #141414;
}
a:focus, a:hover {
    color: #F7941D;
}
.button {
  background-color: #F7941D;
  color: #141414;
  border-radius: 100px;
}
.button:focus,
.button:hover {
    background-color: #66645C;
    color: #141414;
}
.blacktie-button {
  color: inherit;
}


/*********************
Sticky Top Bar
*********************/
.header {
  width: 100%;
  position: fixed;
  z-index: 999999;
}
.sticky-topbar {
  width: 100%;
}
.top-bar {
  background-image: url(../images/containerHeader.png);
  background-repeat: repeat-x;
  padding: .5rem 1rem;
}
.header-shadow {
  height: 40px;
  background-image: url(../images/headerDropShadow.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.blacktie-header-call-us:before {
	content: "";
	background-image:url("../images/icon-header-phone.svg");
	background-size: 100% 100%;
	display: inline-block;
	height: 18px;
	width:18px;
	position:relative;
	top:3px;
	left: -4px;
}


/*********************
Global Font Style
*********************/
body {
  font-family: 'Nunito', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 900;
}

/*********************
Scroll Function Style
*********************/
.bottom-bar-info {
  display: none;
  height: 58px;
  border-top: 4px solid #F7941D;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 16px 20px;
  margin: 0;
  left: 0;
  background: #000;
  font-size: 0.8em;
}
.blacktie-scrolled-down .bottom-bar-info {
  display: block;
}

.blacktie-scrolled-down .bottom-bar {
  bottom: 60px;
}

.blacktie-scrolling-down .bottom-bar .dropdown.menu>li>a,
.blacktie-scrolling-up .bottom-bar .dropdown.menu>li>a,
.blacktie-scrolled-down .bottom-bar .dropdown.menu>li>a {
    padding: 18px 20px;
}
.blacktie-scrolling-down #main-nav,
.blacktie-scrolling-up #main-nav,
.blacktie-scrolled-down #main-nav {
  background-image: url(../images/containerNavMenuScroll.png);
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;
}
.blacktie-scrolling-down .top-bar,
.blacktie-scrolled-down .top-bar,
.blacktie-scrolling-up .top-bar {
  height: 80px;
}

.blacktie-header-logo-small-wrapper {
  display: none;
}
.blacktie-scrolling-up .blacktie-header-logo-small-wrapper,
.blacktie-scrolling-down .blacktie-header-logo-small-wrapper,
.blacktie-scrolled-down .blacktie-header-logo-small-wrapper {
  display: block;
}
.blacktie-scrolled-up .blacktie-header-logo-small-wrapper {
  display: none;
}
.blacktie-scrolling-up .blacktie-header-logo-wrapper,
.blacktie-scrolling-down .blacktie-header-logo-wrapper,
.blacktie-scrolled-down .blacktie-header-logo-wrapper {
  display: none;
}
.blacktie-scrolled-up .blacktie-header-logo-wrapper {
  display: block;
}

.menu-icon {
  opacity: .5;
}

/*********************
Forms Style
*********************/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	background: rgba(39,39,39,.5);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid rgba(247,149,29,.5);
	-webkit-border-radius: 8px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
 textarea:focus {
		color: #fff;
    outline: none;
    border: 1px solid rgba(247,149,29,.9);
    background: rgba(39,39,39,.5);
    -webkit-box-shadow: 0 0 5px #F7941D;
            box-shadow: 0 0 5px #F7941D;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	}


  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,.3);
    font-size: 11px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,.3);
    font-size: 11px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,.3);
    font-size: 11px;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,.3);
    font-size: 11px;
  }

.button.blacktie-button,
input.blacktie-button {
	font-size: 1.2em;
	border-width: 4px;
	border-radius: 10em;
	background-color: rgba(0, 0, 0, .3);
	font-weight: 700;
	text-align: center;
	padding: 0.5em 2em;
  border: nonel
}
.home .button.blacktie-button,
.home input.blacktie-button {
	padding: 0.5em 4em;
}
input.blacktie-button {
	background: #F7941D;
	width: 100%;
	color: #1F1D1B;
  border: none;
}


/*********************
Foundation Accordion Override
*********************/
.accordion {
  background: transparent;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  font-size: .5rem;
  line-height: 1;
  color: #66645C;
  background: rgba(0, 0, 0, 1);
}
.accordion-title h4 {
  color: #66645C;
}
.accordion-item {
  margin: 10px 0;
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  color: inherit;
}
.accordion-title:focus,
.accordion-title:hover {
  background: rgba(0, 0, 0, 1);
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '>';
    font-size: 1rem;
}
:last-child>.accordion-content:last-child {
    border-bottom: 0;
}
.accordion-item.is-active .accordion-title h4 {
  color: #F7941D;
}
:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
    border-radius: 0;
}

/*********************
Foundation Card Override
*********************/
.card {
  border: 0;
  background: transparent;
  color: inherit;
}
.card-section {
  padding: 0;
}

/*********************
Contact Form
*********************/

div.wpcf7-response-output {
	margin: 10px 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #F04923;
		background: #F04923;
		color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #F04923;
}

/*********************
Contact Us
*********************/
.page-template-template-contact-us .card h3,
.page-template-page-contact-us .card h3  {
  color: #66645C;
  font-size: 1.5em;
}

/*********************
Foundation Tabs
*********************/
.tabs-content {
	border: none;
  border-top: 0;
	margin: 0 40px;
  background: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs {
  margin: 0;
	border: none;
  background: none;
}
.tabs-title {
  width: 100%;
}
.tabs-header em {
  font-style: normal;
	margin: 0 0 1rem 7rem;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: none;
  color: #F7941D;
}
.tabs-title > a:after[aria-selected='true'] {
	list-style: none;
	float: left;
	border-right: 1px solid red;
	margin: 0 2px;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem 1.25rem 7rem;
  font-size: 1.5rem;
	font-weight: 700;
  line-height: 1;
  color: #66645C;
}
.tabs-title > a:hover {
    background: #000;
    color: #F7941D;
}
.blacktie-services-tab {
	background: #272727;
	padding: 0 !important;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
	border-right: 5px solid #F7941D;
}

/*********************
Content
*********************/
.blacktie-vertical-align-middle {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
}
.blacktie-100vh {
  height: 100vh;
}
.blacktie-90vh {
  height: 90vh;
}
.blacktie-80vh {
  height: 80vh;
}
.blacktie-70vh {
  height: 70vh;
}
.blacktie-60vh {
  height: 60vh;
}
.blacktie-50vh {
  height: 50vh;
}
.blacktie-top-bottom-space {
  padding: 20% 0;
}
.blacktie-section-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}
.blacktie-services-tab .blacktie-section-wrapper {
	margin-left: 0;
	margin-right: 0;
}
.content {
  padding: 150px 0;
}
.off-canvas {
  background:#000;
}
.off-canvas-content {
  background: rgba(0,0,0,.8);
  min-height: 100vh;
}
.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
#offcanvas-nav {
  margin: 3em 0 0 0;
}
#offcanvas-nav .menu-item a {
  padding: 2rem 1rem;
  color: inherit;
  font-weight: 900;
}
.page-template-page-services #offcanvas-nav.menu .active>a,
.page-template-template-services #offcanvas-nav.menu .active>a {
  border-left: 4px solid #80327B;
  background: transparent;
  color: inherit;
}
.page-template-page-portfolio #offcanvas-nav.menu .active>a,
.page-template-template-portfolio #offcanvas-nav.menu .active>a {
  border-left: 4px solid #F04923;
  background: transparent;
  color: inherit;
}
.page-template-page-about-us #offcanvas-nav.menu .active>a,
.page-template-template-about-us #offcanvas-nav.menu .active>a {
  border-left: 4px solid #F7941D;
  background: transparent;
  color: inherit;
}
.page-template-page-job-opportunities #offcanvas-nav.menu .active>a,
.page-template-template-job-opportunities #offcanvas-nav.menu .active>a  {
  border-left: 4px solid #4156A6;
  background: transparent;
  color: inherit;
}
.page-template-page-contact-us #offcanvas-nav.menu .active>a,
.page-template-template-contact-us #offcanvas-nav.menu .active>a {
  border-left: 4px solid #92C95A;
  background: transparent;
  color: inherit;
}

.page-template-page-services .carousel-services-slide,
.page-template-template-services .carousel-services-slide {
  height: 250px;
}

.page-template-page-services .slick-dots {
  bottom: -80px;
}
.page-template-page-services .slick-dots .label {
  background: rgba(255, 255, 255, 0.1);
  font-size: .8rem;
  padding: 1rem 2.1rem;
  color: #66645C;
}
.page-template-page-services .slick-dots .slick-active .label {
  background: rgba(255, 255, 255, 0);
  color: #F7941D;
}
.page-template-page-services .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.page-template-page-services .slick-arrow {
  z-index: 9;
}
.page-template-page-services .slick-prev {
  left: 0;
}
.page-template-page-services .slick-next {
  right: 0;
}
.page-template-page-services .blacktie-activated-brands figure,
.page-template-page-about-us .blacktie-behind_the_curtain figure,
.page-template-page-about-us .blacktie-client-logos figure {
  background-color: transparent !important;
}
.page-template-page-services .blacktie-activated-brands figcaption,
.page-template-page-about-us .blacktie-behind_the_curtain figcaption,
.page-template-page-about-us .blacktie-client-logos figcaption {
  background-color: transparent !important;
  padding: 0;
}
.page-template-page-about-us .blacktie-behind_the_curtain {
  text-align: center;
}


/*********************
Bottom Bar Menu
*********************/
.bottom-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-image: url(../images/containerNavMenu.png);
  background-repeat: repeat-x;
}

.bottom-bar #main-nav {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.bottom-bar .menu-item {
  text-align: center;
  color: #fff;
}

.bottom-bar .menu-item a {
  background: none;
  color: #66645C;
  font-weight: 800;
}

.bottom-bar .dropdown.menu>li>a {
  padding: 25px 20px;
  border-top: 2px solid transparent;
}

.bottom-bar .menu-item.current-menu-item a {
  border-top: 2px solid #F7941D;
}

.page-template-page-services .bottom-bar .menu-item.current-menu-item a,
.page-template-template-services .bottom-bar .menu-item.current-menu-item a {
  border-top: 2px solid #80327B;
}
.page-template-page-portfolio .bottom-bar .menu-item.current-menu-item a,
.page-template-template-portfolio .bottom-bar .menu-item.current-menu-item a {
  border-top: 2px solid #F04923;
}
.page-template-page-about-us .bottom-bar .menu-item.current-menu-item a,
.page-template-template-about-us .bottom-bar .menu-item.current-menu-item a {
  border-top: 2px solid #F7941D;
}
.page-template-page-job-opportunities .bottom-bar .menu-item.current-menu-item a,
.page-template-template-job-opportunities .bottom-bar .menu-item.current-menu-item a  {
  border-top: 2px solid #4156A6;
}
.page-template-page-contact-us .bottom-bar .menu-item.current-menu-item a,
.page-template-template-contact-us .bottom-bar .menu-item.current-menu-item a {
  border-top: 2px solid #92C95A;
}


/*********************
Home Slider
*********************/
.blacktie-slider {
	height: 100vh;
	background: #000;
}
#blacktieHomeSlider.blacktie-home-slider {
  height: 100vh;
}

#blacktieHomeSlider .blacktie-slider-content-wrapper {
  height: 100vh;
  margin: 0 auto;
  bottom: 50%;
  -webkit-transform: translateY(35%);
      -ms-transform: translateY(35%);
          transform: translateY(35%);
  background: none;
  text-align: left;
}

#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-heading {
	height: auto;
	margin-bottom: 20px;
	color: #F7941D;
	font-size: 5em;
	line-height: 1em;
	font-weight: 900;

}

#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-description {
	font-size: 20px;
	line-height: 1.5em;
  margin: 0 0 80px 0;
}

#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button {
	width: 100%;
	height: 64px;
	border-style: solid;
	border-width: 3px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, .3);
	color: #dbdbdb;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
  padding: 10px 80px;
  margin-top: 4em;
}

#blacktieHomeSlider.blacktie-home-slider .blacktie-slider-content-opacity {
	background: rgba(0, 0, 0, .7);
	position: relative;
}

#blacktieHomeSlider.blacktie-home-slider .blacktie-slider-thumbnail-container {
	position: absolute;
	height: 100vh;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-template-page-portfolio .portfolio-thumblist {
  background: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#blacktieHomeSlider.blacktie-home-slider .blacktie-slider-thumbnail-container img {
	position: relative !important;
  width: 100%;
  height: 100vh;
}

.button {
  padding: .5em 1.5em;
  text-align: center;
  color: #dbdbdb;
  font-size: 1.25em;
  font-weight: 700;
  width: 80%;
  background-color: rgba(39, 39, 39, 0.7);
  border: 4px solid #808080;
  border-radius: 100px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}


.button:hover,
.button:focus {
  background-color: rgba(20, 20, 20, 0.7);
  color: #fafafa;
  transition-duration: .4s;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
}


/* Button border */
.blacktie-red-border {
	border-color: #F04923;
}
.blacktie-orange-border {
	border-color: #F7941D;
}
.blacktie-cream-border {
	border-color: #EED17E;
}
.blacktie-yellow-border {
	border-color: #FFDC40;
}
.blacktie-green-border {
	border-color: #92C95A;
}
.blacktie-purple-border {
	border-color: #80327B;
}
.blacktie-blue-border {
	border-color: #4156A6;
}


.blacktie-red-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-red-border:hover {
  background: #F04923;
  color: rgba(255,255,255,.8);
}
.blacktie-orange-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-orange-border:hover {
  background: #F7941D;
  color: rgba(255,255,255,.8);
}
.blacktie-cream-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-cream-border:hover {
  background: #EED17E;
  color: rgba(255,255,255,.8);
}
.blacktie-yellow-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-yello-border:hover {
  background: #FFDC40;
  color: rgba(255,255,255,.8);
}
.blacktie-green-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-green-border:hover {
  background: #92C95A;
  color: rgba(255,255,255,.8);
}
.blacktie-purple-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-purple-border:hover {
  background: #80327B;
  color: rgba(255,255,255,.8);
}
.blacktie-blue-border.button.blacktie-button:hover,
#blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button.blacktie-blue-border:hover {
  background: #4156A6;
  color: rgba(255,255,255,.8);
}

/*********************
Foundation Callout Override
*********************/
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 4rem;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.4);
    color: inherit;
}
.callout.note {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 2rem;
    border: 1px dashed rgba(10,10,10,.25);
    border-radius: 4px;
    background-color: #272727;
    color: inherit;

    border: dashed;
    border-color: #66645C;
    border-width: 3px;
    border-radius: 10px;
}

/*********************
Foundation Reveal Override
*********************/
.reveal {
  z-index: 999999999999;
  background-color: #141414;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.how-do-we-make-it-work-1 em {
	color: #66645C;
	opacity: 0.5;
	font-size: 20em;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	display: block;
	top: -130px;
	position: relative;
}
.blacktie-thumbnail-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: .15;
    top: 0;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.home .footer {
  margin-top: 0; }
.footer {
  clear: both;
  margin-top: 1em; }
.footer-shadow {
  height: 40px;
  background-image: url(../images/footerDropShadow.png);
  background-repeat: no-repeat;
  background-position: top;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */


.close-button {
    position: absolute;
    color: #F7941D;
    cursor: pointer;
}
.close-button em {
  font-size: 15px;
  font-style: normal;
  color: #66645C;
}
.close-button:focus,
.close-button:hover {
    color: #F7941D;
    opacity: .5;
}

/*********************
Media Queries
*********************/

/* Small only */
@media screen and (max-width: 39.9375em) {
  .page-template-page-services .slick-dots .label {
    padding: 1rem 1.3rem;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #blacktieHomeSlider.blacktie-home-slider .blacktie-slider-content-wrapper {
    bottom: auto;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  #blacktieHomeSlider.blacktie-home-slider .slide-container .slider-heading {
    font-size: 3.5em;
  }
  .blacktie-slider-content-wrapper {
    padding: 0 40px;
  }
  #blacktieHomeSlider.blacktie-home-slider .slide-container .slider-button {
    padding: 10px 40px;
  }
  .accordion-title {
    font-size: 1rem;
    font-weight: 900;
  }
  .tabs-header em {
    font-style: normal;
    margin: 20px;
    display: block;
    font-size: 1rem;
  }
  .how-do-we-make-it-work-1 em {
  	font-size: 5em;
    top: 0;
    text-align: right;
  }
  .how-do-we-make-it-work-1 {
  	height: 50px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .accordion-title {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .tabs-header em {
    font-style: normal;
    margin: 20px;
    display: block;
    font-size: 1.5rem;
  }
  .how-do-we-make-it-work-1 em {
  	font-size: 5em;
    top: 0;
    text-align: right;
  }
  .how-do-we-make-it-work-1 {
  	height: 100px;
  }
  .page-template-page-services .carousel-services-slide,
  .page-template-template-services .carousel-services-slide {
    height: 350px;
  }

  .page-template-page-services .slick-dots {
  }
  .page-template-page-services .slick-dots .label {
    background: rgba(255, 255, 255, 0.1);
    font-size: .8rem;
    padding: 1rem;
    color: #66645C;
  }
  .page-template-page-services .slick-dots .slick-active .label {
    background: rgba(255, 255, 255, 0);
    color: #F7941D;
  }
  .page-template-page-services .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }
  .page-template-page-services .slick-arrow {
    z-index: 9;
  }
  .page-template-page-services .slick-prev {
    left: 0;
  }
  .page-template-page-services .slick-next {
    right: 0;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
