/* cmsms stylesheet: Responsive Forms modified: 08/11/24 00:08:10 */
/* DEFAULTS*/
.customform{
    margin: 0 auto;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
}
.customform span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: 100%;
}
.customform:after {
    content: '';
    display: table;
    clear: both;
}
.customform fieldset{
    display: block;
    width: 100%;
}
.customform .col{
    float: left;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.customform .col-5{ width: 5%; }
.customform .col-10{ width: 10%; }
.customform .col-15{ width: 15%; }
.customform .col-20{ width: 20%; }
.customform .col-25{ width: 25%; }
.customform .col-30{ width: 30%; }
.customform .col-33{ width: 33.3%; }
.customform .col-35{ width: 35%; }
.customform .col-40{ width: 40%; }
.customform .col-45{ width: 45%; }
.customform .col-50{ width: 50%; }
.customform .col-55{ width: 55%; }
.customform .col-60{ width: 60%; }
.customform .col-66{ width: 66.6%; }
.customform .col-65{ width: 65%; }
.customform .col-70{ width: 70%; }
.customform .col-75{ width: 75%; }
.customform .col-80{ width: 80%; }
.customform .col-85{ width: 85%; }
.customform .col-90{ width: 90%; }
.customform .col-95{ width: 95%; }
.customform .col-100{ width: 100%; }

@media screen and (max-width: 768px) {
    .customform .col { width: 100%; }
}

.customform input[type="color"], 
.customform input[type="email"], 
.customform input[type="number"], 
.customform input[type="password"], 
.customform input[type="tel"], 
.customform input[type="url"], 
.customform input[type="file"],
.customform input[type="text"], 
.customform textarea, 
.cms_textarea, 
select.cms_dropdown {
    height: 40px; 
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    border: 1px solid #DEDEDE;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.customform.protected input[type="color"], 
.customform.protected input[type="email"], 
.customform.protected input[type="number"], 
.customform.protected input[type="password"], 
.customform.protected input[type="tel"], 
.customform.protected input[type="url"], 
.customform.protected input[type="file"],
.customform.protected input[type="text"], 
.customform.protected textarea {
    height: 50px; 
    font-size: 17px;
}

.customform label{
    margin: 0 0 5px;
    text-align: left;
}
.customform input[type="submit"]{
    float: right;
    margin: 25px 12px 0px;
    padding: 16px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background:#2a2a2a;
    border: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.customform.protected input[type="submit"]{
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    .customform.protected input[type="submit"]{
        float: none;
        margin: 0;
    }
}

.customform input[type="submit"]:hover{
     opacity: 0.75;
}
.customform input[type="file"] {
    padding-top: 8px;
    padding-left: 8px;
}
.customform textarea{
    padding: 20px 20px;
    height: 200px;
}
.customform .captcha{
    margin: 0 12px;
    line-height: 1.5;
}
.customform #required-symbol{
    color: #e41820;
}
.customform .captcha img{
    display: block;
    margin: 0 0 12px;
}
.customform .captcha input{
    margin: 8px 0 0;
}
.form-group input {
    margin:0;
}
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form-bordered .form-group > label {
    padding: 10px 15px;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}
.form-group:after {
    display:block; 
    content:".";
    height:0;  
    line-height:0;
    clear:both; 
    visibility:hidden;
}
form label {
    font-weight:300;
    text-align: left;
}
textarea.form-control {
    padding:12px;
}

/* FOCUS STATE */
textarea:focus, 
input:focus,
select.cms_dropdown{
    outline: 0;
}

/* SUBMISSION ERROR */
.error_message{
    list-type: none;
    list-style-type: none;
    color: #e41820;
}
.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.customform .fb_invalid{
    color: #e41820;
}
.customform .fb_invalid input,
.customform .fb_invalid select,
.customform .fb_invalid textarea{
    border: 2px solid #FFDED6;
    background: #fff;
    color: #2a2a2a;
}

.customform label{
    display: block;
    margin: 4px 0 6px;
    text-align: left;
    line-height: 1.35;
}
.customform{
    font-size: 14px;
    text-align: left;
}

/* INFUSION SOFT */
.customform .infusion-radio span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: auto;
}
.customform .infusion-radio span label{
    display: inline-block;
    padding-left: 5px;
}


/* MEMBERS FORMS */
/* DEFAULTS*/
.cms_form{
    margin: 0 auto;
    padding: 0;
}
.cms_form span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: 100%;
}
.cms_form:after {
    content: '';
    display: table;
    clear: both;
}
.cms_form fieldset{
    display: block;
    width: 100%;
}
.cms_form input[type="color"], 
.cms_form input[type="email"], 
.cms_form input[type="number"], 
.cms_form input[type="password"], 
.cms_form input[type="tel"], 
.cms_form input[type="url"], 
.cms_form input[type="file"],
.cms_form input[type="text"], 
.cms_form textarea, 
.cms_textarea, 
.cms_form select,
select.cms_dropdown {
    position: relative;
    height: 42px; 
    width: 100%;
    margin-bottom: 22px;
    padding: 0 12px;
    border: 1px solid #DEDEDE;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.cms_form .highlight-upload{
    border: 2px solid #BA1414 !important;
}
.cms_form label{
    display: inline-block;
    margin: 0 0 6px;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
@media screen and (max-width: 992px){
    .cms_form label{
        text-align: left;
    }
}
.cms_form input[type="submit"]{
    float: right;
    margin: 15px 12px 30px;
    padding: 14px 36px;
    font-size: 14px;
    color: #fff;
    background:#2a2a2a;
    border: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.cms_form input[type="submit"]:hover{
     opacity: 0.75;
}.cms_form input[type="file"] {
    padding-top: 8px;
    padding-left: 8px;
}
.cms_form .btn{
    padding: 14px 0;
}
.cms_form h3{
    color: #90181B;
}
.cms_form textarea{
    padding: 10px 12px;
    height: 120px;
}
.cms_form .captcha{
    margin: 0 12px;
    line-height: 1.2;
    font-size: 14px;
}
.cms_form #required-symbol{
    display: inline-block;
    color: #e41820;
    color: #90181B;
}
.cms_form .captcha img{
    display: block;
    margin: 0 0 6px;
}
.form-group input {
    margin:0;
}
.form-bordered .form-group > label {
    padding: 10px 15px;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}
.form-group:after {
    display:block; 
    content:".";
    height:0;  
    line-height:0;
    clear:both; 
    visibility:hidden;
}
textarea.form-control {
    padding:12px;
}

/* FOCUS STATE */
textarea:focus, 
input:focus,
select.cms_dropdown{
    outline: 0;
}

/* SUBMISSION ERROR */
.error_message{
    list-type: none;
    list-style-type: none;
    color: #e41820;
}
.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.cms_form .fb_invalid{
    color: #e41820;
}
.cms_form .fb_invalid input,
.cms_form .fb_invalid select,
.cms_form .fb_invalid textarea{
    border: 2px solid #FFDED6;
    background: #fff;
    color: #2a2a2a;
}

/* CUSTOM BUTTON CONFIGURATIONS */
/* RADIO BUTTONS */
.radio-buttons{
    padding-bottom: 22px;
}
.radio-buttons div{
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 6px 0 0;
}
.radio-buttons input{
    display: inline-block;
    margin: 0 25px 8px 0;
    width: auto;
}
.radio-buttons label{
    display: inline-block;
    margin: 0;
    padding: 3px 0 0 3px;
    width: auto;
}
.radio-buttons label:first-child{
    display: block;
    padding: 0 0 4px;
    width: 100%;
}

/* MULTIPLE INPUTS */
.multiple-inputs{}
.multiple-inputs input{
    margin-bottom: 12px !important;
}
.multiple-inputs .remove-btn{
    position: absolute !important;
    display: inline-block !important;
    right: 30px !important;
    margin: -44px 0 0 !important;
    padding: 0 !important;
    height: 25px !important;
    color: #212121 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background: transparent !important;
    text-transform: none !important;
    z-index: 5 !important;
}
.multiple-inputs .add-btn{
    position: relative !important;
    display: inline-block !important;
    float: right !important;
    margin: 2px 0 25px !important;
    padding: 8px 12px !important;
    height: auto !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    background: #679b08 !important;
    text-transform: capitalize !important;
    z-index: 5 !important;
}
/* cmsms stylesheet: Custom modified: 08/09/24 12:54:25 */
.pod-link{
    position: absolute;
    top: 12px;
    right: 15px;
    width: auto;
    z-index: 5;
}
.pod-link .btn{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    padding: 8px 12px;
    width: auto;
    color: #ffffff;
    border-radius: 5px;
}
.pod-link .btn:active,
.pod-link .btn:focus,
.pod-link .btn:visited{
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .pod-link{
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        z-index: 5;
    }
    .pod-link .btn{
        margin: 0 8px -8px 0;
        padding: 6px 10px;
        font-size: 13px;
    }
}

body.orange-shirt-day{
    background: #ffffff;
    border-top: 8px solid #90181B;
}
body.orange-shirt-day .cd-main-content{
    margin: 0;
    background: #ffffff;
}
.cs-osd{
    display: block;   
    margin: 50px auto;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 992px) {
    body.orange-shirt-day{
        border-top: 4px solid #90181B;
    }
    body.orange-shirt-day .cd-main-content{
        margin: 0;
    }
    .cs-osd{
        margin: 35px auto;
        margin: 0 auto;
    }   
}

.cs-osd .logo{
    position: relative;
    display: block;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
}
.cs-osd .logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 124px;
    padding: 0 15px 0 0;
}
.cs-osd .logo h1{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
    color: #404040;
}
.cs-osd .logo h1 span{
    display: block;
    font-weight: 500;
}
.cs-osd .logo h1 span.international{
	font-size: 24px;
}
.cs-osd .logo h1 span.indigenous{
	font-size: 28px;
}
.cs-osd .logo h1 span.speakers-bureau{
	margin: 2px 0 0;
	font-size: 20px;
}
@media screen and (max-width: 992px) {
    .cs-osd .logo{
        margin: 0 auto 20px;
    }
    .cs-osd .logo img{
        max-width: 80px;
        padding: 0 10px 0 0;
    }
    .cs-osd .logo h1{
        font-size: 15px;
    }
    .cs-osd .logo h1 span.international{
    	font-size: 18px;
    }
    .cs-osd .logo h1 span.indigenous{
    	font-size: 22px;
    }
    .cs-osd .logo h1 span.speakers-bureau{
    	font-size: 15px;
    }
}

