*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}
html{
    font-size: 16px;
}

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

*{
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover , a:focus {
    text-decoration: none;

}

button {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
}

h2{
    font-size:18px;
}

h1{
    font-size: 34px;
}

h3{
    font-size: 14px;
}
h4{
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.eot');
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Semibold.woff2') format('woff2'),
    url('../fonts/Lato-Semibold.woff') format('woff'),
    url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli.woff2') format('woff2'),
    url('../fonts/Muli.woff') format('woff'),
    url('../fonts/Muli.ttf') format('truetype'),
    url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-SemiBold.woff2') format('woff2'),
    url('../fonts/Muli-SemiBold.woff') format('woff'),
    url('../fonts/Muli-SemiBold.ttf') format('truetype'),
    url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Light.woff2') format('woff2'),
    url('../fonts/Muli-Light.woff') format('woff'),
    url('../fonts/Muli-Light.ttf') format('truetype'),
    url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    font-size: 16px;
    margin:0 auto;
    padding:0;
    outline:0;
    border:0;
    font-family: 'Lato',Arial,sans-serif;
    width:100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}


/*landing welcome page menu */

.banner-wrapper {
    background: url("../images/tilray-banner-img.png") no-repeat;
    background-size: auto;
}
.landing-menu {
    max-width: 1249px;
    width:100%;
    margin: 0 auto;
}

.blue-btn .nav-link , .blue-btn {
    background-color: #025385;
    color: #fff !important;
    padding: 10px 32px !important;
    border-radius: 25px;
    font-family: 'Lato',Arial,sans-serif;
    border: 1px solid #025385;
    font-size: 16px;
    line-height: 16px;
}

.grey-btn {
    background-color: #c0c0c0;
    color: #fff !important;
    padding: 10px 32px !important;
    border-radius: 25px;
    font-family: 'Lato',Arial,sans-serif;
    border: 1px solid #c0c0c0;
    font-size: 16px;
    line-height: 16px;
}

.white-btn {
    color: #025385 !important;
    padding: 10px 32px !important;
    border-radius: 25px;
    font-family: 'Lato',Arial,sans-serif;
    border: 1px solid #025385;
    font-size: 16px;
    background-color: #fff !important;
    line-height: 16px;
}

button {
    background-color: transparent;
    border:0;
}

/*menu bar */

.landing-menu .navbar-nav  .nav-item,
.navbar .primary-menu li{
    padding: 0 20px 0;
}



.landing-menu .navbar-nav .nav-link,
.navbar .primary-menu li a,
.landing-menu .navbar-nav .nav-link,
.landing-menu .navbar-nav .active .nav-link,
.navbar .primary-menu li a.is-active {
    color: #055f97;;
    font-size: 16px;
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 600;
    padding-right: .5rem;
    padding-left: .5rem;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.landing-menu .navbar-nav .nav-link:hover,
.navbar .primary-menu li a:hover,
.landing-menu .navbar-nav .active .nav-link,
.navbar .primary-menu li a.is-active {
    border-radius: 1px;
    border-bottom: 3px solid #eda65c;
}

/*banner-content */
.banner-content {
    
    padding: 50px 0 100px 0;
}

.banner-content .wrap {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-content .wrap h1 {
    font-size: 52px;
    text-align: center;
    line-height: 68px;
    color: #26272d;
    font-family: 'Muli' , Arial, sans-serif;
    margin-bottom: 20px;
}

.banner-content .wrap p {
    width: 60%;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    color: #26272d;
    font-family: 'Muli' , Arial, sans-serif;
    margin-bottom: 30px;
}

.banner-content .wrap a img {
    margin: 0 auto;
    width: 10%;
}

.banner-content .wrap a h4 {
    font-size: 16px;
    color: #004976; margin: 10px 0 0 0;
}

.banner-content .wrap > button {
    margin-top: 50px;
}

.login-nav { 
    border-left: 2px solid #000; 
 }

.login-nav li {
    padding: 0 0 0 20px;
}

.login-nav li a{
    color: #004976;
    font-size: 16px; 
    line-height: 15px;
}

.login-nav li a.register {   
    border-radius: 20.3px;
    background-image: linear-gradient(to bottom, #055f97, #004976);
    padding: 8px 20px 12px;
    color: #fff;
}
   
.container-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.separator {
    margin-top: 70px;
}

.common-heading,
.block-title {
    font-size: 36px;
    line-height: 50px;
    color: #26272d;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-family: Muli, Arial, sans-serif;
}

.common-heading:after,
.block-title:after {
    position: absolute;
    content:'';
    height: 3px;
    width:37px;
    background-color: #e18f1c;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
/* icon text block */

.believe .row-margin{
    display: none;
}

.believe-col {
    margin: 60px auto 0!important;
    font-size: 0;
}

.icon-text-block {
    text-align: center;
    padding: 0 25px;
}

.icon-text-block .img-wrapper {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.icon-text-block .img-wrapper a {
    display: block;
    max-width: 90px;
    width: 100%;
    margin: 0 auto;
    min-height: 55px;
    max-height: 100px;
    overflow: hidden;
}

.icon-text-block .img-wrapper img {
    margin: 0 auto;
}

.icon-text-block .icon-content a {
    font-size: 16px;
    color: #e67e22;
    text-decoration: underline;
}


.icon-text-block .icon-content h4 a{
    font-size: 18px;
    color: #26272d;
    margin-bottom: 20px;
    font-family: Muli, Arial, sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.icon-text-block .icon-content p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', Arial, sans-serif;
    color:#4c4c4c;
    font-weight: normal;
    text-align: center;

}


/*community block*/
.community { 
    width: 100%; 
    float: left; 
    box-sizing: border-box; 
}
.community-inner { 
    margin: 40px 0 0 0; 
}

.community-inner-2 { 
    margin: 0px 0 0 0; 
}

.community-col { 
    float: left; 
    box-sizing: border-box; 
}

.community-col img {
    margin: 0 auto;
}
.community-col h2{  
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    color: #26272d;
}


.community-col p{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 24px; 
    margin: 20px 0 0 0;
}

.community-left {
    float: left;
    box-sizing: border-box;
    text-align: center;
    background-color: #ff6a6a;
    border-radius: 20px;
    padding: 30px;
}
.community-right { 
    float: right; 
    box-sizing: border-box;
}

.community-left-1 { 
    float: left; 
    box-sizing: border-box;
    text-align: right;
}

.community-right-1 {
    float: right;
    box-sizing: border-box;
    text-align: center;
    background-color: #ff6a6a;
    border-radius: 20px;
    padding: 30px;
}

.row-margin { 
    width: 100%; 
    float: left; 
    box-sizing: border-box; 
    margin: 20px 0; 
}

/*tilray register block*/

.tilray-register { 
    box-sizing: border-box; 
    background:url(../images/register-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 70px 0; 
    text-align: center; 
}
.tilray-register h3{  
    font-family: Muli;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}
.tilray-register a {
    color: #055f97;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #ffffff;
    display: inline-block;
    margin: 20px 0 0 0;
    font-family: Lato;

}
.tilray-register a:hover { 
    background-color: #055f97;
    color: #fff; 
    transition: 0.5s ease-in; 
}


/*client block*/
.client { box-sizing: border-box; padding: 90px 0 ; background-color: #f4f4f4;}
.client-col { box-sizing: border-box; margin: 50px 0 0 0; }
.client-inner { box-sizing: border-box; text-align: center; vertical-align: middle; }
.client-inner img { max-width: 100%; width: 100%; height: 100%; max-height: 214px; }


/*research blok*/
.research-section { box-sizing: border-box; }
.research-section-col { box-sizing: border-box; margin: 40px 0 0 0; }
.research-date { position: absolute; background-color: #e18f1c; border-radius: 10px; padding: 5px 13px }
.research-date h3 { color: #fff; font-size: 30px; font-weight: 700; text-align: center; line-height: 0px;}

.research-section img { border-radius: 20px; }
.research-inner { width: 100%; float: left; box-sizing: border-box; text-align: center; padding: 5px;}
.research-inner h3, .news-col .news-inner h3, .news-col .news-inner h3 a { font-family: Lato; font-size: 20px; font-weight: 700; color: #333333; line-height: 30px; margin: 10px 0; text-align: left;}
.research-inner p, .news-col .news-inner p { font-family: Lato; font-size: 16px; font-weight: 400; color: #4d4c4c; line-height: 24px; margin: 10px 0 30px 0; text-align: left; float: left;}
.research-inner a, .news-col .news-inner .read-more a { font-family: Lato; font-size: 16px; font-weight: 400; color: #004976; line-height: 24px; padding: 10px 30px; border: 1px solid #004976; border-radius: 20px; display: inline-block; text-align: left; float: left;}
.research-inner a:hover, .news-col .news-inner .read-more a:hover { background-color: #004976; color: #fff; transition: 0.5s ease-in; }


footer {
    margin-top: 0px;
    padding-top: 42px;
    background-image: -moz-linear-gradient( -90deg, rgb(5,95,151) 0%, rgb(3,84,135) 59%, rgb(0,73,118) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(5,95,151) 0%, rgb(3,84,135) 59%, rgb(0,73,118) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(5,95,151) 0%, rgb(3,84,135) 59%, rgb(0,73,118) 100%);
    color:#fff;
}

footer p {
    font-size: 16px;
    color:#fff;
    text-align: center;
}
.contact-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}


.footer-icon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}

.footer-icon a {
   width: 130px;
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
}

.footer-icon .address {
    width:280px;
}

.last-footer-links {
    border-top: 1px solid #03588d;
}
.last-footer-links ul {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}
.last-footer-links ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    font-size:12px;
    color:#fff;

}
.last-footer-links ul li a {
    font-size:12px;
    color:#fff;
}

.last-footer-links ul li a:hover {
    text-decoration: underline;
}

.last-footer-links li {
    position: relative;
}

.last-footer-links li:last-child:after {
    display: none;
}

.last-footer-links li:after {
    position: absolute;
    content: '';
    right: 0;
    height: 15px;
    top: 18px;
    width: 1px;
    background-color: #03588d;;
}

.footer-col ul li a:hover {
    color: #ff8112;
}



.panel-body{
	padding:0px;
}
.panel-default{
	border:none;
}
.panel{
	margin-bottom:0px;
	background-color:transparent;
	border:none;
	border-radius: 0px;
	-webkit-box-shadow:0px;
	box-shadow:none;
}
.main-container footer, section#block-tilray-content footer{
	background:none;
	border:none;
}
.footer-icon .address{
	text-align:left;
}
li.nav-tem.login a{
	padding:5px 5px 5px 5px;
}
.login-nav li.login{
	padding-top:5px;
}

/*Css written by Rajneesh*/
#block-views-block-research-paper-slider-for-home-block-1,
#block-views-block-news-block-1,
#block-views-block-accolades-block-1{
    position: relative;
}
#block-views-block-news-block-1{
        margin-top: 30px;
}
#views_slideshow_controls_text_previous_research_paper_slider_for_home-block_1,
#views_slideshow_controls_text_previous_news-block_1,
#views_slideshow_controls_text_previous_accolades-block_1{
    position: absolute;
    top: 22%;
    left: -80px;
    visibility: hidden;
}
#views_slideshow_controls_text_previous_accolades-block_1{
    top: 55%;
}
#views_slideshow_controls_text_previous_research_paper_slider_for_home-block_1::after,
#views_slideshow_controls_text_previous_news-block_1::after,
#views_slideshow_controls_text_previous_accolades-block_1::after{
    content: ' \003C';
    visibility: visible;
    transform: scale(.7, 1.5);
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}
#views_slideshow_controls_text_next_research_paper_slider_for_home-block_1,
#views_slideshow_controls_text_next_news-block_1,
#views_slideshow_controls_text_next_accolades-block_1{
    position: absolute;
    top: 22%;
    right: -20px;
    visibility: hidden;
}
#views_slideshow_controls_text_next_accolades-block_1{
    top: 55%;
}
#views_slideshow_controls_text_next_research_paper_slider_for_home-block_1::after,
#views_slideshow_controls_text_next_news-block_1::after,
#views_slideshow_controls_text_next_accolades-block_1::after{
    content: ' \003E';
    visibility: visible;
    transform: scale(.7, 1.5);
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}
#views_slideshow_controls_text_pause_research_paper_slider_for_home-block_1,
#views_slideshow_controls_text_pause_news-block_1,
#views_slideshow_controls_text_pause_accolades-block_1{
    display: none;
}

.primary-menu{
    margin-left: auto;
}


.navbar .primary-menu .menu-item .is-active:after{
    border-bottom: 3px solid #eda65c;
    padding-bottom: 10px;
}
.navbar .primary-menu li  a:hover,
.navbar .primary-menu .menu-item .is-active{
    border-bottom: 3px solid #eda65c;
    background-color:transparent;
}

.path-frontpage .banner-wrapper{
    padding:10px 0 0 0;
}
.path-innerpage .banner-wrapper{
    background-image:none;
}


.container-wrapper{
    overflow: hidden;
}
.page-header{
    border: none;
    margin: 0px;
    padding: 0px;
}

.view-home-research-paper-slider .view-content{
    margin-top: 50px;
}
.view-home-research-paper-slider .view-content .researchPaper{
    margin-bottom: 30px;
    overflow: hidden;
}
.view-home-research-paper-slider .view-content .researchPaper{ 
    width: 100%!important;
}
.path-research footer{
    margin: 20px 0 0 0;
}

.researchPaper .research-inner{
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 30px 0;
}


.pagination {
    float: right;
    margin: 0;
}

.pager__item--next a, .pager__item--last a { font-size: 15px; } 
/*News Page*/

#views_slideshow_cycle_main_news-block_1 .news-col {
    background-color: #f4f4f4;
    overflow: hidden;
}

