/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

img {
  max-width: 100%;
  height: auto; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*variables*/
/*color*/
/*typography*/
/*mixins*/
body {
  font-family: "GreycliffCF-Regular", sans-serif; }

.clear {
  clear: both;
  content: '';
  display: block; }
  .clear:after {
    content: '';
    display: block;
    clear: both; }

.the-header {
  padding-bottom: 30px; }

.my-parallax-window {
  z-index: 9;
  position: relative; }

/*Menus*/
.logo {
  display: block;
  margin-top: 54px; }

.task-menu {
  float: right; }

.task-menu .js-wpml-ls-legacy-dropdown {
  display: inline-block;
  max-width: 100px; }

.task-menu .menu-task-menu-container {
  display: inline-block;
  margin-top: 45px; }
  .task-menu .menu-task-menu-container ul {
    float: right; }
  .task-menu .menu-task-menu-container ul li {
    letter-spacing: .09em;
    display: inline-block;
    font-family: "GreycliffCF-DemiBold", sans-serif;
    font-size: 15px;
    margin: 0 10px; }
    .task-menu .menu-task-menu-container ul li a {
      color: #505050;
      text-decoration: none; }
      .task-menu .menu-task-menu-container ul li a:hover {
        color: #178ccb; }
  .task-menu .menu-task-menu-container ul li:last-child {
    padding-right: 0px;
    margin-right: 0px; }

/*MAIN MENU*/
.main-menu {
  clear: both;
  float: right;
  z-index: 9999;
  position: relative;
  top: 30px; }

nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

nav li.quote {
  position: relative;
  top: 0px;
  margin-left: 10px; }
  nav li.quote a {
    font: normal 16px/10px "GreycliffCF-Bold", sans-serif;
    color: #fff;
    background-color: #178ccb;
    padding: 13px; }
    nav li.quote a:hover {
      background-color: #7ebe1f; }

nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative; }

nav li.current_page_item a, nav li.current_page_ancestor a {
  background-color: #f1f1f1;
  color: #155c95; }

nav a {
  color: #155c95;
  text-transform: uppercase;
  display: block;
  font: normal 16px/40px "GreycliffCF-Bold", sans-serif;
  padding: 0 25px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

nav .dropdown {
  background: url("../images/arrow.jpg") no-repeat right center; }

nav li:hover a {
  background: #155c95;
  color: #FFF; }

nav li ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

/*nav width*/
nav li ul:nth-of-type(1) {
  width: 180%; }

nav li:hover ul {
  opacity: 1;
  top: 40px;
  visibility: visible; }

nav li ul li {
  float: none;
  width: 100%; }

nav li ul a {
  font: normal 14px/40px "GreycliffCF-Bold", sans-serif; }

nav li ul a:hover {
  background: #178ccb; }

/* Clearfix */
.cf:after, .cf:before {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*hidden search*/
#panel, #flip {
  padding: 5px;
  text-align: center; }

#flip {
  background-color: transparent; }

#flip i:hover {
  color: #7ebe1f; }

#panel {
  padding: 20px;
  display: none;
  background-color: #1c344e;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1200; }

#panel .search-box {
  border: 0px;
  font-size: 18px;
  min-height: 40px;
  color: #505050;
  padding: 0 15px; }

#panel .search-btn {
  background-color: #178ccb;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  font-size: 13px;
  font-family: "GreycliffCF-DemiBold", sans-serif;
  min-height: 40px;
  letter-spacing: .09em; }

#c-flip {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  color: #fff;
  text-decoration: none; }
  #c-flip:before {
    content: 'x';
    display: block;
    font-size: 24px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #155c95;
    padding: 0px 8px 5px 8px; }

/*search form*/
.search-box {
  border: 0px;
  font-size: 18px;
  min-height: 40px;
  color: #505050;
  padding: 0 15px; }

.search-btn {
  background-color: #178ccb;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  font-size: 13px;
  font-family: "GreycliffCF-DemiBold", sans-serif;
  min-height: 40px;
  letter-spacing: .09em; }

.search-form .search-field {
  font-size: 16px;
  border: 0px;
  padding: 10px;
  min-width: 30%;
  margin-right: 10px; }

.search-form .search-submit {
  background-color: #155c95;
  border: 0px;
  color: #fff;
  padding: 10px 50px 10px 50px;
  text-align: center !important;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  position: relative; }

/*marquees*/
.page-marquee-header {
  margin: 0 auto;
  position: relative; }
  .page-marquee-header .inside-marquee {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    text-align: center;
    display: block; }
    .page-marquee-header .inside-marquee:after {
      display: block;
      content: '';
      padding-bottom: 66%; }

/*sections*/
.some-class {
  min-height: 100vh;
  background: transparent;
  position: relative; }

.parallax-content {
  position: absolute;
  max-width: 40%;
  top: 30%;
  left: 5%; }
  .parallax-content h1 {
    color: #155c95;
    font-family: "GreycliffCF-Bold", sans-serif;
    font-size: 46px;
    margin-bottom: 25px; }
  .parallax-content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px; }
  .parallax-content a.button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95; }
    .parallax-content a.button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .parallax-content a.button:hover {
      background-color: #7ebe1f; }

.fixed-content {
  background-color: rgba(107, 186, 214, 0.8);
  min-height: 50vh;
  padding: 100px 0;
  position: relative; }
  .fixed-content .ns {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block; }
  .fixed-content .ns img {
    z-index: -999;
    position: absolute;
    top: 10%;
    right: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .fixed-content h1 {
    display: none; }
  .fixed-content h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 25px; }
    .fixed-content h2 .blue {
      color: #155c95; }
  .fixed-content p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff; }
  .fixed-content .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; }
    .fixed-content .btn:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .fixed-content .btn:hover {
      background-color: #7ebe1f; }

section.services-container {
  padding: 100px 0; }
  section.services-container h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    text-align: center;
    color: #155c95;
    margin-bottom: 25px; }
  section.services-container p {
    font-size: 20px;
    line-height: 30px;
    text-align: center; }

