/*
		
*/
*{
	box-sizing: border-box;
}

html{
	font-family: 'Open Sans', sans-serif;

	width:100%;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body{
	width:100%;
	overflow-x:hidden;
	margin:0;
	padding:0;
	min-height: 100vh;
	color:#111;
	background:#fff;

}

img.wz{
	max-width:280px;
}

.padding{
	padding:8vw 0;
}

h1.super{
	padding-bottom:20px;
	padding-right: 20%;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.first{
	align-items: center;
}

.flex.reverse{
	flex-wrap: wrap-reverse;
}

img{
	max-width:100%;
}
.full-image{
	width:100%;
	margin-bottom: -7px;
}

.full-image img{
	max-width:100%;
	width:100%;
}


.col-20{
	flex: 0 1 20%;
}

.col-30{
	flex: 0 1 30%;
}

.col-40{
	flex: 0 1 40%;
}
.col-50{
	flex: 0 1 50%;
}
.col-60{
	flex: 0 1 60%;
}
.col-70{
	flex: 0 1 70%;
}
.col-80{
	flex: 0 1 80%;
}

h1.super{
	font-weight:400;
	font-size: 55px;
	color: #111111;
	letter-spacing: 0;
	line-height: 65px;
	margin:0;
}
h1{
	font-size: 28px;
	color: #111111;
	letter-spacing: 0;
	font-weight:400;
	line-height: 40px;
	margin:0;
}



h2{
	font-weight:400;
	font-size: 23px;
	color: #111111;
	letter-spacing: 0;
	line-height: 35px;
	margin:0;
}
h3{
	font-style:italic;
	font-size: 18px;
	font-weight:300;
	color: #000000;
	letter-spacing: 0;
	line-height: 33px;
	margin:0;
}
h4{
	font-weight:600;
	text-transform: uppercase;
	font-size: 11px;
	color: #111111;
	letter-spacing: 0;
	line-height: 19px;
	margin:0;
}
h5{
	font-weight:700;
	font-size: 14px;
	color: #111111;
	letter-spacing: 0;
	line-height: 21px;
	margin:0;
}
h6{
	margin-top:0;
	font-size:14px;
	line-height:21px;
	font-weight:700;
	color:#ccc;
	text-transform: uppercase;
	margin:0;
}
p{
	font-size: 13px;
	color: #111111;
	letter-spacing: 0;
	margin-top:0;
	line-height: 25px;
}
a{
	text-decoration: none;
	color:#222;
}

.main-menu-more, .edit-link{
	display: none;
}

#banner .slide .text *:last-child{
	margin-bottom:0;
}

#m-menu-btn{
	position: absolute;
	width:50px;
	height:50px;
	display: block;
	right:30px;
	padding-left:20px;
	padding-top:3px;
    margin-top: 0px;
	  cursor: pointer;
}


#navmenu:not( .mm-menu ) { display: none; }

#nav{
	background:#fff;
}

#m-menu-btn div {
	width: 30px;
	height: 2px;
	background-color: #000;
	margin: 6px 0;
}
#banner{
	width:100%;
	color:#fff;
}
.home #banner{
	padding-top:100px;
}

#banner{
	min-height: 22vw;
	display: flex;
	align-items: center;
}

.page-template-0_team #banner{
	min-height:40vw;
}

#banner .slide h1{
	margin-bottom:30px;
}
#banner .site-width{
}
#banner h1{
	font-size:35px;
	line-height: 45px;
	color:#fff;
}
.slide .site-width{
	
    z-index: 9999;
}

.slide .text{
	max-width:500px;
}

.slide{
	width:100%;
	min-height:400px;
	display: flex;
	align-items: center;
}


.home .slide{
	min-height:calc(100vh - 100px);
}

.slide h5{
	font-weight:500;
	margin-bottom:20px;
}

.site-width{
	max-width:1200px;
	margin:0 auto;
	width:100%;
}

h1 small{
	font-size:40px;
	line-height:45px;
	display: block;
}

.slide h6{
	text-transform: uppercase;
}


h1 sup{
	font-size:20px;
	top:-10px;
	position: relative;
}

