/*inner page banner start*/
.inner-page {
    margin-top: 1.5rem;
}

.title-wrapper {
    min-height: 182px;
    background: rgba(84 ,153 ,143 , 0.15) url(/media/1898/title-background.png) no-repeat;
    background-size: cover;
}

.title-cta {
    float: right;
    text-align: right;
}

.title-wrapper h1 {
    padding: 68px 0 0;
	color: #fbd02a;
    text-transform: uppercase;
    font-size: 30px;
    font-weight:600;
}

.title-cta .cta-btn {
    float: right;
    float: left;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.col-md-12.title-section {
    margin-top: 2px;
}

.btn-yellow {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px 15px;
    margin:15px 0 0 0;
    border: 3px solid #114549 ;
    border-radius: 50px;
    outline: none;
    color: #114549 ;
    background: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
}
	.btn-yellow a{color:#114549 ;}
    .btn-yellow:hover {
        color: #114549  !important;
    }
    .btn-yellow:after {
        position: absolute;
        z-index: 99999;
        top: 50%;
        left: 100%;
        padding-right: 0.5em;
        color: #114549  !important;
        content: "\f178";
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-size: 25px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

    .btn-yellow:after {
        left: 80%;
        opacity: 0;
    }

    .btn-yellow:after {
        right: 0 !important;
        left: auto !important;
        left: unset !important;
    }

    .btn-yellow:hover:after {
        opacity: 1;
    }

.cta-btn a > button {
    margin-bottom: 12px;
}

@media(max-width:992px) {
    .cta-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .cta-btn a > button {
            font-size: 12px;
        }
}

@media(max-width:580px) {
    .cta-btn, .cta-btn > a {
        overflow: hidden;
        width: 100%;
    }

    .title-cta .cta-btn {
        margin: 0;
    }

    .title-wrapper h1 {
        text-align: center;
		 font-size: 22px;
    }

    .cta-btn > a {
        text-align: center;
    }

    .cta-btn a > button {
        min-width: 300px;
        margin: 10px 0;
    }
}

@media(max-width:380px) {
    .cta-btn a > button {
        min-width: 100% !important;
        margin: 10px 0;
    }
	.btn-yellow a{font-size: 10px;}
}
/*inner page banner end*/
/*grid styles start*/
.umb-grid, .col-md-12.column, .col-md-6.column, .col-md-4.column, .col-md-3.column {
    /*new style*/
    /*width: 100%;
    max-width: 100%;*/
    /*overflow: hidden;*/
}
.box-border, .box_border {
	height:100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 3px solid #114549;
}

.box-shadow, .box_shadow {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: -1px 2px 20px 0 #dcdcdc;
}

.background-teal, .background_teal {
    padding: 20px;
	color:#F5F5F5;
    background: #114549;
}
.background_teal .WhiteFont a
{
	color:#F5F5F5;
	text-decoration:underline !important;
}
.background-grey, .background_grey {
	height:100%;
    padding: 15px;
    margin-bottom: 15px;
    background: #b6b6b6;
}

.background-lightgrey, .background_lightgrey {
    padding: 15px;
    margin-bottom: 15px;
    background: #eaeaea;
}

.padding-10, .padding_10 {
    padding: 10px;
    margin-bottom: 15px;
}

.padding-15, .padding_15 {
    padding: 15px;
    margin-bottom: 15px;
}

.padding-20, .padding_20 {
    padding: 20px;
    margin-bottom: 15px;
}

.padding-25, .padding_25 {
    padding: 25px;
    margin-bottom: 15px;
}

.padding-30, .padding_30 {
    padding: 30px;
    margin-bottom: 15px;
}

.h1 {
    font-size: 32px;
}


.h2 {
    font-size: 28px;
}


.h3 {
    font-size: 24px;
}


.h4 {
    font-size: 18px;
}


.h5 {
    font-size: 16px;
}


.WhiteFont {
    color: #fff;
}


.blackFont {
    color: #000;
}

.yellow-font {
    color: #fbd02a;
}

.margin-b-10, .margin_b_10 {
    margin-bottom: 10px;
}

.margin-b-15, .margin_b_15 {
    margin-bottom: 15px;
}

.margin-b-20, .margin_b_20 {
    margin-bottom: 20px;
}

.margin-b-25, .margin_b_25 {
    margin-bottom: 25px;
}

.margin-b-30, .margin_b_30 {
    margin-bottom: 30px;
}

.background-yellow, .background_yellow {padding:20px;margin-bottom: 15px; color:#F5F5F5;
    background-image: linear-gradient(to right, #a51b80, #5f2882, #54998F);
}

.display_none {
    display: none;
}

.SectionTitle {
    color:#114549;
    font-size: 28px;
    font-weight: 600;
}

/*grid style end*/
.grid-section img {
    width: unset;
    width: auto;
}

.cta-btn a > button:focus {
    outline: none;
}

@media screen and (max-width: 1200px) {
    .box-container .box-wrapper .box-content .last_btn {
        margin-left: 48px !important;
    }
}
.row.product-and-service {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

a.btn.btn-danger {
    float: right;
}

h3 {
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

    h3::after {
        position: absolute;
        bottom: -7px;
        left: 0;
        display: block;
        width: 50px;
        height: 2px;
        background-color: #4a5e6d;
        content: '';
    }

h3 {
    margin-bottom: 20px;
}

.filedesc {
    min-height: 65px;
}

.general-box.file-and-documents h4 {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
}

.form-control {
    height: calc(40px + 2px);
    border: 1px solid rgba(173, 173, 173, 0.4);
    border-radius: 0px;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    outline: none;
    box-shadow: none !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: none !important;
}

.form-control:focus {
    border: 1px solid #4a5e6d;
    outline: 0;
    box-shadow: none !important;
}

.general-box {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px #dadada;
}

.form-control:disabled, .form-control[readonly] {
    border: 0px solid;
    opacity: 1;
    color: #4a5e6d;
    background-color: #ececec;
}

label {
    color: #54998F;
    font-weight: 500;
}

.general-box.generalitems .col-md-4 {
    margin-bottom: 15px;
}

.general-box.generalitems .col-md-8 {
    margin-bottom: 15px;
}

.general-box.generalitems .col-md-6 {
    margin-bottom: 15px;
}

.general-box.generalitems .col-md-12 {
    margin-bottom: 15px;
}


/*  productandservices css */

.general-box.productandservices .col-md-6 {
    margin-bottom: 15px;
}


/*  contacts css */
.general-box.contacts .col-md-4 {
    margin-bottom: 15px;
}

/*  file-and-documents css */


.general-box.file-and-documents .filedesc p {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
}

.general-box.file-and-documents .form-group .btn.file-uploader {
    margin: 15px 0px;
}

.general-box.file-and-documents .form-group .btn.file-uploader {
    padding: 10px 10px;
    margin: 15px 0px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    text-transform: capitalize;
}

    .general-box.file-and-documents .form-group .btn.file-uploader:hover {
        background-color: #043961;
    }


/* button */

.general-button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

    .general-button-box button.btn.btn-warning {
        color: #fff;
    }

button.btn.btn-warning.pull-right {
    width: 170px;
    border: 1px solid #4a5e6d;
    color: #fff;
    background-color: #4a5e6d;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    font-size: 22px;
}

    button.btn.btn-warning.pull-right:hover {
        background-color: #043961;
    }

/* slide box */

.list-wrapper {
    /* height: 100%; */
    overflow-y: auto;
    width: 100%;
    min-height: 50px;
    max-height: 730px;
    border: 0px solid #000;
    background-color:#5f2882;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.28);
}

    .list-wrapper .inner-box {
        width: 100%;
        padding: 10px 15px;
        padding-bottom: 1px;
        margin: 0 auto;
    }

        .list-wrapper .inner-box .head {
            padding: 7px 0px;
            background-color: transparent;
            text-align: left;
        }

            .list-wrapper .inner-box .head h5 {
                position: relative;
                margin-bottom: 0px;
                color: #fff;
                text-transform: uppercase;
                font-size: 19px;
                font-weight: 600;
            }

        .list-wrapper .inner-box .line {
            display: flex;
            padding: 0px 0px;
            margin: 15px 0px;
            background-color: #fff;
        }

            .list-wrapper .inner-box .line p {
                width: 75%;
                padding: 10px;
                margin-bottom: 0rem;
                color: #000;
                text-transform: capitalize;
                font-size: 16px;
                font-weight: 600;
            }

.close-add-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 75%);
    margin: 0px 0px;
    /* padding-right: 0px; */
    background-color: #ccc;
    text-align: center;
}

i {
    padding: 0px 5px;
}

    i.fa.fa-times {
        color: red;
    }

    i.fa.fa-pencil {
        color: green;
        /* padding: 0px 10px; */
    }

i {
    padding: 0px 10px;
}

i {
    cursor: pointer;
}

/* scroll bar styles */

.list-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.list-wrapper::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}


.general-box.productandservices .col-md-2.remove-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .general-box.productandservices .col-md-2.remove-button a {
        margin: 0px 5px;
    }



.row.product-and-service.hide-product-row {
    display: none!important;
}

.form-group.hide-select {
    display: none !important;
}
.marketing-sec h3::after 
{
background-color: unset;
}


/*Added to fix the file upload design break*/
.upload-file a {
    word-break: break-all;
    text-decoration: none !Important;
}

.upload-file span.file-delete {
    padding-left: 10px;
    color: red !important;
    cursor: pointer;
}


.uploaded-file a {
    word-break: break-all;
    text-decoration: none !Important;
}

.uploaded-file span.file-delete {
    padding-left: 10px;
    color: red !important;
    cursor: pointer;
}

.uploaded-file .hard-remove-file {
    padding-left: 10px;
    color: red !important;
    cursor: pointer;
}

/*Register Booth staff*/


.box-wrapper-register {
    display: block;
    max-width: 550px;
    padding: 20px 15px;
    margin: 0 auto;
    margin: 30px auto;
    box-shadow: 0px 3px 15px 0px #c0b2b2;
}


    .box-wrapper-register .btn {
        color: #fff;
        background-color: #4a5e6d !important;
        font-size: 20px;
    }

    .box-wrapper-register p {
        color: #000;
        color: #284052;
        text-align: center;
        text-transform: initial;
        font-size: 18px;
        font-weight: 500;
    }

    .box-wrapper-register .btn-block {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .box-wrapper-register .form-group {
        margin-bottom: 30px;
    }




 .input-validation-error {
            border-color: red;
        }

        field-validation-error {
            color: red;
        }

        span.field-validation-error {
            color: red;
        }

        option.hide-subcategory {
            display: none !important;
        }



        .toast-bottom-right {
            right: auto !important;
            bottom: 12px !important;
            left: 50% !important;
            width: 100% !important;
            max-width: 1600px !important;
            padding: 0px 14px !important;
            transform: translate(-50%) !important;
        }

        .toast.toast-success {
            width: 100% !important;
        }

        #toast-container > div {
            width: 100% !important;
            opacity: 1 !important;
        }

        .toast-success {
            background-color: #284052 !important;
        }

        .toast-message {
            font-size: 20px;
            font-weight: 600;
        }

        input.btn.pull-right.btnSave {
			z-index: 99999;
			    padding: 6px 22px;
            margin-left: 20px;
            border: 1px solid #4a5e6d;
            color: #fff;
            background-color: #4a5e6d;
            -webkit-transition: .8s ease;
            -o-transition: .8s ease;
            transition: .8s ease;
           /* width: 170px; */
            font-size: 16px;
        }
        .btn.addnew {
            border-color: #4a5e6d;
            border-radius: 5px !important;
            background-color: #4a5e6d !important;
        }

        .btn.deleterow {
            border-color: #dc3545 !important;
            border-radius: 5px !important;
            background-color: #dc3545 !important;
        }

        .btn.addnew .fa {
            color: #fff;
        }

        .btn.deleterow .fa {
            color: #fff;
        }





/*Company Profile Umbraco Form Style*/

.company-profile-contact {
    display: block;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 0px 2px 20px 8px #ccc;
}

    .company-profile-contact .col-md-6 {
        /* display: flex; */
        flex: 0 0 100%;
        width: 100% !important;
        max-width: 100%;
    }

    .company-profile-contact h4.umbraco-forms-caption {
        width: 100%;
        color: #284052;
        text-align: center;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
    }

    .company-profile-contact .input-validation-error {
        border: 1px solid red !important;
    }

    .company-profile-contact .umbraco-forms-navigation input[type=submit] {
        margin-top: 20px;
    }

    .company-profile-contact input.btn.primary {
        width: 170px;
        margin-left: 20px;
        border: 1px solid #4a5e6d;
        border: 0px !important;
        border-radius: 4px;
        color: #fff;
        background-color: #4a5e6d;
        -webkit-transition: .8s ease;
        -o-transition: .8s ease;
        transition: .8s ease;
        font-size: 22px;
    }

        .company-profile-contact input.btn.primary:hover {
            border: 0px !important;
            color: #4a5e6d !important;
            background-color: #fbd02b !important;
        }

    .company-profile-contact .umbraco-forms-navigation.row-fluid .col-md-12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-right: 31px;
    }


/*Recaptcha Error Message Style Fix*/

.company-profile-contact .recaptcha span.field-validation-error {
    margin-top:50px!important;
}
/* product and service responsive btn */
@media(max-width:1404px)
	{
		.general-box.productandservices .col-md-2.remove-button a {
    margin: 6px 5px;
}
	}

body{
		overflow-x:hidden;
	}


/*Check list Page Introtext*/

.inner-page-table .intro-text {
    margin: 10px 20px 10px 20px;
}
/* Loader styles */

.loader {
  width: 120px;
  height: 120px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #284052;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-wrap {
    position: fixed;
    z-index: 999999;
    display: none;
    align-content: center;
    align-items: center;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
}
.loader-showrap{
	 display: flex;
}
.loader-wrap p {width: 100%;margin: 19px 0;color: #284052;text-align: center;font-size: 25px;font-weight: 700;}



/*New Styles For Vip Banner */

.banner-item img{
    width:100%;
}
    .banner-item figcaption {
    position: absolute;
    right: 0;
    bottom: 25%;
    left: 0;
    float: none;
    width: 1600px;
    width: 1600px !important;
    max-width: 100% !important;
    padding-left: 30px;
    margin: 0 auto;
}
.banner-item figure {
    position: relative;
    margin-bottom: 0;
}
.banner-item figcaption h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400  !important;
    
}
.slick-dots li{
    width:10px !important;
}
.slick-dots li button {
    display: block !important;
    border-radius: 0 !important;
    background: #bb9b69;
}
.slick-dots li button:before {
    display: none;
}
ul.slick-dots li.slick-active button {
    background: #fff !important;
}
ul.slick-dots {
    position: absolute;
    z-index: 9999;
    z-index:9;
    right: 0;
    bottom: 0 !important;
    left: 60px;
    max-width: 1600px;
    margin: 0 auto;
    text-align:left;
}
.fullwidthbanner-wrapper.clearfix:after {
    position: absolute;
	z-index:-1;
    right: 0 !important;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: url(/media/3902/mepc-pattern.png) no-repeat right;
}
.banner-item figure:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
}
.banner-item figcaption{
    z-index:999;
}
.fullwidthbanner-wrapper{
    display:none;
    overflow:hidden;
}
.fullwidthbanner-wrapper.bgN:after {
    display: none;
}
@media only screen and (max-width:1580px){
    .twocolwrapper.col-md-12.clearfix .bg-box {
        min-height:435px;
           word-wrap: break-word;
    }
    .sponsors .item h4{
    min-height:28px;
    }
    
}
@media only screen and (max-width:1350px){
.twocolwrapper.col-md-12.clearfix .bg-box {
    min-height: 350px;
    word-wrap: break-word;
}
}
@media only screen and (max-width:1300px){
.slider,.slider .slide img{height:auto !important;}
.slider .slide{height:auto !important;}
.aboutclub.col-md-4.col-sm-4.col-xs-12.cl {
    width: 100%;
}
.sponsorship_logo_section.col-md-8.col-sm-8.col-xs-12{
width:100% !important;
}
}
@media only screen and (max-width:1200px){
.titlewrapper{
position:relative;
}
.content-section-wrapper.clearfix{
background:#5f5f5f;
}
.fullwidthbanner-wrapper.clearfix:after{
display:none;
}
}
@media only screen and (max-width:991px){
.mepcmainhost img{
max-width:100% !important;
}
.mepcmainhost{
    width: 50%;
    text-align:center;
}
.slider .slide img{
padding-top:20px !important;
}
}
@media only screen and (max-width:768px){
.twocolwrapper.col-md-12.clearfix .bg-box {
    min-height: 100%;
    word-wrap: break-word;
}
.mepcmainhost img{
max-width:100% !important;
}
.mepcmainhost{
    width: 50%;
    text-align:center;
}
.slider .slide img {
    width: auto;
    height: 90px;
    padding: 15px;
    padding-top: 25px;
}
.twocolwrapper.col-md-12.clearfix .col-md-4 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.content-section-wrapper.clearfix {
    margin-bottom: 20px;
}
.aboutclub.col-md-6.col-sm-6.col-xs-12.cl {
    width: 100%;
}
.col-md-6.col-sm-6.col-xs-12.p-0.slideSFix {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
}
}
@media only screen and (max-width:640px){
.row.yaGallery .col-md-4{
width:50%;
}
.slider .slide img {
    width: auto;
    height: 90px;
    padding: 20px;
    padding-top: 30px !important;
}
.mepcmainhost img{
padding:20px;
}
.page-footer .common-div {
    width: 100%;
    margin-top: 0 !important;
}
.col-md-3.col-lg-3.col-xl-2.mt-3.footersecond {
    margin-top: 10px !important;
    margin-bottom: 15px;
}
.slider, .slider .slide img{margin:0 auto;}
.quicklinks-new.clearfix a:first-child{padding-left:15px !important;}
.twocolwrapper.col-md-12.clearfix .col-md-6:last-child {
    padding-top: 20px;
}
.quicklinks-new.clearfix a{
background: #a78a58 !important;
}
.quicklinks-new.clearfix a:first-child{
padding-left: 10px !important;
}
.title-cta {
    width: 100%;
}
.banner-item figcaption h4{font-size:20px;}
.fullwidthbanner-wrapper {
    padding: 15px;
        margin-bottom: 15px !important;
}
ul.slick-dots{
    bottom: 20px !important;
}
.aboutclub{
margin-left:0;
}
section.videopopup-wrapper.clearfix {
    clear: both;
    margin-top: 0;
}
}
@media only screen and (max-width:480px){
.row.yaGallery .col-md-4{
width:100%;
}
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0px;
    padding: 0;
    border: none;
    outline: none;
    color: transparent;
    background: transparent;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    line-height: 1;
    opacity: .75;
    color: #fff;
    font-family: "slick";
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 0px;
    height: 0px;
    line-height: 0px;
    padding: 5px;
    border: 0;
    outline: none;
    color: transparent;
    background: transparent;
    cursor: pointer;
    font-size: 0px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    opacity: .25;
    color: #000;
    content: "•";
    text-align: center;
    font-family: "slick";
    font-size: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

#div_4394 .inner-page .col-md-4.column {
    margin-bottom: 30px;
}

#div_4394 .inner-page .col-md-4.column .background_teal {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            justify-content: center;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -ms-flex-line-pack: justify;
}
#div_4394 .inner-page .col-md-4.column .background_teal p {
	width: 100%;
}
/*NEW STYLES - 2020 INNERPAGES*/