#views_slideshow_cycle_main_news-block_1 .news-col img {
    border-radius: 0;
}
#views_slideshow_cycle_main_news-block_1 .research-inner h3{
    overflow: hidden;
    margin: 0px;
}
#views_slideshow_cycle_main_news-block_1 .research-inner h3 a{
    font-family: Lato; 
    font-size: 20px; 
    font-weight: 700; 
    color: #333333; 
    line-height: 30px; 
    margin: 10px 0;
    border: 0px;
    width: 100%;
    padding: 0px;
    text-align: left;
}
#views_slideshow_cycle_main_news-block_1 .research-inner h3 a:hover{
    background: transparent;
    border: none;
}
#views_slideshow_cycle_main_news-block_1 .research-inner .research-detail .name{
    width: 100%;
    text-align: left;
}
#views_slideshow_cycle_main_news-block_1 .news-inner {
    padding: 20px 20px 30px 20px;
}

#block-views-block-accolades-block-1 .block-title {
    font-size: 36px;
    line-height: 50px;
    color: #26272d;
    text-align: center;
    margin: 0 0 50px 0;
    padding-bottom: 15px;
    position: relative;
    font-family: Muli, Arial, sans-serif;
}

#block-views-block-accolades-block-1 .block-title:after {
    position: absolute;
    content:'';
    height: 3px;
    width:37px;
    background-color: #e18f1c;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}