.slide .button{
	background:none;
	border:2px solid #fff;
	color:#fff;
	margin-top:20px;
    padding: 10px 35px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

.row figure{
	max-width:100%;
    height: auto;
    padding:0;
    margin:0;
    width: inherit !important;
	
}

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


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

.row.mixed{
	display: flex;
	flex-wrap: wrap;
	
}


.panel{
	z-index: 999;
}

.row.full{
	padding:100px 0px;
	overflow: hidden;
	position: relative;
}

.row.full .site-width{
	
}

.row.full .panel{
	background:#fff;
	padding:50px;
	max-width:500px;
}

.row.full .site-width{
	display: flex;
}
.row.full .site-width.Right{
	
    justify-content: flex-end;
}

.row.full .site-width.Left{
	
    justify-content: flex-start;
}
.row.full .site-width.Center{
	
    justify-content: center;
}
.row.full .site-width.Center .panel{
	text-align: center;
}

.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
	padding:5% 0 0 0 ;
}

.row.owl-carousel{
	padding-bottom:5%;
}


#footer{
	background:#2E2E2E url(../images/wz2.png) right bottom no-repeat;
	background-size:303px 240px; 
	color:#C4C4C4;
	padding: 4vw 0px;
}

.row.regular .col{
	flex: 0 1 50%;
}

.row.regular.flipped{
	flex-direction:row-reverse;
}

.row h3, .row h4{
	font-weight: 600;
}


.row.mixed .col{
	flex: 0 1 45%;	
}
.row.mixed {
	align-items: flex-start;
	justify-content: space-between;
}

.row img{
	border-radius: 6px;
}


.row p a{
	font-weight:700;
	text-transform: uppercase;
	cursor:pointer;
	color:#F16523;
    margin-top: 20px;
    display: block;
}

#nav{
	padding:30px 20px;
	border-bottom:1px solid #eaeaea;
}

#logo{
	width:250px;
	height:38px;
	display: block;
	float:left;
}

#logo img{
	max-width: 100%;
}


#d-menu{
	float:left;
}

#d-menu ul li{
	list-style: none;
	display: inline-block;
}

#d-menu .sub-menu{
	display: none;
}

#d-menu .submenu-expand{
	display: none;
}
#d-menu #menu-main, #top-cta{
	padding:0px;
	margin:0;
}


#d-menu, #top-cta{
	text-transform: uppercase;
	font-size:13px;
	font-weight:700;
	letter-spacing:0px;
	color:#888;
}


#top-cta{
	float:right;
}


#d-menu ul li a{
	padding:30px;
	display: inline-block;
}

#top-cta{
	margin-top:23px;
	margin-right:10px;
}

#top-cta a{
    border-radius: 30px;
    padding: 6px 20px;
    display: inline-block;
    border: 1px solid #F16523;
    font-size: 12px;
    font-weight: 500;

}


#top-cta a#one{
	color:#F16523;
}
#top-cta a#one:hover{
    border: 1px solid #333;
	color:#333;
}

#top-cta a#two{
	color:#fff;
	background:#F16523;
}
#top-cta a#two:hover{
	background:#333;
	color:#fff;
    border: 1px solid #333;
}

#d-menu ul li a:hover{
	color:#F16523;
}

#d-menu ul li:hover .sub-menu {
	display: flex;
}
#d-menu .sub-menu{
    position: absolute;
    z-index: 999;
    background-color:rgba(241,241,241,1);
    width: 100%;
    left: 0;
    margin-top: 0px;
	flex-wrap: wrap;
    padding: 50px 7%;
    justify-content: space-between;
}

#d-menu .sub-menu li{
	flex: 0 1 30%;
}
#d-menu ul.sub-menu:hover{
	display: flex;
}
#d-menu ul.sub-menu li a{
	
    padding: 12px 10px;
    text-transform: none;
    font-size:14px;
    font-weight: 500;
}

#d-menu ul.sub-menu li a::before{
	display: inline-block;
	 content: '';
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    position: absolute;
    margin-top:7px;
    width: 8px;
    margin-left: -16px;
    background-color: #F16523;
}
#d-menu .sub-menu li.mobile-parent-nav-menu-item{
	flex: 0 1 100%;
    margin-left: -15px;
}

#d-menu .sub-menu .svg-icon{
	display: none;
}

#d-menu .mobile-parent-nav-menu-item button{
	background:none;
	border:none;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
        margin-bottom: 10px;
}