/*grid home*/
.services-row {
  margin-top: 60px; }
  .services-row .inside-col {
    padding: 0 20px; }
  .services-row a {
    color: #155c95;
    text-decoration: none;
    display: block; }
    .services-row a:hover {
      color: #7ebe1f; }
  .services-row .icon {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .services-row p {
    color: #222;
    font-size: 18px !important;
    line-height: 26px !important; }
  .services-row h3 {
    display: block;
    font-size: 20px;
    font-family: "GreycliffCF-Bold", sans-serif;
    text-align: center;
    margin-bottom: 20px; }
  .services-row span.button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
    .services-row span.button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }

.services-row .icon-services {
  display: block;
  width: 120px;
  height: 95px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.services-row .icon-ccs {
  background-image: url("../images/icon-call-center-blue.png"); }

.services-row .icon-as {
  background-image: url("../images/icon-answering-services-blue.png"); }

.services-row .icon-vo {
  background-image: url("../images/icon-virtual-office-blue.png"); }

.services-row a:hover .icon-ccs {
  background-image: url("../images/icon-call-center-green.png"); }

.services-row a:hover .icon-as {
  background-image: url("../images/icon-answering-services-green.png"); }

.services-row a:hover .icon-vo {
  background-image: url("../images/icon-virtual-office-green.png"); }

.services-row a:hover span.button {
  background-color: #7ebe1f; }

/*why hire*/
section.why-hire {
  margin-top: 100px;
  position: relative;
  background-color: #f9f9f9;
  padding: 100px 0px; }
  section.why-hire .the-guy {
    position: absolute;
    bottom: 0;
    float: left;
    width: 569px;
    height: 565px; }
  section.why-hire .home-why-hire {
    max-width: 40%;
    float: right;
    position: relative;
    top: 50%; }
  section.why-hire h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #155c95;
    margin-bottom: 25px;
    line-height: 32px; }
  section.why-hire .subtitle {
    display: block;
    font-size: 24px;
    font-family: "GreycliffCF-DemiBold", sans-serif;
    color: #155c95;
    margin-bottom: 25px;
    line-height: 30px; }
  section.why-hire p {
    font-size: 20px;
    line-height: 30px; }
  section.why-hire a.button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #178ccb;
    margin-top: 25px; }
    section.why-hire a.button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    section.why-hire a.button:hover {
      background-color: #7ebe1f; }

section.partners {
  background-color: #1c344e;
  padding: 100px 0; }
  section.partners h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 25px; }
  section.partners .subtitle {
    display: block;
    color: #178ccb;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px; }
  section.partners .logo-grid {
    display: block;
    text-align: center;
    margin-top: 30px; }
    section.partners .logo-grid li {
      display: inline-block;
      margin: 0 10px; }

.testimonials {
  margin-top: 30px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  .testimonials .partner-logo {
    text-align: center; }
  .testimonials .partner-logo {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .testimonials p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding: 0 20px; }
  .testimonials .client {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px; }

/*home cta bottom*/
.section-cta {
  background-image: url("../images/home-cta.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 100px 0;
  min-height: 500px;
  position: relative; }
  .section-cta .cta-text {
    position: relative;
    max-width: 100%;
    margin-left: 20%;
    top: 45%; }
  .section-cta h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    margin-bottom: 25px;
    color: #155c95; }
  .section-cta .subtitle {
    font-size: 20px; }
  .section-cta .button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95;
    margin-top: 25px; }
    .section-cta .button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .section-cta .button:hover {
      background-color: #7ebe1f; }

/*footer*/
.footer {
  background-color: #235e90;
  padding: 100px 0 50px 0; }
  .footer h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "GreycliffCF-Bold", sans-serif;
    margin-bottom: 25px; }
  .footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .footer ul li {
    display: block;
    padding: 8px 0; }
    .footer ul li a {
      color: #fff;
      text-decoration: none; }
      .footer ul li a:hover {
        text-decoration: none;
        color: #7ebe1f; }
  .footer ul.double li {
    width: 50%;
    float: left; }

.divider-dark {
  content: '';
  display: block;
  background-color: #5885ab;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.copyright span {
  color: #fff;
  display: block;
  font-size: 16px; }

.social ul {
  float: right;
  margin: 0px;
  padding: 0px; }

.social ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px; }
  .social ul li i {
    color: #5885ab;
    font-size: 30px; }
    .social ul li i:hover {
      color: #7ebe1f; }

.footer-mobile ul li {
  font-family: "GreycliffCF-Bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }
  .footer-mobile ul li a {
    color: #fff; }
    .footer-mobile ul li a:hover {
      color: #7ebe1f;
      text-decoration: none; }

.mobile-marquee .marquee-desc {
  padding: 40px 20px; }

.mobile-marquee h1 {
  font-size: 42px;
  font-family: "GreycliffCF-Bold", sans-serif;
  color: #155c95;
  text-align: center;
  margin-bottom: 25px; }

.mobile-marquee p {
  text-align: center;
  font-size: 18px;
  line-height: 28px; }

.mobile-marquee a.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "GreycliffCF-Bold", sans-serif;
  padding: 12px 30px;
  display: table;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  clear: both;
  cursor: pointer;
  background-color: #155c95;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px; }
  .mobile-marquee a.button:after {
    content: '';
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .mobile-marquee a.button:hover {
    background-color: #7ebe1f; }

/*sticky menu*/
#sticky-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #FFFFFF;
  z-index: 9999;
  display: none; }
  #sticky-menu img {
    max-width: 200px;
    margin-top: 10px; }

/* Inside Pages*/
.inside-hero .hero-photo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-left: 20px;
  margin-right: 20px; }

.inside-page-content, .content-block {
  margin-bottom: 60px; }
  .inside-page-content .button, .content-block .button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95; }
    .inside-page-content .button:after, .content-block .button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
  .inside-page-content h1, .content-block h1 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #155c95;
    margin: 20px 0; }
  .inside-page-content h2, .content-block h2 {
    display: block;
    font-size: 36px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #155c95;
    margin-bottom: 20px;
    font-size: 32px; }
  .inside-page-content h3, .content-block h3 {
    display: block;
    font-size: 20px;
    font-family: "GreycliffCF-Bold", sans-serif;
    color: #178ccb;
    margin-bottom: 10px; }
  .inside-page-content h4, .content-block h4 {
    color: #155c95;
    font-family: "GreycliffCF-Heavy", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  .inside-page-content a, .content-block a {
    color: #178ccb; }
  .inside-page-content p, .content-block p {
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 15px; }
  .inside-page-content strong, .content-block strong {
    font-weight: bold; }
  .inside-page-content em, .content-block em {
    font-style: italic; }
  .inside-page-content blockquote, .content-block blockquote {
    margin-top: 30px;
    padding: 0px;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    background-image: url("../images/quotes.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px; }
    .inside-page-content blockquote .org, .inside-page-content blockquote em, .content-block blockquote .org, .content-block blockquote em {
      display: block;
      margin-top: 0px;
      font-size: 16px;
      font-weight: bold;
      color: #155c95; }
  .inside-page-content ol li, .content-block ol li {
    list-style-type: decimal; }
  .inside-page-content ul li, .content-block ul li {
    list-style: disc; }
  .inside-page-content ol, .inside-page-content ul, .content-block ol, .content-block ul {
    margin: 0px 40px 20px 40px; }
    .inside-page-content ol li, .inside-page-content ul li, .content-block ol li, .content-block ul li {
      line-height: 1.5em;
      font-size: 17px;
      padding-left: 20px; }
  .inside-page-content ul.circle-checkmark, .content-block ul.circle-checkmark {
    margin-left: 0px; }
    .inside-page-content ul.circle-checkmark li, .content-block ul.circle-checkmark li {
      list-style-type: none;
      position: relative;
      padding-left: 30px; }
      .inside-page-content ul.circle-checkmark li:before, .content-block ul.circle-checkmark li:before {
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        margin-right: 30px;
        content: '\f00c';
        display: block;
        font-weight: 400;
        font-size: 22px;
        color: #155c95; }

/*forms*/
.nf-form-content {
  margin-top: 60px; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 2px solid #cccccc;
  padding: 0 10px;
  min-height: 35px;
  font-size: 16px; }
  input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, textarea.placeholder {
    color: #666; }
  input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #666; }
  input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #666; }
  input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666; }
  input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666; }

.nf-field-element input[type="button"] {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "GreycliffCF-Bold", sans-serif;
  padding: 12px 30px;
  display: table;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  clear: both;
  cursor: pointer;
  background-color: #155c95;
  border: 0px; }
  .nf-field-element input[type="button"]:after {
    content: '';
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden; }

.nf-field-element select {
  border: 2px solid #cccccc;
  padding: 5px;
  font-size: 16px; }

/*breadcrumb*/
.breadcrumb-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px; }
  .breadcrumb-container #breadcrumbs {
    color: #999999; }
  .breadcrumb-container a {
    color: #999999;
    cursor: pointer; }
  .breadcrumb-container .breadcrumb_last {
    color: #7ebe1f; }

.sidebar .column-spacer {
  padding-left: 20px; }

.sidebar .hide-title h2 {
  display: none; }

.sidebar h3 {
  font-size: 26px;
  padding-left: 20px;
  line-height: 33px; }
  .sidebar h3 a {
    text-decoration: none;
    color: #155c95; }

.sidebar ul {
  margin: 30px 0px;
  padding: 0px; }
  .sidebar ul li {
    list-style-type: none;
    margin: 2px 0; }
    .sidebar ul li a {
      padding: 8px 45px;
      display: block;
      background-color: #e6e6e6;
      color: #505050;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      .sidebar ul li a:hover {
        background-color: #1b78c2;
        color: #fff; }
  .sidebar ul li.current_page_item a {
    background-color: #155c95;
    color: #fff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer; }

.sidebar ul.sub-menu {
  margin: 0px;
  padding: 0px; }
  .sidebar ul.sub-menu li a {
    background-color: transparent;
    padding: 5px 45px; }
    .sidebar ul.sub-menu li a:Hover {
      color: #155c95;
      text-decoration: underline; }

.sidebar ul li.current_page_item ul.sub-menu {
  margin: 0px;
  padding: 0px; }
  .sidebar ul li.current_page_item ul.sub-menu li a {
    background-color: transparent;
    padding: 5px 45px;
    color: #505050; }
    .sidebar ul li.current_page_item ul.sub-menu li a:Hover {
      color: #155c95;
      text-decoration: underline; }

/*widgets*/
.widget .contact-widget {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.widget h3 {
  margin-bottom: 20px; }

.widget .phone-number {
  display: block;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px; }

.widget .email a {
  font-size: 18px;
  text-decoration: none;
  color: #505050; }
  .widget .email a:hover {
    text-decoration: underline; }

.widget .button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "GreycliffCF-Bold", sans-serif;
  padding: 12px 30px;
  display: table;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  clear: both;
  cursor: pointer;
  background-color: #155c95;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  padding: 12px 80px 12px 20px; }
  .widget .button:after {
    content: '';
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .widget .button:hover {
    background-color: #7ebe1f; }
  .widget .button:before {
    content: ' ';
    display: block;
    background-image: url("../images/icon-email.png");
    background-position: center right;
    right: 0px;
    margin-right: 20px;
    background-repeat: no-repeat;
    position: absolute;
    width: 43px;
    height: 19px;
    z-index: 99;
    width: 100%; }

/*bottom CTA*/
.bottom-cta {
  width: 100%;
  background-color: #608baf;
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .bottom-cta h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px; }
  .bottom-cta p {
    color: #fff;
    font-size: 20px; }
  .bottom-cta .button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "GreycliffCF-Bold", sans-serif;
    padding: 12px 30px;
    display: table;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    clear: both;
    cursor: pointer;
    background-color: #155c95;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
    .bottom-cta .button:after {
      content: '';
      display: table;
      clear: both;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .bottom-cta .button:hover {
      background-color: #7ebe1f; }

/*BLOG*/
.wp-pagenavi {
  margin: 60px 0; }

.article-teaser-category:after {
  display: block;
  content: '';
  clear: both; }

.article-teaser-category .teaser-holder {
  display: block;
  padding: 30px 0; }
  .article-teaser-category .teaser-holder .date {
    color: #888;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .09em;
    display: block;
    margin-bottom: 10px; }
  .article-teaser-category .teaser-holder h3.blog-title a {
    text-decoration: none;
    color: #155c95; }
    .article-teaser-category .teaser-holder h3.blog-title a:hover {
      color: #7ebe1f; }
  .article-teaser-category .teaser-holder .category-meta {
    margin-bottom: 20px; }
    .article-teaser-category .teaser-holder .category-meta a {
      color: #888;
      text-decoration: none;
      text-transform: lowercase; }
      .article-teaser-category .teaser-holder .category-meta a:hover {
        text-decoration: underline; }

/*Blog Sidebar*/
.blog-sidebar {
  padding-left: 100px;
  margin-top: 30px; }

.blog-holder {
  padding-left: 100px; }

.blog-sidebar ul {
  margin: 0px;
  padding: 0px; }

.blog-sidebar ul li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px; }
  .blog-sidebar ul li a {
    text-decoration: none; }
    .blog-sidebar ul li a:hover {
      text-decoration: underline; }
  .blog-sidebar ul li .post-date {
    display: block;
    color: #888;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .09em;
    display: block;
    margin-bottom: 10px; }

.entry-content .date {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .09em;
  display: block;
  margin-bottom: 10px; }

/*wide page*/
.content-wide {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.large-number {
  display: block;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px; }

/*Grid*/
.grid-item {
  display: block;
  margin-bottom: 0px;
  border-bottom: 2px solid #eee;
  padding: 20px 0; }
  .grid-item:after {
    clear: both;
    content: "";
    display: block; }
  .grid-item .grid-img {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .grid-item .grid-desc {
    display: block; }

.grid-item.grid-float .grid-img {
  float: left;
  max-width: 10%; }

.grid-item.grid-float .grid-desc {
  float: left;
  max-width: 90%;
  text-align: left; }
  .grid-item.grid-float .grid-desc p, .grid-item.grid-float .grid-desc h4 {
    padding-left: 30px; }

/*sidebar*/
.widget_text h2 {
  display: none; }

/*testimonials inside*/
.testimonial-item {
  display: block;
  position: relative;
  padding-bottom: 60px; }
  .testimonial-item:after {
    content: '';
    display: block;
    clear: both; }
  .testimonial-item .testimonial-text {
    display: block;
    position: relative;
    margin-bottom: 0px;
    background-color: #f1f1f1;
    padding: 20px; }
    .testimonial-item .testimonial-text:before {
      content: "";
      display: block;
      background-image: url("../images/icon-quote.png");
      position: absolute;
      right: 80px;
      bottom: -20px;
      width: 50px;
      height: 26px; }
  .testimonial-item .push-right {
    float: right;
    text-align: right; }
  .testimonial-item .customer-logo {
    max-width: 150px;
    margin-top: 30px;
    display: inline;
    margin-bottom: 10px; }
  .testimonial-item .name {
    display: block;
    font-style: italic;
    font-size: 16px;
    color: #666;
    font-weight: normal; }
  .testimonial-item .org {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    color: #999;
    text-transform: none; }

/*Blog Header*/
.blog .breadcrumb-container, .single-post .breadcrumb-container, .tag .breadcrumb-container {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px; }

/*About Us */
.inside-page-content.centered h1, .inside-page-content.centered h2 {
  text-align: center; }

.inside-page-content.centered h2 {
  color: #178ccb;
  font-size: 26px; }

.inside-page-content.centered p {
  text-align: center;
  font-size: 20px; }

.grid-lures {
  margin-bottom: 100px; }
  .grid-lures .grid-col {
    padding: 20px; }
    .grid-lures .grid-col h4 {
      font-family: "GreycliffCF-Bold", sans-serif;
      color: #155c95;
      text-align: center;
      font-size: 22px;
      padding: 20px 0; }
    .grid-lures .grid-col p {
      text-align: center;
      line-height: 26px;
      padding: 0 10px; }
    .grid-lures .grid-col a.btn {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: #fff;
      letter-spacing: .09em;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "GreycliffCF-Bold", sans-serif;
      padding: 12px 30px;
      display: table;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      clear: both;
      cursor: pointer;
      background-color: #155c95;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }
      .grid-lures .grid-col a.btn:after {
        content: '';
        display: table;
        clear: both;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .grid-lures .grid-col a.btn:hover {
        background-color: #7ebe1f; }

/*mgmt team*/
.mgmt-team .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin: 30px 0; }

.mgmt-team .ac-trigger {
  display: block; }
  .mgmt-team .ac-trigger:after {
    clear: both;
    content: '';
    display: block; }

.mgmt-team .photo {
  float: left;
  max-width: 25%; }

.mgmt-team .short-title {
  float: left;
  max-width: 70%;
  padding-left: 5%;
  padding-top: 40px; }

.mgmt-team .intro h3 {
  text-align: center;
  color: #155c95;
  font-size: 36px;
  font-family: "GreycliffCF-Bold", sans-serif; }

.mgmt-team .intro .subtitle {
  color: #178ccb;
  text-align: center;
  display: block;
  font-size: 26px;
  font-family: "GreycliffCF-Bold", sans-serif;
  margin-top: 20px; }

.mgmt-team h4 {
  font-size: 26px;
  color: #155c95; }

.mgmt-team h5 {
  font-size: 20px;
  margin-top: 10px;
  font-style: italic; }

.mgmt-team .read-more-link {
  margin-top: 20px;
  display: block;
  color: #178ccb;
  font-size: 16px;
  font-family: "GreycliffCF-Bold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  cursor: pointer; }

.mgmt-team .acc-content {
  margin-top: 10px; }

.mgmt-team p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  width: 100%; }

.my-message {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px; }

.morecontent span {
  display: none; }

.morelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  text-decoration: none;
  color: #178ccb;
  text-transform: uppercase;
  font-size: 16px; }
  .morelink:after {
    content: '';
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: 6px;
    margin-left: 10px;
    border: 1px solid #178ccb;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .morelink.less:after {
    margin-left: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.centered {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }
  .centered p {
    font-size: 20px; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*new styles*/
.default-page-holder .industry-grid h5 {
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 24px; }

.default-page-holder .industry-grid .short-title {
  padding-top: 0px !important; }

a.readmore {
  display: block;
  padding-top: 10px; }

.the-header .container {
  position: relative; }

.sticky-lang {
  position: absolute;
  top: 0;
  right: 20px; }
  .sticky-lang a {
    color: #fff;
    background-color: #155c95;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 24px; }
    .sticky-lang a:hover {
      background-color: #6bbad6; }

.the-header .container {
  position: relative; }

.task-menu .menu-task-menu-container {
  display: inline-block;
  margin-top: 45px; }