.box_border p,.background_grey p,.background_violet p,.background_darkblue p,.background_blue p,.background_gradient p,
.background-black p
{
	margin:0;font-size:15px;
}
.background_grey p{color:#114549;}
.background_violet{height:100%;padding:20px;margin-bottom: 15px;color:#F5F5F5;background-color:#5f2882;}
.background_darkblue{height:100%;padding:20px;margin-bottom: 15px;color:#F5F5F5;background-color:#114549;}
.background_blue{height:100%;padding:20px;margin-bottom: 15px;color:#F5F5F5;background-color:#54998F;}
.background_gradient{padding:20px;margin-bottom: 15px; color:#F5F5F5;background-image: linear-gradient(90deg, rgba(84 ,153 ,143 , 0.15) 0%, rgba(0,48,90,1) 53%);}
.background-black{
    padding: 20px;
    color: #fff;background: #000;}
.margin_10{margin:10px;}
.margin_15{margin:15px;}
.margin_20{margin:20px;}
.margin_25{margin:25px;}
.margin_30{margin:30px;}
.margin_t_10{margin-top:10px;}
.margin_t_15{margin-top:15px;}
.margin_t_20{margin-top:20px;}
.margin_t_25{margin-top:25px;}
.margin_t_30{margin-top:30px;}
.magenta-button{
    display: inline-block;
    padding: 10px 40px;
	color:#F5F5F5;
	background: #114549;
}
.magenta-button a{color:#F5F5F5;}
.magenta-font{color:#114549;}
.magenta-btn-with-border{display:inline-block;padding:10px;border:1px solid #a51b80;color:#a51b80;}
.blackFont{color:#000;}
.umb-grid .grid-section p{
    line-height: 24px;
	font-size: 16px;
}
.umb-grid .grid-section ul li {
    position: relative;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 10px;
	list-style-type:none;
    font-size: 16px;
}

.umb-grid .grid-section ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
}
.btn-yellow:hover{padding: 10px 50px 10px 14px;}
#div_23308 .btn-yellow:hover{background-color:#F5F5F5;}
#div_23308 .background-teal{min-height: 330px;}
#div_2239 .col-md-3 > div {
    display:flex;
    align-items:center;
    max-width: 160px;
    max-height: 160px;
    margin: 20px auto;
}
#div_2239 .col-md-3{display:flex;}
#div_2239 .col-md-3 > div > img{margin:0;}
#div_23308 .umb-grid .grid-section p{text-align:center;}
.booking-btn{word-break:break-all;font-size:11px;}
#UForm .col-md-12 h1{ padding-top:20px;padding-left: 15px;font-size:30px;}
.g-recaptcha iframe{margin-top:10px;}
#div_3027 .umb-grid .grid-section p{margin:0;}
#div_3027 .box_shadow .row{align-items:center;}
#div_22678 .btn-yellow{
    border-radius: 0;background: #fff;font-size:14px;}
#div_2242 .umb-grid .grid-section .row{align-items:center;}
.award-btn{margin-right:8px;margin-bottom: 5px;font-size:14px;}
#div_24402 .speaker-slider__slides-contents .slider__profile--details{padding-bottom: 10px;}
#div_2255 .umb-grid .grid-section .row{align-items:center;}
#div_2255 span.magenta-font{font-size:18px;}
#div_2273 .background-grey{text-align: center;}

.grid-width-common .col-md-4,.grid-width-common .col-md-6{margin-bottom:20px;}

/*REsponsive 2020*/
@media only screen and (max-width:991px){
	.h1{font-size:24px;}
}
@media only screen and (max-width:767px){
	#div_23334 .margin_b_30 h6{padding-top:20px;}
	h1{font-size: 2rem;}
	#div_2243 .btn-yellow {min-width: 250px;
    text-align: center;}
	#div_3069 .col-md-12 h1{line-height: 1.3;font-size: 23px;}
	.title-wrapper h1{padding:0;}
	.title-wrapper{
			display: flex;
			align-items: center;
			flex-wrap: wrap;
		    min-height: 150px;
	}
	#div_23308 .background-teal{
		min-height: 270px;
	}
	#div_3069 .inner-page{ margin-top: 25px;}
	#UForm .col-md-12 h1{font-size:22px;}
	.h1{font-size:22px;}
	.inner-page { margin-top: 25px;}
}
@media only screen and (max-width:590px){
	.btn-yellow{font-size: 12px;}
	#UForm .col-md-12 h1{padding: 0;text-align:center;}
	.single-item-body p{text-align:left;}
}
@media only screen and (max-width:450px){
	.contents_section_sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-title {
    text-align: center;
}

.speaker-listing .item_s .category-title h2 {
    text-align: center;
}
}
@media only screen and (max-width:375px){
   .umbraco-forms-navigation input[type=submit]{margin-top:35px;}
	#div_2245 .btn-yellow{min-width:230px;}
}
@media only screen and (max-width:320px){
	.umbraco-forms-navigation input[type=submit]{margin-top:0;}
}

#div_3029 .box-border{
	    min-height: 391px;
}
@media only screen and (max-width:375px){
	#div_3029 .box-border{
	    min-height: 330px;
	}
}
.background_teal{height: 100%;}
#div_2257 .cta-btn .btn-yellow{background:transparent;}
.img-zero-margin p img{margin-right:10px;margin-bottom:0 !important;}
.banner-counter {
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 15px;
}
.banner-counter-wrapper .col-md-4{    padding: 0;}
.banner-counter-box{    display: block;
    text-align: center;}
.banner-counter-box:after{display:none;}
.banner-counter-box .fl-rich-text{width:100%;}
.banner-counter .row.banner-counter-wrapper{justify-content:center;margin:-5px;}
@media screen and (max-width: 1024px){
	.banner-counter-wrapper .col-md-4 {    flex: 50%;
		max-width: calc(100% / 2 - 4px);
	}
}

.blue-bg{position:relative;display: inline-block;width: 100%;padding: 20px 49px;border-radius: 2px;background: #E9F9FC;}
.blue-bg:before{
    position:absolute;
    top: 24px;
    left: 27px;
    display: block;
    width: 18px;
    height: 13px;
    background-image: url(/media/9296/icon-check-blue.png);
    background-repeat: no-repeat;
    content: '';
}

h2 , h1{
    color:#EBC846;
}


