
body, h1, h2, h3, ul, li {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'unido-icons';
    src: url('assets/waat-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow-x: hidden;
}
body {

    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: white;

}

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

p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20pt;
    line-height: 140%;
    color: #333334;
}

p.introducio {
    font-size: 20pt;
    font-weight: bold;
}

i {
    font-family: 'Volkhov', serif;
    font-size: 18pt;
    color: #9B9B9C;
    line-height: 140%;
}

ul li {
    font-family: 'Volkhov', serif;
    font-size: 14px;
    color: #241F21;
    list-style-type: none;
}


ol li {
    font-family: 'Volkhov', serif;
    font-size: 18pt;
    color: #333334;
    margin-bottom: 20px;


}


h2 {
    font-family: 'Volkhov', serif;
    text-transform: uppercase;
    font-size: 40pt;
    color: #06AF71;
    font-weight: normal;
}


h3 {
    font-size: 25pt;
    font-family: 'Volkhov', serif;
    padding: 8px 0;
    position: relative;
}

h4 {
    font-size: 20pt;
    font-weight: normal;
}


ul li,
.twotab p {
    font-size: 18pt;
    font-family: 'Volkhov', serif !important;
}


.front, .front-wrap {
    position: relative;
}

.front {
    background-color: #06AF71;
}

.front h1 {
    font-family: 'Volkhov', serif;
    text-transform: uppercase;
    display: inline-block;

    color: white;


}

.headline {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}



@media (max-width: 960px) {
    .front-wrap  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


}



@media (min-width: 960px) {
    .front h1 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        font-size: 78px;
        padding-left: 80px;

    }

    .headline {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

}


@media (min-width: 960px) and (max-width: 1310px) {

    .front h1 {
        font-size: 56px;
        max-width: 240px;

    }
}

@media only screen and (min-width: 1480px) {
    .front h1 {
        left: 0;
        right: auto;
        min-width: 100%;
    }

}


.loga img {
    margin-right: 16px;
}


header, .front, section, footer, .page-banner {
    padding: 20px 6%;
}


@media (min-width: 1080px) and (max-width: 1280px){
    header, .front, section, footer, .page-banner {
        padding: 20px 6%;
    }

    section {
        padding-top: 80px;
    }
}



@media only screen and (min-width: 1280px) {
    header, .front, section, footer, .page-banner {
        padding: 20px 16%;
    }

    section {
        padding-top: 80px;
    }
}



@media (min-width: 1280px) and (max-width: 1480px) {

    header {
        padding: 20px 8%;
    }
}
header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #06AF71;
    z-index: 10000;


}

header.fixed {
    position: fixed;
    top: 0;
    width: 100vw;
    background: white;
   z-index:1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;

}


.second_logo {

}
.third_logo {
    margin-left: 22px;
}


header.fixed,
header.fixed > a {


    -webkit-animation-name: moving;
    -webkit-animation-duration: 450ms;
    animation-name: moving;
    animation-duration: 450ms;

}

@-webkit-keyframes moving {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 92px;
        opacity: 1;
    }
}


@keyframes moving {
    from {  height: 0;
        opacity: 0;}
    to {height: 80px;
        opacity: 1;}
}

header.fixed .menu-switch {
    margin: 6px;
}
header nav {
    position: relative;
}
header nav ul {
    margin: 0;
    padding: 0;
    display: none;
}

.loga {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;


}

@media (min-width: 660px)  {
    .loga {
        max-height: 52px;
    }

}

.loga a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    

}

@media (min-width: 1260px) {
	.loga a {
		transition: transform 250ms ease-in;
	}
	
	.loga a:hover {

		transform: scale(0.9);

	}
}

.loga a svg {
    max-height: 80px;
    max-width: 210px;
}

.loga a svg.switchmed {
    max-width: 180px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.loga a svg {
		max-height: 61px;
	}
	
	header.fixed, header {
		min-height: 80px;
	}
	
	
	@media (min-width: 860px) {
		.page-template-test .item p, .home .item p {
			margin-bottom:94px;
		}
	}
}
.loga a svg.unido_head {
    max-width: 80px;

}
.top {
    display: flex;
    padding: 0 10px 10px 0;
}

.footer-inner a {
	color: white;
}
.menu-switch {

    background: #1FB071;
    margin: 0 6px;
    padding: 10px;
    position: relative;
    vertical-align: bottom;
    width: 30px;
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 30px;
}

