/*fonts
MONTSERRAT:
font-family: 'Montserrat', sans-serif;
FONT WEIGHTS:
Light:300,
Regular:400,
Medium: 500,
Bold: 700,
Black: 900.

NOTO SERIF:
font-family: 'Noto Serif', serif;
FONT WEIGHTS:
Regular:400,
Bold: 700.
*/

/*----------------------------------GLOBAL------------------------------------*/

@media (min-width: 1600px) { /*Display body background on larger widths than 990px*/
  body {
    background-image:url(images/body-bg.png);
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: left 40%;
  }
}

/*---Typography*/

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:#5F6671;
  font-size:30px;
  margin-top:0;
  margin-bottom: 20px;
}
h3{
  font-size: 36px;
}
.enigma_blog_wrapper a {
  color: #FFC526;
}
.enigma_blog_wrapper a:hover {
  border-bottom: 0;
}
.enigma_blog_wrapper a:hover {
  cursor: pointer;
}
.enigma_blog_post_content p {
  font-family: 'Noto Serif', serif;
  font-weight:400;
  color:#5F6671;
  font-size:18px;
  line-height: 2.1em;
}
.enigma_blog_post_content p a{
  border-bottom: 2px solid #FEC10D;
  padding-bottom: 5px;
}
.enigma_blog_post_content p a:hover{
  border-bottom: 0;
  color: #EFB401;
}
.post-content-wrap p {
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  color: #5F6671;
  line-height: 200%;
  margin: 20px 0;
}

p, .textwidget {
  font-family: 'Noto Serif', sans-serif;
}

/*-------Custom fonts*/
@font-face {
    font-family: 'MinionPro Italic';
    src: url(fonts/MinionPro-It.otf);
}



/*---Bootsrap overrides*/

.col-md-12 {
  padding: 0;
}

/*---Custom grid*/
/*------Larger screens*/
@media (min-width: 1200px) {
  .page-content { /*makes page content column stick to container*/
    margin-right:-15px;
  }

  .post-content { /*makes post content column stick to container*/
    padding-right:0;
  }

  .sidebar { /*Inner page sidebar moved left to stick to the container and pushed right content to the other edge of the container */
    margin-left:-15px;
    margin-right:30px;
  }
}

@media screen and (max-width:1200px) {
  .gopa-a {
    display:none;
  }
}

/*------Tablet*/
@media (max-width:992px) {
  .enigma_blog_post_content p {
    font-size: 16px;
  }
  h3{
    font-size: 28px;
  }
}

@media (min-width: 470px) {
  .col-sm-6 {
      float:left;
  }
}

/*---Enigma overrides*/

.enigma_blog_full {
  margin-top:0;
}
.push-right {
  display:none;
}

.enigma_blog_post_content h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #5F6671;
  margin-bottom: 50px;
}

/*BREADCRUMBS*/
.enigma_header_breadcrum_title {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
  background: none;
}
.enigma_header_breadcrum_title .container {
  padding-bottom: 5px;
  border-bottom: 1px solid #E3E3E3;
}
.enigma_header_breadcrum_title ul {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5F6671;
  text-transform: uppercase;
}
.enigma_header_breadcrum_title ul.breadcrumb > li:after {
  content: "\02026";
  padding: 0 5px;
  color: #FEC10D;
}
.enigma_header_breadcrum_title ul.breadcrumb > li:last-of-type:after {
  display: none;
}
.enigma_header_breadcrum_title ul.breadcrumb > li + li:before {
    display: none;
}
.enigma_header_breadcrum_title ul.breadcrumb li a {
  color: #FEC10D !important;
}
/*----------------------------------SLIDER------------------------------------*/

.metaslider-flex { /*Disable slider overflow*/
  overflow: hidden;
}

.metaslider .caption-wrap{
  background: none !important;
  bottom: 90px !important;
  right: 0;
  left: auto;
  opacity: 1 !important;
}
.slider.container {
  display: table;
}