#topnav{
	background:#f1f1f1;
	text-align: right;
	font-size:12px;
	line-height:12px;
	padding:0px;
	display: none;
}

.home #topnav{
	display: block;
}

#topnav #text a{
	margin-right:20px;
	line-height:30px;
	height:30px;
}
#topnav #social{
	margin-right:10px;
}
#topnav #social, #topnav #text {
	display: inline-block;
}
#topnav #social a{
	margin:0 7px;
	display: inline-block;
	width:15px;
	height:15px;
	position: relative;
	top:3px;
	opacity:.7;
	background:#aaa;
}


#topnav #social a#facebook{
	background:url(../images/facebook.svg);
	background-size:100% 100%;
}
#topnav #social a#instagram{
	background:url(../images/instagram.svg);
	background-size:100% 100%;
}
#topnav #social a#youtube{
	background:url(../images/youtube.svg);
	background-size:100% 100%;
}


#totalnav{
	border-top:2px solid #F16523;

    z-index: 9999;
    width: 100%;
}

#topnav.scrolled{
	display: none;
}

#cta{
	background:#F16523;
	color:#fff;
	padding:20px 0px;
}

#cta h3{
	float:left;
	line-height:40px;
	color:#fff;
	margin:0;
}

#cta .button{
	background:none;
	color:#fff;
	text-transform: uppercase;
	font-weight:700;
	float:right;
	border:1px solid #fff;
    padding: 10px 30px;
	border-radius: 0px;
	font-size:12px;
}
#cta .button:hover{
	color:#F16523;
	background:#fff;
}
.owl-dots{
	display: none;
}

#mission{
	padding:20px 0px;
	background:#f6f6f6;
}

#mission #circle{
	background:#F16523;
	color:#fff;
	width:80px;
	height:80px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	float:left;
	margin-right:20px;
}
#mission #circle span{
	color:#fff;
	font-size:13px;
	font-weight:700;
}

#mission #text{
font-size: 13px;
    line-height: 22px;
    padding-top: 7px;
    font-weight: 500;
}
#mission{
	display: none;
}

.home #mission{
	display: block;
}

.small-slide{
	padding:0 50px;
}
.owl-carousel.small .owl-item img{
	width:80px;
	margin:0 auto;
}

.owl-carousel.small .owl-item {
	text-align: center;
}

.owl-carousel.small .owl-item h5{
	padding:0 30px;
}

.owl-carousel.small .owl-item a{
	text-transform: uppercase;
	font-weight:700;
	color:#F16523;
	font-size:13px;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 40%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background:  url(../images/left.png) no-repeat scroll 0 0;
  background-size:contain;
  left: 10px;
}
.owl-carousel .next-slide{
  background:  url(../images/right.png) no-repeat scroll;
  background-size:contain;
  right: 10px;
}

.owl-nav{
	height: 0px;
}

.image{
	width:100%;
	max-width:100%;
	height:400px;
    border-radius: 6px;
}

.cover{
	width:100%;
	height:100%;
	background-color:#000;
	position: absolute;
	display:block;
}

#banner h6{
	color:#fff;
}
.centered{
	text-align: center;
}


.four-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.four-col .col{
	flex:0 1 20%;
}

#copyright{
	font-size:11px;
	line-height:17px;
	color:#888;
	padding:40px 0px 20px 0px;
}

#copyright a{
	color:#333;
}


#instagram-feed{
	margin:20px 0px;
	display: block;
}


#footer p a{
}

#footer h5 a{
	color:#F16523;
}
#social-bottom a{
	width:50px;
	height:50px;
	border-radius: 25px;
	border:1px solid #333;
	display: inline-block;
	opacity:.5;
	margin-right:10px;
}

#social-bottom a#instagram-b{
	background:url(../images/instagram.svg)center center no-repeat;
	background-size:20px 20px;
}

#social-bottom a#youtube-b{
	background:url(../images/youtube.svg)center center no-repeat;
	background-size:20px 20px;
}

#social-bottom a#facebook-b{
	background:url(../images/facebook.svg)center center no-repeat;
	background-size:20px 20px;
}



.contact-info{
	float:right;
	font-size:11px;
	line-height:11px;
	margin-right: 100px;
	margin-top: 12px;
}

.contact-info a{
	margin-left:40px;
}



