/**
 * TEST: rest. design releigh
 */
.centerTextHeader1000,
.centerTextHeader1200,
.centerTextHeader1250
{
    max-width: 70%;
    justify-self: center;
}

.centerTextHeader2500
{
    max-width: 65%;
    justify-self: center;
}

.centerTextHeader1000MW60,
.centerTextHeader1000MW60LowerMedia,
.centerTextHeader860
{
	max-width: 60%;
    justify-self: center;
}

@media only screen and (min-width: 1900px) {
    .centerTextHeader900,
    .centerTextHeader1000MW60LowerMedia { max-width: 800px; }
    .centerTextHeader1000 { max-width: 900px; }
    .centerTextHeader1200,
    .centerTextHeader1250,
    .centerTextHeader2500,
    .centerTextHeader1000MW60{ max-width: 1000px; }
    .maxTextHeader1200 {
        max-width: 1000px;
        justify-self: center;
    }
    .centerTextHeader860 { max-width: 550px; }
}

@media only screen and (max-width: 750px) {
    .centerTextHeader900,
    .maxTextHeader1200 {
        max-width: 70%;
        justify-self: center;
    }
}
@media only screen and (min-width: 1009px) {
    .centerTextHeader900 {
        max-width: 800px;
        justify-self: center;
    }
}


/**
 * Home page
 */
.homeCardText {
	color: #0019ff !important;
}


/**
 * Back to Top button
 */
#backToTopButton {
    display: none;
    position: fixed;

    bottom: 48px;
    right: 48px;
    z-index: 99;
    font-size: 16px;
    font-weight: bold;

    background-color: #fff;
    color: #1e1e1e;
    cursor: pointer;
    padding: 10px 15px;
    border: 2.5px solid #1e1e1e;

    border-radius: 48px;
    transition: background-color 0.33s linear;
}

#backToTopButton:hover {
    background-color: #eeeeee;
}

@media only screen and (max-width: 786px) {
    #backToTopButton {
    	bottom: 22px;
    }
}

/**
 * Footer
 */
@media only screen and (min-width: 786px) {
    .footerSection h1 {
        font-size: calc(0.25rem + 0.6vw + 0.5vh) !important;
    }
	
}


/**
 * Nav Header
 */
.top-nav-mobile {
	display: none;
}
@media only screen and (max-width: 790px) {
	.top-nav-mobile {
		display: block;
    }
    
    .top-nav-wide {
		display: none;
	}
    
    .top-nav-full {
		display: none;
	}
        
    .top-nav-desk {
		display: none;
	}
    .footerSection {
    	flex: 1 0 34% !important;
	}
}