#metaslider_20 {
  margin-bottom:0;
}

#metaslider_20 ul.slides li > a:first-child:after {
  content: '';
  background: rgba(0,51,51,0.35);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.slider.wrapper {
  width: 61.5%;
  height: 270px;
  float: right;
  position:relative;
  overflow:hidden;
}
.text.slider {
  padding: 20px 30px 30px 30px;
  background: rgba(254, 193, 13, 0.75);
  height: 100%;
  float: left;
  position: relative;
  width: 100%;
}
.text.slider h2 {
  font-size: 56px;
  color: #fff;
  opacity: 1;
}
.text.slider p {
  color: #fff;
  font-size: 18px;
  opacity: 1;
  position: absolute;
  bottom: 40px;
}
.text.slider p a {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  transition: all 300ms linear;
}
.text.slider p a:hover,
.text.slider p a:active {
  color:#006052;
  border-bottom:0;
  transition: all 300ms linear;
}

a.slider-link {
  background: #116B51;
  opacity: 1;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  position:absolute;
  width:100%;
  height: 100%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-67deg);
  transform: rotate(-67deg);
}
a.slider-link-arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
a.slider-link-arrow i {
  font-size: 36px;
  color: #FFFFFF;
  transition: all 300ms linear;
}

a.slider-link-arrow i:hover,
a.slider-link-arrow i:active {
  color:#FEC10D;
  transition: all 300ms linear;
}
/*---Slider navigation*/
div.metaslider .flex-control-paging li a {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
}
div.metaslider .flex-control-paging li a.flex-active {
  background: #FEC10D;
}
div.metaslider .flex-control-nav {
  bottom: 50px;
}

/*---Slider arrows*/
div.metaslider .flexslider:hover .flex-prev {
  left: 20px;
  /* top: 91%; */
  display: block;
  opacity: 1;
/*  background-image: url("http://gopa.its4test.com/wp-content/uploads/2018/03/button-arrow-left.png"); */
  background-image: url("../../uploads/2018/03/button-arrow-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}
div.metaslider .flexslider:hover .flex-next {
  right: 20px;
  /* top: 91%; */
  display: block;
  opacity: 1;
/*  background-image: url("http://gopa.its4test.com/wp-content/uploads/2018/03/button-arrow-right.png"); */
  background-image: url("../../uploads/2018/03/button-arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
}
div.metaslider .flexslider .flex-direction-nav li a {
  /* top: 91%; */
  width: 22px;
  height: 36px;
/*  background-image: url("http://gopa.its4test.com/wp-content/uploads/2018/03/button-arrow-left.png"); */
  background-image: url("../../uploads/2018/03/button-arrow-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}
div.metaslider .flexslider .flex-nav-prev,
div.metaslider .flexslider .flex-nav-next {
    width: 100%;
    position: absolute;
    top: 50%;
}

@media (max-width: 1400px) {
  #metaslider_20 ul.slides li {
    width: 1920px !important;
    position: unset !important;
    display: none !important;
  }
  #metaslider_20 ul.slides li.flex-active-slide {
    display: block !important;
  }
  #metaslider_20 ul.slides li .caption-wrap .slider.container {
    width: auto;
    margin: 0 auto;
  }
  #metaslider_20 ul.slides li .caption-wrap .slider.container .slider.wrapper {
    margin: 0 auto;
    float: none;
  }
  #metaslider_20 .slider.wrapper {
    width: 81.5%;
  }
}


@media (max-width: 768px) {
  #metaslider_20 ul.slides li .caption-wrap .slider.container .slider.wrapper .text.slider { /*remove background and center caption*/
    background: none;
    text-align: center;
    padding: 0;
    float: none;
  }
  #metaslider_20 ul.slides li .caption-wrap .slider.container .slider.wrapper .text.slider p {
    width: 100%;
    margin: 0 auto;
  }
  #metaslider_20 ul.slides li .caption-wrap .slider.container .slider.wrapper .text.slider a.slider-link,
  #metaslider_20 ul.slides li .caption-wrap .slider.container .slider.wrapper .text.slider a.slider-link-arrow {
    display: none;
  }
  #metaslider_20 .slider.wrapper {
    width: 100%;
  }
}


