/*
Theme Name: Tisa
Description:  Created for tisa.org
Author: CreativeCraft Agency
Author URI: http://creativecraft.webflow.com
Version: 1.1
*/

/* ---------------BASE--------------- */

* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
    color: #4f4f4f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #f7f7f7;
}

.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
}
.footer, .push {
    height: 180px;
    clear: both;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    display: inline-block;
}

.alignleft {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.simple-spacer {
    display: block;
    height: 15px;
    clear: both;
}

/* ---------------TEXT--------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

h1  {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #f8a949;
}
h2 {
    font-size: 24px;
    font-weight: 500;
    color: #f8a949;
}
h3 {
    font-size: 28px;
    font-weight: 300;
    color: #4f4f4f;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    color: #4f4f4f;
}

p {
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
.post p {
    margin: 15px 0;
}
.post li {
    color: #707070;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.center {
    text-align: center;
}

.orange {
    color: #f8a949;
}
.blue {
    color: #0093b9;
}
.grey {
    color: #4f4f4f;
}

/* ---------------LINKS--------------- */

a  {
    color: #0093b9;
    text-decoration: none;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

/* ---------------NAVIGATION--------------- */

.site-header {
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.1);
}

.logo {
    margin: 23px 15px 0 0;
    position: relative;
    float: left;
}

#menu-top-menu {
    float: right;
}

.site-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-nav ul:before,
.site-nav ul:after {
    content: "";
    display: table;
}
.site-nav ul:after {
    clear: both;
}
.site-nav ul {
    *zoom: 1;
}
.site-nav ul li a:link {
    display: block;
}
.site-header nav ul li {
    float: left;
    /*line-height: 80px;*/
}
.site-header nav ul li a:link {
    padding: 0px 5px;
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-header nav ul li a:visited{
    color: #707070;
}
.site-header nav ul li.current-menu-item a,
.site-header nav ul li.current-page-ancestor a,
.site-header nav ul li a:hover {
    color: #0093b9;
}

/* ---------------SUB-MENU--------------- */

.site-header > ul > li {
    display: inline-block;
}
.site-header ul li {
    position: relative;
}
.site-header ul ul {
    display: none;
    position: absolute;
    z-index: 150;
    /*top: 10px !important;*/
    left: 0;
    width: 180px;
    background: #ffffff;
    border: none;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.site-header ul ul ul {
    position: absolute;
    top: 0;
    left: 180px;
}
.site-header ul li:hover > ul {
    display: block;
}
.site-header > ul > li {
    display: inline-block;
}
.site-header ul ul li {
    display: block;
    border-right: none;
}
.site-header ul ul li a:link,
.site-header ul ul li a:visited {
    padding: 10px 20px;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
}
.site-header ul ul li > a:hover,
.site-header ul ul li:hover > a {
    color: #0093b9;
}

/* ---------------SEARCH--------------- */

.search {
    position: absolute;
    top: 23px;
    right: 30px;
    display: none;
    z-index: 999;
}

.search-icon {
    float: right;
    display: block;
    line-height: 80px;
    margin: -2px 0 0 20px;
    font-size: 16px;
    color: #707070;
}
.search-icon:hover,
.search-icon.active {
    color: #0093b9;
}
.search-icon:active {
    color: #0093b9;
}

.search #s {
    width: 100px;
    height: 30px;
    border: none;
    background: #eef4f6;
    padding-left: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.search #s:focus {
    outline: none;
    background: #fff;
    border-bottom: solid 1px #0093b9;
}
.search #s:hover {
    outline: none;
    background: #fff;
    border-bottom: solid 1px #0093b9;
}
.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    cursor: pointer;
    color: #707070;
    padding: 0 10px;
    height: 34px;
    background: transparent;
}
.search-submit:hover {
    color: #0093b9;
}
.search-box {
    position: relative;
    display: block;
}

.screen-reader-text {
    display: none;
}

