@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(//fonts.googleapis.com/css?family=Archivo+Black);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
body {
	-webkit-tap-highlight-color:#00698C;
	background:#fff;
	color:#7c7c7c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	min-width:1250px;
	position:relative;
}
#page-wrapper { overflow:hidden; }
h1 {
	color:#616161;
	font:400 50px/50px 'Archivo Black', sans-serif;
	margin-bottom:34px;
}
h2 {
	color:#616161;
	font:400 48px/48px 'Archivo Black', sans-serif;
	text-transform:lowercase;
	margin-bottom:40px;
	text-align:center;
}
h3, #block-tm-follow-user h2 {
	color:#616161;
	font:400 40px/40px 'Archivo Black', sans-serif;
	margin-bottom:23px;
}
.profile h3, #block-tm-follow-user h2 {
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
	padding-bottom:5px;
}
h4 {
	color:#616161;
	font:400 36px/36px 'Archivo Black', sans-serif;
	margin-bottom:20px;
}
h5 {
	color:#00698C;
	font:400 24px/24px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

h6.custom {
	color:#616161;
	font:bold 16px/26px Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

h6.custom-blue {
        color:#00698C;
        font:bold 16px/26px Arial, Helvetica, sans-serif;
        margin-bottom:0;
}

h6 {
        color:#00698C;
        font:100 18px/28px 'Archivo Black', sans-serif;
        margin-bottom:5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#464646;
	text-decoration:none;
}
input[type="text"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="month"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	background:#fff;
	border:1px solid #e1e1e1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#7c7c7c !important;
	font:16px Arial, Helvetica, sans-serif;
	max-width:100%;
	padding:5px 10px 6px;
}
fieldset { border-color:#e1e1e1; }
label { display:inline-block; }
#search-form .form-item { display:block; }
#user-login .form-text, #contact-site-form .form-text, .search-form .form-text { width:100%; }
#contact-site-form label { vertical-align:middle; }
a {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#00698C;
	text-decoration:none;
}
a:hover {
	color:#3399ff;
	/*color:#464646;*/
	text-decoration:none;
}
.btn a, .more-link a, input[type="submit"], input[type="reset"], ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a, .form-submit {
	background:#464646;
	border:none;
	border-radius:0;
	box-shadow:none;
	color:#fff;
	border-radius:6px;
	display:inline-block;
	font:400 16px/20px 'Archivo Black', sans-serif;
	outline:none;
	padding:11px 26px;
	text-decoration:none;
	text-transform:lowercase;
}
.btn a:hover, .more-link a:hover, input[type="submit"]:hover, input[type="reset"]:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.pager li.pager-current, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover, .form-submit:hover {
	background:#00698C;
	color:#fff;
	text-decoration:none;
}
.more-link a, .button a, .btn a, #filters li a {
	background:none !important;
	position:relative;
}
.more-link a:before, .button a:before, .btn a:before, #filters li a:before {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	pointer-events:none;
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#00698C;
	-webkit-transition:-webkit-transform 0.5s, opacity 0.3s;
	-moz-transition:-moz-transform 0.5s, opacity 0.3s;
	transition:transform 0.5s, opacity 0.3s;
	z-index:-1;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	opacity:0;
	border-radius:8px;
}
.more-link a:after, .button a:after, .btn a:after, #filters li a:after {
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	top:0;
	left:0;
	padding:0;
	z-index:-1;
	background:#333;
	-webkit-transition:-webkit-transform 0.2s, opacity 0.3s;
	-moz-transition:-moz-transform 0.2s, opacity 0.3s;
	transition:transform 0.2s, opacity 0.3s;
	opacity:1;
	border-radius:8px;
}
.more-link a:hover, .button a:hover, .btn a:hover, #filters li a:hover, #filters li a.selected { background:none !important; }
.more-link a:hover:after, .button a:hover:after, .btn a:hover:after, #filters li a:hover:after, #filters li a.selected:after {
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	transform:scale(1.25);
	opacity:0;
}
.more-link a:hover:before, .button a:hover:before, .btn a:hover:before, #filters li a:hover:before, #filters li a.selected:before { opacity:1; }
.btn-2 a {
	padding:14px 30px 19px;
	font:400 16px/20px 'Archivo Black', sans-serif;
}
.btn-2 a:after { background:#464646; }
.btn-2 a:after, .btn-2 a:before { border-radius:0; }
input[type="submit"], input[type="reset"] {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:7px 20px;
}
.more-link {
	padding-top:20px;
	text-align:left;
}
ul, .item-list ul, ul.menu { margin:0 0 24px; }
ul li, .item-list ul li, ul.menu li {
	background:url(../images/list-marker.png) right center no-repeat;
	list-style:none;
	font-size:16px;
	line-height:22px;
	border-bottom:1px solid #e1e1e1;
	margin:0;
	padding:10px 20px 15px 0;
}
ul li a, .item-list ul li a, ul.menu li a {
	color:#00698C;
	text-decoration:none;
}
ul li a:hover, .item-list ul li a:hover, ul.menu li a:hover {
	color:#3399ff;
	text-decoration:none;
}
ul li ul, .item-list ul li ul, ul.menu li ul { padding-top:10px; }
ul.tabs li, ul.flex-direction-nav li, ul.links li, ul#admin-menu-menu li, ul#admin-menu-account li, ul#admin-menu-icon li, ul.slides li, ul.contextual-links li, ul.tips li, ul.pager li, .messages.error ul li, .rate-widget ul li, ul.submitted-list li {
	border:none;
	background:none;
	font:inherit;
	padding:0;
}
.messages.error ul li { list-style:disc; }
#admin-menu, #admin-menu .dropdown { z-index:10000; }
.contac-list dl {
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
}
.contac-list dl dt { font-weight:400; }
.contac-list dl dd { margin:0; }
.contac-list dl dd span {
	display:inline-block;
	width:98px;
}
img {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:auto;
	max-width:100%;
	width:auto;
}
img.lazyloader-icon { width:auto !important; }
.frame, .field-type-image, .views-field-field-image, .views-field-field-blog-media, .view-portfolio .isotope-element .views-field-field-portfolio-image, .field-name-field-blog-media, .field-name-field-image, .field-name-field-portfolio-image, .field-name-field-service-image, .field-name-field-employee-photo, .field-name-field-banner-image, .field-name-field-slide-image {
	margin-bottom:20px;
	position:relative;
}
.field-name-field-banner-image { width:250px; }
.user-picture {
	background:none;
	float:left;
	margin-right:15px;
	max-width:45%;
	padding:0;
}
.profile .user-picture {
	float:right;
	margin:0 0 0 20px;
}
p { margin-bottom:24px; }
table { margin-bottom:0; }
table tr.odd, table tr.even { border:none; }
table tr.odd { background:transparent; }
table tr.even { background:#f0f0f0; }
table th {
	background:#f0f0f0;
	border:none;
	color:#00698C;
	font-size:16px;
	padding:5px;
}
table th a { color:inherit; }
table th a:hover {
	color:#00698C;
	text-decoration:none;
}
table td { padding:5px; }
.extra-wrap { overflow:hidden; }
.wrapper {
	overflow:hidden;
	position:relative;
	width:100%;
}
.clearfix { position:relative; }
.clearfix:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.fclear { clear:both; }
.separator {
	clear:both;
	height:40px;
}
.separator-top {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.separator-bottom {
	border-bottom:0;
	margin-bottom:50px;
	padding-bottom:0;
}
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.indent-top { padding-top:28px; }
.color-1 { color:#00698C; }
.text-style-1 { line-height:21px; }
.image-style-2 img {
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        transition:all 0.3s ease;
        border-radius:10px;
        border:5px solid #e4efea;
}
.image-style-1 img {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius:500px;
	border:5px solid #e4efea;
}
.image-style-3 img {
	position:relative;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        transition:all 0.3s ease;
	height:30px;
	background:url('site-images/pic_bg.png') repeat-x;color:#fff;
	bottom:70px;
}
.img-caption-bg1 {
	position:relative;
	bottom:100px;
	margin: 0 20px 0 20px;
	height:27px;
}
.img-left {
	float:left;
	max-width:41%;
	margin:0 20px 0 0;
}
.img-left-2 {
	float:left;
	max-width:41%;
	margin:0 40px 0 0;
}
.title-style-1 {
	text-transform:uppercase;
	color:#00698C;
	margin-bottom:4px;
}
.title-style-2 {
	color:#616161;
	font:400 36px/36px 'Archivo Black', sans-serif;
	margin-bottom:20px;
	margin-bottom:23px;
	font-size:24px;
	line-height:24px;
	color:#626262;
}
.title-style-2 a {
	color:inherit;
	text-decoration:none;
}
.title-style-2 a:hover {
	color:#464646;
	text-decoration:none;
}
.title-bg h2, .content-header h2 {
	padding-bottom:83px;
	margin-bottom:57px;
	background:url(../images/title-11.png) center bottom no-repeat;
}
.title-bg-1 h2, .content-header-1 h2 { background-image:url(../images/title-1.png); }
.title-bg-2 h2, .content-header-2 h2 { background-image:url(../images/title-2.png); }
.title-bg-3 h2, .content-header-3 h2 { background-image:url(../images/title-3.png); }
.title-bg-4 h2, .content-header-4 h2 { background-image:url(../images/title-4.png); }
.title-bg-5 h2, .content-header-5 h2 { background-image:url(../images/title-5.png); }
.title-bg-6 h2, .content-header-6 h2 { background-image:url(../images/title-6.png); }
.title-bg-7 h2, .content-header-7 h2 { background-image:url(../images/title-7.png); }
.title-bg-8 h2, .content-header-8 h2 { background-image:url(../images/title-8.png); }
.title-bg-9 h2, .content-header-9 h2 { background-image:url(../images/title-9.png); }
.title-bg-10 h2, .content-header-10 h2 { background-image:url(../images/title-10.png); }
.highlighted .region-highlighted{
	padding-top:15px;
	padding-bottom:30px;
        margin-bottom:25px;
	background-image:url(../images/title-13.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page-blog .content-header h2 {
	padding-bottom:83px;
	margin-bottom:57px;
	background:url(../images/title-12.png) center bottom no-repeat;
}
.region-header-top, .region-header, .region-header-bottom, .region-content-top, .region-content, .region-content-bottom, .region-footer-top, .region-footer-one, .region-footer-two, .region-footer-three {
	position:relative;
	z-index:1;
}
.region-header-top:after, .region-header:after, .region-header-bottom:after, .region-content-top:after, .region-content:after, .region-content-bottom:after, .region-footer-top:after, .region-footer-one:after, .region-footer-two:after, .region-footer-three:after {
	overflow:hidden;
	clear:both;
	content:'';
	display:block;
	width:100%;
}
.video-bg .region, .img-bg .region {
	padding-bottom:20px;
	padding-top:20px;
}
.video-bg { background:url(../images/ajax-loader.gif) center center no-repeat; }
::selection, ::-moz-selection {
	background:#00698C;
	color:#fff;
	text-shadow:none;
}
img::selection, img::-moz-selection { background:transparent; }
.region-header-top { margin-bottom:30px; }
#header {
	position:relative;
	width:100%;
}
.stickup {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:9999;
}
.isStuck {
	box-shadow:0 2px 3px 0 rgba(0,0,0,0.2);
	left:0;
	right:0;
	top:0;
}
.not-front .header-bg { min-height:300px; }
.header-section-1 {
	position:absolute;
	z-index:999;
	width:100%;
	top:50%;
	margin:-130px 0 0;
}
.header-section-2 { background:#00698C; }
#logo { text-align:center; }
.img-logo { display:inline-block; }
.site-name {
	margin-bottom:0;
	text-transform:uppercase;
	font-size:80px;
	line-height:80px;
	letter-spacing:-5px;
}
.site-name a {
	display:inline-block;
	color:#fff;
}
.site-name a:hover {
	color:#fff;
	text-decoration:none;
}
.slogan {
	padding-top:22px;
	font-size:18px;
	line-height:22px;
	font-family:'Archivo Black', sans-serif;
	color:#fff;
}
.select-menu { display:none !important; }
#superfish-1 {
	background:none;
	padding:0 0 0 0;
	width:1084px;
	z-index:101;
	position:relative;
	margin: 0 auto;
	margin-bottom: 0;
	
}
#superfish-1:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
#superfish-1 > li {
	background:none;
	border:0;
	font:700 14px/18px 'Ubuntu', sans-serif;
	margin:0;
	overflow:inherit;
	padding:0;
	text-transform:uppercase;
	position:relative;
}
#superfish-1 > li:after {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	display:inline-block;
	width:1px;
	position:absolute;
	left:0;
	top:30px;
	bottom:30px;
	background:#d0d4d1;
}
#superfish-1 > li:first-child:after { display:none; }
#superfish-1 > li > a {
	padding:43px 16px 45px;
	color:#fff;
	text-decoration:none;
	position:relative;
}
#superfish-1 > li > a:after {
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	top:0;
	left:0;
	padding:0;
	z-index:-1;
	background:#fff;
	-webkit-transition:-webkit-transform 0.2s, opacity 0.3s;
	-moz-transition:-moz-transform 0.2s, opacity 0.3s;
	transition:transform 0.2s, opacity 0.3s;
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
#superfish-1 > li > a .sf-sub-indicator {
	background:none;
	position:absolute;
	display:inline-block;
	height:0;
	width:0;
	top:auto;
	bottom:33px;
	left:50%;
	margin:0 0 0 -2px;
	text-indent:-9999px;
	border:4px solid transparent;
	border-top:4px solid #fff;
}
#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
	color:#232323;
	background:none;
	text-decoration:none;
}
#superfish-1 > li > a:hover:after, #superfish-1 > li.active-trail > a:after, #superfish-1 > li.sfHover > a:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1;
}
#superfish-1 > li ul {
	background:#00698C;
	display:none;
	padding:15px 0 11px;
	top:108px;
	width:130px !important;
}
#superfish-1 > li ul li {
	font:400 12px/34px Arial, Helvetica, sans-serif;
	background:none;
	border-bottom:0;
	float:none !important;
	font-size:12px;
	height:auto;
	padding:0 15px;
	width:auto !important;
}
#superfish-1 > li ul li > a:visited, #superfish-1 > li ul li > a {
	color:#fff;
	text-decoration:none;
}
#superfish-1 > li ul li > a:visited .sf-sub-indicator, #superfish-1 > li ul li > a .sf-sub-indicator {
	background:none;
	display:inline-block;
	font:inherit;
	height:auto;
	margin-left:5px;
	overflow:visible;
	position:static;
	text-indent:0;
	width:auto;
}
#superfish-1 > li ul li > a:hover, #superfish-1 > li ul li.active-trail > a, #superfish-1 > li ul li.sfHover > a {
	/*color:#2b1915;*/
	color:#fff200;
	text-decoration:none;
}
#superfish-1 > li ul li ul {
	left:101% !important;
	top:-15px;
}
#superfish-1 .sf-megamenu { width:auto !important; }
#superfish-1 .sf-megamenu > li > ol {
	vertical-align:top;
	white-space:nowrap;
}
#superfish-1 .sf-megamenu > li > ol > li {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0;
	vertical-align:top;
	width:120px !important;
	white-space:normal;
}
#superfish-1 .sf-megamenu > li > ol > li:first-child { margin-left:0; }
#superfish-1 .sf-megamenu > li > ol > li a {
	color:#fff;
	text-decoration:none;
}
#superfish-1 .sf-megamenu > li > ol > li a:hover, #superfish-1 .sf-megamenu > li > ol > li a.active, #superfish-1 .sf-megamenu > li > ol > li.active-trail > a, #superfish-1 .sf-megamenu > li > ol > li.sfHover > a {
	/*color:#2b1915;*/
        color:#fff200;
	text-decoration:none;
}
#superfish-1 .sf-megamenu > li > ol > li ol { padding:0; }
#superfish-1 .sf-megamenu > li > ol > li ol li {
	display:block;
	float:none !important;
	margin-left:0;
	padding:0;
}
.flex-viewport {
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}
.flexslider {
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
}
.flexslider img {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.flexslider .slides li {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	padding:0;
}
.flexslider .slides li img { width:100%; }
.flexslider .flex-control-nav {
	bottom:20px;
	font-size:0;
	line-height:0;
	z-index:20;
}
.flexslider .flex-control-nav li { margin:0 0 0 5px; }
.flexslider .flex-control-nav li:first-child { margin-left:0; }
.flexslider .flex-control-nav li a {
	background:rgba(255,255,255,0.4);
	width:16px;
	height:16px;
	box-shadow:none;
}
.flexslider .flex-control-nav li a:hover, .flexslider .flex-control-nav li a.flex-active { background:#ffffff; }
.flexslider .flex-control-thumbs li {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	width:20%;
}
.flexslider .flex-direction-nav a:before { line-height:40px; }
.flexslider:hover .flex-next {
	opacity:1;
	right:0;
}
.flexslider:hover .flex-prev {
	opacity:1;
	left:0;
}
.flexslider .flex-caption {
	bottom:191px;
	left:134px;
	position:absolute;
	width:530px;
	z-index:99;
}
.view-testimonials { margin-bottom:33px; }
.view-testimonials .flexslider { padding-bottom:10px; }
.view-testimonials .flexslider .slides li img { width:auto; }
.view-testimonials .flexslider .views-field-field-testi-image {
	width:170px;
	float:left;
	margin:0 20px 0 0;
}
.view-testimonials .flexslider .views-field-field-testi-image img {
	border:8px solid #d8d8d8;
	border-radius:200px;
}
.view-testimonials .flexslider .testi-content {
	padding:35px 0 0 45px;
	font-size:16px;
	line-height:28px;
	font-style:italic;
}
.view-testimonials .flexslider .testi-content a {
	color:#333;
	position:relative;
}
.view-testimonials .flexslider .testi-content a:hover { color:#00698C; }
.view-testimonials .flexslider .testi-content a:after, .view-testimonials .flexslider .testi-content a:before {
	position:relative;
	display:inline-block;
	width:27px;
	height:18px;
	content:'';
	pointer-events:none;
}
.view-testimonials .flexslider .testi-content a:before {
	left:-45px;
	top:0;
	position:absolute;
	background:url(../images/qoute.png) 0 0 no-repeat;
}
.view-testimonials .flexslider .testi-content a:after {
	top:2px;
	margin:0 0 0 13px;
	background:url(../images/qoute-2.png) 0 0 no-repeat;
}
.view-testimonials .flexslider .testi-content .author {
	color:#00698C;
	font-weight:bold;
}
.view-testimonials .flexslider .flex-control-nav {
	bottom:0;
	font-size:0;
	line-height:0;
	z-index:20;
}
.view-testimonials .flexslider .flex-control-nav li { margin:0 0 0 8px; }
.view-testimonials .flexslider .flex-control-nav li a {
	background:#d5d5d5;
	width:13px;
	height:13px;
}
.view-testimonials .flexslider .flex-control-nav li a:hover, .view-testimonials .flexslider .flex-control-nav li a.flex-active { background:#00698C; }
.header_bottom_wrapper {
	padding:49px 0 0;
	background:#c6d0d0 url(../images/bg-1.gif) center top repeat;
	color:#fff;
	font-size:14px;
	line-height:21px;
	text-shadow:1px 1px rgba(0,0,0,0.1);
}
.header_bottom_wrapper p { margin-bottom:26px; }
.header_bottom_wrapper h2 { color:#fff; }
.header_bottom_wrapper h1, .header_bottom_wrapper h3, .header_bottom_wrapper h4, .header_bottom_wrapper h5, .header_bottom_wrapper h6 { color:#f5f5f5; }
.header_bottom_wrapper h1 a, .header_bottom_wrapper h3 a, .header_bottom_wrapper h4 a, .header_bottom_wrapper h5 a, .header_bottom_wrapper h6 a {
	color:inherit;
	text-decoration:none;
}
.header_bottom_wrapper h1 a:hover, .header_bottom_wrapper h3 a:hover, .header_bottom_wrapper h4 a:hover, .header_bottom_wrapper h5 a:hover, .header_bottom_wrapper h6 a:hover {
	color:#464646;
	text-decoration:none;
}
#main-wrapper { padding:0; }
#main { padding:25px 0 50px; }
.region-content { padding:0; padding-top:30px;}
.views-row { margin-bottom:30px; }
.views-row.omega { margin-bottom:30px !important; }
.panels-flexible-region-inside {
	padding-left:0 !important;
	padding-right:0 !important;
}
div.messages {
	margin-bottom:30px;
	padding-right:30px;
}
div.messages .dismiss {
	box-shadow:none;
	border-radius:2px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	padding:2px 6px 4px;
	text-transform:lowercase;
	width:auto;
}
div.messages .dismiss:hover {
	color:#fff;
	text-shadow:none;
}
#breadcrumb {
	color:#7c7c7c;
	margin-bottom:30px;
	padding:0;
}
#breadcrumb a {
	color:inherit;
	padding:0 3px;
	text-decoration:none;
}
#breadcrumb a:first-child { padding-left:0; }
#breadcrumb a:last-child { padding-right:0; }
#breadcrumb a:hover { color:#00698C; }
.tabs-wrapper { margin:1px 0 20px; }
.tabs { overflow:hidden; }
.tabs ul.primary {
	border:0;
	border-bottom:1px solid #e1e1e1;
	margin:0 0 20px;
	overflow:hidden;
	padding:4px 0;
}
.tabs ul.primary li { margin-bottom:-1px; }
.tabs ul.primary li a {
	background:#fff;
	border:1px solid #e1e1e1;
	border-bottom:0;
	border-radius:3px 3px 0 0;
	color:#7c7c7c;
	font-size:14px;
	font-weight:normal;
	margin:0;
	overflow:hidden;
	padding:3px 15px 4px;
	text-shadow:none;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.tabs ul.primary li.active a, .tabs ul.primary li a:hover {
	background:#00698C;
	border-color:#84b090;
	color:#fff;
	text-decoration:none;
}
.portfolio-filters { margin-bottom:40px; }
.tm-masonry-filter {
	margin:0;
	padding:0;
	text-align:center;
}
.tm-masonry-filter li {
	background:none;
	display:inline-block;
	padding:0;
}
.tm-masonry-filter li:before {
	background-color:#00698C;
	bottom:3px;
	content:"";
	display:inline-block;
	height:5px;
	margin:0 10px;
	position:relative;
	width:5px;
}
.tm-masonry-filter li:firts-child:before { display:none; }
.tm-masonry-filter li a {
	color:#7c7c7c;
	text-decoration:none;
}
.tm-masonry-filter li a.active, .tm-masonry-filter li a:hover { color:#00698C; }
.tm-masonry-item { position:relative; }
.tm-masonry-item .field-type-image {
	float:none !important;
	max-width:100% !important;
	text-align:center;
	width:100% !important;
}
.tm-masonry-item .node-header {
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item .node-title {
	font-weight:400;
	margin:0;
	position:relative;
}
.tm-masonry-item a.colorbox {
	background:#fff;
	text-align:center;
}
.tm-masonry-item a.colorbox:after {
	background:none;
	color:#000;
	content:"\f00e";
	font:30px/30px FontAwesome;
	left:51%;
	margin:-15px 0 0 0;
	position:absolute;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item a.colorbox:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.tm-masonry-item .node-footer {
	margin:-15px 0 0 0;
	padding:0;
	position:absolute;
	right:51%;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item .node-footer .node-readmore a {
	background:none;
	color:transparent;
	font-size:0;
	line-height:0;
	padding:0;
}
.tm-masonry-item .node-footer .node-readmore a:after {
	color:#000;
	content:"\f0c1";
	font:30px/30px FontAwesome;
}
.tm-masonry-item:hover .node-footer, .tm-masonry-item:hover a.colorbox:after { top:40%; }
.tm-masonry-item:hover .node-header { top:60%; }
.view-principles .views-field-field-principles-icon {
	float:left;
	margin:0 20px 0 0;
}
.view-our-team .views-field-field-employee-photo { margin-bottom:25px; }
.view-our-team .views-field-field-employee-photo img {
	border-radius:500px;
	border:8px solid #d8d8d8;
}
.view-mission .views-row { margin-bottom:40px !important; }
.view-mission .views-row .views-field-field-mission-image {
	width:240px;
	float:left;
	max-width:40%;
	margin:0 30px 0 0;
}
.view-mission .views-row .views-field-field-mission-image img {
	border-radius:500px;
	border:8px solid #d8d8d8;
}
.view-mission .views-row h5 { padding-top:17px; }
.view-banner .views-row a img {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.view-banner .views-row a:hover img { opacity:.6; }
.view-services .views-row {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 20px;
	margin-bottom:40px !important;
}
.view-services .views-row .services-wrap {
	color:#00698C;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:0;
	margin-bottom:36px;
	height:230px;
	border-radius:500px;
	-webkit-box-shadow:inset 0 0 0 4px #dcebe1;
	-moz-box-shadow:inset 0 0 0 4px #dcebe1;
	box-shadow:inset 0 0 0 4px #dcebe1;
}
.view-services .views-row h5 {
	color:#00698C;
	margin-bottom:12px;
}
.view-services .views-row p { margin-bottom:30px; }
.view-services .views-row .counter {
	padding:68px 0 0;
	font-size:36px;
	line-height:36px;
	font-weight:900;
}
.view-services .views-row:hover .services-wrap {
	-webkit-box-shadow:inset 0 0 0 13px #dcebe1;
	-moz-box-shadow:inset 0 0 0 13px #dcebe1;
	box-shadow:inset 0 0 0 13px #dcebe1;
}
.view-solution .views-row {
	box-sizing:border-box;
	padding:0 21px;
}
.view-solution .views-row:hover .image-style-1 img { border-color:#00698C; }
.view-solution .views-field-field-solution-image { margin-bottom:45px; }
/** added for view header_service **/
.view-header-service .views-row {
        box-sizing:border-box;
        padding:0 7px;
}
.view-header-service .views-row:hover .image-style-2 img { border-color:#00698C; }
.view-header-service .views-field-field-services-image { margin-bottom:45px; }
.block-views-who-we-are-block .views-row {
	box-sizing:border-box;
	padding:0 21px;
}
.content_bottom_wrapper { padding:20px 0 50px; }
#isotope-container {
	margin-left:-10px;
	margin-right:-10px;
}
.isotope-element {
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	margin:0 10px 30px;
	height:auto;
	overflow:visible;
	padding:0;
	position:relative;
	width:auto;
}
.isotope-element .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff;
	margin-bottom:25px;
}
.isotope-element .views-field-field-portfolio-image a {
	background:#fff;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}
.isotope-element .views-field-field-portfolio-image a:after {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background:none;
	color:#00698C;
	content:"\f00e";
	font:0px/80px FontAwesome;
	left:50%;
	margin:-40px 0 0 -40px;
	position:absolute;
	top:50%;
	z-index:999;
}
.isotope-element .views-field-field-portfolio-image a:hover:after { font-size:80px; }
.isotope-element .views-field-field-portfolio-image img { width:100%; }
.isotope-element .views-field-body { margin-bottom:25px; }
#isotope-options { background:none; }
#isotope-options #filters {
	margin-bottom:20px;
	text-align:right;
}
#isotope-options #filters li {
	border:none;
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
	background:none;
}
.field-name-field-portfolio-category ul {
	float:left;
	overflow:hidden;
}
.field-name-field-portfolio-category ul:before {
	content:"\f02e";
	display:block;
	float:left;
	font-family:fontAwesome;
	margin-right:4px;
}
.page-blog .content-header ul { margin-bottom:0; }
.page-blog .content-header ul li {
	background:none;
	padding:0;
}
.node {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.node:first-child {
	background:none;
	border-top:0;
	margin-top:0;
	padding-top:0;
}
.node-header { margin-bottom:20px; }
.node-submitted { margin:0; }
.node-submitted .fa {
	color:#00698C;
	margin-right:5px;
}
.node-submitted ul.submitted-list { margin:0; }
.node-submitted ul.submitted-list li {
	background:none;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
.node-submitted ul.submitted-list li:first-child { margin-left:0; }
.node-submitted ul.submitted-list li a { color:inherit; }
.node-submitted ul.submitted-list li a:hover {
	color:#00698C;
	text-decoration:none;
}
.node-teaser .field-type-file, .node-teaser .field-type-image, .node-employee .field-type-image { margin:0 0 20px; }
.media-vimeo-video { padding-bottom:50.2%; }
.node-teaser .media-vimeo-video { padding-bottom:63.2%; }
.media-youtube-video { padding-bottom:50.2%; }
.node-teaser .media-youtube-video { padding-bottom:63.2%; }
.media-vimeo-video, .media-youtube-video {
	height:0;
	overflow:hidden;
	padding-top:30px;
	position:relative;
}
.media-vimeo-video iframe, .media-youtube-video iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.links { list-style:none; }
.links li {
	display:inline-block !important;
	margin-bottom:5px;
	margin-right:5px;
}
.content ul.pager {
	margin-top:30px;
	text-align:left;
}
.content ul.pager li {
	margin:0px 1px 5px;
	padding:0;
	display:inline-block;
}
.node-footer { padding-top:30px; }
.node-footer .field-name-field-tags { padding-top:20px; }
.node-footer .field-name-field-tags .field-label {
	background:none;
	float:left;
	font:inherit;
	font-weight:bold;
	margin-right:15px;
	padding:0;
	text-shadow:none;
	text-transform:none;
}
.node-footer .field-name-field-tags .field-items {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}
.node-footer .field-name-field-tags ul li {
	float:left;
	margin:0 0 5px 10px;
}
.node-footer .field-name-field-tags ul li:first-child { margin-left:0; }
.node-footer .field-name-field-tags ul li a {
	font:inherit;
	font-weight:bold;
	padding:2px 8px;
}
.field-name-field-blog-tags ul {
	float:left;
	overflow:hidden;
}
.field-name-field-blog-tags ul:before {
	content:"\f02c";
	display:block;
	float:left;
	font-family:fontAwesome;
	margin-right:4px;
}
.addthis_button_compact { margin:0; }
.likebtn_container { padding-top:4px; }
#comments {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
#comments .indented { margin-left:20px; }
.comment {
	background:transparent;
	border:1px solid #e1e1e1;
	margin-bottom:10px;
	padding:25px;
}
.comment .comment-submitted { margin:0 0 5px; }
.comment .comment-content { margin-bottom:20px; }
.comment .comment-footer { padding:0; }
#comment-form-wrapper {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
#comment-form .form-item {
	margin:0 0 15px;
	overflow:hidden;
	width:100%;
}
#comment-form label { vertical-align:middle; }
#comment-form .form-type-item label {
	float:left;
	padding-right:10px;
}
#comment-form .form-text { width:100%; }
#comment-form .form-textarea {
	height:200px;
	width:100%;
}
#comment-form .filter-wrapper {
	border:none;
	padding:0;
}
#comment-form .filter-wrapper .fieldset-wrapper > * { padding:0; }
#comment-form .filter-wrapper .filter-help { padding-top:15px; }
#comment-form .filter-wrapper .filter-help a {
	background:none;
	display:inline-block;
	padding:0;
}
#comment-form .filter-wrapper .form-item { width:auto; }
#comment-form .filter-wrapper label {
	display:inline-block;
	margin-right:15px;
}
#comment-form .form-actions {
	margin:0;
	padding-top:20px;
}
#comment-form .form-actions #edit-submit { margin-right:5px; }
#edit-comment-body-und-0-format-guidelines { clear:both; }
#edit-comment-body-und-0-format-guidelines ul { font:inherit; }
#edit-comment-body-und-0-format-guidelines ul li {
	background:none;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}
.panels-flexible-region-11-contacts, .panels-flexible-region-11-center {
	float:none;
	width:100% !important;
}
.contact-form .form-item {
	margin-top:0 !important;
	position:relative;
}
.contact-form input[type="text"], .contact-form textarea {
	position:relative;
	z-index:20;
}
.contact-form input[type="text"].error, .contact-form textarea.error {
	border-color:#f8b9b7 !important;
	border-width:1px;
	box-shadow:0 0 8px #f8b9b7 !important;
}
.contact-form textarea { min-height:145px; }
.contact-form .form-type-textfield {
	float:left;
	margin-bottom:30px !important;
	margin-left:5%;
	width:30%;
}
.contact-form .form-type-textfield:first-child { margin-left:0; }
.contact-form .form-type-textarea { clear:both; }
.contact-form div.error-message {
	background:#ec7b7b;
	bottom:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:16px;
	font-weight:normal;
	left:0;
	line-height:16px;
	margin:0 0 5px;
	max-width:100%;
	opacity:0;
	filter:alpha(opacity=0);
	padding:3px 5px;
	position:absolute;
	-moz-transition:.4s ease;
	-o-transition:.4s ease;
	-webkit-transition:.4s ease;
	transition:.4s ease;
	z-index:-999;
}
.contact-form div.error-message:after {
	content:'';
	position:absolute;
	left:10px;
	bottom:-5px;
	border-top:5px solid #ec7b7b;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}
.contact-form .error ~ div.error-message {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-animation-duration:.6s;
	animation-duration:.6s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
	z-index:999;
}
.contact-form input[type="reset"] { margin-right:10px; }
.contact-form .form-actions { display:inline-block; }
.action-links {
	overflow:hidden;
	padding:0 0 25px;
}
.action-links li {
	float:left;
	margin-left:10px;
	border:none;
}
.action-links li:first-child { margin-left:0; }
.action-links li a { font-weight:bold; }
#forum table td.topics, #forum table td.posts, #forum table td.replies { text-align:center; }
#forum table td.container { font-weight:bold; }
#forum table .description { margin:0; }
#forum table .indent { margin:0; }
#forum table .name { overflow:hidden; }
#forum table .description { clear:both; }
.field-name-taxonomy-forums, .field-type-taxonomy-term-reference {
	overflow:hidden;
	padding-top:20px;
	width:100%;
}
.field-name-taxonomy-forums.field-label-above, .field-type-taxonomy-term-reference.field-label-above { padding-top:0; }
.field-name-taxonomy-forums .field-label, .field-type-taxonomy-term-reference .field-label {
	background:none;
	font:inherit;
	font-weight:bold;
	margin:0;
	text-shadow:none;
	text-transform:uppercase;
}
.field-name-taxonomy-forums ul.links, .field-type-taxonomy-term-reference ul.links { margin-bottom:0; }
.field-name-taxonomy-forums ul.links li, .field-type-taxonomy-term-reference ul.links li {
	float:left;
	margin:0 0 5px;
}
.field-name-taxonomy-forums ul.links li:before, .field-type-taxonomy-term-reference ul.links li:before { content:', '; }
.field-name-taxonomy-forums ul.links li:first-child, .field-type-taxonomy-term-reference ul.links li:first-child { margin-left:0; }
.field-name-taxonomy-forums ul.links li:first-child:before, .field-type-taxonomy-term-reference ul.links li:first-child:before { content:''; }
.field-name-taxonomy-forums ul.links li a, .field-type-taxonomy-term-reference ul.links li a {
	background:none;
	border:none;
	box-shadow:none;
	color:#00698C;
	display:inline;
	font:inherit;
	padding:0;
	text-shadow:none;
	text-transform:none;
}
.field-name-taxonomy-forums ul.links li a:hover, .field-type-taxonomy-term-reference ul.links li a:hover {
	background:none;
	text-decoration:underline;
}
.page-forum- #main-wrapper .active img {
	padding:0;
	background:0;
	border:none;
	margin-left:5px;
	margin-top:4px;
}
.page-page-404 .panel-col-first {
	color:#00698C;
	font:bold 250px/200px Arial, Helvetica, sans-serif;
	text-align:center;
}
.panel-2col .panel-col-first .inside { margin:0 20px 0 0; }
.panel-2col .panel-2col .panel-col-last .inside { margin:0 0 0 20px; }
.page-testimonials .view-display-id-page .views-row { margin-top:30px; }
.page-testimonials .view-display-id-page .views-row:first-child { margin-top:0; }
.page-testimonials .view-display-id-page .views-field-field-testi-image {
	float:left;
	margin:0 20px 0 0;
	max-width:45%;
	width:80px;
}
.page-testimonials .view-display-id-page .views-field-nothing { margin-bottom:10px; }
.page-testimonials .view-display-id-page .views-field-nothing p { margin-bottom:0; }
.page-testimonials .view-display-id-page .views-field-nothing a { color:inherit; }
.page-testimonials .view-display-id-page .views-field-nothing a:hover {
	color:#00698C;
	text-decoration:none;
}
.page-testimonials .view-display-id-page .views-field-field-testi-author, .page-testimonials .view-display-id-page .views-field-field-testi-author-info { text-align:right; }
.field-name-field-testi-image {
	float:left;
	margin:0 20px 0 0;
	max-width:45%;
}
.field-name-field-testi-author { font-weight:bold; }
.view-archive .field-name-body { margin-bottom:20px; }
.view-archive .views-row { margin-top:40px; }
.view-archive .views-row:first-child { margin-top:0; }
.view-archive .field-name-taxonomy-forums { padding-top:0; }
.view-FAQs.view-id-FAQs .views-row { margin-top:30px; }
.view-FAQs.view-id-FAQs .views-row:first-child { margin-top:0; }
.compose-tips .filter-type { margin-top:40px; }
.compose-tips .filter-type:first-child { margin-top:0; }
.view-comments-recent.view-display-id-page .views-row { margin-top:30px; }
.view-comments-recent.view-display-id-page .views-row:first-child { margin-top:0; }
.field-name-field-employee-position {
	color:#00698C;
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
}
.field-name-field-employee-email { margin-left:0; }
.field-name-field-employee-email, .field-name-field-employee-facebook, .field-name-field-employee-twitter, .field-name-field-employee-google-plus {
	display:inline-block;
	margin-right:5px;
}
.employee-social-link {
	border:1px solid #00698C;
	border-radius:50%;
	color:transparent;
	display:block;
	font-size:0;
	height:28px;
	line-height:0;
	text-align:center;
	text-decoration:none;
	width:28px;
}
.employee-social-link:before {
	color:#00698C;
	font-size:16px;
	line-height:28px;
}
.employee-social-link:hover { border-color:#7c7c7c; }
.employee-social-link:hover:before { color:#7c7c7c; }
.node-type-employee .field-name-body { padding-top:20px; }
.sidebar { position:relative; }
.sidebar .block {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.sidebar .block:first-child {
	border-top:0 !important;
	margin-top:0 !important;
	padding-top:0 !important;
}
.field-label-inline .field-label, .field-label-inline .field-items { max-width:100%; }
.not-logged-in .contextual-links { display:none !important; }
.contextual-links li {
	padding:0;
	background:none;
}
.calendar-calendar table, .calendar-calendar table td, .calendar-calendar table th, .calendar-calendar .month-view .full th.days { border:1px solid #e1e1e1; }
.calendar-calendar td.calendar-agenda-items, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty { border-color:#e1e1e1; }
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background-color:transparent;
	color:#00698C;
	font-weight:bold;
}
.calendar-calendar th.days {
	background:#f0f0f0;
	border:none;
	color:#7c7c7c;
}
.calendar-calendar td { text-align:center; }
.calendar-calendar td .inner div, .calendar-calendar td .inner div a { background:none; }
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview { background:#f0f0f0; }
.calendar-calendar .day-view .full td .inner div.calendar .views-field-created {
	color:#7c7c7c;
	float:left;
	width:50px;
}
.calendar-calendar .day-view .full td .inner div.calendar .views-field-title { overflow:hidden; }
.calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar .month-view .full td.date-box.today { border-color:#00698C; }
.view-Calendar .pager .date-prev, .view-Calendar .pager .date-next, .view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
	background:none;
	border-radius:0;
	line-height:0;
	padding:0;
	top:6px;
}
.view-Calendar .pager .date-prev a, .view-Calendar .pager .date-next a, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
	background:#7c7c7c;
	color:transparent;
	display:block;
	font-size:0;
	height:22px;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
	width:22px;
}
.view-Calendar .pager .date-prev a:before, .view-Calendar .pager .date-next a:before, .view .date-nav-wrapper .date-prev a:before, .view .date-nav-wrapper .date-next a:before {
	color:#fff;
	font-family:FontAwesome;
	font-size:12px;
	font-weight:normal;
	left:50%;
	line-height:22px;
	margin-left:-5px;
	margin-top:-11px;
	position:absolute;
	top:50%;
}
.view-Calendar .pager .date-prev a:hover, .view-Calendar .pager .date-next a:hover, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover { background:#00698C; }
.view .date-nav-wrapper .date-prev { right:auto; }
.view .date-nav-wrapper .date-prev a:before { content:"\f060"; }
.view .date-nav-wrapper .date-next a:before { content:"\f061"; }
table .mini-day-on a { text-decoration:none; }
table .mini-day-on a:hover { text-decoration:underline; }
.sidebar #isotope-options #filters { text-align:left; }
.sidebar #isotope-options #filters li { margin:0 10px 5px 0; }
.pannel-map { margin-bottom:30px !important; }
.gmap #gmap1 { height:600px; }
.gmap #gmap1 img { max-width:inherit; }
#block-views-our-team-block .views-row {
	margin-bottom:0;
	margin-top:20px;
	overflow:hidden;
}
#block-views-our-team-block .views-row.views-row.views-row-first { margin-top:0; }
#block-views-our-team-block .views-row .views-field-field-employee-photo {
	width:100px;
	float:left;
	margin-right:15px;
}
#block-views-our-team-block .views-row .views-field-body { margin-bottom:0; }
.poll .total, .poll .title { margin-bottom:15px; }
.poll .bar {
	background-color:#fff;
	border:1px solid #e1e1e1;
	height:20px;
	margin-bottom:15px;
	padding:1px;
}
.poll .bar .foreground {
	background-color:#00698C;
	display:none;
	height:20px;
}
.poll .percent { float:right; }
.poll .vote-form {
	text-align:left;
	padding-bottom:15px;
}
.poll .vote-form .choices { width:100%; }
#block-poll-recent ul.links li {
	background:none;
	padding-left:0;
}
#block-views-comments-recent-block .views-row { margin-top:20px; }
#block-views-comments-recent-block .views-row:first-child { margin-top:0; }
#block-views-comments-recent-block .views-field-subject a { color:inherit; }
#block-views-comments-recent-block .views-field-subject a:hover {
	color:#00698C;
	text-decoration:none;
}
.contextual-links-region .node-title a { color:inherit; }
.contextual-links-region .node-title a:hover {
	color:#00698C;
	text-decoration:none;
}
#block-views-recent-posts-block .views-row { margin-top:20px; }
#block-views-recent-posts-block .views-row:first-child { margin-top:0; }
#block-views-recent-posts-block .views-field-body {
	clear:both;
	padding-top:10px;
}
#search-block-form .element-invisible, [id^="search-block-form"] .element-invisible { display:none !important; }
#search-block-form .container-inline, [id^="search-block-form"] .container-inline {
	border:1px solid #e1e1e1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
}
#search-block-form .form-item-search-block-form, [id^="search-block-form"] .form-item-search-block-form {
	display:block;
	margin:0 30px 0 0;
}
#search-block-form input.form-text, [id^="search-block-form"] input.form-text {
	background:none;
	border:none;
	display:block;
	margin:0;
	width:100%;
}
#search-block-form [id^=edit-actions], [id^="search-block-form"] [id^=edit-actions] { z-index:1; }
#search-block-form [id^=edit-actions]:after, [id^="search-block-form"] [id^=edit-actions]:after {
	color:#7c7c7c;
	content:"\f002";
	cursor:pointer;
	font:20px/30px FontAwesome;
	margin-top:-16px;
	position:absolute;
	right:0;
	text-align:center;
	top:50%;
	width:30px;
	z-index:1;
}
#search-block-form [id^=edit-actions]:hover:after, [id^="search-block-form"] [id^=edit-actions]:hover:after { color:#00698C; }
#search-block-form .form-submit, [id^="search-block-form"] .form-submit {
	background:none;
	border:none;
	border-radius:0;
	bottom:0;
	box-shadow:none;
	color:transparent;
	cursor:pointer;
	display:block;
	font-size:0;
	line-height:0;
	margin:0 !important;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	z-index:2;
}
.block-simple-subscription-subscribe form { position:relative; }
.block-simple-subscription-subscribe input[type="text"] {
	box-sizing:border-box;
	width:100%;
	height:33px;
	background:none;
	color:#fff !important;
	padding:7px 15px 7px;
	font-size:13px;
	line-height:17px;
	font-style:normal;
	border:1px solid #bdbdbd;
}
.block-simple-subscription-subscribe .form-item, .block-simple-subscription-subscribe .form-actions { margin:0 70px 0 0; }
.block-simple-subscription-subscribe input[type="submit"] {
	position:absolute;
	right:20px;
	top:0;
	padding:0;
	background:none;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
}
.block-simple-subscription-subscribe input[type="submit"]:hover { color:#00698C; }
.progressbar .progressbar-wrap { background:#e1e1e1; }
.progressbar .progressbar-background { background:#00698C; }
#footer {
	clear:both;
	padding:0;
	position:relative;
}
.footer-wrapper {
	background:#00698C;
	padding:53px 0 130px;
	color:#fff;
}
.footer-wrapper h2 {
	text-align:left;
	font-size:30px;
	line-height:30px;
	margin-bottom:16px;
	color:#fff;
}
.footer-wrapper a { color:#fff; }
.footer-wrapper a:hover { color:#00698C; }
.footer-menu .content ul {
	margin:0;
	overflow:hidden;
}
.footer-menu .content ul li {
	background:none;
	margin:5px 0 0;
	padding:0;
	border:none;
}
.footer-menu .content ul li:first-child { margin-top:0; }
.footer-menu .content ul li a {
	color:inherit;
	text-decoration:none;
}
.footer-menu .content ul li a:hover, .footer-menu .content ul li a.active {
	color:#00698C;
	text-decoration:none;
}
.block-copyright { margin-bottom:20px; }
.block-copyright .copy {
	font-size:38px;
	line-height:38px;
	margin-bottom:3px;
	font-family:'Archivo Black', sans-serif;
}
.block-copyright .sitename {
	text-transform:lowercase;
	padding-top:3px;
	font-size:60px;
	line-height:60px;
	font-family:'Archivo Black', sans-serif;
}
.block-copyright a { color:inherit; }
.block-copyright a:hover {
	color:#00698C;
	text-decoration:none;
}
.block-tm-follow-site span.tm-follow-link-wrapper {
	font-size:22px;
	line-height:40px;
	margin-left:5px;
	text-align:center;
	vertical-align:middle;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
}
.block-tm-follow-site span.tm-follow-link-wrapper:hover {
        background: #878787;
}
.block-tm-follow-site span.tm-follow-link-wrapper:first-child { margin-left:0; }
.block-tm-follow-site span.tm-follow-link-wrapper a { color:#00698C; }
/**.block-tm-follow-site span.tm-follow-link-wrapper a:hover { color:#878787; }*/
.block-tm-follow-site span.tm-follow-link-wrapper a:hover { color:#00698C; }
#backtotop {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background:#00698C;
	border-radius:50%;
	bottom:100px;
	color:transparent;
	font-size:0;
	line-height:0;
	margin-right:0 !important;
	padding:3px 0 7px;
	position:fixed;
	right:40px !important;
	text-align:center;
	text-decoration:none;
	width:70px;
	z-index:5;
	background:none;
	opacity:1 !important;
	box-shadow:0 0 0 4px #fff;
}
#backtotop:before {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:50%;
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	top:-2px;
	left:-2px;
	padding:2px;
	z-index:-1;
	background:#00698C;
	-webkit-transition:-webkit-transform 0.2s, opacity 0.3s;
	-moz-transition:-moz-transform 0.2s, opacity 0.3s;
	transition:transform 0.2s, opacity 0.3s;
	opacity:1;
}
#backtotop:after {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color:#fff;
	content:"\f077";
	font:normal 40px/60px FontAwesome;
}
#backtotop:hover { box-shadow:0 0 0 4px #464646 !important; }
#backtotop:hover:before {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
#backtotop:hover:after { color:#464646; }
.switcher {
	cursor:pointer;
	margin-top:10px;
	font-size:11px;
}
.switcher:hover { text-decoration:underline; }
.panels-flexible-region-13-center { width:100%; }
.parallax { background:url(../images/parallax.jpg) center top no-repeat; }
div#page-title-custom{
text-transform:none;
}
.title.page-title {
	color:#616161;
	font:400 35px/48px 'Archivo Black', sans-serif;	
	margin-bottom:40px;
	text-align:center;
	text-transform: none;
}

ol.alpha-first {
    counter-reset: list;
    margin: 3em;
}

ol.alpha-first > li {
    list-style: none;
    position: relative;
}
ol.alpha-first > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}