#block-views-block-accolades-block-1 .views-field-field-accolade-image img{
    border-radius: 0;
    border: 5px solid #045e95;
    width: 100%;
}

#block-views-block-accolades-block-1 .views-field-body p{
    width: 80%;
    margin: 10px auto 0;
    text-align: center;
}

.node__meta.panel-footer{
    margin-top: 50px;
    padding: 0px;
}

.views_slideshow_cycle_slide{
    width: 100% !important;
}



.locations {
    background: url(../images/location-map.png) top center no-repeat;
    background-size: cover;
    padding: 150px 0 200px;
    z-index: 1;
}

.loc-col {
    margin: 0px 0 0 0;
}


/*location 1*/

.location-01 {
    width: 100%;
    float: left;
    margin: 196px 0px 0px 200px;
    box-sizing: border-box;
}

.location-01 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-01 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-01 ul li:hover {}


/*location 2*/

.location-02 {
    width: 100%;
    float: left;
    margin: -50px 0px 0px 915px;
    box-sizing: border-box;
}

.location-02 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-02 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-02 ul li:hover {}


/*location 3*/

.location-03 {
    width: 100%;
    float: left;
    margin: -10px 0px 0px 800px;
    box-sizing: border-box;
}

.location-03 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-03 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-03 ul li:hover {}