.search-title {
    text-align: center;
    margin: 20px 0;
}
.no-content {
    margin-top: 20%;
    font-size: 32px;
    font-weight: 900;
    color: #cccccc;
    text-align: center;
    text-transform: uppercase;
}

.search-name {
    font-size: 18px;
    font-weight: 300;
}
.mobile-search div {
width: 100%;
max-width: 920%;
margin: 20px 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.mobile-search input {
width: 100%;
height: 50px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 24px;
text-align: center;
outline: none;
background: #fff;
border: none;
border-bottom: solid 1px #0093b9;
}

/* ---------------MOBILE_NAV--------------- */

.mobile-nav {
    display: none;
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0093b9;
}
.mobile-nav ul {
    list-style-type: none;
    padding: 0;
}
.mobile-nav ul li {
    text-align: center;
    padding: 15px 0;
    border-bottom: solid 1px #eef4f6;
}

.nav-icon {
    display: none;
}

/* ---------------FRONT-PAGE--------------- */

.block-left {
    display: block;
    box-sizing: border-box;
    width: 35%;
    float: left;
    padding: 20px 25px 20px 0;
}
.block-right {
    display: block;
    box-sizing: border-box;
    width: 65%;
    float: right;
    padding: 20px 0;
}

.icon-triangle {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

h2.widgettitle {
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 15px;
}
.widgettitle a{
    color: #707070;
}

.join-text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
    list-style-type: none;
}
.join-text:before {
    content: url('http://tisa.wpengine.com/wp-content/uploads/images/icon_mark.png');
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
.join-promo {
    display: block;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 14%;
    float: left;
    color: white;
    font-size: 16px;
    text-align: center;
}
.btn-promo {
    display: inline-block;
    margin-top: 19px;
    margin-left: 35px;
    padding: 8px 22px;
    float: left;
    border: 2px solid white;
    border-radius: 5px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn-promo:hover {
    border-style: solid;
    border-color: transparent;
    background-color: white;
    color: #f8a949;
}

.heading-promo {
    text-align: center;
    color: #0093b9;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}
.heading-grey {
    color: #4f4f4f;
    font-size: 32px;
}
.heading-promo.spacer {
    margin-bottom: 25px;
}
.promo-about {
    margin-top: 20px;
    padding: 0 10%;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.logo-block {
    height: 140px;
    border: 1px solid #eaeaea;
    background: #fff;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 14.36%;
}
.logo-section .logo-row{
    height: 284px;
    overflow: hidden;
}
.featured-logo {
    display: block;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
   /* filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

/*.slider-section {
    background-image: url('https://daks2k3a4ib2z.cloudfront.net/54a63a58e9ea6d9b0f3a0b0d/54a640e4e9ea6d9b0f3a0bd5_hero_bg.png');
}*/
.join-section {
    height: 90px;
    background-color: #f8a949;
}
.about-section {
    padding: 60px 0px 5px 0px;
    background-color: #eef4f6;
}
.evaluation_kit {
	font-weight: bold;
	font-size: 16px;
	color: #ffcc00;
	text-align: center;
	margin-bottom: 5px;
}

.evaluation_kit_btn {
    text-align: center;
    background-color: #0093b9;
    display: inline-block;
    min-width: 60px;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #ffcc00;
    margin-left: 7px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.evaluation_kit_btn:hover {
	color: #0093b9;
	background-color: #ffcc00;
}

.logo-section {
    padding: 60px 0;
}

.banner_block {
    position: relative;
}
.video_btn img {
    position: absolute;
    z-index: 100;
    top: 30%;
    width: 116px;
    left: 50%;
    margin-left: -58px;
}

/* ---------------NEWS--------------- */

.recent_posts_with_excerpts {
    font-size: 14px;
    color: #4f4f4f;
    margin: 0;
    padding: 0;
    padding-right: 20px;
}

.recent_posts_with_excerpts a {
    font-weight:700;
    line-height: 1.2;
}

aside h2.recent_posts_with_excerpts {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.recent_posts_with_excerpts p {
    font-size: 12px;
    height: 31px;
    overflow: hidden;
}

.recent_posts_with_excerpts li {
    margin-bottom: 20px;
    list-style-type: none;
}
.recent_posts_with_excerpts li a {
    padding-left: 15px;
}
.recent_posts_with_excerpts li a:before {
    content: url('/wp-content/uploads/images/news-icon.png');
    display: inline-block;
    width: 17px;
    margin-left: -15px;
}

.sidebar-title {
    margin: 30px 0 15px 0;
    font-size: 16px;
    font-weight: 900;
    color: #cccccc;
    text-transform: uppercase;
}
.sidebar-title a {
    color: #cccccc;
}

.date {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
    margin: 0 0 5px 0;
}

.blank {
    display: none;
}

/* ---------------FOOTER-TOP--------------- */

.footer-section {
    padding: 20px 0;
    background: #eef4f6;
    line-height: 24px;
}
.footer-section a {
     font-size: 13px;
    color: #4f4f4f
}
.footer-section a:hover {
    color: #0093b9;
    text-decoration: underline;
}

#widget-area {
    float: left;
    padding-right: 25px;
}
#widget-area.last-widget {
    float: right;
}

.widget-title {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    text-transform: uppercase;
}

.social-icon {
    width: 20px;
    padding: 3px 8px 8px 0;
}

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

/* ---------------FOOTER-BOTTOM--------------- */

.site-footer {
    height: 40px;
    background: #0093b9;
    overflow: hidden;
}

.copyright {
    padding: 11px 25px 0 0;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.site-footer nav ul li {
    float: left;
    margin-right: 15px;

}
.site-footer nav ul li a{
    color: #fff;
    font-size: 13px;
    margin: 12px 0;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer nav ul li a:hover{
    color: #fff;
    text-decoration: underline;
}

/* ---------------PAGE--------------- */

.l-side {
    display: block;
    float: right;
    width: 25%;
    margin: 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-main {
    display: block;
    float: left;
    width: 75%;
    margin-top: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------SIDE-NAV--------------- */

.b-widget {
  margin-bottom: 30px;
  border: 1px solid #383836;
}

.b-widget__title {
  background-color: #383836;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.b-widget__content, .b-widget .tribe-list-widget {
  padding: 20px;
}

.b-widget .tribe-list-widget {
  padding-bottom: 0;
}

.b-widget a {
  color: #707070;
  font-weight: bold;
  font-size: 14px;
}

.b-news__item {
  margin-bottom: 10px;
}


.b-widget.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin: 0 0 10px;
}

.tribe-events-widget-link a {
  display: inline-block;
  padding: 20px;
  font-size: 12px!important;
  font-weight: normal!important;
}

#menu-quick-links {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
  /* ---------------BLOG--------------- */

.entry-title {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}
.entry-title a:link {
    color: #f8a949;
}
.entry-title a:visited {
    color: #f8a949;
}

.entrytext {
    margin-bottom: 15px;
}
.entrytext:after {
  content: '';
  clear: both;
  display: block;
}

.post {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    clear: both;
}

.time {
    color: #4f4f4f;
    margin-bottom: 5px;
    font-weight: 300;
    font-style: italic;
}

.serif {
    font-weight: 700;
    margin-top: 10px;
}
.serif a:link {
    text-decoration: underline;
}

.edit {
    float: left;
}
.edit-link{
    color: #0093b9;
    padding: 5px 15px;
    background-color: #fff;
}
.fa-pencil:before {
    margin-right: 7px;
}
i.fa.fa-pencil {
margin-bottom: 30px;
}

.pagination {
    float: right;
    padding: 5px 7px;
    background-color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.page-numbers.current {
    color: #ccc;
}

/* ---------------MEMBERS--------------- */

.mapcenter {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width:768px;
    width:100%;
}

.members-heading {
    margin-top: 30px;
    text-align: center;
}

.p_members {
    margin: 10px 0 30px 0;
    padding: 0 5%;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

/* ---------------ACTIVITIES--------------- */

.activities-link {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
}

.p_activities {
    margin: 10px 0 10px 0;
    padding: 0 5%;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.general-assembly-mobile {
    display: none;
}
.committees-mobile {
    display: none;
}

/* ---------------FAQ--------------- */

.faq-heading {
    margin-top: 20px;
}

.p_faq {
    font-size: 46px;
    margin: 10px 0 10px 0;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.blue-item a {
    color: #fff;
}

.blue-item {
    background-color: #0093b9;
    padding: 10px 8px 10px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}

.blue-item a:link,
.blue-item a:active,
.blue-item a:hover,
.blue-item a:visited {
    color: #fff;
}



/* ---------------CONTACTS--------------- */

.contact-heading{
    font-size: 44px;
    padding-top: 20px;
    text-align: center;
}

.middle-wrap {
    padding: 40px 80px;
}
.activities-wrap {
    padding: 30px 0px 0px 0px;
}
.middle-coll {
    float: left;
    width: 33.3%;
}

.contact-portrait {
    width: 150px;
    height:150px;
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.p_contacts {
color: #4f4f4f;
font-size: 13px;
font-style: italic;
font-weight: 500;
text-align: center;
}

/* ---------------MEMBERS--------------- */

.liaisons-wrap {
    padding: 25px 30px;
}
.liaisons-coll {
    float: left;
    width: 25%;
}
.liaisons-logo {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    display: block;
}

.members-wrapp h3.toggle-trigger.widget-title {
    font-size: 24px;
    font-weight: 300;
}
.members-wrapp .otw-sc-toggle .toggle-trigger span {
    top: 12px;
}

.logo-left {
    float: left;
}
.description-right {
    float: left;
    margin-top: -6px !important;
	line-height: 0.9em !important;
}
.description-right  .otw-sc-toggle .toggle-content p {
    font-style: normal;
}
.members-logo {
    float: left;
    margin-right: 15px;
}

/* ---------------WEBSHOP--------------- */

.order-input {
    padding: 5px 10px;
    border: none;
    outline: none;
    background: #fff;
    border-bottom: solid 1px #0093b9;
}
.ninja-forms-required-items {
    display: none;
}

.ninja-forms-form-title {
    margin: 30px 0 15px 0;
    font-size: 38px;
    font-weight: 300;
}

.ninja-forms-form-wrap label {
    font-weight: 500;
    font-size: 14px;
}

.order-chekbox {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #0093b9;
}

.order-btn {
    background-color:  #0093b9;
    padding: 5px 10px;
    border: none;
}

i.fa.fa-shopping-cart,
i.fa.fa-question-circle {
    margin-right: 7px;
}

.order-btn {
    color: #fff;
    background: #0093b9;
    border: none;
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}

.ninja-forms-field  .order-btn {
    color: #fff
}

.ninja-forms-field-error p {
    color: #f8a949;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

/*custom*/

.search-icon {

    display:none;
}



/*#header-text {
    background-color:#3498db;
    border:3px #3a5e8a solid;
    float: right;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 15px 0 30px;
}

#header-text > p{

    text-align: center;
    padding: 8px 60px;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    border-right: #e46c0a 23px solid;
    color:#fff;
}
*/
#menu-item-1855 > a > i{

    font-size: 25px;
    margin-top: -25px;
    border-radius: 50%;
    border: 2px #3a5e8a  solid;
    padding: 10px;
    color:#e46c0a;

}

#menu-top-menu {
    padding-top: 25px;
}




  /* Mailing-list-subcription */


   #container-wrapper {
            background-color: #ecf0f5;
        }

        #container-wrapper p {
            line-height: 18px;
        }


        #container-wrapper .container {

            padding-top: 0 !important;
            padding-bottom: 30px;
        }
        #container-wrapper .container:before {
            display: none;
        }

        #container-wrapper label {
            display: block;
            font-size: 16px;
           color: #111111;
            cursor: pointer;
        }
        #container-wrapper li label {
            color: #111111;
        }

        #container-wrapper .subfield label {
            display: none;
        }

        #container-wrapper .addressfield .subfield {
            display: block;
            width: 180px;
        }

        #container-wrapper .addressfield input,
        #container-wrapper .addressfield select {
            width: 150px;
        }

        #container-wrapper ul,
        #container-wrapper li {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #container-wrapper ul li  {
            display: inline-block;
            width: 50%;
            padding-bottom: 13px;
        }
        #container-wrapper .container {
            background-color: #ecf0f5;
            width: 60vw;

            margin: 0 auto;

        }

        #container-wrapper .page__title {
            padding-bottom: 16px;
            text-align: center;
            font-weight: 700 !important;
            font-size: 18px;
        }

        #container-wrapper .form__asteriks {
            padding: 20px 0 30px;

        }

        #container-wrapper .form__projects {
            padding-top: 30px;
            border-top: 7px solid rgb(129, 130, 128);
        }

        #container-wrapper input {
            border: 1px solid #004a93;
            padding:6px;
        }
        #container-wrapper input[type="text"], input[type="email"] {
            font-size: 14px;
            width: 50%;
        }
