/*files:css/frontend.css*/
/*frontend.css*/
/* {{{ Element: Breadcrumb styles */
.opt-in label { 
float: none !important; } 

ul.breadcrumbs {
    margin:0;
    list-style:none;
}

ul.breadcrumbs li {
    float:left;
}

ul.breadcrumbs a {
    height:20px;
    text-decoration:none;
    line-height:20px;
    display:block;
    float:left;
}

ul.breadcrumbs span {
    margin:0 5px;
    height:20px;
    font-weight:bold;
    line-height:20px;
    display:block;
    float:left;
}

ul.breadcrumbs a:hover {
    text-decoration:underline;
}
/* }}} */

/* {{{ Element: Form styles */
.zend_form {
    margin:20px 0;
    float:left;
    overflow:hidden;
}

.zend_form fieldset {
    margin-bottom:15px;
    overflow:hidden;
}

.zend_form legend {
    display:none;
}

.zend_form dt,
.zend_form dd {
    margin-bottom:5px;
    float:left;
}

.zend_form dt {
    clear:left;
}

.zend_form label {
    margin-right:10px;
    height:21px;
    width:150px;
    font-size:13px;
    display:block;
    float:left;
}

.zend_form label.error {
    margin:0 0 0 10px;
    width:auto;
    color:#dc0000;
}

.zend_form p.error {
    margin-top:5px;
    color:#dc0000;
}

.zend_form .fileUpload label.error {
    float:right;
}

.zend_form input[type="text"],
.zend_form input[type="password"],
.zend_form textarea {
    padding:3px 5px 3px 5px;
    width:300px;
    color:#686868;
    border:1px solid #bcbcbc;
    background-color:#fff;
    float:left;
}

.zend_form textarea {
    height:150px;
    min-height:150px;
    max-height:150px;
    min-width:300px;
    max-width:300px;
}

.zend_form input.readonly,
.zend_form textarea.readonly {
    border:none;
}

.zend_form input[type="text"].error,
.zend_form input[type="password"].error,
.zend_form textarea.error {
    border-color:#dc0000;
}

.zend_form .btn {
    float:right;
}

#recaptcha_image {
    padding-bottom:10px;
}

.recaptcha_inputs .input,
.recaptcha_inputs .info,
.recaptcha_inputs .info div {
    float:left;
}

.recaptcha_inputs .info div {
    margin:0 0 0 16px;
}

.recaptcha_inputs,
.recaptcha_inputs .info {
    overflow:hidden;
}

.zend_form .recaptcha_inputs label.error {
    margin:5px 0 0;
    clear:left;
}

.recaptcha_inputs input[type="text"] {
    width:180px;
}

.captchaContainer {
    padding:6px;
    background-color:#eee;
    float:left;
}
/* }}} */

/* {{{ Element: Languageselector styles */
.languageSelect {
    margin:0;
    list-style:none;
    overflow:hidden;
}

.languageSelect li {
    margin:0 0 0 5px;
    float:left;
}

.languageSelect li:first-child {
    margin-left:0;
}
/* }}} */

/* {{{ Element: Login/Account styles */
.well.guestForm,
.well.loginForm,
.well.accountForm,
.well.signupForm {
    overflow:hidden;
}

.well.guestForm form,
.well.loginForm form,
.well.accountForm form,
.well.signupForm form {
    margin:0;
    float:none;
}

#forgotPassForm {
    margin-top:20px;
}

.well.accountForm fieldset {
    margin:0;
}

.well.loginForm dl,
.well.accountForm dl,
.well.signupForm dl {
    margin:0;
    float:left;
    overflow:hidden;
}

.well.loginForm dd,
.well.accountForm dd,
.well.signupForm dd {
    width:312px;
}

.well.guestForm legend,
.well.loginForm legend,
.well.accountForm legend,
.well.signupForm legend {
    width:100%;
    display:block;
}

.well.guestForm button,
.well.loginForm button,
.well.accountForm button,
.well.signupForm button {
    clear:left;
}

.accountFormMessage {
    padding:0 0 10px 10px;
    margin-left:160px;
}

.accountFormMessage.registered {
    padding:0;
    margin-left:0;
}

.accountFormMessage.success {
    color:#468847;
}

.accountFormMessage.error {
    color:#b94a48;
    margin-left: 0;
    font-size: 16px;
}

#accountTabs li {
    list-style:none !important;
}

#forgotPassForm {
    display:none;
}

#forgotPassForm.show {
    display:block;
}

#forgotPassForm legend {
    position:relative;
}

#forgotPassForm p {
    margin:0 0 15px;
}

#forgotPassForm .closeButton {
    height:15px;
    width:3px;
    background:url(//mspa-ea.org/images/shoppingcart-close.png) no-repeat center center;
    position:absolute;
    top:10px;
    right:0;
}

#loginForm .loginLinks {
    margin-top:10px;
}

#loginForm .loginLinks a {
    font-size:13px;
    display:block;
}

#loginHeader {
    float:right;
}

#loginHeader a:focus,
#loginHeader a:hover {
    text-decoration:none;
}

#loginHeader .loginHeaderWelcome {
    padding:5px 3px;
    float:left;
}

#loginHeader .loginHeaderWelcome a.login {
    padding-left:20px;
    background:url(//mspa-ea.org/digiself/images/login_lock.png) no-repeat 0 3px;
    display:block;
}

.loginHeaderWelcome span.salutation {
    font-weight:bold;
}

#loginHeader .loginHeaderText {
    padding:0 20px 0 0;
    cursor:pointer;
    float:left;
    position:relative;
}

