/*
    Site: proactive-legebranchen.s1.umbraco.io
    Author: Roger Nyman
    Company: ProActive A/S
    Date: 2020-02-21
*/

/* Custom changes not regarding colors START #### */
body {
	font-family: 'Armata', Arial, Helvetica, sans-serif;
}


.navbar-default .navbar-nav>li>a {
	padding: 12px 5px 12px 9px;
}

/* Custom changes not regarding colors END #### */
a,
.text-default {
	color: #0a322d;
}

a:hover,
a:focus {
	color: #0a322d;
}

mark,
.mark {
	background-color: #0a322d;
	color: #ffffff;
}

.table>thead>tr>th {
	border-bottom: 1px solid #0a322d;
	background-color: #0a322d;
	color: #fff;
}

.table-bordered {
	border-color: #0a322d;
}

/* 2 Layout
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #0a322d;
	color: #ffffff;
}

/* Backgrounds
---------------------------------- */
.default-translucent-bg:after {
	background-color: rgba(54, 161, 184, 1);
}

/* 3 Pages
----------------------------------------------------------------------------- */
.blogpost .post-info {
	background-color: #0a322d;
	color: #fff;
}

.blogpost .side .social-links li a {
	background-color: transparent;
	border-color: transparent;
	color: #0a322d;
}

.blogpost ul.links li a:hover {
	color: #0a322d;
}

/* timeline layout */
.timeline-date-label {
	color: #0a322d;
}

@media (min-width:768px) {
	.timeline .timeline-item:before {
		background-color: #fff;
		border: 1px solid #0a322d;
	}
}

/* 4 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/* Gray Buttons */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Light Gray Buttons */
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Default Buttons */
.btn-default {
	background-color: #0a322d;
	color: #fff !important;
	border-color: #0a322d;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #0a322d;
	border-color: #0a322d;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Button with transparent bg
---------------------------------- */
.btn-white {
	background-color: transparent;
	color: #0a322d;
	border: 1px solid #0a322d;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Button background transitions
---------------------------------- */
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
	background: #0a322d;
}

/* Forms
---------------------------------- */
.default-bg .form-control {
	border-color: #0a322d;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	color: #ffffff;
}

.default-bg .form-control:focus {
	border-color: #0a322d;
	background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
	background-color: #0a322d;
	border-color: #0a322d;
	color: #fff;
}

.dropdown .active>a>.badge,
.dropdown a:hover .badge,
.dropdown .open>a>.badge {
	border-color: #0a322d;
}

/* Pager
---------------------------------- */
ul.pagination li>a:hover {
	color: #ffffff;
	background-color: #0a322d;
	border-color: #0a322d;
}

ul.pagination li.active a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
	color: #ffffff;
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Tabs
---------------------------------- */
.nav-tabs>li.active>a:after {
	background-color: #0a322d;
}

.tab-content:after {
	background-color: #0a322d;
}

@media (max-width:480px) {
	.nav-tabs>li>a:hover:after {
		background-color: #0a322d;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #0a322d;
}

.tabs-style-2 .nav-tabs>li.active>a,
.tabs-style-2 .nav-tabs>li.active>a:hover,
.tabs-style-2 .nav-tabs>li.active>a:focus,
.tabs-style-2 .nav-tabs>li>a:hover {
	border: 1px solid #0a322d;
	background-color: #0a322d;
	color: #fff;
}

/* vertical tabs */
.vertical .nav-tabs>li>a:hover:after {
	background-color: #0a322d;
}

/* Nav pills
---------------------------------- */
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
	border: 1px solid #f3f3f3;
	color: #0a322d;
	background-color: #fafafa;
}

.nav-pills>li.active>a:after {
	color: #0a322d;
}

.nav-pills>li.active>a:hover:after,
.nav-pills>li.active>a:focus:after,
.nav-pills>li>a:hover:after,
.nav-pills>li>a:focus:after {
	color: #0a322d;
}

.light .footer-content .nav-pills>li.active>a:hover,
.light .footer-content .nav-pills>li>a:hover {
	color: #0a322d;
}

.nav-pills>.active>a>.badge {
	color: #0a322d;
	background-color: #fff;
	border-color: #0a322d;
}

/* Collapse
---------------------------------- */
.panel-heading a {
	background-color: #0a322d;
	color: #ffffff;
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	background-color: #0a322d;
	color: #ffffff;
}

/* Progress bars
---------------------------------- */
.progress-bar-default {
	background-color: #0a322d;
}

/* Modals
---------------------------------- */
.modal-content .modal-header {
	background-color: #0a322d;
}

/* Images and Images overlay
---------------------------------- */
.overlay a {
	color: #0a322d;
	background-color: #ffffff;
}

.overlay-links a+a {
	color: #ffffff;
	background-color: #0a322d;
}

a.overlay i {
	color: #0a322d;
}

/* 5 Navigations
----------------------------------------------------------------------------- */
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
	color: #0a322d;
	background-color: transparent;
}