.menu-switch span {
    background: white;
    display: block;
    height: 5px;
    margin: 4px 1px;
    position: relative;
    -o-transition: background .2s;
    -webkit-transition: background .2s;
    transition: background .2s;
}



header nav.active  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    padding: 20px 40px;
    position: absolute;
    right: 6px;
    top: calc( 100% + 21px);
    z-index: 10;
    border: 1px solid #06AF71;
    -webkit-animation-name: moveDown;
    -webkit-animation-duration: 450ms;
    animation-name: moveDown;
    animation-duration: 450ms;
}

@media (max-width: 660px) {
    header nav.active  ul {
        top: calc( 100% + 32px);
    }
}

@-webkit-keyframes moveDown {
    from {

        opacity: 0;
    }
    to {

        opacity: 1;
    }
}


@keyframes moveDown {
    from {

        opacity: 0;}
    to {

        opacity: 1;}
}




header nav.active  ul li {
    margin-bottom: 16px;
}

header nav.active  ul li a {
    padding: 10px;
}

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

    header {
        align-items: flex-start;
        min-height: 52px;
    }

    .loga {
        position: relative;
        width: 100%;
        height: 62px;
    }

    .loga a svg {
        max-height: 64px;
        max-width: 204px;
    }

    .loga a {
        display: none;
    }

    .loga a:first-child {
        display: block;
    }


}



@media only screen and (min-width: 1400px) {

    header nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-switch {
        display: none;
    }

    .front img {
        height: 100%;
        width: auto;
    }
}
header nav ul li {
    text-transform: uppercase;
    list-style-type: none;

}

.front img {

    -o-object-fit: cover;

    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
}



header nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #06AF71;
    font-size: 20pt;
    padding: 0 0 0 48px;
    -webkit-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
    display: inline-block;
    white-space: nowrap;
}


header nav ul li a:hover {
    color: black;

}





a.morelink  {
    color: #06AF71;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    position: relative;
    z-index: 100;

}


@media (max-width: 960px) {

    a.homelink {
        display: inline-block;
        padding: 10px;
        position: fixed;
        bottom: 8px;
        left: 20px;
        background: white;
        border-radius: 50%;
        border: 1px solid #333334;
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
    }

    .home  a.homelink {
        display: none;
    }
    #path833 {
        fill: #333334;
    }

    .footer-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }


}

@media (min-width: 960px) {
    a.homelink {
        display: none;
    }
}
.itemmore {
    position: relative;
    align-self: flex-start;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
}

a.morelink:hover,
.itemmore:hover
{
    color: #333334;
}

