/*
 Author: Tpapazoglou
 Theme Name:   Materialist Child
 Template:     materialist
 Version:      1.3.0
 Text Domain:  materialist-child
 Description:  Child theme for Materialist theme.
*/

*,
*:after,
*::before {
    box-sizing: border-box;
}


body {
    background: #f2f2f2;
}

body.scrolling #top-navigation {
    background-color: #607D8B;
}

th {
    padding-right: 12px;
}

a.custom_tooltip {outline:none; line-height:30px; }

a.custom_tooltip:hover {text-decoration:none;}
a.custom_tooltip span {
    text-align: justify;
    z-index:10;display:none;
    padding:14px 20px;
    margin-top:-60px;
    margin-left:28px;
    max-width:640px;
    line-height:20px;

}

a.custom_tooltip:hover span{
    display:table-row; position:relative; color:#555555; font-weight: 500;
    border:1px solid rgba(0,0,0,0.12); background:#f5f5f5;   z-index:50 }

/*CSS3 extras*/
a.custom_tooltip span
{
    border-radius: 2px;
    box-shadow: 1px 1px #CCC;
	z-index:50
}

.tags-links a, .entry-content p a {
    font-weight: 600;
}



.OverlayStyle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 80;
    background-color: rgba(0,0,0,0.54); /*dim the background*/
    cursor: pointer;
}

.OverlayStyle i {
    width: 100%;
    pointer-events: none;
    left: 10%;
    top: 40%;
    position: absolute;
    color: #fff;
    font-style: normal;
    font-size: 96px;
    line-height: 36px;
    transition: color 0.2s;
    backface-visibility: hidden;
}

.OverlayStyle:hover i {
    color: #51BBA7;
}

.CircularProgressLoaderStyle {
    position: absolute;
    z-Index: 9999;
    pointer-events: none;
    display: none;
}

.post-navigation .nav a span {
    color: #607D8B;
    transition: color 0.3s;
}

.post-navigation .nav a span.title {
    text-align: center;
}

.post-navigation .nav a {
    opacity: 1;
}

.post-navigation .nav a:hover {
    opacity: 1;
}

.post-navigation .nav a:hover span.title {
    color: #51BBA7;
    transition: color 0.3s;
}

.comment-body table tr td, .comment-body table th td, .entry-content table tr td, .entry-content table th td {
    padding-left: 0;

}

.PrimaryTextLinkStyle {
    color: rgba(96,125,139,1);
}

.SecondaryTextLinkStyle {
    color: rgba(96,125,139,0.87);
}

.LinkStyle {
    font-weight: 600;
    color: rgba(96,125,139,1);
}

.LinkStyle:hover {
    text-decoration: underline;
}

.ColorDisabled {
    color:rgba(0,0,0,0.23);
}

.ToggleDescTextStyle {
    color: white;
    color: rgba(255,255,255,0.87);
    text-align: center;
    padding: 4px 0 4px 0;
}

a:hover {
    color: #51BBA7;
    opacity: 1;
    text-decoration: none;
}

a img {
    transition: opacity 0.3s;
}

a img:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.widget a {
    transition: color 0.3s;
}

.widget a:hover {
    opacity: 1;
    transition: color 0.3s;
}

.entry-content a {
    transition: color 0.3s;
}

.entry-content a:hover {
    transition: color 0.3s;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 7px;
    border-radius: 0;
    transition : border 0.3s, box-shadow 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: none;
    border-color: #51BBA7;
    background: transparent;
    box-shadow: inset 0 -1px 0 #51BBA7;
    transition : border 0.3s, box-shadow 0.3s;
}

article.hentry.HomepageTileStyle, section.hentry.HomepageTileStyle {
    padding: 0;
}

article.hentry.HomepageTileStyle h1 {
    color: rgba(0,0,0,0.54);

}

article.hentry.HomepageTileStyle .entry-content, section.hentry.HomepageTileStyle .entry-content{
    padding: 0 24px 0 24px;

}