.blogNav {
    animation: blinker 1.8s linear 15;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

.homeLogo span img {
	margin-top: 0.24rem;
    min-height: 25px;
    min-width: 75px;
}
@media only screen and (max-width: 790px) {
  .homeLogo span img {
      margin-top: 0rem;
      max-height: 25px;
      max-width: 75px;
  }

	
}

/**
 * Catalog Subnavigation
 */
.nav-arrow-down {
    display: inline-grid;
	position: relative;
    margin-left: 0.3rem;
	padding-bottom: 0.1rem;
  	width: 0;
  	height: 0;
  	border-left: 0.4rem solid transparent;
  	border-right: 0.4rem solid transparent;
  	border-top: 0.5rem solid #1e1e1e;
}
.catalog-nav {
	display: inline-grid;
    margin-bottom: 3px;
    height: 35px;
}
.locations-nav {
	display: inline-grid;
    margin-bottom: 3px;
    height: 35px;
}
.catalog-nav a, .locations-nav a {
	z-index: 2;
}
.catalog-nav a, .catalog-nav + a, .locations-nav a {
	z-index: 2;
    text-decoration: none !important;
}
.catalog-nav a:hover,
.catalog-nav + a:hover,
.locations-nav a:hover {
	z-index: 2;
    text-decoration: underline !important;
}

.catalog-subnav {
	display: none;
    position: relative;
    top: -0.3vh;
    left: 3rem;
    text-align: left;
    background-color: transparent;
    padding: 0.5rem;
    margin-top: 0.2rem;
    padding-top: 0;
    padding-left: 1.0rem;
    z-index: 5;
}
.catalog-nav:hover .catalog-subnav,
.locations-nav:hover .locations-subnav {
	display: inline-grid;
}
.locations-subnav {
    display: none !important;
    position: absolute;
    /* top: 3.7vh; */
    right: 0;
    /* text-align: right; */
    background-color: transparent;
    padding: 0.5rem;
    margin-top: 2.1rem;
    padding-top: 0;
    padding-right: 2.4rem;
    z-index: 5;
    /* width: 303px; */
    /* max-width: 196px; */
    display: flex;
    flex-flow: column;
}
.locations-nav:hover .locations-subnav {
	display: inline-grid !important;
}
.locations-nav .locationAnchor:hover {
	text-decoration: none;
}


/**
 * Content
 */

body {
	background-color: #fff;
	color: #1f1f22;
}

a:active {
	opacity: 0.79;
}

.page a.active {
	opacity: .45;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation

 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 4.2rem;
	font-weight: 700;
	color: rgb(30, 30, 30);
	font-family: "DM Sans", Icons;
	font-style: normal;
	line-height: 1.1;
}

[data-predefined-style="true"] bodycopy a {
    border-bottom: 0.00em solid rgba(0, 0, 0, 0.75);
	color: rgb(31, 31, 34);
	padding-bottom: 0.1em;
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgb(146, 85, 7);
    text-decoration: underline;

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.1;
	color: rgb(30, 30, 30);
	}

[data-predefined-style="true"] h1 a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgb(0, 25, 255);
}

[data-predefined-style="true"] h2 {
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(30, 30, 30);
	font-size: 2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(255, 255, 255, 0.96);
}

[data-predefined-style="true"] small {
    background: transparent;
	display: inline-block;
	font-size: min(1000px, 1.3rem);
	line-height: 1.1;
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgb(95, 162, 255);
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 89%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3.1rem /*!main_margin*/;
	padding-bottom: 3.1rem /*!main_margin*/;
	padding-left: 3.1rem /*!main_margin*/;
	padding-right: 3.1rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 65rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 94%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.65rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.3rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -3rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.7rem;
    margin-bottom: .3rem;
    font-size: 1.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.1;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 2 
rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Karla, Icons;
	font-style: italic;
	line-height: 1.2;
    text-align: left;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: fixed;
    padding: 6px;
    top: 2.4rem /*!shop_button*/;
    right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: Quiosco, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 46px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.7rem;
    font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.hover-image {
    display: flex;
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* initial: -1 */
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
    z-index: 10;
}


/*
 * Catalog - Table and search bar
 */
 @media only screen and (min-width: 920px) {
  	#project-table, .reset-container {
		width: 100%;
     	height: 2em;
   	}
     .year-header {
		width: 4em;
     }
     .name-header {
		width: 10.0em;
     }
     .type-header {
		width: 11.0em;
     }
     .loc-header {
		width: 9.0em;
     }
     .status-header {
		width: 9.0em;
     }
     .link-header {
		width: 5.5em;
	 }
     .sqft-header {
		width: 7.0em;
	 }
     .arrow-down {
		display: inline-block;
	}
     .table-data-location {
         white-space: nowrap;
     }
 }

#project-table {
	table-layout: fixed;
}

.year-header .dropdown-content {
    width: 4.5em;
}
.name-header .dropdown-content {
    width: 9em;
}
.type-header .dropdown-content {
    width: 11em;
}
.loc-header .dropdown-content {
    width: 8.0em;
}
.status-header .dropdown-content {
    width: 8.5em;
}
.link-header .dropdown-content {
    width: 3.5em;
}
.sqft-header .dropdown-content {
    width: 5.8em;
}


/* Screen shrink */
/* Screen ratio expansion */
 @media only screen and (max-aspect-ratio: 4.3/3.5) {
  	#project-table, .reset-container {
		width: inherit !important;
   	}
     [data-predefined-style="true"] small {
        font-size: 1.0rem;
    }
 }