a.morelink:before, a.morelink:after,
a.itemmore:before, a.itemmore:after
{
    content: '';
    background: #06AF71;
    position: absolute;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

a.morelink:before,
a.itemmore:before

{
    top: 0;
    left: 0;
}

a.morelink:after,
a.itemmore:after

{
    top: 100%;
    right: 0;
}

a.morelink:hover:before,
a.morelink:hover:after,
a.itemmore:hover:before,
a.itemmore:hover:after

{
    width: 100%;
}



.item_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.item {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding: 40px 40px 0 0;
    margin-bottom: 40px;
}
@media only screen and (min-width: 860px) {

    .item_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .item {
        width: 50%;
        margin-bottom: 60px;
    }

    .page-template-test .item,
    .home .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .page-template-test .item p,
    .home .item p {
        flex: 1;
    }
}



.item p {
    color: #999899;
    font-size: 18pt;
}

.item h3 {
    color: #333334;
    font-size: 20pt;
    margin: 20px 0;
}

a.itemmore,
.navipages a, .navipages span  {
    color: #5DA9B9;
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
    -webkit-transition: color 350ms ease-in,
    transform 350ms ease-in;
    -o-transition: color 350ms ease-in,
    transform 350ms ease-in;
    transition: color 350ms ease-in,
    transform 350ms ease-in;
    display: inline-block;
}


.navipages span {
    display: inline;
}

@media only screen and (max-width: 1660px) {
    .single-test_step_one .navipages {

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .single-test_step_one .navipages span:nth-child(2) {
        margin-top: 26px;
        align-self: flex-end;
    }

}
a.itemmore:hover,
.navipages a:hover,
.navipages span:hover {
    color: black;

}

.navipages  span:hover span {
    color: black;

}


.navipages  span:hover span.moveleft {
    transform: translate(-5px, 0);
    display: inline-block;

}
.navipages  span:hover span.moveright {
    transform: translate(5px, 0);
    display: inline-block;

}


.frontico {
    width: 120px;
    height: 120px;
    background-image: url('images/frontico.svg');
    background-repeat: no-repeat;
}

.steps {
    background-position: 0 0;
}

.tools {
    background-position: -120px 0px;

}

.book {
    background-position: -240px 0px;

}

.pen {
    background-position: -360px 0px;
}

footer {
    background: #1FB071;
    color: white;
    margin-top: 120px;

}




.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}


@media  (min-width: 960px) {
    .footer-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media  (max-width: 960px) {
    .footer-left {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.foot_holder a:visited, .foot_holder a:active {
    color: white !important;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.email, .tel {
    background-image: url(images/fooico.svg);
    background-repeat: no-repeat;
    padding: 0;
    display: inline-block;

}

.email {
    background-position: 0 0;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    background-size: 52px 28px;
}

.tel {
    background-position: -26px 0;
    background-position: -47px 0;
    background-size: 78px 39px;
    width: 27px;
    height: 36px;
    margin-left: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0;
}

.foot_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

@media only screen and (max-width: 860px) {
    .foot_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 8px;
    }

    .tel {
        margin-left: 12px;
    }
}




@media only screen and (min-width: 860px) {

    .footer-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rest-text  {
        padding-left: 120px;
        margin-top: 80px;
    }


}

.footer-left a {
    text-decoration: underline;
    color: white;
}

.page-banner {
    width: 100vw;
}

.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


@media only screen and (max-width: 860px) {
    .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}


.page-banner.bluish,
.page-template-test-one .menu-switch {
    background: #5EA9B9;
}

.bluish h3,
.bluish header nav ul li a,
.bluish h4{
    color: #5EA9B9;

}


.page-banner.reddish {
    background:  #AF3033;
}
.reddish h3,
.reddish .list_arrow ul li:before,
.reddish   .itemmore

{
    color: #AF3033;
}


.greenish h3, .greenish h2  {
    color: #4F8F7B;
}

.page-banner.greenish {
    background: #4F8F7B;
}

.greenish .itemmore {
    color: #4F8F7B;
}

.page-banner.purplish {
    background: #595AA4;
}


.purplish h3,
.purplish h2
{
    color: #595AA4;
}

.purplish  .itemmore {
    color: #595AA4;
}


.page-banner .front-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}


.database h3, .database h2 {
    color: #06AF71;
}



.baner-headline {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;


}

@media (max-width: 1080px) {
    .page-banner img {
        max-width: calc(100vw - 18%);
    }
}



@media (min-width: 1080px) {
    .page-banner .front-wrap {
        max-width: 68vw;
        padding-right: 218px;
    }
    .baner-headline {
        width: 255px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}


.baner-headline h1 {
    color: white;
    font-family: 'Volkhov', serif;
    text-transform: uppercase;
    font-size: 38px;
}

.volk  > p {
    font-family: 'Volkhov', serif;
    font-size: 25pt;
}



.test-block {
    cursor: pointer;
    padding: 6px 0 8px 6px;
    margin-left: -6px;
    margin-top: 30px;
    position: relative;
}

.bluish .test-block:hover {
    background: #5da9b929;
}
.test-block > p, .extend {
    display: none;

}

.greenish .test-block h3:hover {
    background: #EAF3F1;
}

.lightgreenish,
.lightgreenish .extend a

{
    color: #06AF71;
}

.arrow {
    -webkit-transition: -webkit-transform 250ms ease-in;
    transition: -webkit-transform 250ms ease-in;
    -o-transition: transform 250ms ease-in;
    transition: transform 250ms ease-in;
    transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
    display: inline-block;
    align-self: flex-start;
}
.test-block.active .arrow,
h2.active .arrow,
h3.active .arrow

{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}
.bluish h2 {
    margin: 40px 0 16px 0;
}

.extend {
    padding: 40px 0;
    cursor: auto;
    color: #999899;
    font-size: 18pt;
}

.test-block-link {
    display: inline-block;
    margin: 20px 20px 0 auto;
}


.bluish  .test-block-link {
    color: #5DA9B9;
}
.ext_back {
    background: #DCE9E6;
    margin-left: -200% !important;
    margin-right: -200% !important;
    padding-left: 200% !important;
    padding-right: 200% !important;
}




.threetab, .twotab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
}


.threetab > div {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;

}



.primus .twotab {
    border-left: 1px solid #4F8F7B;
    border-right: 1px solid #4F8F7B;
    border-bottom: 1px solid #4F8F7B;
}

.threetab {
    border: 1px solid #4F8F7B;
}


.threetab > div.center {
    background: #a0c4ba;
    border-right: 1px solid #4F8F7B;
    border-left: 1px solid #4F8F7B;

}

.botbor {
    border-bottom: 1px solid #4F8F7B;
}
.threetab > div h5,
.twotab > div h5
{
    border-bottom: 1px solid #4F8F7B;
    height: 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4F8F7B;
    font-weight: 400;
    padding: 0 8px;
    font-size: 24px;
    box-sizing: border-box;
}


.threetab > div h5:nth-child(2) {
    border-right: 1px solid #118A73;
    border-left: 1px solid #118A73;
}

@media (max-width: 960px) {


    .threetab, .twotab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .threetab > div {
        width: 100%;
    }

    .threetab > div h5,
    .twotab > div h5 {
        height: auto;
    }
}

.threetab ul {
    list-style-type: none;
    margin: 0;

}
.threetab ul li {
    margin-bottom: 16px;
    padding: 8px;

}
.twotab > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twotab > div.onethird,
.twotab > div.twothirds {
    padding: 8px;

}

.twotab > div  a {
    text-decoration: none;
    color: #418C77;
}
.threetab ul li:first-child,
.threetab ul li:nth-child(2)
{
    min-height: 82px;
}



.primus  .twothirds {
    border-left: 1px solid #118A73;
}


@media (max-width: 860px) {
    .line {
        margin-bottom: 60px;

    }
}



@media  (max-width: 860px) and (min-width: 580px) {
    .line .onethird img {
        float: left;
        margin: 10px 26px 60px 0;
    }

    .line:after {
        content: '';
        display: block;
        width:100%;
        height:1px;
        clear: both;
    }
}

@media (min-width: 860px) {
    .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .onethird {
        width: 33.3%;
    }



    .twothirds {
        width: 66.6%;

    }


    .line .twothirds  {
        padding: 0 0 0 40px;
        margin-bottom: 40px;
    }


}




.secundus .twotab {
    border-width: 1px ;
    border-style: solid;
}
.secundus .twotab p{
    padding: 8px;
}

.half.hightlited {

    border-left-width: 1px;
    border-left-style: solid;
}
.list_arrow ul li {
    position: relative;
    margin-bottom: 20px;
}
.list_arrow ul li:before {
    content: '>';
    position: absolute;
    left: -20px;
    display: block;
    font-size: 14px;
    color: #118A73;
    top: 4px;

}

.singletab {
    margin: 0 auto;
    background: white;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #118A73;
    min-width: 60%;

}

ul.link_list li a {
    color: #333334;
    font-size: 18pt;
}


.levelthree .word-blue:before,
.levelthree .p-blue:before,
.levelthree .adobe-blue:before {
    top: 0;
    left: 0;
}
.thing h3 {
    margin: 16px 0 8px 0;
}

.thing .bluish h3 {
    color: #5EA9B9;
}
.support {
    padding-left: 24px;
    position: relative;
}


@media (max-width: 560px) {
    .support {
        padding-left: 0;
    }
}

h6 {
    color: #5EA9B9;
    font-size: 44px;
    margin: 54px 0 10px 0;
    font-weight: 200;
    font-family: 'Volkhov', serif;
}

.extend a {
    display: block;
    color: #5EA9B9;
    cursor: pointer;
    margin: 20px;
}


.yellowish h3,
.yellowish a.itemmore,
.yellowish h4,
.yellowish h2,
.yellowish .extend a

{
    color: #FBB03F;
}


.darkpink h3,
.darkpink a.itemmore,
.darkpink h4,
.darkpink h2,
.darkpink .extend a

{
    color: #B53973;
}

.line .twothirds h3 {
    margin: 0;
}

.bluish h2 {
    color: #5EA9B9;
    margin: auto 0;
    text-transform: none;

}

.top-block h2 {
    cursor: pointer;
}

.head img {
    width: 200px;
    margin-right: 20px;
}

@media (max-width: 660px) {

    .head img {
        width: 100%;
    }

}
.htrimove h4 {
    padding-left: 60px;
    position: relative;
    cursor: pointer;
    padding-top: 6px;
    margin: 6px 0 0;
    font-size: 18pt;
    font-family: 'Volkhov', serif;

}

.top-block {
    margin-bottom: 40px;
}
.htrimove h4 span {
    margin-left: 10px;
    font-size: 18px;

}

.top-extend {
    display: none;
}
.top-block h2 {
    -webkit-transition: background 250ms ease-in;
    -o-transition: background 250ms ease-in;
    transition: background 250ms ease-in;
}

.top-block h2:hover {
    background: #5da9b929;
}

h3 a {
    color: inherit;
    text-decoration: none;
}

.test-block > img {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 11px;
    left: 6px;
    z-index: 1;
}

.page-template-training-material-three  p.extend  {
    color: #9A9A9A;
}


.aside-nav .extend {
    padding: 6px;
}

.single section {
    min-height: calc(100vh - 172px);
}

.page section {
    min-height: calc(100vh - 172px);
}

/* Search results */

.search-results #sidebar {
    padding: 20px 16%;
}

#sidebar input[type="submit"] {
    background: transparent;
    color: white;
    border: none;
    width: 60px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    cursor: pointer;
    z-index: 100;
}
.banner img {
    min-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-template-test-tools p {
    font-size: 18pt;
}

.rest-text h3 {
    font-size: 20pt;
}

.rest-text p {
    font-size: 18pt;
}

.tile_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tile {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 620px) and (max-width: 960px) {
    .tile {
        width: 50%;

    }
}

@media (min-width: 960px) {
    .tile {
        width: 25%;
    }
    .arrow {
        margin-left: 22px;
    }
}


.test-block h3 {
    padding-left: 64px;
}


@media (max-width: 960px) {
    .test-block h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}



.test-block-link {
    text-decoration: none;
}




.rest-text p.twenty {
    font-size: 20pt;
}

.eighteen p {
    font-family: 'Volkhov', serif !important;
    font-size: 18pt;
}
.eighteensize {
    font-size: 18pt;
}
.greenish.volk ul li,
.twotab p {
    font-size: 18pt;
    font-family: 'Volkhov', serif !important;
}

.rest-text p.test-roboto {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20pt;
}

.test-tools h3 {
    font-size: 18pt;
    font-weight: normal;
}

.test-tools h6 {
    font-size: 25pt;
}

.hightlited {
    background: #CEE1DB;
    background-clip: content-box;
}


.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.volkhov {
    font-family: 'Volkhov', serif !important;
}



.primary {

    color: #06af71 !important;
}


.blue_primary {
    color: #5ea9b9 !important;
}


.blue_secondary{
    color: #b5d7df !important;
}

.blue_terciary{
    color: #e1eef2 !important;
}

.blue_back_primary{
    background-color:  #5ea9b9 !important;
}


.blue_back_secondary{

    background-color: #b5d7df !important;
}


.blue_back_terciary{
    background-color: #e1eef2 !important;
}



.red_primary {
    color:  #AF3033 !important;
}


.red_secondary{
    color: #e1b3b4 !important;
}

.red_terciary{
    color: #f6eaea !important;
}


.red_back_primary{
    background-color: #418a76 !important;
}


.red_back_secondary{

    background-color: #e1b3b4 !important;
}

.red_back_terciary{
    background-color:  #f6eaea !important;
}


.green_primary {
    color: #418a76 !important;
}


.green_secondary{
    color: #a0c4ba !important;
}

.green_terciary{
    color: #dce9e6 !important;
}


.green_back_primary{
    background-color: #418a76 !important;
}


.green_back_secondary{

    background-color: #a0c4ba !important;
}

.green_back_terciary{
    background-color: #dce9e6 !important;
}


.purple_primary {
    color: #595aa2 !important;
}


.purple_secondary{
    color: #a4a5cc !important;
}

.purple_terciary{
    color: #e0e1ee !important;
}


.purple_back_primary{
    background-color: #595aa2 !important;
}


.purple_back_secondary{

    background-color: #a4a5cc !important;
}

.purple_back_terciary{
    background-color: #e0e1ee !important;
}


.twentyfive {
    font-size: 25pt !important;
}

.twenty {
    font-size: 20pt !important;
}


.bluish .threetab,
.bluish .threetab > div.center,
.bluish .threetab > div h5,
.bluish .twotab > div h5,
.bluish .botbor,
.bluish .singletab
{
    border-color: #5EA9B9;
}

.bluish .threetab > div h5,
.bluish .twotab > div h5,
.list_arrow ul li:before {
    color: #5EA9B9;
}



.greenish .threetab,
.greenish .threetab > div.center,
.greenish .threetab > div h5,
.greenish .twotab > div h5,
.greenish .botbor,
.greenish .singletab
{
    border-color: #4F8F7B;
}

.greenish .threetab > div h5,
.greenish .twotab > div h5

{
   color: #4F8F7B;
}

.reddish .threetab,
.reddish .threetab > div.center,
.reddish .threetab > div h5,
.reddish .twotab > div h5,
.reddish .botbor,
.reddish .singletab
{
    border-color: #AF3033;
}

.reddish .threetab > div h5,
.reddish .twotab > div h5
{
   color: #AF3033;
}



.purplish .threetab,
.purplish .threetab > div.center,
.purplish .threetab > div h5,
.purplish .twotab > div h5,
.purplish .botbor,
.purplish .singletab
{
    border-color: #595AA4;
}






.purplish .threetab > div h5,
.purplish .twotab > div h5,
.list_arrow ul li:before {
    color: #595AA4;
}





.secundus .bluish.twotab,
.bluish  .half.hightlited {
    border-color: #5EA9B9;
}

.secundus .greenish.twotab,
.greenish  .half.hightlited  {
    border-color: #4F8F7B;
}


.secundus .reddish.twotab,
.reddish  .half.hightlited  {
    border-color: #AF3033;
}
.purplish .bluish.twotab,
.purplish  .half.hightlited  {
    border-color: #595AA4;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.bullets ul {
    padding: 20px 10px;
}
.bullets li {
    list-style-type: disc;
    margin-left: 30px;
}

.synchro p, .synchro ul li {
    font-family: 'Volkhov', serif !important;
    font-weight: normal;
    font-size: 20pt;
    line-height: 140%;
    color: #333334;
}

 ol.roboto li {
    font-family: 'Roboto', sans-serif !important;
}

ol.volkhov li {
    font-family: 'Volkhov', serif !important;
}
ul.marginleft li {
    margin-left: 28px;
}

.top-block h3 {
    cursor: pointer;
}

@media (max-width: 960px) {
    .top-block h3,
    .test-block h4


    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    .test-block p.extend {

        padding: 16px 0 ;
    }

    .extend a {
        margin: 0 0 0 16px;
    }
}

@media (max-width: 420px) {

    h3 {
        font-size: 18pt;
    }

}



.about_video .wp-block-embed__wrapper {
    min-width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
}

.about_video .wp-block-embed__wrapper  iframe {
    display: inline-flex;
    position: absolute;
    max-width: 100vw;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}


.overlay {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.8);
    position: fixed;
    z-index: 10000000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: scrolling;
    animation-name: scrolling;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}




.relative_position {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    padding: 80px 40px;
    overflow: auto;
}

.content_of_overlay {
    max-width: 1024px;
    position: relative;
}



.close {
    position: absolute;
    color: black;
    right: 0;
    cursor: pointer;
    margin: 0 9px 11px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 0;
    font-size: 3em;
    width: 68px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    z-index: 1000;
    color: black;
    font-size: 52px;
    background: rgba(255,255,255, .4);
    text-decoration: none;
    background: white;
    border-radius: 50%;
    border: 1px solid #333334;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
    transition: background 250ms ease-in;
}

@media (max-width: 520px) {
    .close {
        top: 20px;
    }
}


@media (max-width: 960px) {
    .close {
        right: 20px;
    }
}

.close:hover {
    background: #999899;
}



.tworight {
    display: flex;
    flex-direction: column;

}

.singleVideo {
    display: flex;
}

.twothirds_holder  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .twothirds_holder  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .twoleft {
        width: 80%;
    }



}