.HomepageTileStyle {
    min-height: 520px;
    position: relative;
}

article.hentry.ConsortiumTileStyle, section.hentry.ConsortiumTileStyle {
    padding: 0;
}

article.hentry.ConsortiumTileStyle h1 {
    color: rgba(0,0,0,0.54);

}

article.hentry.ConsortiumTileStyle .entry-content, section.hentry.ConsortiumTileStyle .entry-content {
    padding: 0 24px 0 24px;

}

.XSDropdownMenuStyle {
    background-color: #607D8B;
}


.dropdown-menu {
    background-color: #607D8B;
    padding: 8px 0 8px 0;
}
.dropdown-menu li:hover i, .dropdown-menu li:hover a span {
    color: #ffffff;
}


.classic_menu_parent_item a {
    margin-left: 0;
    height: 50px;
}

.classic_menu_parent_item a span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

li.classic_menu_parent_item {
    margin-left: 6px;
}

li.classic_menu_parent_item a:hover, li.classic_menu_parent_item a:focus,
li.open.classic_menu_parent_item a:hover, li.open.classic_menu_parent_item a:focus, li.open.classic_menu_parent_item a:link
{
    background-color: transparent;
}


li.classic_menu_parent_item a:hover i, li.classic_menu_parent_item a:hover span,
li.open.classic_menu_parent_item a:focus span, li.open.classic_menu_parent_item a:focus i {
    color: #51BBA7;
}



.classic_menu_parent_item i {
    vertical-align: -6px;
    color: rgba(255,255,255,1);
}


.classic_menu_children_group {
    /*display: block;*/
    clear: both;
    font-weight: normal;
    line-height: 140%;
    white-space: nowrap;
}

.classic_menu_children_group li {
    padding: 6px 0 6px 0;
}

.classic_menu_children_group li:hover {
    background-color: rgba(0,0,0,0.12);
}

.classic_menu_children_group li a {
    line-height: 140%;
    padding: 12px 24px 12px 24px;
}

.classic_menu_children_group li a span {
    color: #ffffff;
    font-weight: 300;

}

.classic_menu_children_group li:hover a span {
    color: #51BBA7;
}

.Classic_Navigation_Style {
    margin-left: 18px;
}

.ConsortiumTileStyle {
    position: relative;
}

.ConsortiumTitleLineStyle {
    line-height: 32px;
}

