﻿h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 15px;
    font-family: Helvetica-Normal !important;
    color: #46b4ad;
}

footer {
    background: rgb(47 5 52);
    background-image: url(../images/footer_cols_bg.jpg?v=1.4);
    background-size: cover;
    background-position: center;
}

footer .jumbotron {
    border-radius: 8px;
    margin-right: 6px;
    padding: 22px 10px 22px 30px !important;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}

footer .jumbotron h3 {
    font-size: 24px;
    line-height: 34px;
}

    footer .jumbotron .btn-register {
        color: #fff !important;
        font-family: Helvetica-Normal !important;
        background: transparent;
        padding: 12px 20px 12px 20px;
        border-radius: 6px;
        font-size: 18px !important;
        font-weight: 500;
        border-color: #46b4ad !important;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }
footer .jumbotron .btn-register:hover {
    color: #260936 !important;
    background: #fff;
    border-color: #fff !important;
}

.FooterMenu_ a {
    position: relative;
    font-size: 16px;
    text-decoration:none !important
}

.FooterMenu_ a:before {
    position: absolute;
    left: -16px;
    top: 3px;
    content: '';
    width: 8px;
    height: 8px;
    z-index: 1;
    background: #ffffff00;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.customSection .takepart {
    background: url(../images/footer-bg.png?v=1.3);
    background-size: cover;
    background-position: center;
}

.headingsection p {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.customSection .takepart .takepartregister {
    border-color: #ffffff !important;
    color: #fff !important;
    background: transparent;
    border-radius: 6px;
    letter-spacing: 0;
    font-family: Helvetica-Normal !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400 !important;
    font-size: 18px !important;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
    .customSection .takepart .takepartregister:hover {
        border-color: #46b4ad !important;
        background: transparent;
        color: #46b4ad !important;
    }
.customSection .takepart .headingsection p a {
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.eventlcaption h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    font-family: Helvetica-Normal !important;
    background: rgba(70, 180, 173, 0.8);
    background-image: none !important;
}
header.header-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1048;
    top: 0px;
    transition: background 0.4s;
}

header.header-section.fixed-top {
    position: fixed;
    top: 0;
}

header.header-section.fixed-top:before {
    opacity: 1;
    visibility: visible;
}

    header.header-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/header_bg.jpg);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
    }

header.header-section.fixed-top nav.navbar.navbar-default {
    background: transparent !important;
}

nav.navbar.navbar-default {
    background: transparent !important;
    position: relative;
    padding: 8px 8px 8px 6px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 4px 12px !important;
    line-height: inherit !important;
    font-size: 16px !important;
}

li.dropdown.open a.dropdown-toggle span,
a.dropdown-toggle:hover span {
    transform: rotate(180deg);
}

a.dropdown-toggle span {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
}

.stripbanner .register:hover {
    background: #00b7b0;
}
.stripbanner .register:hover:before {
    opacity: 0;
}

.stripbanner .register {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 15px 10px;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .stripbanner .register:before {
        z-index: -1;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #260936 !important;
        /*background: linear-gradient(to right, #0b002c, #010c6d, #330050);*/
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

ul#NavigationControl2_nav li.dropdown:nth-child(1) a {
    border-left: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    border-left: 1px solid rgb(255 255 255 / 15%) !important;
}

ul#NavigationControl2_nav li.dropdown:nth-child(1) a {
    border-left: 0 !important;
}
/*.mainbannerbox {
    position: relative;
    padding: 90px 30px 200px;
    background: url(../images/Banner_NiEU25.png);
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}*/

.mainbannerbox {
    position: relative;
    height: 88vh;
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.logobox h3 {
    color: #fff;
    font-size: 52px;
}
.logobox p {
    color: #fff;
    font-size: 20px;
}

.logobox .Add-Button-White:before {
    display: none;
}

.logobox .Add-Button-White {
    background: #fccc40 !important;
    border: #fccc40 !important;
     transition: all 0.3s ease-in-out 0s; 
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    font-size: 20px;
    padding: 0px 10px 0 10px;
}

    .logobox .Add-Button-White:hover{
        background:#fff !important
    }

    .mainbannerbox:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgb(36 89 143) 0%, rgba(36, 89, 143, 0.87) 20%, rgba(36, 89, 143, 0.68) 41%, rgba(36, 89, 143, 0.53) 61%, rgba(36, 89, 143, 0.32) 80%, rgba(36, 89, 143, 0) 100%);
    }

