@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #cacdc8;
	opacity:1;
}
textarea::placeholder{ 
	color: #cacdc8;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
body{
        background: #fff;
        color: #010101;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
.wrapper{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.format-text{
	line-height: 140%;
	font-size: 16px;
}
.format-text > *{
	margin-top: 20px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #000;
	font-weight: 700;
	line-height: 140%;
}
.format-text h1{
	font-size: 40px;
}
.format-text h2{
	font-size: 36px;
}
.format-text h3{
	font-size: 30px;
}
.format-text h4{
	font-size: 26px;
}
.format-text h5{
	font-size: 20px;
}
.format-text h6{
	font-size: 18px;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 10px;
}
.inner-page .post-row a:not(.button),
.format-text a:not(.button){
	color: #009293;
}
.inner-page .post-row a:not(.button):hover,
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 22px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 18px;
	font-style: italic;
	line-height: 160%;
	color: #817F85;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.ppc-login-form input[type="submit"],
.ppc-login-form button,
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	background: #009293;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.ppc-login-form input[type="submit"]{
	height: 40px;
	line-height: 40px;
}
.button.disabled:hover,
.button.disabled{
	cursor: default;
	background: #ccc;
	color: #fff;
}
.button:active,
.button:focus{
	border-radius: 0;
}
.button.btn-fullwidth{
	display: block;
	width: 100%;
}
.ppc-login-form input[type="submit"]:hover,
.ppc-login-form button:hover,
.button:hover{
	color: #fff;
	background: #006a6a;
	border-color: #006a6a;
}
.button.btn-disabled,
.button.btn-disabled:hover{
	background: #E9E7EC;
	color: #817F85;
	cursor: default;
}
.button.has-loading{
	position: relative;
	overflow: hidden;
}
.button.has-loading.fetching{
	color: rgba(0,0,0,0);
	cursor: default;
}
.button.has-loading:before{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	content: '';
	z-index: 1;
}
.button.has-loading:after{
	display: none;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background: url(../img/btn-loading.svg) no-repeat;
	content: '';
	z-index: 2;
	opacity: .5;
}
.button.has-loading.fetching:after,
.button.has-loading.fetching:before{
	display: block;
}
.btn-hide{
	display: none !important;
}
.slick-dots{
	display: block;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}
.slick-dots li button{
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
	color: rgba(0,0,0,0);
	background: #fff;
	padding: 0;
	border-radius: 50%;
	position: relative;
	font-size:0px;
}
.slick-dots li.slick-active button{
	background: #009394;
}

.ppc-login-form input[type="number"],
.ppc-login-form input[type="text"],
.ppc-login-form input[type="tel"],
.ppc-login-form input[type="email"],
.ppc-login-form input[type="password"],
.ppc-login-form textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	display: block;
	width: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #9393a8;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	height: 40px;
	padding: 0 15px;
}
/** HEADER **/
#top{
        padding: 20px 0 30px;
        background: #fff;
        position: fixed;
        z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
#top .rowflex{
        justify-content: space-between;
        align-items: flex-end;
}
#top .logo{
        flex: 232px;
        max-width: 232px;
}
#top .logo2{
        flex: 173px;
        max-width: 173px;
        position: relative;
        top: 10px;
}
#top .mainmenu{
        flex: calc(100% - 500px);
        max-width: calc(100% - 500px);
        position: relative;
        top: -5px;
}
.mainmenu li{
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px;
        position: relative;
}
.mainmenu li a{
        color: #010101;
        display: inline-block;
        position: relative;
        font-size: 18px;
}
.mainmenu li:not(.btn) > a:after{
        display: block;
        position: absolute;
        left: 50%;
        bottom: -5px;
        width: 0;
        height: 1px;
        background: #010101;
        content: '';
        transition:all 0.2s ease-in;
}
.mainmenu li:not(.btn):hover > a:after,
.mainmenu li.current-menu-item:not(.btn) > a:after,
.mainmenu li:not(.btn) > a:hover:after{
        left: 0;
        width: 100%;
}
.mainmenu ul ul li.current-menu-item:not(.btn):not(:hover) > a:after{
	left: 50%;
	width: 0;
}
.mainmenu li.btn > a{
        color: #009395;
        padding: 5px 12px;
        border: 1px solid #009395;
        line-height: 100%;
}
.mainmenu li ul{
        position: absolute;
        left: 0;
        width: 260px;
        border: 2px solid #ececec;
        background: #fff;
        padding: 10px 8px;
        opacity: 0;
        visibility: hidden;
        margin: 18px 0 0;
        transition:all 0.2s ease;
}
.mainmenu li:hover > ul{
        opacity: 1;
        visibility: visible;
        margin: 15px 0 0;
}
.mainmenu li ul:before{
        display: block;
        position: absolute;
        left: 0;
        top: -20px;
        height: 20px;
        background: red;
        content: '';
        width: 100%;
        opacity: 0;
}
.mainmenu li ul li{
        display: block;
        margin: 10px 0 0;
}
.mainmenu li ul li:first-child{
        margin: 0;
}
.mainmenu li ul a{
        font-size: 15px;
}
body:not(.logged-in) .mainmenu li.logged-in,
body.logged-in .mainmenu li.logged-out{
	display: none !important;
}
#body{
	padding-top: 131px;
}
.anchor-target{
	position: relative;
}
.anchor-target:before{
	display: block;
	content: '';
	background: red;
	height: 131px;
	margin-top: -131px;
	z-index: -9999;
	visibility: hidden;
	opacity: 0;
}
/** FOOTER **/
#bottom{
        background: #009394;
        color: #fff;
        padding: 50px 0;
        position: relative;
}
.footer-widget .rowflex{
        justify-content: space-between;
}
.widget-text .txt{
        line-height: 140%;
        margin: 40px 0 0;
        max-width: 500px;
        font-size: 18px;
}
.footer-widget .rowflex .widget{
        flex: 25%;
        max-width: 25%;
        position: relative;
        top: 30px;
}
.footer-widget .rowflex .widget-text{
        flex: 50%;
        max-width: 50%;
        top: auto;
}
.footer-widget h3{
        font-weight: 700;
        font-size: 26px;
        margin: 0 0 10px;
}
.footer-widget ul{
        display: flex;
        flex-wrap: wrap;
        max-width: 250px;
}
.footer-widget ul li{
        flex: 50%;
        max-width: 50%;
        line-height: 160%;
}
.footer-widget ul li a{
        color: #fff;
}
.footer-widget ul li a:hover{
        text-decoration: underline;
}
#bottom .tribute{
        font-size: 11px;
        margin: 50px 0 0;
}
#bottom .btt{
        width: 100%;
        position: absolute;
        text-align: right;
        height: 0;
        z-index: 9;
        left: 0;
        top: 30px;
}
#bottom .btt a{
        display: inline-block;
        color: #fff;
}
#bottom .btt a:after{
        width: 5px;
        height: 15px;
        background-image: url(../img/icon/arrow3.svg);
        display: inline-block;
        position: relative;
        margin: 0 0 0 8px;
        top: -2px;
        transition:top 0.2s ease;
}
#bottom .btt a:hover:after{
        top: -6px;
}
.widget-social a{
        display: block;
        margin: 0 0 10px;
}
.widget-social a.in{
        width: 14px;
        height: 13px;
        background-image: url(../img/icon/in.svg);
}
.widget-social a.tw{
        width: 14px;
        height: 13px;
        background-image: url(../img/icon/tw.svg);
}
.widget-social a.fb{
        width: 7px;
        height: 14px;
        background-image: url(../img/icon/fb.svg);
}
/** INNER HOME **/
.inner-home{
        padding-bottom: 80px;
}
.inner-home .hero{
        position: relative;
        overflow: hidden;
}
.inner-home .hero .slider{
        float: right;
        width: 65%;
}
.inner-res .hero  .caption,
.inner-about .hero  .caption,
.inner-ediia .hero  .caption,
.inner-home .hero .caption{
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;
}
.inner-res .hero .pusher,
.inner-about .hero .pusher,
.inner-ediia .hero .pusher,
.inner-home .hero .pusher{
        max-width: 55%;
        position: relative;
        padding: 6vh 5vh 6vw 0;
}
.inner-res .hero .pusher:after,
.inner-about .hero .pusher:after,
.inner-ediia .hero .pusher:after,
.inner-home .hero .pusher:after{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #00786a;
        opacity: .8;
        content: '';
        z-index: 1;
}
.inner-res .hero .emul,
.inner-about .hero .emul,
.inner-ediia .hero .emul,
.inner-home .hero .emul{
        position: relative;
        z-index: 2;
        color: #fff;
}
.inner-res .hero h2,
.inner-about .hero h2,
.inner-ediia .hero h2,
.inner-home .hero h2{
        font-weight: 700;
        font-size: 6vw;
        line-height: 100%;
	word-wrap: break-word;
}
.inner-ediia .hero strong{
        display: block;
        font-weight: 700;
        font-size: 42px;
}
.inner-res .hero .txt,
.inner-about .hero .txt,
.inner-home .hero .txt{
        line-height: 150%;
        max-width: 430px;
        margin: 20px 0 0;
}