.ConsortiumItemFooterStyle {
    position: absolute;
    bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

h1.entry-title.PageTitleStyle {
    padding-left: 24px;
    padding-top: 24px;
}


.PageHeaderStyle {
    background-color: #51BBA7;
    z-index: -999;
    padding: 24px 0 8px 0;
}


h1.entry-title.PageHeaderTitleStyle {
    color: rgba(255,255,255,1);
}


article.hentry.StructureTileStyle, section.hentry.StructureTileStyle,
article.hentry.StructureTileStyle .entry-content, section.hentry.StructureTileStyle .entry-content {
    padding: 0;
    background: transparent;


}

h1.entry-title.OutsideTitleStyle {
    padding-left: 32px;
}

h1.OutsideTitleStyle {
    font-size: 52px;
    padding-top: 32px;
    color: #FFFFFF;
    font-weight: 100;
}

.SubHeaderStyle {
    height: 120px;
    background-color: #51BBA7;
}

i.MaterialIcon
{
    font-style: normal;
}

.SectionTitleStyle {
    font-size: 52px;
    font-weight: 300;
    padding: 36px;
    color: #51bba7;
}

.entry-summary {
    color: #666666;
}

.entry-title a {
    transition: color 0.2s;
}

.entry-title a:hover {
    color: #51bba7;
    text-decoration: none;
    opacity: 1;
    transition: color 0.2s;
}

.hentry.sticky:after {
    color: #51bba7;
}

.panel {
    margin-bottom: 0;
    border: none;
}

.panel-default > .panel-heading {
    background-color: rgba(96,125,139,0.23);
}

.panel-body {
    padding: 24px;
}

.panel-group {
    margin-bottom: 0;
}

.HighlightTextStyle {
    color: #51bba7;
}

.StructureFooterStyle {
    line-height: 32px;
    font-weight: 600;
}

.StructureFooterStyle i {
    font-style: normal;
    margin-top: -3px;
    vertical-align:middle;
}
.StructureFooterStyle a
{
    vertical-align:middle;
}

.ObjectivesPanelLinkStyle {
    font-weight: 500;
}

.ObjectivesPanelLinkStyle:hover {
    color: #51bba7;
}

.ObjectivesPanelLinkStyle:focus {
    text-decoration: none;
}

.HomeLogoStyle {
    background: url("img/mamem-logo.png")no-repeat;
    height: 36px;
    width: 172px;
    border-style: none;
    opacity: 1;
    margin: 18px 0 8px 24px;
    display: block;
    text-align: center;
}

.HomeLogoStyle:hover {
    opacity: 0.7;
}

.SiteDescriptrionTextStyle {
    pointer-events: none;
    color: rgba(255,255,255,0.54);
    text-align: center;
    max-width: 230px;
    line-height: 140%;
}

.FlexChildStyle {
    flex-grow: 1;
    flex-shrink: 1;
    width: 360px;
    padding: 0 24px 0 24px;
}


.NavigationDrawerHandleStyle {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    float: right;
    height: 100%;
    background-color: rgba(255,255,255,0.23);
    border: none;
    border-radius: 0;
}

.NavigationDrawerHandleStyle:hover, .NavigationDrawerHandleStyle:active
    /*.NavigationDrawerHandleStyle:focus*/ {
    background-color: #51bba7;
    border: none;
}

.NavigationDrawerHandleStyle i {
    font-size: 64px;
    color: #51bba7;
}

.NavigationDrawerHandleStyle:hover i {
    color: #ffffff;
}

#top-navigation {
    padding: 0;
    background-color: #607D8B;
    display: block;
    height: auto;
}

#top-navigation .genericon {
    background-color: transparent;
    box-shadow: none;
    float: right;
    padding: 20px 30px 20px 20px;
    margin: 0 auto;
    height: auto;
    opacity: 1;
    width: auto;
}

#top-navigation .genericon:hover {
    color: #51BBA7;
    opacity: 1;
}

#top-navigation .genericon i {
    height: 64px;
    width: 64px;
    font-size: 64px;
    float: right;
}

.SubNavHorizStyle {
    max-width: 460px;
}


.SubNavHorizStyle li a {
    line-height: 30px;
    font-size: 14px;
}

#masthead .site-branding {
    box-shadow: 0 1px 4px #555;
}

@media screen and (max-width: 760px) {
    #masthead {
        padding-top: 80px;
    }
}

.DropShadowStyle {
    box-shadow:0 1px 4px #555 ,inset 0 -1px 2px rgba(0,0,0,0.12);
}

a.SidebarHeaderStyle::before {
    float: left;
}

a.SidebarHeaderStyle {
    padding: 38px 0 38px 30px;
    height: auto;
    width: 100%;
    font-size: 48px;
    outline: none;
    color: rgba(0,0,0,0.87);
    transition: color 0.3s;
    border-bottom: 1px solid #ffffff;
}

a.SidebarHeaderStyle:hover {
    color: #ffffff;
    background-color: #51BBA7;
}


.SideMenuStyle {
    position: fixed;
}

.SideMenuStyle .entry-content {
    padding: 0;
    margin: 0 auto;
}

.SideMenuStyle h2 {
    margin: 0 auto;
    padding-bottom: 24px;
    white-space: nowrap;
}

h3.NewsItemTitleStyle {
    margin-top: 0;
}

.NewsItemReadMoreStyle {
    right: 24px;
    position: absolute;
    bottom: 12px;
}

ul#menu-Project.nav {
    margin: 0 auto;
}

