/* Globals */



p, a, li, h1, h2, h3, h4, span, div { 

	font-size:16px;

	margin: 0;

}



ul {margin: 0; padding: 20px 0 0 0;}



li { list-style: none; }



h1 {

	font-weight: 900;

	line-height: 110%;

	font-size: 55px;

	margin-bottom: 10px;

	color: #222222;

}



h2 {

	font-family: lato;

	font-weight: 300;

	line-height: 120%;

	font-size: 24px;

	color: #222222;

}



h3 {

	font-weight: normal;

	line-height: 130%;

	font-size: 26px;

	color: #222222;

	margin-bottom: 5px;

}



pre {

    margin: 10px 0;

}



.g-content { margin: 0; padding: 0; } /* Margin and Padding reset */



.vg-relative-container {

	position: relative;

}



.vg-on-top {

	z-index: 99;

}



.vg-block-text:not(:last-of-type) {

	margin-bottom:40px;

}



.fixed-to-top { /*Fixes any element to the top of the browser*/

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 999999999999999999999999999;

}



.tel-link { color: #ffffff; } .tel-link:hover { color: #ffffff; }



.tel-link-drk { color: #000000; } .tel-link-drk:hover { color: #000000; }



/* Buttons */



.bg-btn {

	display: inline-block;

	background-color: #435363;

	color: #ffffff;

	padding: 10px 15px;

	margin: 15px 0 5px 0;

	text-align: center;

	cursor: pointer;

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

}



.bg-btn:hover {

	background-color: #8EB8C9;

	color: #ffffff !important;

}



.btn-int {

	margin-bottom: 10px;

}



.underline-btn:before {

	content: "";

	position: absolute;

	z-index: 1;

	left: 50%;

	right: 50%;

	bottom: 0;

	background: #cccccc;

	height: 5px;

	-webkit-transition-property: left, right;

	transition-property: left, right;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}



.underline-btn:hover:before, .underline-btn:focus:before, .underline-btn:active:before {

	left: 0;

	right: 0;

}



.page-inline-btn, .btn-inline {

	display: inline-block;

	background-color: #ffffff;

	line-height: 100%;

	padding: 6px 12px 6px 12px;

	margin: 0 5px 10px 0 !important;

	font-size: 12px;

	letter-spacing: 1px;

	color: #555555;

	text-transform: uppercase;

	font-weight: bold;

	border-radius: 2px;

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);

}



.page-inline-btn:hover, .btn-inline:hover {

	background-color: #435363;

	color: #ffffff;

}



.btn-inline {

	background-color: #435363;

	color: #ffffff;

}



.btn-inline:hover {

	background-color: #8EB8C9;

}



/* - - - */



.entry-meta {

	display: none;

}



.wp-caption-text {

	display: block;

	background-color: #ededed;

	padding: 10px !important;

}



.wp-caption img {

	max-width: 100%;

}



@media screen and (max-width: 1600px) {

	h1 {

		font-size: 40px;

	}	

	h2 {

		font-size: 20px;

	}

}



@media screen and (max-width: 1023px) {

	h1 {

		font-size: 30px;

		line-height: 105%;

	}	

	h2 {

		font-size: 16px;

		text-align: center;

	}

}



@media all and (max-width: 600px) {

	h1 {

		font-size: 22px;

		line-height: 100%;

		margin-bottom: 5px;

	}	

}



/* LOADER */

#curtain {

	display: block;

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background-color: #EEFBFF;

	z-index: 999999999999999999999999999999999999999999999999999999999999999999999999;

}



.vg-loader-container {

	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;

    align-items: center;

    justify-content: center;

    flex-flow: column;

    height: 100vh;

}



.vg-loader-image {

	display: block;

}



.remove-loader {

	-webkit-animation-name: byebyeloader;

	animation-name: byebyeloader;

	-webkit-animation-duration: 800ms;

	animation-duration: 800ms;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}

	@-webkit-keyframes byebyeloader {

	0% {

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

	100% {

		visibility: hidden;

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);

	}

	}

	@keyframes byebyeloader {

	0% {

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

	100% {

		visibility: hidden;

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);

	}	

}