.inner-res .hero .txt{
        max-width: 450px;
}
.inner-res .hero .txt ul{
        list-style: disc;
        padding-left: 18px;
}
.inner-home .hero a.cvr-bg-af{
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
        margin: 20px 0 0;
        color: #fff;
}
.team-item .more:after,
.inner-pubs .list .item span:after,
.inner-home .news a span:after,
.inner-home .director span:after,
.inner-home .research span:after,
.inner-home .hero a.cvr-bg-af:after{
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height:5px;
        background-image: url(../img/icon/arrow1.svg);
        margin-left: 8px;
        position: relative;
        right: 0;
        transition:right 0.2s ease;
}
.team-item .more:after,
.inner-pubs .list .item span:after,
.inner-home .news a span:after,
.inner-home .research span:after{
        background-image: url(../img/icon/arrow2.svg);
        top: -1px;
}
.team-item .more:hover:after,
.inner-pubs .list .item:hover span:after,
.inner-home .news a:hover span:after,
.inner-home .director:hover span:after,
.inner-home .research a:hover span:after,
.inner-home .hero a.cvr-bg-af:hover:after{
        right: -5px;
}
.inner-home .hero .slider{
        position: relative;
}
.inner-home .hero .slider .slick-dots{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0 0 30px;
}
.inner-home .hero .slider .item{
        height: calc(100vh - 150px);
        position: absolute;
}
.inner-home .hero .slider .item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.inner-res .hero figure figcaption,
.inner-about .hero figure figcaption,
.inner-ediia .hero figure figcaption,
.inner-home .hero .slider .item span{
        font-size: 10px;
        position: absolute;
        right: 30px;
        bottom: 15px;
        color: #fff;
}
.inner-home .research{
        margin: 100px 0 0;
}
.inner-home .partner h2,
.inner-home .research h2{
        font-weight: 700;
        font-size: 42px;
        margin: 0 0 30px;
}
.inner-home .research .rowflex{
        margin: 0 -30px;
}
.inner-home .research a{
        flex: calc(25% - 60px);
        max-width: calc(25% - 60px);
        margin: 0 30px 30px;
        color: #010101;
        position: relative;
        display: block;
        padding-bottom: 35px;
}
.inner-home .research h3{
        font-weight: 700;
        font-size: 24px;
        margin: 0 0 15px;
}
.inner-home .research .txt{
        line-height: 140%;
        font-size: 15px;
}
.team-item .more,
.inner-pubs .list .item span,
.inner-home .news a span,
.inner-home .research span{
        color: #009395;
        font-size: 15px;
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
}
.team-item .more{
        font-size: 14px;
        position: relative;
        margin: 5px 0 0;
}
.inner-home .news,
.inner-home .partner,
.inner-home .director{
        margin: 90px 0 0;
}
.inner-home .director a{
        display: block;
        background: #009394;
        padding: 50px 0;
        color: #fff;
}
.inner-home .director .rowflex{
        justify-content: space-between;
}
.inner-home .director figure{
        flex: 22%;
        max-width: 22%;
        order: 2;
}
.inner-home .director .caption{
        flex: 73%;
        max-width: 73%;
        order: 1;
}
.inner-home .director .txt{
        line-height: 160%;
}
.inner-home .director .txt > *:not(:first-child){
        margin-top: 8px;
}
.inner-home .director .txt blockquote{
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
        padding: 0 0 10px;
}
.inner-home .director h3{
        font-size: 26px;
}
.inner-home .director span{
        font-size: 20px;
        display: inline-block;
        margin: 20px 0 0;
}
.inner-home .partner .rowflex{
        margin: 0 -20px;
        align-items: center;
}
.inner-home .partner figure{
        flex: calc(20% - 40px);
        max-width: calc(20% - 40px);
        margin: 0 20px 30px;
}
.inner-home .partner figure img{
        max-width: 90%;
}
.inner-home .partner .sixcol figure{
        flex: calc(16.666666666666666% - 40px);
        max-width: calc(16.666666666666666% - 40px);
}
.inner-home .news .rowflex{
        margin: 0 -17px;
}
.inner-home .news .rowflex > *{
        flex: calc(25% - 34px);
        max-width: calc(25% - 34px);
        margin: 0 17px 20px;
}
.inner-home .news .item{
        color: #fff;
        background: #009394;
        padding: 20px 25px;
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
}
.inner-home .news a{
        border: 6px solid #009394;
        padding: 15px 18px 55px;
        color: #010101;
        position: relative;
        display: block;
}
.inner-home .news h3{
        font-weight: 700;
        font-size: 24px;
        margin: 0 0 20px;
}
.inner-home .news .txt{
        line-height: 140%;
}
.inner-home .news a span{
        left: 18px;
        bottom: 22px;
}
/** EDIIA **/
.inner-res,
.inner-about,
.inner-ediia{
        padding: 0 0 80px;
}
.inner-res .hero,
.inner-about .hero,
.inner-ediia .hero{
        position: relative;
        overflow: hidden;
}
.inner-res .hero figure,
.inner-about .hero figure,
.inner-ediia .hero figure{
        float: right;
        width: 65%;
        position: relative;
	height: calc(100vh - 150px);
}
.inner-res .hero figure img,
.inner-about .hero figure img,
.inner-ediia .hero figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.inner-res .hero .caption,
.inner-about .hero .caption,
.inner-ediia .hero .caption{
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        z-index: 3;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.inner-ediia .grid{
        margin: 50px 0 0;
}
.inner-pubs .gallery h2,
.inner-pubs .list h2,
.inner-ediia .grid h2{
        font-size: 42px;
        font-weight: 700;
        line-height: 110%;
}
.inner-ediia .grid .clearfix h2{
        float: left;
}
.inner-pubs .list .hentry,
.inner-ediia .grid .hentry{
        margin: 0 0 40px;
}
.inner-pubs .list .hentry .txt,
.inner-ediia .grid .hentry .txt{
        font-size: 15px;
        line-height: 150%;
        max-width: 790px;
        margin: 20px 0 0;
}
.acc-item .acc-head .cvr-bg,
.inner-ediia .grid .hentry .toggle{
        float: right;
        display: inline-block;
        width: 33px;
        height: 33px;
        background-image: url(../img/icon/plus.png);
        position: relative;
        top: 10px;
}
.acc-item .acc-head .cvr-bg{
        top: 5px;
        position: absolute;
        float: none;
        right: 0;
}
.acc-item.expand .acc-head .cvr-bg,
.inner-ediia .grid .hentry .toggle.expand{
        background-image: url(../img/icon/min.png);
}
.inner-ediia .grid .rowflex{
        margin: 0 -17px;
}
.inner-ediia .grid .item{
        flex: calc(33.33333333333333333% - 34px);
        max-width: calc(33.33333333333333333% - 34px);
        margin: 0 17px 34px;
        display: block;
        border: 2px solid #009293;
        color: #000;
        position: relative;
}
.inner-ediia .grid .item.hideme{
	display: none;
}
.inner-ediia .grid .item .caption{
        padding: 18px 18px 65px;
}
.inner-ediia .grid .item span{
        display: block;
        font-size: 15px;
        line-height: 140%;
        margin: 0 0 15px;
}
.inner-ediia .grid .item h3{
        font-weight: 700;
        font-size: 25px;
        line-height: 120%;
}
.inner-ediia .grid .item small{
        display: block;
        text-align: right;
        font-size: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 18px 18px;
        width: 100%;
}
.inner-ediia .grid .border{
        display: block;
        width: 100%;
        height: 2px;
        background: #65bdbe;
        margin: 0 0 30px;
}
.inner-ediia .grid .centered{
        padding: 20px 0 0;
}
/** PUBS **/
.inner-pubs{
        padding: 0 0 80px;
}
.inner-team .banner img,
.inner-pubs .banner img{
        width: 100%;
}
.inner-pubs .list{
        margin: 60px 0 0;
}
.inner-pubs .list .rowflex{
        margin: 0 -30px;
}
.inner-pubs .list .rowflex.trio{
        margin: 0 -17px;
}
.inner-pubs .list .item{
        flex: calc(50% - 60px);
        max-width: calc(50% - 60px);
        margin: 0 30px 40px;
        border: 2px solid #009293;
        position: relative;
        padding: 0 0 40px;
        color: #000;
}
.inner-pubs .list .item.hideme{
	display: none;
}
.inner-pubs .list .trio .item{
        flex: calc(33.33333333333333% - 34px);
        max-width: calc(33.33333333333333% - 34px);
        margin: 0 17px 35px;
}
.inner-pubs .list .item h3{
        background: #009293;
        font-weight: 700;
        font-size: 42px;
        line-height: 110%;
        padding: 30px;
        color: #fff;
}
.inner-pubs .list .item .txt{
        padding: 18px 20px;
        line-height: 150%;
        font-size: 15px;
}
.inner-pubs .list .item .txt b,
.inner-pubs .list .item .txt strong{
        font-weight: 700;
}
.inner-pubs .list .item .txt > *:not(:first-child){
        margin: 5px 0 0;
}
.inner-pubs .list .item .txt ul{
        list-style: disc;
        padding: 0 0 0 18px;
}
.inner-pubs .list .item span{
        left: 20px;
        bottom: 18px;
}
.inner-pubs .list .item .txt blockquote{
        font-weight: 700;
        font-size: 25px;
        line-height: 120%;
        padding: 0 0 15px;
}
.inner-pubs .list .item figure img{
        display: block;
        width: 100%;
}
.inner-pubs .gallery{
        margin: 60px 0 0;
}
.inner-pubs .gallery h2{
        margin: 0 0 20px;
}
.inner-pubs .gallery .mason{
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-rows: auto auto;
        margin: 0 0 20px;
}
.inner-pubs .gallery .mason.hideme{
	display: none;
}
.inner-pubs .gallery .mason a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.inner-pubs .gallery .mason a{
        grid-area: span 1 / span 1 / span 1 / span 1;
        background: red;
}
.inner-pubs .gallery .mason a:nth-child(2){
        grid-area: span 1 / span 2 / span 2 / span 2;
}
.inner-pubs .gallery .mason a:nth-child(5){
        grid-area: span 2 / span 1 / span 2 / span 2;
}
.inner-pubs .gallery .mason a:nth-child(6){
        grid-area: span 1 / span 2 / span 2 / span 2;
}
.inner-pubs .gallery .centered{
        padding: 20px 0 0;
}
/** INNER ABOUT **/
.inner-about .director{
        margin: 70px 0 0;
}
.inner-about .director .rowflex{
        justify-content: space-between;
}
.inner-about .director .thumb{
        flex: 40%;
        max-width: 40%;
}
.inner-about .director .thumb img{
        display: block;
        margin: 0 0 10px;
}
.inner-about .director .thumb h3{
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        margin: 0 0 5px;
}
.inner-about .director .thumb p{
        font-size: 14px;
        line-height: 140%;
}
.inner-about .director .caption{
        flex: calc(60% - 35px);
        max-width: calc(60% - 35px);
}
.inner-about .director .caption h2{
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 20px;
        line-height: 120%;
}
.inner-about .director .caption .txt{
        line-height: 135%;
        font-size: 15px;
}
.inner-about .director .caption .txt > *:not(:first-child){
        margin: 20px 0 0;
}
.inner-about .director .caption .txt.expanded,
.inner-about .director .caption .txt + .txt{
        display: none;
}
.inner-about .director .caption .txt.expanded + .txt{
        display: block;
}
.inner-res .pillar .item a.cvr-bg-af,
.inner-about .director .caption .toggle{
        display: inline-block;
        color: #009395;
        font-size: 15px;
        margin: 20px 0 0;
}
.inner-res .pillar .item a.cvr-bg-af:after,
.inner-about .director .caption .toggle:after{
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height:5px;
        background-image: url(../img/icon/arrow2.svg);
        margin-left: 8px;
        position: relative;
        right: 0;
        transition:all 0.2s ease;
        transform: rotate(0deg);
        top: 0;
}
.inner-about .director .caption .toggle.expanded:after{
        transform: rotate(-90deg);
}
.inner-about .director .caption .toggle.expanded:hover:after{
        top: -3px;
}
.inner-res .pillar .item a.cvr-bg-af:hover:after,
.inner-about .director .caption .toggle:not(.expanded):hover:after{
        right: -5px;
}
.inner-about .plans,
.inner-about .vision {
        margin: 100px 0 0;
}
.inner-about .vision .rowflex{
        justify-content: space-between;
}
.inner-about .vision .caption{
        flex: 37%;
        max-width: 37%;
}
.inner-about .plans h2,
.inner-about .vision h3,
.inner-about .vision h2{
        font-size: 42px;
        font-weight: 700;
        line-height: 110%;
        margin: 0 0 20px;
}
.inner-about .vision .txt{
        font-size: 15px;
        line-height: 135%;
}
.inner-about .vision .txt > *:not(:first-child){
        margin-top: 20px;
}
.inner-about .vision .list{
        flex: 60%;
        max-width: 60%;
        padding-left: 35px;
        border-left: 2px solid #169b9c;
}
.inner-about .vision .txt blockquote{
        font-weight: 700;
        text-align: center;
        font-size: 26px;
        line-height: 120%;
        color: #009394;
}
.inner-about .vision h3{
        margin: 0 0 10px;
}
.inner-about .vision .item .txt{
        font-size: 20px;
}
.inner-about .vision .item{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px 0 0;
        align-items: center;
}
.inner-about .vision .item:first-child{
        margin: 0;
}
.inner-about .vision .item figure{
        flex: 23.3%;
        max-width: 23.3%;
}
.inner-about .vision .item .cap{
        flex: calc(76% - 25px);
        max-width: calc(76% - 25px);
}
.inner-about .plans h2{
        margin: 0 0 40px;
}
/** INNER RESEARCH **/
.inner-res .pillar{
        margin: 80px 0 0;
}
.inner-res .pillar h3,
.inner-res .pillar h2{
        font-weight: 700;
        font-size: 42px;
}
.inner-res .pillar .txt{
        line-height: 150%;
        font-size: 15px;
        margin: 15px 0 0;
}
.inner-res .pillar .txt > *:not(:first-child){
        margin-top: 20px;
}
.inner-res .pillar .hentry .txt{
        font-size: 25px;
        max-width: 660px;
}

.inner-res .pillar .rowflex{
        justify-content: space-between;
}
.inner-res .pillar .list{
        flex: 45%;
        max-width: 45%;
}
.inner-res .pillar.nothumb .list{
        flex: 100%;
        max-width: 100%;
}
.inner-res .pillar .item{
        margin: 35px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.inner-res .pillar .item figure{
        flex: 93px;
        max-width: 93px;
}
.inner-res .pillar .item .caption{
        flex: calc(100% - 125px);
        max-width: calc(100% - 125px);
}
.inner-res .pillar .thumb{
        flex: 52%;
        max-width: 52%;
}
.inner-res .pillar .item a.cvr-bg-af img{
        display: none;
}
.inner-res .pillar .item.duotxt .txt{
        width: calc(50% - 13px);
        float: left;
}
.inner-res .pillar .item.duotxt .txt + .txt{
        float: right;
}
/** INNER TEAM **/
.inner-team .list{
        margin: 60px 0 0;
}
.inner-team .list .acc-item{
        padding: 0 0 45px;
        margin: 0 0 45px;
        border-bottom: 2px solid #49b1b2;
}
.inner-team .list .acc-item:last-child{
        border: none;
}
.acc-item .acc-head{
        cursor: pointer;
        position: relative;
        padding-right: 40px;
}
.acc-item .acc-head figure{
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 66px;
}
.acc-item .acc-head h3{
        position: relative;
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
        max-width: 970px;
}
.acc-item .acc-head figure + h3{
        padding-left: 85px;
}
.acc-item .acc-body{
        display: none;
}
.acc-item.expand .acc-body{
        display: block;
}
.acc-item .acc-body .holder{
        padding: 30px 0 0;
}
.inner-team .list .rowflex{
        margin: 0 -25px;
        align-items: flex-start;
}
.inner-team .list .team-item{
        flex: calc(50% - 50px);
        max-width: calc(50% - 50px);
        margin: 0 25px 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
}
.inner-team .list .thumb-style{
        margin: 0 -11px;
}
.inner-team .list .thumb-style .team-item{
        flex: calc(16.66666666666667% - 22px);
        max-width: calc(16.66666666666667% - 22px);
        margin: 0 11px 50px;
}
.popup-team .team-item .txt,
.inner-team .list .txt{
        font-size: 15px;
        line-height: 130%;
}
.inner-team .list .holder > .txt{
        max-width: 930px;
        margin: 0 0 40px;
}
.popup-team .team-item .txt > *:not(:first-child),
.team-item .txt > *:not(:first-child){
        margin-top: 20px;
}
.popup-team .team-item .txt a,
.team-item .txt a{
        color: #009293;
        text-decoration: underline;
}
.popup-team .team-item .txt > ul,
.team-item .txt > ul{
        list-style: disc;
        padding-left: 18px;
}
.popup-team .team-item .txt > ul:not(:first-child),
.team-item .txt > ul:not(:first-child){
        margin-top: 0;
}
.popup-team .team-item .txt ul li,
.team-item .txt ul li{
        line-height: 130%;
}
.team-item figure{
        flex: 33.15%;
        max-width: 33.15%;  
}
.team-item .caption{
        flex: 64%;
        max-width: 64%;
}

.inner-team .list .thumb-style .team-item figure,
.inner-team .list .thumb-style .team-item .caption{
        flex: 100%;
        max-width: 100%;
}
.inner-team .list .thumb-style .team-item figure{
        margin: 0 0 13px;
}
.team-item h3{
        font-size: 17px;
        font-weight: 700;
        line-height: 130%;
        margin: 0 0 1px;
}
.team-item h3 + span{
        display: block;
        line-height: 120%;
        margin: 0 0 10px;
        font-family: 'Roboto Condensed';
        font-style: italic;
        font-weight: 400;
        font-size: 15px;
}
.popup-team{
        padding: 30px;
        width: calc(100% - 10px);
        max-width: 900px;
}
.popup-team .team-item{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
}
.inner-page{
	padding: 40px 0 60px;
}
.inner-page .wrapper > h2{
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 30px;
}
/*
.ppc-login-form-container{
	padding-bottom: 30vh;
}
*/
.ppc-password-label{
	margin: 20px 0 0;
}
.ppc-password-label > span{
	margin: 0 0 10px;
	display: block;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
        
}
.mainmenu li.menu-item-has-children > b,
#top .mlogo,
.mobile-trigger{
	display: none;
}
@media (min-width: 1600px) {
	.inner-res .hero h2,
	.inner-about .hero h2,
	.inner-ediia .hero h2,
	.inner-home .hero h2{
		font-size: 5vw;	
	}
}
@media (max-width: 1459px) {
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media only screen and (min-width: 992px) and (max-width: 1310px)  {
	#top .logo{
		order: 1;
	}
	#top .logo2{
		order: 2;
		top: auto;
	}
	#top .mainmenu{
		order: 3;
		flex: 100%;
		max-width: 100%;
		text-align: center;
		top: auto;
		margin: 10px 0 0;
	}
	.anchor-target:before{
		height: 171px;
		margin-top: -171px;
	}
}