/*----------------------------------------------------------------------------*/

/*------------------------------FOOTER----------------------------------------*/
.enigma_footer_area{
  display: none;
}
.enigma_footer_widget_area{
  background: #006053;
  padding-bottom:0;
}

.enigma_footer_widget_area .container {
  background: url('images/footer-background.png');
  background-repeat: no-repeat;
  background-position:bottom;
}

.enigma_sidebar_widget ul li a::before,
.enigma_footer_widget_column ul li a::before {
  content: "";
}
.enigma_footer_widget_column ul li a {
  font-size: 13px;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
}

.enigma_footer_widget_column ul li a:hover,
.enigma_footer_widget_column ul li a:active {
  color:#FEC10D;
  opacity:1;
}

.enigma_footer_widget_column ul li:first-child a{
  text-transform: uppercase;
  font-size: 13px;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
ul#menu-services-menu li{
  margin: 0 0 15px 0;
}
ul#menu-footer-menu2 li{
  margin: 0 0 25px 0;
}
ul#menu-footer-menu2 li a{
  text-transform: uppercase;
  font-size: 13px;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}

ul#menu-footer-menu2 li a:hover,
ul#menu-footer-menu2 li a:active {
color:#FEC10D;
}

.col-md-3.col-sm-6.enigma_footer_widget_column {
  width: 31%;
  margin-right: 3%;
  padding: 0;
  min-height: 365px;
  border-right: 1px solid #007D6D;
}
.col-md-3.col-sm-6.enigma_footer_widget_column:last-of-type {
  border-right: transparent;
}

.enigma_footer_widget_column .footer-copyright a:link,
.enigma_footer_widget_column .footer-copyright a:visited {
  color:#FEC10D;
}

.enigma_footer_widget_column .footer-copyright a:hover,
.enigma_footer_widget_column .footer-copyright a:active {
  color:#EFB401;
}