.twoleft .inner_div {
    min-width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
}
.twoleft iframe {
    display: inline-flex;
    position: absolute;
    max-width: 100%;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

}

.tworight {
    min-width: 280px;
    padding: 0 0 0 20px;

}

@media (max-width: 960px) {
    .tworight {
        margin-top: 40px;

    }
}
.description {
    padding-left: 20px;
}

.videos {
    padding-bottom: 40px;
    border-bottom: 1px solid #1FB071;
}

.flats {
    display: flex;
    margin-top: 40px;
    padding-bottom: 80px;
    flex-wrap: wrap;


}

.green_border {
    border-bottom: 1px solid #1FB071;
}


.flats {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flats_item {
    width: 100%;
    max-width: calc(100% - 40px);
    min-height: 300px;
    display: block;
    box-sizing: border-box;
    min-width: auto;
    object-fit: cover;
    box-sizing: border-box;
    margin-left: 1%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 1%;

}




@media only screen and (min-width: 660px) and (max-width: 960px) {
    .flats_item {
        width: 48%;
    }

    .flats {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }


}


@media only screen and (min-width: 960px) {
    .flats_item {
        width: 24%;
        height: 0;
        padding-bottom: 24%;
        min-width: 417px;
    }

    .flats {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }



}




.flats_item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: rgba(0,0,0, 0);
    transition: background 250ms ease-in;

}

