/*
font-family:'Geogrotesque W01 Lt';
font-family:'Geogrotesque W01 Lt It';
font-family:'GeogrotesqueW01-Regular1185161';
font-family:'GeogrotesqueW01-Regular1185171';
font-family:'Geogrotesque W01 Bold';
font-family:'GeogrotesqueW01-BoldIt';
font-family:'Geogrotesque W01 Medium1185174';
font-family:'GeogrotesqueW01-MediumI';
font-family:'GeogrotesqueW01-Semibol1185184';
font-family:'GeogrotesqueW01-Semibol1185180';
*/

/* GENERAL */
body {
	font-size: 16px;
	color: #1c3a6e;
	font-family:'GeogrotesqueW01-Regular1185161';
}

em {
	font-family:'GeogrotesqueW01-Regular1185171';
}

strong {
	font-family:'GeogrotesqueW01-Semibol1185184';
}

strong em {
	font-family:'GeogrotesqueW01-Semibol1185180';
}

h1, h2, h3, h4 {
	font-weight: 400;
}

h1, h2 {
	font-family:'Geogrotesque W01 Bold';
}

h1 em, h2 em {
	font-family:'GeogrotesqueW01-BoldIt';
}

h3, h4 {
	font-family:'GeogrotesqueW01-Semibol1185180';
}

h3 em, h4 em {
	font-family:'GeogrotesqueW01-Semibol1185184';
}

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

