/**
 * Place your custom styles here.
 */


@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600&display=swap');



html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

body.path-frontpage {
	margin-top: 0;
	text-align: center;
}

body.path-frontpage {
    background-color: #181818;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#toolbar-administration {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

p {
    margin: 0 0 20px;
}

.path-user .main-container {
	max-width: 1170px;
}

.clearer {
	clear: both;
	height: 1px;
}

.region-content {
	margin: 75px 0;
}

.path-frontpage .region-content {
	margin: 0;
}

.path-frontpage .main-container > .row > .col-sm-12[role="heading"] {
	display: none;
}

a, button {
	transition: all 0.2s ease;
}

a, a:link, a:hover, a:focus, a:active {
	color: #7D2248;
	color: #7b3351;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}









#navbar-sticky-wrapper {
	position: absolute;
	width: 100%;
	display: none;
}

.path-frontpage #navbar-sticky-wrapper {
	display: block;
}

#navbar-sticky-wrapper header.navbar-default.container-fluid {
	background: transparent;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 1030 !important;
}

#navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

#headerInner {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	border-radius: 0 0 5px 5px;
}

#headerInner .navbar-header {
	float: left;
}

header.navbar-default .container-fluid {
	text-align: center;
}

.region-navigation {
	width: 276px;
	margin: 25px 0 25px 10px;
	display: inline-block;
	text-align: left;
}

.navbar .logo {
	position: relative;
	display: inline-block;
	width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    transition: all 0.1s ease;
}

.navbar .logo img {
    width: 150px;
    margin: 0 63px;
    transition: all 0.1s ease;
}

#navbar-sticky-wrapper.is-sticky .navbar .logo img {
    width: 70px;
    margin: 0 0 0 15px;
}

#block-companyname {
	display: inline-block;
	margin-top: 10px;
}

#navbar-sticky-wrapper.is-sticky #block-companyname {
	display: none;
}

img#logoText {
	width: 100%;
}

nav#block-vandenberg-main-menu ul.menu--main {
	float: right;
	width: auto;
	margin: 68px 10px 0;
	transition: all 0.1s ease;
}

#navbar-sticky-wrapper.is-sticky nav#block-vandenberg-main-menu ul.menu--main {
	margin: 24px 10px 0;
}

nav#block-vandenberg-main-menu ul.menu--main > li.first {
	display: none;
}

#navbar-sticky-wrapper .navbar-default .navbar-nav > li > a {
	font-size: 18px;
    color: #666666;
    border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
	font-weight: 400;
}

#navbar-sticky-wrapper .navbar-default .navbar-nav > li > a:hover,
#navbar-sticky-wrapper .navbar-default .navbar-nav > li > a:focus,
#navbar-sticky-wrapper .navbar-default .navbar-nav > li > a:active {
    color: #000000;
}

#navbar-sticky-wrapper .navbar-default .navbar-nav > li > a:hover {
	border-bottom: 2px solid #7D2248;
	border-bottom: 2px solid #7b3351;
}

.navbar-nav > li > a {
    margin: 0;
    padding: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
#navbar-sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a:hover, #navbar-sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a:focus {
    color: #000000;
}

/* NAVBAR PERMANENT COLLAPSE

.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-text {
    float: none;
    margin: 15px 0;
}
.navbar-collapse.collapse.in { 
    display: block!important;
}
.collapsing {
    overflow: hidden!important;
}

END NAVBAR PERMANENT COLLAPSE */










.path-frontpage .main-container,
.path-frontpage .main-container > .row > .col-sm-12 {
	padding: 0;
}

.path-frontpage .main-container > .row {
	margin: 0;
}












.single-page-wrapper > .single-page {
	max-width: 1170px;
	margin: 0 auto;
}

#about-us.single-page-wrapper > .single-page {
	max-width: 900px;
}

#find-us.single-page-wrapper > .single-page,
#node_5.single-page-wrapper > .single-page {
	max-width: 100%;
}

.single-page-wrapper > .single-page h2.single-page-title {
	margin: 40px 0;
	font-size: 58px;
	line-height: 66px;
	font-weight: 400;
}

#services.single-page-wrapper > .single-page h2.single-page-title,
#contact_contact_us.single-page-wrapper > .single-page h2.single-page-title {
	color: #ffffff;
}

.single-page-wrapper article.page > h2 {
	display: none;
}

#find-us.single-page-wrapper h2.single-page-title,
#node_5.single-page-wrapper h2.single-page-title {
	display: none;
}






















#intro {
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    z-index: 0;
    background: transparent;
}

#intro > .single-page {
	margin-top: 42vh;
	text-align: center;
	max-width: 100%;
	padding: 0;
	background: rgba(255,255,255,0);
}

#intro > .single-page h2.single-page-title {
	display: none;
}

