

.org-info {
    width: 100%;
    height: 100%;
    display: table;
    padding: 40px 0 0 0;
    /* Fix for bold-looking text on Mac (caused by light text against dark background with subpixel rendering) */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.org-info .org-info-content {
    display: table-cell;
    vertical-align: middle;
}

.org-info .endcard-header-container {
    position: relative;
    margin: 0;
}

.org-info .endcard-header {
    font-weight: normal;
    font-size: 41px;
    margin: 0;
    font-family: "Jost", Arial;
    color: #fff;
    text-align: center;
    width: 100%;
    top: -120px;
    padding-left: 3px;
}
:lang(da) .org-info .endcard-header {
    top: -100px; 
}
.org-info .org-info-left {
    padding: 0 0 0 3%;
    color: #f0f0f0;
    width: 30%;
    float: left;
}

[dir="rtl"] .org-info .org-info-left {
	padding: 0 3% 0 0;
}

.org-info .org-info-body-holder {
    padding: 0 3%;
    width: 70%;
    float: left;
    position: relative;
}

.org-info .org-info-left,
.org-info .org-info-body-holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.org-info .org-info-left-img img {
    width: 100%;
    border: 1px solid rgb(141, 166, 189);
}

.org-info .org-info-left-text {
   font-size: 0.857em;
   margin: 20px 0;
   line-height: 1.5em;
}

.org-info .org-info-left-text a,
.org-info .org-info-left-text a:hover,
.org-info .org-info-left-text a:link,
.org-info .org-info-left-text a:visited,
.org-info .org-info-left-text a:active,
.org-info .org-info-left-text strong:first-child {
    color: rgb(141, 166, 189);
}

.org-info .org-info-left-text a {
   color:#2282cc;
   font-weight:bold;
   text-decoration:none;
}
.org-info .org-info-tku-body,
.org-info .org-info-body {
    /*
    width:580px;
    float:right;
    */
    padding: 15px 10px 10px;
    background: rgba(240, 240, 240, 0.8);
}

.ie678 .org-info .org-info-tku-body,
.ie678 .org-info .org-info-body {
    background: rgb(240, 240, 240);
}

.org-info .org-info-tku-body {
	padding: 20px;
	position: absolute;
	line-height: 1.8em;
	visibility: hidden;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.org-info .org-info-tku-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.org-info .org-info-body-title {
   font-size: 18px;
   margin: 0 10px 20px;
}

[dir="rtl"] .org-info .org-info-body-title span {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	display: inline-block;
}

.org-info .org-info-form p {
   color: #222;
   font-size: 12px;
   float: left;
   width: 50%;
   margin-top: 0;
   padding: 0 10px;
}

.org-info .org-info-form select {
    border: 1px solid #cccccc;
    height: 33px;
    margin-top: 5px;
    padding: 3px;
    width: 100%;
    display: block;
}
.org-info a.send-button {

    font-size: 14px;
    padding: 2px 10px 16px 22px;
    text-align: center;
    text-decoration:none;
    color:#fff;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px 4px 18px;

    
			background-image: linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -webkit-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -moz-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -o-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -ms-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
		

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(24,77,126)),
        color-stop(0.52, rgb(45,98,147)),
        color-stop(0.76, rgb(88,140,186)));
    
}

@media (max-width: 820px) {
    .org-info a.send-button {
        font-size: 13px;
    }
}

.tour-send-button img {
    position: relative;
    top: -2px;
}


.ie678 .org-info a.send-button {
    background: rgb(24,77,126);
    white-space: nowrap;
}

.org-info a.send-button:active,
.org-info a.send-button:hover {
    box-shadow: 1px 1px 6px white, -1px 1px 6px white, 1px -1px 6px white, -1px -1px 6px white;
    opacity: 0.8;
}

.org-info a.send-button:link a.send-button:hover {
    
			background-image: linear-gradient(bottom, rgb(8,35,59) 4%, rgb(34,82,125) 52%, rgb(55,112,161) 76%);
			background-image: -webkit-linear-gradient(bottom, rgb(8,35,59) 4%, rgb(34,82,125) 52%, rgb(55,112,161) 76%);
			background-image: -moz-linear-gradient(bottom, rgb(8,35,59) 4%, rgb(34,82,125) 52%, rgb(55,112,161) 76%);
			background-image: -o-linear-gradient(bottom, rgb(8,35,59) 4%, rgb(34,82,125) 52%, rgb(55,112,161) 76%);
			background-image: -ms-linear-gradient(bottom, rgb(8,35,59) 4%, rgb(34,82,125) 52%, rgb(55,112,161) 76%);
		

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(8,35,59)),
        color-stop(0.52, rgb(34,82,125)),
        color-stop(0.76, rgb(55,112,161)));
}