.col-md-3.col-sm-6.enigma_footer_widget_column:nth-child(2) .enigma_footer_widget_column ul li a{
  font-size: 13px;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.col-md-3.col-sm-6.enigma_footer_widget_column:nth-child(3){
  margin-right: 0;
  position: relative;
  height: auto;
  padding-bottom: 100px;
}
.col-md-3.col-sm-6.enigma_footer_widget_column:nth-child(3) p:first-of-type {
  opacity: 0.7;
}
.col-md-3.col-sm-6.enigma_footer_widget_column:nth-child(3) img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.enigma_footer_widget_area p{
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
a.a-phone{
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

a.a-phone:hover,
a.a-phone:active,
a.a-phone:hover::before {
  color:#FEC10D;
}

a.a-phone::before{
  font-family: FontAwesome;
  content: "\f095";
  color: #fff;
  margin-right:10px;
}

a.a-mail{
  width: 100%;
  height: 40px;
  float: left;
  padding: 7px 30px;
  text-align: center;
  color: #fff;
  padding-right: 20px;
  margin-top: 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background: #FEC10D;
  transition: all 250ms;
}
a.a-mail:hover {
  background-color:#EFB401;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
a.a-mail::after {
  font-family: FontAwesome;
  content: "\f0e0";
  color: #fff;
  /* background: url('http://gopa.its4test.com/wp-content/uploads/2018/03/footer-mail-2.png') center right no-repeat; */
  font-size: 25px;
  /* padding: 14px 20px; */
  float: right;
}
@media (max-width: 768px) {
  .col-md-3.col-sm-6.enigma_footer_widget_column {
    width: 100%;
    text-align: center;
    border-right: transparent;
    min-height: auto;
    margin: 0;
    padding: 0;
  }
  .col-md-3.col-sm-6.enigma_footer_widget_column:last-of-type {
    margin-bottom: 20px;
  }
}

/*---------------------------------- BREADCRUMBS ------------------------------------*/
.enigma_header_breadcrum_title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  background: none;
}
.enigma_header_breadcrum_title .container {
  padding-bottom: 5px;
  border-bottom: 1px solid #E3E3E3;
}
.enigma_header_breadcrum_title ul {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5F6671;
  text-transform: uppercase;
}
.enigma_header_breadcrum_title ul.breadcrumb > li:nth-last-child(2):after {
  content: "\02026";
  padding: 0 5px;
  color: #FEC10D;
}
.enigma_header_breadcrum_title ul.breadcrumb > li + li:before {
    display: none;
}
.enigma_header_breadcrum_title ul.breadcrumb li a {
  color: #FEC10D !important;
}



/*HOME*/

.gopa-a {
  background: url(/wp-content/themes/gopa/images/body-bg.png) no-repeat;
  position: fixed;
  left: 0;
  top: 183px;
  width: 50%;
  height: 720px;
}

.home.page-template.page-template-homepage {
  background:none;
}

.container-fluid.home {
  padding:0;
}

/*Slider*/
.metaslider ul {
  list-style:none;
  padding:0;
}
.metaslider .caption-wrap {
  position:relative;
}

/*JOBS*/
.apply-for-job { /*column styling*/
  position:relative;
  background-color:#006053;
  border-right:20px solid #FEC10D;
  padding:20px 20px;
  margin-top:12px;
  max-width: 360px;
  margin-left:15px;
}

@media (min-width: 991px) { /*stick column to the right edge of the container on non-responsive*/
  .apply-for-job {
    float: right;
    margin-left:0;
  }
}
.apply-for-job p {
  color:#fff;
  margin-bottom: 16px;
}

.apply-for-job a {
  color: #FEC10D;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
.apply-for-job a:hover{
  border-bottom: none;
  color: #EFB401;
}
.apply-for-job h2 {
  text-align:right;
  float:right;
  max-width:40%;
  color:#fff;
  font-size:18px;
}

@media (max-width: 991px) {
  .apply-for-job h2 {
    text-align: right !important;
    color: #fff;
    font-size: 18px;
    text-align: right;
    max-width:100%;
    float:none;
  }
  .apply-for-job p {
    margin-bottom:36px;
  }
}

/*news listing*/
.post-text {
  /* max-height: 162px; */
  box-sizing: border-box;
  /* overflow: hidden; */
  height:auto;
  -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 transition: all 200ms linear;
}

.post-text.expanded {
  /* max-height:1500px; */
  -webkit-transition: all 600ms linear;
 -moz-transition: all 600ms linear;
 -o-transition: all 600ms linear;
 transition: all 600ms linear;
}

.post-item::after {
  content:'';
  display:block;
  clear:both;
  margin-bottom:50px;
}

.post-content h2 {
  margin-top:-100px;
  padding-top:100px;
}

/*Home news listing*/

.home-news .home-news-heading { /*Home news heading container*/
    line-height: 1.45em;
    background-color: #006053;
    padding:0;
    height: 60px;
}

.home-news .home-news-heading ::after { /*Triangle on news heading*/
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #006053;
  right: -15px;
  position: absolute;
  top: 0px;
  z-index: 10;
}

.home-news .home-news-heading h2 { /*Heading in news track*/
  color:#fff;
  text-transform: uppercase;
  line-height: 3.7em;
  font-style: italic;
  font-size:16px;
  text-align:center;
  margin:0;
}

.news-track-mask { /*Mask for news track*/
  overflow:hidden;
  background-color:#F0F0F0;
  height:60px;
}

ul#news-track { /*News track*/
  list-style:none;
  position:relative;
  display:block;
  padding:0;
  margin:0;
  left:100%;
  width:100%;
  height:60px;
}

ul#news-track li { /*List item in news track*/
  float:left;
  line-height:3.3em;
  font-size:18px;
  color:#606771;
  font-weight:700;
  font-family:'Montserrat';

}

ul#news-track li a:link,
ul#news-track li a:visited { /*News track passive link states*/
  color:#606771;
}

ul#news-track li a:hover,
ul#news-track li a:active { /*News track hover and active states*/
  color:#FEC10D;
}