.remove-map-curtain {

	-webkit-animation-name: byebyemapcurtain;

	animation-name: byebyemapcurtain;

	-webkit-animation-delay: 800ms;

    animation-delay: 800ms;

	-webkit-animation-duration: 700ms;

	animation-duration: 700ms;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}

	@-webkit-keyframes byebyemapcurtain {

	0% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

	100% {

		visibility: hidden;

		-webkit-transform: translateX(-100%);

		transform: translateX(-100%);

	}

	}

	@keyframes byebyemapcurtain {

	0% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

	100% {

		visibility: hidden;

		-webkit-transform: translateX(-100%);

		transform: translateX(-100%);

	}	

}



/* SOCIAL BAR */

.desktop-social {

	text-align: right;

}



.desktop-social:before {

    content: '03 9466 8466';

    margin-right: 15px;

    font-weight: 900;

    font-size: 15px;

    letter-spacing: 1px;

}



.desktop-social a {

    font-size: 16px;

}



/* TITLE BAR */



.title-container .g-grid, .footer-container .g-grid {

	align-items: center;

	overflow: hidden;

}



.title-container .g-content, .footer-container .g-content  {

	margin: 0;

	padding: 5px;

}



.title-container {

	background-color: #eeeeee;

	padding: 0 40px;

}



.title-bar {

	-webkit-box-flex: 0;

    -moz-box-flex: 0;

    box-flex: 0;

    -webkit-flex: 0 15%;

    -moz-flex: 0 15%;

    -ms-flex: 0 15%;

    flex: 0 15%;

    width: 15%;

    align-self: center;

}



.vicgut-logo {

	position: relative;

	display: inline-block;

	width: 90px;

	height: auto;

	padding: 4px;

	margin: 0;

	text-align: center;

}



.g-social a {

    padding: 0.1rem 0.4rem;

    background: transparent !important;

    color: #435363 !important;

    border: none;

    border-radius: 0;

    margin-bottom: 0;

}



.g-menu-item-type-particle {

	display: none !important;

}



@media screen and (max-width: 949px) {

	.title-container {

		padding: 0 15px;

	}

	.title-container {

		display: none;

	}

	.g-menu-item-type-particle {

		display: inline-block !important;

	}

}



/* MOBILE MENU */



#g-offcanvas .g-content {

    margin: 0.625rem;

    padding: 0.938rem;

}



#g-page-surround {

    box-shadow: none;

}



#g-offcanvas a {

	color: #333333;

}



#g-mobilemenu-container .g-toplevel li {

	width: 100%;

}



#g-mobilemenu-container .mobile-social {

	text-align: center;

}



#g-mobilemenu-container .g-menu-item-title {

	color: #333333;

}



.g-offcanvas-toggle {

    font-size: 1.95rem;

    left: initial;

    top: 40px;

    right: 35px;

    z-index: 10 !important;

}



.fa-fw { /* Mobile menu btn */

    color: #8eb8c9;

}



/* NAVIGATION STYLING */



.g-dropdown-column {

	padding: 30px;

}



#g-navigation .g-main-nav {

	margin: 0;

}



#g-navigation {

	z-index: 9 !important;

}







.g-main-nav .g-toplevel > li { /* Increase horizontal spacing on toplevel menu items */

	padding: 0 20px;

}



.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content { /* Top level menu text */

	letter-spacing: 1px;

	font-weight: 700;

}



#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container { /* Drop down menu items container */

    text-align: left;

    font-weight: normal;

    color: #ffffff;

    padding: 15px 20px;

}



#g-navigation .g-main-nav .g-dropdown { /* Individual drop down items */

	background: #435363;

	background: rgba(67,83,99,0.95);

	padding: 0;

}



#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover { /* Top level menu items hover */

	background:	#8eb8c9;

}



.g-menu-item:hover .g-menu-item-title { /* Target child text on parent hover toplevel menu items */

	color:	#ffffff;

}



