body {
    margin: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.linkbutton {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.07em;
    border: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    padding: 0 5px 0 20px;
    color: white;
    display: inline-block;
    text-decoration: none;
}

.linkbutton div {
    letter-spacing: normal;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 0;
    top: 5px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.linkbutton div {
    text-align: center;
    vertical-align: text-bottom;
}

.topbanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* .topbanner, */
.header {
    width: 100%;
    height: 85px;
}

.header>img {
   /* margin: 40px;
    height: 100px;
    max-height: 100px;*/
	position: absolute;
    top: 7px;
	padding:0px 12px;
}

.footer {
    width: 100%;
    position: absolute;
    font-size: 20px;
    padding: 20px;
}

.footer a {
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}

.footer a img {
    display: inline-block;
}

.footer>img {
    height: 50px;
    max-height: 60px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.header .linkbutton {
    position: absolute;
    /* top: 0; */
    top: 17px;
    right: 0;
    padding: 0 60px 0 20px;
    color: white;
}

.header .linkbutton div {
    position: inherit;
    right: 5px;
    top: 5px;
}

.textblock {
    padding: 40px 30px;
    color: dimgrey;
    font-size: 20px;
    font-weight: 400;
}

.rightblock {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 20px;
    margin-left: calc(50% - 40px);
    display: inline-block
}

.logoImg {
    max-height: 160px;
    max-width: 90%;
}

/* .carousel-panel.slick-slide {
    height: auto;
} */

.carouselslider {
    max-height: 600px;
}

.ccrnblue {
    color: #00314F;
}

.ccrnblueback {
    background-color: #00314F;
}

.altblue {
    color: #0072AE;
}

.altblueback {
    background-color: #0072AE;
}

.heartred {
    color: #B40838;
}

.heartredback {
    background-color: #B40838;
}

.white {
    color: white;
}

.whiteback {
    background-color: white;
}

.black {
    color: black;
}

.blackback {
    background-color: black;
}

.videocontainer {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 56.25%;
    float: none;
    clear: both;
    padding-top: 25px;
}

.smallvideocontainer {
    position: relative;
    width: 300px;
    max-width: 300px;
    height: 150px;
    margin: 0 auto;
    float: none;
    clear: both;
    display: inline-block;
}

.slick-initialized .slick-slide.smallvideocontainer {
    display: inline-block;
    margin: 0 20px;
}

.videoblock {
    position: absolute;
    top: 70px;
    left: calc(25px);
    width: calc(100vw - 60px);
    height: calc(100% - 140px);
}

.smallvideoblock {
    position: absolute;
    width: 300px;
}

.rightblock .linkbutton {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.downloadcard img {
    width: 60px;
    display: inline-block;
    padding: 6px;
}

.downloadcard div {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: white;
    margin-top: 50px;
}

.vspacer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.meetingcontent {
    height: 500px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}

.meetingback,
.meetingoverlay.altblueback,
.meetingoverlay.gradient,
.meetingoverlay.solid {
    height: 580px;
}

.meetingback {
    z-index: 1;
    background-image: url('/exhibits/meetingpic.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.meetingoverlay {
    z-index: 2;
    display: inline-block;
}

.meetingoverlay.altblueback {
    position: absolute;
    left: 66%;
    width: 34%;
}

.meetingoverlay.gradient {
    z-index: 2;
    background-image: linear-gradient(to right, rgba(0, 115, 174, 0), rgba(0, 115, 174, 1));
    width: 39%;
    max-width: 480px
}

.meetingoverlay.solid {
    z-index: 2;
    width: 51%;
    background-color: #0072AE;
}

.meetingoverlay.spacer {
    width: 10%;
    max-width: 200px;
}

.meetingcontent {
    z-index: 3;
}

.btnimg {
    height: auto;
    width: auto;
    max-height: 60%;
    max-width: 60%;
    display: inline-block;
    vertical-align: baseline;
}

.btnimg.ur {
    max-height: 50%;
    max-width: 50%;
}

.btnimg.tiny {
    height: 16px;
    margin-right: 8px;
}

.btnimg.tiny.ur {
    height: 12px;
}

.footerblue {
    color: #3A7C99;
}

.textblock h2 {
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 35px
}

.underlined {
    border-bottom: 4px solid white
}

.meetingcontent h2 {
    margin: 0;
    width: fit-content;
    display: inline-block;
    font-weight: 400;
    font-size: 45px;
}

.ccrnblueback.textblock h2 {
    margin: 0 0 30px 0;
    font-weight: 500;
}

.inputholder {
    margin-bottom: 30px;
}

input,
.styled-select {
    /* height: 46px; */
    font-size: 20px;
    border: 3px solid #0072AE;
    padding: 10px;
    /* width: calc(50vw - 70px); */
    width: 100%;
    margin-right: 23px;
    background: white;
}

.multiinputholder input {
    width: calc(50vw - 55px);
}

.inputholder input:last-child {
    margin-right: 0;
}

textarea {
    font-size: 20px;
    border: 2px solid dodgerblue;
    padding: 10px;
    /* width: calc(50vw - 70px) !important; */
    width: 100% !important;
}

.resourceLink {
    border-radius: 20px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    background-color: rgba(0, 50, 78, 1);
    width: 200px;
    height: 140px;
    vertical-align: bottom;
    padding: 10px 0;
}

.resourceLink:hover .downloadcard {
    display: block;
}

.resourceLink .fa {
    font-size: 64px;
    color: red;
}

.resourceLink a.visi {
    text-decoration: none;
    color: white;
    position: relative;
    display: block;
    bottom: -4px;
    overflow: hidden;
}

.resourceLink a.textcontent {
    max-height: 48px;
}

.downloadcard {
    top: 0;
    border-radius: 20px;
    width: inherit;
    ;
    height: 160px;
    position: absolute;
    background-color: #B40838;
    display: none;
}

.slick-arrow {}

.sliders {
    width: 90%;
    left: 5%;
}

.prevpdf,
.prevregpdf,
.prevvideo,
.prevcarousel {
    float: left;
    margin-top: 64px;
}

.nextpdf,
.nextregpdf,
.nextvideo,
.nextcarousel {
    float: right;
    margin-top: 64px;
}

.videoslide {
    width: 206px;
    height: 140px;
    margin: 0 20px;
    vertical-align: bottom;
}

.styled-select {
    position: relative;
    height: 20px;
    line-height: 18px;
    /* width: calc(50vw - 96px); */
    /* width: calc(50vw - 70px) !important; */
    width: 100%;
}

.styled-select select {
    display: none;
}

.styled-select-selected:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #00314F;
    background-size: contain;
    background-image: url('/exhibits/downchevron.png');
}

.styled-select-selected.styled-select-arrow-active:after {
    background-image: url('/exhibits/upchevron.png');
}

.styled-select-items div,
.styled-select-selected {
    cursor: pointer;
}

.styled-select-selected {
    height: 20px;
}

.styled-select-items div {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
}

.styled-select-items {
    border: 3px solid #0072AE;
    /* width: 100%; */
    width: calc(50vw - 70px) !important;
    position: absolute;
    background-color: white;
    top: 100%;
    left: -3px;
    right: 0;
    z-index: 99;
}

.styled-select-hide {
    display: none;
}

.styled-select-items div:hover,
.same-as-selected {
    background-color: lightgrey;
}

.carousel-panel>p {
    display: inline-block;
}

.carousel-panel {
    text-align: center;
}

.dot {
    height: 80px;
    width: 80px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

/* 20-09-2023 */

.footer-set {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.footer-text {
    padding: 20px;
}

.sec-btn {
    top: 0px;
    right: 5px;
    position: relative;
}

.head-img img {
    position: absolute;
    top: 7px;
}

.p-img img {
    width: 100% !important;
    height: 100% !important;
}

.slick-dots {
    bottom: -50px !important;
}


@media (max-width: 767px) {

    input,
    .styled-select {
        font-size: 12px;
        line-height: 12px;
    }

    .resourceLink a.visi {
        font-size: 10px;
    }

    .header {
        width: 100%;
        height: 140px;
    }

    .header .linkbutton {
        top: 85px;
    }

}

.content {
 
  padding:10px;
}
.nav-link  {
    color: #fff !important;
    margin-right: 10px !important;
    background: #B30838 !important;
    letter-spacing: 1px !important;
    border-radius: 15px 15px 0 0 !important;
    padding: 15px 14px !important;
    font-weight: 600 !important;
    border: none !important;
	font-size:12px !important;
	text-align:center !important;
}
.nav-item > .active  {
    color: #B30838 !important;
    background: #FFFFFF !important;
	font-weight:bold !important;
}
.tabs {
background: #0073AE;
    padding: 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px 0 0 0;
    padding-top: 15px;
}
.home-contact {
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
	height:845px;
}
.footer {background:#00314F;}
.footer-logo { float:right;}

.toast {position: fixed;z-index:999;top: 25px;right: 25px;width: 375px;background: #B30838; color:#FFFFFF;padding: 25px;display: flex;align-items: center;justify-content: space-between;border-radius: 12px;border-left: 3px solid red;overflow: hidden;transform: translateX(calc(100% + 25px));transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35)}
.toast.active {transform: translateX(0);}
.toast i:first-child {color: red;font-size: 20px;}
.toast-text {margin: 0;font-size: .8125rem;}
.toast i:last-child {color: #ccc;cursor: pointer;transition: 350ms;}
.toast i:last-child:hover {color: #333;}

.top-header { background:#00314F;}