#container-wrapper input[type="checkbox"] {
    margin-right: 9px;

}

        #container-wrapper .form__field {
            padding-bottom: 4px;
        }

        #container-wrapper .form__fields-global-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        #container-wrapper .form__fields-wrapper-1,
        #container-wrapper .form__fields-wrapper-2{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width:100%;
        }
        #container-wrapper .asterisk-email {
            margin-right:  90px;
        }
        #container-wrapper .asterisk-first {
            margin-right: 52px;
        }
        #container-wrapper .asterisk-last {
            margin-right: 53.6px;
        }
        #container-wrapper .asterisk-company {
            margin-right: 47px;
        }
        #container-wrapper .asterisk-job {
            margin-right: 90px;
        }
        #container-wrapper .asterisk-location{
            margin-right: 115px;
        }
        #container-wrapper .asterisk {
            color: #f6d17d;
        }

        #container-wrapper .form__asteriks {
            font-size: 12px;
        }

        #container-wrapper .form__text {
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            padding: 10px 10px;
            margin-top: 0;
            background-color: #e5e5e5;
            margin-bottom: 45px;
            color: #111;
        }
        #container-wrapper .header__container {
            background-color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align:center;
            -webkit-align-items:center;
            -ms-flex-align:center;
            align-items:center;
            webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;

            padding: 20px 30px;

        }

        #container-wrapper .header__logo {
            width: 216px;
        }

        #container-wrapper .header__title {
            flex-grow: 2;
            align-self: center;
            text-align: center;
            margin: 0;
            padding-bottom: 14px;
            font-size: 24px;
            font-weight: 600;
        }

        #container-wrapper .page__disclaimer {

            font-size: 18px;
            color: #004a93;

            font-weight: 600;
            text-align: left;
            padding: 50px 1px 25px 1px;

        }

        #container-wrapper .page__info {

            font-size: 18px;
            line-height: 24px;
            text-align: center;
            padding: 10px 10px !important;
            margin-top: 0;
            background-color: #e5e5e5;
            margin-bottom: 45px;
            color: #111;

        }
        #container-wrapper .page__info--2 {
            font-family: "Open Sans", sans-serif;
            color: #fff;
            font-size: 16px;
            padding:30px;
            background-color:   #004a93;
            font-style: italic;
            font-weight: 300;
        }

        #container-wrapper footer {
            padding-top: 27px;
        }
        #container-wrapper .submit-form {
            padding: 10px 20px;
            font-family: "Open Sans", sans-serif;
            background-color: #004a93;
            color: #ffd300;
            font-size: 24px;
            font-weight: 600;
            cursor: pointer;
            float: none !important;
        }
        #container-wrapper .submit-wrapper {
            text-align: center;
        }

        @media screen and (max-width: 1350px) {
            #container-wrapper .form__fields-global-wrapper {
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
            #container-wrapper .asterisk {
                margin: 0;
                display: inline-block;
                padding-bottom: 7px;
            }
            #container-wrapper .asterisk-job,  #container-wrapper .asterisk-location {
                display: block;
            }
            #container-wrapper input[type="text"], input[type="email"] {
                width:100% !important;

            }
            #container-wrapper .form__field {
                padding-bottom: 20px;
            }
        }

        @media screen and (max-width: 1100px) {

            #container-wrapper ul li {
                width:100%;
            }
        }
        @media screen and (max-width: 767px) {

            #container-wrapper .container {
                width: 90vw;
            }
        }
        @media screen and (max-width: 380px) {
            #container-wrapper  li label {
                display:-webkit-box;
                display:-webkit-flex;
                display:-ms-flexbox;
                display:flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }
            #container-wrapper  input[type="checkbox"] {
                margin-right: 10px;
            }

        }

        @media screen and (max-width: 992px) {

            #container-wrapper  .header__container {
                -webkit-box-orient:vertical;
                -webkit-box-direction:normal;
                -webkit-flex-direction:column;
                -ms-flex-direction:column;
                flex-direction:column;
            }
            #container-wrapper  .header__title {
                margin-top: 7px;
            }
        }
        @media screen and (max-width: 447px) {

            #container-wrapper .header__container {

            }
        }