#loginHeader .loginArrow {
    height: 0;
    width: 0;
    border-color:transparent transparent transparent #000;
    border-style:solid;
    border-width:5px;
    position:absolute;
    top:6px;
    right:0;
}

#loginHeader .loginHeaderText:hover .loginArrow {
    border-color:#000 transparent transparent transparent;
    top:8px;
    right:3px;
}

#loginHeader ul {
    padding:10px 10px 5px;
    margin:0;
    list-style:none;
    display:none;
    position:absolute;
    top:20px;
    left:0;
}

#loginHeader .loginHeaderText:hover ul {
    display:block;
}

#loginHeader li {
    white-space:nowrap;
}

#accountForm .save label,
#signupForm .save label {
    text-indent:-9999px;
    overflow:hidden;
}

#checkoutProcessLogin.small {
    width: 335px;
    float: left;
}

#checkoutProcessLogin.small dt label {
    width: 80px;
}

#checkoutProcessLogin.small dd {
    width: 195px;
}

#checkoutProcessLogin.small dd input {
    width: 183px;
}

#checkoutProcessLogin.small .accountFormMessage {
    margin: 0 0 0 90px;
}

#checkoutProcessGuest.small {
    width: 335px;
    margin: 0 0 0 20px;
    float: left;
}
/* }}} */

/* {{{ Element: Pagination styles */
.pagination {
    float:right;
}

.pagination .disabled {
    padding:6px 12px;
    text-decoration:none;
    line-height:1.428571429;
    cursor:default;
    border:1px solid #dddddd;
    background-color:#ffffff;
    float:left;
    position:relative;
}

.pagination .prev {
    border-radius:4px 0 0 4px;
}

.pagination .next {
    border-radius:0 4px 4px 0;
}
/* }}} */

/* {{{ Element: Photoalbum styles */
.photoalbumContainer {
    overflow:hidden;
}

#photo_pagination {
    margin:0;
    list-style:none;
}

.albumsOverview {
    overflow:hidden;
}

.photoalbums {
    margin:0;
    list-style:none;
    overflow:hidden;
}

.photoalbums li {
    margin:0 25px 0 0;
    width:200px;
    float:left;
}

.photoalbums .itemTitle h2,
.photosOverview .albumTitle h2 {
    margin-top:10px;
}

.photoalbums .itemTitle a {
    text-decoration:none;
}

.photoalbums .previewPhoto {
    line-height:0;
}

.photosOverview .photos {
    margin:0;
    list-style:none;
    overflow:hidden;
}

.photosOverview .photos li {
    margin:0 30px 30px 0;
    float:left;
    overflow:hidden;
}

.photoalbum_goback {
    float:left;
    clear:left;
}
/* }}} */

/* {{{ Element: Search styles */
.form-search input {
    display: block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    margin-right:5px;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    float:left;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-search input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-search input:-moz-placeholder {
    color: #999999;
}

.form-search input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-search input:-ms-input-placeholder {
    color: #999999;
}

.form-search input::-webkit-input-placeholder {
    color: #999999;
}

.form-search .btn {
    background-color:#e7e7e7;
    float:left;
}

.searchResults {
    float:left;
}
/* }}} */ 

/* {{{ Element: Sitemap styles */
ul.sitemap {
    margin-bottom:20px;
}

ul.sitemap a {
    margin:3px 0;
    text-decoration:none;
    display:block;
}

ul.sitemap a:hover {
    text-decoration:underline;
}
/* }}} */

/* {{{ Element: Twitter styles */
.twitterElement {
    width:350px;
    position:relative;
}

.tweet {
    margin:0 0 15px;
    overflow:hidden;
}

.tweet div {
    float:left;
}

.tweetDate {
    color:#727272;
    clear:left;
}
/* }}} */

/* {{{ Entity: Default styles */
.entity {
    margin-bottom:20px;
    overflow:hidden;
}

.entity > article header,
.entity > article > div {
    float:left;
    overflow:hidden;
}

.entity > article header {
    width:550px;
}

.list.entity > article header {
    width:auto;
}

.entityItem {
    width:100%;
    float:left;
    overflow:hidden;
    position:relative;
}

.entityItem.listItem {
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #bcbcbc;
}

.list .entityItem.listItem {
    padding:0;
    margin-top:15px;
    border-top:none;
}

.entity > .entityItem.listItem:first-child {
    padding:0;
    margin-top:0;
    border-top:none;
}

.entityDetail {
    width:100%;
    overflow:hidden;
}

.entity h1 {
    margin:0;
}

.list.entity h1 {
    font-size:20px;
    line-height:22px;
}

.entity h1 a {
    text-decoration:none;
}

.entity h2 {
    margin:0;
}

.entity .btn {
    color:#333;
    border-color:#ccc;
}

.entity .btn:hover,
.entity .btn:focus {
    border-color:#adadad;
    background-color:#ebebeb;
}

.entity .entityReadMore {
    margin-top:10px;
    float:right;
}

.list.entity .entityReadMore {
    margin:0;
    width:auto;
    float:none;
    position:absolute;
    right:0;
    bottom:0;
}

.entity .entityReadMore a {
    float:right;
}

.list.entity .entityReadMore a {
    margin:0;
}

.entityThumbnail {
    margin:0 15px 0 0;
    height:110px;
    width:110px;
    text-align:center;
    line-height:108px;
}

.list .entityThumbnail {
    height:40px;
    width:40px;
    line-height:38px;
}

.entityThumbnail img {
    max-height:100px;
    max-width:100px;
}

.list .entityThumbnail img {
    max-height:36px;
    max-width:36px;
}

.entityMedia {
    margin:0 0 20px;
    width:100%;
}

.entityMedia img {
    max-height:480px;
}

.entityIntroduction {
    margin-top:10px;
    width:550px;
}

.entityIntroduction p {
    margin:0;
}

.entityDescription {
    margin-top:20px;
}

.entityAuthor {
    margin:2px 0;
    font-weight:bold;
}

.entityGoBack {
    margin-top:10px;
}

.likeabilityContainer {
    margin:10px 0;
}

.addthis_toolbox .addthis_button_facebook_like {
    margin-right:10px;
}

.addthis_toolbox .addthis_button_facebook_like iframe {
    min-width:115px;
}

.commentContainer {
    padding:8px 0;
    border-top:1px solid #c9c9c9;
}

.commentFormContainer {
    overflow:hidden;
}

.commentContainer ul { 
    margin:0;
    list-style-type:none; 
}

.commentContainer ul li ul { 
    margin-left:75px;
    border-bottom:none;
}

.commentContainer li { 
    border-top:1px solid #c9c9c9;
}

.commentContainer li > div { 
    padding:8px 0;
    overflow:hidden;
}

.commentContainer .comment .author {
    float:left;
}

.commentContainer .comment .authorName {
    font-weight:bold
}

.commentContainer .comment .timestamp {
    font-style:italic;
    float:right;
}

.commentContainer .comment .remark {
    padding:2px 0;
    width:100%;
    color:#898989;
    float:left;
    clear:left;
}

.commentContainer .reactContainer .btn {
    float:right;
}

.commentContainer .reactContainer .cancelReaction { 
    display:none;
}

.commentContainer .formContainer {
    float:left;
    overflow:hidden;
}
/* }}} */

/* {{{ Entity: Brandbox styles (default template) */
.brandbox {
    min-height:350px;
    position:relative;
}

.brandbox .slide {
    max-width:100%;
    display:none;
}

.brandbox .slide:first-child {
    display:block;
}

.brandboxitem .slideHeader {
    max-height:100px;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
}

.brandboxitem .slideImage {
    margin-bottom:100px;
    height:100%;
    width:100%;
    overflow:hidden;
}

.brandboxitem .slideImage img {
    max-width:none;
}

.brandboxitem h1 {
    margin:5px 0 15px;
    font-size:28px;
}

.brandboxitem a,
.brandboxitem a:active,
.brandboxitem a:visited {
    color:#333333;
}

.brandboxitem .slideDescription {
    width:80%;
}

.brandboxitem .slideLink {
    position:absolute;
    right:25px;
    bottom:15px;
    z-index:100;
}

.slideArrow {
    height:350px;
    min-width:46px;
    width:15%;
    position:absolute;
    z-index:200;
}

.ie9 .slideArrow {
    background-color:rgba(0,0,0,0); /* Fix to give these elements 'hasLayout' so the hover state functions normally */
}

#prevContainer {
    top:0;
    left:0;
}