.flats_item:hover:before {
    background: rgba(0,0,0, .2);
}



.flat_description {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    padding: 40px;
    background: rgba(31, 176, 113, .6);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Volkhov', serif;
   font-size: 20pt;
    color: white;
}

.discover h5 {
    font-family: 'Volkhov', serif;
    font-size: 20pt;
    color: #06AF71;
}

.contact h5 {
    font-size: 20pt;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.form_row span {
    width: 50%;
    box-sizing: border-box;
}

.form_row span input:first-child {
    width: 90%;
}



@media (max-width: 520px) {
    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_row span {
        width: 100%;
        box-sizing: border-box;
    }

    .form_row span input:first-child {
        width: 100%;
    }


}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 17px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
    color: #AAAAAA;
}

.wpcf7-form p {
    margin: 0;
    padding: 0;
}



.wpcf7-form input[type=submit] {

    width: auto;
    background: #1FB071;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16pt;
    letter-spacing: 2px;

}

.wpcf7-form::placeholder {
    color: #AAAAAA;
    opacity: 1;
}

.wpcf7-form:-ms-input-placeholder { /
    color: #AAAAAA;
}

.wpcf7-form::-ms-input-placeholder {
    color: #AAAAAA;
}





.adob-icon {
    padding-left:80px;
    position: relative;
}