/*location 4*/

.location-04 {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 598px;
    box-sizing: border-box;
}

.location-04 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-04 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-04 ul li:hover {}


/*location 5*/

.location-05 {
    width: 100%;
    float: left;
    margin: 65px 0px 0px 665px;
    box-sizing: border-box;
}

.location-05 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-05 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-05 ul li:hover {}


/*location 6*/

.location-06 {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 520px;
    box-sizing: border-box;
}

.location-06 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-06 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-06 ul li:hover {}


/*location 7*/

.location-07 {
    width: 100%;
    float: left;
    margin: 52px 0px 0px 385px;
    box-sizing: border-box;
}

.location-07 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-07 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-07 ul li:hover {}


/*location 8*/

.location-08 {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 915px;
    box-sizing: border-box;
}

.location-08 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.location-08 ul li {
    width: 32px;
    height: 32px;
    background: url(../images/location-icon.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 6px;
    background-size: 67%;
}

.location-08 ul li:hover {}

/*hover tooltip*/

.spain-box {
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.location-desktop {
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.location-desktop h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.location-desktop span {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 24px;
}

.spain-new:hover .spain-box {
    display: block;
    position: absolute;
    margin: -160px 0px 0px 0px;
    z-index: 9;
    overflow-x: hidden;
}

.mobile-locations {
    display: none;
}

.mobile-loc-01 {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

.mobile-locations h3 {
    font-size: 18px;
    font-weight: 700;
    color: #eda65c;
}

.mobile-locations span {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 24px;
}

.node-contact .footer-section{
    margin-top: 0px;
}
.node-contact .block-webform {
    width: 35%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.webform-submission-contact-us-form {
    margin: 30px auto -100px;
    border: 2px solid #eda65c;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
}


.node-contact .form-type-processed-text {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.node-contact .webform-submission-contact-us-form input,
.node-contact .webform-submission-contact-us-form textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f2f2f2;
    font-weight: 100;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.node-contact .webform-submission-contact-us-form .form-item .form-required,
.node-contact .webform-submission-contact-us-form .form-item-email .input-group-addon{
    display: none;
}
.node-contact .webform-submission-contact-us-form .form-email{
    border-radius: 5px;
}
.node-contact .webform-submission-contact-us-form textarea{
    height: auto;
}
.form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.node-about-us .node--type-page .field-name-body .container-wrapper,
.view-home-research-paper-slider .view-header p,
.node-news .node--type-page .field-name-body,
.node-contact .node--type-page .field-name-body{
    width: 100%;
    margin: 0px auto 0;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    line-height: 24px;
    padding: 0;
}
.node__meta.panel-footer{
    margin: 0px;
}
.footer-top-wrap .locations .common-heading{
    margin-top: 0px;
}
.webform-submission-contact-us-form .webform-actions{
    margin: 0px;
}
.webform-submission-contact-us-form .webform-actions .form-submit{
    display: block;
    margin: 20px auto 0;
    border: none;
    padding: 8px 40px;
    border-radius: 20.3px;
    background-image: linear-gradient(to bottom, #055f97, #004976);
}

.view-gallery .lightgallery{
    list-style: none;
}
.view-gallery .lightgallery li{
    width: 33%;
    padding: 2px;
    float: left;
    overflow: hidden;
}
.view-gallery .lightgallery li img{
    z-index: 10;
    -webkit-transition: all .5s ease-out; 
    -moz-transition: all .5s ease-out; 
    -o-transition: all .5s ease-out; 
    transition: all .5s ease-out; 
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    cursor: zoom-out;
    max-height: 280px;
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.view-gallery .lightgallery li img:hover{
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    cursor: zoom-in;
}

.node-privacy-policy .menu--terms-and-conditions,
.node-terms-of-use .menu--terms-and-conditions{
    border: 1px solid #ccc;
}
.node-privacy-policy .menu--terms-and-conditions ul li,
.node-terms-of-use .menu--terms-and-conditions  ul li{
    width: 100%;
}
.node-privacy-policy .menu--terms-and-conditions ul li a,
.node-terms-of-use .menu--terms-and-conditions  ul li a{
    padding: 5px 0px;
    color: #797979;
}
.node-privacy-policy .menu--terms-and-conditions ul li a.active,
.node-terms-of-use .menu--terms-and-conditions  ul li a.active{
    font-weight: bold;
    color: #000;
}
.node-privacy-policy .menu--terms-and-conditions ul li a:hover,
.node-terms-of-use .menu--terms-and-conditions  ul li a:hover{
    background: transparent;
    color: #000;
}
.node-privacy-policy .menu--terms-and-conditions .block-title,
.node-terms-of-use .menu--terms-and-conditions .block-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #084875;
    padding: 10px 10px;
    margin: 0;
    border:1px solid #084875;
    line-height: 22px;
    text-align: left;
}
.node-privacy-policy .menu--terms-and-conditions .block-title:after,
.node-terms-of-use .menu--terms-and-conditions .block-title:after{
        background-color: transparent;
}
/*
.node-privacy-policy .field-name-body,
.node-terms-of-use .field-name-body{
    padding-left: 80px;
}
*/
.node-privacy-policy .field-name-body h2,
.node-terms-of-use .field-name-body h2{
        font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
}
.node-privacy-policy .field-name-body h3,
.node-terms-of-use .field-name-body h3{
    font-size: 18px;
    color: #000;
    font-weight: 800;
}

.node-privacy-policy .field-name-body p,
.node-terms-of-use .field-name-body p{
    font-size: 16px;
}

.node-privacy-policy .field-name-body ul,
.node-terms-of-use .field-name-body ul{
    padding-left: 30px;
    margin-bottom: 30px;
}

.node-privacy-policy .field-name-body ul li,
.node-terms-of-use .field-name-body ul li{
    list-style-type: disc;
    padding-bottom:15px;
}

.node-privacy-policy .common-heading,
.node-terms-of-use .common-heading{
    display: none;
}

.collapse.in {
    display: block;
}

.view-research-paper-slider-for-home .jcarousel-wrapper.jcarousel-skin-default,
.view-team-member .jcarousel-wrapper.jcarousel-skin-default,
.view-news .jcarousel-wrapper.jcarousel-skin-default,
.view-accolades .jcarousel-wrapper.jcarousel-skin-default{
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}
.view-research-paper-slider-for-home .jcarousel-skin-default .jcarousel li,
.view-team-member .jcarousel-skin-default .jcarousel li,
.view-news .jcarousel-skin-default .jcarousel li,
.view-accolades .jcarousel-skin-default .jcarousel li{
    overflow: hidden;
    height: 100%;
    width: auto;
}

.view-research-paper-slider-for-home .researchPaper,
.view-team-member .researchPaper,
.view-news .news-col,
.view-accolades .views-field{

    /*width: 350px;
    height: 225px;
    margin-right: 15px;*/
    /*border: 1px solid red;*/
    padding: 5px;
}
.view-research-paper-slider-for-home .jcarousel-skin-default .jcarousel-control-prev, 
.view-research-paper-slider-for-home .jcarousel-skin-default .jcarousel-control-next,
.view-team-member .jcarousel-skin-default .jcarousel-control-prev, 
.view-team-member .jcarousel-skin-default .jcarousel-control-next,
.view-news .jcarousel-skin-default .jcarousel-control-prev, 
.view-news .jcarousel-skin-default .jcarousel-control-next,
.view-accolades .jcarousel-skin-default .jcarousel-control-prev, 
.view-accolades .jcarousel-skin-default .jcarousel-control-next{
    top: 105px;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    font: 35px/27px Arial, sans-serif;
}
.view-research-paper-slider-for-home .jcarousel-skin-default .jcarousel-control-prev,
.view-team-member .jcarousel-skin-default .jcarousel-control-prev,
.view-news .jcarousel-skin-default .jcarousel-control-prev,
.view-accolades .jcarousel-skin-default .jcarousel-control-prev{
    left: -30px;
}
.view-research-paper-slider-for-home .jcarousel-skin-default .jcarousel-control-next,
.view-team-member .jcarousel-skin-default .jcarousel-control-next,
.view-news .jcarousel-skin-default .jcarousel-control-next,
.view-accolades .jcarousel-skin-default .jcarousel-control-next{
    right: -30px;
}

.view-team-member .research-inner h3,
.view-team-member .research-inner p{
    text-align: center;
}
.view-team-member .researchPaper{
    margin-right: 0px;
}

.node--view-mode-full .field-node--field-research-paper-image{
    float: left;
    width: 50%;
    margin-bottom: 0px;

}

.views-col {
    padding: 0;
}
#block-views-block-research-paper-slider-for-home-block-1 {
    margin: 0 0 70px 0;
}


.field-item p {
    font-size: 15px;
    line-height: 27px;
    margin: 0 auto !important;
    padding-top: 0px;
}
/*.view-news .jcarousel-wrapper.jcarousel-skin-default{
    width: 100%;
    height: 530px;
    border: none;
    box-shadow: none;
}*/

.navbar-light .navbar-brand{
    padding: 0px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    outline: none;      
}
/*
.view-accolades .jcarousel-wrapper.jcarousel-skin-default{
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: none;
}*/

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}


.node--type-news #block-tilray-content {
    margin: 20px 0 70px 0px;
}


.navbar-nav>li>a {
    padding-top: 21px; 
}

.navbar .primary-menu li a .fa {
    font-size: 20px!important;
}

.jcarousel-skin-default .jcarousel img {
    width: 100%;
}


.field-name-field-news-image {
    width: 50%;
    float: left;    
}

.modal-dialog {
    max-width: 1024px;
    margin: 110px auto;
}
.modal-header {
    border: none;
}

.modal-body {
    padding: 80px 40px 100px;
}

.img-col img {
    width: 18%;
    margin: 0 auto;
}

.register-details h2 {
    font-size: 22px;
    font-weight: 700;
    color: #055f97;
    margin: 0 0 5px 0;
}

.register-details p {
    font-size: 16px; 
    color: #333;
    font-weight: 900;
    line-height: 28px;
}

.register-details a {
    font-size: 16px;
    font-weight: 900;
    color: #055f97;
}

.register-details a .fa {
    padding: 0 0 0 10px;
}

.register-details a:hover {
    color: #eda65c;
}

.register-details a:hover .fa {
    padding: 0 0 0 15px;
}


.btn-close {
    background-color: #eda65c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding:  8px 25px;
}

.btn-close:hover {
    background-color: #055f97;
}

.modal-open .modal-content {
    opacity: 0.8!important;
}

.modal-open .full-width,
.modal-open .separator,
.modal-open .client,
.modal-open .research-section,
.modal-open .community,
.modal-open footer,
.modal-open .container-wrapper
{
	filter: blur(5px);
}