#prevContainer:hover #prev {
    display:block;
}

#nextContainer {
    top:0;
    right:0;
}

#nextContainer:hover #next {
    display:block;
}

#prev,
#next {
   margin-top:-17px;
   height:35px;
   width:36px;
   background-image:url(//mspa-ea.org/images/brandbox_arrows.png);
   background-repeat:no-repeat;
   cursor:pointer;
   display:none;
   overflow:hidden;
   position:absolute;
   z-index:210;
}

#prev {
    background-position:0 0;
    top:50%;
    left:10px;
}

#next {
    background-position:-36px 0;
    top:50%;
    right:10px;
}

#pager {
    height:25px;
    width:100%;
    text-align:center;
    overflow:hidden;
    position:absolute;
    right:0;
    bottom:105px;
    z-index:210;
}

.brandbox #pager a,
.brandbox #pager span {
    margin:3px;
    height:12px;
    width:12px;
    cursor:pointer;
    text-indent:-300px;
    border-radius:50%;
    background:#4c4c4e;
    display:inline-block;
    overflow:hidden;
    position:relative;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.1) inset,
        1px 1px 1px rgba(255,255,255,0.1);
}

.brandbox #pager a.activeSlide:after,
.brandbox #pager span.cycle-pager-active:after {
    content:'';
    height:8px;
    width:8px;
    border-radius:50%;
    background:rgb(255,255,255);
    background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    position:absolute;
    top:2px;
    left:2px;
}

#pager a:hover,
#pager span:hover,
#pager a.activeSlide,
#pager span.cycle-pager-active {
    background-position:0 -22px;
}
/* }}} */

/* {{{ Entity: Brandbox styles (list-carousel template) */
#brandbox.brandboxList {
    height:320px;
    border:1px solid #ccc;
    position:relative;
}

.brandboxList .slide {
    max-width:940px;
    display:none;
}

.brandboxList .slide:first-child {
    display:block;
}

.brandboxList .slideImage {
    margin:0;
    height:auto;
    width:auto;
}

.brandboxList .slideImage img {
    max-width:none;
}

.brandboxList .slideHeader {
    width:300px;
    color:#333;
    line-height:16px;
    top:165px;
    left:auto;
    right:30px;
}

.brandboxList .slideText h1,
.brandboxList .slideText a {
    margin-bottom:10px;
    color:#444;
    font-size:30px;
    line-height:30px;
    text-decoration:none;
}

.brandboxList #pager {
    height:100%;
    width:295px;
    text-align:left;
    background-color:#ccc;
    top:0;
    left:0;
}

.brandboxList #pager a {
    padding:12px 14px;
    margin:0;
    height:56px;
    width:267px;
    color:#333333;
    text-indent:0;
    line-height:18px;
    background:#f7f7f7;
    background:-moz-linear-gradient(top,  #f7f7f7 0%, #cccccc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#cccccc));
    background:-webkit-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%);
    background:-o-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%);
    background:-ms-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%);
    background:linear-gradient(to bottom,  #f7f7f7 0%,#cccccc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cccccc',GradientType=0 );
    display:block;
    clear:left;
    position:relative;
    z-index:215;
}