.adob-icon:before,
.chain-blue:before,
.x-blue:before,
.word-blue:before,
.p-blue:before,
.adobe-blue:before
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 37px;
    height: 48px;
    left: -62px;
    background-size: 36px;
}

.adobe-green,
.adobe-blue



.adob-icon:before {
    background-image: url(icons/adobe-green.svg);
    width: 45px;
    height: 60px;
    background-size: 45px 60px;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

}

.lightgreenish.adob-icon:before {
    background-image: url(lightgreen/adobe-light-green.svg);
    width: 45px;
    height: 60px;
    background-size: 45px 60px;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

}
.chain-blue:before {
    background-image: url(icons/chain-blue.svg);
    width: 37px;
    height: 48px;
    left: -62px;
    background-size: 36px;
    top: 19px;
}


.p-blue:before {
    background-image: url(icons/p-blue.svg);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;

}


.adobe-blue:before
{
    background-image: url(icons/adobe-blue.svg);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    top: 0;

}



.x-blue, .word-blue {
    position: relative;
}
.x-blue:before  {
    background-image: url(icons/x-blue.svg);
    width: 44px;
    background-size: 44px 45px;
    top: 21px;
}

.top-block  .x-blue:before {
    top: -4px;
    left: 4px;
}


.word-blue:before  {
    background-image: url(icons/word-blue.svg);
    width: 44px;
    background-size: 44px 45px;
    top: 21px;
}