#cta .site-width{
	padding-top:0 !important;
	padding-bottom:0 !important;
}


#footer .col{
	float:left;
	margin-right: 10vw;
}

#footer p{
	color:#C4C4C4;
	margin:0;
	font-size:11px;
	line-height:23px;
}
#footer p a:hover, #footer ul li a:hover{
	color:#F16523;
}
#footer p a{
	color:#C4C4C4;
}

#footer ul li, #footer ul{
	list-style: none;
	padding:0;
	margin:0;
}

#footer ul li a{
	
	color:#C4C4C4;
	font-size:11px;
	line-height:23px;
}

.last-line{
	margin-top:30px;
}

.last-line .logos{
	width:275px;
	float:left;
}

.last-line .copyright{
	font-size:9px;
	color:#7E7E7E;
	float:left;
	margin-left:5vw;
	margin-top:25px;
}

.last-line .copyright a{
	color:#C4C4C4;
}
.flogo img{
	width:215px;
	height:auto;
	
}

.flogo{
	float:right;
	margin-top:5px;
}


.col-33{
	flex:0 1 30%;
}

.col-66{
	flex:0 1 60%;
}

hr{
	backgroun:#F16523;
	border:none;
	border-top:1px solid #F16523;
	height:1px;
	width:100%;
	margin:0 0 20px 0;
}

.boxes{
	display: flex;
	flex-wrap: wrap;
}

.boxes .col{
	border:1px solid #e0e0e0;
	border-right:0;
	padding:5vw;
	flex: 0 1 25%;
}

.boxes .col h5{
	margin-bottom:20px;	
}
.boxes .col a.link{
	margin-top:30px;
	display: block;
}
a.link{
	font-weight:bold;
	padding-left:17px;
	background:url(../images/circle.svg) left center no-repeat;
	background-size:11px 11px;
	font-size: 13px;
	color: #111111;
	letter-spacing: 0;
	line-height: 14px;
	text-transform: uppercase;
}
a.link:hover{
	background-size:11px 11px;
	background-position: 2px center;
	color: #888;
}


.page-template-0_services .site-width, .page-template-0_careers .site-width{
	padding-top:0px;
	padding-bottom:0;
}

.service{
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #ccc;
	padding:4vw 0;
}

.service:last-of-type{
	border:none;
}

.service .name{
	flex: 0 1 30%;
}



.service ul{
	margin:0;
	padding:0;
}

.service .description{
	flex: 0 1 40%;
	padding-right:5vw;
}
.service .points{
	flex: 0 1 30%;
}


.page-template-0_contact #content h1{
	margin-bottom:40px;
}
.page-template-0_contact #content h3{
	margin-bottom:30px;
}


.gform_body input, .gform_body textarea{
	background:#EEEEEE !important;
	border:none !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.gform_body label{
	font-size:13px !important;
	line-height:13px !important;
	font-weight:400 !important;
}


input[type="submit"]{
	
	-webkit-appearance: none !important;
	background:#fff !important;
	border-radius: 0px !important;
	color:#F16523;
	border:2px solid #F16523;
	font-weight:700 !important;
	text-transform: uppercase;
	cursor:pointer;
	font-size:12px !important;
	padding:10px 40px;
}
input[type="submit"]:hover{
	background:#F16523 !important;
	color:#fff;
}

.gform_wrapper ul.gform_fields li.gfield{
	padding:0 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 100% !important;
}

.gform_body .gform_fields{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gform_body .gform_fields li{
	flex: 0 1 48% !important;
}
.gform_body .gform_fields li#field_1_5{
	flex: 0 1 100% !important;
}

.intro{
	padding:5vw 0;
}

.intro h1{
	margin-top:20px;
	max-width:800px;
}

.page-template-0_team #content h3{
	margin:40px 0;
}

.page-template-0_team #content{
	padding-bottom:8vw;
}