.brandboxList #pager a:hover,
.brandboxList #pager a.activeSlide {
    color:#fff;
    background:#9b9b9b;
    background:-moz-linear-gradient(top,  #9b9b9b 0%, #686868 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9b9b), color-stop(100%,#686868));
    background:-webkit-linear-gradient(top,  #9b9b9b 0%,#686868 100%);
    background:-o-linear-gradient(top,  #9b9b9b 0%,#686868 100%);
    background:-ms-linear-gradient(top,  #9b9b9b 0%,#686868 100%);
    background:linear-gradient(to bottom,  #9b9b9b 0%,#686868 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#686868',GradientType=0 );
}

.brandboxList #pager span {
    margin:0 15px 0 0;
    height:52px;
    width:52px;
    border:1px solid #333333;
    background-color:#fff;
    display:block;
    float:left;
    overflow:hidden;
    position:relative;
}

.brandboxList #pager img {
    height:52px;
    width:auto;
    max-width:none;
    position:absolute;
    right:0;
}

.brandboxList #pager p {
    margin:0;
    height:55px;
    width:175px;
    float:left;
    overflow:hidden;
}

.brandboxList .slideArrow {
    display:none;
}
/* }}} */

/* {{{ Entity: Brandbox parallax styles */
.parallax-slider {
    height:380px;
    width:100%;
    position:relative;
}

.parallax-slider.parallaxBg {
    background-position:0% 0%;
    background-repeat:repeat-x;
    background-attachment:scroll;
    transition:background-position 1.4s ease-in-out 0.3s;
    -webkit-transition:background-position 1.4s ease-in-out 0.3s;
    -moz-transition:background-position 1.4s ease-in-out 0.3s;
    -o-transition:background-position 1.4s ease-in-out 0.3s;
    -ms-transition:background-position 1.4s ease-in-out 0.3s;
    transition:background-position 1.4s ease-in-out 0.3s;
}

.parallax-slider .slide {
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}

.slide-current {
    z-index:200;
}

.slider-fb .slide {
    left:100%;
}

.slider-fb .slide.slide-current {
    left:0px;
}

.parallax-slider .slide h1,
.parallax-slider .slide .text,
.parallax-slider .slide .slideLink,
.parallax-slider .slide .img {
    position:absolute;
    left:110%;
    opacity:0;
}

.parallax-slider.slider-fb .slide h1,
.parallax-slider.slider-fb .slide .text,
.parallax-slider.slider-fb .slide .slideLink {
    left:5%;
    opacity:1;
}

.parallax-slider.slider-fb .slide .img {
    overflow:visible;
    left:55%;
    opacity:1;
}

.parallax-slider .slide h1,
.parallax-slider .slide h1 a {
    width:50%;
    color:#fff;
    font-size:28px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
    text-decoration:none;
    white-space:nowrap;
    top:60px;
    z-index:10;
}

.parallax-slider .slide .text {
    width:50%;
    color:#fff;
    overflow:hidden;
    top:100px;
    z-index:10;
}

.parallax-slider .slide .img {
    height:100%;
    width:40%;
    text-align:center;
    line-height:380px;
    left:110%;
    z-index:10;
}

.parallax-slider .slide .background {
    height:100%;
    width:100%;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:0 0;
    position:absolute;
    left:0;
    z-index:5;
    opacity:1;
}

.parallax-slider .slide .slideLink {
    bottom:60px;
}

.dots {
    width:100%;
    text-align:center;
    position:absolute;
    left:0px;
    bottom:5px;
    z-index:200;
}

.dots span {
    margin:3px;
    height:12px;
    width:12px;
    cursor:pointer;
    border-radius:50%;
    background:#4c4c4e;
    display:inline-block;
    position:relative;
    box-shadow: 
        1px 1px 1px rgba(0,0,0,0.1) inset, 
        1px 1px 1px rgba(255,255,255,0.1);
}

.dots span.dots-current:after {
    content:'';
    height:8px;
    width:8px;
    border-radius:50%;
    background:rgb(255,255,255);
    background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    position:absolute;
    top:2px;
    left:2px;
}

.parallax-slider .arrows {
    display:none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.parallax-slider .arrows span {
    margin:-17px 0 0;
    height:35px;
    width:36px;
    cursor:pointer;
    background-image:url(//mspa-ea.org/images/brandbox_arrows.png);
    background-repeat:no-repeat;
    background-position:top left;
    position:absolute;
    top:50%;
    z-index:200;
    opacity:0;
    -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out-out 0.2s;
    transition: opacity 0.4s ease-in-out-out 0.2s;
}

.parallax-slider .slider:hover .arrows span {
    opacity: 1;
}

.parallax-slider .arrows span.arrows-next {
    background-position:-36px 0;
    right:15px;
}

.parallax-slider .arrows span.arrows-prev {
    left:15px;
}

.parallax-slider .slide-current h1,
.parallax-slider .slide-current .text,
.parallax-slider .slide-current .slideLink {
    left:5%;
    opacity:1;
}

.parallax-slider .slide-current .img {
    left:55%;
    opacity:1;
}

/* Animation classes and animations */
/* Slide in from the right*/
    .slide-fromright h1 {
        -webkit-animation: fromRightAnim1 0.6s ease-in 1.1s both;
        -moz-animation: fromRightAnim1 0.6s ease-in 1.1s both;
        -o-animation: fromRightAnim1 0.6s ease-in 1.1s both;
        -ms-animation: fromRightAnim1 0.6s ease-in 1.1s both;
        animation: fromRightAnim1 0.6s ease-in 1.1s both;
    }

    .slide-fromright .text {
        -webkit-animation: fromRightAnim2 0.6s ease-in 1.3s both;
        -moz-animation: fromRightAnim2 0.6s ease-in 1.3s both;
        -o-animation: fromRightAnim2 0.6s ease-in 1.3s both;
        -ms-animation: fromRightAnim2 0.6s ease-in 1.3s both;
        animation: fromRightAnim2 0.6s ease-in 1.3s both;
    }

    .slide-fromright .slideLink {
        -webkit-animation: fromRightAnim3 0.6s ease-in 1.5s both;
        -moz-animation: fromRightAnim3 0.6s ease-in 1.5s both;
        -o-animation: fromRightAnim3 0.6s ease-in 1.5s both;
        -ms-animation: fromRightAnim3 0.6s ease-in 1.5s both;
        animation: fromRightAnim3 0.6s ease-in 1.5s both;
    }

    .slide-fromright .img {
        -webkit-animation: fromRightAnim4 0.6s ease-in 1.4s both;
        -moz-animation: fromRightAnim4 0.6s ease-in 1.4s both;
        -o-animation: fromRightAnim4 0.6s ease-in 1.4s both;
        -ms-animation: fromRightAnim4 0.6s ease-in 1.4s both;
        animation: fromRightAnim4 0.6s ease-in 1.4s both;
    }

    .slide-fromright .background {
        -webkit-animation: fromRightAnim5 0.6s ease-in 1.0s both;
        -moz-animation: fromRightAnim5 0.6s ease-in 1.0s both;
        -o-animation: fromRightAnim5 0.6s ease-in 1.0s both;
        -ms-animation: fromRightAnim5 0.6s ease-in 1.0s both;
        animation: fromRightAnim5 0.6s ease-in 1.0s both;
    }

    @-webkit-keyframes fromRightAnim1 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromRightAnim2 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromRightAnim3 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromRightAnim4 { 0%{ left: 110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-webkit-keyframes fromRightAnim5 { 0%{ left: 110%; opacity: 0; } 100%{ left: 0; opacity: 1; }}
    @-moz-keyframes fromRightAnim1 { 0%{ left: 110%; opacity: 1; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromRightAnim2 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromRightAnim3 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromRightAnim4 { 0%{ left: 110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-moz-keyframes fromRightAnim5 { 0%{ left: 110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @-o-keyframes fromRightAnim1 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromRightAnim2 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromRightAnim3 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromRightAnim4 { 0%{ left: 110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-o-keyframes fromRightAnim5 { 0%{ left: 110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @-ms-keyframes fromRightAnim1 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromRightAnim2 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromRightAnim3 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromRightAnim4 { 0%{ left: 110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-ms-keyframes fromRightAnim5 { 0%{ left: 110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @keyframes fromRightAnim1 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromRightAnim2 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromRightAnim3 { 0%{ left: 110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromRightAnim4 { 0%{ left: 110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @keyframes fromRightAnim5 { 0%{ left: 100%; opacity: 1; } 100%{ left: 0; opacity: 1; }}

/* Slide in from the left*/
    .slide-fromleft h1 {
        -webkit-animation: fromLeftAnim1 1.5s ease-in 0.5s both;
        -moz-animation: fromLeftAnim1 1.5s ease-in 0.5s both;
        -o-animation: fromLeftAnim1 1.5s ease-in 0.5s both;
        -ms-animation: fromLeftAnim1 1.5s ease-in 0.5s both;
        animation: fromLeftAnim1 1.5s ease-in 0.5s both;
    }

    .slide-fromleft .text {
        -webkit-animation: fromLeftAnim2 1.5s ease-in 0.7s both;
        -moz-animation: fromLeftAnim2 1.5s ease-in 0.7s both;
        -o-animation: fromLeftAnim2 1.5s ease-in 0.7s both;
        -ms-animation: fromLeftAnim2 1.5s ease-in 0.7s both;
        animation: fromLeftAnim2 1.5s ease-in 0.7s both;
    }

    .slide-fromleft .slideLink {
        -webkit-animation: fromLeftAnim3 1.5s ease-in 0.9s both;
        -moz-animation: fromLeftAnim3 1.5s ease-in 0.9s both;
        -o-animation: fromLeftAnim3 1.5s ease-in 0.9s both;
        -ms-animation: fromLeftAnim3 1.5s ease-in 0.9s both;
        animation: fromLeftAnim3 1.5s ease-in 0.9s both;
    }

    .slide-fromleft .img {
        -webkit-animation: fromLeftAnim4 1.3s ease-in 0.5s both;
        -moz-animation: fromLeftAnim4 1.3s ease-in 0.5s both;
        -o-animation: fromLeftAnim4 1.3s ease-in 0.5s both;
        -ms-animation: fromLeftAnim4 1.3s ease-in 0.5s both;
        animation: fromLeftAnim4 1.3s ease-in 0.5s both;
    }

    .slide-fromleft .background {
        -webkit-animation: fromLeftAnim5 1.0s ease-in 0.5s both;
        -moz-animation: fromLeftAnim5 1.0s ease-in 0.5s both;
        -o-animation: fromLeftAnim5 1.0s ease-in 0.5s both;
        -ms-animation: fromLeftAnim5 1.0s ease-in 0.5s both;
        animation: fromLeftAnim5 1.0s ease-in 0.5s both;
    }

    @-webkit-keyframes fromLeftAnim1 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromLeftAnim2 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromLeftAnim3 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-webkit-keyframes fromLeftAnim4 { 0%{ left: -110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-webkit-keyframes fromLeftAnim5 { 0%{ left: -110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @-moz-keyframes fromLeftAnim1 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromLeftAnim2 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromLeftAnim3 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-moz-keyframes fromLeftAnim4 { 0%{ left: -110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-moz-keyframes fromLeftAnim5 { 0%{ left: -110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @-o-keyframes fromLeftAnim1 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromLeftAnim2 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromLeftAnim3 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-o-keyframes fromLeftAnim4 { 0%{ left: -110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-o-keyframes fromLeftAnim5 { 0%{ left: -110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @-ms-keyframes fromLeftAnim1 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromLeftAnim2 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromLeftAnim3 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @-ms-keyframes fromLeftAnim4 { 0%{ left: -110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @-ms-keyframes fromLeftAnim5 { 0%{ left: -110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}
    @keyframes fromLeftAnim1 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromLeftAnim2 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromLeftAnim3 { 0%{ left: -110%; opacity: 0; } 100%{ left: 5%; opacity: 1; }}
    @keyframes fromLeftAnim4 { 0%{ left: -110%; opacity: 0; } 100%{ left: 55%; opacity: 1; }}
    @keyframes fromLeftAnim5 { 0%{ left: -110%; opacity: 1; } 100%{ left: 0; opacity: 1; }}

/* Slide out to the right */
    .slide-toright h1 {
        -webkit-animation: toRightAnim1 0.5s ease-in 0.8s both;
        -moz-animation: toRightAnim1 0.5s ease-in 0.8s both;
        -o-animation: toRightAnim1 0.5s ease-in 0.8s both;
        -ms-animation: toRightAnim1 0.5s ease-in 0.8s both;
        animation: toRightAnim1 0.5s ease-in 0.8s both;
    }

    .slide-toright .text {
        -webkit-animation: toRightAnim2 0.5s ease-in 0.5s both;
        -moz-animation: toRightAnim2 0.5s ease-in 0.5s both;
        -o-animation: toRightAnim2 0.5s ease-in 0.5s both;
        -ms-animation: toRightAnim2 0.5s ease-in 0.5s both;
        animation: toRightAnim2 0.5s ease-in 0.5s both;
    }

    .slide-toright .slideLink {
        -webkit-animation: toRightAnim3 0.5s ease-in 0.3s both;
        -moz-animation: toRightAnim3 0.5s ease-in 0.3s both;
        -o-animation: toRightAnim3 0.5s ease-in 0.3s both;
        -ms-animation: toRightAnim3 0.5s ease-in 0.3s both;
        animation: toRightAnim3 0.5s ease-in 0.3s both;
    }

    .slide-toright .img {
        -webkit-animation: toRightAnim4 0.5s ease-in 0.3s both;
        -moz-animation: toRightAnim4 0.5s ease-in 0.3s both;
        -o-animation: toRightAnim4 0.5s ease-in 0.3s both;
        -ms-animation: toRightAnim4 0.5s ease-in 0.3s both;
        animation: toRightAnim4 0.5s ease-in 0.3s both;
    }
    
    .slide-toright .background {
        -webkit-animation: toRightAnim5 1.6s ease-in 0.7s both;
        -moz-animation: toRightAnim5 1.6s ease-in 0.7s both;
        -o-animation: toRightAnim5 1.6s ease-in 0.7s both;
        -ms-animation: toRightAnim5 1.6s ease-in 0.7s both;
        animation: toRightAnim5 1.6s ease-in 0.7s both;
    }

    @-webkit-keyframes toRightAnim1 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-webkit-keyframes toRightAnim2 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-webkit-keyframes toRightAnim3 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-webkit-keyframes toRightAnim4 { 0%{ left: 55%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-webkit-keyframes toRightAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: 110%; opacity: 1; }}
    @-moz-keyframes toRightAnim1 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-moz-keyframes toRightAnim2 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-moz-keyframes toRightAnim3 { 0%{ left: 5%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-moz-keyframes toRightAnim4 { 0%{ left: 55%; opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-moz-keyframes toRightAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: 110%; opacity: 1; }}
    @-o-keyframes toRightAnim1 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-o-keyframes toRightAnim2 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-o-keyframes toRightAnim3 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-o-keyframes toRightAnim4 { 0%{ left: 55%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-o-keyframes toRightAnim5 { 0%{ left: 0;  opacity: 1; } 100%{ left: 110%; opacity: 1; }}
    @-ms-keyframes toRightAnim1 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-ms-keyframes toRightAnim2 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-ms-keyframes toRightAnim3 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-ms-keyframes toRightAnim4 { 0%{ left: 55%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @-ms-keyframes toRightAnim5 { 0%{ left: 0;  opacity: 1; } 100%{ left: 110%; opacity: 1; }}
    @keyframes toRightAnim1 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @keyframes toRightAnim2 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @keyframes toRightAnim3 { 0%{ left: 5%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @keyframes toRightAnim4 { 0%{ left: 55%;  opacity: 1; } 100%{ left: 110%; opacity: 0; }}
    @keyframes toRightAnim5 { 0%{ left: 0;  opacity: 1; } 100%{ left: 110%; opacity: 1; }}    

/* Slide out to the left*/
    .slide-toleft h1 {
        -webkit-animation: toLeftAnim1 0.6s ease-in 0.3s both;
        -moz-animation: toLeftAnim1 0.6s ease-in 0.3s both;
        -o-animation: toLeftAnim1 0.6s ease-in 0.3s both;
        -ms-animation: toLeftAnim1 0.6s ease-in 0.3s both;
        animation: toLeftAnim1 0.6s ease-in 0.3s both;
    }

    .slide-toleft .text {
        -webkit-animation: toLeftAnim2 0.6s ease-in 0.5s both;
        -moz-animation: toLeftAnim2 0.6s ease-in 0.5s both;
        -o-animation: toLeftAnim2 0.6s ease-in 0.5s both;
        -ms-animation: toLeftAnim2 0.6s ease-in 0.5s both;
        animation: toLeftAnim2 0.6s ease-in 0.5s both;
    }

    .slide-toleft .slideLink {
        -webkit-animation: toLeftAnim3 0.6s ease-in 0.8s both;
        -moz-animation: toLeftAnim3 0.6s ease-in 0.8s both;
        -o-animation: toLeftAnim3 0.6s ease-in 0.8s both;
        -ms-animation: toLeftAnim3 0.6s ease-in 0.8s both;
        animation: toLeftAnim3 0.6s ease-in 0.8s both;
    }

    .slide-toleft .img {
        -webkit-animation: toLeftAnim4 1.3s ease-in 0.6s both;
        -moz-animation: toLeftAnim4 1.3s ease-in 0.6s both;
        -o-animation: toLeftAnim4 1.3s ease-in 0.6s both;
        -ms-animation: toLeftAnim4 1.3s ease-in 0.6s both;
        animation: toLeftAnim4 1.3s ease-in 0.6s both;
    }
    
    .slide-toleft .background {
        -webkit-animation: toLeftAnim5 0.6s ease-in 2.0s both;
        -moz-animation: toLeftAnim5 0.6s ease-in 2.0s both;
        -o-animation: toLeftAnim5 0.6s ease-in 2.0s both;
        -ms-animation: toLeftAnim5 0.6s ease-in 2.0s both;
        animation: toLeftAnim5 0.6s ease-in 2.0s both;
    }

    @-webkit-keyframes toLeftAnim1 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-webkit-keyframes toLeftAnim2 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-webkit-keyframes toLeftAnim3 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-webkit-keyframes toLeftAnim4 { 0%{ left: 55%; opacity: 1; } 30%{ left: 70%; opacity: 1; } 50%{ left: 0; opacity: 0; }}
    @-webkit-keyframes toLeftAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: -110%; opacity: 1; }}
    @-moz-keyframes toLeftAnim1 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-moz-keyframes toLeftAnim2 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-moz-keyframes toLeftAnim3 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-moz-keyframes toLeftAnim4 { 0%{ left: 55%; opacity: 1; } 30%{ left: 70%; opacity: 1; } 50%{ left: 0; opacity: 0; }}
    @-moz-keyframes toLeftAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: -110%; opacity: 1; }}
    @-o-keyframes toLeftAnim1 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-o-keyframes toLeftAnim2 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-o-keyframes toLeftAnim3 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-o-keyframes toLeftAnim4 { 0%{ left: 55%; opacity: 1; } 30%{ left: 70%; opacity: 1; } 50%{ left: 0; opacity: 0; }}
    @-o-keyframes toLeftAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: -110%; opacity: 1; }}
    @-ms-keyframes toLeftAnim1 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-ms-keyframes toLeftAnim2 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-ms-keyframes toLeftAnim3 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @-ms-keyframes toLeftAnim4 { 0%{ left: 55%; opacity: 1; } 30%{ left: 70%; opacity: 1; } 50%{ left: 0; opacity:0; }}
    @-ms-keyframes toLeftAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: -110%; opacity: 1; }}
    @keyframes toLeftAnim1 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @keyframes toLeftAnim2 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @keyframes toLeftAnim3 { 0%{ left: 5%; opacity: 1; } 30%{ left: 15%; opacity: 1; } 100%{ left: -50%; opacity: 0; }}
    @keyframes toLeftAnim4 { 0%{ left: 55%; opacity: 1; } 30%{ left: 70%; opacity: 1; } 50%{ left: 0; opacity:0; }}
    @keyframes toLeftAnim5 { 0%{ left: 0; opacity: 1; } 100%{ left: -110%; opacity: 1; }}
/* }}} */

/* {{{ Entity: FAQ styles */
.entity .accordion h1 {
    padding:5px 10px 5px 20px;
    font-size:18px;
}

.accordion h2 {
    padding:5px 5px 5px 20px;
}

.accordionItem {
    padding-top:5px;
    overflow:hidden;
}

.accordionEmpty {
    padding:5px;
}

.ui-accordion-content {
    padding:5px 20px 20px;
    overflow:hidden !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left:0;
}
/* }}} */

/* {{{ Entity: Locations styles */
.gmap {
    height:400px;
    width:100%;
}

.location .gmap {
    margin:25px 25px 0 0;
    height:250px;
    width:350px;
    float:left;
    clear:left;
}

.gmapWindow {
    height:175px;
    width:250px;
    background-color:#fff;
    background-color:rgba(255, 255, 255, 0.9);
    -webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    position:relative;
    bottom:0;
}

.gmapWindow > div {
    padding:0 0 0 10px;
    width:145px;
    float:left;
    overflow:hidden;
}

.gmapWindow a {
    text-decoration:none;
}

.gmapTitle {
    margin:10px 0 5px;
    height:30px;
    font-size:1.2em;
    font-weight:bold;
    line-height:1.1em;
}

.gmapTitle a {
    text-decoration:none;
}

.gmapPhone {
    margin-bottom:10px;
    font-size:1.2em;
}

.gmapWindow .gmapInfo {
    width:230px;
    font-size:1.1em;
    line-height:1.5em;
}

.store .gmapInfo {
    font-size:1.1em;
}

.gmapInfoTitle {
    font-weight:bold;
}

.gmapLink a {
    text-decoration:underline;
}

.gmapDetailLink {
    position:absolute;
    right:10px;
    bottom:14px;
}

.gmapDetailLink a {
    text-decoration:underline;
}

.gmapWindow .gmapImage {
    padding:12px 10px 0;
    height:50px;
    width:75px;
    float:right;
    overflow:hidden;
}

.gmapImage img {
    max-height:50px;
    max-width:75px;
}

.gmapWindow .gmapWindowClose {
    height:55px;
    width:33px;
    cursor:pointer;
    position:absolute;
    left:108px;
    bottom:-46px;
}

.location > header,
.location .entityDescription,
.location .entityGoBack {
    width:50%;
    font-size:1.1em;
    float:left;
    clear:left;
}

.location .gmapDetailPhone a {
    text-decoration:none;
}

.location .gmapDetailText {
    margin-top:20px;
}

.location .entityRoute {
    margin-top:25px;
    width:350px;
    float:left;
    clear:left;
}

.location .entityRoute .address label {
    width:70px;
    font-size:1.1em;
}

.location .entityMedia {
    margin:23px 0 0;
    width:335px;
    float:right;
    clear:none;
}

.zend_form.routeform,
.zend_form.routeform fieldset {
    margin-top:0;
    overflow:visible;
}

.location #element-address {
    width:247px;
}

.location .entityGoBack {
    margin-top:20px;
}

.cluster {
    padding-top:7px;
    height:55px;
    width:50px;
}
/* }}} */

/* {{{ Entity: Vacancies styles */
.vacatureformulier {
    display:none;
}
/* }}} */

/* {{{ Entity: Employees styles */
.employees .entityItem {
    margin:0 40px 20px 0;
    height:280px;
    width:184px;
}

.employees .entityItem.listItem {
    padding:0;
    margin-top:0;
}

.employees .entityThumbnail {
    height:107px;
    width:184px;
    text-align:center;
}

.employees .entityThumbnail img {
    max-height:107px;
    max-width:184px;
    vertical-align:middle;
}

.employees .entityIntroduction {
    width:184px;
}
/* }}} */

/* {{{ Entity: Portfolio styles */
.portfolio .entityItem {
    margin:0 40px 20px 0;
    height:180px;
    width:184px;
}

.portfolio.listItem {
    padding:0;
    margin-top:0;
}

.portfolio .entityThumbnail {
    height:107px;
    width:184px;
    text-align:center;
}

.portfolio .entityThumbnail img {
    max-height:107px;
    max-width:184px;
    vertical-align:middle;
}

.employees .entityIntroduction {
    width:184px;
}
/* }}} */

/* {{{ Payment form */
form#checkoutCheckoutForm .gender,
form#checkoutCheckoutForm .houseNumber,
form#checkoutCheckoutForm .deliveryDiffers,
form#checkoutCheckoutForm .mobilePhone,
form#checkoutCheckoutForm .fax,
form#checkoutCheckoutForm .dateOfBirth,
form#checkoutCheckoutForm .shippingOptions,
form#checkoutCheckoutForm .confirmation .shippingCosts {
    display: none;
}

form#checkoutCheckoutForm fieldset.paymentOptions {
    margin-top: 0;
}

/* }}} */

/* {{{ Checkout form */
.checkoutActionOption label a {
    float: none;
}
/* }}} */


/* {{{ Cookies Styling */

    .cookie-notification {
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
        color: #fff;
        padding: 20px;
        position: fixed;
        z-index: 9997;
    }
    
    .cookie-notification-bg {
        background-color: rgba(0, 0, 0, 0.25);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .cookie-notification a,
    .cookie-notification a:active,
    .cookie-notification a:hover,
    .cookie-notification a:focus {
        color: #fff;
        text-decoration: underline;
    }
    
    .cookie-notification p {
        margin: 0;
    }
    
    .cookie-container {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 9998;
    }
    
    .cookie-center {
        text-align: center;
    }
    
    .cookie-pos-top {
        left: 0;
        top: 0;
        width: 100%;
    }
    
    .cookie-pos-bottom {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .cookie-pos-left,
    .cookie-pos-right {
        max-width: 340px;
    }
    
    .cookie-pos-left {
        left: 15px;
        bottom: 15px;
    }
    
    .cookie-pos-right {
        right: 15px;
        bottom: 15px;
    }
    
    .cookie-pos-center {
        display: inline-block;
        max-width: 400px;
    }
    
    .cookie-close {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        line-height: 12px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .cookie-actions {
        display: flex;
    }
    
    .cookie-accept,
    .cookie-info,
    .cookie-deny {
        margin-top: 10px;
        flex: 0 1 auto;
    }
    
    .cookie-info,
    .cookie-deny {
        margin-left: 20px;
        padding: 6px 0;
    }
    
    .cookie-pos-left .cookie-actions,
    .cookie-pos-right .cookie-actions,
    .cookie-pos-center .cookie-actions {
        flex-wrap: wrap;
    }
    
    .cookie-pos-left .cookie-accept,
    .cookie-pos-right .cookie-accept {
        order: 2;
    }
    
    .cookie-pos-left .cookie-info,
    .cookie-pos-right .cookie-info {
        margin-left: 0;
        order: 1;
        width: 100%;
    }
    
    .cookie-center .cookie-actions {
        justify-content: center;
    }
    
    .cookie-description {
        font-size: 12px;
        height: inherit;
        line-height: 16px;
        overflow-y: auto;
        padding: 20px;
    }
    
    .cookie-description p {
        margin-bottom: 16px;
    }
    
    .cookie-description p:last-child {
        margin-bottom: 0;
    }