@charset "UTF-8";
@import url("css/bootstrap.css");
@import url("css/animate.css");
@font-face {
	font-family: 'novecento_widedemibold';
	src: url('fonts/synthview_-_novecentowide-demibold-webfont.eot');
	src: url('fonts/synthview_-_novecentowide-demibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/synthview_-_novecentowide-demibold-webfont.woff') format('woff'), url('fonts/synthview_-_novecentowide-demibold-webfont.ttf') format('truetype'), url('fonts/synthview_-_novecentowide-demibold-webfont.svg#novecento_widedemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'novecento_widenormal';
	src: url('fonts/synthview_-_novecentowide-normal-webfont.eot');
	src: url('fonts/synthview_-_novecentowide-normal-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/synthview_-_novecentowide-normal-webfont.woff') format('woff'), url('fonts/synthview_-_novecentowide-normal-webfont.ttf') format('truetype'), url('fonts/synthview_-_novecentowide-normal-webfont.svg#novecento_widenormal') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---- LINKS ---- */
a { color: #459CE7; }
a:focus,
button:focus { outline: none; }
*:focus { outline: 0; }
a,
a:visited { color: #ef3a42; }
a:hover,
a:focus { color: #ef3a42; }

/* ---- BUTTONS ---- */

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction
 {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #333;
	padding: 12px 31px;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #333;
	padding: 12px 31px;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
	color: #444;
	background: #eff1f4;
	background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
	background: -moz-linear-gradient(#e6e8eb, #eff1f4);
	background: -ms-linear-gradient(#e6e8eb, #eff1f4);
	background: -o-linear-gradient(#e6e8eb, #eff1f4);
	background: linear-gradient(#e6e8eb, #eff1f4);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);	
}

.button {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 13px 32px;
	font-weight: 400;
	font-size: 17px;
	color: #fff !important;
	text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
	border: 0px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
	background-color: #ef3a42;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.button:hover {
	color: #fff;
	text-decoration: none;
}

.button:active { box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }

.button.button-small {
	padding: 10px 33px;
	border: 1px solid #68A2EE;
	font-size: 14px;
	font-weight: 500;
}

.button-outline {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #fff;
	padding: 12px 31px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.button-outline:hover {
	text-decoration: none;
	color: #ddd;
	border-color: #ddd;
}
.button-clear {
	-webkit-font-smoothing: antialiased;
	border: 0;
	outline: none;
	padding: 1px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
	background: #adb2bb;
	background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
	background: -moz-linear-gradient(#ccd0d6, #adb2bb);
	background: -ms-linear-gradient(#ccd0d6, #adb2bb);
	background: -o-linear-gradient(#ccd0d6, #adb2bb);
	background: linear-gradient(#ccd0d6, #adb2bb);
}

.button-clear span {
	display: block;
	font-size: 14px;
	padding-left: 23px;
	padding-right: 23px;
	height: 36px;
	line-height: 33px;
	border-radius: 4px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 0 white;
	background: #eff1f4;
	background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
	background: -moz-linear-gradient(#f7f8fa, #eff1f4);
	background: -ms-linear-gradient(#f7f8fa, #eff1f4);
	background: -o-linear-gradient(#f7f8fa, #eff1f4);
	background: linear-gradient(#f7f8fa, #eff1f4);
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	-ms-box-shadow: inset 0 1px 0 white;
	-o-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}

.button-clear:hover { text-decoration: none; }
.button-clear:active,
.button-clear.active {
	background: #b5bac2;
	background: -webkit-linear-gradient(#b5bac2, #b5bac2);
	background: -moz-linear-gradient(#b5bac2, #b5bac2);
	background: -ms-linear-gradient(#b5bac2, #b5bac2);
	background: -o-linear-gradient(#b5bac2, #b5bac2);
	background: linear-gradient(#b5bac2, #b5bac2);
}

.button-clear:active span,
.button-clear.active span {
	color: #444;
	background: #eff1f4;
	background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
	background: -moz-linear-gradient(#e6e8eb, #eff1f4);
	background: -ms-linear-gradient(#e6e8eb, #eff1f4);
	background: -o-linear-gradient(#e6e8eb, #eff1f4);
	background: linear-gradient(#e6e8eb, #eff1f4);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* ---- FORM CONTROLS --- */

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	height: 39px;
}

input[type="text"].form-control::-webkit-input-placeholder, 
input[type="email"].form-control::-webkit-input-placeholder, 
input[type="password"].form-control::-webkit-input-placeholder {
 color: #B1B1B1;
 font-weight: 400;
 font-size: 14px;
}

input[type="text"].form-control:-moz-placeholder, 
input[type="email"].form-control:-moz-placeholder, 
input[type="password"].form-control:-moz-placeholder {
 color: #B1B1B1;
 font-weight: 400;
 font-size: 14px;
}

input[type="text"].form-control::-moz-placeholder, 
input[type="email"].form-control::-moz-placeholder, 
input[type="password"].form-control::-moz-placeholder {
 color: #B1B1B1;
 font-weight: 400;
 font-size: 14px;
}

 input[type="text"].form-control:-ms-input-placeholder, input[type="email"].form-control:-ms-input-placeholder, input[type="password"].form-control:-ms-input-placeholder {
 color: #B1B1B1;
 font-weight: 400;
 font-size: 14px;
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"],
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus {
	border-color: #CCCCCC;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);
}

textarea.form-control {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

textarea.form-control:focus {
	border-color: #98D2FF;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6);
}

textarea.form-control::-webkit-input-placeholder,
textarea.form-control:-moz-placeholder,
textarea.form-control::-moz-placeholder,
textarea.form-control:-ms-input-placeholder {
 color: #B1B1B1;
 font-weight: 400;
 font-size: 14px;
}

div.dnnFormRadioButtons, 
div.dnnHSRadioButtons, 
span.dnnFormRadioButtons, 
span.dnnHSRadioButtons {
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fff;
}

.dnnForm input.dnnFormRequired {
	border-left: 5px solid #DC0000!important;
	padding-right: -5px!important;
}

/* ---- PAGE BANNERS --- */

#hero #cover-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 480px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	-o-animation-delay: 0.15s;
	-ms-animation-delay: 0.15s;
	animation-delay: 0.15s;
	background-image: url(/Portals/0/images/sliders/about-us.jpg);
}

#featured-hero a {
	height: inherit;
	width: 100%;
	display: block;
}

#hero {
	height: 480px;
	position: relative;
	top: -80px;
}

#lrg-hero-wrapper {
	position: relative;
	top: -130px;
}

#featured-hero {
	position: relative;
}

#featured-hero:before,
#lrg-hero-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

#lrg-hero-wrapper:hover:before { background: rgba(0,0,0, 0.7); }

#featured-hero div.hero-small {
	background-repeat: no-repeat;
	height: 200px;
	background-size: cover;
}

#featured-hero #cover-image,
#lrg-hero-wrapper #cover-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	width: 100%;
	color: #ffffff;
}

#hero .TitleHeader { margin-top: 210px; }
#hero .TitleHeader h1,  
#featured-hero .TitleHeader h1 {
	font-family: 'novecento_widedemibold';
	font-size: 3em;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
#hero .TitleHeader h3,  #featured-hero .TitleHeader h3 {
	font-size: 1.5em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.3em;
}
#featured-hero .TitleHeader,
#lrg-hero-wrapper .TitleHeader { margin-top: 390px; }
#lrg-hero-wrapper .TitleHeader p { margin-top: 30px; }
#lrg-hero-wrapper h1 { font-size: 80px; }
#lrg-hero-wrapper .article-contents .blog-thumbnails { margin-bottom: 40px; }

#default .heading-bg {
	background-color: rgba(51, 51, 51, 0.5);
	color: #ffffff;
	padding: 20px 80px;
}

@media (max-width: 1199px) {
#default #hero { height: 350px; }
#default #hero #cover-image { height: 350px; width: 100%; }

}
@media (max-width: 991px) {
	#home #hero { padding-top: 100px; }
	#default #hero { height: 300px; }
	#default #hero #cover-image {
		height: 300px;
		width: 100%;
	}
}

/* ---- NEWS ARTICLES ---- */

.NewsArticles .secondary-title {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}

.NewsArticles .secondary-title h5 {
	line-height: 1.7em;
	font-weight: bold;
}

.NewsArticles .article-contents { margin-bottom: 80px; }
.NewsArticles .article-contents p {
	font-size: 13px;
	line-height: 1.7em;
}

.NewsArticles .article-contents .row {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}

div.header { text-align: center; }
div.header h3 { font: 48px "novecento_widedemibold", Arial, Helvetica, sans-serif; }

h3.category-results { margin-bottom: 30px!important; }
h3.category-results span { color: #666666; }

.dnnForm {
    width: 100%;
}

.dnnForm fieldset {
	clear: none;
	position: relative;
	margin-bottom: 18px;
	text-align: left;
}

.dnnForm fieldset fieldset {
	 width: 100%;
}

.dnnForm .dnnFormItem {
	clear: both;
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
}
	
/* Vendor */

@media (min-width: 1200px) {
.container { width: 970px; }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #5585B3;
	border-color: #4477A3;
}
.pagination > li > a,
.pagination > li > span {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#default .main-content { margin-bottom: 100px; }

.blog-list-latest .portfolio-item { margin-bottom: 40px; }


/* ----- Work-2col ----- */

#blog-oneColumn .blog-oneColumn {
	padding-right: 15px!important;
	padding-left: 15px!important;
}

	 /*--------------------- Footer Styling ---------------------*/

#footer .footer-info {
	padding: 80px 0px;
	background-color: #333333;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}
#footer .footer-info h2 {
	color: #ffffff;
	font-size: 32px;
	margin-top: 0px;
}
#footer .footer-info .info-row { margin-top: 30px; }
#footer .footer-info .info-row .info-icon {
	font-size: 30px;
	color: #f36f21;
	margin-bottom: 15px;
}
#footer .footer-info .info-row h4 {
	text-transform: uppercase;
	color: #ffffff;
}
#footer .footer-info .info-row p {
	color: #909090;
	font-size: 11px;
}
#footer .footer-info form { margin-top: 80px; }
#footer .footer-info .input-group-addon {
	background-color: inherit;
	border: none;
}

#footer .footer-info input.form-control {
	border: none;
	-webkit-box-shadow: none;
	background-color: #f6f6f6;
}
#footer .footer-info .input-group {
	margin-bottom: 30px;
	background-color: #f6f6f6;
	border-radius: 4px;
}
#footer .footer-info textarea {
	margin-bottom: 40px;
	background-color: #f6f6f6;
	-webkit-box-shadow: none;
	border: none;
}
#footer .footer-info .btn-onque {
	color: #ffffff;
	background-color: #f36f21;
	font-weight: 800;
}
#footer .map-section,
#footer .map-section img { width: 100%; }
#footer .copyright-section {
	text-align: center;
	color: #909090;
	padding: 80px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#footer .footer-bottom {
	background-color: #f36f21;
	padding: 80px 0px;
	color: #ffffff;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}
#footer .footer-bottom a {
	color: #ffffff;
	font-weight: 800;
}
/*--------------------- Alternate WORK Footer Styling ---------------------*/
 
#work-footer {
	background-color: #1e1f21;
	color: #999;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 0px!important;
}

#work-footer .top-footer { padding-bottom: 80px; }
	 
#work-footer h4 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: 600;
}
#work-footer h5 {
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fe6307;
	font-weight: 800;
	font-size: 1.5em;
}

#work-footer .contact-info { margin-top: 30px; }
	 
#work-footer ul {
	list-style-type: none;
	margin-left: 0px;
	font-size: 1.2em;
	font-weight: 800;
	margin-bottom: 40px;
	padding-left: 0px;
}
#work-footer ul li {
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
	border-bottom: 1px solid #333333;
}

#work-footer ul.recent-tweets li {
	border-bottom: 1px solid #333333;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#work-footer ul.sitemap li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#work-footer ul li a,
#work-footer a { color: #ffffff; }
	 
#work-footer ul li a:hover,
#work-footer a:hover { text-decoration: none; }
#work-footer #instafeed a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 30%;
}
#work-footer #instafeed a img { width: 100%; }
	 
#work-footer .bottom-footer {
	border-top: 1px solid #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}
#work-footer .bottom-footer .social-media li {
	display: block;
	float: left;
	border-bottom: none;
	margin-right: 10px;
}
#work-footer .bottom-footer .social-media li a {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background-color: #fe6307;
	display: inline-block;
}
#work-footer .bottom-footer .social-media li a .fa {
	position: relative;
	top: 10px;
	left: 0px;
}
#work-footer .bottom-footer .breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin-top: 10px;
}
#work-footer .bottom-footer .breadcrumb li a { color: #999; }
#work-footer .bottom-footer .breadcrumb li a:hover { text-decoration: none; }

@media (max-width:991) {
#work-footer .contact-section,
#work-footer .sitemap-section {
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
	
#work-footer #instafeed { height: 150px; }

#work-footer p { font-size: 1.2em; }
	 
#work-footer .contact-section,
#work-footer .sitemap-section {
	display: block;
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
}
#work-footer .contact-info { margin-bottom: 40px; }
	 
#work-footer .sitemap li:first-child {
	border-top: 1px solid #333333;
	padding-top: 10px;
}
#work-footer #instafeed { height: 295px; }
	 
#work-footer .bottom-footer { padding-top: 0px!important; }
#work-footer .bottom-footer .social-media li a .glyphicon { left: 0px!important; }
#work-footer p {
	font-size: 1.2em;
	margin-top: 10px;
}

