/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { position: relative; min-width: 984px; background: #FFF; }

body.total-width { min-width: 0; width: 100%; -webkit-overflow-scrolling: touch; overflow: auto; }
body.total-width .container { width: 100%; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #2a8c7f; color: #fff; text-shadow: none; }
::selection { background: #2a8c7f; color: #fff; text-shadow: none; }

a, input, select {outline: none;}
img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* clear */
.clear{
	clear: both;
}

/* IE7 box-sizing fix */
*+html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/application/assets/javascript/boxsizing.htc);
}

.row-fluid [class*="span"] {
  min-height: 24px;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('/application/website/assets/fonts/font-awesome/fontawesome-webfont.eot?v=3.0.1');
  src: url('/application/website/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('/application/website/assets/fonts/font-awesome/fontawesome-webfont.woff?v=3.0.1') format('woff'),
       url('/application/website/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CustomIconFont';
  src: url('/application/website/assets/fonts/custom-icon-font/custom-icon-font.eot?v=3.0.1');
  src: url('/application/website/assets/fonts/custom-icon-font/custom-icon-font.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('/application/website/assets/fonts/custom-icon-font/custom-icon-font.woff?v=3.0.1') format('woff'),
       url('/application/website/assets/fonts/custom-icon-font/custom-icon-font.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
   Standard elements
   ========================================================================== */

body {
  color: #818181;
}

.container {
	background: #f6f6f6;
}

p a {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.clickable:hover, .clickable:hover .media-heading {
	cursor: pointer;
	color: #2a8c7f;
}

p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 22px;
}

p.intro, div.intro p {
  font-family: Georgia;
  font-style: italic;
  color: #000000;
  font-size: 16px;
}

p span.quote {
  font-size: 24px;
  color: #000000;
  line-height: 29px;
  font-family: "futura-pt-n7", "futura-pt", 'Helvetica';
  font-weight: 700;
  margin: 12px 0;
  text-rendering: optimizelegibility;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  background: none;
  position: relative;
  padding: 0px;
}

ul li {
  font-size: 14px;
  line-height: 22px;
}

h1, h2, h3, h4, h5 {
	font-family: "futura-pt-n7", "futura-pt", 'Helvetica';
	font-weight: 700;
}

h6 {
  font-family: "proxima-nova-n7", "proxima-nova", 'Helvetica';
  font-weight: 700;
}

h1 {
  font-size: 30px;
  color: #000000;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  color: #000000;
  line-height: 29px;
}

h2.white {
  color: #ffffff;
}

h3 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

h4 {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  color: #e4276a;
  line-height: 24px;
}

hr {
	border-top: 1px solid #d9d9d9;
}

hr.hr-no-margin {
	margin:0;
}

hr.hr-no-bottom-margin {
	margin-bottom:0;
}

hr.hr-no-top-margin {
	margin-top:0;
}

ul {
  list-style-image: url('/application/website/assets/images/list-bullet.png');
}

ul ul {
  list-style-image: url('/application/website/assets/images/list-bullet-green.png');
}

.overflow-hidden {
  overflow: hidden;
}

.no-margin-bottom{
    margin-bottom:0px !important;
}

.no-margin-top{
    margin-top:0px !important;
}

.inner-shadow{
	background: url('/application/website/assets/images/inner-shadow.jpg') repeat-y;
}

.inner-bg-gray{
	background: url('/application/website/assets/images/bg-gray.jpg') repeat-y top right;
}

.padding-right{
	padding-right:18px;
}

.no-padding {
	padding:0 !important;
}

.logo-center{
	text-align:center;
	vertical-align: middle;
	line-height:72px;
}

.text-image-left{
	float:left;
	margin-right:30px;
}

.text-image-right{
	float:right;
	margin-left:30px;
}

.border-bottom{
	border-bottom:2px solid #dcdcdc;
	padding-bottom:30px;
}

h5.border-bottom{
	padding-bottom:10px;
	margin-bottom:10px;
}

h3.border-bottom{
	padding-bottom:15px;
	margin-bottom:22px;
}

.defaultText img {
  padding: 0 10px 10px 10px;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row-margin-top {
	margin-top: 20px !important;
}

.row-margin-bottom {
	margin-bottom: 20px !important;
}

.row-padding-top {
	padding-top: 20px !important;
}

.row-padding-bottom {
	padding-bottom: 20px !important;
}

.row-padding-top-extra {
	padding-top: 40px !important;
}

.media-margin-bottom {
	margin-bottom: 20px !important;
}

.span-margin-top {
	margin-top: 20px !important;
}

.margin-left-none {
	margin-left: 0!important;
}

.media-max-width-icons {
	width: 40px;
}

/* ==========================================================================
   row
   ========================================================================== */

    .row-relative {
      position: relative;
    }

/* ==========================================================================
   span
   ========================================================================== */

    .span-border-bottom{
        border-bottom:3px solid #FFFFFF;
    }

		.span-relative {
			position: relative;
		}

/* ==========================================================================
   Backgrounds
   ========================================================================== */
    .bg-texture-gray {
        background-image: url('/application/website/assets/images/bg-texture-gray.jpg') !important;
    }

    .bg-white {
        background-color:#FFFFFF !important;
    }

    .bg-gray {
        background-color:#f6f6f6 !important;
    }

    .bg-darkgray {
        background-color:#555555 !important;
    }

    .bg-black {
        background-color:#000000 !important;
    }

    .bg-blue {
        background-color:#05689a !important;
    }

 		.bg-green {
 			background-color:#2a8d7f !important;
 		}
 		.searchHome {
 			height: 70px;
 		}
 		.searchHome div.row-padding-top {
 			padding-top: 16px !important;
 		}

/* ==========================================================================
   Colors
   ========================================================================== */
 		.color-white {
 			color: #ffffff !important;
 			text-shadow: none !important;
 		}


/* ==========================================================================
   Well
   ========================================================================== */

    .well {
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

    .well-no-padding-left {
    	padding-left: 0;
    }

    .well-no-padding-right {
      padding-right: 0;
    }



/* ==========================================================================
   Buttons
   ========================================================================== */

/* ============ Default button ============ */

.btn {
  color: #3f466c;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  font-size:15px;
  font-family: 'proxima-nova', 'Helvetica';
  font-weight: 700;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  line-height: 40px;
}

:root .btn {
  font-weight: 600\9; /* IE8+9  */
}

.btn, .btn.btn-colored-text [class^="icon-"], .btn.btn-colored-text [class*=" icon-"] {
  background-color: #5c5e5f;
}

.btn-large {
  font-size:18px;
  line-height:44px;
}

.btn-small {
  font-size:14px;
  line-height:28px;
  padding: 0 12px;
}

.btn:hover, .btn.btn-colored-text:hover [class^="icon-"], .btn.btn-colored-text:hover [class*=" icon-"],
.btn:focus, .btn.btn-colored-text:focus [class^="icon-"], .btn.btn-colored-text:focus [class*=" icon-"],
.btn:active, .btn.btn-colored-text:active [class^="icon-"], .btn.btn-colored-text:active [class*=" icon-"],
.btn.active, .btn.btn-colored-text.active [class^="icon-"], .btn.btn-colored-text.active [class*=" icon-"],
.btn.disabled, .btn.btn-colored-text.disabled [class^="icon-"], .btn.btn-colored-text.disabled [class*=" icon-"],
.btn.disabled:active, .btn.btn-colored-text.disabled:active [class^="icon-"], .btn.btn-colored-text.disabled:active [class*=" icon-"],
.btn[disabled], .btn.btn-colored-text[disabled] [class^="icon-"], .btn.btn-colored-text[disabled] [class*=" icon-"] {
  color: #ffffff;
  background-color: #858687;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:active, .btn.btn-colored-text:active [class^="icon-"],
.btn.active, .btn.btn-colored-text.active [class^="icon-"] {
  background-color: #2d2e2e;
  color: #FFFFFF;
  outline: 0;
}


/* ============ Primary button ============ */

.btn-primary, .btn.btn-primary.btn-colored-text [class^="icon-"], .btn.btn-primary.btn-colored-text [class*=" icon-"] {
  background-color: #2a8d7f;
}

.btn-primary:hover, .btn.btn-primary.btn-colored-text:hover [class^="icon-"], .btn.btn-primary.btn-colored-text:hover [class*=" icon-"] {
  background-color: #41ac9d;
}

.btn-primary.active, .btn.btn-primary.btn-colored-text.active [class^="icon-"], .btn.btn-primary.btn-colored-text.active [class*=" icon-"],
.btn-primary:active, .btn.btn-primary.btn-colored-text:active [class^="icon-"], .btn.btn-primary.btn-colored-text:active [class*=" icon-"],
.btn-primary:focus, .btn.btn-primary.btn-colored-text:focus [class^="icon-"], .btn.btn-primary.btn-colored-text:focus [class*=" icon-"] {
  background-color: #23776b;
}

/* ============ Secondary button ============ */

.intro .btn-secondary {
  font-style: normal;
}

.btn-secondary, .btn.btn-secondary.btn-colored-text [class^="icon-"], .btn.btn-secondary.btn-colored-text [class*=" icon-"] {
  background-color: #e4276b;
}

.btn-secondary:hover, .btn.btn-secondary.btn-colored-text:hover [class^="icon-"], .btn.btn-secondary.btn-colored-text:hover [class*=" icon-"] {
  background-color: #e85288;
}
.btn-secondary:active, .btn.btn-secondary.btn-colored-text.active [class^="icon-"], .btn.btn-secondary.btn-colored-text.active [class*=" icon-"],
.btn-secondary:focus, .btn.btn-secondary.btn-colored-text:active [class^="icon-"], .btn.btn-secondary.btn-colored-text:active [class*=" icon-"],
.btn-secondary.active, .btn.btn-secondary.btn-colored-text:focus [class^="icon-"], .btn.btn-secondary.btn-colored-text:focus [class*=" icon-"] {
  background-color: #b53966;
}
.btn-border {
	border: solid 2px #ffffff;
	line-height: 36px;
}

/* ============ Download button ============ */

.btn-download {
  color: #2A8D7F;
  background: #f2f2f2;
}


/* ============ Buttons with text and icon ============ */

.btn [class^="icon-"], .btn [class*=" icon-"] {
  display: block;
  float: right;
  border-left: 2px solid #ffffff;
  margin-right: -8px;
  margin-left: 20px;
  padding-left: 12px;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-right: -5px;
  padding-left: 6px;
  height: 28px;
  line-height: 28px;
  margin-left: 12px;
  font-size: 16px;
}

.btn-large [class^="icon-"], .btn-small [class*=" icon-"] {
  height: 44px;
  line-height: 44px;
  margin-right: -7px;
}

*+html .btn [class^="icon-"], *+html .btn [class*=" icon-"] {
  display: inline-block;
  float: none;
}

/* ============ Buttons only with icon ============ */

.btn-icon {
  padding: 0 10px;
}

.btn-icon.btn-small {
  padding: 0 6px;
}

.btn-icon.btn-large {
  padding: 0 12px;
}

.btn-icon [class^="icon-"], .btn-icon [class*=" icon-"] {
  border-left: none;
  margin: 0;
  padding: 0;
}


/* ============ Buttons only with icon in a tab ============ */


.btn-icon-tab {
    background-color:transparent;
    color:#656767;
    padding:0px;
    border-bottom:2px solid #e9e9e9;
    width:61px;
    height:60px;
}

.btn.btn-icon-tab i {
    float:none;
    line-height:60px;
    vertical-align:middle;
}

.btn-icon-list {
	margin-top:135px;
	background: url("/application/website/assets/images/inner-shadow.jpg") repeat-y;
}

.btn-icon-list.affix {
  top: 0;
}

.btn-icon-list.affix-bottom {
  bottom: 0;
  position: absolute;
}

.btn-icon-list .btn-icon-tab:first-child {
    border-top:2px solid #e9e9e9;
}

a:hover.btn-icon-tab {
     color:#2a8d80;
     background-color:transparent;
}

a:active.btn-icon-tab, a:hover.btn-icon-tab.tab-overlay-btn-active, a.btn-icon-tab.tab-overlay-btn-active {
     background-color:#ffffff;
     color:#656767;
}



/* ============ Buttons with colored text ============ */

.btn.btn-colored-text {
  background: none;
  color: #5c5e5f;
  padding: 0;
}

.btn.btn-colored-text, .btn.btn-colored-text [class^="icon-"], .btn.btn-colored-text [class*=" icon-"] {
  height: 16px;
  line-height: 16px;
  margin: 0;
  border: none;
}

.btn.btn-colored-text [class^="icon-"], .btn.btn-colored-text [class*=" icon-"] {
  font-size: 12px;
  margin-left: 12px;
  float: right;
  display: block;
  color: #ffffff;
  padding: 0 2px;
}

*+html .btn.btn-colored-text [class^="icon-"], *+html .btn.btn-colored-text [class*=" icon-"] {
  display: inline-block;
  float: none;
}

.btn.btn-colored-text:hover,
.btn.btn-colored-text:focus,
.btn.btn-colored-text:active,
.btn.btn-colored-text.active,
.btn.btn-colored-text.disabled,
.btn.btn-colored-text.disabled:active,
.btn.btn-colored-text[disabled] {
  color: #858687;
}

.btn.btn-colored-text:active,
.btn.btn-colored-text.active {
  color: #2d2e2e;
}

.btn-primary.btn-colored-text {
  color: #2a8d7f;
  font-size: 14px;
}

.btn-primary.btn-colored-text:hover {
  color: #41ac9d;
}

.btn-primary.btn-colored-text.active,
.btn-primary.btn-colored-text:active,
.btn-primary.btn-colored-text:focus {
  color: #23776b;
}

.btn-secondary.btn-colored-text {
  color: #e4276b;
}

.btn-secondary.btn-colored-text:hover {
  color: #e85288;
}
.btn-secondary.btn-colored-text:active,
.btn-secondary.btn-colored-text:focus,
.btn-secondary.btn-colored-text.active {
  color: #b53966;
}

/* ============ Buttons with block background ============ */

.btn-fixed-block {
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #eeeeee;
  display: inline-block;
  padding: 0;
  color: #676767;
  font-size: 14px;
  text-shadow: 1px 1px 0px #ffffff;
}

.btn-fixed-block:hover,
.btn-fixed-block:active,
.btn-fixed-block:focus {
  color: #2a8d7f;
  background: #e4e4e4;
}

/* ============ Button groups ============ */

.btn-group > .btn:first-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
          border-radius: 0;
}



	/* ============ btn-more ============ */

			.btn-more-top {
				border-top:2px solid #dcdcdc;
				text-align:center;

			}

			.btn-more {
				background-color:#dcdcdc;
				font-size:15px;
				line-height:30px;
				color:#676767;
				text-shadow:1px 1px #FFFFFF;
			}

			a:hover.btn-more {
				background-color:#bbb8b8;
				font-size:15px;
				line-height:30px;
				color:#676767;
				text-shadow:1px 1px #FFFFFF;
			}


/* ============ text editor buttons ============ */

.button-green {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2a8d7f;
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 0;
  color: #ffffff;
  border: none;
  font-family: 'proxima-nova', 'Helvetica';
  font-weight: 700;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  outline: none;
}

.button-green:hover {
  background-color: #41ac9d;
  color: #ffffff;
}

.button-pink {
  background-image: url("/application/website/assets/images/arrow2-btn.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 0;
  background-color: #e4276b;
  border-radius: 0;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  padding-right: 56px;
  font-size: 15px;
  font-family: 'proxima-nova', 'Helvetica';
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  outline: none;
}

.button-pink:hover {
  background-color: #e85288;
  color: #ffffff;
}

/* ==========================================================================
   Labels
   ========================================================================== */

.label {
  font-family: 'futura-pt', 'Helvetica';
  font-weight: 700;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #2A8D7F;
  color: #FFFFFF;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  text-shadow: 0;
}

.label.label-large {
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-size: 36px;
}

.label.label-double-line {
  font-size: 18px;
  line-height: normal;
}

.label.label-double-line > span {
  padding-top: 4px;
  display: block;
}

.label.label-double-line > span > span {
  display: block;
  line-height: 2px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.label.label-double-line.label-large > span {
  padding-top: 8px;
}



.label.label-triple-line {
  font-size: 15px;
  line-height: 12px;
}

.label.label-triple-line > span {
  padding-top: 4px;
  display: block;
}

.label.label-triple-line > span > span {
  display: block;
  line-height: 11px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.label.label-triple-line.label-large > span {
  padding-top: 8px;
}

.label-media {
	background-color: transparent;
	color: #000;
	width: 32px;
}

.label-multicheckbox {
  width: 240px;
  margin-bottom: 5px;
}

/* ============ label-info ============ */
.tags {
	border-top:2px solid #dcdcdc;
	padding-top:10px;
	margin-bottom:40px;
}

.tags span{
  text-transform:uppercase;
  color:#5c5e5f;
 	font-weight: bold;
  margin-right:15px;
}

.tags-product {
	border-top: none;
	padding-top: 50px;
	margin-bottom: 0;
}

.share span{
	font-weight: bold;
	margin-right: 15px;
}

.share span i{
	padding: 5px;
}

.interact {
	padding-top:10px;
	margin-bottom:40px;
}

span.label-info{
    font-family: "proxima-nova-n7", "proxima-nova", Helvetica;
    font-weight: 700;
    font-style:normal;
    background-color:#f2f2f2;
    color:#2a8c7f;
    text-transform:uppercase;
    font-size:12px;
    width:auto;
    height:24px;
    line-height:24px;
    vertical-align:middle;
    padding:0px 14px;
    text-shadow: none;
    margin-right:15px;
}

span.label-info:hover {
	color: #FFF;
	background-color:#2a8c7f;
}




/* ==========================================================================
   Custom icons
   ========================================================================== */

[class^="icon-custom-"],
[class*=" icon-custom-"] {
  font-family: CustomIconFont;
  font-weight: normal;
  font-style: normal;
}




.icon-custom-home:before                    { content: "Q"; }

.icon-custom-search:before                  { content: "\21"; }
.icon-custom-change:before                  { content: "\22"; }
.icon-custom-close:before                   { content: "\23"; }
.icon-custom-react:before                   { content: "\24"; }
.icon-custom-print:before                   { content: "\25"; }
.icon-custom-plus:before                    { content: "\26"; }
.icon-custom-arrow-right:before             { content: "\27"; }
.icon-custom-arrow-bottom:before            { content: "\28"; }
.icon-custom-arrow-left:before              { content: "\29"; }

.icon-custom-arrow-top:before               { content: "\2a"; }
.icon-custom-min:before                     { content: "\2b"; }
.icon-custom-map:before                     { content: "\2c"; }
.icon-custom-download:before                { content: "\2d"; }
.icon-custom-files:before                   { content: "\2e"; }
.icon-custom-share:before                   { content: "\2f"; }

.icon-custom-check:before                   { content: "\30"; }
.icon-custom-az:before                      { content: "\31"; }
.icon-custom-information-inspiration:before { content: "\32"; }
.icon-custom-financial-benefit:before       { content: "\33"; }
.icon-custom-advice:before                  { content: "\34"; }
.icon-custom-training-courses:before        { content: "\35"; }
.icon-custom-meetings-events:before         { content: "\36"; }
.icon-custom-tools:before                   { content: "\37"; }
.icon-custom-calendar:before                { content: "\38"; }
.icon-custom-quote:before                   { content: "\39"; }

.icon-custom-themes:before                  { content: "a"; }
.icon-custom-faq:before                     { content: ":"; }
.icon-custom-news:before                    { content: ";"; }
.icon-custom-p-handboek:before              { content: "c"; }
.icon-custom-academie:before                { content: "d"; }
.icon-custom-voordeel-leden:before          { content: "3"; }
.icon-custom-downloads:before               { content: "b"; }


*+html .icon-custom-home                    { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#81;') }

*+html .icon-custom-search                  { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x21;') }
*+html .icon-custom-change                  { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x22;') }
*+html .icon-custom-close                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x23;') }
*+html .icon-custom-react                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x24;') }
*+html .icon-custom-print                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x25;') }
*+html .icon-custom-plus                    { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x26;') }
*+html .icon-custom-arrow-right             { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x27;') }
*+html .icon-custom-arrow-bottom            { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x28;') }
*+html .icon-custom-arrow-left              { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x29;') }

*+html .icon-custom-arrow-top               { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2a;') }
*+html .icon-custom-min                     { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2b;') }
*+html .icon-custom-map                     { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2c;') }
*+html .icon-custom-download                { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2d;') }
*+html .icon-custom-files                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2e;') }
*+html .icon-custom-share                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x2f;') }

*+html .icon-custom-check                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x30;') }
*+html .icon-custom-az                      { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x31;') }
*+html .icon-custom-information-inspiration { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x32;') }
*+html .icon-custom-financial-benefit       { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x33;') }
*+html .icon-custom-advice                  { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x34;') }
*+html .icon-custom-training-courses        { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x35;') }
*+html .icon-custom-meetings-events         { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x36;') }
*+html .icon-custom-tools                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x37;') }
*+html .icon-custom-calendar                { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x38;') }
*+html .icon-custom-quote                   { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x39;') }

*+html .icon-custom-themes                  { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#97;') }
*+html .icon-custom-faq                     { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#58;') }
*+html .icon-custom-news                    { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#59;') }

*+html .icon-custom-p-handboek              { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#99;') }
*+html .icon-custom-academie                { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#100;') }
*+html .icon-custom-voordeel-leden          { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#101;') }
*+html .icon-custom-downloads               { *zoom: expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#98;') }

/* ==========================================================================
   input
   ========================================================================== */

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        width: 100%;
        -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px;
        margin-bottom: 10px;
        height: 29px;
    }

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        border: 2px solid #d8d8d8;
    }

    input.search {
        -moz-box-sizing: border-box; /* Firefox */
             box-sizing: border-box;
        background: transparent url('/application/website/assets/images/icon-search.png') no-repeat 12px center;
        padding-left: 40px !important;
        width:100%;
        margin:0;
        padding-right: 120px !important;
    }

    input.input-multicheckbox {
      margin: 0px 24px 0px 10px !important;
    }

    #search-container {
      background:#FFFFFF url('/application/website/assets/images/google.logo.png');
      background-repeat: no-repeat;;
      background-position: right center;
    }

    .btn-search {
        width: 100%;
    }

    .ui-autocomplete {
      background: #ffffff;
    }

/* ==========================================================================
   square
   ========================================================================== */

    .square {
        position:absolute;
        bottom:0px;
        right:0px;
        width:25px;
        height:25px;
        background-color:#41ac9d;
    }

    .square-white {
        background-color:#FFFFFF;
    }

/* ==========================================================================
   Call to Action
   ========================================================================== */

    .call-to-action {
      position:relative;
      background: #2a8c7f;
      padding: 23px 39px 32px 17px;
    }

    .call-to-action p {
        font-family: "futura-pt-n3", "futura-pt", 'Helvetica';
        font-style:normal;
        font-weight:300;
        color:#FFFFFF;
        text-transform:uppercase;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
     }

		.call-to-action.bg-blue {
			text-align: center;
		}


/* ==========================================================================
   Primer
   ========================================================================== */

    .primer,
    .primer-title {
      overflow: hidden;
      *overflow: visible;
      zoom: 1;
    }
    .primer {
      position:relative;
    }

    .primer-title {
      display:table;
    }

    .primer-icon {
      display:table-cell;
      vertical-align: middle;
      padding-right:20px;
      color:#000000;
    }

    .primer-icon [class^="icon-"],
    .primer-icon [class*=" icon-"] {
      display:block;
      width:40px;
      height:40px;
      text-align:center;
      line-height:40px;
    }

    /** IE8 and lower */
    .primer-icon [class^="icon-"],
    .primer-icon [class*=" icon-"] {
      float/*\**/:left\9;
      border/*\**/:none\9;
      margin-right/*\**/:15px\9;
    }

    .primer-icon.primer-icon-small [class^="icon-"],
    .primer-icon.primer-icon-small [class*=" icon-"] {
      width:32px;
      height:40px;
      line-height:40px;
    }

    .primer-icon.primer-icon-small .icon-large:before {
      vertical-align:0%;
    }

    .primer-divider{
        background-color:#dcdcdc;
        width:100%;
        height:2px;
    }

    .primer-divider-margin-bottom{
    	margin-bottom: 20px;
    }

    .row-margin-top .primer {
    	margin-top:-20px;
    }


/* ==========================================================================
   Social Media
   ========================================================================== */

    .socialmedia a{
        width:24px;
        height:24px;
        float:left;
        margin: 4px;
        line-height:36px;
        vertical-align: middle;
    }

    .socialmedia a:last-child {
        border-right: none;
    }

    .socialmedia a:hover{
        background-color:#2a8c7f !important;
    }

    .socialmedia .facebook {
        background: url('/application/website/assets/images/facebook.png') no-repeat center 0 !important;
    }

    .socialmedia .twitter {
        background: url('/application/website/assets/images/twitter.png') no-repeat center 0 !important;
    }

    .socialmedia .linkedin {
        background: url('/application/website/assets/images/linkedin.png') no-repeat center 0 !important;
    }

    .socialmedia .pinterest {
        background: url('/application/website/assets/images/pinterest.png') no-repeat center 0 !important;
    }

    .socialmedia .mail {
        background: url('/application/website/assets/images/mail.png') no-repeat center 0 !important;
    }

    .socialmedia a:hover{
    	background-position: center -68px !important;
    }

    .addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
      background: none !important;
    }

    .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
      padding: 0 !important;
    }

/* ==========================================================================
   breadcrumbs
   ========================================================================== */

    .breadcrumb {
        background: #5c5e5f;
        -webkit-box-shadow: -1px 6px 15px -8px #000;
        -moz-box-shadow: -1px 6px 15px -8px #000;
        box-shadow: -1px 6px 15px -8px #000;
        filter: none;
        background-image: none;
        border-radius: 0;
        border: none;
        line-height: 32px;
        margin: 0;
        font-weight: bold;
        font-size: 15px;
    }

    :root .breadcrumb {
      font-weight: 600\9; /* IE8+9  */
    }

    .breadcrumb li a, .breadcrumb li span {
        color: #FFF;
        text-shadow: 0 -1px 0 #000;
        padding: 8px 0 8px 0;
    }

    .breadcrumb li a:hover {
    			color: #aeafaf;
    }

    .breadcrumb .active {
        color: #aeafaf;
        text-shadow: 0 -1px 0 #000;
    }

    .breadcrumb .divider i{
    font-size: 12px;
    color: #aeafaf;
    }

    .breadcrumb > li > .divider {
      display: inline-block;
    }

/* ============ breadcrumb-steps ============ */

    .breadcrumb-steps {
        background:#676767;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        padding:0px;
    }

    .breadcrumb-steps li {
        position:relative;
        float:left;
        background: #676767;
        padding: 12px 20px 11px 49px;
        padding: 12px 5px 11px 42px\0/;
    }

    *+html .breadcrumb-steps li {
    	padding: 12px 12px 11px 40px;
    }

    .breadcrumb-steps li::before {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 24.5px 0 23.5px 25px;
        border-color: transparent transparent transparent #FFFFFF;
        left:1px;
        top:0px;
        content:'';
        position:absolute;
    }

    .breadcrumb-steps li::after {
        left:0px;
        top:0px;
        content:'';
        position:absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 24.5px 0 23.5px 25px;
        border-color: transparent transparent transparent #676767;
    }

    .breadcrumb-steps li:first-child::before, .breadcrumb-steps li:first-child::after {
        display:none;
    }

    .breadcrumb-steps li:first-child{
        padding: 12px 21px 11px 23px;

    }

    .breadcrumb-steps li.active {
        background-color:#2c897c;
    }

    .breadcrumb-steps li.active + li::after {
        border-color: transparent transparent transparent #2c897c;
    }

    .breadcrumb-steps li a {
        text-shadow: none;
    }


    .breadcrumb-steps.breadcrumb-full-page {
      overflow: hidden;
    }

    .breadcrumb-steps.breadcrumb-full-page.breadcrumb-all-active {
      background-color:#2c897c;
    }

/* ==========================================================================
   btn-icon-left
   ========================================================================== */

    .btn-group-icon .btn {
        background:#FFFFFF;
        border-top:2px solid #dcdcdc;
        font-family: "proxima-nova-n7", "proxima-nova", 'Helvetica';
        font-weight: 700;
        padding-right: 12px;
        font-size: 14px;
        padding-left: 12px;
        border-right:2px solid transparent;
        border-top:2px solid #dcdcdc;
        background:#e8e8e8;/*#f2f2f2;*/
        color: #2a8d7f;
        float: left;
    }

    .btn-group-icon .btn [class^="icon-"], .btn-group-icon .btn [class*=" icon-"]{
        float:left;
        border-left: none;
        padding: 0px;
        margin: 0px;
        margin-right:7px;
    }

    .btn-group-icon .active, .btn-group-icon .btn:hover  {
        color:#000000;
        background:#FFFFFF;
        border-right:2px solid transparent;
        border-top:2px solid #757676;
    }



/* ==========================================================================
   nav-tabs
   ========================================================================== */

    .nav-tabs {
        border-bottom:none;
        background:#FFFFFF;
        margin-bottom: 0px;
    }


    .nav-tabs > li {
        margin-bottom: 0px;

    }

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border-color: transparent;
    }

    .nav-tabs > li > a {
        font-family: "proxima-nova-n7", "proxima-nova", 'Helvetica';
        font-weight: 700;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        border:none;
        border-right:2px solid transparent;
        border-top:2px solid #dcdcdc;
        margin-top:-2px;
        background:#e8e8e8;/*#f2f2f2;*/
        margin-right:0px;
    }

    .nav-tabs > .active > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color:#000000;
        border:none;
        background:#FFFFFF;
        border-right:2px solid transparent;
        border-top:2px solid #757676;
    }

    .nav-tabs.nav-tabs-small {
        border-bottom:1px solid #dcdcdc;
        padding-left: 1px;
    }

    .nav-tabs.nav-tabs-small > li > a {
        font-family: "proxima-nova-n7", "proxima-nova", 'Helvetica';
        font-weight: 400;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
        border: 1px solid #dcdcdc;
        background: #ffffff;
        margin-top: -1px;
        margin-left: -1px;
    }

    .nav-tabs.nav-tabs-small > .active > a,
    .nav-tabs.nav-tabs-small > li > a:hover,
    .nav-tabs.nav-tabs-small > .active > a:hover,
    .nav-tabs.nav-tabs-small > .active > a:focus {
        color:#ffffff;
        background:#5c5e5f;
        border: 1px solid #5c5e5f;
    }

    .tab-content{
        padding:20px;
        padding-top:24px;
        background:#FFFFFF;
    }

    .tab-content.tab-content-border {
        border: 1px solid #dcdcdc;
        border-top: none;
        margin-bottom: 20px;
    }



 /* ============ nav-tabs-center ============ */

    .nav-tabs-center{
        background:none;
        border-top: none;
        text-align:center;
    }

    .nav-tabs-center li {
        float: none;
        display: inline-block;
        margin-left: -4px;
     }

     .nav-tabs-center li:first-child {
         margin-left:0px;
     }

     *+html .nav-tabs-center li {
         float:left;
     }

     *+html .nav-tabs-center {
         margin-left:22px;
     }


 /* ============ nav-tabs-icon ============ */

    .nav-tabs-icon{
        background:none;
        border-top: none;
        margin-left:22px;
    }

    .nav-tabs-icon i{
        margin-right:7px;
    }




/* ==========================================================================
   contact-general
   ========================================================================== */

	  .contact-general {
			padding-left:20px;
		}

		.contact-general span {
			font-weight:bold;
			text-transform:uppercase;
		}

/* ==========================================================================
   paragraph-style
   ========================================================================== */

.p-bold { font-weight: bold; }

/* ==========================================================================
   iframe
   ========================================================================== */

.iframe-margin-bottom { margin-bottom: 40px;
}

/* ==========================================================================
   tab overlay
   ========================================================================== */
   .well.well-overlay {
     height: 0;
     min-height: 1px;
     margin-top: -50px;
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
   }

   .well.well-overlay .row-fluid [class*="span"] {
     min-height: 1px;
   }

   .background-overlay.active{
	   	left: 0;
	   	right: 0;
	   	height: 100%;
      background: url('/application/website/assets/images/fancybox_overlay.png');
	   	background: rgba(0, 0, 0, 0.20);
	   	top: 0;
	   	position: absolute;
	   	z-index: 1;
	   	display: block;
   	}

   	*+html .background-overlay.active{
   	  display: none;
   	}

   /*body, body.overlay-active, body.affix-top.overlay-active, body.submenu-active, body.affix-top.submenu-active {  */
   body, body.overlay-active, body.affix-top.overlay-active {
     padding-top: 137px;
 		 -webkit-transition: padding-top 0.4s 0.4s ease-in-out;
	   -moz-transition: padding-top 0.4s 0.4s ease-in-out;
	   -o-transition: padding-top 0.4s 0.4s ease-in-out;
	   transition: padding-top 0.4s 0.4s ease-in-out;
   }

   body.header-small, body.overlay-active.header-small, body.affix-top.overlay-active.header-small {
     padding-top: 90px;
   }

   body.no-transition, body.no-transition.home {
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
     transition: none;
   }

   body.affix-top {
   	 padding-top: 198px;
   }

   body.affix-top.header-small {
     padding-top: 151px;
   }

   body.no-padding-top {
     padding-top: 0 !important;
   }

   body.affix-top-iframe {
   	 padding-top: 0;
   }

   /*body.home, body.home.submenu-active, body.home.affix-top.submenu-active {*/
   body.home {
     padding-top: 90px;
   }

   body.home.affix-top {
     padding-top: 173px;
   }

   body.home #wmToolbar {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;
   }

   @media only screen
    and (max-device-width : 1024px) {

      body.affix-top {
        padding-top: 137px;
      }

      body.home.affix-top {
        padding-top: 90px;
      }

    }

   .media.tab-overlay-btn:before, .fixed-bar-right .filter li a:before, .well.well-overlay .btn-close {
   		opacity: 0;
   		-webkit-transition: opacity 0.2s ease-in-out;
		  -moz-transition: opacity 0.2s ease-in-out;
		  -o-transition: opacity 0.2s ease-in-out;
		  transition: opacity 0.2s ease-in-out;
  		filter: alpha(opacity = 0);
   	}

   .tab-overlay-content, .background-overlay {
     display: none;
   }

   .tab-overlay-content {
     position: relative;
     background: #ffffff;
     z-index: 3;
     padding-bottom: 20px;
     margin-top: -20px;
     padding-top: 20px;
   }

   .tab-overlay-content:before, .tab-overlay-content:after {
     width: 20px;
     height: 100%;
     left: -20px;
     position: absolute;
     background: #ffffff;
     top: 0;
     content: "";
   }

   .tab-overlay-content:after {
     left: auto;
     right: -20px;
   }

   .media.tab-overlay-btn.media.tab-overlay-btn-active:before, .fixed-bar-right .filter li.active a:before {
   		opacity: 1;
  		filter: alpha(opacity = 100);
   }

   .media-filter a {
     color: #5C5E5F;
     font-weight: bold;
     font-size: 15px;
     line-height: 18px;
     display: inline-block;
   }

   .media-filter:hover a {
     color: #2A8C7F;
   }

  .media.tab-overlay-btn:before, .fixed-bar-right .filter li a:before {
    content: "";
    border-top: 2px solid #dcdcdc;
    position: absolute;
    width: 20px;
    left: -20px;
    height: 100%;
    top: -2px;
    z-index: 2;
    background: #FFF;
  }

  .media.tab-overlay-btn.tab-overlay-btn-active:before {
    background: #2A8D7F;
  }

  .media-group .media.media-icon-small:before {
    border-top: none;
    top: 0;
  }

   .btn-close {
	   	display: none;
	   	position: absolute;
	   	right: 0;
	   	top: 0;
	   	z-index: 10;
   }

	.tab-overlay-btn-active {
		z-index: 2;
		position: relative;
	}

/* ==========================================================================
   fixed bar right
   ========================================================================== */
   .fixed-bar-right {
   	 /*overflow-y: scroll;*/
   	 background: #e8e8e8;/*#f2f2f2;*/
   	 padding-left: 20px;
   	 /*overflow: hidden !important;*/
   }

   .fixed-bar-right-inner {
     width: 400px;
     /*overflow-y: scroll;*/
     padding-left: 20px;
     margin-left: -20px;
   }

   .fixed-bar-right-content {
     /*overflow: hidden;*/
     /*padding-bottom: 20px;*/
     width: 228px;
     padding-left: 20px;
     margin-left: -20px;
   }

   .right-bar-background-overlay .fixed-bar-right-content {
     width: 241px;
   }

   .fixed-bar-right.affix {
   	 top: 147px;
   }

   .fixed-bar-right.affix-bottom {
   	 top: auto;
   	 position: absolute;
   	 bottom: 20px;
   }

/* ==========================================================================
   forms
   ========================================================================== */

	form label { font-weight: bold; color: #000; }
	:root form label {
    font-weight: 600\9; /* IE8+9  */
  }
	.react { width: 448px; max-width: 448px; height: 150px; }

	span.steps { font-size: 11px; font-style: italic; }

	span.required-checkbox-radio {
		display:none;
		color: #ff0000;
		font-size:12px;
	}

	span.required-checkbox-radio.error {
		display:inline;
	}

/* ==========================================================================
   ajax
   ========================================================================== */

	.ajax-loader {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		background: url('/application/website/assets/images/ajax-loader.gif') center center no-repeat;
		background-color: rgba(255,255,255,0.7);
	}

	.ajax-content-container {
		position: relative;
	}

  .ajax-content img, #maps-container img {
    max-width: none;
  }

  #maps-container .content {
    font-size: 12px;
    width: 275px;
    line-height: 18px;
    padding-top: 10px;
  }
  #maps-container .content strong {
    font-size: 18px;
  }

/* ==========================================================================
   header
   ========================================================================== */

	.header-intro {
		padding-top: 20px;
	}

	.header-intro .intro{
		padding: 0;
	}

/* ==========================================================================
   results
   ========================================================================== */

   .results h1 span {
   	color: #2A8D7F;
   }

   .results h3 span {
   	color: #2A8D7F;
   }

/* ==========================================================================
   filter
   ========================================================================== */

   .filter{
   	font-size: 15px;
   	margin: 0;
   	list-style: none;
   	list-style-image: none;
   	border-bottom: 2px solid #dcdcdc;
   }

   .filter li{
   	background: #FFF;
   	border-top: 2px solid #dcdcdc;
   }

   .filter li a {
   	color: #5c5e5f;
   	font-weight: bold;
   	position: relative;
    padding: 20px 14px;
    display: block;
   }

   .filter li a:hover {
   	color: #2A8D7F;
   }

   .filter i {
   	color: #000;
   	margin-right: 5px;
   	float: left;
   }

	.search-nav-dropdown ul{
		margin-bottom: 25px;
	}

/* maps container */
#maps-container {
	margin-bottom: 36px;
}

/* Modal */
.modal {
  width: 590px;
  margin-left: -295px;
}

@media print {
  body * {
    visibility: hidden;
    height: 0px;
  }

  body {
  	padding-top: 0 !important;
  }

  .section_to_print, .section_to_print * {
    visibility: visible;
    height: auto;
  }
  .section_to_print {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.ui-autocomplete {
  -webkit-transition: margin-top 0.4s 0.4s ease-in-out;
   -moz-transition: margin-top 0.4s 0.4s ease-in-out;
   -o-transition: margin-top 0.4s 0.4s ease-in-out;
   transition: margin-top 0.4s 0.4s ease-in-out;

   	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
* html .ui-autocomplete {
	height: 200px;
}

.affix-bottom .ui-autocomplete {
  margin-top: -61px;
}

.affix-bottom #dropdown-search .ui-autocomplete {
  margin-top: 0;
}

.ui-autocomplete li {
  font-size: 14px !important;
}
.ui-autocomplete li a {
  border: none !important;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus{
  margin: 0 !important;
}

/* ==========================================================================
   Cursussen, #fase1
   ========================================================================== */
.float-left {
 	float: left;
}
.text-course {
	min-height: 50px;
}
.subscribe-course {
 	float: right;
 	margin-left: 30px;
}
.subscribe-course .btn {
	margin-bottom: 12px;
}
table.cursus {
	border-spacing: 0;
	margin-left: -12px;
	width: 585px;
}
table.cursus thead td {
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
}
table.cursus thead, table.cursus tr {
	border-bottom: solid 1px #dcdcdc;
}
table.cursus td {
	height: 48px;
	font-size: 15px;
}
table.cursus td.datum {
	width: 88px;
	border-right: solid 1px #dcdcdc;
	padding-left: 10px;
}
table.cursus tbody td.workshop {
	padding-left: 10px;
	vertical-align: top;
}
table.cursus td.workshop h3 {
	font-size: 15px;
	line-height: auto;
}
table.cursus tr:hover td.workshop h3 {
  color: #2A8D7F;
}
table.cursus td.lokatie {
	border-left: solid 1px #dcdcdc;
	width: 100px;
	padding-left: 10px;
}
table.cursus div.thumbnail {
	text-align: left;
}
.uitleg {
	clear: both;
	height: 40px;
}
.beschikbaar, .bijnavol, .vol, .nietbeschikbaar {
	display: block;
	padding-left: 20px;
	height: 20px;
	background: transparent url(/application/website/assets/images/curussen/beschikbaar.png) 0px 5px no-repeat;
	margin-right: 14px;
}

span.beschikbaar, span.bijnavol, span.vol, span.nietbeschikbaar {
	font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.bijnavol {
	background-image: url(/application/website/assets/images/curussen/bijnavol.png);
}
.vol {
	background-image: url(/application/website/assets/images/curussen/vol.png);
}
.nietbeschikbaar {
	background-image: url(/application/website/assets/images/curussen/nietbeschikbaar.png);
}
.sort {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.asc, .desc {
	width: 10px;
	height: 7px;
	display: block;
	background: transparent url(/application/website/assets/images/curussen/sort.png) 0 0 no-repeat;
}
.desc.active {
	background-position: -12px 0;
}
.asc {
	background-position: 0 -8px;
}
.asc.active {
	background-position: -12px -8px;
}
.alert.alert-warning {
	font-size: 14px !important;
	color: #818181 !important;
}
.alert.alert-warning strong {
	color: #000000 !important;
}
.alert.alert-warning a {
	float: right !important;
	font-weight: bold;
}

/**** CROSSLINK BLOCK GREEN ****/
.crosslink-block-green {
  background: #2a8d7f;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  overflow: hidden;
  min-height: 320px;
}

.row-fluid.bg-white.inner-shadow .crosslink-block-green {
  margin-top: -20px;
}

.crosslink-block-green h5 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}

.crosslink-block-green a {
  color: #000000;
}

.crosslink-block-green p img {
  border: 2px solid #ffffff;
  margin-top: 8px;
  margin-left: 4px;
}

.crosslink-block-green input {
  margin-bottom: 6px;
}

.crosslink-block-green input + input {
  margin-bottom: 10px;
}

/**** CROSSLINK LOGO ****/
.crosslink-logo-container {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
  padding-top: 20px;
  background: #ffffff;
}

.crosslink-logo {
  text-align: center;
  background: #ffffff;
  padding: 8px;
  border: 2px solid #e8e8e8;
}

.crosslink-logo-container.margin-top {
  padding-top: 39px;
  background: #F5F5F5;
  margin-right: -23px;
}

/**** BECOME MEMBER ****/
.become-member {
  padding-bottom: 20px;
  padding-top: 8px;
}

.become-member h5 {
  color: #E4276B;
  font-size: 18px;
  text-transform: uppercase;
}

/**** CROSSLINK BORDER ****/
.right-bar-border {
  height: 6px;
  background: #ffffff;
  margin: 0 -40px;
}


.right-bar-background {
  background: none repeat scroll 0 0 #E8E8E8;
  bottom: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 280px;
}

.right-bar-background-overlay {
  position: relative;
  z-index: 2;
}

.share-bar {
  overflow: hidden;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 16px 4px 0;
  margin-bottom: 24px;
}

.share-bar .pull-left a {
  margin-right: 8px;
}

.share-bar .btn-print {
  font-weight: 700;
}

.share-bar .btn-print i {
  margin-right: 4px;
}

/* ==========================================================================
   Login popup, #fase1
   ========================================================================== */

.login-popup input[type="text"], .login-popup input[type="password"] {
  border: 2px solid #d8d8d8;
  width: 100%;
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.login-popup input[type="password"] {
  margin-bottom: 0;
}

.row-border-bottom {
  border-bottom: 2px solid #dcdcdc;
}

.login-popup .row-border-bottom {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.login-popup h2 {
  margin: 0;
  padding: 0;
}

.line-height-large {
  line-height: 40px;
}

p.cta-title {
  font-weight: bold;
  font-style: italic;
  color: #000000;
  margin-bottom: 12px;
}


.alert.alert-warning-grey {
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.placeholder {
	color: #999999;
}

.navbar-mobile {
  display: none;
}

.accordion-submenu-mobile {
  display: none !important;
}

controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  margin-top: 10px;
}

#pac-input:focus {
  border-color: #41ac9d;
}

.filterbar {
  background-color: #eeeeee;
  width: 100%;
}
.filterbar .btn-group {
  padding-left: 10px;
}
.filterbar .btn .caret {
  margin-top: 18px;
  border-top: 4px solid #ffffff;
}

/* ==========================================================================
   Filters
   ========================================================================== */

.open > .dropdown-menu{
   display: block;
   margin-left: 0px !important;
   left: 0 !important;
}

.dropdown-toggle i {position: relative; top: -2px;}




.social-buttons .instagram-logo {position: relative;top: -4px; width: 32px; height: 32px;}

/* ==========================================================================
   Kappers activatie
   ========================================================================== */
.margin-bottom {
  margin-bottom: 25px;
}
