/*
Theme Name: Spanish Point
Author: Ana Villegas
Description: Global styles
Text Domain: spanishpoint.ie
Version: 0.2.0
*/
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* General */
/*
@import "transitions"; */
@font-face {
  font-family: 'yantramanavlight';
  src: url("../fonts/yantramanav-light-webfont.woff2") format("woff2"), url("../fonts/yantramanav-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'yantramanavregular';
  src: url("../fonts/yantramanav-regular-webfont.woff2") format("woff2"), url("../fonts/yantramanav-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'yantramanavbold';
  src: url("../fonts/yantramanav-bold-webfont.woff2") format("woff2"), url("../fonts/yantramanav-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'yantramanavmedium';
  src: url("../fonts/yantramanav-medium-webfont.woff2") format("woff2"), url("../fonts/yantramanav-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'yantramanavblack';
  src: url("../fonts/yantramanav-black-webfont.woff2") format("woff2"), url("../fonts/yantramanav-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'inconsolatabold';
  src: url("../fonts/inconsolata-bold-webfont.woff2") format("woff2"), url("../fonts/inconsolata-bold-webfont.woff") format("woff"), url("../fonts/inconsolata-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'inconsolataregular';
  src: url("../fonts/inconsolata-regular-webfont.woff2") format("woff2"), url("../fonts/inconsolata-regular-webfont.woff") format("woff"), url("../fonts/inconsolata-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 1.1rem;
  font-family: "yantramanavregular", sans-serif;
  color: #333333;
  line-height: 1.3;
  padding-top: 110px;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  overflow-x: hidden; }

p {
  margin: 0 0 20px !important; }

.feedSeparator {
  margin: 2rem auto; }

.videoShadow, .imageShadow {
  -webkit-box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 15px 35px -10px rgba(0, 0, 0, 0.6); }

.button {
  border-radius: 0;
  display: inline-block;
  min-width: auto;
  padding: .8rem 2rem;
  text-align: center;
  text-decoration: none !important;
  width: auto; }

.button.OutlinedDefault {
  border: 2px solid;
  color: #4ca3df; }
  .button.OutlinedDefault:hover {
    color: #fff;
    background: #4ca3df; }

.button.OutlinedLight {
  border: 2px solid;
  color: #fff; }
  .button.OutlinedLight:hover {
    background: #fff; }

.button.OutlinedDark {
  border: 2px solid;
  color: #3f3b3c; }
  .button.OutlinedDark:hover {
    color: #fff;
    background: #3f3b3c; }

/* for Wordpress blocks */
.button-link.OutlinedDefault a {
  border-radius: 0;
  display: inline-block;
  min-width: auto;
  padding: .8rem 2rem;
  text-align: center;
  text-decoration: none !important;
  width: auto;
  background-color: transparent;
  border: 2px solid;
  color: #4ca3df;
  cursor: pointer; }
  .button-link.OutlinedDefault a:hover {
    color: #fff;
    background: #4ca3df; }

input {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease; }

a {
  color: #4ca3df;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease; }

.bg-light {
  background: #f5f5f5; }

.dark-overlay {
  background-color: #3d3d3d;
  bottom: 0;
  height: 100%;
  margin: auto;
  left: 0;
  opacity: 0.65;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.video-full div {
  -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4); }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/* WPBakery Elements  */
.vc-btnFlat button, .vc-btnFlat a {
  background-color: #4ca3df !important;
  background-image: none !important;
  border: 1px solid #4ca3df !important;
  color: #fff !important;
  font-size: 1.1rem !important; }
  .vc-btnFlat button:hover, .vc-btnFlat a:hover {
    background-color: #3092DC !important; }

.vc-btnFlatLight button, .vc-btnFlatLight a {
  background-color: #fff !important;
  background-image: none !important;
  color: #4ca3df !important;
  border: 1px solid !important;
  font-size: 1.1rem !important; }
  .vc-btnFlatLight button:hover, .vc-btnFlatLight a:hover {
    color: #fff !important;
    background-color: #3092DC !important;
    border-color: #3092DC !important; }

.vc-btnOutlinedLight button, .vc-btnOutlinedLight a {
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid !important;
  font-size: 1.1rem !important; }
  .vc-btnOutlinedLight button:hover, .vc-btnOutlinedLight a:hover {
    color: #4ca3df !important;
    background-color: #fff !important; }

.vc-btnLink button, .vc-btnLink a {
  background-color: transparent !important;
  background-image: none !important;
  color: #4ca3df !important;
  border: none !important;
  font-size: 1.1rem !important;
  padding-top: 5px !important;
  padding-right: 40px !important;
  padding-bottom: 5px !important;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease; }
  .vc-btnLink button:hover, .vc-btnLink a:hover {
    color: #4ca3df !important;
    background-color: #fff !important;
    padding-right: 46px !important; }

.sp-tabs {
  color: #333333 !important; }
  .sp-tabs .vc_tta-tabs-container ul li {
    font-family: "yantramanavmedium", sans-serif; }
    .sp-tabs .vc_tta-tabs-container ul li.vc_active {
      border-bottom: 3px solid #4ca3df; }
    .sp-tabs .vc_tta-tabs-container ul li a {
      background-color: #fff !important;
      color: #333333 !important; }
  .sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: #79BDE8; }
    .sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #fff !important; }
      .sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover {
        color: #333333 !important; }
  .sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #333333 !important; }
  .sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    color: #333333 !important; }

.overlayGradient::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(83%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 11%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0) 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlayGradient2::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%);
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.sp-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 14px 0px !important; }

/* WPBakery Elements END */
.is-centered {
  text-align: center; }

.is-right {
  text-align: right; }

.is-left {
  text-align: left; }

.v-align {
  margin: auto !important;
  position: absolute;
  top: 0;
  bottom: 0; }

.has-bottom {
  position: relative; }
  .has-bottom .bottom-effect {
    position: absolute;
    bottom: -50px;
    width: 3500px;
    height: 180px;
    left: -100px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-4deg);
    padding-top: 10px; }
    .has-bottom .bottom-effect::after {
      content: '';
      display: block;
      background: white;
      height: 168px;
      -webkit-box-shadow: inset 0px -12px 13px -2px white;
      box-shadow: inset 0px -12px 13px -2px white; }

@media only screen and (max-width: 834px) {
  body {
    padding-top: 134px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .overlayGradient::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(0, 0, 0, 0.85)), color-stop(40%, rgba(0, 0, 0, 0.75)), color-stop(83%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 83%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .overlayGradient::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(0, 0, 0, 0.85)), color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }
/* Elements */
/* Content */
/*--------------------------------------------------------------
## Pages Navigation & Header
--------------------------------------------------------------*/
.contact-top {
  background-color: #4ca3df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.88rem;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40px;
  padding: 0.2rem 2.5rem 0.2rem;
  text-align: right;
  z-index: 88889 !important; }
  .contact-top .promoteTxt {
    font-size: .95rem;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .contact-top .promoteTxt p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 !important;
      line-height: 1.5rem; }
      .contact-top .promoteTxt p a {
        border-bottom: 2px solid #fff;
        padding: 2px 4px 0; }
  .contact-top .alignRight {
    margin-left: auto;
    text-align: right; }
    .contact-top .alignRight ul {
      border-right: 1px solid #fff;
      display: inline;
      margin: 0;
      padding: 2px 15px; }
      .contact-top .alignRight ul li {
        display: inline-block; }
        .contact-top .alignRight ul li a {
          color: #fff;
          display: inline-block;
          text-decoration: none; }
      .contact-top .alignRight ul:last-child {
        border: none;
        padding: 2px 0 2px 15px; }
    .contact-top .alignRight ul.social {
      margin: -5px 0 !important; }
      .contact-top .alignRight ul.social li {
        line-height: 2rem;
        padding: 0 10px;
        width: auto; }
        .contact-top .alignRight ul.social li a {
          display: block;
          margin: 0; }

.top-bar {
  background: #fff;
  border-bottom: 1px solid #f2f2f2 !important;
  color: #3f3b3c;
  margin: 0 !important;
  min-height: 70px !important;
  padding: .6rem 2.5rem !important;
  top: 40px !important; }
  .top-bar .navbar-toggle {
    background-color: #fff !important;
    background-image: url("../images/icon-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    z-index: 1; }
    .top-bar .navbar-toggle[aria-expanded="false"] {
      background-image: url("../images/icon-menu@2x.png"); }
    .top-bar .navbar-toggle[aria-expanded="true"] {
      background-image: url("../images/icon-close.png");
      background-size: 55% auto; }
  .top-bar .navbar-brand {
    height: auto !important;
    width: 215px !important;
    padding: 0 !important; }
    .top-bar .navbar-brand img {
      display: block;
      width: 100%; }
  .top-bar #menutop {
    margin-top: 10px; }
    .top-bar #menutop #cssmenu {
      float: right;
      padding: 0;
      border: 0;
      width: auto; }

.navbar-toggleable-md {
  z-index: 88888; }

@media only screen and (max-width: 1100px) {
  .top-bar {
    padding: 0.6rem 1.5rem !important;
    overflow-y: auto;
    max-height: 100%; } }
@media only screen and (max-width: 1024px) {
  .contact-top {
    padding: .2rem .5rem; }
    .contact-top .promoteTxt {
      font-size: .9rem; }
    .contact-top .alignRight {
      line-height: 2rem; }
      .contact-top .alignRight ul.social {
        display: none; } }
@media only screen and (max-width: 834px) {
  .contact-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70px;
    max-height: 70px; }
    .contact-top .promoteTxt {
      max-height: 70px;
      margin: 0 auto 5px;
      text-align: center;
      width: 90%; }
      .contact-top .promoteTxt p a {
        border-bottom: 1px solid #fff; }
    .contact-top .alignRight {
      text-align: center;
      margin: auto; }

  .top-bar {
    top: 70px !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contact-top {
    padding: 0.33rem 0 0.3rem; }
    .contact-top .alignRight ul {
      padding: 2px 7px; }
      .contact-top .alignRight ul:last-child {
        padding: 2px 7px; } }
@media (max-width: 576px) {
  nav .container {
    width: 100%; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .top-bar {
    padding: 0.6rem .85rem !important;
    overflow-y: auto;
    max-height: 100%; } }
/*--------------------------------------------------------------
## Pages Titles
--------------------------------------------------------------*/
/* PRODUCTS */
.titles {
  color: #fff;
  display: block;
  height: auto;
  min-height: 350px;
  margin: 0;
  padding: 4.5rem 2rem 4rem 2rem;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .titles h1 {
    font-family: "yantramanavbold", sans-serif;
    font-size: 2.3rem;
    margin: 0.5rem auto .5rem;
    max-width: 1280px; }
  .titles h2 {
    font-family: "yantramanavlight", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 0;
    opacity: 0.75;
    filter: alpha(opacity=75); }
    .titles h2 a {
      color: #fff;
      text-decoration: none; }
  .titles .details {
    margin-top: .5rem;
    opacity: 0.70;
    filter: alpha(opacity=70); }

.titles.spBG {
  background-color: #4ca3df;
  color: #fff; }
  .titles.spBG .dark-overlay {
    background-color: #4ca3df; }

.titles.darkBG {
  background-color: #3d3d3d;
  color: #fff; }
  .titles.darkBG .dark-overlay {
    background-color: #3d3d3d; }

.titles.news {
  color: #333333;
  padding-bottom: 1rem;
  min-height: auto; }
  .titles.news h2 a {
    color: #333333; }

.titles.events {
  color: #333333;
  padding-bottom: 1rem;
  min-height: auto; }
  .titles.events h2 a {
    color: #333333; }

.titles.careers {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  height: auto;
  /*background-attachment: fixed;*/
  color: #ffffff; }

.titles.product-title {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }

.titles.product-title.spanishpoint, .titles.spanishpoint {
  background: #4ca3df; }

.titles.product-title.dynamics {
  background-image: url("../images/heading-dynamics.jpg");
  background-color: #001f53; }

.titles.product-title.sharepoint {
  background-image: url("../images/heading-sharepoint.jpg");
  background-color: #008272; }

.titles.product-title.azure {
  background-image: url("../images/heading-azure.jpg");
  background-color: #1a1a1a; }

.titles.product-title.dynamics {
  background-image: url("../images/heading-dynamics.jpg");
  background-color: #001f53; }

.titles.product-title.sql {
  background-image: url("../images/heading-sql.jpg");
  background-color: #0067b8; }

.titles.product-title.powerbi {
  background-image: url("../images/heading-powerbi.jpg");
  background-color: #ecc20c;
  color: #333333; }
  .titles.product-title.powerbi h2 a {
    color: #333333 !important; }

.titles.product-title.nintex {
  background-image: url("../images/products-nintex.jpg");
  background-color: #f47920; }

.titles.product-title.office365 {
  background-image: url("../images/heading-office365.jpg");
  background-color: #D83B01; }

.titles.product-title.microsof365 {
  background-image: url("../images/heading-ms.jpg");
  background-color: #0078d4; }

.titles.product-title.powerapps {
  background-image: url("../images/heading-powerApps.jpg");
  background-color: #742775; }

.titles.product-title.teams {
  background-image: url("../images/heading-Teams.jpg");
  background-color: #6264a7; }

.product-title.musicsolutions {
  background-image: url("../images/products-musicSolutions.jpg");
  background-color: #5d2eab; }

/*--------------------------------------------------------------
## Products and Solutions pages
--------------------------------------------------------------*/
.product-serviceBox {
  padding: 4rem 0;
  background: #f5f5f5; }

.product-serviceBox.bg-office .button {
  color: #D83B01; }
  .product-serviceBox.bg-office .button:hover {
    background: #D83B01;
    color: #fff; }

.product-serviceBox.bg-sharepoint .button {
  color: #008272; }
  .product-serviceBox.bg-sharepoint .button:hover {
    background: #008272;
    color: #fff; }

.product-serviceBox.bg-azure .button {
  color: #1a1a1a; }
  .product-serviceBox.bg-azure .button:hover {
    background: #1a1a1a;
    color: #fff; }

.product-serviceBox.bg-dynamics .button {
  color: #001f53; }
  .product-serviceBox.bg-dynamics .button:hover {
    background: #001f53;
    color: #fff; }

.product-serviceBox.bg-powerbi .button {
  color: #ecc20c; }
  .product-serviceBox.bg-powerbi .button:hover {
    background: #ecc20c;
    color: #3f3b3c; }

.product-serviceBox.bg-sql .button {
  color: #0067b8; }
  .product-serviceBox.bg-sql .button:hover {
    background: #0067b8;
    color: #fff; }

.product-serviceBox.bg-musicSolutions .button {
  color: #5d2eab; }
  .product-serviceBox.bg-musicSolutions .button:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db5dd+0,3684c7+100 */
    background: #5e2eab;
    background: -webkit-gradient(left top, right top, color-stop(28%, #5e2eab), color-stop(52%, #4e42b6), color-stop(100%, #2e6bcd));
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #5e2eab), color-stop(52%, #4e42b6), to(#2e6bcd));
    background: linear-gradient(to right, #5e2eab 28%, #4e42b6 52%, #2e6bcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2eab', endColorstr='#2e6bcd', GradientType=1 );
    color: #fff; }

.product-serviceBox.bg-teams .button {
  color: #6264a7; }
  .product-serviceBox.bg-teams .button:hover {
    background: #6264a7;
    color: #fff; }

.product-serviceBox.bg-powerapps .button {
  color: #742775; }
  .product-serviceBox.bg-powerapps .button:hover {
    background: #742775;
    color: #fff; }

.has-bottom .promote-line {
  padding: 3rem 0 7rem; }

.promote-line {
  padding: 3rem 0 3rem;
  text-align: center; }
  .promote-line h3 {
    font-family: "yantramanavlight", sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 1.3rem !important; }

.promote-line.bg-colorSP {
  background: #4ca3df;
  color: #fff; }
  .promote-line.bg-colorSP .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-colorSP .button.OutlinedDefault:hover {
      background: #fff;
      color: #4ca3df; }

.promote-line.bg-office {
  background: #D83B01;
  color: #fff; }
  .promote-line.bg-office .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-office .button.OutlinedDefault:hover {
      background: #fff;
      color: #D83B01; }

.promote-line.bg-sharepoint {
  background: #008272;
  color: #fff; }
  .promote-line.bg-sharepoint .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-sharepoint .button.OutlinedDefault:hover {
      background: #fff;
      color: #008272; }

.promote-line.bg-azure {
  background: #1a1a1a;
  color: #fff; }
  .promote-line.bg-azure .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-azure .button.OutlinedDefault:hover {
      background: #fff;
      color: #1a1a1a; }

.promote-line.bg-dynamics {
  background: #001f53;
  color: #fff; }
  .promote-line.bg-dynamics .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-dynamics .button.OutlinedDefault:hover {
      background: #fff;
      color: #001f53; }

.promote-line.bg-powerbi {
  background: #ecc20c;
  color: #3f3b3c; }
  .promote-line.bg-powerbi .button.OutlinedDefault {
    color: #3f3b3c; }
    .promote-line.bg-powerbi .button.OutlinedDefault:hover {
      background: #3f3b3c;
      color: #fff; }

.promote-line.bg-sql {
  background: #0067b8;
  color: #fff; }
  .promote-line.bg-sql .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-sql .button.OutlinedDefault:hover {
      background: #fff;
      color: #0067b8; }

.promote-line.bg-musicSolutions {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db5dd+0,3684c7+100 */
  background: #5e2eab;
  background: -webkit-gradient(left top, right top, color-stop(28%, #5e2eab), color-stop(52%, #4e42b6), color-stop(100%, #2e6bcd));
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #5e2eab), color-stop(52%, #4e42b6), to(#2e6bcd));
  background: linear-gradient(to right, #5e2eab 28%, #4e42b6 52%, #2e6bcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2eab', endColorstr='#2e6bcd', GradientType=1 );
  color: #fff; }
  .promote-line.bg-musicSolutions .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-musicSolutions .button.OutlinedDefault:hover {
      background: #fff;
      color: #5d2eab; }

.promote-line.bg-teams {
  background: #6264a7;
  color: #fff; }
  .promote-line.bg-teams .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-teams .button.OutlinedDefault:hover {
      background: #fff;
      color: #6264a7; }

.promote-line.bg-powerapps {
  background: #742775;
  color: #fff; }
  .promote-line.bg-powerapps .button.OutlinedDefault {
    color: #fff; }
    .promote-line.bg-powerapps .button.OutlinedDefault:hover {
      background: #fff;
      color: #742775; }

/*--------------------------------------------------------------
## Single news Post
--------------------------------------------------------------*/
.single_new {
  margin: 0 0 2rem; }
  .single_new .thumb-image {
    margin-bottom: 2.2rem;
    text-align: center;
    width: 100%;
    height: auto; }
  .single_new img {
    width: 100%;
    height: auto; }
  .single_new .details {
    border-top: 1px solid #f5f5f5;
    display: block;
    margin: 1rem 0 3rem;
    padding: .85rem 0; }
    .single_new .details .topics {
      display: block;
      margin-bottom: 1.25rem; }
      .single_new .details .topics ul {
        margin: 0;
        padding: 0; }
        .single_new .details .topics ul li {
          display: inline-block;
          margin: 6px 8px; }
          .single_new .details .topics ul li:first-of-type {
            margin: 6px 8px 6px 0; }
          .single_new .details .topics ul li a {
            border: 1px solid #4ca3df;
            color: #4ca3df;
            padding: 6px 12px;
            font-size: .9rem; }
            .single_new .details .topics ul li a:hover {
              background-color: #4ca3df;
              text-decoration: none;
              color: #fff; }

/*--------------------------------------------------------------
## Creers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Customer Stories
--------------------------------------------------------------*/
.customer-single .profile .titles .description {
  color: #fff;
  padding: 0;
  position: relative; }
  .customer-single .profile .titles .description h1 {
    margin: 1rem 0 3rem; }
  .customer-single .profile .titles .description div {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6); }
    .customer-single .profile .titles .description div div p {
      margin: 0 0 2.5rem !important; }
      .customer-single .profile .titles .description div div p b {
        font-family: "yantramanavbold", sans-serif; }
.customer-single .customer-logo img {
  margin: auto; }

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
.searchBar {
  margin-top: 1.5rem; }
  .searchBar .searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .searchBar .searchform div input[type="text"] {
      background-color: #f5f5f5;
      border: none;
      line-height: 2rem;
      padding: 0.5rem;
      -webkit-box-flex: content;
          -ms-flex: content;
              flex: content;
      border: 1px solid transparent;
      width: 85%; }
      .searchBar .searchform div input[type="text"]:focus {
        -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
        border: 1px solid #4ca3df; }
    .searchBar .searchform div input[type="submit"] {
      background-color: #4ca3df;
      border: none;
      color: #fff;
      padding: 0 15px; }
      .searchBar .searchform div input[type="submit"]:hover {
        background-color: #3d3d3d;
        -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4); }

.searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .searchform div input[type="text"] {
    background-color: #f5f5f5;
    border: none;
    line-height: 2rem;
    padding: 0.5rem;
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
    border: 1px solid transparent;
    width: 75%; }
    .searchform div input[type="text"]:focus {
      -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
      border: 1px solid #4ca3df; }
  .searchform div input[type="submit"] {
    background-color: #4ca3df;
    border: none;
    color: #fff;
    padding: 0 15px; }
    .searchform div input[type="submit"]:hover {
      background-color: #3d3d3d;
      -webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.4); }

.registration-form {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  .registration-form > option {
    padding: .2rem 0.5rem; }
  .registration-form + label {
    font-size: .8rem;
    line-height: 1.2;
    display: inline-block;
    width: 88%;
    letter-spacing: .4px; }
  .registration-form label {
    display: block;
    font-weight: normal;
    margin-bottom: 1.2rem; }
    .registration-form label input {
      border: 1px solid #fff;
      background-color: #f5f5f5 !important;
      line-height: 2rem;
      padding: .2rem 0.5rem;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .registration-form label input:focus {
        background-color: #fff !important;
        border: 1px solid #4ca3df !important; }
  .registration-form input {
    border: 1px solid #fff;
    background-color: #f5f5f5 !important;
    line-height: 2rem;
    padding: .2rem 0.5rem;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .registration-form input:focus {
      background-color: #fff;
      border: 1px solid #4ca3df !important; }
  .registration-form input[type="file"] {
    display: inline;
    height: auto; }
  .registration-form input[type=submit] {
    background-color: #4ca3df !important;
    color: #fff;
    margin: 0 auto;
    padding: .5rem; }
  .registration-form input[type=checkbox] {
    background: #fff; }
  .registration-form input[type=submit][disabled] {
    background: #f5f5f5 !important; }
  .registration-form select {
    border: 1px solid #fff;
    background-color: #f5f5f5;
    line-height: 2rem;
    padding: 0.5rem;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .registration-form textarea {
    height: 150px;
    border: 1px solid #fff;
    background-color: #f5f5f5;
    padding: .2rem 0.5rem;
    resize: none;
    width: 100%; }
  .registration-form .acceptancebox {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    margin-right: 2%; }

/* Forms */
/* Layout */
/* Widgets */
/* Blocks */
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  width: 100%; }

.section-box {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .section-box h2 {
    font-family: "yantramanavbold", sans-serif;
    margin: 0 auto 1rem; }

.section-box.small {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.section-box.medium {
  margin-bottom: 4rem;
  margin-top: 4rem; }

.section-box.large {
  margin-bottom: 8rem;
  margin-top: 8rem; }

.fixedBG {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

.imgBG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.imgBG-feed {
  background-image: url("../images/bg-feed.jpg"); }

.QuoteBox {
  background-color: #fff;
  border-radius: 3px;
  /*-webkit-box-shadow:0px 5px 15px -3px rgba(14, 30, 37, 0.24);*/
  -webkit-box-shadow: 24px -8px 32px -16px #bbc5d7,-24px 8px 32px -16px #bbc5d7;
  box-shadow: 24px -8px 32px -16px #bbc5d7,-24px 8px 32px -16px #bbc5d7; }

.paginationSection {
  margin: 1rem auto 2rem; }
  .paginationSection .page-numbers {
    padding: 8px 15px; }
    .paginationSection .page-numbers:hover {
      background-color: #4ca3df;
      color: #fff;
      text-decoration: none; }
  .paginationSection .page-numbers.current {
    color: #fff;
    background-color: #4ca3df; }

/* Tags Cloud */
.sidebar-content:last-child {
  border-bottom: none;
  margin: 0 0 1rem;
  padding: 0 0 1rem; }
.sidebar-content h2 {
  font-size: 1.75rem;
  margin: 0 0 1rem; }
.sidebar-content .tagcloud a {
  color: #333333;
  margin: 0 0.5rem; }
  .sidebar-content .tagcloud a:hover {
    color: #4ca3df;
    text-decoration: none; }

/* Social Share */
.heateor_sss_sharing_container {
  margin-top: 1.5rem; }
  .heateor_sss_sharing_container .heateor_sss_sharing_title {
    font-weight: normal !important; }

/*--------------------------------------------------------------
## Hero Homepage
--------------------------------------------------------------*/
.hero-homepage {
  height: 720px;
  width: 100%;
  display: inline-table; }
  .hero-homepage .big-tile {
    background-color: #4ca3df;
    height: inherit;
    position: relative;
    width: 60%;
    display: table-cell;
    vertical-align: top; }
    .hero-homepage .big-tile a {
      color: #fff;
      display: block;
      height: inherit;
      position: relative; }
  .hero-homepage .small-tiles {
    background-color: #4ca3df;
    height: inherit;
    position: relative;
    width: 40%;
    display: table-cell;
    vertical-align: top; }
    .hero-homepage .small-tiles a {
      color: #fff;
      width: 100%;
      height: 50%;
      display: block;
      position: relative; }
  .hero-homepage a {
    background-color: #4ca3df;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-text-shadow: 0px 1px 3px rgba(30, 30, 30, 0.73);
    -moz-box-text-shadow: 0px 1px 3px rgba(30, 30, 30, 0.73);
    text-shadow: 0px 1px 3px rgba(30, 30, 30, 0.73); }
    .hero-homepage a div.text {
      position: absolute;
      top: 44%;
      left: 5%;
      max-width: 75%;
      z-index: 2;
      transition: all .5s;
      -webkit-transition: all .5s; }
      .hero-homepage a div.text h3 {
        font-family: "yantramanavbold", sans-serif;
        margin: 0 0 1.5rem 0;
        line-height: 2rem;
        display: block; }
      .hero-homepage a div.text p.action {
        font-family: "yantramanavlight", sans-serif;
        border: 1px solid;
        display: inline-block;
        padding: .5rem 1rem;
        transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease; }
        .hero-homepage a div.text p.action:hover {
          padding: .5rem 1rem .5rem 1.8rem; }
    .hero-homepage a:hover {
      text-decoration: none; }
      .hero-homepage a:hover div.text {
        top: 40%; }
    .hero-homepage a:hover:after {
      opacity: .7; }
    .hero-homepage a:focus {
      text-decoration: none; }
    .hero-homepage a:visited {
      color: #fff; }
    .hero-homepage a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: all .5s;
      -webkit-transition: all .5s;
      opacity: 1;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 33, 0.65)), color-stop(36%, rgba(33, 33, 33, 0.65)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to right, rgba(33, 33, 33, 0.65) 0%, rgba(33, 33, 33, 0.65) 36%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6212121', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }

@media only screen and (max-width: 1024px) {
  .hero-homepage {
    height: 550px; }
    .hero-homepage a div.text {
      top: 35%; }
    .hero-homepage a:hover div.text p.action {
      font-size: 1rem; } }
/* Tablets */
@media only screen and (max-width: 768px) {
  .hero-homepage {
    height: auto; }
    .hero-homepage .big-tile {
      height: auto;
      width: 100%;
      display: block; }
      .hero-homepage .big-tile a {
        height: auto;
        min-height: 220px; }
    .hero-homepage .small-tiles {
      width: 100%;
      display: block; }
      .hero-homepage .small-tiles a {
        height: auto;
        min-height: 220px; }
    .hero-homepage a div.text {
      bottom: 0;
      padding: 2.5rem 0 0;
      position: relative;
      top: 0; }
      .hero-homepage a div.text h3 {
        font-size: 1.25rem;
        line-height: 1.5rem; }
    .hero-homepage a:hover div.text {
      top: 0%; }
    .hero-homepage a:hover:after {
      opacity: 1; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hero-homepage a div.text {
    padding: 1.5rem 0;
    position: relative !important;
    display: block; }
  .hero-homepage a:hover div.text {
    top: 0%; }
    .hero-homepage a:hover div.text p.action {
      font-size: .85rem; } }
/*--------------------------------------------------------------
## Product Points/List benefits
--------------------------------------------------------------*/
.product-points h3 {
  font-family: "yantramanavbold", sans-serif;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2rem;
  margin: 0 0 2rem 0 !important; }
.product-points .each-line .each-col span {
  display: block;
  font-family: "yantramanavbold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0 0 1rem; }
.product-points .each-line .each-col P {
  margin-bottom: 1rem !important; }
.product-points .each-line .each-col img {
  margin: .2rem auto 1rem;
  text-align: center;
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
## Containers
--------------------------------------------------------------
*/
.container-fullBoxes {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  width: 100%; }
  .container-fullBoxes .row .each-col {
    min-height: 450px; }
    .container-fullBoxes .row .each-col .textBox {
      padding: 3rem 4rem; }
      .container-fullBoxes .row .each-col .textBox .button {
        margin: 1.5rem 0; }
    .container-fullBoxes .row .each-col .photoBox img {
      margin: auto;
      text-align: center;
      max-width: 100%;
      height: auto; }

.container-fullBoxes.product-info .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .container-fullBoxes .row .each-col {
    min-height: auto; }
    .container-fullBoxes .row .each-col .textBox {
      padding: 2rem; }
      .container-fullBoxes .row .each-col .textBox h2, .container-fullBoxes .row .each-col .textBox h3, .container-fullBoxes .row .each-col .textBox h4, .container-fullBoxes .row .each-col .textBox h5 {
        margin-top: 0; }
    .container-fullBoxes .row .each-col .photoBox img.posLeft {
      margin-left: -8%; }
    .container-fullBoxes .row .each-col .photoBox img.posRight {
      margin-right: -8%; } }
/* Tablet */
@media only screen and (max-width: 768px) {
  .container-fullBoxes .row .each-col {
    min-height: auto; }
    .container-fullBoxes .row .each-col .photoBox img {
      padding: .5rem 0; }
  .container-fullBoxes .row .each-col.imgBG {
    min-height: 380px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container-fullBoxes .row .each-col {
    min-height: auto; }
    .container-fullBoxes .row .each-col .textBox {
      padding: 2rem 15px; }
    .container-fullBoxes .row .each-col .photoBox img.posLeft {
      margin-left: auto; }
    .container-fullBoxes .row .each-col .photoBox img.posRight {
      margin-right: auto; }
  .container-fullBoxes .row .each-col.imgBG {
    min-height: 250px; } }
/*--------------------------------------------------------------
## Wordpress Blocks
--------------------------------------------------------------
*/
.cardsContainer {
  padding: 10px 20px; }
  .cardsContainer .blockMediaText .textHeading {
    margin-top: 20px !important; }

/*--------------------------------------------------------------
## Customer Stories and Events
--------------------------------------------------------------*/
.feed-events-cstories div .related-posts .feedHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.feed-events-cstories div .related-posts .each-post {
  background: #fff;
  /*border-bottom: 1px solid $color__separator;*/
  border: none;
  height: auto;
  margin: 0 0 1.25rem;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 1rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, 0.2); }
  .feed-events-cstories div .related-posts .each-post:first-of-type {
    margin-top: 1rem; }
  .feed-events-cstories div .related-posts .each-post:hover {
    -webkit-transition: all 0.4s ease;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5); }
  .feed-events-cstories div .related-posts .each-post .info-post h4 {
    font-family: "yantramanavmedium", sans-serif; }
  .feed-events-cstories div .related-posts .each-post .info-post h3 {
    font-weight: 600;
    margin-top: 5px; }
    .feed-events-cstories div .related-posts .each-post .info-post h3 a {
      color: #333333; }

/*  Small Devices, Tablets -  Extra Small ofr Bootstrap */
@media only screen and (max-width: 767px) {
  .feed-events-cstories div .related-posts .each-post {
    display: grid; }
    .feed-events-cstories div .related-posts .each-post .thumb-image a .wrapper {
      height: 260px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .feed-events-cstories div .related-posts .each-post {
    display: grid; }
    .feed-events-cstories div .related-posts .each-post .thumb-image a .wrapper {
      height: 160px; } }
/* Media */

/*# sourceMappingURL=styles.css.map */