/* Mailing-list pop-up    */

#popmake-2881 {
    padding: 0 !important;
    border: none !important;
    border-radius: 14px !important;
}



.mailing-list__wrapper {
    text-align: center;
    border-radius: 12px;
    border: 1px solid #818280;
    padding: 20px 60px;
    box-shadow: 1px 4px 7.76px 0.24px rgba(0, 0, 0, 0.19);
    text-shadow: 1px 4px 7.76px rgba(0, 0, 0, 0.19);
}


    .mailing-list__title {
    color: #0b4a8c;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.24);
    margin: 10px;
}

.mailing-list__separator {
    background-color: #f7c82e;
    height: 3px;
    box-shadow: 1px 4px 5.88px 0.12px rgba(0, 0, 0, 0.09);
    text-shadow: 1px 4px 5.88px rgba(0, 0, 0, 0.09);
    margin-bottom: 12px;
}


.mailing-list__text {
    color: #0b4a8c;
    font-size: 17px;
    line-height: 36px;
    margin-top: 0;
}


.mailing-list__link {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #0b4a8c;
    color: #f7c82e !important;
    box-shadow: 1px 5px 6.32px 1.68px rgba(0, 0, 0, 0.24);
    text-shadow: 1px 5px 6.32px rgba(0, 0, 0, 0.24);
    text-decoration: none;
}



