/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

abe{color: #888888 !important}
.abe{color: #888888 !important}

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  color: #888; }

div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: none;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Open Sans";
  margin: 5px 0; }

h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-size: 32px;
  line-height: 38px; }

h3 {
  font-size: 26px;
  line-height: 30px; }

h4 {
  font-size: 20px;
  line-height: 24px; }

h5 {
  font-size: 16px;
  line-height: 20px; }

h6 {
  font-size: 14px;
  line-height: 18px; }

p {
  font-family: Arial;
  color: #888888; }

img {
  display: inline-block;
  max-width: 100%; }

.row {
  width: 100%;
  display: block;
  overflow: hidden; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.cf:before, .cf:after {
  content: "";
  display: table; }
.cf:after {
  clear: both; }

a {
  color: #7c8341; }

div.read-more {
  text-align: center; }

a.more-link {
  display: none; }

a.read-more {
  color: #2c3e50;
  padding: 5px 13px;
  text-decoration: none;
  border: 2px solid #2c3e50;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  margin: 10px auto; }
  a.read-more:hover {
    background-color: #2c3e50;
    color: #fff; }

a.read-more.green {
  color: #8d965a;
  border: 2px solid #8d965a; }
  a.read-more.green:hover {
    background-color: #8d965a;
    color: #fff; }

.widcon {
  max-width: 1200px;
  padding: 25px 4%;
  margin: 0 auto; }

.widcon-lg {
  max-width: 1350px;
  margin: 0 auto;
  padding: 25px 4%; }
  .widcon-lg .inner {
    padding: 1%; }

.halfhalf {
  display: table; }
  .halfhalf .halfhalf-wrapper {
    display: table-row; }
    .halfhalf .halfhalf-wrapper .half {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      .halfhalf .halfhalf-wrapper .half .inner {
        width: 100%;
        padding: 25px 4%;
        max-width: 480px; }
      .halfhalf .halfhalf-wrapper .half .left {
        float: right; }
      .halfhalf .halfhalf-wrapper .half .right {
        float: left; }

.onetwothird {
  width: 100%; }
  .onetwothird .onethird {
    width: 33%;
    float: left;
    padding: 0px 5% 0px 0px; }
  .onetwothird .twothird {
    width: 66%;
    float: left;
    padding: 0px 2% 0px 0px; }

.third .inner,
.fourth .inner,
.fifth .inner {
  padding: 25px 8%; }
  .third .inner h3,
  .third .inner h4,
  .fourth .inner h3,
  .fourth .inner h4,
  .fifth .inner h3,
  .fifth .inner h4 {
    color: #2c3e50;
    font-weight: 600; }

.sixth .inner {
  padding: 0px 0%; }
  .sixth .inner h3,
  .sixth .inner h4 {
    color: #2c3e50;
    font-weight: 600; }

.third {
  width: 33%;
  float: left; }

.fourth {
  width: 25%;
  float: left; }

.fifth {
  width: 20%;
  float: left; }

.sixth {
  width: 16.66%;
  float: left; }

img.alignnone {
  margin: 0px 0px 10px 0px; }

img.alignleft {
  float: left;
  margin: 0px 10px 10px 0px; }

img.alignright {
  float: right;
  margin: 0px 0px 10px 10px; }

img.aligncenter {
  display: block;
  margin: 0px auto 10px auto; }

.single-post img {
  display: block; }

.edit-link {
  text-align: center;
  padding: 20px 2%;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 5%; }
  .edit-link a {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border: solid 2px #a6ae69;
    color: #a6ae69;
    background-color: #fff;
    font-size: 14px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-decoration: none !important; }
    .edit-link a:hover {
      background-color: #a6ae69;
      color: #fff; }

.job_application input[type=button] {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  border: solid 2px #a6ae69;
  color: #a6ae69;
  background-color: #fff;
  font-size: 14px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-decoration: none !important; }
  .job_application input[type=button]:hover {
    background-color: #a6ae69;
    color: #fff; }

.person-img {
  min-width: 156px;
  min-height: 200px; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #7c8341;
  height: 60px; }
  header .widcon {
    padding-top: 0;
    padding-bottom: 0; }
  header .logo {
    float: left;
    margin-top: 10px; }
    header .logo img {
      height: 35px; }
  header .main-navigation {
    float: right;
    line-height: 62px; }
    header .main-navigation #mainMenu,
    header .main-navigation #mainMenu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0.8em; }
      header .main-navigation #mainMenu li,
      header .main-navigation #mainMenu ul li {
        margin: 0 10px;
        float: left; }
        header .main-navigation #mainMenu li a,
        header .main-navigation #mainMenu ul li a {
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          text-decoration: none;
          color: #000;
          text-transform: uppercase;
          outline: none; }
        header .main-navigation #mainMenu li:hover a,
        header .main-navigation #mainMenu ul li:hover a {
          color: #7c8341; }
        header .main-navigation #mainMenu li:hover .sub-menu,
        header .main-navigation #mainMenu li:hover .children,
        header .main-navigation #mainMenu ul li:hover .sub-menu,
        header .main-navigation #mainMenu ul li:hover .children {
          visibility: visible;
          opacity: 1; }
        header .main-navigation #mainMenu li .sub-menu,
        header .main-navigation #mainMenu li .children,
        header .main-navigation #mainMenu ul li .sub-menu,
        header .main-navigation #mainMenu ul li .children {
          margin: -2px 0 0 -10px;
          padding: 0;
          position: absolute;
          list-style: none;
          visibility: hidden;
          opacity: 0;
          background: #fff;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          border-top: 2px solid #7c8341;
          border-bottom: 2px solid #7c8341;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          header .main-navigation #mainMenu li .sub-menu:before,
          header .main-navigation #mainMenu li .children:before,
          header .main-navigation #mainMenu ul li .sub-menu:before,
          header .main-navigation #mainMenu ul li .children:before {
            content: "";
            position: absolute;
            top: -7px;
            margin-left: 15px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7.5px 6px 7.5px;
            border-color: transparent transparent #7c8341 transparent; }
          header .main-navigation #mainMenu li .sub-menu li,
          header .main-navigation #mainMenu li .children li,
          header .main-navigation #mainMenu ul li .sub-menu li,
          header .main-navigation #mainMenu ul li .children li {
            display: block;
            float: none;
            margin: 0;
            line-height: 24px;
            padding: 5px 15px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
            header .main-navigation #mainMenu li .sub-menu li a,
            header .main-navigation #mainMenu li .children li a,
            header .main-navigation #mainMenu ul li .sub-menu li a,
            header .main-navigation #mainMenu ul li .children li a {
              color: #000;
              -webkit-transition: all 0.25s ease;
              -moz-transition: all 0.25s ease;
              -ms-transition: all 0.25s ease;
              -o-transition: all 0.25s ease;
              transition: all 0.25s ease; }
            header .main-navigation #mainMenu li .sub-menu li:hover,
            header .main-navigation #mainMenu li .children li:hover,
            header .main-navigation #mainMenu ul li .sub-menu li:hover,
            header .main-navigation #mainMenu ul li .children li:hover {
              background: #f5f7f8;
              border-top: 1px solid #ecf0f1;
              border-bottom: 1px solid #ecf0f1; }
              header .main-navigation #mainMenu li .sub-menu li:hover a,
              header .main-navigation #mainMenu li .children li:hover a,
              header .main-navigation #mainMenu ul li .sub-menu li:hover a,
              header .main-navigation #mainMenu ul li .children li:hover a {
                color: #7c8341; }
        header .main-navigation #mainMenu li.nav-search,
        header .main-navigation #mainMenu ul li.nav-search {
          border-left: solid 1px #7c8245; }
          header .main-navigation #mainMenu li.nav-search form.search-form,
          header .main-navigation #mainMenu ul li.nav-search form.search-form {
            padding: 20px 0px 19px 20px; }
            header .main-navigation #mainMenu li.nav-search form.search-form .search-field,
            header .main-navigation #mainMenu ul li.nav-search form.search-form .search-field {
              border: 0px;
              background-color: transparent;
              color: #000;
              height: 19px;
              width: 60px;
              margin: 0px 5px 0px 0px;
              float: left;
              font-size: 1em;
              outline: 0; }
            header .main-navigation #mainMenu li.nav-search form.search-form .search-submit,
            header .main-navigation #mainMenu ul li.nav-search form.search-form .search-submit {
              border: 0px;
              font-size: .01%;
              width: 19px;
              height: 19px;
              background: transparent url("/wp-content/themes/context/images/mag-glass-icon-green.png") no-repeat center center;
              background-size: 100% 100%;
              padding: 0px;
              float: right; }
      header .main-navigation #mainMenu .current_menu_item a,
      header .main-navigation #mainMenu ul .current_menu_item a {
        color: #7c8341; }

.menu-item a img {
  width: 25px !important; }

.home header {
  position: absolute;
  background: none;
  border: none; }
  .home header .logo img {
    height: 105px;
    -webkit-filter: drop-shadow(0 0 2px #000);
    filter: drop-shadow(0 0 2px #000); }
  .home header .main-navigation {
    margin-top: 40px; }
    .home header .main-navigation #mainMenu li a {
      color: #fff !important;
      text-shadow: 2px 2px 5px #000; }
    .home header .main-navigation #mainMenu li .sub-menu li a,
    .home header .main-navigation #mainMenu li .children li a {
      text-shadow: none;
      color: #000 !important; }
    .home header .main-navigation #mainMenu li.nav-search {
      border-left: solid 1px #fff; }
      .home header .main-navigation #mainMenu li.nav-search form.search-form .search-field {
        color: #fff; }
        .home header .main-navigation #mainMenu li.nav-search form.search-form .search-field::-webkit-input-placeholder {
          color: #fff;
          font-style: italic; }
        .home header .main-navigation #mainMenu li.nav-search form.search-form .search-field:-moz-placeholder {
          color: #fff;
          font-style: italic; }
        .home header .main-navigation #mainMenu li.nav-search form.search-form .search-field::-moz-placeholder {
          color: #fff;
          font-style: italic; }
        .home header .main-navigation #mainMenu li.nav-search form.search-form .search-field:-ms-input-placeholder {
          color: #fff;
          font-style: italic; }
      .home header .main-navigation #mainMenu li.nav-search form.search-form .search-submit {
        background: transparent url("/wp-content/themes/context/images/mag-glass-icon-white.png") no-repeat center center; }

.nav-up {
  top: -56px !important; }

footer {
  height: 60px;
  background: #3b3f1e;
  color: #fff;
  font-size: 0.8em; }
  footer .widcon {
    padding-top: 20px; }
    footer .widcon .copyright-text {
      float: left; }
    footer .widcon #footerMenu {
      float: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .widcon #footerMenu li {
        float: left;
        margin: 0 10px; }
        footer .widcon #footerMenu li a {
          text-decoration: none;
          color: #fff; }