@media (max-width: 991px) {
	.wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	#top .logo2{
		display: none;
	}
	 #top .mlogo{
		display: block;
	 }
	#top .mainmenu{
		position: absolute;
		left: 0;
		width: 100%;
		top: 92px;
		max-width: 100%;
		max-height: calc(100vh - 132px);
		flex: 100%;
		padding: 20px;
		background: #fff;
		display: none;
		overflow-y: scroll;
	}
	.mainmenu li{
		display: block;
		margin: 0 0 20px;
	}
	#top .rowflex{
		align-items: center;
	}
	#top{
		padding: 20px 0;
	}
	#top .logo{
		flex: 150px;
		max-width: 150px;
	}
	.mobile-trigger{
		display: inline-block;
		vertical-align: middle;
		position: relative;
		flex: 30px;
		max-width: 30px;
	}
	a.menu-mobile{
		width: 30px;
		height: 20px;
		position: relative;
		display: inline-block;
		top: 4px;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before,
	.menu-mobile .menu-bar b{
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		top: 9px;
		background: #1E1E1E;
		display: block;
	}
	.menu-mobile .menu-bar b{
		-webkit-transition:background 300ms ;
		-moz-transition:background 300ms ;
		-o-transition:background 300ms ;
		-ms-transition:background 300ms ;
		transition:background 300ms ;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before{
		content: '';
		-webkit-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-moz-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-o-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-ms-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
	}
	
	.menu-mobile .menu-bar b:after{
		top: 9px;
	}
	.menu-mobile .menu-bar b:before{
		top: -9px;
	}
	
	.open-menu .menu-mobile  .menu-bar b:after,
	.open-menu .menu-mobile  .menu-bar b:before{
		top:0;
		-webkit-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-moz-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-o-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-ms-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		left: 0;
	}
	.open-menu .menu-mobile  .menu-bar b{
		background: rgba(0,0,0,0);
	}
	.open-menu .menu-mobile  .menu-bar b:after{
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
	}
	.open-menu .menu-mobile  .menu-bar b:before{
		-ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		transform: rotate(-45deg);
	}
	.mainmenu li ul{
		position: relative;
		left: auto;
		top: auto;
		margin: 20px 0 0 !important;
		opacity: 1;
		visibility: visible;
		background: none;
		padding: 0;
		border: none;
		width: 100%;
		box-shadow: none;
		display: none;
	}
	.mainmenu li.menu-item-has-children > b.active + ul{
		display: block;
	}
	.mainmenu li.menu-item-has-children > b{
		display: inline-block;
		width: 20px;
		height: 20px;
		background: #fff;
		vertical-align: middle;
		margin-left: -20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.mainmenu li.menu-item-has-children > b:before {
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 4px 0 4px;
		border-color: #313238 transparent transparent transparent;
		position: absolute;
		content: '';
		left: 6px;
		top: 7px;
	}
	.mainmenu li.menu-item-has-children > b.active:before {
		transform: rotate(-180deg);
	}
	.inner-pubs .list .rowflex.trio,
	.inner-pubs .list .rowflex{
		margin: 0 -20px;
	}
	.inner-pubs .list .trio .item,
	.inner-pubs .list .item{
		flex: calc(50% - 40px);
		max-width: calc(50% - 40px);
		margin: 0 20px 40px;
	}
	.footer-widget .rowflex .widget{
		flex: 60%;
		max-width: 60%;
		top: auto;
	}
	.footer-widget .rowflex .widget.widget-social{
		flex: 25%;
		max-width: 25%;
	}
	.footer-widget .rowflex .widget-text{
		flex: 100%;
		max-width: 100%;
		margin: 0 0 30px;
	}
	.inner-team .list .rowflex,
	.inner-home .news .rowflex,
	.inner-home .research .rowflex,
	.inner-ediia .grid .rowflex{
		margin: 0 -15px;
	}
	.inner-team .list .team-item,
	.inner-home .news .rowflex > *,
	.inner-home .research a,
	.inner-ediia .grid .item{
		flex: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 0 15px 30px;
	}
	.inner-res .hero h2,
	.inner-about .hero h2,
	.inner-ediia .hero h2,
	.inner-home .hero h2{
		font-size: 50px;	
	}
	.inner-res .hero .pusher,
	.inner-about .hero .pusher,
	.inner-ediia .hero .pusher,
	.inner-home .hero .pusher{
		padding: 50px 50px 50px 0;	
	}
	.inner-res .pillar .item.duotxt .txt{
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.inner-about .vision .list,
	.inner-about .vision .caption,
	.inner-res .pillar .list,
	.inner-res .pillar .thumb{
		flex: 100%;
		max-width: 100%;
	}
	.inner-res .pillar .list{
		margin: 0 0 50px;
	}
	.inner-about .vision .list{
		padding: 30px 0 0;
		margin: 30px 0 0;
		border: none;
		border-top: 2px solid #169b9c;
	}
	.inner-team .list .thumb-style{
		margin: 0 -8px;
	}
	.inner-team .list .thumb-style .team-item{
		flex: calc(25% - 16px);
		max-width: calc(25% - 16px);
		margin: 0 8px 50px;
	}
	#body{
		padding-top: 93px;
	}
	.anchor-target:before{
		height: 93px;
		margin-top: -93px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	#body{
		padding-top: 83px;
	}
	.anchor-target:before{
		height: 83px;
		margin-top: -83px;
	}
	.inner-about .plans h2 br, .inner-about .vision h3 br, .inner-about .vision h2 br, 
	.inner-res .hero h2 br, .inner-about .hero h2 br, .inner-ediia .hero h2 br, .inner-home .hero h2 br,
	.inner-res .hero .pusher:after, .inner-about .hero .pusher:after, .inner-ediia .hero .pusher:after, .inner-home .hero .pusher:after{
		display: none;
	}
	.footer-widget .rowflex .widget-text figure{
		max-width: 150px;
	}
	.inner-team .banner .wrapper,
	.inner-pubs .banner .wrapper{
		height: 180px;
	}
	.inner-team .banner img,
	.inner-pubs .banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.inner-pubs .gallery .mason{
		grid-column-gap: 5px;
		grid-row-gap: 5px;
		margin: 0 0 5px;
	}
	.inner-home .hero .slider,
	.inner-res .hero figure,
	.inner-about .hero figure,
	.inner-ediia .hero figure{
		float: none;
		width: 100%;
		height: auto;
	}
	.inner-home .hero .caption,
	.inner-res .hero .caption,
	.inner-about .hero .caption,
	.inner-ediia .hero .caption{
		position: relative;
		top: auto;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		background: #009293;
		padding: 20px 0;
	}
	.inner-res .hero figure figcaption, .inner-about .hero figure figcaption, .inner-ediia .hero figure figcaption, .inner-home .hero .slider .item span{
		right: 20px;
		bottom: 10px;
	}
	#top .mainmenu{
		top: 82px;
		max-height: calc(100vh - 122px);
	}
	.inner-res .pillar .item figure{
		flex: 60px;
		max-width: 60px;
	}
	.inner-res .pillar .item .caption{
		flex: calc(100% - 80px);
		max-width: calc(100% - 80px);
	}
	.inner-about .vision .item{
		text-align: center;
	}
	.inner-about .vision .item figure img{
		max-width: 120px;
	}
	.inner-home .partner .rowflex{
		justify-content: center;
	}
	.inner-home .partner figure{
		flex: calc(33.333333333333333% - 16px);
		max-width: calc(33.333333333333333% - 16px);
		margin: 0 8px 25px;
	}

	.inner-home .partner .sixcol figure{
		flex: calc(33.333333333333333% - 16px);
		max-width: calc(33.333333333333333% - 16px);
		margin: 0 8px 25px;
	}
	.inner-team .list .acc-item{
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.acc-item .acc-head figure{
		max-width: 40px;
	}
	.inner-team .list .thumb-style .team-item{
		flex: calc(50% - 16px);
		max-width: calc(50% - 16px);
		margin: 0 8px 30px;
	}
	.popup-team .fancybox-close-small{
		filter: brightness(0) invert(1);
	}
	
	/** GENERIC **/
	.team-item figure,
	.team-item .caption,
	.inner-team .list .team-item,
	.inner-home .director figure,
	.inner-home .director .caption,
	.inner-home .news .rowflex > *, .inner-home .research a,
	.inner-about .vision .item figure,
	.inner-about .vision .item .cap,
	.inner-about .director .thumb,
	.inner-about .director .caption,
	.inner-ediia .grid .item,
	.inner-pubs .list .trio .item,
	.inner-pubs .list .item{
		flex: 100%;
		max-width: 100%;
	}
	.inner-home .partner figure img,
	.inner-res .hero .txt, .inner-about .hero .txt, .inner-home .hero .txt,
	.inner-res .hero .pusher, .inner-about .hero .pusher, .inner-ediia .hero .pusher, .inner-home .hero .pusher,
	.footer-widget ul{
		max-width: 100%;
	}
	.inner-home .director figure{
		order: 1;
	}
	.inner-home .director .caption{
		order: 2;
	}
	.acc-item .acc-head .cvr-bg,
	.inner-ediia .grid .hentry .toggle{
		top: 0;
	}
	.inner-home .hero .slider .item{
		height: auto;
	}
	/** MARGIN **/
	.inner-team .list,
	.inner-home .news, .inner-home .partner, .inner-home .director,
	.inner-home .research,
	.inner-about .plans, .inner-about .vision,
	.inner-about .director,
	.inner-res .pillar,
	.inner-ediia .grid,
	.inner-pubs .list{
		margin: 40px 0 0;
	}
	.inner-about .vision .item .cap,
	.widget-text .txt{
		margin: 20px 0 0;
	}
	.inner-pubs .list .hentry .txt,
	.inner-ediia .grid .hentry .txt{
		margin: 10px 0 0;
	}
	.inner-team .list .team-item,
	.inner-home .director figure,
	.inner-home .news .rowflex > *, .inner-home .research a,
	.inner-about .director .thumb,
	.inner-ediia .grid .item,
	.inner-pubs .list .trio .item,
	.inner-pubs .list .item,
	.inner-pubs .list .hentry,
	.inner-ediia .grid .hentry{
		margin: 0 0 30px;
	}
	.team-item figure,
	.inner-home .partner h2, .inner-home .research h2,
	.inner-about .plans h2{
		margin: 0 0 20px;
	}
	.inner-team .list .thumb-style.rowflex,
	.inner-home .partner .rowflex{
		margin: 0 -8px;
	}
	.popup-team .team-item figure,
	.inner-team .list .rowflex,
	.inner-home .news .rowflex, .inner-home .research .rowflex,
	.inner-ediia .grid .rowflex,
	.inner-pubs .list .rowflex.trio,
	.inner-pubs .list .rowflex{
		margin: 0;
	}
	
	
	/** PADDING **/
	.popup-team .team-item .caption,
	.inner-pubs .list .item h3{
		padding: 20px;
	}
	.inner-home .director a{
		padding: 20px 0;
	}
	#top{
		padding: 15px 0;
	}
	.inner-home,
	.inner-res, .inner-about, .inner-ediia{
		padding: 0 0 50px;
	}
	.acc-item .acc-head figure + h3{
		padding-left: 55px;
	}
	.popup-team,
	.inner-res .hero .pusher,
	.inner-about .hero .pusher,
	.inner-ediia .hero .pusher,
	.inner-home .hero .pusher{
		padding: 0;
	}
	
	/** FONT SIZE **/
	.inner-home .news .item,
	.inner-home .director .txt blockquote,
	.inner-home .partner h2, .inner-home .research h2,
	.inner-about .plans h2, .inner-about .vision h2,
	.inner-about .director .caption h2,
	.inner-res .pillar h2,
	.inner-res .hero h2, .inner-about .hero h2, .inner-ediia .hero h2, .inner-home .hero h2,
	.inner-pubs .gallery h2,
	.inner-pubs .list h2,
	.inner-ediia .grid h2{
		font-size: 30px;
	}
	.acc-item .acc-head h3,
	.inner-res .pillar h3, 
	.inner-pubs .list .item h3{
		font-size: 26px;
	}
	.inner-home .director h3,
	.inner-home .research h3,
	.inner-about .vision h3,
	.inner-ediia .hero strong{
		font-size: 24px;
	}
	.inner-home .news h3,
	.inner-ediia .grid .item h3,
	.footer-widget h3,
	.inner-pubs .list .item .txt blockquote{
		font-size: 20px;
	}
	.inner-res .pillar .hentry .txt{
		font-size: 18px;
	}
	.inner-home .director span,
	.inner-about .vision .item .txt,
	.widget-text .txt{
		font-size: 16px;
	}
	.team-item h3{
		font-size: 15px;
	}
	.inner-home .director .txt,
	.inner-home .hero a.cvr-bg-af,
	.inner-ediia .grid .item small,
	.inner-ediia .grid .item span,
	.footer-widget ul{
		font-size: 14px;
	}
}
/* Custom mobile */
@media (max-width: 480px) {

}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1459px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}