.adob-icon:before,
.chain-blue:before,
.x-blue:before,
.word-blue:before,
.p-blue:before,
.adobe-blue:before
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 37px;
    height: 48px;
    left: -62px;
    background-size: 36px;
}


.blue-link:before,
.blue-excell:before,
.blue-pdf:before,
.blue-word:before,
.blue-powerpoint:before,

.red-link:before,
.red-excell:before,
.red-pdf:before,
.red-word:before,
.red-powerpoint:before,

.green-link:before,
.green-excell:before,
.green-pdf:before,
.green-word:before,
.green-powerpoint:before,

.purple-link:before,
.purple-excell:before,
.purple-pdf:before,
.purple-word:before,
.purple-powerpoint:before,

.yellow-link:before,
.yellow-excell:before,
.yellow-pdf:before,
.yellow-word:before,
.yellow-powerpoint:before,

.lightgreen-link:before,
.lightgreen-excell:before,
.lightgreen-pdf:before,
.lightgreen-word:before,
.lightgreen-powerpoint:before


{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 45px;
    height: 60px;
    background-size: 45px 60px;
    top: 50%;
    transform: translate(0%, -50%);

}


.blue-link:before{
    background-image: url(type/blue-link.svg);

}
.blue-excell:before{
    background-image: url(type/blue-x.svg);

}
.blue-pdf:before{

    background-image: url(type/blue-pdf.svg);
}
.blue-word:before{

    background-image: url(type/blue-word.svg);
}
.blue-powerpoint:before{
    background-image: url(type/blue-p.svg);

}