.menu-default-container ul {
    background-color: #f2f2f2;
}
.menu-default-container ul::after {
    clear: both;
    content: "";
    display: table;
}
.menu-default-container ul li {
    width: 50%;
    float: left;
    /* 68px is the navigation header height  and the menu items will be allocated in 3 rows */
    height: calc(100vh/3);
    min-height: 120px;
    border: 1px solid #ffffff;
    border-top: none;
    border-left: none;
}

.menu-default-container ul li:nth-of-type(2n) {
    border-right-width: 0;
}
.menu-default-container ul li a {
    font-size: 24px;
    position: relative;
    color: #607D8B;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: background-color 0.2s;
}
.menu-default-container ul li a span {
    color: rgba(0,0,0,0.87);
    font-size: 36px;
    /*position: absolute;*/
}
.menu-default-container ul li a:hover span {
    color: #fff;
}
.no-touch .menu-default-container ul li a:hover i,
.menu-default-container ul li.current_page_item a i {
    /* on hover or if selected - change text and icon color*/
    color: #fff;
}
.menu-default-container ul li.current_page_item a span {
    /* on hover or if selected - change text and icon color*/
    color: #fff;
}
.no-touch .menu-default-container ul li a:hover,
.menu-default-container ul li.current_page_item a {
    /* on hover or if selected - change background color*/
    background-color: #607D8B;
    color: #ffffff;
}

/*.menu-default-container ul span, .menu ul i {
    position: absolute;
}*/

.menu-default-container ul span {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    height: 38px;
    pointer-events: none;
}
.menu-default-container ul span * {
    -webkit-transition: stroke 0.2s;
    -moz-transition: stroke 0.2s;
    transition: stroke 0.2s;
}
.menu-default-container ul i {
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 40%;
    position: absolute;
    color: #607D8B;
    font-style: normal;
    font-size: 64px;
    line-height: 36px;
    transition: color 0.2s;
    backface-visibility: hidden;
}

.modal-footer {
    border: none;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: background-color 0.3s;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #51BBA7;
    box-shadow: 0 2px 2px #2D7365;
    transition: background-color 0.3s;
}


.entry-featured-image.UseCaseHeaderImgStyle {
    margin-top: -50px;
}

.widget_recent_entries li a {
    display: inline;
}

#st-trigger-effects button i {
    pointer-events: none;
}

.NaviHeaderStyle {
    border-bottom: 1px solid #fff;
}

.NaviHeaderStyle a {
    width: 100%;
    height: 130px;
    background-color: #607D8B;
    line-height: 150px;
    display: inline-block;
    text-align: center;
}

.NaviHeaderStyle a:hover {
    background-color: #51BBA7;
    color: #fff;
}

.NaviHeaderStyle a span {
    font-size: 36px;
    color: #fff;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    display:inline-block;
    vertical-align:middle;
    margin-top: -24px;
}

.NavigationSubmenuIconStyle {
    font-size: 66px;
    color: #fff;
    padding: 0 12px 0 12px;
    width: auto;
    height: auto;
    cursor: pointer;
    transition: color 0.3s;
}


.MembersListLogoStyle {
    padding: 10px 0 0 0;
    height: 150px;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;
}

.MembersListLogoStyle:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
    max-width: 100%;
}

.MembersListLogoStyle img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;
    max-height:130px;
    width: auto;
    height: auto;
}

.grid-item {

}

.grid-item--full {
    width: 100%;
}

.grid-item--half {
    width: 50%;
}

.grid-item--66 {
    width: 66.66%;
}

.grid-item--33 {
    width: 33.33%;
}

.NaviHeaderStyle a i {
    font-size: 64px;
    margin-left: 12px;
}

.FlexParentStyle
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.FooterWidgetStyle {
    flex-grow: 1;
    flex-shrink: 1;
    width: 360px;
    padding: 0 24px 0 24px;
}

