
@font-face{font-family:'Glyphicons Regular';src:url(../fonts/glyphicons/glyphicons-regular.eot);src:url(../fonts/glyphicons/glyphicons-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons/glyphicons-regular.woff2) format("woff2"),url(../fonts/glyphicons/glyphicons-regular.woff) format("woff"),url(../fonts/glyphicons/glyphicons-regular.ttf) format("truetype"),url(../fonts/glyphicons/glyphicons-regular.svg#glyphiconsregular) format("svg")}
.glyphicons{display:inline-block;font-family:'Glyphicons Regular';font-style:normal;font-weight:400;line-height:1;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicons:before{display:inline-block;padding:4px 8px}

.glyphicons-chevron-right:before{content:"\E224"}
.glyphicons-chevron-left:before{content:"\E225"}
.glyphicons-iphone:before{content:"\E164"}
.glyphicons-embed-close:before{content:"\E119"}
.glyphicons-cloud:before{content:"\E233"}
.glyphicons-shopping-cart:before{content:"\E203"}
.glyphicons-search:before{content:"\E028"}
.glyphicons-display:before{content:"\E087"}
.glyphicons-map-marker:before{content:"\E243"}


body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
}
h1,.h1{font-size:30px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
h2,.h2{font-size: 23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
h3,.h3{margin-top:20px;margin-bottom:10px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
p{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}


.breadcrumbs-wrapper {
  background-color:#f5f5f5;
  border-radius:4px;
	min-height: 40px;
}

.breadcrumbs {
	padding-top:8px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-top: 10px;
	margin-bottom: 20px;
  list-style: none;
  
}

.page-header {
  color: #DC1E27;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  margin-top: 40px;
  margin-top: 30px;
  border-bottom: 0px solid #eee;
}


body.home main,
body.home .is-layout-constrained,
body.home .wp-block-group,
body.home footer {
	margin-block-start: 0rem;
}

/* Bluesection */
.services .container-fluid { padding-left:40px; padding-right:40px; }
.services .row div { margin-top:20px; margin-bottom:20px; }
.services span {
  float: left;
  margin-left: -10px;
  margin-bottom: 20px;
}
.services h3 {
  font-size: 17px;
  margin-top: 10px;
  margin-left: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.services h4 {
  font-size: 13px;
  margin-top: 0px;
  margin-left: 18px;
}
.services .glyphicons:before { padding-top:17px; padding-left:7px; }
.services .glyphicons {
  color: #000;
  font-size: 26px;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  vertical-align: middle;
	text-align: center;
	margin-top:auto;
	margin-right: 10px;
	margin-bottom: 8px;
}
.services p { margin-left:8px; clear:both; }



@media (min-width: 1200px) {
  body.home .services h4 {
    margin-top: 5px;
  }
}

.actions {
  background-color: #E2E2E2;
}
.actions h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.actions .btn-lg, .actions .btn-group-lg > .btn {
  padding: 16px 26px;
  width: 90%;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,0.15),0 2px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.15),0 2px 2px rgba(0,0,0,0.075);
}

.wp-block-post-featured-image {
	margin: 0 0 0em;
}

.featured-image-overlay {
    position: relative;
    text-align: center;
    color: white;
}

.feature-overlay-text {
    position: absolute;
    top: 8%;
		left: auto;
		right: 6%;
	  bottom: auto;
	  text-align: right;	
		color: white;
    padding-top: 20px;
}

.feature-heading {
    font-size: 2.4em;
    margin-bottom: 6px;
	  color: #DC1E27;  
		font-weight: 500;  
		line-height: 1.1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.feature-subheading {
	  color: #fff;
    font-size: 1.5em;
    margin-top: 0;
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.mask {
	height:18px;
	overflow:hidden;
	position:absolute;
	padding:0px;
}
.services .mask { left:49%; bottom:-18px; background-color:#0E72B3;z-index:100}
.actions .mask { left:49%; bottom:-18px; background-color:#E2E2E2;z-index:100}
.about .mask { left:49%; bottom:-37px; background-color:#FFF;z-index:100}

.services .mask-left,
.actions .mask-left,
.about .mask-left {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 18px;
    float: left;
    margin-right: -18px;
    margin-top: 0;
    width: calc(50% + 18px);
}
.services .mask-left { border-color: transparent transparent #E2E2E2 #E2E2E2}
.actions .mask-left { border-color: transparent transparent #FFF #FFF} 
.about .mask-left { border-color: transparent transparent #1D1D1D #1D1D1D} 

.services .mask-right,
.actions .mask-right,
.about .mask-right {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 18px;
    float: right;
    margin-left: -18px;
    margin-top: 0;
    width: calc(50% + 18px);
}
.services .mask-right {border-color: transparent #E2E2E2 #E2E2E2 transparent}
.actions .mask-right {border-color: transparent #FFF #FFF transparent}
.about .mask-right {border-color: transparent #1D1D1D #1D1D1D transparent}

@media (max-width: 480px){.feature-overlay-text{top:6px;padding-top:10px}h1.feature-heading{font-size:14px;margin-bottom:8px;margin-top:8px}h3.feature-subheading{font-size:12px}}
@media (min-width: 768px){.feature-overlay-text{top:20px}h1.feature-heading{font-size:32px}h3.feature-subheading{font-size:22px}}
@media (min-width: 992px){.feature-overlay-text{top:20px}h1.feature-heading{font-size:32px}h3.feature-subheading{font-size:22px}}
@media (min-width: 1200px){.feature-overlay-text{top:20px}h1.feature-heading{font-size:32px}h3.feature-subheading{font-size:22px}}


/*
.carousel-caption {
  text-align: right;
	color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption h3 {
  color: #DC1E27;
  font-size: 22px;
}

@media (min-width: 1200px) {
  body.path-frontpage .carousel-caption {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption p {
    font-size: 22px;
  }
}
*/