.red-link:before{

    background-image: url(type/red-link.svg);
}
.red-excell:before{
    background-image: url(type/red-x.svg);

}
.red-pdf:before{

    background-image: url(type/red-pdf.svg);
}
.red-word:before{
    background-image: url(type/red-word.svg);

}
.red-powerpoint:before{

    background-image: url(type/red-p.svg);
}

.green-link:before{

    background-image: url(type/green-link.svg);
}
.green-excell:before{
    background-image: url(type/green-x.svg);

}
.green-pdf:before{
    background-image: url(type/green-pdf.svg);

}
.green-word:before{
    background-image: url(type/green-word.svg);

}
.green-powerpoint:before{
    background-image: url(type/green-p.svg);

}

.purple-link:before{

    background-image: url(type/purple-link.svg);
}
.purple-excell:before{
    background-image: url(type/purple-x.svg);

}
.purple-pdf:before{
    background-image: url(type/purple-pdf.svg);

}
.purple-word:before{
    background-image: url(type/purple-word.svg);

}
.purple-powerpoint:before{
    background-image: url(type/purple-p.svg);

}

.yellow-link:before{
    background-image: url(type/yellow-link.svg);

}
.yellow-excell:before{
    background-image: url(type/yellow-x.svg);

}
.yellow-pdf:before{
    background-image: url(type/yellow-pdf.svg);

}
.yellow-word:before{
    background-image: url(type/yellow-word.svg);

}
.yellow-powerpoint:before {

    background-image: url(type/yellow-p.svg);
}


.lightgreen-link:before {

    background-image: url(type/lightgreen-link.svg);
}

.lightgreen-excell:before{

    background-image: url(type/lightgreen-x.svg);
}
.lightgreen-pdf:before{

    background-image: url(type/lightgreen-pdf.svg);
}
.lightgreen-word:before{

    background-image: url(type/lightgreen-word.svg);
}
.lightgreen-powerpoint:before {

    background-image: url(type/lightgreen-p.svg);
}
.singleVideo {
    cursor: pointer;
    position: relative;
    padding: 5px 0 0 0;
    margin: 5px 0;

}
.singleVideo:before {

    content: '';
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: rgba(0,0,0, 0);
    transition: background 250ms ease-in;

}

.singleVideo:hover:before {
    background: rgba(0,0,0, .2);
}

.video-data {
    display: none;
}

.singleVideo .frame {
    max-width: 180px;
    flex: 100%;
}

.nopointer {
    cursor: auto;
}

.blue_terciary.fullhouse {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
    background: white;
    color: black !important;
    z-index: 10000;
    border: none;
    border-right: none !important;
    border-left: none !important;

}

.toppading {
    padding-top: 40px;
}

.leftpading {
    padding-left: 64px;
}


@media (max-width: 660px) {

    figure {
        margin: 0;
    }

    .common_page  figure {
        margin-bottom: 100px;
    }



    .about_video .wp-block-embed__wrapper iframe {
        max-width: calc(100vw - 40px);
    }

    .common_page  h2 {
        margin:  40px 0 ;
    }

    .page-template-test .banner img {
        display: none;
    }
    .page-template-test .banner  {
        margin-top: 10px;

    }


}


@media (max-width: 460px) {

    .singleVideo {
        display: flex;
        flex-direction: column;
    }
    .singleVideo .frame {
       min-width: 180px;
    }
     h2 {
         font-size: 26pt;
         word-break: break-word;
     }

    .flat_description {
        font-size: 14pt;
    }

}

@media (max-width: 660px) {
  .primus .twothirds,
  .half.hightlited

      {
          border-left: none;

      }


}

.search  .container {
    min-height: 72vh;
}

.navi {

}

.navi.next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-self: flex-end;
    margin: 0 0 0 auto;
}

.navipages {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #999899;
    padding-top: 20px;
    margin-top: 60px;
}

.test-block-link > img {
    min-width: 100%;
}

.page-template-test-one .tile {
    display: flex;

}
.page-template-test-one .test-block-link  {
    flex: 1;
}

.lang-item img {
    margin-bottom: 4px;
}

header nav .menu-french-menu-container ul li a

{
    padding: 0 0 0 36px;
}

.lang-item img {
    min-width: 16px;
}


@media only screen and (min-width: 1280px) and (max-width: 1520px) {
    header, .front, section, footer, .page-banner {
        padding: 20px 10%;
    }

}