ul#news-track li::before { /*Override default list styling*/
  display:none;
}

ul#news-track span { /*Delimiter*/
  line-height:3.3em;
  font-size:18px;
  color:#606771;
  font-weight:700;
  margin:0 30px;
}

ul#news-track li:last-child span { /*Hide last delimiter*/
  display:none;
}

@media only screen and (max-width:660px) {
  .home-news .home-news-heading {
    width:100%;
    display:block;
    float:none;
  }
  .home-news .home-news-heading ::after {
    display:none;
  }
  .news-track-mask {
    width:100%;
    display:block;
    float:none;
  }
}

/*CONTACT PAGE*/

.col-md-8.contact-page {
  padding: 0;
  width: calc(66.6666% - 20px);
}
.enigma_blog_post_content .contact-sidebar-wrapper {
  padding: 0;
  margin-right: 40px;
  padding-bottom: 70px;
  border: 1px solid #FEC10D;
  width: calc(33.33% - 20px);
}
.enigma_blog_post_content .contact-sidebar-wrapper p {
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  color: #5F6671;
  font-weight: 400;
  padding: 0;
  margin: 40px 40px 0 40px;
  line-height: 200%;
}
.enigma_blog_post_content .contact-sidebar-wrapper p:nth-child(2) {
  margin-top: 0;
}
.enigma_blog_post_content .contact-sidebar-wrapper a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #5F6671;
  font-weight: 500;
  margin-top: 20px;
  line-height: 120%;
  cursor: pointer;
}
.enigma_blog_post_content .contact-sidebar-wrapper a:hover {
  border-bottom: 2px solid #FEC10D;
}
.enigma_blog_post_content .contact-sidebar-wrapper .phone-info {
  text-align: center;
  margin: 50px 40px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
}
.enigma_blog_post_content .contact-sidebar-wrapper .phone-icon {
  background: url("/wp-content/uploads/2018/03/phone-icon.jpg") center center no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.enigma_blog_post_content .contact-sidebar-wrapper .address-info {
  text-align: center;
  margin: 50px 40px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
}
.enigma_blog_post_content .contact-sidebar-wrapper .address-icon {
  background: url("/wp-content/uploads/2018/03/address-icon.jpg") center center no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.enigma_blog_post_content .contact-form-wrapper {
  padding: 39px;
  display: inline-block;
}
.enigma_blog_post_content .contact-form-wrapper p {
  margin: 0;
}
label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #5F6671;
}
.contact-page label input,
.contact-page label textarea {
  border: 1px solid #E3E3E3;
}
.contact-page label input:focus,
.contact-page label textarea:focus {
  outline: none;
}
label.form-job {
  max-width: 685px;
  width: 100%;
  display: none;
}
label.form-name {
  margin: 0 40px 0 0;
  float: left;
}
label.form-email {
  margin: 0 0 0 0;
  float: left;
}
label.form-name {
  max-width: 320px;
  margin-right: 38px;
}
label.form-email {
  max-width: 320px;
}
label.form-subject {
  max-width: 685px;
  width: 100%;
}
label.form-message {
  max-width: 685px;
  width: 100%;
}
label.form-message textarea {
  width: 100%;
  height: 180px;
  resize: none;
  margin-top:3px;
  margin-bottom: 10px;
}
label.form-job input,
label.form-name input,
label.form-email input,
label.form-subject input {
  width: 100%;
  padding:10px;
  margin-top:3px;
  margin-bottom:20px;
}
.apply-for form {
  padding: 40px;
  border: 1px solid #E3E3E3;
}
.apply-for label.form-name,
.apply-for label.form-email {
  max-width: 320px;
  font-weight:500;
}
.apply-for label.form-name {
  margin-right: 37px;
  font-weight:500;
}
.apply-for label.form-job,
.apply-for label.form-subject,
.apply-for label.form-message {
  max-width: 100%;
  margin-top:25px;
  font-weight:500;
}
.apply-for .wpcf7-form-control-wrap.cv {
  margin-bottom:10px;
  display:block;
}
.apply-for p,
.enigma_blog_post_content .contact-form-wrapper form p {
  display:inline-block;
  margin-bottom:20px;
}

.apply-for .wpcf7-form-control.wpcf7-acceptance span,
.page-template-contact .wpcf7-form-control.wpcf7-acceptance span {
  margin: 5px 10px 10px 0;
}

.acceptance-container {
	width: 100%;
    float: left;
    display: block;
}

/*Apply for responsive*/
@media only screen and (max-width:1200px) {
  label.form-name input {
      margin-bottom:20px;
  }
  .apply-for label.form-name,
  .apply-for label.form-email {
    margin-right: 0;
    max-width: 100%;
  }
  .apply-for p,
  .enigma_blog_post_content .contact-form-wrapper form p {
    width: 83%;
    vertical-align: top;
  }
}


@media only screen and (max-width:768px) {
  .apply-for p,
  .enigma_blog_post_content .contact-form-wrapper form p {
    line-height:25px;
  }
  .apply-for p a,
  .enigma_blog_post_content .contact-form-wrapper form p a {
    padding-bottom:0px;
    border-bottom: 1px solid #FEC10D;
  }
}

@media only screen and (max-width:680px) {
  .apply-for button.contact-page-submit-button,
  .page-template-contact button.contact-page-submit-button {
    float:none;
    display:block;
    width:100%;
  }
  .contact-page form .contact-page-submit-part .wpcf7-form-control-wrap {
    display:block;
    width:100%;
    text-align: center;
    margin-bottom:20px;
  }

  .contact-page form .contact-page-submit-part .wpcf7-form-control-wrap .g-recaptcha > div {
    margin:0 auto;
    display:block;
  }
}

@media only screen and (max-width:480px) {
  .contact-page form .contact-page-submit-part .wpcf7-form-control-wrap .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

.contact-form-wrapper {
    border: 1px solid #E3E3E3;
}
.contact-page form {
  padding-bottom: 26px;
 display:block;
	float:left;
}
.contact-page form .contact-page-submit-part {
  text-align: right;
  min-height:30px;
  display:block;
}

.contact-page form .wpcf7-checkbox .wpcf7-list-item {
  margin:15px 0 15px 0;
}

.contact-page form .contact-page-submit-part::after {
  content:'';
  clear:both;
}
.contact-page form .contact-page-submit-part .wpcf7-form-control-wrap {
  float: left;
}
button.contact-page-submit-button {
  width: 140px;
  height: 50px;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: #006053;
  color: #FFFFFF;
  float:right;
  transition: all 300ms linear;
}
button.contact-page-submit-button:hover {
  background-color:#004A41;
}
button.contact-page-submit-button img {
  margin-bottom: 4px;
  margin-left: 30px;
}
.contact-page-submit-part {
  display: inline;
}
.contact-page h2.form-title {
  clear: both;
  font-size: 36px;
  font-weight: 900;
}
.contact-page-map h2.form-title {
  margin-bottom: 20px;
}
.contact-page-map {
  margin-top: 50px;
}

.contact-page-map p {
  overflow:hidden;
  padding-bottom:93.25%;
  position:relative;
  height:0;
}

.contact-page-map p iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

span.wpcf7-form-control-wrap.GDPRCompliance {
	float: left;
}

p.acceptance {
	float:left;
	width: calc(100% - 30px);
}


/*PUBLICATION SINGLE*/
.post-content-wrap {
  width: 100%;
  margin-top: 60px;
}
.post-content-wrap p:first-child {
  margin-top: 0;
}
.post-content-wrap a {
  color: #FEBF0C;
  border-bottom: 2px solid #FEBF0C;
  padding-bottom: 5px;
}
.post-content-wrap a:hover{
  border-bottom: 0;
  color: #EFB401;
}
div.date {
  border-top: 1px solid #E3E3E3;
  padding-top: 10px;
  width: 150px;
  float: left;
}
div.date p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #5F6671;
}
a.go-back-button {
  float: right;
}
a.go-back-button button {
  width: 160px;
  height: 50px;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: #006053;
  color: #FFFFFF;
  position: relative;
  padding-left: 10px;
}
a.go-back-button button:hover{
  background: #FEC10E;
  transition: 300ms;
}
a.go-back-button button:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: rgba(0,0,0,0);
    outline-style: auto;
    outline-width: 0;
  }