a.FooterIconStyle
{
    font-size: 48px;
    width: 48px;
    height: 64px;
}

i.EmptyContentIconStyle {
    font-size: 160px;
    line-height: 300px;
}

.menu-project-container ul li a, .menu-results-container ul li a {
    height: 160px;
    line-height: 160px;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
}

/*
.menu-project-container ul li a:hover, .menu-results-container ul li a:hover {
    line-height: 90px;
}
*/

.LabelBoxStyle {
            text-align: center;
            margin: 0 auto;
            width: 160px;
            height: 160px;
            font-size: 20px;
            font-weight: 600;
            color: white;
        }

.LabelBox1 {
            top: 135px;
            left: calc(50% - 80px);
            position: absolute;
        }

.LabelBox2 {
            top: calc(50% - 50px);
            left: calc(50% - 80px);
            position: absolute;
        }

.LabelBox3 {
            top: calc(50% - 50px);
            left: 20%;
            position: absolute;
        }

.LabelBox4 {
            top: calc(50% - 50px);
            right: 20%;
            position: absolute;
        }

.LabelBox5 {
            bottom: 80px;
            left: calc(50% - 80px);
            position: absolute;
        }

.LabelText {
            line-height: 160px;
        }

@keyframes flickerSingleColor {
            0% {
                background-color: #000;
            }
            49.99% {
                background-color: #000;
            }
            50% {
                background-color: #FF00FF;
            }
            100% {
                background-color: #FF00FF;
            }
}

.Flicker1 {
            -webkit-backface-visibility: hidden;
            animation-name: flickerSingleColor;
            animation-duration: 83.333333333333ms;
            animation-iteration-count: infinite;
        }

.Flicker2 {
            -webkit-backface-visibility: hidden;
            animation-name: flickerSingleColor;
            animation-duration: 150.15015015015ms;
            animation-iteration-count: infinite;
        }
.Flicker3 {
            -webkit-backface-visibility: hidden;
            animation-name: flickerSingleColor;
            animation-duration: 133.33333333333ms;
            animation-iteration-count: infinite;
        }
.Flicker4 {
            -webkit-backface-visibility: hidden;
            animation-name: flickerSingleColor;
            animation-duration: 116.68611435239ms;
            animation-iteration-count: infinite;
        }
.Flicker5 {
            -webkit-backface-visibility: hidden;
            animation-name: flickerSingleColor;
            animation-duration: 100ms;
            animation-iteration-count: infinite;
        }

.render-to-gpu
        {
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000px;
            -webkit-transform: translate3d(0,0,0);
       }



/*.menu-project-container ul li:nth-child(4) a, .menu-results-container ul li:nth-child(4) a,
.menu-project-container ul li:nth-child(4) a:hover, .menu-results-container ul li:nth-child(4) a:hover
{ color: rgba(0,0,0,1)}*/

/*.st-menu .results-submenu-navigation .menu-results-container ul li a:hover,
.st-menu .project-submenu-navigation .menu-project-container ul li a:hover {
    border: 20px solid rgba(255,255,255,0.7);
}
*/

.carousel-img-overlay:before {
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color: rgba(96,125,139,0.6);
}

.carousel-caption {
    bottom: 44%;
    padding-bottom: 0;
}


.carousel-caption h1 {
    font-size: 2.5vw;
    /*color: #51BBA7;*/
}

.nav-tabs li a {
    font-size:16px;
}


.TableTitleStyle {
    min-width: 240px;
}


.VerticalSeparator {
    margin-top: 30px;
}

/* TRANSITIONS */
.ColorTransition {
    transition: color 0.3s;
}

.BackgroundTransition {
    transition: background-color 0.3s;
}

.OpacityTransition {
    transition: opacity 0.3s;
}