#intro > .single-page .content {
	max-width: 1000px;
	margin: 0 auto;
}

#intro > .single-page .content h1 {
	display: inline-block;
	font-size: 52px;
	line-height: 62px;
	margin: 20px 0 0;
	color: #000000;
	border: 2px solid #7D2248;
	border: 2px solid #7b3351;
	padding: 20px 35px;
	font-weight: 400;
	border-radius: 5px;
}

#intro > .single-page .content h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}













#services {
	margin-top: 100vh;
}

#about-us, #contact_contact_us, #services {
	padding: 100px 0 100px;
	position: relative;
}

#about-us {
	color: #000000;
}

#services {
	background: #111111;
}

#find-us,
#node_5 {
	color: #ffffff;
	background: #ffffff;
	padding: 300px 0 0;
	position: relative;
	border-top: 1px solid #7D2248;
	border-bottom: 1px solid #7D2248;
	border-top: 1px solid #7b3351;
	border-bottom: 1px solid #7b3351;
}

#contact_contact_us {
	background: #111111;
}



















.view-products .view-header {
	font-size: 13px;
	margin-bottom: 30px;
}

.view-products > .view-content {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin-left: -10px;
	margin-right: -10px;
}

.view-products .productOuter {
	padding: 25px;
}

.view-products .productInner {
	color: #ffffff;
}

.view-products .productImage {
	text-align: center;
	background: #7D2248;
	background: #7b3351;
	background: #ffffff;
	border-radius: 500px;
	height: 185px;
	width: 185px;
	border: 5px solid #7b3351;
	transition: all 0.2s ease;
	margin: 0 auto;
}

.view-products .popupTrigger:hover .productImage {
	border: 5px solid transparent;
}

.view-products .productImage img {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin: 50px;
}

.view-products .productTitle {
	margin-top: 20px;
}

.view-products .productTitle h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.view-products .view-footer {
	margin-top: 60px;
	color: #ffffff;
}

#industries-popup-button {
	padding: 15px 35px;
	border: 1px solid #ffffff;
	display: inline-block;
	transition: all 0.2s ease;
	font-weight: 500;

	border-radius: 5px;
}

#industries-popup-button:hover {
	background: rgba(255,255,255,1);
	color: #111111;
}





















.view-about-us > .view-content {
	display: inline-block;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.view-about-us .views-row {
	margin-bottom: 30px;
}

.user-card .card-header {
	margin-bottom: -60px;
}

.user-card .card-header img {
	border-radius: 500em;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.user-card .card-body {
	background: #ffffff;
	padding: 90px 35px 35px;

	border-radius: 5px;
}

.user-card .card-body h3 {
	font-size: 18px;
	margin: 0 0 10px;
	color: #7D2248;
	color: #7b3351;
}

.user-card .card-body .text-muted,
.user-card .card-body .card-description {
	font-size: 13px;
	line-height: 18px;
}

.view-about-us .view-footer {
	padding: 0 15px;
}

#about-popup-button {
	margin-top: 30px;
	padding: 15px 35px;
    display: inline-block;
    transition: all 0.2s ease;
    font-weight: 500;
    background: #7D2248;
    background: #7b3351;
    opacity: 0.9;
    color: #ffffff;
	border-radius: 5px;
}

#about-popup-button:hover {
	opacity: 1;
}


















.footer {
    margin-top: 0;
    padding: 35px 0;
    border: none;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 12px;
}


























.form-required:after {
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
	height: 7px;
	width: 7px;
	margin: 0 0 5px 5px;
}

form#contact-message-contact-us-form {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	max-width: 1000px;
}

#edit-field-markup-field-wrapper {
	float: left;
	width: 48%;
    margin-top: 30px;
}

#fieldswrapper {
	float: right;
	width: 48%;
}

form#contact-message-contact-us-form .captcha.panel {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form#contact-message-contact-us-form .captcha.panel .panel-heading,
form#contact-message-contact-us-form .captcha.panel .help-block,
.path-frontpage form button#edit-preview,
.path-frontpage form button#edit-preview--3 {
  display: none;
}

form#contact-message-contact-us-form .captcha.panel .panel-body {
  padding: 0;
}

.path-frontpage form .form-item {
	text-align: left;
}

.path-frontpage form label {
	font-size: 14px;
	line-height: 16px;
}

#edit-field-accommodation--wrapper {
	margin: 30px 0 20px;
}

#edit-field-accommodation--wrapper legend {
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	border: none;
	margin: 0;
}

.path-frontpage form .form-item .description {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
    line-height: 18px;
}

#edit-field-other-information-wrapper {
	margin-bottom: 30px;
}

.path-frontpage form .captcha {
	float: right;
	clear: right;
	width: 48%;
	margin: 0 0 20px;
}

.path-frontpage form .captcha .g-recaptcha > div {
	margin: 0 auto;
	display: inline-block;
}