.profiles{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile{
	flex: 0 1 46%;
	cursor:pointer;
	margin-bottom:10%;
}

.headshot{
	width:100%;
	height:30vw;
	max-height:435px;
	position: relative;
	display: block;
}

.headshot .bw, .headshot .color{
	width:100%;
	height:100%;
	display: block;
	position: absolute;
}

.headshot .bw{
	opacity: 1;

}
.headshot .color{
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	  -moz-transition: opacity 1s ease-in-out;
	  -ms-transition: opacity 1s ease-in-out;
	  -o-transition: opacity 1s ease-in-out;
	  transition: opacity 1s ease-in-out;
}

.headshot:hover .color{
	opacity: 1;
	  zoom: 1;
}

.page-id-13 h1.entry-title{
	display: none;
}

.main_loginform_block #nav{
	border:none;
	padding:0 !important;
	text-align:center;
	margin-top:20px;
}
.entry-title{
	display: none;
}
.submit{
	float:none !important;
	display: block !important;
	width:150px !important ;
	text-align: center;
	margin:10px auto  0 auto !important;
}
.wpc_form input[type="submit"].wpc_submit{
	
	padding: 14px 40px !important;
}
#login{
	padding:5vw 0;
	margin: 0 auto;
	width:90%;
	max-width:700px;
}
.portalhub-template-default{
}
.portalhub-template-default #banner{
	background:url(../images/p.jpg) center center no-repeat !important;
	background-size:cover !important;
}

.portalhub .entry-content{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5vw;
	margin-bottom: 5vw;
	align-items: flex-start;
	justify-content: space-between;
}

.portalhub #sidebar{
	flex: 0 1 27%;
	padding:3vw;
	border:1px solid #ccc;
}

.wpc_pages_search_input_block{
	display: none !important;
}



.portalhub #hub{
	flex: 0 1 70%;
	padding:3vw;
	border:1px solid #ccc;
}

#login form{
	padding:5vw;
	border:1px solid #ccc;
}
#wp-submit{
	float:none !important;
	background:#F16523 !important;
	color:#fff !important;
	border:none;
}
.wpc_notice.wpc_info{
	border-left: 5px solid #F16523 !important;
}
	
.wpc_table_nav_top{
	display: none !important;
}

.wpc_category_line{
	display: none !important;
}

#hub h2{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-transform: uppercase;
}

input[type="button"].wpc_button, .wpc_logout_link{
	border:none !important;
	color:#fff;
	font-weight:bold;
	line-height:20px !important;
	font-size:13px;
	padding:5px 20px;
	height:inherit !important;
	background:#F16523 !important;
	display: inline-block;
	margin-bottom:20px;
}

.wpc_filename{
	text-align: left !important;
}
.wpc_client_upload_form .wpc_uploadifive_queue{
	border: none !important;
	background:#efefef !important;
}

#sidebar h2{
	margin-bottom:30px;
}
.wpc_client_upload_form .wpc_start_upload.wpc_button{
	line-height:18px !important;
	padding:5px 20px !important;
}



.wpc_client_files_list{
	padding: 0 !important;
}


.post .text{
	padding:3vw;
	background:#F7F7F7;
}
.posts{
	
	display: flex;
	flex-wrap:wrap;
	margin-bottom:4vw;
	justify-content: normal;
}

.alignleft{
	float:left;
	margin-right:20px;
}

.entry-footer{
	display: none;
}

.site-width.smaller{
	max-width: 900px;
}

.singlepost h1.title{
	margin-bottom:10px;
}

.singlepost .date{
	margin-bottom:40px;
}

.post{
	flex: 0 1 30%;
	margin-right:3%;
}

.featured{
	height:15vw;
	max-height:180px;
	width:100%;
}

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

.alignright{
	
	float: right;
	margin-left: 20px;
}

.entry-content ul li{
	
	font-size: 13px;
	color: #111111;
	letter-spacing: 0;
	margin-top: 0;
	line-height: 25px;
}

blockquote{
	background:#efefef;
	margin:0;
	padding:20px;
}

.blogtitle{
	padding:4vw 0;
}

.singlepost{
	margin:5vw 0;
}

.featuredimage{
	width:100%;
	height:50vw;
	margin-bottom:20px;
	max-height:350px;
}

.blogcta{
	display: block;
	font-weight:bold;
	font-size:12px;
	margin-bottom:30px;
	text-transform: uppercase;
}

.link1, .link2{
	display: block;
	position: absolute;
}

.link1{
	
	width:100px;
	height:40px;
}

.link2{
	margin-left:140px;
	width:140px;
	height:40px;
}

#content p a{
	color:#F16523;
}

#content p a.link{
	color:#111;
}