.slicknav_menu {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .slicknav_menu .slicknav_brand img {
    height: 100%; }

.page-banner {
  width: 100%;
  position: relative;
  margin-top: 60px; }
  .page-banner img {
    width: 100%;
    max-width: 100%;
    display: block; }
  .page-banner .desktop {
    display: block; }
  .page-banner .mobile {
    display: none; }
  .page-banner h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    margin: -30px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 0 2%; }

.site-tagline {
  width: 100%;
  background-color: #a6ae69; }
  .site-tagline .widcon {
    padding: 10px 2%; }
  .site-tagline h4 {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 16px;
    text-shadow: 1px 1px 4px #000; }

.clear {
  clear: both; }

.open-modal {
  width: 50%;
  float: left;
  cursor: pointer;
  padding-right: 2%;
  margin-bottom: 25px; }
  .open-modal .cpt-img {
    width: 25%;
    height: 125px;
    float: left;
    border: 3px solid #ecf0f1;
    overflow: hidden; }
    .open-modal .cpt-img img {
      width: 100%; }
  .open-modal .cpt-content {
    width: 75%;
    float: right;
    padding-left: 5%; }
    .open-modal .cpt-content .title-row h4 {
      font-size: 1.5em;
      margin-bottom: 0; }
    .open-modal .cpt-content .title-row h5 {
      font-size: 0.9em;
      color: #a1b1bc; }
    .open-modal .cpt-content .title-row .contact {
      position: absolute;
      top: 0;
      right: 0; }
      .open-modal .cpt-content .title-row .contact .skype,
      .open-modal .cpt-content .title-row .contact .email,
      .open-modal .cpt-content .title-row .contact .phone,
      .open-modal .cpt-content .title-row .contact .mobile,
      .open-modal .cpt-content .title-row .contact .fax {
        float: left;
        margin-right: 5px; }
    .open-modal .cpt-content .content {
      color: #888888; }
      .open-modal .cpt-content .content p {
        margin: 0; }

.cpt-box.open-modal {
  height: 180px; }

#overlay {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0; }

#video-slider {
  width: 100%;
  display: block;
  overflow: hidden; }
  #video-slider .video-slider-wrapper .video-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #video-slider .video-slider-wrapper .video-slider-item iframe {
      width: 100%;
      height: 100%;
      border: 0; }
  #video-slider .video-slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #video-slider .video-slider-btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    cursor: pointer; }
    #video-slider .video-slider-btn.prev-btn {
      left: 0; }
      #video-slider .video-slider-btn.prev-btn img {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #video-slider .video-slider-btn.next-btn {
      right: 0; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  background-color: #fff;
  width: 80%;
  height: 60%;
  max-height: 90%;
  max-width: 1000px;
  padding: 2px;
  overflow-x: auto; }
  .modal .inner {
    height: 100%; }
    .modal .inner .close-modal {
      height: 100%;
      width: 5%;
      padding-top: 5px;
      position: absolute;
      top: 2px;
      right: 2px;
      text-align: center;
      background: #949d4b; }
      .modal .inner .close-modal .close-btn {
        cursor: pointer;
        left: 50%;
        position: absolute; }
        .modal .inner .close-modal .close-btn:before {
          content: "";
          background: #7c8341;
          width: 4px;
          height: 20px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          position: absolute;
          top: 20px;
          margin-top: -10px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .modal .inner .close-modal .close-btn:after {
          content: "";
          background: #7c8341;
          width: 20px;
          height: 4px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          position: absolute;
          top: 18px;
          margin-left: -8px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .modal .inner .image-contact {
      width: 25%;
      height: 100%;
      float: left; }
      .modal .inner .image-contact img {
        width: 100%; }
      .modal .inner .image-contact a {
        color: #949d4b;
        text-decoration: none;
        outline: none; }
      .modal .inner .image-contact h4,
      .modal .inner .image-contact .phone,
      .modal .inner .image-contact .skype,
      .modal .inner .image-contact .email,
      .modal .inner .image-contact .fax,
      .modal .inner .image-contact .mobile {
        margin-left: 5px;
        -ms-word-wrap: break-word;
        word-wrap: break-word; }
    .modal .inner .bio {
      width: 70%;
      height: 100%;
      float: left;
      padding: 3%; }
      .modal .inner .bio .bio-img {
        height: 90px;
        position: absolute;
        right: 25px; }
        .modal .inner .bio .bio-img img {
          height: 90px; }
      .modal .inner .bio h3 {
        margin: 35px 0 5px 0; }
      .modal .inner .bio h4 {
        margin: 0 0 5px 0;
        color: #949d4b; }
      .modal .inner .bio p span:nth-last-child(1) {
        display: none; }

.widcon.cpt {
  padding: 50px 4% 25px 4%; }
  .widcon.cpt > h3 {
    margin-bottom: 30px; }
  .widcon.cpt h3.none-found {
    text-align: center;
    text-transform: capitalize; }

.wpcf7 {
  width: 100%; }
  .wpcf7 .newsletter {
    margin: 0px 0px 20px 0px; }
  .wpcf7 .contact-header {
    padding: 0px 0px 10px 0px; }
  .wpcf7 .contact-row {
    width: 100%;
    padding: 0px 0px 10px 0px; }
    .wpcf7 .contact-row .half {
      width: 50%;
      padding: 0px 2% 0px 0px;
      float: left; }
      .wpcf7 .contact-row .half:nth-of-type(2) {
        padding: 0px 0px 0px 2%; }
    .wpcf7 .contact-row .label {
      text-transform: uppercase;
      color: #2c3e50;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      padding: 0px 0px 10px 0px;
      width: 100%; }
      .wpcf7 .contact-row .label span {
        color: #f39603; }
    .wpcf7 .contact-row .field {
      width: 100%; }
      .wpcf7 .contact-row .field span {
        width: 100%; }
      .wpcf7 .contact-row .field input {
        width: 100%;
        border: solid 1px #d6dde2;
        background-color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0px 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .wpcf7 .contact-row .field textarea {
        width: 100%;
        border: solid 1px #d6dde2;
        background-color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        height: 100px;
        line-height: 24px;
        font-size: 16px;
        padding: 10px 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
  .wpcf7 .contact-submit .field input[type=submit] {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-decoration: none;
    border: solid 2px #a6ae69;
    color: #a6ae69;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px;
    height: 50px;
    padding: 0px 40px; }
    .wpcf7 .contact-submit .field input[type=submit]:hover {
      background-color: #a6ae69;
      color: #fff; }

.widget_wpb_widget,
.widget_recent_widget {
  text-align: center;
  padding: 25px 0px; }
  .widget_wpb_widget h1,
  .widget_recent_widget h1 {
    font-size: 30px;
    text-transform: uppercase;
    max-width: 700px;
    text-align: center;
    margin: 0px auto;
    line-height: 40px; }
  .widget_wpb_widget h3,
  .widget_recent_widget h3 {
    text-transform: uppercase; }
  .widget_wpb_widget .third,
  .widget_recent_widget .third {
    padding: 30px 2%;
    min-height: 200px; }
  .widget_wpb_widget .sixth,
  .widget_recent_widget .sixth {
    padding: 30px 2%;
    min-height: 200px; }

.pre-footer-4 .story {
  text-align: center;
  padding: 0px 0px 25px 0px; }
  .pre-footer-4 .story h4 {
    color: #fff;
    margin: 0px;
    font-weight: 600; }
    .pre-footer-4 .story h4 a {
      color: inherit;
      text-decoration: none; }
  .pre-footer-4 .story p {
    color: #fff; }
  .pre-footer-4 .story a.more-link {
    display: none; }
  .pre-footer-4 .story a.read-more {
    color: #fff;
    padding: 5px 13px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
    margin: 10px auto; }
    .pre-footer-4 .story a.read-more:hover {
      background-color: #fff;
      color: #a9cdcd; }

.widget .half {
  width: 50%;
  float: left;
  padding: 10px 2% 20px 0px; }
  .widget .half:nth-child(2) {
    padding: 10px 0px 20px 2%; }

.contact-us a {
  color: #7c8341;
  text-decoration: underline; }
.contact-us .halfhalf .halfhalf-wrapper .half .right h1 {
  line-height: 1em; }

.job-opportunities a {
  color: #7c8341;
  text-decoration: underline; }
.job-opportunities ul li {
  color: #888888; }

.news-perspectives {
  padding: 25px 0px; }
  .news-perspectives .widcon {
    padding: 20px 4%; }
    .news-perspectives .widcon .post-count-and-filters {
      overflow: hidden; }
      .news-perspectives .widcon .post-count-and-filters .left {
        float: left; }
        .news-perspectives .widcon .post-count-and-filters .left h3 {
          color: #000; }
      .news-perspectives .widcon .post-count-and-filters .right {
        float: right; }
        .news-perspectives .widcon .post-count-and-filters .right a {
          float: left;
          display: block;
          color: #999999;
          text-decoration: none; }
          .news-perspectives .widcon .post-count-and-filters .right a.active {
            color: #000; }
        .news-perspectives .widcon .post-count-and-filters .right span {
          float: left;
          display: block;
          margin: 0 1em; }
    .news-perspectives .widcon .post-row {
      padding: 20px 0px; }
      .news-perspectives .widcon .post-row .open-modal {
        width: auto;
        float: none;
        margin: 10px auto; }
    .news-perspectives .widcon h1 {
      padding: 0px 0px 20px 0px;
      text-transform: uppercase;
      color: #999; }
    .news-perspectives .widcon h3 {
      color: #2c3e50;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400; }
    .news-perspectives .widcon p {
      color: #888888;
      margin: 0px; }
    .news-perspectives .widcon:last-of-type {
      border-bottom: 0px; }
  .news-perspectives .paging-navigation {
    text-align: center; }
    .news-perspectives .paging-navigation a {
      color: #7c8341; }
    .news-perspectives .paging-navigation h1 {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .news-perspectives .paging-navigation .page-numbers {
      margin: 0 5px; }

.pre-footer.related {
  width: 100%;
  padding: 15px 0px 30px 0px;
  background-color: #f2f2f2; }
  .pre-footer.related .widcon {
    position: relative; }
  .pre-footer.related h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff; }
    .pre-footer.related h4 a {
      text-decoration: none;
      color: inherit;
      font-weight: 400; }
    .pre-footer.related h4.none-found {
      text-align: center; }
  .pre-footer.related span {
    color: #fff;
    display: block;
    text-transform: uppercase; }
  .pre-footer.related p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0px; }
  .pre-footer.related .related-inner {
    padding: 0px 15% 0px 0px; }
    .pre-footer.related .related-inner a.more-link {
      display: none; }
    .pre-footer.related .related-inner a.read-more {
      color: #fff;
      border: solid 2px #fff;
      padding: 0px 15px;
      line-height: 30px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 300;
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      display: inline-block;
      text-transform: uppercase; }
      .pre-footer.related .related-inner a.read-more:hover {
        color: #2c3e50;
        background-color: #fff; }
  .pre-footer.related #prev-post {
    display: none;
    position: absolute;
    bottom: 30%;
    left: 0px;
    width: 4%;
    font-size: 50px;
    height: 60px;
    margin: -30px 0px 0px; }
  .pre-footer.related #next-post {
    position: absolute;
    bottom: 30%;
    width: 5%;
    right: 0px;
    height: 78px; }
  .pre-footer.related #next-post a,
  .pre-footer.related #prev-post a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-decoration: none; }

.our-team .fullwidth .widcon,
.nossa-equipe .fullwidth .widcon {
  padding: 25px 4% 0px 4%; }
.our-team .fivewide .widcon-lg,
.nossa-equipe .fivewide .widcon-lg {
  padding: 0px 4%; }

.pre-footer.experts {
  text-align: center;
  padding: 60px 4% 40px 4%; }
  .pre-footer.experts .widcon {
    padding: 0px 4%; }
  .pre-footer.experts .third.open-modal {
    width: 33%; }
  .pre-footer.experts .sixth.open-modal {
    width: 16.66%;
    padding-right: 0px; }
  .pre-footer.experts .modal {
    text-align: left; }
  .pre-footer.experts h3 {
    text-transform: uppercase;
    margin: 5px 0px 40px 0px;
    font-size: 26px; }
  .pre-footer.experts h3.experts-title {
    text-align: left; }
  .pre-footer.experts .third .img {
    max-width: 120px;
    max-height: 120px;
    margin: 0px auto 15px auto;
    overflow: hidden; }
    .pre-footer.experts .third .img img {
      width: 100%;
      max-width: 100%; }
  .pre-footer.experts .third h4 {
    font-weight: 300;
    font-size: 21px; }
  .pre-footer.experts .sixth .img {
    max-width: 156px;
    max-height: 200px;
    overflow: hidden; }
    .pre-footer.experts .sixth .img img {
      width: 100%;
      max-width: 100%; }
  .pre-footer.experts .sixth h4.title {
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #888888; }
  .pre-footer.experts .sixth .partner-title {
    color: rgba(161, 177, 188, 0.79);
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    text-transform: none; }

.single-post a {
  color: #7c8341;
  text-decoration: underline; }
.single-post h3.title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333; }
.single-post h5.date {
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
  margin: 0px; }
.single-post .post-content {
  padding: 25px 0px;
  color: #888888;
  line-height: 22px;
  font-size: 14px; }
  .single-post .post-content p {
    margin: 0px;
    padding: 0px 0px 25px 0px; }
  .single-post .post-content blockquote {
    background: #e9ebdc;
    padding: 20px;
    margin: 0 0 25px 0;
    font-size: 1.25em; }
    .single-post .post-content blockquote p {
      padding: 0; }
  .single-post .post-content ul {
    padding: 0px 0px 25px 40px;
    margin: 0px; }

.related-posts {
  width: 100%;
  padding: 15px 0px 30px 0px;
  background-color: #f2f2f2; }
  .related-posts .widcon {
    position: relative; }
  .related-posts h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333333; }
    .related-posts h4 a {
      text-decoration: none;
      color: inherit;
      font-weight: 400; }
  .related-posts span {
    color: #888888;
    display: block;
    text-transform: uppercase; }
  .related-posts p {
    color: #888888;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0px; }
  .related-posts .related-inner {
    width: 100%; }
    .related-posts .related-inner .related-slider-wrapper {
      width: 90%;
      height: 215px;
      overflow: hidden; }
      .related-posts .related-inner .related-slider-wrapper .related-post {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .related-posts .related-inner .related-slider-controls {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 5%; }
      .related-posts .related-inner .related-slider-controls .prev-btn {
        display: none; }
      .related-posts .related-inner .related-slider-controls .next-btn {
        position: absolute;
        width: 100%;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
    .related-posts .related-inner a.more-link {
      display: none; }
    .related-posts .related-inner a.read-more {
      border: 0;
      color: #ddb336;
      padding: 0px 0px 0px 40px;
      line-height: 30px;
      font-size: 24px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      display: inline-block;
      background: transparent url("../images/orange-arrow-icon.png") no-repeat left center; }
      .related-posts .related-inner a.read-more:hover {
        color: #2c3e50; }
  .related-posts #prev-post {
    display: none;
    position: absolute;
    top: 34%;
    left: 0px;
    width: 4%;
    font-size: 50px;
    height: 60px;
    margin: -30px 0px 0px; }
  .related-posts #next-post {
    position: absolute;
    top: 34%;
    width: 5%;
    right: 0px;
    height: 78px; }
  .related-posts #next-post a,
  .related-posts #prev-post a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-decoration: none; }

.slider {
  width: 100%;
  height: 100%;
  margin: 0px 0px -1px 0px; }
  .slider .master-slider-parent .ms-skin-default .ms-bullet {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    z-index: 1000;
    background-color: transparent;
    border: solid 2px #fff; }
  .slider .master-slider-parent .ms-skin-default .ms-bullet-selected {
    background-color: #fff; }
  .slider .ms-slide-info {
    bottom: auto !important;
    position: absolute !important;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto !important;
    width: 80% !important;
    left: 50%  !important;
    top: 50% !important;
    text-align: center;
    color: #fff; }
    .slider .ms-slide-info .ms-info h1,
    .slider .ms-slide-info .ms-info h2 {
      text-shadow: 1px 1px 4px #000; }
    .slider .ms-slide-info .ms-info h1 {
      font-size: 5.5em;
      line-height: 1em;
      font-weight: 600; }
    .slider .ms-slide-info .ms-info h2 {
      font-size: 1.5em; }

.slider.desktop {
  display: block; }
  .slider.desktop .master-slider-parent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .slider.desktop .master-slider-parent .master-slider {
      width: 100%;
      height: 100%; }
      .slider.desktop .master-slider-parent .master-slider .ms-container {
        height: 100%;
        width: 100%; }
        .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont {
          height: 100%;
          width: 100%;
          max-width: none !important; }
          .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view {
            height: 100% !important;
            width: 100% !important;
            left: 0 !important; }
            .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container {
              height: 100%;
              width: 100%; }
              .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container .ms-slide {
                height: 100% !important;
                width: 100%; }
                .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container .ms-slide .ms-slide-bgcont {
                  position: absolute !important;
                  top: 0;
                  left: 0;
                  height: 100% !important;
                  width: 100% !important; }
                  .slider.desktop .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide-container .ms-slide .ms-slide-bgcont img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    max-width: none; }

.slider.mobile {
  display: none; }

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

.arve-rectangle {
  display: none; }

.home p {
  color: #fff; }
.home .halfhalf .halfhalf-wrapper .half li a {
  padding: 0;
  border: 0;
  color: #fff;
  text-decoration: underline;
  outline: none; }
  .home .halfhalf .halfhalf-wrapper .half li a:hover {
    background: none;
    color: #fff; }
.home .halfhalf .halfhalf-wrapper .half a {
  color: #fff;
  padding: 5px 13px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .home .halfhalf .halfhalf-wrapper .half a:hover {
    background: #fff;
    color: #000; }
.home .onetwothird .title {
  margin-bottom: 15px;
  font-size: 22px; }
.home .onetwothird ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .home .onetwothird ul li a {
    color: #fff;
    text-decoration: none; }
  .home .onetwothird ul li span {
    display: block; }
.home .onetwothird #recent-posts-4 ul li:first-child,
.home .onetwothird .textwidget {
  height: 80px;
  border-bottom: 1px solid #fff; }
.home .onetwothird #recent-posts-4 ul li:first-child {
  margin-right: 10%; }
.home .onetwothird #recent-posts-4 ul li:last-child {
  padding-top: 15px; }
.home .onetwothird .textwidget .half {
  padding-top: 0; }
  .home .onetwothird .textwidget .half h4 {
    margin: 0; }
  .home .onetwothird .textwidget .half p {
    margin: 0; }
.home .onetwothird a {
  color: #fff; }
.home .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  background-color: #fff;
  width: 80%;
  height: 65%;
  max-height: 90%;
  max-width: 800px;
  padding: 2px;
  overflow-x: auto;
  color: #8d965a; }
  .home .modal .inner {
    height: 100%; }
    .home .modal .inner .close-modal {
      height: 100%;
      width: 5%;
      padding-top: 5px;
      position: absolute;
      top: 2px;
      right: 2px;
      text-align: center;
      background: #949d4b;
      z-index: 1000000; }
      .home .modal .inner .close-modal .close-btn {
        cursor: pointer;
        position: absolute;
        left: 50%; }
        .home .modal .inner .close-modal .close-btn:before {
          content: "";
          background: #7c8341;
          width: 4px;
          height: 20px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          position: absolute;
          top: 23px;
          margin-top: -10px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .home .modal .inner .close-modal .close-btn:after {
          content: "";
          background: #7c8341;
          width: 20px;
          height: 4px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          position: absolute;
          top: 21px;
          margin-left: -8px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .home .modal .inner .ag-modal-content {
      width: 95%;
      float: left; }

.video {
  position: relative; }
  .video .text-overlay {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    text-align: center; }
    .video .text-overlay h1 {
      line-height: 50px; }

#menu-connect-with-us {
  margin: 0px !important;
  padding: 0px !important; }
  #menu-connect-with-us li {
    display: inline-block;
    float: left;
    padding: 0px 2% 0px 0px; }

@media (max-width: 800px) {
  .home .onetwothird #recent-posts-4 ul li:first-child,
  .home .onetwothird .textwidget {
    height: 150px; } }
.job_listings {
  margin: 40px 0px 0px 0px;
  font-family: Arial; }
  .job_listings .job_filters {
    display: none; }
  .job_listings .company_logo {
    display: none; }
  .job_listings .position {
    padding: 0px !important;
    width: 30% !important;
    color: #888 !important; }
    .job_listings .position h3 {
      font-weight: 400;
      font-size: 15px; }
    .job_listings .position .company {
      display: none; }
  .job_listings .location {
    width: 50% !important;
    font-weight: 300;
    color: #888 !important; }
  .job_listings .meta .job-type {
    font-weight: 300 !important;
    color: #a1b1bc; }
  .job_listings .meta .date {
    display: none !important; }

.single-job_listing h3.title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  font-size: 36px;
  line-height: 40px;
  text-transform: capitalize; }
.single-job_listing .date {
  display: none; }
.single-job_listing .single_job_listing .meta {
  display: none; }
.single-job_listing .single_job_listing .company_logo {
  display: none; }
.single-job_listing .single_job_listing .name {
  display: none; }

#spinner-wrapper .spinner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #a6ae69; }
#spinner-wrapper #spinner-slider {
  max-width: 1600px;
  z-index: 5;
  width: 100%;
  height: 675px;
  margin: auto;
  overflow: hidden;
  font-size: 18px; }
  #spinner-wrapper #spinner-slider p {
    color: #2c3e50; }
  #spinner-wrapper #spinner-slider img {
    max-width: none; }
  #spinner-wrapper #spinner-slider div {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #spinner-wrapper #spinner-slider ::selection {
    background: none; }
  #spinner-wrapper #spinner-slider ::-moz-selection {
    background: none; }
  #spinner-wrapper #spinner-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #spinner-wrapper #spinner-slider .slide#info-container {
      text-align: center;
      z-index: 10; }
      #spinner-wrapper #spinner-slider .slide#info-container .num-cont {
        position: absolute;
        top: 43%;
        left: 43.5%;
        width: 15em;
        margin-left: -7.5em; }
        #spinner-wrapper #spinner-slider .slide#info-container .num-cont h4 {
          margin: 0 0 10px 0;
          font-size: 2em;
          text-transform: uppercase;
          color: #2c3e50;
          font-weight: bold; }
        #spinner-wrapper #spinner-slider .slide#info-container .num-cont p {
          margin: 0; }
          #spinner-wrapper #spinner-slider .slide#info-container .num-cont p.page-text {
            font-size: 1.25em;
            text-transform: uppercase; }
          #spinner-wrapper #spinner-slider .slide#info-container .num-cont p.page-num {
            font-size: 3em;
            margin-top: 0.5em; }
        #spinner-wrapper #spinner-slider .slide#info-container .num-cont .wrap:before {
          display: none;
          content: '';
          height: 3em;
          width: 2em;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -1em;
          background: url("../images/related-next.png");
          background-size: 100% 100%; }
      #spinner-wrapper #spinner-slider .slide#info-container .text-cont {
        position: absolute;
        width: 20em;
        left: 57%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        #spinner-wrapper #spinner-slider .slide#info-container .text-cont h3 {
          font-weight: bold;
          color: #2c3e50; }
    #spinner-wrapper #spinner-slider .slide#bg-image-cont {
      z-index: -5; }
      #spinner-wrapper #spinner-slider .slide#bg-image-cont img {
        position: absolute;
        top: 0;
        width: 100%; }
        #spinner-wrapper #spinner-slider .slide#bg-image-cont img.cone {
          height: 100%;
          opacity: 0.6;
          z-index: 3; }
        #spinner-wrapper #spinner-slider .slide#bg-image-cont img.bg-img {
          height: 100%;
          z-index: 1; }
          #spinner-wrapper #spinner-slider .slide#bg-image-cont img.bg-img.old {
            z-index: 2; }
    #spinner-wrapper #spinner-slider .slide#circle-rotator img {
      position: absolute;
      top: -55%;
      left: -67%;
      height: 200%;
      z-index: -1; }
  #spinner-wrapper #spinner-slider #nav-circle-wrapper {
    position: absolute;
    right: 1em;
    top: 50%;
    z-index: 25;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #spinner-wrapper #spinner-slider #nav-circle-wrapper .nav-circle {
      height: 1.5em;
      width: 1.5em;
      margin: 2em 1em;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #spinner-wrapper #spinner-slider #nav-circle-wrapper .nav-circle.active {
        background: #2c3e50; }
  #spinner-wrapper #spinner-slider .btn {
    position: absolute;
    left: 55%;
    cursor: pointer; }
    #spinner-wrapper #spinner-slider .btn p {
      text-transform: uppercase;
      font-weight: bold; }
    #spinner-wrapper #spinner-slider .btn#next-btn {
      bottom: 1em; }
    #spinner-wrapper #spinner-slider .btn#prev-btn {
      top: 1em; }
  @media (max-width: 1100px) {
    #spinner-wrapper #spinner-slider {
      font-size: 16px; } }
  @media (max-width: 1000px) {
    #spinner-wrapper #spinner-slider {
      font-size: 14px; } }

@media (max-width: 1000px) {
  #spinner-wrapper #spinner-slider {
    margin-top: 50px;
    height: 550px !important; }
    #spinner-wrapper #spinner-slider .slide#info-container .num-cont {
      top: 5em;
      left: 50%;
      width: 20em;
      margin-left: -10em; }
      #spinner-wrapper #spinner-slider .slide#info-container .num-cont .wrap:before {
        display: block; }
    #spinner-wrapper #spinner-slider .slide#info-container .text-cont {
      width: 100%;
      padding: 0 5%;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      left: 0;
      top: 15em; }
      #spinner-wrapper #spinner-slider .slide#info-container .text-cont img {
        height: 75px;
        margin-bottom: 25px; }
    #spinner-wrapper #spinner-slider .slide#info-container.slide-num-0 .num-cont {
      top: 27em;
      cursor: pointer;
      z-index: 500; }
    #spinner-wrapper #spinner-slider .slide#info-container.slide-num-0 .text-cont {
      top: 5em; }
    #spinner-wrapper #spinner-slider .slide#bg-image-cont {
      display: none; }
    #spinner-wrapper #spinner-slider .slide#circle-rotator {
      display: none; }
    #spinner-wrapper #spinner-slider .btn {
      display: none; }
    #spinner-wrapper #spinner-slider #nav-circle-wrapper {
      right: auto;
      top: auto;
      left: 50%;
      bottom: 2em;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: flex;
      font-size: 9px; }
      #spinner-wrapper #spinner-slider #nav-circle-wrapper .nav-circle {
        float: left;
        margin: 1em; } }