@media only screen and (max-width: 919px) {
	.reset-container {
		width: 88%;
        height: 2.5em;
	}
    #project-table {
     	width: 100%;
   	}
     .year-header {
		width: 8%;
     }
     .name-header {
		width: 25%;
     }
     .type-header {
		width: 27%;
     }
    .type-header .dropdown-content {
        width: 10em;
     }
     .sqft-header {
		width: 16%;
     }
     .loc-header {
		width: 21%;
     }
     .status-header {
		width: 10%;
     }
    .arrow-down {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .status-header .dropdown-content {
        right: -10.4vw;
        width: 8em;
    }
    .link-header .dropdown-content {
        right: 0%;
        width: 4em;
    }
    .year-header .dropdown-content {
        width: 4em;
    }
}

@media only screen and (max-width: 1000px) {
    [data-predefined-style="true"] small {
        font-size: 1.0rem;
    }
}

/* Table row color - non-hover/link */
.grey-tr td small {
	color: rgb(48 48 48 / 60%) !important;
}

/* Table row color - links */
.blue-tr td small {
	color: rgb(0, 25, 255) !important;
}


/*
 * Dropdown
*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
 position: relative;
 display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f7f7f7;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
 overflow-wrap: normal;
}

/* Links inside the dropdown */
.dropdown-content small {
 padding: 7px 10px;
 display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content small:hover {
	background-color: #ddd;
	cursor: pointer;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/*
 * Reset Button
*/
.reset-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

#reset-button {
	display: none;
    color: #0019ff !important;
}

#reset-button b:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*
 * Links
 */
.table-data-link a:hover {
	cursor: pointer;
}

.table-data-link-none small{
	display: none;
}

@media only screen
    and (max-aspect-ratio: 9/5)
    and (max-width: 1100px) {
	 .link-header {
        display: none !important;
	 }
     .table-data-link {
        display: none;
    }
    .table-data-link-none {
        display: none;
    }
}

/*
* Header Triangle
*/
.arrow-down {
	position: relative;
	margin-bottom: 0.1rem;
  	width: 0;
  	height: 0;
  	border-left: 0.3rem solid transparent;
  	border-right: 0.3rem solid transparent;
  	border-top: 0.4rem solid rgb(0, 25, 255);
}

/*
* Img Adjustment - width 900px
*/
.width-950 img {
	width: 950px !important;
}
.width-900 img {
	width: 900px !important;
}
.width-800 img {
	width: 800px !important;
}
.width-425 img {
	width: 425px !important;
}
.width-300 img {
	width: 300px !important;
}
.width-scale-43 img {
	width: 43% !important;
    height: auto !important;
}

.width-scale-70 img {
	width: 31% !important;
}

.width-scale-80 img {
	width: 44vw !important;
}


/*
 * Home Mailing List Container
*/

#Mail-container, .email-form-input,
#subscribe-btn {
    max-height: 5%;
}

#Mail-container {
    position: absolute;
    top: calc(30vw + 3.5vh);
    /* right: -0.6%; */
    left: calc(9vw + 3vh);
    /* height: 81px; */
    bottom: 120px;
    /* margin-left: -8.3em; */
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: center;
    width: 340px;
    background: white;
    box-shadow: 2px 4px 4px 3px #ccc;
    z-index: 2024;
    max-height: 72px;
}


.Mail-text {
    flex-grow: 1;
    flex-direction: column;
	font-size: 12.5px;
    padding-bottom: 8px;
    color: blue;
}

.Mail-exit {
    position: absolute;
    background: transparent;
    top: -13px;
    right: -12px;
    flex-grow: 0.1;
    padding: 4px 15px;
    border-radius: 60px;
    margin-left: 10px;
    font-size: 23px;
    transition: all 0.15s ease;
}

.Mail-exit:hover {
	color: rgb(201, 42, 184);
	text-shadow: 1px 1px 1px rgb(244, 146, 233);
  	cursor: pointer;
}