@media screen and (max-width: 700px) {
            #popmake-2881 {
              max-width: 65% !important;
                width: 65% !important;
            }
            .mailing-list__wrapper {
                padding: 5px;
            }

            .mailing-list__title {
                font-size: 25px;
            }

            .mailing-list__text {
                font-size: 14px;
            }

        }















/*
.site-nav ul li a:link {
    display: block;
}

#menu-item-153 > a{
    text-transform: uppercase !important;
}


@media screen and (max-width: 650px) {

    /*#header-text > p{
        margin:40px 0 10px 0 !important;
        padding: 0px !important;
        background-color: #3498db;
        color: #fff;
        font-size: 16px !important;
        border-right: red 23px solid;

        text-align: center;
        float:none !important;
    }



    #header-text > p{

        text-align: center;
        padding: 8px 31px !important;
        font-size: 14px !important;
        font-family: 'Open Sans', sans-serif;
        border-right: #e46c0a 23px solid;
        color:#fff;
    }

}*/
.b-video-slider__title {
  font-size: 24px;
  color: #F7A948;
  margin-bottom: 30px;
}
.b-video-slider__videos {
  margin-bottom: 20px;
}

.b-video-slider__thumbnail-item {
  outline: none;
}

.b-video-slider__thumbnail {
  height: 100px;
  width: 200px;
  margin: 0 auto;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-video-slider__thumbnail::after {
  display: block;
  content: ' ';
  font-size: 0;
  background: 0 -39px url('/wp-includes/js/mediaelement/mejs-controls.svg') no-repeat;
  height: 80px;
  width: 80px;
  transform: scale(0.6);
}

.b-technologies-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px 0;
}