.main-navigation .navbar-nav>.open>a,
.main-navigation .navbar-nav>.open>a:hover,
.main-navigation .navbar-nav>.open>a:focus {
	color: #666666;
	background-color: #fafafa;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu .menu>.active>a,
.dropdown-menu .menu>.active>a:hover,
.dropdown-menu .menu>.active>a:focus {
	background-color: #ffffff;
	color: #0a322d;
	border-color: #f1f1f1;
}

#offcanvas .nav .open>a,
#offcanvas .nav .open>a:hover,
#offcanvas .nav .open>a:focus,
#offcanvas .nav>li>a:hover,
#offcanvas .nav>li>a:focus,
#offcanvas .navbar-nav>li.active>a {
	color: #0a322d;
	background-color: #ffffff;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu>li>a:hover,
.mega-menu .menu>li>a:focus {
	background-color: #ffffff;
	color: #0a322d;
	border-color: #f1f1f1;
}

/* arrows for parent menu items */
.navbar-default .navbar-nav>.active.dropdown>a:before {
	color: #0a322d;
}

.navbar-default .navbar-nav>.dropdown.open>a:before {
	color: #e5e5e5;
}

.dropdown .dropdown.open>a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open>a:before {
	color: #0a322d;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #0a322d;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #0a322d;
}

@media (max-width:767px) {

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #0a322d;
		background-color: transparent;
	}

	/* first level items hover and focus states */
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #0a322d;
		background-color: #fff;
	}

	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #0a322d;
	}
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar-default .nav>li>a:hover,
.subfooter .navbar-default .nav>.active>a:hover,
.subfooter .navbar-default .nav>.active>a:focus {
	background-color: transparent;
	color: #0a322d;
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Boxes
---------------------------------- */
.box.gray-bg:hover {
	color: #0a322d;
}

.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #0a322d;
}

.box.default-bg:hover * {
	color: #0a322d;
}

.box-style-1:not(.team-member):hover i {
	color: #0a322d;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}

.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #0a322d;
}

.box-style-2:hover .default-bg * {
	color: #0a322d;
}

.box-style-2:hover .white-bg * {
	color: #0a322d;
}

.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #0a322d;
}

.box-style-3:hover .default-bg * {
	color: #0a322d;
}

.box-style-3:hover .white-bg * {
	color: #0a322d;
}

/* Tags cloud block
---------------------------------- */
.tag a:hover {
	color: #ffffff;
	background-color: #0a322d;
	border-color: #0a322d;
}

/* Social icons block
---------------------------------- */
.social-links li a {
	background: #0a322d;
	border: 1px solid #0a322d;
	color: #fff;
}

.social-links li a:hover {
	background-color: transparent;
	border-color: #0a322d;
	color: #0a322d;
}

.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #0a322d;
}

.header-top .social-links li a:hover {
	color: #0a322d;
}

/* search and login
---------------------------------- */
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {

	color: #0a322d;
}

/* Pricing tables
---------------------------------- */
.plan .popover-title {
	background-color: #0a322d;
	color: #ffffff;
}

.gray .plan .header h3 {
	color: #0a322d;
}

.white .plan .header {
	color: #fff;
	background: #0a322d;
}

.stripped .header {
	background: #0a322d;
	-webkit-box-shadow: 0px 0px 60px #0a322d inset;
	-moz-box-shadow: 0px 0px 60px #0a322d inset;
	box-shadow: 0px 0px 60px #0a322d inset;
	color: #fff;
}

/* 7 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution captions */
.default_bg {
	background-color: #0a322d;
	color: #fff;
}

/* Revolution Nav Controls */
.tparrows.round:hover {
	color: #ffffff;
	background-color: #0a322d;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #0a322d;
}

.tp-bannertimer {
	background-color: rgba(54, 161, 184, 1);
}

/* 8 Owl carousel
----------------------------------------------------------------------------- */
.owl-prev {
	background-color: #0a322d;
	color: #f1f1f1;
}

.owl-next {
	background-color: #f1f1f1;
	color: #0a322d;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	background-color: #0a322d;
	color: #f1f1f1;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #0a322d;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #0a322d;
}

.paExternalUrl {
	display: none !important;
}


/*Special Demands*/

h1 {
	font-size: 27px;
}

.header-top .social-links li a {
	width: auto;
	padding: 0 5px;
}


















/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}

#mc_embed_signup input {
	border: 1px solid #ABB0B2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}

#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

#mc_embed_signup .button:hover {
	background-color: #777;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%;
	/* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}

#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}

/*MailChimp*/



/*Special Demands*/
.isotope-item .image-box .btn {
	height: 60px;
}


.footer a:link,
.footer a:visited {
	color: #999999;
}

.footer a:hover {
	color: #999999;
}

.footer a:active {
	color: #999999;
}

.fixed-header-on .header.fixed {
	background-color: rgba(126, 201, 186, 0.95);
}

.btn-default {
	background-color: #009999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {

	background-color: rgba(126, 201, 186, 0.95);
	border-color: #009999;
}

.header {
	background-color: #7ec9ba;
}

.page-top {
	background-color: #7ec9ba;
}