@media only screen and (max-width: 790px) {
    #Mail-container {
      top: 0;
      left: 0;
      position: relative;
      margin: auto;
      margin-top: -75px;
    }
}

@media only screen and (max-width: 625px) {
    #Mail-container {
        padding-top: 8px;
        padding-bottom: 0px;
   		margin: auto;

        flex-direction: column;
    }

    .Mail-text {
        font-size: 12.5px;
        padding-bottom: 0px;
        margin-bottom: 8px;
        width: 100%;
    }
}
body > div.main_container > div.pinned.pinned_bottom > div {
	z-index: 1 !important;
}




/*
 * Home Mailing List Form + Submit Button
*/
#emailForm, .email-container {
    flex-grow: 3;
	display: flex;
	width: 40%;
    justify-content: center;
}

.email-form-input {
    flex-grow: 0.1;
	background: #fafafa;
	color: #636363;
    font-family: Karla, Icons;
	font-size: 12.5px;
	padding: 10px 10px 10px 5px;
	border: 1px solid #d0d0d0;
    margin-right: 10px;
}
.email-form-input:focus {
	outline: none;
}

.email-form-label {
	visibility: hidden;
	color: #999;
	font-size: 12.5px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: -15px;
	transition: all 0.2s ease;
}

/* Button */
#subscribe-btn {
    margin-right: 0;
	background: transparent;
	border: 1px solid blue;
	border-bottom: 2px solid blue;
    font-family: Karla, Icons;
    font-size: 12px;
    padding-bottom: 18px;
    color: blue;
	border-radius: 5px;
	transition: all 0.3s ease;
}
#subscribe-btn:focus {
	outline: 0;
}
#subscribe-btn:hover {
	color: rgb(201, 42, 184);
    cursor: pointer;
}

@media only screen and (max-width: 786px) {
    #emailForm, .email-container {
        /*
        justify-content: flex-end;
        padding-right: 17px;
        */
    }
}

@media only screen and (max-width: 625px) {
    #emailForm, .email-container {
		justify-content: space-around;
        padding-right: 0px;
    }
    .email-form-input {
        font-size: 14px;
        padding: 10px 10px 10px 5px;
    }
    #subscribe-btn {
        font-size: 12px;
    }
	.starburst-under {
		margin-top: 39px;
	}
}

.width-900 img {
	width: 900px !important;
}

.width-650 img {
	width: 650px !important;
}
.width-550 img {
	width: 550px !important;
}

.width-500 img {
	width: 500px !important;
}

/*
* Home Mailing List Success/Failure Message
*/
#sub-success {
	display: none;
	flex-grow: 1;
	font-size: 12px;
	text-align: center;
	color: blue;
}

#sub-failure {
    display: none;
    background-color: white;
	border: 2px solid #ff9999;
	height: 40px;
	color: #ff0000;
	position: absolute;
	top: 90px;
	right: 0;
	left: 0;

	line-height: 30px;
	font-size: 12px;
	text-align: center;
}


/**
 * Calendly Button
 */
.calendly-btn {
  display: table-cell;
  color: #fff;
  background-color: rgb(74, 91, 255);
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;

  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  width: 248px;
  height: 45px;
  line-height: 3em;
  padding: 0 30px;
  border-radius: 25px;

  cursor: pointer;
}

@media only screen and (max-width: 786px) {
    .calendly-btn {
    	left: 50%;
    	transform: translateX(-50%);
    }
}

.calendly-inline-widget, .calendly-inline-widget *, .calendly-badge-widget, .calendly-badge-widget *, .calendly-overlay, .calendly-overlay * {
  font-size: 16px;
  line-height: 1.2em;
}

.calendly-inline-widget iframe, .calendly-badge-widget iframe, .calendly-overlay iframe {
  display: inline;
  width: 100%;
  height: 100%;
}

.calendly-popup-content {
  position: relative;
}

.calendly-popup-content.calendly-mobile {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, 0.4)
}

.calendly-overlay .calendly-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 900px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
}

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none;
  }
}

.calendly-overlay .calendly-popup .calendly-popup-content {
  height: 100%;
}