p {
	margin: 0px 0px 15px;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

.wrap:before, .wrap:after {
	content: '';
	display: table;
}

.wrap:after {
	clear: both;
}

ul.menu, ul.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.btn {
	border: 0px;
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	font-family:'Geogrotesque W01 Bold';
	font-size: 20px;
	padding: 0px 20px;
	line-height: 32px;
}

.btn.btn-sm {
	font-size: 14px;
	line-height: 26px;
}

.btn.btn-primary {
	background-color: #1c3a6e;
	color: #fff;
}
/* END GENERAL */

/* LAYOUT */
.content-sidebar-wrap,
.footer-widgets .wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page_landing .content-sidebar-wrap {
	padding: 0px;
	width: auto;
}

@media (min-width: 768px;) {
	.content-sidebar-wrap,
	.footer-widgets .wrap {
		width: 750px;
	}
}

@media (min-width: 992px;) {
	.content-sidebar-wrap,
	.footer-widgets .wrap {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.content-sidebar-wrap,
	.footer-widgets .wrap {
		width: 1170px;
	}
}
/* END LAYOUT */

/* HEADER */
.site-header {
	color: #fff;
	border-bottom: 10px solid rgba(28, 58, 109, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.site-header h1, .site-header p {
	margin: 0px;
}

.site-header a {
	color: #fff;
	-webkit-transition: color .28s ease;
	transition: color .28s ease;
}

.site-header button[type=button] {
	border: 0px;
	background-color: transparent;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}

.site-header .wrap {
	position: relative;
	background-color: #009de0;
}

.site-header .site-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.site-header .slogan {
	font-family:'GeogrotesqueW01-MediumI';
	font-size: 18px;
	margin: 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

.site-header .phone {
	font-family:'Geogrotesque W01 Bold';
	font-size: 17px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.site-header .toggle-navigation {
	position: absolute;
	top: 0px;
	right: 15px;
}

.site-header .toggle-navigation span {
	width: 40px;
	height: 4px;
	border-radius: 4px;
	margin: 8px 0px;
	display: block;
	background-color: #fff;
}

.site-header .toggle-search {
	background-image: url(../images/search.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.site-header .toggle-search.open {
	opacity: 0.7;
}

.site-header .widget_search {
	position: absolute;
    background-color: #1c3a6e;
    padding: 15px;
    right: 0px;
    top: 100%;
    top: 100%;
    margin-top: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-header .widget_search.open {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.site-header .widget_search input[type=search] {
	border: 0px;
	height: 32px;
	padding: 0px 15px;
	width: 180px;
	color: #1c3a6e;
	outline: none;
}

.site-header .widget_search input[type=submit] {
	background-color: #009de0;
	border: 0px;
	height: 32px;
	padding: 0px 15px;
	outline: none;
	-webkit-transition: background-color .28s ease;
	transition: background-color .28s ease;
}

.site-header .widget_search input[type=submit]:hover {
	background-color: rgba(0, 157, 224, 0.7);
}

.nav-primary ul.menu > li > a {
	font-size: 17px;
	font-family:'Geogrotesque W01 Medium1185174';
}

.nav-primary ul.menu > li:hover > a {
	color: #1c3a6e;
}

.nav-primary ul.menu li.menu-visible-footer {
	display: none;
}

@media (min-width: 768px) {
	.site-header .wrap {
		padding-right: 40px;
	}

	.site-header .title-area {
		float: left;
	}

	.site-header .widget-area {
		float: right;
		position: relative;
		padding: 30px 35px 0px 0px;
		margin-top: 18px;
	}

	.site-header .toggle-navigation {
		display: none;
	}

	.nav-primary ul.menu > li {
		display: inline-block;
		position: relative;
		padding: 0px 0px 10px 20px;
	}

	.nav-primary ul.sub-menu {
		position: absolute;
		min-width: 220px;
		background-color: #1c3a6e;
		padding: 7px 0px;
		top: 100%;
		margin-top: 40px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.nav-primary ul.sub-menu a {
		display: block;
		padding: 7px 15px;
		-webkit-transition: background-color .28s ease;
		transition: background-color .28s ease;
	}
	
	.nav-primary ul.sub-menu li:hover > a {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.nav-primary ul.sub-menu li {
		position: relative;
	}

	.nav-primary ul.sub-menu ul {
		top: 0px;
		left: 100%;
	}

	.nav-primary li.submenu-alignleft ul ul {
		left: auto;
		right: 100%;
	}
	
	.nav-primary ul.sub-menu li:hover > ul,
	.nav-primary ul.menu > li:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}
}

@media (max-width: 1199px) {
	.site-header .slogan {
		display: none;
	}
}

@media (max-width: 767px) {
	.site-header {
		position: relative;
		border-bottom: 0px;
	}

	.site-header .site-title {
		margin: 0px 0px;
	}

	.site-header .slogan {
		display: block;
		padding: 10px 10px;
		text-align: center;
		background-color: #1c3a6e;
	}

	.site-header .phone {
		top: 50px;
		right: 56px;
	}

	.site-header .toggle-search {
		top: 50px;
		bottom: auto;
		right: 25px;
	}

	.nav-primary {
		display: none;
	}

	.nav-primary.collapsing, .nav-primary.in {
		display: block;
	}

	.nav-primary ul.menu {
		padding: 7px 0px;
	}

	.nav-primary ul.menu ul {
		margin-left: 15px;
	}

	.nav-primary ul.menu li a {
		display: block;
		padding: 7px 15px;
	}
}

@media (max-width: 480px) {
	.site-header .phone {
		top: 106px;
		right: 0px;
		left: 0px;
		text-align: center;
	}

	.site-header .slogan {
		padding-top: 40px;
		font-size: 14px;
	}

	.site-header .widget_search {
		width: 100%;
	}
}
/* END HEADER */

/* FOOTER */
.footer-widgets {
	background-color: #1c3a6e;
	border-top: 10px solid #009de0;
	padding: 32px 0px 100px;
	color: #fff;
	font-family:'Geogrotesque W01 Medium1185174';
}

.footer-widgets a {
	color: #fff;
	display: inline-block;
}

.footer-widgets p {
	margin-bottom: 15px;
}

.footer-widgets p:last-child {
	margin-bottom: 0px;
}

.footer-widgets .widget {
	clear: both;
	margin-bottom: 30px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0px;
}

.footer-widgets .btn-primary {
	background-color: #000;
}

.footer-widgets ul.logos > li {
	display: inline-block;
	margin-left: 40px;
}

.footer-widgets ul.logos > li:first-child {
	margin-left: 0px;
}

.footer-widgets ul.menu > li {
	margin-bottom: 15px;
}

.footer-widgets ul.menu > li:last-child {
	margin-bottom: 0px;
}

.footer-widgets ul.sub-menu > li {
	display: inline-block;
	position: relative;
	padding-right: 12px;
}

.footer-widgets ul.sub-menu > li:after {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #009de0;
	position: absolute;
	right: 3px;
	top: 10px;
}

.footer-widgets ul.sub-menu > li:last-child {
	padding-right: 0px;
}

.footer-widgets ul.sub-menu > li:last-child:after {
	display: none;
}

.footer-widgets ul.sub-menu > li > a {
	font-family:'Geogrotesque W01 Lt';
}

.footer-widgets ul.sub-menu ul {
	display: none;
}

@media (min-width: 768px) {
	.footer-widgets .widget-area {
		float: left;
		width: 50%;
		max-width: 480px;
	}

	.footer-widgets .footer-widgets-2.widget-area {
		float: right;	
	}
}

@media (min-width: 992px) {
	.footer-widgets ul.sub-menu > li.menu-item-36 {
		padding-right: 0px;
	}

	.footer-widgets ul.sub-menu > li.menu-item-36:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer-widgets .text-right {
		text-align: left;
	}

	.footer-widgets .footer-widgets-2.widget-area {
		padding-top: 30px;
	}
}
/* END FOOTER */

/* BANNER */
#page-heading {
	background-image: url(http://test.metacreative.com.au/hamiltonengineering/wp-content/uploads/2017/03/slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 102px;
}

#page-heading:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 58, 109, 0.7);
}

#page-heading .container {
	position: relative;
	height: 278px;
}

#page-heading h1 {
	color: #fff;
	font-size: 36px;
	margin: 0px 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family:'GeogrotesqueW01-Semibol1185180';
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

@media (max-width: 767px) {
	#page-heading {
		padding-top: 0px;
	}
}
/* END BANNER */

/* DEFAULT PAGE */
.search h1.archive-title,
.error404 h1.entry-title {
	display: none;
}

.default-page .content-sidebar-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.default-page .entry-content a {
	color: #00adef;
}

.default-page .entry-content h3 {
	font-size: 18px;
	color: #00adef;
	margin: 0px 0px 20px;
}

.default-page .entry-content p strong {
	color: #1c3a6e;
}

.default-page .entry-content ul:not([class]) {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

.default-page .entry-content ul:not([class]) li {
	position: relative;
	padding: 0px 0px 0px 15px;
}

.default-page .entry-content ul:not([class]) li:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #00adef;
	position: absolute;
	top: 8px;
	left: 0px;
}
/* END DEFAULT PAGE */

/* MODULES */
.fl-module-content-slider.fl-welcome .fl-content-slider {
	border-bottom: 10px solid #009de0;
}

.fl-module-content-slider.fl-welcome .bx-wrapper {
	margin: 0px;
}

.fl-module-content-slider.fl-welcome .bx-viewport {
	z-index: 10;
}

.fl-module-content-slider.fl-welcome .fl-slide-foreground {
	position: absolute;
	max-width: 100%;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(28, 58, 109, 0.7);
	padding: 20px 0px 60px;
	z-index: 5;
}

.fl-module-content-slider.fl-welcome .fl-slide-content-wrap {
	max-width: 900px;
	margin: 0px auto;
	padding: 0px 20px;
}

.fl-module-content-slider.fl-welcome .fl-slide-content-wrap .fl-slide-content {
	padding: 0px !important;
	background: none !important;
}

.fl-module-content-slider.fl-welcome .fl-slide-title {
	font-size: 36px;
	font-family:'Geogrotesque W01 Lt It';
	color: #fff;
	margin: 0px 0px !important;
}

.fl-module-content-slider.fl-welcome .bx-pager {
	padding: 0px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	z-index: 15;
}

.fl-module-content-slider.fl-welcome .bx-pager a {
	background-color: #009de0;
}

.fl-module-button.fl-button-primary a.fl-button {
	font-family:'Geogrotesque W01 Bold';
	padding: 5px 15px !important;
	min-width: 160px;
}

.fl-col.fl-column-service .fl-heading > a {
	display: block;
	color: #fff;
	padding: 115px 0px;
}

.fl-col.fl-column-service .fl-heading .fl-heading-text {
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.fl-col.fl-column-service .fl-heading > a:hover .fl-heading-text {
	transform: scale(1.2);
}

.fl-module-rich-text.fl-logos .fl-rich-text > p {
	margin: 0px;
	display: inline-block;
}

.fl-module-rich-text.fl-logos .fl-rich-text p:empty {
	display: none;
}

.fl-module-rich-text.fl-logos .fl-rich-text img {
	display: inline-block;
	margin: 10px 40px;
}

.fl-module-widget .widgettitle {
	margin: 0px 0px 15px;
}

@media (max-width: 767px) {
	.fl-col.fl-col-small {
		max-width: 100%;
	}

	.fl-module-content-slider.fl-welcome .fl-slide-foreground {
		position: relative;
		background-color: #1c3a6e;
	}
	
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.fl-module-rich-text.fl-logos .fl-rich-text img {
		margin: 10px 20px;
	}
}
/* END MODULES */

/* CONTENT */
.content .sub-title {
	font-size: 18px;
	color: #00adef;
	margin: 0px 0px 20px;
}

.entry-content img.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}

.entry-content img.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.entry-content .gform_wrapper {
	max-width: 480px;
	margin: 0px 0px;
	background-color: #009de0;
	color: #fff;
	border-radius: 4px;
	padding: 15px;
}

.entry-content .gform_wrapper input[type=text],
.entry-content .gform_wrapper input[type=email],
.entry-content .gform_wrapper textarea,
.entry-content .gform_wrapper select {
	border: 0px;
	outline: none;
	background: #fff;
	padding: 4px 15px;
	height: 34px;
	width: 100%;
	border-radius: 4px;
}

.entry-content .gform_wrapper textarea {
	height: 80px;
	resize: vertical;
}

.entry-content .gform_wrapper input[type=submit] {
	background-color: #1c3a6e;
	outline: none;
	border: 0px;
	padding: 5px 15px;
	font-family: 'Geogrotesque W01 Bold';
	font-size: 20px;
	border-radius: 4px;
	font-weight: 400;
}

.entry-content .gform_wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.entry-content .gform_wrapper ul li.gfield {
	margin-bottom: 15px;
}

.entry-content .gform_wrapper .gfield_label {
	display: block;
	margin: 0px 0px 5px;
}

.entry-content .gform_wrapper .validation_error {
	margin-bottom: 15px;
}

.entry-content .gform_wrapper .gfield_description {
	font-size: 12px;
	font-style: italic;
}

.entry-content .gform_wrapper .gform_footer {
	text-align: right;
}

div.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.pagination ul li {
	display: inline-block;
	font-size: 24px;
	margin: 0px 15px 0px 0px;
}
/* END CONTENT */