.collapse.navbar-collapse ul li a.navbar-contact {
    background: #260936 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 3px 18px !important;
    border: 1px solid #fff !important;
    font-size: 16px !important;
    line-height:inherit;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

    .collapse.navbar-collapse ul li a.navbar-contact:hover {
        background: #46b4ad !important;
        color: #fff !important;
        border-color: #46b4ad !important;
    }


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    padding: 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none;
    background-color: #260936 !important;
    border: 0 !important;
}

ul.dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 0px !important;
    margin-left: 11px !important;
    font-size: 16px;
}

.mainbannerbox .logobox, .mainbannerbox .logobox a img {
    position: relative;
    top: 18px;
}

.Main-Heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 0;
    padding: 10px 0 0;
    color: #46b4ad;
    display: block;
    line-height: 40px;
    font-family: Helvetica-Normal !important;
}
p {
    color: #000;
    margin: 0;
    margin-bottom: 15px;
}

.Feature-Heading {
    font-size: 24px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
    color: #46b4ad !important;
    display: inline-block !important;
    font-family: Helvetica-Normal !important;
}

.supporterpartner .thumbnail {
    min-height: 140px;
    border-radius: 10px;
    text-align: center;
    line-height: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #45b4ad4a;
}
.showmore-button {
    font-weight: 400;
    color: #2f0534 !important;
    border: 1px solid #2f0534 !important;
    font-family: Helvetica-Normal !important;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 40px;
    margin-top: 16px;
    border-radius:5px;
}

.innerheadermain {
    height: 310px;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sabnavpart{
    margin:0 !important;
}

.Italic-Font, .Italic-Font em {
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.headingsection h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.crumtrail a {
    font-size: 14px;
    font-weight: 700;
    padding: 0 7px;
    color: #24598f;
}
.threeSideText a,
.partnerdes a {
    color: #46b4ad;
}

.testimonialbox h4 {
    background: #24598f;
}

    .testimonialbox h4 span {
        border-top: 17px solid #24598f;
    }

    .moreevent.LatestNews time {
        font-size: 14px;
        margin: 0;
        position: absolute;
        bottom: 16px;
        color: #46b4ad;
        letter-spacing: 0.2px;
    }

.moreevent.LatestNews .author:before {
    color: #46b4ad;
}

.moreevent.LatestNews .author:after {
    border-right: 2px solid #46b4ad;
}

.modal-content {
    border: 7px solid #46b4ad;
}

.speakercaption h3 {
    color: #46b4ad;
}

.speakercaption {
    color: #000000;
}
.navbar-default .navbar-nav > li > a,
.nav .open > a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #46b4ad !important;
    opacity: 1;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #46b4ad;
    text-decoration: none;
    background-color: transparent;
}

ul.DivideTwo_ {
    column-count: 2;
}

.MainWrapperInnerBox .HoverContent_::before {
    height: 150%;
    background: linear-gradient(112deg, rgba(2, 0, 36, 1) 0%, rgba(70, 180, 173, 1) 50%);
}

.MainWrapperInnerBox .HoverContent_:after {
    content: "";
    position: absolute;
    background-position: right;
    width: 100%;
    top: -40px;
    left: 0;
    height: 100px;
    -webkit-transform: skew(0deg, 7.5deg);
    -ms-transform: skew(0deg, 7.5deg);
    transform: skew(0deg, 7.5deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1;
}

.pt40 {
    padding-top: 40px !important;
}


.home-theme-logo .threesideimg {
    border: none !important;
    position: relative;
    min-height: 160px;
    border-radius: 0;
    text-align: center;
    line-height: 160px;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 4px;
    margin-bottom: 20px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.home-theme-logo .threesideimg:after {
    content: "";
    height: 50px;
    width: 3px;
    position: absolute;
    background: #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.home-theme-logo .col-sm-4:last-child .threesideimg:after {
    display: none;
}

span.footersocial a em:hover {
    background: #0b0017 !important;
}

span.footersocial a:focus{
    color:#fff !important;
    outline:0 !important
}

span.footersocial a {
    text-decoration: none !important;
}

.testimonialbox h4 p {
    color: #fff;
}

.well {
    height: 187px;
}

.well a {
    color: #46b4ad;
}

div#divBredCrumTrail {
    color: #000;
}

.InnerLozenge {
    display: flex;
    height: 310px;
    align-items: center;
}

.InnerLozenge img {
    width: 370px;
    position: relative;
    top: 20px;
}

section.mainbannerbox .logobox img {
    width: 45%;
}

.auto-container {
    width: 82%;
    margin: 0 auto;
}