.calendly-overlay .calendly-popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url(/assets/external/close-icon.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup-close {
    top: 15px;
    right: 15px;
  }
}

.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
}

.calendly-badge-widget .calendly-badge-content {
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.calendly-badge-widget .calendly-badge-content.calendly-white {
  color: #666a73;
}

.calendly-badge-widget .calendly-badge-content span {
  display: block;
  font-size: 12px;
}

.calendly-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}

.calendly-spinner>div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: calendly-bouncedelay 1.4s infinite ease-in-out;
  animation: calendly-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.calendly-spinner .calendly-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.calendly-spinner .calendly-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes calendly-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes calendly-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * Catalogue margin selector
 */
body > div.main_container > div.content_container > div:nth-child(1) > div > div > div.page.container.container_width > bodycopy {
	margin-top: -20px;
}

/**
 * About Us Page
 */
.aboutLinks {
	color: rgb(0, 25, 255) !important;
}

/**
 * Catalog Page
 */
.tableLink {
	color: rgb(30, 30, 30) !important;
}

tr:hover:not(#table-headers) {
 background: #d2d2d2;
 pointer-events: auto;
 transition: background 0.5s;
}
.table-row:hover > td.table-data-name > div.hover-image {
    visibility: visible;
    pointer-events: none;
}
.table-row[onclick] { cursor: pointer; }
table {
 border-collapse: collapse;
}

/**
 * BlogHandy CSS
 */

ul.bh-category-top-menu {
    border: none !important;
}
ul.bh-category-top-menu li a {
    border-bottom: none;
}

.bh-post-full a {
	border-bottom: none !important;
}

.bh-category-top-menu {
    font-size: 1.2rem;
}

.bh-engine-js {
	display: grid;
}
.bh-homepage-title {
    color: white !important;
	background-color: #606060;
    width: 18.3rem;
    height: 1.41rem;
    font-size: 1.2rem !important;
    justify-self: center;
}


.bh-post-wrap {
    padding-left: 7%;
    padding-right: 7%;
    place-self: center;
	grid-gap: 0.0rem !important;
}
@media only screen and (max-width: 1185px) {
  .bh-post-wrap {
    grid-template-columns: 1fr !important;
  }
	
}


.bh-post-full {
	text-align-last: center;
    padding-bottom: 5rem;
}
.bh-post-full > a > img {
    width: 92% !important;
    max-width: 80vh !important;
	border-radius: 0px !important;
}
.bh-post-text > h2 {
	font-size: 1.30rem;
}
.bh-meta-box {
	font-size: 1.10rem !important;
    float: none !important;
}
.bh-post-text > h2 > a:hover {
	text-decoration: underline !important;
}

.bh-category-text {
    text-decoration: none !important;
}
.bh-category-text a {
	color: #0019ff !important;
}

.powered_by {
    display: none;
}


/**
 * Residential page
 */
.resProjectColumn {
	text-align: -webkit-center;
}

.resProjectCard {
	text-align: center;
    width: fit-content;
}
.resProjectCard > a {
	border-bottom: transparent !important;  
}

.resProjectSnippet {
	text-align: left;
}
.resProjectSnippet > small > span {
	color: rgb(30, 30, 30) !important;
}
@media only screen and (max-width: 790px) {
    .resProjectSnippet > small {
	    font-size: 0.69em;
    }
}

/**
 * Hospitality page
 */
.hospProjectCard {
    margin-inline: auto;
	text-align: center;
    width: fit-content;
}
.hospProjectCard > a {
	border-bottom: transparent !important;  
    display: flex;
    position: relative;
}
.hospProjectCard > a > img {
	margin-bottom: 0em;
}

a .hospFadeDiv {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    color: #fff;

    opacity: 0; /* Completely invisible. */
    transition: 1s; /* A 1 second transition. */
}

a:hover .hospFadeDiv {
    opacity: 1.0; /* Completely visible. */
}

.hospText {
	padding-left: 1.5rem;
    padding-top: 1.5rem;
}
@media only screen and (max-width: 790px) {
    .hospText > span {
	    font-size: 2rem;
    }
}