.g-menu-item:hover .g-dropdown .g-menu-item-title {

	color: #ffffff;

}



#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected { /* Top level menu items when selected */

	background:	#ffffff;

}



#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected:hover { /* Active Top level menu items on hover */

	background:	#8eb8c9;

}



#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active { /* Remove active background color */

	background: inherit;

}



#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover { /* Drop down menu hovered */

	background:	#8eb8c9;

}



.g-main-nav .g-toplevel > li > .g-menu-item-container {

    padding: 40px 10px;

}



@media all and (max-width: 1300px) {

	.g-main-nav .g-toplevel > li {

	    	padding: 0 10px;

	}



	#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container { /* Drop down menu items container */

	    padding: 10px 15px;

	}



	.g-dropdown-column {

		padding: 20px;

	}

}



@media all and (max-width: 1100px) {

	.g-main-nav .g-toplevel > li {

	    	padding: 0;

	}	

}



@media all and (max-width: 949px) {

	#g-navigation .g-content {

		text-align: left;

		padding: 10px;

	}

}



/* UNIVERSAL OUTLINE SETTINGS */



.vg-universal-main-container {

	background-color: #eeeeee;

	padding: 20px;

}



/* BILLBOARD */



.billboard .vg-slide-container:before {

	content: '';

	display: block;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background-color: rgba(0,0,0,0.1);

}



.billboard {

	position: relative;

	display: block;

}