.org-info .org-info-body-thank-you {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}
.org-info .org-info-body-ty {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    margin-top: 60px;
    width: 440px;
}
.org-info .org-info-body-ty strong {
   font-size:20px;
   font-weight: bold;
}

.org-info .org-info-form input {
    border: 1px solid #ddd;
    line-height: 26px;
    height: 28px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-family: "Jost", Arial, sans-serif, sans;
    font-size: 13px;
    box-shadow: 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white;
}

.org-info .org-info-form textarea {
    border:1px solid #ddd;
    margin-top: 5px;
    width: 100%;
    height: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Jost", Arial, sans-serif, sans;
    font-size: 12px;
    box-shadow: 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white;
}

.org-info .org-info-form .edit-register-date {
    background: url("/theme/images/calendar_simple.gif") no-repeat scroll 6px 7px white;
    padding-left: 28px;
    width: 100%;
    font-size: 12px;
}

/* CSS for form validation */

.org-info .errormsg {
    color: #990000;
    position: absolute;
    top: 50px;
    right: 9px;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
}

.org-info .has-form {
    position: relative;
}

.org-info .has-form input.invalid {
    border: 1px solid #990000;
}

.org-info .form-state-contact {
    display: none;
}

.org-info .endcard-header {
    position: absolute;
    color: white;
    bottom: 100%;
}

.org-info p.send-button-form {
    text-align: center;
    margin-top: 18px;
}

@media (min-width: 767px) {

    #banner-endcard .email-signup-endcard,
    #banner-endcard .org-info {
        opacity: 0;
        
			transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s;
			-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s;
			-moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s;
			-o-transition: -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s;
			-ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .1s;
		
        
			transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-webkit-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-moz-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-o-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-ms-transform: rotateX(-10deg) translate3d(0, -10px, 0);
		
    }

    .endcard-animate-in #banner-endcard .email-signup-endcard,
    .endcard-animate-in #banner-endcard .org-info {
        opacity: 1;
        
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
		
    }
}



/*
.org-info .org-info-animate-in {
	opacity: 0;
	
			transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
			-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
			-moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
			-o-transition: -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
			-ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
		
    
			transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-webkit-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-moz-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-o-transform: rotateX(-10deg) translate3d(0, -10px, 0);
			-ms-transform: rotateX(-10deg) translate3d(0, -10px, 0);
		
}

.show-form .org-info .org-info-animate-in {
    opacity: 1;
    
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
		
}

.org-info .org-info-btn-close {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

[dir="rtl"] .org-info .org-info-btn-close {
	right: auto;
	left: 20px;
}
*/

.org-info .clear-before {
    clear: both;
}


.org-info-left-text .not-your-location {
    font-weight: bold;
    color: rgb(141, 166, 189);
    padding-top: 10px;
    display: block;
}

.send-directions-email .icon-mail {
    font-size: 19px;
    float: left;
    padding: 0 6px 10px 0;
    margin-top: -2px;
}

#shell .org-info-left-text a.submit-directions-email,
#shell .org-info-left-text a.send-directions-email {

    line-height: 13px;

    margin-top: 10px;

    font-size: 12px;
    /*padding: 2px 10px 16px 22px;*/
    text-align: left;
    text-decoration:none;
    color:#fff;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 8px 4px 8px;

    border: 1px solid #0A4E8D;
    max-width: 250px;

    
			background-image: linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -webkit-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -moz-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -o-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
			background-image: -ms-linear-gradient(bottom, rgb(24,77,126) 4%, rgb(45,98,147) 52%, rgb(88,140,186) 76%);
		

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(24,77,126)),
        color-stop(0.52, rgb(45,98,147)),
        color-stop(0.76, rgb(88,140,186)));

}

@media (max-width: 1080px) {

    .org-info .endcard-header {
        font-size: 36px;
    }

    .org-info .endcard-header {
        top: -100px;
    }

}

@media (max-width: 1050px) {

    .org-info {
        padding: 20px 0 60px 0;
    }

    .org-info .org-info-content {
        vertical-align: bottom;
    }

}