.b-technologies-buttons__button, .h-tisa-button {
  white-space: nowrap;
  padding: 15px 20px;
  background-color: #0093b9;
  border: 1px solid #0093b9;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}


/**
Join
 */

.b-join {
  text-align: center;
}

.b-join__title {
  font-size: 36px;
  font-weight: 300;
  color: #0093b9;
  margin-bottom: 30px;
}

.b-reasons {
  display: flex;
  margin-bottom: 40px;
}

.b-reasons__item {
  flex: 0 1 25%;
}

.b-reason {
  padding: 5px;
}

.b-reason__icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px;
  padding-bottom: 52.5%;
  margin-bottom: 15px;
}

.b-reason__text {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.b-join__button {
  margin: 0 auto 20px;
  text-transform: uppercase;
}



/**
Video popup
 */
.featherlight .featherlight-content {
  width: 100%;
  max-width: 1000px;
}

.js-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.js-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

mediaelementwrapper {
  display: block;
  height: 100%;
}

/* BLUE LINKEDIN & SUBSCRIBE BAR */

/* [ SECTION ] */
.subscribe-bar {
	background-color: #0093b9;
	height:25px;
	z-index: 20;
	width: 100%;
	display: block;
	padding: 5px;
	margin-left: 0px;
	text-align: center;
	position: relative;
}

/* [ ROW ] */
.subscribe-bar-inner {
	width: 100%;
	max-width: 1180px;
	text-align: right;
	padding-right: 0px;
}


/* [ LINKEDIN GROUP LINK/BUTTON ] */
/* BOX */
.linkedin-group {
	height: 25px;
	display: inline-block;
	text-align: right;
	margin-right: 0px;
	vertical-align: middle;
}
/* TEXT */
.linkedin-group a {
	margin-right:10px;
	max-height: 25px;
	font-weight: 700;
	color: #ffcc00!important;
	font-size: 14px;
	vertical-align: middle;
}
.linkedin-group a:hover {
	color: #FFFFFF!important;
}

/* MOBILE */
@media only screen and (max-width: 350px) {
.linkedin-group a {
	font-size: 12px;
}
}
/* ICON */
.linkedin-group img {
	max-height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

/* [ SUBSCRIBE TO NEWSLETTER LINK/BUTTON ] */
/* ICON */
.subscribe-to-newsletter img {
	max-height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

/* BOX */
.subscribe-to-newsletter {
	margin-right:10px;
	height: 25px;
	display: inline-block;
	
}
/* TEXT */
.subscribe-to-newsletter a {
	margin-right:10px;
	max-height: 25px;
	font-weight: 700;
	color: #ffcc00!important;
	font-size: 14px;
	vertical-align: middle;
}

.subscribe-to-newsletter a:hover {
	color: #FFFFFF!important;
}

/* MOBILE */
@media only screen and (max-width: 350px) {
.subscribe-to-newsletter a {
	font-size: 12px;
}
}