.hp-billboard-slider .slide1 {

	position: relative;

	height: 650px;

	height: 70vh;

	background-image: url('/wp-content/uploads/2017/10/vgbck2.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}



.hp-billboard-slider .slide2 {

	position: relative;

	height: 650px;

	height: 70vh;

	background-image: url('/wp-content/uploads/2017/10/vgbck3.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}



.hp-billboard-slider .slide3 {

	position: relative;

	height: 650px;

	height: 70vh;

	background-image: url('/wp-content/uploads/2017/10/vgbck4.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}



.hp-billboard-slider .slide4 {

	position: relative;

	height: 650px;

	height: 70vh;

	background-image: url('/wp-content/uploads/2017/10/vgbck5.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}



.hp-billboard-slider .slide5 {

	position: relative;

	height: 650px;

	height: 70vh;

	background-image: url('/wp-content/uploads/2017/10/vgbck7.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}



@media all and (max-width: 949px) {

	.hp-billboard-slider .slide1, .hp-billboard-slider .slide2, .hp-billboard-slider .slide3, .hp-billboard-slider .slide4, .hp-billboard-slider .slide5 {

		height: 400px;

		height: 60vh;

	} 

}



/* BILLBOARD TEXT */

.slide-text {

	display: block;

	position: absolute;

	left: 0;

	bottom: 15%;

	width: 40%;

	padding: 40px;

	text-align: left;

	background-color: #ffffff;

	background-color: rgba(255,255,255,0.85);

}



.with-sub:after {

	content: 'Formerly Bundoora Endoscopy';

	display: block;

	width: 100%;

	text-align: right;

	color: #ffffff;

	font-weight: bold;

	font-size: 13px;

	text-transform: uppercase;

	letter-spacing: 1px;

	position: absolute;

	bottom: -28px;

	right: 0;

	background-color: #435363;

	padding: 5px 15px;

}



@media all and (max-width: 1023px) {

	.slide-text {

		bottom: 7%;

		width: 100%;

		padding: 25px;

		text-align: center;

	}



	.with-sub:after {

		text-align: center;

		font-size: 11px;

		bottom: -24px;

	}

}



@media all and (max-width: 600px) {

	.slide-text {

		padding: 15px;

	}

}



/* Page Hero Image */



.page-hero-container {

	position: relative;

}



.page-hero-text {

	display: block;

	position: absolute;

	left: 0;

	bottom: 15%;

	padding: 25px 40px;

	text-align: left;

	background-color: #ffffff;

	background-color: rgba(255,255,255,0.85);

}



@media all and (max-width: 600px) {

	.slide-text {

		padding: 15px;

	}

}



/* OPENING TIMES AND LOCATION */



.hp-open-location {

	display: block;

	width: 100%;

	background-color: #eeeeee;

	text-align: center;

	padding: 20px;

}



.hp-open-highlight {

	margin-right: 10px;

	padding-left: 10px;

	border-left: 2px solid #cccccc;

}



.hp-open-strong {

	font-size: 13px;

	text-transform: uppercase;

	font-weight: bold;

}



.bg-inline-btn {

	color: #222222;

	background-color: #cccccc;

	line-height: 100%;

	padding: 2px 6px 3px 8px;

	font-size: 15px;

	border-radius: 3px;

	-webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s;

}



.bg-inline-btn:hover {

	background-color: #8eb8c9;

	color: #ffffff;

}



.hp-location-container {

	position: absolute;

	width: 1px;

	height: 1px;

	border-top: 10px solid #ffffff;

	background-color: #d4e3e8;

	overflow: hidden;

}



.vg-map-active {

	position: relative;

	width: 100%;

	height: 470px;

	overflow: visible;

}



#hp-map {

	height: 540px;

	width: 100%;

}



@media all and (max-width: 2140px) {

	#hp-map {

		height: 500px;

	}

}



@media all and (max-width: 1640px) {

	#hp-map {

		height: 450px;

	}

}



@media all and (max-width: 1290px) {

	#hp-map {

		height: 415px;

	}

}



@media all and (max-width: 1250px) {

	#hp-map {

		height: 400px;

	}



	.hp-contact-50 {

		-webkit-box-flex: 0;

		-moz-box-flex: 0;

		box-flex: 0;

		-webkit-flex: 0 100%;

		-moz-flex: 0 100%;

		-ms-flex: 0 100%;

		flex: 0 100%;

		width: 100%;

	}

}





.about-map {

  position:relative;

  display: block;

	width: 100%;

  height: 500px;

  background-color: #eeeeee;

}



.hp-locale-info {

	position: absolute;

	top: 0;

	right: 0;

	padding: 25px;

	background-color: #ffffff;

	background-color: rgba(255,255,255,0.85);

	text-align: right;

}



.map-curtain {

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background-color: #EEFBFF;

	z-index: 99999999999999999999;

}



@media all and (max-width: 890px) {

	.hp-locale-info {

		top: initial;

		left: 0;

		right: 0;

		bottom: 0;

		text-align: center;

	}

}



/* EVENT TILES SECTION */



#g-main, #g-main .g-content {

    margin: 0;

    padding: 0;

}



.hp-event-grid {

	padding: 0;

	margin: 0;

}



.vg-event-wrapper {

	border-right: 10px solid #ffffff;

	border-bottom: 10px solid #ffffff;

}



.vg-event-container {

	position: relative;

	background-color: #eeeeee;

}



.vg-event-tile-content {

	position: relative;

	letter-spacing: 0.5px;

	border-top: 10px solid #ffffff;

	border-left: 10px solid #ffffff;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

}



.vg-event-tile-image {

	position: relative;

	display: block;

	width: 100%;

	height: 250px;

	overflow: hidden;

}



.vg-event-tile-image:after {

	content: "";

	position: absolute;

	z-index: 1;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background-color: rgba(0,0,0,0.17);

	-webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s;

}



.vg-event-tile-content:hover .vg-event-tile-image:after {

	background-color: rgba(0,0,0,0.001);

}



.vg-event-tile-title {

	padding: 25px 25px 0 25px;

}



.vg-event-tile-title a, .vg-event-full-title {

	font-size: 22px;

	color: #333333;

	font-weight: normal;

}



.vg-event-tile-exerpt {

	-webkit-box-flex: 1; width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1;

	padding: 5px 25px 25px 25px;

}



.vg-event-tile-exerpt a, .vg-sidebar-exerpt a {

	color: #435363;

}



@media all and (max-width: 1200px) {

	.vg-event-container {

		-webkit-box-flex: 0;

		-moz-box-flex: 0;

		box-flex: 0;

		-webkit-flex: 0 50%;

		-moz-flex: 0 50%;

		-ms-flex: 0 50%;

		flex: 0 50%;

		width: 50%;

	}

}



@media all and (max-width: 800px) {

	.vg-event-container {

		-webkit-box-flex: 0;

		-moz-box-flex: 0;

		box-flex: 0;

		-webkit-flex: 0 100%;

		-moz-flex: 0 100%;

		-ms-flex: 0 100%;

		flex: 0 100%;

		width: 100%;

	}

}



@media all and (max-width: 600px) {

	.vg-event-tile-image {

		height: 200px;

	}

}



/* HOMEPAGE CONTACT AND TESTIMONIAL SECTION */



.pre-footer .size-50 {

	background-color: #d4e3e8;

}



.vg-flex-padding {

	padding: 10%;

}



.vg-hp-testimonial-img img {

	display: inline-block;

	width: 200px;

	height: 200px;

	float: right;

	border-radius: 50%;

	width: 100px;

	height: 100px;

	margin: 0 20px 20px 20px; 

}



.vg-hp-testimonial-content {

	padding-top: 10px;

}



.vg-hp-testimonial-name {

	font-weight: 900;

	font-size: 17px;

	margin-top: 10px;

}



/* FOOTER */

.footer-container {

	padding: 40px;

}



.foot-link-container {

	display: block;

}



.foot-link {

	display: block;

	position: relative;

	width: 100%;

	color: #ffffff;

	padding: 4px 8px;

	margin: 2px 0;

	-webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s;

}



.foot-link:hover {

	background-color: #ffffff;

	color: #435363;

}



.foot-address-container {

	text-align: right;

}



@media all and (max-width: 944px) {

	.foot-address-container {

		text-align: center;

	}

	.footer-container .size-19 {

		-webkit-flex: 0 50%;

		-moz-flex: 0 50%;

		-ms-flex: 0 50%;

		flex: 0 50%;

		width: 50%;

	}

	.foot-link {

	    color: #435363;

	    background-color: #fff;

	    margin: 5px 0;

	}



	.footer-container .size-10 {

		display: none;

	}

}



@media all and (max-width: 500px) {

	.footer-container .size-19 {

	    -webkit-flex: 0 100%;

		-moz-flex: 0 100%;

		-ms-flex: 0 100%;

		flex: 0 100%;

		width: 100%;

	}

}



/* EVENT FULL PAGES */



.vg-event-text-container {

	background-color: #ffffff;

	padding: 40px;

}



.vg-event-featured-image {

    display: block;

    width: 100%;

    height: 400px;

    margin-right: 20px;

    box-sizing: border-box;

}



.vg-event-full-title {

	padding-bottom: 5px;

}



.vg-sidebar-container {

	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;

    justify-content: center;

	background-color: #ffffff;

	margin-left: 20px;

}



.vg-sidebar-container:not(:last-of-type) {

	margin-bottom: 20px;

}



.vg-sidebar-image-container {

	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;

	-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;

}



.vg-sidebar-image {

	width: 160px;

}



.vg-sidebar-text-container {

	-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;

	padding: 20px 20px 20px 25px;

}



@media all and (max-width: 1200px) {

	.size-60, .size-40 {

	    -webkit-flex: 0 100%;

	    -moz-flex: 0 100%;

	    -ms-flex: 0 100%;

	    flex: 0 100%;

	    width: 100%;

	}



	.vg-event-full-container {

		margin-bottom: 20px;

	}



	.vg-sidebar-container {

		margin-left: 0;

	}

}



@media all and (max-width: 700px) {

	.vg-sidebar-exerpt {

		display: none;

	}

	.vg-sidebar-image {

	    width: 100px;

	}



	.vg-sidebar-container {

		-webkit-justify-content: flex-start; justify-content: flex-start;

	}

}



@media all and (max-width: 650px) {

	.vg-sidebar-title h3 {

		font-size: 18px;

		margin-bottom: 0;

	}

	.vg-event-text-container {

		padding: 20px;

	}

	.vg-event-featured-image {

		height: 300px;

		height: 25vh;

	}

}



/* Top Level Pages */



.page-section-slider {

	padding: 40px;

	background-color: #ffffff;

}


.show-linkbar-container {
	display: none;
}



.page-link-bar {

	display: block;

	width: 100%;

	background-color: #8eb8c9;

	text-align: center;

	padding: 15px 15px 5px 15px;

}



.close-linkbar-container {

	display: none;	

	position: absolute;

	right: 0;

	bottom: -24px;

	line-height: 100%;

	z-index: 9999999999999999999999999999;

}



.close-link-bar {

	display: inline-block;

	font-size: 16px;

	line-height: 100%;

	background-color: #8eb8c9;

	color: #ffffff;

	padding: 5px 6px;

}



.fa-chevron-down:before {
    color: #ffffff;
}


.vg-about-location-container .fa, .vg-block-layout-one .fa, .vg-block-layout-two .fa {

	margin-right: 10px;

}



.vg-first-para {

	font-weight: 900;

}



.vg-block-layout-one, .vg-block-layout-two, .vg-block-layout-three, .vg-block-layout-four {

	padding: 80px;

}



.vg-block-layout-one {

	background-color: #ffffff;

}



.vg-block-layout-two {

	background-color: #f2f2f2;

}



.vg-block-layout-three {

	background-color: #E5E5E5;

}

.vg-block-layout-four {

	background-color: #d4e3e8;

}



.vg-page-title {

	margin-bottom: 20px;

}



.vg-hero-img {

	display: block;

	width: 100%;

	height: 500px;

	height: 50vh;

}



.vg-logo-detail {

	position: absolute;

	display: block;

	right: -80px;

	bottom:	-40px;

	width: 400px;

	height: auto;

}



.vg-location-container {

	position: relative;

	width: 100%;

	height: 500px;

	overflow: visible;

}



.vg-page-img {

	display: block;

	height: 100%;

	width: auto;

	border: solid 20px #ffffff;

}



@media all and (max-width: 900px) {

	.page-link-bar {

		padding: 6px 8px 4px 8px;

}



	.page-inline-btn {

		font-size: 11px;

		margin: 0 1px 4px 1px !important;

	}



	.close-linkbar-container {

		display: block;

	}

}



/* FAQ Accordian */

.faq-btn {

	display: block;

	width: 100%;

	background-color: #435363;

	color: #ffffff;

	padding: 10px 20px;

	margin-bottom: 5px;

	cursor: pointer;

}



.faq-btn .fa {

	margin-right: 10px;

}



.faq-content {

	display: block;

	width: 100%;

	background-color: #eeeeee;

	padding: 20px;

	margin-top: -5px;

	margin-bottom: 5px;

}



@media all and (max-width: 1023px) {

	.vg-block-layout-one, .vg-block-layout-two, .vg-block-layout-three, .vg-block-layout-four {

		padding: 5%;

	}

}



/* Career Tiles */



.vg-career-title {

	display: block;

	width: 100%;

	padding: 10px 20px;

	background-color: #435363;

	color: #ffffff;

	font-weight: 900;

}



.vg-career-container {

	display: block;

	width: 100%;

	padding: 20px;

	border: 1px solid #435363;

}



.vg-career-container:not(:last-of-type) {

	margin-bottom: 10px;

}



.vg-table-1 {

	display: block;

	font-weight: 900;

}



.vg-table-2 {

	display: block;

}



.vg-table-2:not(:last-of-type) {

	border-bottom: 1px dashed #d0d4d8;

	padding-bottom: 10px;

	margin-bottom: 10px;

}



/* Links Section */



.vg-links p {

	margin-right:40px;

}



/* Remove error messages */



.frm_error_style {

 	display:none; 

}

/*Login*/
#vg-login-outer {
    display: flex;
    justify-content: center;
    padding: 20px;
}