@media (max-width: 1030px) {

    #banner-endcard .org-info {
        padding: 40px 0 40px 0;
    }

}

@media (max-width: 980px) {

    .org-info .org-info-body-title {
        margin: 0 10px 10px 10px;
    }

    .org-info .endcard-header {
        font-size: 28px;
        top: -85px;
    }

    .you-are-invited-customized-location {
        font-size: 20px;
        position: relative;
        top: -3px;
    }

    .org-info {
        padding: 40px 0 40px 0;
    }

}

@media (max-width: 860px) {

    #banner-endcard .org-info {
        padding: 30px 0 40px 0;
    }

    .org-info .endcard-header {
        font-size: 30px;
        padding: 0.2em 0;
        margin: 0;
    }

    .org-info .org-info-left-text {
        margin: 10px 0;
    }

}

@media (max-width: 800px) {

    #banner-endcard .org-info {
        padding: 30px 0 20px 0;
    }

    .org-info {
        padding: 40px 0 20px 0;
    }

}

@media (max-width: 767px) {

    .org-info {
        display: block;
        padding: 0 0 30px;
    }

    .org-info .org-info-content {
        display: block;
    }

    .org-info .endcard-header-container {
        text-align: center;
    }

    .org-info .endcard-header {
        position: relative;
    }

    .org-info .org-info-left {
        float: none;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .org-info .org-info-body-holder {
        float: none;
        width: 100%;
    }

    .org-info .org-info-form p {
        width: 100%;
    }

    .org-info .org-info-left-text {
        margin: 30px 0;
    }

    .show-form.video-container-mobile #wis-endcard .org-schedule-form-holder .org-info-btn-close,
    .show-form.video-container-mobile #wis-endcard .org-schedule-form-holder .endcard-header-container,
    .show-form.video-container-mobile #wis-endcard .org-schedule-form-holder .org-info-left,
    .show-form.video-container-mobile #wis-endcard .org-schedule-form-holder .image-preloader,
    #header-container.show-form.video-container-mobile .org-schedule-form-holder .org-info-btn-close,
    #header-container.show-form.video-container-mobile .org-schedule-form-holder .endcard-header-container,
    #header-container.show-form.video-container-mobile .org-schedule-form-holder .org-info-left,
    #header-container.show-form.video-container-mobile .org-schedule-form-holder .image-preloader {
        display: none;
    }

    #org-mosaic-endcard .org-info .endcard-header {
        top: 0;
    }

}

.org-info .show-thank-you .org-info-body {
    opacity: 0;
    visibility: hidden;
    
			transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, visibility 0s 1s;
			-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, visibility 0s 1s;
			-moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, visibility 0s 1s;
			-o-transition: -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, visibility 0s 1s;
			-ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s, visibility 0s 1s;
		
}

.org-info .show-thank-you .org-info-tku-body {
    opacity: 1;
    visibility: visible;
}

.send-button-form .spinner-spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 37px;
    left: 50%;
    margin-left: -17px;
}

@media (max-width: 767px) {

    .send-button-form .spinner-spinner {
        position: static;
        margin: 0 auto;
    }

}



.send-button-form .send-button:hover.disabled,
.send-button-form .send-button:link.disabled,
.send-button-form .send-button:visited.disabled,
.send-button-form .send-button:active.disabled,
.send-button-form .send-button.disabled {

    opacity: 0.8;
    box-shadow: none;
    cursor: default;

    
			background-image: linear-gradient(bottom, rgb(4,7,56) 4%, rgb(5,28,77) 52%, rgb(18,70,116) 76%);
			background-image: -webkit-linear-gradient(bottom, rgb(4,7,56) 4%, rgb(5,28,77) 52%, rgb(18,70,116) 76%);
			background-image: -moz-linear-gradient(bottom, rgb(4,7,56) 4%, rgb(5,28,77) 52%, rgb(18,70,116) 76%);
			background-image: -o-linear-gradient(bottom, rgb(4,7,56) 4%, rgb(5,28,77) 52%, rgb(18,70,116) 76%);
			background-image: -ms-linear-gradient(bottom, rgb(4,7,56) 4%, rgb(5,28,77) 52%, rgb(18,70,116) 76%);
		

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(4,7,56)),
        color-stop(0.52, rgb(5,28,77)),
        color-stop(0.76, rgb(18,70,116)));

}

#outer_shell #shell #banner {
    overflow-y: hidden;
}