.cs-osd .video-player{
    padding: 10px;
    border: 2px solid #dddddd;
}
@media screen and (max-width: 992px) {
    .cs-osd .video-player{
        padding: 6px;
        border: 1px solid #dddddd;
    }   
}

.cs-osd .description-wrap{
    display: block;
    margin: 0 auto 40px;
    padding: 25px 0 0;
    max-width: 860px;
}
.cs-osd .description-wrap p{
    font-size: 21px;
}
@media screen and (max-width: 992px) {
    .cs-osd .description-wrap{
        margin: 0 auto 30px;
        padding: 15px 0 0;
    }
    .cs-osd .description-wrap p{
        font-size: 17px;
        line-height: 1.7;
    }
}

.cs-osd .primary-links{
    display: block;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 4px solid #000000;
    text-align: center;
}
.cs-osd .primary-links a{
    display: inline-block;
    margin: 0 2px 10px;
    width: 250px;
    font-size: 21px;
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .cs-osd .primary-links{
        margin: 0 0 35px;
        padding: 0 0 35px;
    }
    .cs-osd .primary-links a{
        width: 220px;
        font-size: 18px;
    }
}

.cs-osd .promotions-wrap{
    display: block;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 4px solid #000000;
}
.cs-osd .promotions-wrap .promotion-item{
    display: block;
    margin: 0;
    padding: 0;
}
.cs-osd .promotions-wrap .promotion-item img{
    
}
.cs-osd .promotions-wrap .promotion-item h4{
    display: block;
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.4;
}
.cs-osd .promotions-wrap .promotion-item p{
    color: #6f6f6e;
}
@media screen and (max-width: 992px) {
    .cs-osd .promotions-wrap{
        margin: 0 0 35px;
        padding: 0 0 35px;
    }
    .cs-osd .promotions-wrap .promotion-item img{
        margin: 0 auto 10px;
    }
    .cs-osd .promotions-wrap .promotion-item h4{
        font-size: 17px;
    }
    .cs-osd .promotions-wrap .promotion-item p{
        color: #6f6f6e;
    }
}

.cs-osd .copyright{
    text-align: center;
}
.cs-osd .copyright p{
    color: #6f6f6e;   
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalogue-item{
    padding: 30px 0;
    border-bottom: 4px solid #000000;
}
.catalogue-item:first-child{
    /* padding-top: 0;    */
}
.catalogue-item:last-child{
    border-bottom: 0;   
}
.catalogue-item .promo-image{
    position: relative;
    display: inline-block;
    margin: 0;
}
.catalogue-item h2{
    margin-top: 5px;
    margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
    .catalogue-item .promo-image{
        margin: 0 0 10px;
    }
}

.featured-ad{
    display: block;
    margin: 0 auto 50px;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .featured-ad{
        display: block;
        margin: 0 auto 30px;
        padding: 0;
    }      
}