.spin-to-next {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.spin-to-prev {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media (max-width: 1100px) {
  header .widcon {
    padding: 0 2%; }

  .widcon,
  .widcon-lg {
    width: 100%; }

  .fourth {
    width: 50%; }

  .fifth {
    width: 33%;
    height: 375px; }

  .sixth {
    width: 33% !important; }

  .our-team .fullwidth .widcon,
  .nossa-equipe .fullwidth .widcon {
    padding: 25px 4% 0px 4%; }
  .our-team .fivewide .fifth,
  .nossa-equipe .fivewide .fifth {
    width: 20%;
    height: auto; }
  .our-team .fivewide .widcon-lg,
  .nossa-equipe .fivewide .widcon-lg {
    padding: 0px 4%; }
  .our-team .sixwide .sixth,
  .nossa-equipe .sixwide .sixth {
    width: 33%;
    height: auto; }
  .our-team .sixwide .widcon-lg,
  .nossa-equipe .sixwide .widcon-lg {
    padding: 0px 4%; } }
@media (max-width: 1024px) {
  html {
    padding-top: 0 !important; }

  .page-banner {
    margin-top: 55px; }

  .slider .ms-slide-info .ms-info h2 {
    line-height: 28px; }

  header {
    display: none; }

  h1 {
    font-size: 36px !important; }

  .slider .master-slider-parent .ms-skin-default .ms-bullet {
    height: 12px !important;
    width: 12px !important;
    border: solid 1px #fff; }

  .slicknav_menu {
    border-bottom: 2px solid #a6ae69;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
    .slicknav_menu li.nav-search {
      display: none; }
    .slicknav_menu li.search form {
      padding: 0 !important;
      border: 1px solid #7c8341; }

  .halfhalf {
    display: block; }
    .halfhalf .halfhalf-wrapper {
      display: block; }
      .halfhalf .halfhalf-wrapper .half {
        display: block;
        width: 100%; }
        .halfhalf .halfhalf-wrapper .half .inner {
          max-width: none;
          float: none !important; }

  .onetwothird {
    display: block; }
    .onetwothird .twothird {
      width: 100%;
      float: none;
      margin-bottom: 30px; }
    .onetwothird .onethird {
      width: 100%;
      float: none; }

  .fourth {
    width: 50%; }

  .sixth {
    width: 33% !important; }

  footer {
    height: auto; }
    footer .copyright-text {
      float: none !important;
      text-align: center; }
    footer .menu-footer-navigation-container {
      display: none; }

  .our-team .fullwidth .widcon,
  .nossa-equipe .fullwidth .widcon {
    padding: 25px 4% 0px 4%; }
  .our-team .fivewide .fifth,
  .nossa-equipe .fivewide .fifth {
    width: 33%;
    height: auto; }
    .our-team .fivewide .fifth:first-of-type,
    .nossa-equipe .fivewide .fifth:first-of-type {
      display: none; }
    .our-team .fivewide .fifth:last-of-type,
    .nossa-equipe .fivewide .fifth:last-of-type {
      display: none; }
  .our-team .fivewide .widcon-lg,
  .nossa-equipe .fivewide .widcon-lg {
    padding: 0px 4%; }
  .our-team .sixwide .sixth,
  .nossa-equipe .sixwide .sixth {
    width: 33%;
    height: auto; }
    .our-team .sixwide .sixth:first-of-type,
    .nossa-equipe .sixwide .sixth:first-of-type {
      display: none; }
    .our-team .sixwide .sixth:last-of-type,
    .nossa-equipe .sixwide .sixth:last-of-type {
      display: none; }
  .our-team .sixwide .widcon-lg,
  .nossa-equipe .sixwide .widcon-lg {
    padding: 0px 4%; }

  .related-posts .related-inner .related-slider-wrapper {
    height: 425px; } }
@media (max-width: 900px) {
  .open-modal {
    width: 100%;
    padding-right: 0; }
    .open-modal .cpt-img {
      height: auto;
      width: 20%;
      border: none;
      overflow: visible; }
      .open-modal .cpt-img img {
        border: 3px solid #ecf0f1; }
    .open-modal .cpt-content {
      width: 80%; }
      .open-modal .cpt-content .content p {
        font-size: 1em; }

  .cpt-box.open-modal {
    height: auto; } }
@media (max-width: 700px) {
  .slider.desktop {
    display: none; }

  .slider.mobile {
    display: block; }

  .page-banner .desktop {
    display: none; }
  .page-banner .mobile {
    display: block; }

  .site-tagline {
    display: none; }

  .ms-bullet {
    display: none !important; }

  .third,
  .fourth,
  .fifth {
    width: 100% !important;
    height: auto;
    display: block; }

  .sixth {
    width: 50% !important;
    height: auto;
    display: block; }

  .widcon .inner,
  .widcon-lg .inner {
    padding: 1%;
    min-height: 295px; }

  h1 {
    font-size: 20px !important;
    line-height: 22px !important; }

  h2 {
    font-size: 18px !important;
    line-height: 20px !important; }

  .slider .ms-slide-info .ms-info h1 {
    font-size: 34px !important;
    line-height: 38px !important; }
  .slider .ms-slide-info .ms-info h2 {
    font-size: 20px !important;
    line-height: 24px !important; }

  .site-tagline h4 {
    font-size: 12px; }

  .page .modal {
    height: 80%;
    width: 100%;
    margin-top: 10%; }
    .page .modal .close-modal {
      height: 30px !important;
      padding-right: 5px;
      z-index: 999;
      width: 100% !important; }
      .page .modal .close-modal .close-btn {
        left: auto  !important;
        right: 20px;
        top: 4px; }
    .page .modal .image-contact {
      font-size: 0.7em;
      line-height: 2em;
      float: none;
      padding: 35px 3% 10px 3%;
      margin: 0px 0px 10px 0px;
      overflow: hidden; }
    .page .modal .bio {
      float: none;
      height: auto !important;
      padding: 10px 3%; }
      .page .modal .bio .bio-img {
        display: none; }
      .page .modal .bio h3 {
        margin: 0; }
      .page .modal .bio p {
        margin: 0; }

  .ag-modal-content {
    width: 100% !important;
    margin-top: 30px; }

  .widget_wpb_widget .third,
  .widget_recent_widget .third {
    min-height: 150px !important; }

  .wpcf7 .contact-row .half {
    width: 100%;
    padding: 0px;
    float: none; }
    .wpcf7 .contact-row .half:nth-of-type(2) {
      padding: 0px; }

  footer .copyright-text {
    font-size: 0.8em; }
  footer .menu-footer-navigation-container {
    display: none; }

  .our-team .fullwidth .widcon,
  .nossa-equipe .fullwidth .widcon {
    padding: 25px 4% 0px 4%; }
  .our-team .fivewide .fifth,
  .nossa-equipe .fivewide .fifth {
    width: 100%; }
  .our-team .fivewide .widcon-lg,
  .nossa-equipe .fivewide .widcon-lg {
    padding: 0px 4%; }
  .our-team .sixwide .sixth,
  .nossa-equipe .sixwide .sixth {
    width: 100%; }
  .our-team .sixwide .widcon-lg,
  .nossa-equipe .sixwide .widcon-lg {
    padding: 0px 4%; } }
@media (max-width: 500px) {
  .inner {
    max-width: none;
    float: none !important;
    min-height: 295px; }

  .modal {
    max-height: 100% !important; }
    .modal .close-modal {
      height: 26px !important;
      width: 100% !important;
      text-align: right !important; }
      .modal .close-modal .close-btn:before {
        top: 12px !important;
        margin-top: -11px !important;
        right: 8px !important; }
      .modal .close-modal .close-btn:after {
        margin-left: -20px !important;
        top: 9px !important; }
    .modal .image-contact {
      width: 100% !important;
      height: 160px !important;
      float: left !important;
      padding: 5px 0px 10px 0px;
      margin: 10px 0px 0px 0px; }
      .modal .image-contact img {
        height: auto;
        width: 40% !important;
        max-width: 120px;
        float: left !important;
        margin-right: 10px !important; }
    .modal .bio {
      width: 100% !important;
      height: 70% !important; }
      .modal .bio h3 {
        margin-top: 5px !important; } }
img.teamImg {
	min-width:156px;
	min-height:200px;
}
@media only screen and (min-width: 1100px) and (max-width: 1280px)  {
	.pre-footer.experts .sixth.open-modal {
		width: 20% !important;
	}
}
@media only screen and (min-width: 1800px) {
	.pre-footer.experts .sixth.open-modal {
		width: 20% !important;
	}
}