@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Zilla Slab', serif; 300,300i,400,400i,700,700i
font-family: 'Raleway', sans-serif; 400,400i,700,700i

Dark Gray - #293233 / 41,50,51
Dark Blue - #0E3560 / 14,53,96
Light Blue - #317889 / 49,120,137

Yellow - #F5B500 / 245,181,0
Yellow Darker - #F49000 / 244,144,0

Text - #212121 / 33,33,33
Drk Gray - #4C4C4C / 76,76,76
Lt Gray - #8E8E8E / 142,142,142
*/

@media screen and (max-width: 64.063em) {

}
@media screen and (max-width: 40.063em) {

}

body {
	color: #212121;
	
	background-image: url(../img/bg/full/secondary.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center right;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}
.top_gradient {
	position: absolute;
	width: 100%;
	height: 265px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	
	background: -moz-linear-gradient(top, rgba(41,50,51,1) 0%, rgba(41,50,51,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(41,50,51,1) 0%,rgba(41,50,51,0) 100%);
	background: linear-gradient(to bottom, rgba(41,50,51,1) 0%,rgba(41,50,51,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293233', endColorstr='#29323300',GradientType=0 );
}




/******** HOMEPAGE ********/

.homepage {
	position: relative;
	width: 100vw;	
	/*height: 50vh;*/
}

/***** VISNAV TOP *****/

.visnav_top {
	position: relative; 
	margin: 18.65rem auto 8.65rem auto;
}
.visnav_top h1, .visnav_top h2, .visnav_top h3, .visnav_top h4, .visnav_top h5, .visnav_top h6 {
	padding: 0rem 1.65rem;
	display: inline-block;
	margin-bottom: 1.65rem;
	line-height: 1.65;
	color: #F5B500; 
	border: 4px solid #F5B500;
	background: #293233;	
	background: rgba(41,50,51,0.65);	
}
.visnav_top h1 small, .visnav_top h2 small, .visnav_top h3 small, .visnav_top h4 small, .visnav_top h5 small, .visnav_top h6 small {
    color: #F5B500;
}
.visnav_top p {
	color: #FFFFFF;
	font-size: 1;
	margin-bottom: 1.65rem;
}

@media screen and (max-width: 40.063em) {

.visnav_top {
	margin: 11.65rem auto 3.65rem auto;
}	
	
}


/***** / VISNAV TOP *****/

/***** VISNAV *****/

.visnav {
	margin-bottom: -2.65rem;
}

.visnav h1, .visnav h2, .visnav h3, .visnav h4, .visnav h5, .visnav h6 {
	padding: 0rem 1.65rem;
	margin-bottom: 1.65rem;
	line-height: 1.65;
	color: #F5B500; 
	border: 4px solid #F5B500;
	background: #293233;	
	background: rgba(41,50,51,0.65);	
}
.visnav h1 small, .visnav h2 small, .visnav h3 small, .visnav h4 small, .visnav h5 small, .visnav h6 small {
	color: #F5B500; 	
}

@media screen and (max-width: 40.063em) {

.visnav {
	bottom: 0rem;
}
	
}

/***** / VISNAV *****/

a.scroll-indicator {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 1.65rem;
	line-height: 2.65rem;
    color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
    text-align: center;
	background: #293233;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
a.scroll-indicator:hover, a.scroll-indicator:focus {
	color: #293233;
	background: #F49000;
}

@media screen and (max-width: 40.063em) {
.homepage {
	height: auto;
	/*padding: 15.85rem 0rem 1.85rem 0rem;*/	
	padding: 50px 0rem 1.85rem 0rem;	

	background-attachment: scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;	
}
.homepage .tagline {
	margin-top: 1.35rem;
	top: auto;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.homepage .tagline h2 {
	font-size: 2.35rem;
}
.homepage .tagline h2 span {
	font-size: 1.35rem;
}
a.scroll-indicator {
	display: none;
}
}

/******** /HOMEPAGE ********/
/******** KICKERS ********/

.kicker {
	position: relative;
	width: 100%;
	padding: 6.65rem 0rem 8.65rem 0rem;
	text-align: center;	
	background: url(../img/bg/pattern/texturetastic-white.png) center center repeat #FFFFFF;	
}
.kicker h1, .kicker h2, .kicker h3, .kicker h4, .kicker h5, .kicker h6 {
	padding: 0rem 1.65rem;
	margin-bottom: 1.65rem;
	line-height: 1.65;
	color: #F49000; 
	border: 4px solid #8E8E8E;
	border: 4px solid rgba(142,142,142,0.35);
}

@media screen and (max-width: 64.063em) {

.kicker h2 {	
	font-size: 2.35rem;	
}

}
@media screen and (max-width: 40.063em) {

.kicker {
	padding: 3.35rem 0rem;
}

}


.kicker.yellow {	
	background: url(../img/bg/pattern/texturetastic-yellow.png) center center repeat #F5B500;	
}
.kicker.yellow h1, .kicker.yellow h2, .kicker.yellow h3, .kicker.yellow h4, .kicker.yellow h5, .kicker.yellow h6 {
	color: #212121; 
	border: 4px solid #F5B500;
}
.kicker.yellow hr {	
    border-bottom: 1px solid #FFFFFF;
}
.kicker.yellow .button {
    background-color: #212121;
    color: #FFFFFF !important;
}
.kicker.yellow .button:hover, .kicker.yellow .button:focus {
    background-color: #000000;
    color: #FFFFFF !important; 
}


.kicker.blue_dark {	
	background: url(../img/bg/pattern/texturetastic-blue-dark.png) center center repeat #293233;	
}
.kicker.blue_dark h1, .kicker.blue_dark h2, .kicker.blue_dark h3, .kicker.blue_dark h4, .kicker.blue_dark h5, .kicker.blue_dark h6 {
	color: #FFFFFF; 
	border: 4px solid #F5B500;
	background: #293233;	
	background: rgba(41,50,51,0.65);	
}
.kicker.blue_dark h1 small, .kicker.blue_dark h2 small, .kicker.blue_dark h3 small, .kicker.blue_dark h4 small, .kicker.blue_dark h5 small, .kicker.blue_dark h6 small {
	color: #FFFFFF; 	
}

.kicker.blue_dark hr {	
    border-bottom: 1px solid #FFFFFF;
    border-bottom: 1px solid rgba(255,255,255,0.65);
}
.kicker.blue_dark p {	
    color: #FFFFFF;
}
.kicker.blue_dark .button {
    background-color: #F5B500;
    color: #212121 !important;
}
.kicker.blue_dark .button:hover, .kicker.blue_dark .button:focus {
    background-color: #F49000;
    color: #212121 !important; 
}


.kicker.gray_dark {	
	background: url(../img/bg/pattern/texturetastic-gray-dark.png) center center repeat #4C4C4C;	
}
.kicker.gray_dark h1, .kicker.gray_dark h2, .kicker.gray_dark h3, .kicker.gray_dark h4, .kicker.gray_dark h5, .kicker.gray_dark h6 {
	color: #FFFFFF; 
	border: 4px solid #8E8E8E;
	border: 4px solid rgba(142,142,142,0.65);
}
.kicker.gray_dark h1 small, .kicker.gray_dark h2 small, .kicker.gray_dark h3 small, .kicker.gray_dark h4 small, .kicker.gray_dark h5 small, .kicker.gray_dark h6 small {
	color: #FFFFFF; 
}
.kicker.gray_dark hr {	
    border-bottom: 1px solid #FFFFFF;
    border-bottom: 1px solid rgba(255,255,255,0.65);
}
.kicker.gray_dark p {	
    color: #FFFFFF;
}
.kicker.gray_dark .button {
    background-color: #F5B500;
    color: #212121 !important;
}
.kicker.gray_dark .button:hover, .kicker.gray_dark .button:focus {
    background-color: #F49000;
    color: #212121 !important; 
}


.kicker.trans_gray_dark {	
	background: #212121;	
	background: rgba(33,33,33,0.35);	
}
.kicker.trans_gray_dark h1, .kicker.trans_gray_dark h2, .kicker.trans_gray_dark h3, .kicker.trans_gray_dark h4, .kicker.trans_gray_dark h5, .kicker.trans_gray_dark h6 {
	color: #FFFFFF; 
	border: 4px solid #F5B500;
	background: #293233;	
	background: rgba(41,50,51,0.65);	
}
.kicker.trans_gray_dark h1 small, .kicker.trans_gray_dark h2 small, .kicker.trans_gray_dark h3 small, .kicker.trans_gray_dark h4 small, .kicker.trans_gray_dark h5 small, .kicker.trans_gray_dark h6 small {
	color: #FFFFFF; 	
}
.kicker.trans_gray_dark hr {	
    border-bottom: 1px solid #FFFFFF;
    border-bottom: 1px solid rgba(255,255,255,0.65);
}
.kicker.trans_gray_dark p {	
    color: #FFFFFF;
}
.kicker.trans_gray_dark .button {
    background-color: #F5B500;
    color: #212121 !important;
}
.kicker.trans_gray_dark .button:hover, .kicker.trans_gray_dark .button:focus {
    background-color: #F49000;
    color: #212121 !important; 
}


.kicker.white {	
	background: #FFFFFF;	
}


.kicker.trans {	
	background: none;	
}
.kicker.trans h2 {	
	color: #FFFFFF;	
}


/**** SPECIFIC KICKERS ****/

.kicker.service_area {
	/*padding: 0rem;*/
	min-height: 42vh;
}
.kicker.service_area .service_map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	
	z-index: -1;
	
	background-image: url(../img/map/service-map.svg);
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/***** Kicker Projects *****/

.kicker.projects {
	padding: 6.65rem 0rem 3.65rem 0rem;
}
.kicker.projects svg {
	width: 72%;
	margin: 0 auto;
}

/*.kicker.projects .box_gradient {
}
.kicker.projects .box h3 {
	font-size: 1rem;
	margin: 0.65rem 0rem 1.65rem 0rem;
	padding: 0.35rem;
}
.kicker.projects .box .box_inside h2 {
    font-size: 1.15rem;
    position: absolute;
    bottom: 0rem;
    left: 1.15rem;
    color: #F5B500;
	padding: 0.35rem 0.65rem;	
    opacity: 1;
    border: 4px solid #F5B500;
	
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.kicker.projects .box:hover .box_inside h2, .kicker.projects .box:focus .box_inside h2 {
	opacity: 0;	
	bottom: -6.65rem;
}*/

/***** Main Content Projects *****/

.main_content .projects h2 {
	font-size: 1.15rem;	
}
.main_content .projects .box_gradient {
	/*display: none;*/	
}

/******** / KICKERS ********/
/******** SERVICE AREA ********/

.service_area {
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
	
/******** / SERVICE AREA ********/
/******** SECONDARY ********/

.secondary_header {
	width: 100%;
	padding: 11.85rem 0rem 1.85rem 0rem;
	text-align: center;
	
	background-image: url(../img/bg/full_short/secondary.jpg);
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}
.secondary_header h1 {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	color: #FFFFFF !important;	
	font-size: 2.35rem;
}
.secondary_header h1 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.35rem;
	/*color: #F5B500;*/
	/*font-size: 1.65rem;*/		
}
.secondary_header h1 span:before {
	content: ' | ';	
	margin: 0rem 1.35rem;
	color: #FFFFFF;
	color: rgba(255,255,255,0.35);	
}

@media screen and (max-width: 64.063em) {
	
.secondary_header {
	background-attachment: scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;	
}
.secondary_header h1 {
	font-size: 1.85rem;
}
.secondary_header h1 span {
	font-size: 1.35rem;		
	letter-spacing: 0.25rem;
}	

}
@media screen and (max-width: 40.063em) {
	
.secondary_header {
	padding: 14.65rem 0rem 0.65rem 0rem;	
}
.secondary_header h1 {
	font-size: 1.35rem;
	line-height: 1.15;
}
.secondary_header h1 span {
	font-size: 1rem;		
	letter-spacing: 0.15rem;
}	
.secondary_header h1 span:before {
	margin: 0rem 0.65rem;	
}	

}

.main_content {
	width: 100%;
	padding: 2.65rem 0rem;
	background: #FFFFFF;	
}


.page_heading {
	padding-bottom: 1.65rem;
	margin-bottom: 2.65rem;
    border-bottom: 1px solid #8E8E8E;
    border-bottom: 1px solid rgba(142,142,142,0.65);
}
.page_heading h1, .page_heading h2, .page_heading h3, .page_heading h4, .page_heading h5, .page_heading h6, .page_heading p {
	color: #0E3560 !important;
}
.page_heading p {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 1.65rem !important;
}

@media screen and (max-width: 40.063em) {
	
.page_heading, .page_heading p {
	font-size: 1.15rem !important;
}

}


.sidebar_menu {
	margin-bottom: 2.65rem;
}
.sidebar_menu h4 {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	color: #8E8E8E;
	font-size: 2.65rem;
	line-height: 1.35;
	padding: 0rem 0rem 0.35rem 0rem;
	margin: 0rem 0rem 1.65rem 0rem;
    border-bottom: 1px solid #8E8E8E;
    border-bottom: 1px solid rgba(142,142,142,0.65);	
}
 @media screen and (max-width: 64.063em) {
.sidebar_menu h4 {
	font-size: 1.65rem;
}
 }

 
.sidebar_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar_menu ul li  {
	display: block;
	padding: 0;
}
.sidebar_menu li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	display: block;
	width: 100%;
	color: #212121;
	font-size: 1rem;
	line-height: 1.35;
	padding: 0.65rem 1.65rem;	
	
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.sidebar_menu li a:hover {
	color: #F49000;
}
.sidebar_menu a.nav-selected.nav-path-selected, .sidebar_menu a.nav-path-selected {
	font-weight: 400;
	color: #F49000;
}
 @media screen and (max-width: 40.063em) {
.sidebar_menu {
	text-align: center !important;
	margin-top: 1.65rem;
	padding-top: 1.65rem;
    border-top: 1px solid #8E8E8E;
    border-top: 1px solid rgba(142,142,142,0.65);
}
 }


.program_pricing {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.35rem;
	color: #F5B500;
}


.contact_content p {
	margin: 1.65rem 0rem;
	font-size: 1.35rem;
}
.contact_content p:first-child {
	margin: 0rem 0rem 1.65rem 0rem;
}
.contact_content p span {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 2.35rem;
	color: #888888;
} 
.contact_right {
	padding-left: 2.65rem;
	margin-left: 2.65rem;
	border-left: 1px solid #949494;
	border-left: 1px solid rgba(148,148,148,0.35);
}

 @media screen and (max-width: 64.063em) {

.contact_right {
	padding-left: 0.5rem;
	margin-left: 0rem;
	border-left: none;
}

 }
 
.contact_map, .footer_map {
	display: block;
	padding: 0rem;
	margin: 0rem;
	background: #FFFFFF;
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.contact_map.open, .footer_map.open {
	height: 400px;
}


 
/***** BOXES *****/
 
.box {
	position: relative; 
	overflow: hidden;
}

.box_gradient {
	position: absolute;
	width: 100%;
	height: 56%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;		
}
.box:hover .box_gradient, .box:focus .box_gradient {
	opacity: 0;		
}

.box_inside {
	position: relative;
	z-index: 1;	
}
.box_inside h2 {
	font-size: 1.65rem;
	position: absolute;
	top: 1.65rem;
	left: 1.15rem;
	padding: 0.85rem 1.15rem;
	background: #293233;	
	background: rgba(41,50,51,0.96);
	color: #F5B500;
	z-index: 3;
	opacity: 1;	
	border: 4px solid #F5B500;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.box:hover .box_inside h2, .box:focus .box_inside h2 {
	opacity: 0;	
	top: -6.65rem;
}
.box .box_caption {
	position: absolute; 
	top: 0.65rem;
	right: 0.65rem;
	bottom: 0.65rem;
	left: 0.65rem;
	background: #293233;	
	background: rgba(41,50,51,0.96);	
	opacity: 0;
	z-index: 3;
	pointer-events: none;	
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}

.box:hover .box_caption, .box:focus .box_caption {
	opacity: 1;	
}

.box .box_caption_inside {
	padding: 0.85rem 6%;
	
	position: relative;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.box .box_image img {
	width: 100%;
	height: auto;
	
    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    transition: all 0.65s;	
}
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.box h3 {
	color: #FFFFFF !important;
	border: 2px solid #8E8E8E !important;
	font-family: 'Zilla Slab', serif;
	font-weight: 400; 
	font-size: 1.35rem;
	margin: 0rem 0rem 1.65rem 0rem;
}
.box p {
	font-family: 'Zilla Slab', serif;
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 1.35;
	color: #FFFFFF;
	margin-bottom: 1.65rem;
}
.box .button {
    background-color: #F5B500 !important;
	color: #212121 !important;
	pointer-events: all;
}
.box .button:hover, .box .button:focus {
    background-color: #F49000 !important;
	color: #212121 !important;
}

 @media screen and (max-width: 64.063em) {

.box:hover .box_caption, .box:focus .box_caption {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;	
	opacity: 0;	
}
.box .box_caption_inside {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);		
}
.box h3 { 
	font-size: 1rem;
	margin: 0rem 0rem 0.85rem 0rem;
}
.box p {
	display: none;
}	 
.box a {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
    opacity: 0;
}

 }
@media screen and (max-width: 40.063em) {

.box_inside h2 {
	font-size: 1rem;
	top: 0.35rem;
	left: 0.35rem;
	padding: 0.5rem 0.65rem;
	display: none;
}	
	
.box .box_caption {
	position: relative; 
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	opacity: 1;	
}
.box .box_caption_inside {
	position: relative; 
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;		
}
.box:hover .box_caption, .box:focus .box_caption {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;	
	opacity: 1;	
}	
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}	
.box h3 {
	font-size: 1.15rem;
	margin: 0rem;
}
.box p {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.65rem;
}	
.box a {
	margin-top: 0.65rem;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;	
	opacity: 1;
}	

}


/***** PROJECT GALLERY *****/

.column.column-block.project {
	margin-bottom: 2.65rem;
}
.column.column-block.project a {
	display: block;
	border: 6px solid #F5B500;
	border: 6px solid rgba(245,181,0,0.18);
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.column.column-block.project a:hover, .column.column-block.project a:focus {
	border: 6px solid #F5B500;
}



/******** /SECONDARY ********/
/******** FOOTER ********/



.site-footer {
	position: relative;
	z-index: 1;
	padding: 0rem 0rem 3.35rem 0rem;
	overflow: auto;
	color: #8E8E8E;
	text-align: left;
	/*background: url(../img/bg/pattern/dark-bg.jpg) center center repeat #293233;*/
	/*background: #293233;*/
	background: #212121;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 40.063em) {
.site-footer {
	text-align: center !important;
}
}

.footer_bg_top {
	padding: 3.65rem 0rem;	
	background-image: url(../img/bg/full/dark-gray-construction.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.footer_bg_bottom {
	padding: 3.65rem 0rem;
	background: url(../img/bg/pattern/gray-sand-dark.png) center center repeat #212121;
}


.site-footer hr {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0,0,0,0.35);
}
 
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #F5B500;
}

.site-footer p {
	color: #8E8E8E;
}
.site-footer a {
	color: #8E8E8E;
	text-decoration: none;
}
.site-footer h4 {
	padding: 0.85rem 1.65rem;
	margin: 0rem;
	font-size: 1.35rem;
	color: #FFFFFF;
	background: #293233;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.site-footer a h4 {
	color: #212121;
	background: #F5B500;	
}
.site-footer a h4:hover, .site-footer a h4:focus {
	background: #F49000;
}
.site-footer h4 small {
	color: #8E8E8E;
}

.site-footer .inner {
	padding: 1.85rem 0rem;
	margin: 0rem;
}
.site-footer .footer_bg_top .inner {
	padding: 1.85rem 0rem 0rem 0rem;
}
.site-footer .inner.bg {
	background: #000000;
	background: rgba(0,0,0,0.18);
	margin-bottom: 2.65rem;
}

.site-footer .footer-bottom {
	padding: 1.65rem 0rem;
	margin-top: 3.65rem;
	font-size: 1rem;
	text-align: center;
    border-top: 1px solid #8E8E8E;
    border-top: 1px solid rgba(142,142,142,0.35);
}

.footer_nav ul {
	padding: 0rem;
	margin: 0rem;
}
.footer_nav li {
	display: block;
	list-style-type: none;
}
.footer_nav li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.35;
	display: block;
	padding: 0rem 1.65rem;
	margin: 0.85rem 0rem;
	font-size: 1.15rem;
	color: #8E8E8E;
	text-decoration: none;
}
.footer_nav li a:hover {
	color: #FFFFFF;
}
.footer_nav ul li.nav-path-selected a.nav-path-selected {
	color: #FFFFFF;
}




/******** /FOOTER ********/