.path-frontpage form .radio input[type="radio"] {
	margin-top: 0;
}

form#contact-message-contact-us-form #edit-actions {
	float: right;
	clear: right;
	width: 48%;
}

.path-frontpage form .btn-primary {
	padding: 15px 35px;
	outline: none !important;
	background: #7D2248;
	background: #7b3351;
	color: #ffffff;
	font-weight: 500;
	border: none;
	opacity: 0.9;
	min-width: 150px;
	margin: 0;
	border-radius: 5px;
}

.path-frontpage form .btn-primary:hover,
.path-frontpage form .btn-primary:focus,
.path-frontpage form .btn-primary:active {
	opacity: 1;
	background: #7D2248;
	background: #7b3351;
	border: none;
}

.path-frontpage #edit-message-wrapper {
	margin-bottom: 30px;
}

#contact-message-contact-us-form #edit-group-pretext-wrapper--description {
	display: none;
}

#contactPreText {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0;
}

#contactNumber,
#contactEmail,
#contactAddress {
	font-size: 16px;
	margin-bottom: 40px;
}

#contactEmail {
	margin-bottom: 0;
}

#contactNumber span.contactIcon,
#contactEmail span.contactIcon,
#contactAddress span.contactIcon {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

#contactNumber span.contactIcon img,
#contactEmail span.contactIcon img,
#contactAddress span.contactIcon img {
	width: 24px;
	height: 24px;
}

#contactNumber span.contactInfo,
#contactEmail span.contactInfo,
#contactAddress span.contactInfo {
	display: inline-block;
}

#contactEmail .contactInfo label {
	width: 110px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

#contactEmail .contactInfo a {
	color: #ffffff;
	font-weight: normal;
}

#contact-message-contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #cccccc;
    background-color: #222222;
    background-image: none;
    border: 1px solid #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#contact-message-contact-us-form textarea.form-control {
	height: auto;
}


























.formPretextWrapper {
	border: none;
	margin: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formPretextWrapper .panel-heading {
	display: none;
}

.formPretextWrapper .panel-body {
	padding: 0;
}

.formPretextWrapper .panel-body > p.help-block {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 30px;
	color: #333333;
}













.path-frontpage #drupal-live-announce {
	display: none;
}













#better-messages-default.better-messages-overlay {
	background: transparent;
	z-index: 1031;
	padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#better-messages-default.better-messages-overlay .better-messages-footer {
	display: none;
}













#cboxWrapper, #cboxContent {
	background: transparent;
}

#cboxPrevious, #cboxNext, #cboxClose {
	background-size: 25px 25px;
	background-position: 0 0;
	opacity: 0.8;
	outline: none !important;
}

#cboxPrevious {
	background-image: url(images/arrow-left.svg);
}

#cboxNext {
	background-image: url(images/arrow-right.svg);
}

#cboxClose {
	background-image: url(images/close.svg);
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
	background-position: 0 0;
	opacity: 1;	
}

#cboxCurrent {
	bottom: 0;
	color: #ffffff;
	line-height: 25px;
	font-size: 14px;
}
























.form-control:focus {
    border-color: #be8a45;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194, 130, 133, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194, 130, 133, .6);
}













.map-responsive{
    overflow:hidden;
    padding-bottom: 45%;
    position:relative;
    height:0;
    margin-top: -300px;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
























.scroll-down svg {
  vertical-align: middle;
}
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  top: 92vh;
  padding-left: 7px;
  z-index: 2;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.scroll-down.svg .stroke {
  stroke: #7D2248;
  stroke: #7b3351;
}
.scroll-down.svg .scroller {
  fill: #7D2248;
  fill: #7b3351;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}



















.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

@media only screen and (max-device-width: 1024px) {
  .parallax {
    /* background-attachment: scroll; */
    background-position: center 0px !important;
  }
}

















#block-auditingpopup,
#block-accountinggpopup,
#block-advisorypopup,
#block-taxationpopup,
#block-industriespopup,
#block-aboutpopup {
	display: none;
}

.popupTrigger,
.popupTrigger {
	cursor: pointer;
}

.spb_overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.spb_center {
	margin: auto;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	margin-top: 0;
}

.spb-popup-main-wrapper {
    position: fixed;
    padding: 30px;
    border: none;
    border-radius: 5px;
    z-index: 999999;
    background-color: rgb(255, 255, 255);
    text-align: left;
}

.spb-controls {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999999;
}

.spb_close {
	font-size: 52px;
    border: none;
    cursor: pointer;
    float: right;
    margin: 3px;
    padding: 10px;
    color: #000;
    background: #fff;
}

.spb-popup-main-wrapper h2.block-title {
	margin: 0 0 20px 0;
	color: #7D2248;
	color: #7b3351;
}