a.go-back-button button::before{
  content: "\f104";
  font-size: 20px;
  float: left;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 11px;
  left: 20px;
}
a.go-back-button button img{
  margin-bottom: 1px;
  margin-right: 20px;
}
.post-content-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #5F6671;
  margin-bottom: 50px;
}
a.publication-pdf {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  font-size: 18px;
  color: #5F6671;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
a.publication-pdf:hover{
  border-bottom: 1px solid #E3E3E3;
}
a.publication-pdf::after{
  content: "\f019";
  font-family: FontAwesome;
  font-size: 40px;
  color:#004A41;
  float: right;
  position: absolute;
  top:5px;
  right: 0;
}
a.publication-pdf:first-of-type {
  border-top: 1px solid #E3E3E3;
}
.alignleft{
margin: 20px 30px 20px 0;
}
.alignright{
margin: 20px 0 20px 30px;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.alignnone{
  margin: 20px 0;
  width: 100%;
  height: auto;
}


/*PARTNERS PAGE*/
.partners h2.partners-title {
  font-size: 26px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  color: #5F6671;
  padding: 16px;
  margin-bottom: 20px;
  border-left: 10px solid #FEC10D;
}
.partners-post .col-md-4 {
  width: calc(33.333% - 30px);
  height: 400px;
  margin-right: 45px;
  padding: 0;
}
.partners-post:nth-last-of-type(3n) .col-md-4 {
  margin-right: 0;
}
.partners-post a {
  cursor: pointer;
  display: block
}
.partners-post a:focus {
  outline: 0;
}
.partners-post .post-thumb {
  width: 100%;
  height: 130px;
  border: 1px solid #E3E3E3;
  position: relative;
}
.partners-post .post-thumb img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.partners-post h3.post-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #5F6671;
  margin: 20px 0 30px 0;
}
.partners-post h3.post-title:hover {
  color: #FEC10D;
  transition: 300ms;
}

.partners-post .excerpt p { /* myriad pro font */
  font-size: 14px;
  color: #5F6671;
  font-family: 'Noto Serif', serif;
}
.partners-modal {
  display: none;
}
.partners-post-linking p { /* myriad pro font */
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #5F6671;
}
.partners-post-linking a { /* myriad pro font */
  display: inline;
  color: #FFC526;
}
.partners-post-linking a:hover {
  border-bottom: 1px solid #FFC526;
}
/* ---------- modal open ---------- */
.PartnersModal {
  display: none;
}
.PartnersModal .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-top: 35px;
  margin-right: 15px;
}
.PartnersModal .modal-close span{
  background: #004A41;
  width: 35px;
  height: 4px;
  display: block;
  transform: rotate(45deg);
}
.PartnersModal .modal-close span:last-child{
  transform: rotate(-45deg);
  margin-top: -4px;
}

.PartnersModal .modal-close:hover {
  cursor: pointer;
}
.PartnersModal h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #5F6671;
  margin-bottom: 40px;
}
.partners-modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 74, 65, 0.65);
  background-size: cover;
}
.partners-modal-content {
  width: 800px;
  height: 700px;
  background: white;
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 60px;
}
.partners-modal-content .post-thumb {
  width: 360px;
  margin-bottom: 60px;
}