.loader {
    /*text-indent: -9999px;*/
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 12px rgba(255, 255, 255, 1);
    border-top-color: #51BBA7;
    animation: spin 2s infinite linear;
    z-index: 9999;
    overflow: hidden;
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(720deg);
    }
}
@-moz-keyframes spin {
    100% {
        transform: rotate(720deg);
    }
}
@-o-keyframes spin {
    100% {
        transform: rotate(720deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(720deg);
    }
}

/* COMPONENT.CSS FOR THE CUSTOM NAVIGATION DRAWER */
.st-content {
    overflow-y: hidden;
    width: 100px;
    float: right;
}

.st-content,
.st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s;
}




.st-menu {
    position: fixed;
    top: 0;
    right: -1%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    z-index: 100;
    visibility: hidden;
    width: 70%;
    transition: all 0.5s;

    box-shadow:-3px 0 7px rgba(0,0,0,0.54);
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=0,Color=#8a000000,Positive=true);
}


.st-menu::after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.st-menu a {
    text-decoration: none;
}

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
}

.st-menu ul li a {
    display: block;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li a span {
    font-size: 32px;
}

.st-menu ul li a:hover i {
    color: #fff;
}

.st-menu ul li a:hover {
    background: #51BBA7;
    color: #fff;
}

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
    visibility: visible;
    transform: translate3d(100%, 0, 0);

}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
    display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
    padding-left: 300px;
}

#twitter-widget-0 .timeline {
    border-radius: 0;
}


/* TOGGLE BUTTON */

.NavSwitchStyle {
    width: 100px;
    padding: 0;
    margin: 0 auto;
}

.NavigationSwitchParentStyle {
    height: 64px;
    width: 78px;
    margin: 0 auto;
    position: relative;
}

.NavigationSwitchParentStyle img {
    position: absolute;
    padding: 12px;
}

.PointerEventsNone {
    pointer-events: none;
}

.tg-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-list-item {
    margin: 0 2em;
}

.tgl {
    display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    margin: 0 auto;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.tgl + .tgl-btn:after {
    left: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
    /*border: 1px solid #e8eae9;*/
    border: none;
}
.tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
    padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
    background: #51BBA7;
}
.tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -.8em;
}


/* MEDIA QUERIES */
@media (max-width: 768px) {
    .menu-default-container ul li {
        width: 100%;
        float: left;
        /* 116px is the navigation header height  and the menu items will be allocated in 5 rows */
        height: calc(100vh/5);
    }
    .st-menu ul li a span {
        font-size: 24px;
    }
    .st-menu ul li i {
        font-size: 36px;
    }

    .nav-tabs > li {
        float:none;
    }

    ul.nav.nav-tabs {
        margin: 0 auto;
    }

    .site-content
    {
        margin-top: 104px;
    }
}


@media only screen and (min-width: 768px) {
    .menu-default-container ul li {
        /* 116px is the navigation header height and the menu items will be allocated in 3 rows */
        height: calc(100vh/3);
        min-height: 200px;
    }
    .st-menu ul li a span {
        font-size: 28px;
    }

    .site-content
    {
        margin-top: 104px;
    }

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }

    .modal-body {
        padding: 32px;
    }

    .SubHeaderStyle
    {
        height: 140px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-dialog {
        width: 800px;
    }

    .ConsortiumTileStyle {
        min-height: 570px;
    }

    .st-menu ul li a span {
        font-size: 28px;
    }

    .site-content {
        margin-top: 148px;
    }
}

@media only screen and (min-width: 1024px) {
    .menu-default-container ul li {
        width: 33.33%;
        float: left;
        /* 116px is the navigation header height  and the menu items will be allocated in 2 rows */
        height: calc(100vh/2);
        min-height: 250px;
    }
    .menu-default-container ul li:nth-of-type(2n) {
        border-right-width: 1px;
    }
    .menu-default-container ul li:nth-of-type(3n) {
        border-right-width: 0;
    }

    .st-menu ul li a span {
        font-size: 36px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #main {
        width: 1070px;
    }

    .SubHeaderStyle
    {
        height: 120px;
    }

    .SubHeaderConsortiumStyle {
        height:140px;
    }
}
