@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Work Sans', sans-serif; */
@font-face {
	font-family: 'PosterBodoni BT';
	src: url('../fonts/PosterBodoni BT.eot');
	src: local('☺'), 
  url('../fonts/PosterBodoni BT.woff') format('woff'),
  url('../fonts/PosterBodoni BT.ttf') format('truetype'),
  url('../fonts/PosterBodoni BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Miller';
	src: url('../fonts/Miller.eot');
	src: local('☺'), 
  url('../fonts/Miller.woff') format('woff'),
  url('../fonts/Miller.ttf') format('truetype'),
  url('../fonts/Miller.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after {
	margin:0;
	padding:0;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
}
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,
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;
  vertical-align: baseline;
  font-weight: normal;
}
strong, b {
  font-weight: 700;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }

input[type="submit"]{
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong, b {
  font-weight: 700;
}

body {
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    margin-top: 90px;
  }
  .mobile {
    display: none;
  }
}

/* top start
--------------------------------------------------------- */
.top {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255,255,255,.9);
}
.top.top-active {
  background-color: rgba(255,255,255,1);
  min-height: 100vh;
}
.logo svg {
  fill: #E83609;
}
.navTop ul,
.navTop ul li {
  list-style: none;
}
.navTop a {
  display: block;
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.navTop ul li:last-child,
.navTop ul li:last-child a.searchIcon {
  padding: 0;
}
a.searchIcon {
  width: 30px;
  height: 32px;
  overflow: hidden;
  position: relative;
  top: -3px;
}
a.searchIcon svg {
  fill: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
a.searchIcon:hover svg {
  fill:#E83609;
}
a.searchIcon svg.search-1 {
  top: -2px;
  left: -5px;
  opacity: 1;
}
a.searchIcon svg.search-2 {
  top: 3px;
  opacity: 0;
}
a.searchIcon.searchActive svg.search-1 {
  opacity: 0;
}
a.searchIcon.searchActive svg.search-2 {
  opacity: 1;
}
@media (min-width: 768px) { 
  .top {
    height: 90px;
  } 
  .topContainer {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1725px;
    height: 90px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .logo svg {
    width: 376px;
    height: auto;
  }
  .navigation {
    margin-top: 10px;
  }
  .navTop ul li {
    padding: 0 25px;
  }
  .navTop a {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.6px;
    background-image:-webkit-linear-gradient(#E83609, #E83609);
    background-image: linear-gradient(#E83609, #E83609);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 6px;
    transition: background-size .3s;
  }
  .navTop a:hover {
    background-size: 100% 6px;
  }
  a.searchIcon,
  a.searchIcon:hover {
    background-size: 0%;
  }
  .navTop ul {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .searchTop {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .logo {
    margin-top: 8px;
  }
  .logo svg {
    width: 250px;
  }
  .navTop ul li {
    padding: 0 10px;
  }
  .navTop ul li:last-child {
    position: relative;
    left: 6px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 60px;
  }
  .top {
    min-height: 60px;
  }
  .topContainer .logo {
    width: 30px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -13px;
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .nav-toggle {
    position: fixed;
    z-index: 11;
    display: inline-block;
    height: 25px;
    width: 35px;
    cursor: pointer;
    top: 21px;
    left: 20px;
  }
  .nav-toggle span {
    position: absolute; 
    left: 0; 
    top: 7px; 
  }
  .nav-toggle span, 
  .nav-toggle span:before,
  .nav-toggle span:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background: #000;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .nav-toggle.active span, 
  .nav-toggle.active span:before,
  .nav-toggle.active span:after {
    background: #000;
  }
  .nav-toggle span:before {
    top: -10px;
  }
  .nav-toggle span:after {
    bottom: -10px; 
  }
  .nav-toggle span, 
  .nav-toggle span:before, 
  .nav-toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .nav-toggle.active span {
    background-color: transparent;
  }
  .nav-toggle.active span:before, 
  .nav-toggle.active span:after {
    top: 0;
  }
  .nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }


  .topContainer .navigation {
    margin-top: 60px;
  }
  .navTop {
    height: 0;
    overflow: hidden;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .nav-toggle.active + .navTop {
    height: auto;
    min-height: calc(100vh - 60px);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .navTop .menu-main-menu-container {
    padding-top: 3px;
  }
  .navTop .menu-main-menu-container > ul > li {
    margin: 16px 0;
  }
  .navTop .menu-main-menu-container > ul > li > a {
    text-align: center;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 4px;

    display: table;
    width: auto;
    margin: 0 auto;
    padding-bottom: 2px;

    background-image:-webkit-linear-gradient(#E83609, #E83609);
    background-image: linear-gradient(#E83609, #E83609);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 6px;
    transition: background-size .3s;
  }
.navTop .menu-main-menu-container > ul > li > a:hover,
.navTop .menu-main-menu-container > ul > li > a:focus {
  background-size: 100% 6px;
}

  a.searchIcon {
    position: fixed;
    z-index: 11;
    top: 14px;
    right: 20px;
  }
}
/* top stop
--------------------------------------------------------- */

/* search top start
--------------------------------------------------------- */
.searchTop {
  display: none;
}
.searchTop.searchTop-active {
  display: block;
}
.searchTop-content form {
  border-bottom: 1px solid #707070;
}
.searchTop input {
  display: block;
  border: none;
  background-color: transparent;
  color: #000;
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  height: 40px;
}
.searchTop input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.searchTop input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.searchTop input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.searchTop input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.searchTop input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.searchTop input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.searchTop input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.searchTop input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.searchTop input[type="submit"] {
  border: none;
  color: #fff;
  background-color: #E83609;
  width: 128px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.searchTop input[type="submit"]:hover {
  background-color:rgba(28, 47, 66, 1);
}
@media (min-width: 768px) {
  .searchTop.searchTop-active {
    position: absolute;
    top: 200px;
    left: 50%;
    -moz-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    width: 100%;
    max-width: 1725px;
    padding: 0 45px;
}
  .searchTop-content form {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .searchTop input {
    font-size: 30px;
    width: calc(100% - 158px);
  }
}

@media (max-width: 767px) {
  .searchTop {
    margin: 40px 20px 0;
  }
  .searchTop-content form {
    padding-bottom: 20px;
  }
  .searchTop input {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
/* search top stop
--------------------------------------------------------- */

/* banner start
--------------------------------------------------------- */
.banner {
  display: -webkit-flex;
  -webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
	background-position: center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
}
.banner .fon {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*
  -webkit-overflow-scrolling: auto !important;
  -webkit-transform: translate3d(0,0,0)
  */
}
body.home .fon {
  background-color: #E83609;
  opacity: 0.75;
}
.banner h1 {
  position: relative;
  z-index: 2;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 90px;
  }
}
@media (min-width: 1201px) {
  .banner {
    height: calc(100vh - 180px);
  }
  .banner h1 {
    font-size: 86px;
    line-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner {
    height: calc(100vh - 180px);
  }
  .banner h1 {
    font-size: 86px;
    line-height: 90px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 22px;
    padding: 20px 20px 25px
  }
  .banner h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
/* banner stop
--------------------------------------------------------- */

@media (min-width: 768px) {
  .myContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .myContainer {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.myHeader,
.question .myContent,
.oneHeader .myContent,
.nomyHeader .myContent,
.onewerk-myContainer,
.search-results .myContent {
  border-top: 1px solid #707070;
}

.myHeader h2 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.myHeader h2:after {
  content: '';
  display: block;
  max-width: 50px;
  border-bottom: 6px solid #E83609;
  margin-top: 5px;
}
.myHeader h1 {
  font-family: 'PosterBodoni BT';
  font-weight: 400;
}
@media (min-width: 768px) {
  .myHeader {
    padding: 77px 0 45px;
  }
  .myHeader h1 {
    font-size: 44px;
    line-height: 48px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .myHeader {
    padding: 15px 0 25px;
  }
  .myHeader h2 {
    font-size: 10px;
    line-height: 11px;
  }
}
/* work start
--------------------------------------------------------- */
.work a {
  color: #000;
  text-decoration: none;
}
.workPhoto {
  background-repeat:no-repeat;
	background-position:center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
  width: 100%;
  margin-bottom: 12px;
}
.workCol h3 {
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 7px;
}
.workCol p {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
  font-weight: 700;
  text-transform: uppercase;
  background-image:-webkit-linear-gradient(#FFCC06, #FFCC06);
  background-image: linear-gradient(#FFCC06, #FFCC06);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 6px;
  transition: background-size .3s;
  padding-bottom: 12px;
}
.workCol:hover p {
  background-size: 100% 6px;
}
@media (min-width: 768px) {
  .work .myContainer {
    margin-bottom: 10px;
  }
  .work .myContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .work .workCol {
    width: calc(33.33333% - 18px);
    margin-bottom: 50px;
  }
  .work .workCol.wide {
    width: calc(66.66666% - 9px);
  }
}

@media (max-width: 767px) {
  .workCol {
    display: block;
    margin-bottom: 30px;
  }
  .workCol h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .workCol p {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.25px;
  }
  .workPhoto,
  .workCol p {
    margin-bottom: 10px;
  }
}
/* work stop
--------------------------------------------------------- */

/* It starts with a question start
--------------------------------------------------------- */
body.home .questionContent,
body.home .questionForm {
  background-color: #1C2F42;
}

body:not(.home) .question .myContent {
  border: none;
  padding-top: 0;
}
body:not(.home) .questionForm,
body:not(.home) .questionContent {
  padding-bottom: 0;
}
body:not(.home) .questionText {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body:not(.home) .questionText p {
  color: #000;
}
body:not(.home) .questionForm.openBlock form {
  max-width: 1116px;
  margin: 0 auto;
}
body:not(.home) .questionForm.openBlock form:before {
  content: 'All fields required';
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #A8B1B3;
  margin: 0 0 16px 12px;
}
body:not(.home) .questionForm input,
body:not(.home) .questionForm textarea {
  border: 1px solid #A9B1B3;
}
body:not(.home) .questionForm input[type="submit"] {
  border: none;
}

.questionContent {
  padding-bottom: 45px;
}
.questionText {
  border-top: 1px solid #8e97a1;
  border-bottom: 1px solid #8e97a1;
}
.questionText p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  color: #F8F7F7;
  text-align: center;
}
.letsTalk {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
  margin: 0 auto;
  background-color: #E83609;
  text-decoration: none;
  color: #fff;
  width: 175px;
  height: 60px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.letsTalk:hover {
  background-color: rgba(223, 88, 53, .7);
}
.letsTalk svg {
  fill: #fff;
  margin-top: 6px;
}
.letsTalk.openBlock svg {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}
.questionForm {
  display: none;
}
.questionForm.openBlock {
  display: block;
}
.questionForm input,
.questionForm textarea {
  border: none;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  display: block;
  padding: 10px;
  letter-spacing: 0.35px;
}
.questionForm input {
  width: 264px;
  height: 40px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,1);
}
.questionForm textarea {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.questionForm input[type="submit"] {
  color: #fff;
  background-color: #E83609;
  width: 128px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}

.questionForm input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.questionForm input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.questionForm input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.questionForm input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.questionForm textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.questionForm textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.questionForm textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.questionForm textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.questionForm textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.successContact {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 768px) {
  .question .myContainer {
    margin-bottom: 90px;
  }
  .question .myContent {
    padding-top: 90px;
  }
  .questionText {
    padding: 60px 0;
  }
  .questionText p {
    font-size: 72px;
    line-height: 76px;
  }
  .questionForm {
    padding: 30px 124px 60px;
  }
  .questionForm textarea {
    height: 376px;
  }
  .successContact {
    width: calc(100vw - 180px);
  }
  .questionForm.openBlock form {
    padding-top: 120px;
  }
}
@media (min-width: 1201px) {
  .questionText {
    margin: 0 124px 60px;
    padding: 60px 0;
  }
  .questionForm {
    padding: 30px 124px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .questionText {
    margin: 0 45px 60px;
    padding: 60px 0;
  }
  .questionForm {
    padding: 30px 45px 60px;
  }
}

@media (max-width: 767px) {
  .question .myContainer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .questionContent {
    padding: 30px 20px;
  }
  .questionText {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0 30px;
    margin-bottom: 30px;
  }
  .questionText p {
    font-size: 28px;
    line-height: 32px;
  }
  .questionForm.openBlock {
    padding: 20px;
  }
  .questionForm input {
    width: 100%;
  }
  .successContact {
    width: calc(100vw - 40px);
  }

  body:not(.home) .questionContent {
    padding-top: 0;
  }

}
/* It starts with a question stop
--------------------------------------------------------- */

/* recent insights start
--------------------------------------------------------- */
.recent-insights a {
  color: #000;
  text-decoration: none;
}
.riPhoto {
  background-repeat:no-repeat;
	background-position:center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
  width: 100%;
  margin-bottom: 12px;
}
.riCol h3 {
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
}
.riCol p {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .25px;
  font-weight: 700;
  text-transform: uppercase;
  background-image:-webkit-linear-gradient(#FFCC06, #FFCC06);
  background-image: linear-gradient(#FFCC06, #FFCC06);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 6px;
  transition: background-size .3s;
  padding-bottom: 12px;
}
.riCol:hover p {
  background-size: 100% 6px;
}
@media (min-width: 768px) {
  .recent-insights .myContainer {
    margin-bottom: 30px;
  }
  .recent-insights .myContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .recent-insights .riCol {
    width: calc(33.33333% - 24px);
    margin-right: 36px;
    margin-bottom: 50px;
  }
  .recent-insights .riCol:nth-child(3n) {
    margin-right: 0;
  }
  .riPhoto {
    height: 272px;
  }
}

@media (max-width: 767px) {  
  body.single-post .recent-insights {
    margin-bottom: 60px;
  }
  .riCol {
    display: block;
    margin-bottom: 28px;
  }
  .riPhoto {
    margin-bottom: 10px;
  }
  .riCol h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 9px;
  }
  .riCol p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.35px;
  }
}
/* recent insights stop
--------------------------------------------------------- */

/* @2communique instagram start
--------------------------------------------------------- */
@media (min-width: 768px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(25% - 23px)!important;
    margin-right: 30px!important;
    margin-bottom: 30px!important;
  }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(4n) {
    margin-right: 0!important;
  }
}

@media (max-width: 767px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    margin-bottom: 30px!important;
  }
}
/* @2communique instagram stop
--------------------------------------------------------- */

/* Sign up for Insights start
--------------------------------------------------------- */
.signUp-form form {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.signUp-form input {
  border: 1px solid #A8B1B3;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  display: block;
  padding: 10px;
}
.signUp-form input {
  height: 40px;
  max-width: 264px;
}
.signUp-form input[type="submit"] {
  border: none;
  color: #fff;
  background-color: #E83609;
  width: 128px;
  text-align: center;
  cursor: pointer;
}
.signUp-form input[type="submit"]:hover {
  background-color:rgba(28, 47, 66, 1);
}

.signUp-form input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.signUp-form input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.signUp-form input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.signUp-form input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #A8B1B3;}
.signUp-form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.signUp-form input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.signUp-form input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.signUp-form input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.signUp .success {
  display: none;
  color: #01B4CD;
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.succesText{
	text-align: center;
	color: #01B4CD;
	font: italic normal normal 48px/18px PosterBodoni It BT;
	height: 48px;
}

.sendAnotherMessage {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 248px;
	height: 40px;
	color: #fff;
	background: #E83609 0% 0% no-repeat padding-box;
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	cursor: pointer;
}
@media (min-width: 768px) {
  .signUp .myContainer {
    margin-bottom: 80px;
  }
  .signUp-form {
    height: 48px;
  }
  .signUp .success {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 1.2px;
  }
  .signUp-form .wpcf7 .ajax-loader {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1059px) { 
  .signUp-form input {
    margin-right: 20px;
    max-width: none;
    width: calc(100% - 20px);
  }
  .signUp-form input[type="submit"] {
    margin-right: 0;
    width: 128px;
  }
}

@media (max-width: 767px) {
  .signUp-form form {
    display: block;
    margin-bottom: 20px;
  }
  .signUp-form input {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .signUp-form input[type="submit"] {
    width: 128px;
    margin-bottom: 0;
  }
}
/* Sign up for Insights stop
--------------------------------------------------------- */

/* what people are saying about us start
--------------------------------------------------------- */
.people-saying blockquote p {
  color: #E83609;
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  font-style: italic;
}
.people-saying blockquote span {
  display: block;
  color: #E83609;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .people-saying blockquote {
    margin-bottom: 80px;
  }
  .people-saying blockquote p {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .people-saying blockquote span {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.4px;
  }
  .nomyHeader .myContent {
    padding-top: 77px;
  }
}
@media (max-width: 767px) {
  .people-saying blockquote {
    margin-bottom: 50px;
  }
  .people-saying blockquote p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .people-saying blockquote span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
  }

  .people-saying.nomyHeader blockquote{
    padding-top: 16px;
  }
}
/* what people are saying about us stop
--------------------------------------------------------- */

/* one Header block start
--------------------------------------------------------- */
.oneHeader .myContent h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  text-align: center;
}
.andContentBlock {
  margin: 0 auto;
  max-width: 804px;
}
.oneHeader .myContent .andContentBlock h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .oneHeader .myContent {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .oneHeader .myContent h2 {
    font-size: 72px;
    line-height: 76px;
  }
  .oneHeader .myContent .andContentBlock h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .andContentBlock p {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .oneHeader {
    padding-top: 10px;
  }
  .oneHeader .myContent {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .oneHeader .myContent h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .oneHeader .myContent p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
  }
  .oneHeader .myContent p strong {
    font-family: 'Work Sans', sans-serif;
  }
}
/* one Header block stop
--------------------------------------------------------- */

/* who we work with start
--------------------------------------------------------- */
.wwWork-block p,
.wwWork-blocka {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}
.wwWork-block p > a {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wwWork {
    padding-bottom: 80px;
  }
  .wwWork .myContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wwWork-block {
    width: 25%;
  }
  .wwWork-block p {
    margin-right: 34px;
  }
  .wwWork-block:last-child p {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wwWork {
    display: none;
  }
}
/* who we work with stop
--------------------------------------------------------- */

/* myAbout start
--------------------------------------------------------- */
.myAbout-element .photo { 
  background-repeat: no-repeat;
	background-position: center top;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  width: 100%;
  margin-bottom: 5px;
}
.myAbout-element h2 {
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  margin-bottom: 10px;
}
.myAbout-element p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .myAbout .myContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
  }
  .myAbout-element {
    text-decoration: none;
    text-align: center;
    padding-bottom: 40px;
  }
  .myAbout-element h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .myAbout-element p {
    font-size: 14px;
    line-height: 18px;
  }
  .directors .myAbout-element {
    width: calc(25% + 50px);
    padding: 0 25px;
  }
  .team .myAbout-element,
  .strategic-partners .myAbout-element {
    width: calc(22% + 20px);
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .myAbout {
    margin-bottom: 50px;
  }
  a.myAbout-element {
    text-decoration: none;
    text-align: center;
  }
  .myAbout-element h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .myAbout-element p {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
  }
}
/* myAbout stop
--------------------------------------------------------- */

/* picblock start
--------------------------------------------------------- */
.picblock img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  div.picblock div.myHeader + div.myContent p img {
    margin-bottom: 50px;
  }
}
/* picblock stop
--------------------------------------------------------- */

/* picblock Container start
--------------------------------------------------------- */
@media (min-width: 768px) {
  .picblock .myHeader h2 {
    padding-bottom: 10px;
  }
  .picblock .myContainer {
    margin-bottom: 100px;
  }
}
@media (min-width: 1201px) {}
@media (min-width: 768px) and (max-width: 1200px) {}
@media (max-width: 767px) {}
/* picblock Container stop
--------------------------------------------------------- */

/* footer start
--------------------------------------------------------- */
footer {
  background-color: #1C2F42;
}
.footerBlock p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.footerBlock .fb-1 p {
  font-weight: 800;
  letter-spacing: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
}
.fb-3 a {
  display: inline-block;
}
.fb-3 a svg {
  fill: #fff;
  height: 30px;
  width: auto;
  margin: 0 15px;
}
.fb-3 a:hover svg {
  fill: #E83609;
}
.fb-4 ul,
.fb-4 li {
  list-style: none;
  display: inline-block;
}
.fb-4 a {
  display: inline-block;
  margin: 0 12px;
  padding-bottom: 12px;
  background-image:-webkit-linear-gradient(#E83609, #E83609);
  background-image: linear-gradient(#E83609, #E83609);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 6px;
  transition: background-size .3s;
}
.fb-4 a:hover {
  background-size: 100% 6px;
}
.fb-5 p {
  line-height: 16px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .footerContainer {
    width: 100%;
    max-width: 1725px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .footerLogo {
    margin-bottom: 40px;
  }
  .footerLogo svg {
    width: 262px;
    height: auto;
    fill: #E83609;
  }

  .footerBlock {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .fb-1 {
    max-width: 330px;
  }
  .fb-2 {
    max-width: 150px;
  }
  .fb-5 {
    max-width: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1424px) {
  .fb-1 {
    max-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fb-1 {
    max-width: 150px;
  }
  .fb-4 li {
    display: block;
  }
  .fb-4 a {
    display: table;
    width: auto;
    margin: 0 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fb-1 {
    max-width: 150px;
  }
  .fb-3 a {
    display: table;
    width: auto;
    margin: 0 0 17px;
  }
  .fb-4 li {
    display: block;
  }
  .fb-4 a {
    display: table;
    width: auto;
    margin: 0 0 8px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 35px 20px 10px;
    text-align: center;
  }
  .footerLogo svg {
    width: 265px;
    height: auto;
    fill: #E83609;
    margin-bottom: 6px;
  }
  .footerBlock p,
  .fb-4 a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 35px;
  }
  .fb-2 {
    margin: 0 auto;
    max-width: 110px;
  }
  .fb-3 {
    margin-bottom: 35px;
  }
  .fb-3 a svg {
    height: 32px;
    margin: 0 16px; 
  }
  .fb-4 {
    display: none;
  }
  .fb-4 a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    display: block;
    padding-bottom: 0;
  }
}
/* footer stop
--------------------------------------------------------- */


/* .oneWerk tart
--------------------------------------------------------- */
.oneWerk .myContainer,
.oneheaderCont .myContainer,
.people-saying.nomyHeader .myContainer {
  max-width: 1164px;
}
.oneWerk .myHeader {
  display: block;
}
.oneWerk .myHeader h1,
.oneWerk .myHeader h3 {
  font-family: 'PosterBodoni BT';
  font-weight: 900;
}
.oneWerk .myHeader h3 {
  color: #707070
}
.size-full img {
  width: 100%;
}
.onewerk-Content h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.onewerk-Content p,
.onewerk-Content li {
  font-family: 'Miller';
}
.onewerk-Content p strong,
.onewerk-Content p b {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
}

.onewerk-Content ul,
.onewerk-Content ol {
  padding-left: 16px;
}

.onewerk-Content a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
  background-image:-webkit-linear-gradient(#FFCC06, #FFCC06);
  background-image: linear-gradient(#FFCC06, #FFCC06);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 6px;
  transition: background-size .3s;
}
.onewerk-Content a:hover {
  background-size: 100% 6px;
}
.side-h3 {
  font-family: 'PosterBodoni BT';
  font-weight: 400;
  text-transform: none;
}

.position p,
.side-caption {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.position span,
.side-caption em {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  display: block;
}

.widht100 {
  position: relative;
}
.wp-caption {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .oneWerk .myHeader {
    padding-bottom: 45px;
  }
  .oneWerk .myHeader h2 {
    padding-bottom: 30px;
  }
  .oneWerk .myHeader h1,
  .oneWerk .myHeader h3 {
    font-size: 44px;
    line-height: 48px;
    margin-top: 0;
  }
  .onewerk-myContainer {
    padding-top: 60px;
  }
  figure {
    margin-bottom: 50px;
  }
  .onewerk-Content {
    margin: 0 auto;
    max-width: 804px;
    position: relative;
    padding-bottom: 20px;
  }
  .onewerk-Content.images {
    max-width: none;
	padding-bottom: 0;
  }
  
  .onewerk-Content.images figure.wp-block-image {
    margin-bottom: 0px;
  }

  .onewerk-Content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .onewerk-Content p,
  .onewerk-Content li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .side-h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .figure-4pic {	
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }
  .figure-4pic figure {
    width: calc(50% - 20px);
  }
  .figure-4pic figure:nth-child(odd) {
    margin-right: 40px;
  }
  .figure-4pic figure {
    margin-bottom: 40px;
  }
  figure img {
    width: 100%;
  }

}

@media (min-width: 1700px) {
  .widht100 {
    position: relative;
  }
  .position {
    position: absolute;
    top: 0;
    right: -284px;
    width: 244px;
  }
  .onewerk-Content .position-1{
    top: 0;
    right: -424px;
  }
  .onewerk-Content.images .position-1 {
    top: -7px;
    right: -285px;
  }
  .position-2 {
    top: auto;
    bottom: -4px;
  }
  .position-3 {
    bottom: 0;
	  top: auto;
  }
}
@media (max-width: 1699px) {
  .position {
    margin-bottom: 40px;
  }
  .position p,
  .side-caption {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .oneWerk .myHeader h1 {
    margin: 23px 0 2px;
  }
  .search-results .myHeader h1 {
    margin: 23px 0 0;
  }
  .oneWerk .myHeader h1,
  .oneWerk .myHeader h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .onewerk-Content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  div.onewerk-myContainer > figure {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .onewerk-Content p,
  .onewerk-Content li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }


  .onewerk-Content.images .wp-block-image {
    width: calc(100% - 6px);
    float: left;
    margin-bottom: 11px;
  }
  .onewerk-Content.images .wp-block-image:nth-child(2) {
    float: right;
  }
  .onewerk-Content.images .single-column .wp-block-image {
    width: 100%;
  }

  .wp-block-columns {
    margin-bottom: 0;
  }
  .wp-block-column {
    flex-basis: 50% !important;
  }
  .single-column .wp-block-column {
    flex-basis: 100% !important;
  }
  .position {
    margin-bottom: 25px;
  }
  .position p, .side-caption {
    font-size: 12px;
    line-height: 18px;
  }
  .position span, .side-caption em {
    font-size: 12px;
    line-height: 16px;
  }
  .side-h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
/* .oneWerk stop
--------------------------------------------------------- */


/* Search Results + 404 start
--------------------------------------------------------- */
.search-results figure,
.search-results figure img {
  width: 100%;
}

.search-results .myContent {
  border-bottom: 1px solid #707070;
}
.search-results a.showMore {
  background-color: #E83609;
  color: #fff;
  width: 244px;
  height: 40px;
  margin: 0 auto;
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;

  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.search-results a.showMore:hover {
  background-color: #1C2F42;
}
@media (min-width: 768px) {
  .search-results .myContainer {
    margin-bottom: 100px;
  }
  .search-results .myContent {
    padding-top: 90px;
  }
  .search-results .riPhoto {
    margin-bottom: 27px;
  }
  .search-results .riCol {
    margin-bottom: 30px;
  }
  .recent-insights a.showMore {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  .search-results {
    margin-bottom: 50px;
  }
  .search-results .myContent {
    padding-top: 20px;
  }
  .search-results a.showMore {
    margin-top: 45px;
  }
  .recent-insights .riCol h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .recent-insights .riCol p {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.25px;
  }
}
/* Search Results + 404 stop
--------------------------------------------------------- */


/* Tablet version start
--------------------------------------------------------- */
@media (min-width: 993px) and (max-width: 1111px) {
  .questionContent {
    padding-bottom: 60px;
  }
  .workCol h3,
  .riCol h3,
  .myAbout-element h2 {
    font-size: 27px;
  }  
  a.searchIcon {
    right: -6px;
  }
  .questionForm.openBlock form {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner h1 {
    font-size: 78px;
    line-height: 85px;
  }
  .questionContent {
    padding-bottom: 60px;
  }
  .workCol h3,
  .riCol h3,
  .myAbout-element h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .questionText p,
  .oneHeader .myContent h2 {
    font-size: 52px;
    line-height: 60px;
  } 
  a.searchIcon {
    right: -6px;
  }
  .questionForm.openBlock form {
    padding-top: 40px;
  }
  .oneWerk .myHeader h1, 
  .oneWerk .myHeader h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
/* Tablet version stop
--------------------------------------------------------- */


@media (max-width: 767px) {
  .myContainer.mobile .myHeader {
    border-bottom: 1px solid #707070;
  }
  body:not(.home) .questionForm.openBlock {
    padding-top: 30px;
  }
}

/* borderImage start
--------------------------------------------------------- */
.borderImage {
  border: 1px solid #707070;
}
@media (min-width: 768px) {
  .workPhoto {
    height: 552px;
  }
  .riPhoto {
    height: 272px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .workPhoto {
    height: 300px;
  }
  .riPhoto {
    height: 205px;
  }
}
/* borderImage stop
--------------------------------------------------------- */


.hidden {
  display: none!important;
}
.displayBlock {
  display: block!important;
}