/*files:css/template.css*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);/*template.css*/
/* {{{ General styles */


html {
    height: 100%;
}

body {
    height: 100%;
    color: #333;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.caret {
    display: none;
}

#loginForm {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

#loginForm .form-group {
    overflow: hidden;
}

#loginForm label {
    width: 15%;
}

#loginForm input {
    width: 75%;
    max-width: none;
}

a,
a:hover,
a:focus {
    color: #3e3d40;
}

#pageContent > div a,
#pageContent > div a:hover,
#pageContent > div a:focus {
    color: rgba(0, 114, 187, 0.9);
    text-decoration: underline;
}

h1,
h2,
h3 {
    color: #004494;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.caret {
    display: none;
}

p {
    margin: 0;
}

#pageContent > div p {
    margin-bottom: 18px;
}

b,
strong {
    font-weight: 600;
}

#content {
    position: relative;
}

#content img {
    height: auto;
    max-width: 100%;
}

#content a img {
    text-decoration: none;
}

#pageContent > div img {
    width: auto;
    max-width: 100%;
}

.courses #pageContent > div img {
    max-width: 100%;
    max-height: 175px;
}

.courses #pageContent h2 {
    font-size: 20px;
}

#pageContent > div b,
#pageContent > div strong {
    font-size: 15px;
}

#pageContent > div b span,
#pageContent > div strong span {
    min-width: 60px;
    display: inline-block;
}

#pageContentBlock2 iframe {
    min-width: 100%;
}

.pass-wrapper {
    clear: left;
    float: left;
    margin-left: 15%;
    padding-left: 10px;
    width: 75%;
}

/* }}} */

/* {{{ Header styles */
#wrap > header {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

#headerBlock1 {
    padding-right: 20px;
    line-height: 105px;
    position: relative;
    z-index: 2;
}

#headerBlock1 img {
    height: auto;
    max-width: 100%;
}

#headerBlock1 .elearningImg {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 35%;
}

#headerBlock2 {
    min-height: 57px;
}

#loginHeader .loginHeaderWelcome {
    padding-top: 15px;
}

#loginHeader .loginHeaderText {
    padding: 0;
    cursor: text;
}

#loginHeader ul {
    padding: 0 0 0 10px;
    margin-left: 10px;
    border-left: 1px solid #ececec;
    display: block;
    float: right;
    position: relative;
    top: 0;
    left: auto;
}

#loginHeader .loginArrow {
    display: none;
}

.loginMemberButtons a {
    background-color: #0072bb;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 75px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    max-height: 110px;
    display: inline-block;
    width: 85%;
}

.loginMemberButtons a::after {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    border-left: 50px solid #0072bb;
}

#headerBlock3 .menuTree {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
}

#headerBlock3 .menuTree li {
    display: inline;
}

#headerBlock3 .menuTree a {
    margin: 0 0 0 15px;
    color: #3e3d40;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#headerBlock3 .menuTree li:first-child a {
    margin-left: 0;
}

/* }}} */

/* {{{ Footer styles */
body > footer {
    background-color: #f2f2f2;
    color: #4c4c4c;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 30px;
    position: relative;
}

body > footer ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

body > footer li {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

body > footer a,
body > footer a:hover,
body > footer a:visited,
body > footer a:focus {
    color: #f2612d;
}

body > footer li a,
body > footer li a:hover,
body > footer li a:visited,
body > footer li a:focus {
    color: #4c4c4c;
}

#footerHeader {
    color: #4c4c4c;
    line-height: 80px;
    background-color: #e6e6e6;
}

#footerHeader h1,
#footerHeader h2,
#footerHeader h3 {
    margin: 0;
    color: #4c4c4c;
    font-size: 22px;
    line-height: 40px;
    float: left;
}

#footerHeader form {
    margin: 0;
    float: none;
}

#footerHeader input {
    padding: 0 5px;
    height: 40px;
    width: 100%;
    color: #808080;
    font-size: 13px;
    line-height: 40px;
    border: none;
    display: inline-block;
    float: none;
}

#footerHeader input[type="submit"] {
    padding: 0 35px 0 25px;
    color: #fff;
    text-align: left;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow.png) no-repeat 85% center;
}

.footerBlock {
    padding: 30px 0 10px;
}

body .footerBlock h1,
body .footerBlock h1 a,
body .footerBlock h2,
body .footerBlock h2 a,
body .footerBlock h3,
body .footerBlock h3 a {
    color: #0072bb;
    font-size: 16px;
    font-weight: 300;
}

/* }}} */

/* {{{ Navigation styles */
nav {
    width: 100%;
    background-color: rgba(0, 114, 187, 0.9);
    position: absolute;
    top: 0;
    z-index: 200;
}

.navbar-collapse {
    padding: 0;
}

#nav,
nav li {
    line-height: 70px;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav li {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

nav li:first-child {
    margin-left: 0;
}

nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

nav li.active > a,
nav a:hover,
nav a:visited,
nav a:focus {
    color: #fff;
    text-decoration: underline !important;
    background-color: transparent !important;
}

nav .level2 {
    padding: 15px 29px 25px;
    text-align: left;
    line-height: normal;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    position: absolute;
    left: 0;
}

nav li:hover .level2 {
    display: block;
}

nav .level2:before {
    height: 10px;
    width: 10px;
    content: " ";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    position: absolute;
    top: -20px;
    left: 39px;
}

nav .level2 li {
    margin: 0;
    width: 100%;
    line-height: 28px;
    border-bottom: 1px solid #e0dede;
    white-space: nowrap;
}

nav .level2 a {
    padding: 0 10px;
    color: #333;
    font-size: 12px;
    line-height: 28px;
    text-transform: none;
}

@media(min-width: 768px) {
    nav .dropdown-menu.level3 {
        position: initial !important;
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        display: block !important;
    }
}

@media(max-width: 767px) {
    nav .level1 li {
       margin-left: 20px;
    }
}

nav .level2 li.active a {
    color: #333;
}

nav .level3 li {
    display: block;
}

nav .level3 li:last-child {
    border: none;
}

nav .level3 li a {
    padding-left: 20px;
    font-size: 12px;
}

.navbar {
    margin: 0;
    min-height: 0;
}

.navbar-toggle {
    margin-left: 15px;
    border-color: #fff;
    float: left;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#loginHeader li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ececec;
    display: inline-block;
}

#loginHeader li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

#accountTabs {
    display: none;
}

/* }}} */

/* {{{ Template: Home styles */
#homeHeader {
    background-color: #f7f6f7;
}

#homeHeaderBlock1 {
    max-height: 435px;
    overflow: hidden;
}

.homeHeaderBlock {
    padding: 20px 0 25px;
    color: #3e3d40;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.homeHeaderBlock a {
    color: #f2612d;
    text-decoration: underline;
}

.homeHeaderBlock h1,
.homeHeaderBlock h2,
.homeHeaderBlock h3 {
    margin-top: 0;
    color: #3e3d40;
    font-size: 20px;
}

.homeHeaderBlock h1:before,
.homeHeaderBlock h2:before,
.homeHeaderBlock h3:before {
    margin: 0 10px 0 0;
    height: 22px;
    width: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    content: "»";
    background-color: #0072bb;
    display: block;
    float: left;
}

#homeContent {
    margin: 105px 0 0;
}

.homeContentBlock > h1,
.homeContentBlock > h2,
.homeContentBlock > h3 {
    margin: 0 0 30px;
    color: #3e3d40;
    font-size: 30px;
}

#contentFooter {
    margin-top: 75px;
}

.contentFooterBlock {
    padding-top: 30px;
}

#contentFooterBlock1 {
    border-top: solid 4px #e6e6e6;
}

#contentFooter h1 {
    color: #3e3d40;
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
}

#contentFooter h2 {
    color: #87888a;
    font-size: 36px;
    line-height: 46px;
}

#contentFooter h3,
#contentFooter h3 a {
    color: #0072bb;
    font-size: 20px;
}

#contentFooter h3 a {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.footerSocial {
    text-align: right;
    padding-bottom: 10px;
}

.footerSocial a {
    text-decoration: none !important;
}

/* }}} */

/* {{{ Template: Page styles */
#pageHeaderBlock1 {
    margin-bottom: 40px;
    max-height: 250px;
    min-height: 100px;
    overflow: hidden;
}

#pageContent h1,
#pageContent h2,
#pageContent h3,
#pageContent h4,
#pageContent h5,
#pageContent h6 {
    font-weight: 400;
}

#pageContent h1 {
    font-size: 28px;
}

#pageContent h2 {
    font-size: 24px;
}

#pageContent h3 {
    margin: 20px 0 5px;
    font-size: 20px;
}

#pageContent h4 {
    margin: 20px 0 0;
    color: #004494;
    font-size: 16px;
}

#pageContent #pageContentBlock1 h1,
#pageContent #pageContentBlock1 h2,
#pageContent #pageContentBlock1 h3 {
    margin: 0 5px 0 0;
    color: #87888a;
    font-size: 28px;
    font-weight: 300;
    display: inline-block;
}

#pageContent #pageContentBlock1 h2,
#pageContent #pageContentBlock1 h3 {
    margin: 0;
    font-size: 20px;
}

#pageContentBlock1 {
    padding-bottom: 25px;
    margin: 0 0 50px;
    border-bottom: 4px solid #e6e6e6;
}

#pageContentBlock2 {
    position: relative;
}

#pageContent .table a {
    text-decoration: none;
    display: block;
}

#pageContent .table a:hover {
    text-decoration: underline;
}

#pageContent .photoalbumContainer h2 {
    margin-bottom: 25px;
    color: #0072bb;
}

#pageContent .photoalbumContainer .itemTitle a,
#pageContent .photoalbumContainer .itemTitle a:hover {
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#pageContent .photoalbumContainer .pagination {
    margin: 40px 0 0;
}

#pageContent .photoalbumContainer .photoalbumGoback a {
    color: #fff;
}

#pageContent .photoalbumContainer a:hover {
    text-decoration: underline;
}

#pageContent .photoalbums .itemTitle {
    padding-top: 15px;
}

#pageContent .photoalbums h3 {
    height: 60px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}

body.memberarea #pageContent .photoalbums h3 {
    font-size: 13px;
    line-height: 15px;
}

body.memberarea #pageContent .photoalbums h3 a {
    font-size: 13px;
}

#pageContent .photoalbumGoback a {
    padding: 0 25px 0 45px;
    margin-top: 20px;
    min-width: 130px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0;
    border: none;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow_left.png) no-repeat 10% center;
}

#pageContent .photoalbumGoback a:hover {
    font-size: 13px;
}

#pageContent .photosOverview .photos {
    margin: 0 -15px;
}

#pageContent .photosOverview .photos li {
    margin: 0;
    width: 25%;
}

#pageContent .photosOverview .photos li img {
    width: 100%;
    max-width: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible;
}

#downloads th.date {
    width: 90px;
}

#downloads th.extension {
    width: 50px;
}

/* }}} */

#elearning-background {
    opacity: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #000;
    overflow: hidden;
    filter: alpha(opacity=50);
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
}

.elearning-popup-1,
.elearning-popup-2 {
    position: fixed;
    width: 500px;
    height: 200px;
    margin: 5% auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    display: none;
}

.elearning-popup-1 .close,
.elearning-popup-2 .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 18px;
}

.elearning-popup-1 img,
.elearning-popup-2 img {
    max-width: 100%;
    height: auto;
    margin-top: 25px;
    border: 5px solid rgba(255, 255, 255, .5);
    border-radius: 2px;
}

.elearning-popup-2 .review {
    position: absolute;
    bottom: 65px;
}

.elearning-popup-2 .link {
    position: absolute;
    bottom: 30px;
}

.elearning-popup-1 .review p,
.elearning-popup-2 .review p {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
}

.elearning-popup-1 .link,
.elearning-popup-2 .link {
    text-align: center;
}

.elearning-popup-1 .btn-primary,
.elearning-popup-2 .btn-primary {
    background-color: #0072bb;
    border: 0;
    width: 50%;
}

/* {{{ Template: News styles */
.news.entity {
    margin: 0;
}

#content .news.entity img {
    width: auto;
    max-width: 100%;
}

.news.entity .listItem {
    margin: 0 0 25px;
    border-color: #e6e6e6;
}

.entity > article header,
.list.entity > article header {
    margin-bottom: 5px;
    width: 100%;
}

.news.entity a {
    color: #f2612d;
    text-decoration: underline;
}

.news.entity h1,
.news.entity h1 a,
.news.entity h2,
.news.entity h2 a,
#pageContent .news.entity h1,
#pageContent .news h1 a,
#pageContent .news.entity h2,
#pageContent .news h2 a,
#pageContent .forum.entity h1,
#pageContent .forum h1 a,
#pageContent .forum.entity h2,
#pageContent .forum h2 a,
#pageContent .comments.entity h1,
#pageContent .comments h1 a,
#pageContent .comments.entity h2,
#pageContent .comments h2 a {
    margin: 0 0 10px;
    width: 100%;
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.news.entity time,
.forum.entity time,
.comments.entity time {
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.comments.entity .commentsActions,
.jobboard.entity .forumActions,
.forum.entity .forumActions {
    float: right;
    width: auto;
}

#jobboard.entity th:last-child {
    width: 131px;
}

#jobboard.entity th:first-child {
    width: auto;
}

#jobboard.entity th {
    width: 110px;
}

.comments.entity .commentsActions span,
.forum.entity .forumActions span {
    cursor: pointer;
    margin: 0 0 0 5px;
}

#pageContent .entityGoBack {
    margin-top: 40px;
    clear: left;
}

#pageContent .entityGoBack a,
#pageContent .entityGoBack a:hover,
#pageContent .entityGoBack a:focus {
    padding: 0 25px 0 45px;
    min-width: 130px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0;
    border: none;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow_left.png) no-repeat 10% center;
}

/* }}} */

/* {{{ Template: Banner styles */
.banners .entityItem.listItem,
.banners > .entityItem.listItem:first-child {
    padding: 15px 20px 25px;
    border-radius: 6px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
}

.banners .entityItem.listItem.image,
.banners > .entityItem.listItem.image:first-child {
    padding: 20px 20px 40px;
}

.banners .entityItem.listItem .image {
    text-align: center;
}

.banners .entityItem.listItem .title {
    font-weight: 600;
}

.banners .entityItem.listItem .text {
    font-size: 12px;
}

.banners .entityItem.listItem a {
    font-size: 12px;
}

#pageContent .banners .entityItem.listItem p {
    margin: 0;
}

.entity.banners > article > div {
    float: none;
}

.banners .advertising {
    color: #c5c5c5;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

/* }}} */

/* {{{ Template: Employees styles */
.employees .employeeitem:nth-child(2n+3) {
    clear: left;
}

.employees h3 {
    margin-bottom: 3px;
    color: #0072bb;
    font-size: 20px;
    font-weight: 600;
}

.events .speaker-info img,
.employees img {
    max-height: 172px;
}

.events .speaker-info .function,
.employees .function {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}

.events .detail-content .speaker {
    margin-bottom: 25px;
}

.events .detail-content .speaker:nth-child(3n+3) {
    clear: right;
}

.events .detail-content .speaker:nth-child(3n+4) {
    clear: left;
}

.events .speaker-info .email,
.employees .email {
    margin-bottom: 20px;
}

#pageContent .speaker-info,
.employees .employeeDetail {
    width: 96%;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(75, 75, 75, 0.1);
    display: none;
    position: absolute;
    left: 2%;
    top: 0;
    z-index: 999;
}

#pageContent .program-info .closeDetail,
#pageContent .speaker-info .closeDetail,
.employees .employeeDetail .closeDetail {
    height: 20px;
    width: 20px;
    color: #f2612d;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

#pageContent .program-info .closeDetail:before,
#pageContent .speaker-info .closeDetail:before,
.employees .employeeDetail .closeDetail:before {
    content: "X";
}

.events .speaker-info .header,
.employees .employeeDetail .header {
    color: inherit;
    margin-bottom: 0;
    padding: 15px;
    background-color: #edeeee;
}

.employees .employeeDetail .company {
    margin-bottom: 15px;
}

#pageContent .speaker-info .description,
.employees .employeeDetail .description {
    padding: 15px;
}

#employeeBg {
    background-color: rgba(26, 23, 27, 0.15);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

/* }}} */

/* {{{ Template: Job styles */
#jobsResults td {
    font-size: 12px;
    line-height: 30px;
}

#jobsResults .locations div {
    line-height: 18px;
}

#jobsResults .locations div:first-child {
    margin-top: 6px;
}

#jobsResults .actions {
    width: 38px;
}

#jobsResults .actions span {
    padding: 5px;
    color: #fff;
    cursor: pointer;
    background-color: #0072bb;
}

.jobs .addLocation,
.jobs .closeLocation {
    padding: 6px 5px 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #0072bb;
    float: right;
    overflow: hidden;
    top: 0;
}

.jobs .closeLocation {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

.jobs .locationGroup {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

/* }}} */

/* {{{ Template: Press styles */
#pageContent .press h1 {
    margin: 0 0 10px;
    width: 100%;
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.press .pressitem {
    margin-bottom: 25px;
}

#pageContent .press .pressitem a {
    text-decoration: none;
    display: block;
}

#pageContent .press .pressitem a:hover {
    text-decoration: underline;
}

/* }}} */

/* {{{ Template: Events styles */
.events.entity {
    margin: 0;
}

.events .register {
    color: #fff;
    background: #f26532;
    -webkit-box-shadow: 0 8px 0 #3f3d41, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #3f3d41, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #3f3d41, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    text-decoration: none;
    display: inline-block;
    float: right;
    padding: 10px 5px;
    margin-bottom: 30px;
}

.events .detail-content #registration table {
    width: 100% !important;
}

#pageContent .events .detail-content #registration table p {
    margin-bottom: 10px;
}

#pageContent .events .detail-content #registration hr {
    margin-top: 10px;
}

.events .register:hover {
    background: #2772bb;
}

#pageContent .events .register a {
    color: white;
    text-decoration: none;
}

.events .detail-content .speaker img {
    max-height: 200px;
}

.events.list {
    margin-top: 7px;
}

#pageContent .events .program h3 {
    color: black;
    font-size: 18px;
    padding-top: 15px;
    border-top: 2px solid rgb(208, 208, 208);
}

#pageContent .events .program .left {
    clear: left;
}

#pageContent .events .program .right {
    clear: right;
}

#pageContent .speaker-info {
    display: none;
}

#pageContent .detail-content .speaker h2 {
    font-size: 18px;
    margin: 10px 0;
}

#pageContent .detail-content .program-info {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(75, 75, 75, 0.1);
    display: none;
    margin: 0 auto;
    z-index: 999;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    width: 45%;
    padding: 30px 30px 12px 30px;
    bottom: auto;
}

#pageContent .detail-content .wrapper .info p {
    color: #f2612d;
    text-decoration: underline;
    cursor: pointer;
}

#pageContent .detail-content .speaker span {
    color: #f2612d;
    text-decoration: underline;
    cursor: pointer;
}

#pageContent .detail-content > div {
    display: none;
}

#pageContent .events .tabs {
    margin-bottom: 15px;
}

#pageContent .events .tabs > div {
    cursor: pointer;
    margin-bottom: 18px;
    margin-right: 10px;
    white-space: nowrap;
    float: left;
    color: #fff;
    display: block;
    font-size: 15px;
    background: #0072bb;
    padding: 10px 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 0 #3e3d40, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #3e3d40, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #3e3d40, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}

#pageContent .events .tabs > div.active,
#pageContent .events .tabs > div:hover {
    color: #fff;
    background: #3e3d40;
    -webkit-box-shadow: 0 8px 0 #0072bb, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #0072bb, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #0072bb, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    text-decoration: none;
}

#pageContent .events .tabs > div:hover span.glyphicon {
    font-size: 40px;
    display: block;
    margin: 0 auto 10px auto;
}

.events .accordion {
    margin-bottom: 15px;
}

.events .accordionItem {
    display: inline-block;
}

#content .events.entity img {
    width: auto;
    max-width: 100%;
}

#content .events.list img {
    max-height: 135px;
}

.events.entity .listItem {
    margin: 0 0 25px;
    border-color: #e6e6e6;
}

.events.list .listItem {
    padding: 20px;
    margin: 0 0 16px;
    background-color: #f2f2f2;
}

.events.list.blocks .listItem > div {
    float: none;
}

.events.list .listItem:first-child {
    padding: 20px;
}

.events.list.blocks .listItem:first-child {
    padding: 20px;
    margin-bottom: 20px;
}

.events .header {
    padding: 0 9px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 20px;
    background-color: #f2612d;
}

.events.entity a {
    color: #f2612d;
    text-decoration: underline;
}

.events.entity h1,
.events.entity h1 a,
#pageContent .events.entity h1,
#pageContent .events h1 a {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

#pageContent .events .accordionItem h2 span {
    display: none;
}

.events.entity time {
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

#pageContent .eventsGoBack a,
#pageContent .eventsGoBack a:hover,
#pageContent .eventsGoBack a:focus {
    padding: 0 25px 0 45px;
    min-width: 130px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0;
    border: none;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow_left.png) no-repeat 10% center;
}

#pageContent .events .accordionItem div h1,
#pageContent .events .accordionItem div h2,
#pageContent .events .accordionItem div h3 {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

#pageContent .events .accordionItem table {
    margin-bottom: 25px;
}

#pageContent .events .accordionItem table img {
    margin-top: 3px;
}

.ui-accordion-content {
    padding-bottom: 0;
    width: 100%;
}

.ui-accordion-content p > img {
    margin: 0 30px 30px 0;
}

/* }}} */

/* {{{ Template: Poll styles */
.poll.entity .radio {
    margin: 0 0 0 3px;
}

.poll.entity .pollAnswers,
.poll.entity .pollResults {
    display: none;
}

.poll.entity .pollAnswers.active,
.poll.entity .pollResults.active {
    display: block;
}

#pageContent .poll.entity header h1 {
    font-size: 22px;
}

#pageContent .poll.entity header h2 {
    font-size: 16px;
    margin: 10px 0;
}

.poll.entity .pollResults,
.poll.entity .pollAnswers {
    margin: 0 0 10px 0;
}

.poll.entity button {
    color: #fff;
    outline: none;
    border: none;
    height: 40px;
    box-shadow: none;
    font-size: 13px;
    line-height: 40px;
    background: #0072bb;
    padding: 0 35px 0 25px;
}

.poll.entity button:hover {
    background: #0072bb;
    opacity: 0.8;

}

.poll.entity .pollAnswer {
    width: 100%;
    display: table;
}

.poll.entity .pollAnswer > div {
    margin-top: 5px;
    width: 40%;
    vertical-align: top;
    display: table-cell;
    float: left;
}

.poll.entity .pollAnswer .result span {
    margin-top: 3px;
    height: 14px;
    border: 1px solid #dedddb;
    background: #e3e1dd;
    background: -moz-linear-gradient(top, #e3e1dd 0%, #f5f4f2 50%, #e3e1dd 51%, #faf9f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e1dd), color-stop(50%, #f5f4f2), color-stop(51%, #e3e1dd), color-stop(100%, #faf9f8));
    background: -webkit-linear-gradient(top, #e3e1dd 0%, #f5f4f2 50%, #e3e1dd 51%, #faf9f8 100%);
    background: -o-linear-gradient(top, #e3e1dd 0%, #f5f4f2 50%, #e3e1dd 51%, #faf9f8 100%);
    background: -ms-linear-gradient(top, #e3e1dd 0%, #f5f4f2 50%, #e3e1dd 51%, #faf9f8 100%);
    background: linear-gradient(to bottom, #e3e1dd 0%, #f5f4f2 50%, #e3e1dd 51%, #faf9f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e1dd", endColorstr="#faf9f8", GradientType=0);
    display: block;
}

/* }}} */

/* {{{ Template: Member styles */
.memberResults .company a,
.memberResults .company .glyphicon {
    float: left;
}

.memberResults .company .glyphicon {
    margin-left: 10px;
    color: #ffd700;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    top: 3px;
}

.memberDetail h3 {
    margin: 0 0 3px;
    color: #0072bb;
    font-size: 20px;
    font-weight: 600;
}

.memberDetail {
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(75, 75, 75, 0.1);
    display: none;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 999;
}

.memberDetail div.text {
    display: block;
}

.memberDetail a.btn,
#pageContent .memberDetail a.btn {
    padding: 0 25px;
    margin: 20px 20px 0 0;
    min-width: 120px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0;
    background: #0072bb;
    display: inline-block;
}

.memberDetail .image {
    text-align: right;
}

.memberDetail .closeDetail {
    height: 20px;
    width: 20px;
    color: #f2612d;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.memberDetail .closeDetail:before {
    content: "X";
}

.eliteLogo.small,
.memberLogo.small {
    margin-left: 10px;
    height: 20px;
    width: 30px;
    display: inline-block;
}

.memberLogo.small {
    margin: 0 0 0 10px;
}

.memberDetail .eliteLogo {
    margin-right: 5px;
    width: 75px;
    display: block;
    margin-bottom: 10px;
}

.memberDetail .memberLogo {
    margin: 0;
    float: right;
}

.memberDetail .header {
    padding: 15px;
    background-color: #edeeee;
}

.informationContainer > ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    background-color: #edeeee;
}

.informationContainer > ul li {
    padding: 0 15px;
    margin-right: 5px;
    height: 30px;
    min-width: 50px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #fff;
    display: inline-block;
    position: relative;
    bottom: -1px;
}

.informationContainer > ul li:last-child {
    margin-right: 0;
}

.informationContainer > ul li:hover,
.informationContainer > ul li.active {
    height: 31px;
    border-color: #ddd;
}

#pageContent .memberDetail .header h3 {
    margin-top: 0;
}

#pageContent .memberDetail .header h3 .glyphicon {
    margin-right: 5px;
    color: #ffd700;
    font-size: 25px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    top: 4px;
}

.memberDetail .company {
    margin-bottom: 15px;
}

.memberDetail .extra {
    margin-top: 15px;
    overflow: hidden;
}

.memberDetail .extra label {
    min-width: 110px;
    cursor: text;
}

.memberDetail .extra span {
    float: left;
    clear: left;
}

.memberDetail .company span {
    display: block;
}

.memberDetail .information {
    padding: 15px;
    display: none;
}

.memberDetail .information.active {
    display: block;
}

.programSession:after {
    position: absolute;
    content: " ";
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 50px solid #0072bb;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    clear: both;
}

.programSession a {
    color: #fff !important;
    text-decoration: none !important;
}

#pageContent .memberButton a,
#pageContent .memberButton a:focus {
    background-color: #0072bb;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    float: left;
    margin-right: 75px;
    padding: 20px;
    text-align: center;
    width: 85%;
    position: relative;
    margin-bottom: 10px;
    max-height: 110px;
}

#pageContent .memberButton a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f2612d;
    border-color: #f2612d;
}

body.memberpage #pageContent .memberButton a {
    margin-right: 10px;
    min-height: 110px;
}

body.memberpage #pageContent .memberButton a:after {
    border-bottom: none;
    border-top: none;
}

body.account #pageContent .memberButton a:after {
    border-bottom: 47px solid transparent;
    border-top: 48px solid transparent;
}

body.mspa-e-learning #pageContent .memberButton a:after {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
}

body.mspa-e-learning .btn-registrate {
    float: right;
    background-color: #f2612d;
    padding: 10px 20px;
    margin-left: 20px;
}

body.mspa-e-learning .btn-registrate:hover {
    background-color: #0072bb;
}

body.mspa-e-learning .btn-registrate a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
}

#pageContent .memberButton a:after {
    position: absolute;
    content: " ";
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 50px solid #0072bb;
    border-bottom: 55px solid transparent;
    border-top: 55px solid transparent;
    clear: both
}

#pageContent .memberButton a:hover:after {
    border-left: 50px solid #f2612d;
}

#pageContent .memberButton span.glyphicon {
    font-size: 40px;
    display: block;
    margin: 0 auto 10px auto;
}

#pageContentBlock3 .memberButton a,
#pageContentBlock3 .memberButton a:focus {
    padding: 20px 8px 15px;
    margin-top: 25px;
    max-width: 190px;
    font-size: 11px;
    float: right;
}

#pageContentBlock3 .memberButton span.glyphicon {
    font-size: 30px;
}

.membership .zend_form {
    padding-left: 25px;
    margin: 0;
    float: none;
    overflow: visible;
}

.membership fieldset {
    margin-bottom: 25px;
    overflow: visible;
}

#pageContent .membership fieldset h4 {
    margin-top: 10px;
}

.membership .glyphicon.triangle {
    margin-right: 10px;
    font-size: 14px;
}

.membership .form .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.membership .form label {
    font-weight: bold;
    clear: left;
}

.membership .checkbox .glyphicon {
    margin-left: 5px;
    color: #004494;
    font-size: 14px;
}

.membership .form label .tip {
    padding: 5px 8px;
    min-width: 250px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    text-transform: none;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 25px;
}

.membership .form label .glyphicon:hover .tip {
    display: block;
}

.membership .form input[type="checkbox"] {
    margin-top: 3px;
}

.membership .form .alert {
    margin-top: 15px;
}

.membership .form .button {
    padding: 0 35px 0 25px;
    color: #fff;
    text-align: left;
    border: none;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow.png) no-repeat 85% center;
}

#pageContent .membership .listGroup h3 {
    margin: 15px 0 0;
    cursor: pointer;
}

.membership .listGroup .listToggle {
    padding-left: 25px;
    margin-bottom: 20px;
    display: none;
}

.membership .listGroup.active .listToggle {
    display: block;
}

.membership .listGroup .listToggle h4,
#pageContent .membership .listGroup .listToggle h4 {
    margin-bottom: 10px;
}

.membership .listGroup .listToggle .glyphicon-ok,
.membership .listGroup .listToggle .glyphicon-remove {
    margin-right: 5px;
    color: green;
    display: inline-block;
    top: 2px;
}

.membership .listGroup .listToggle .glyphicon-remove {
    color: red;
}

.membership .listGroup.active h3 .glyphicon:before {
    content: "\e252";
}

.membership .form-toggle {
    margin: 10px 0 20px;
    width: 100%;
    display: none;
    float: left;
    clear: left;
}

.membership .help-block.download {
    padding-left: 45px;
    line-height: 30px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
    position: relative;
}

.membership .help-block.download:hover {
    background-color: #f4f4f4;
}

.membership .help-block.download span {
    padding: 0 10px;
    margin-left: 0;
    color: #fff;
    line-height: 32px;
    background-color: #0072bb;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
}

.membership .help-block.download a,
#pageContent .membership .help-block.download a {
    color: #444;
    text-decoration: none;
    display: block;
}

.membership .form-group {
    margin: 5px 0 0 22px;
}

.membership .form-group textarea {
    max-width: none;
    min-height: 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
}

.companyChangeInfo {
    margin-top: 20px;
    font-size: 12px;
}

.companyChangeInfo .table tr:first-child > td {
    border-top: none;
}

.companyChangeInfo tr > td:nth-child(1),
.companyChangeInfo tr > td:nth-child(3) {
    width: 20%;
    font-weight: bold;
}

#memberList {
    margin: 20px 0 0;
    padding-left: 0;
    list-style: none;
}

#memberList li {
    padding-left: 45px;
    margin-bottom: 10px;
    line-height: 30px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
    position: relative;
}

#memberList li:hover {
    background-color: #f4f4f4;
}

#memberList li span {
    padding: 0 10px;
    color: #fff;
    line-height: 32px;
    background-color: #0072bb;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
}

#pageContent #memberList li a {
    color: #444;
    text-decoration: none;
    display: block;
}

#memberList .eliteLogo {
    margin-right: 5px;
    float: right;
}

/* }}} */

/* {{{ Webshop styles */
#shoppingCartContainer {
    padding: 15px 0;
}

#shoppingCartContainer a {
    color: #eb5c24;
}

.caption > a {
    text-decoration: none !important;
}

.btn-info {
    color: #fff !important;
    text-decoration: none !important;
}

.product {
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    border-radius: 0;
}

.product > .overviewImage {
    display: none;
}

.productOverview > h4 {
    padding-bottom: 15px;
}

.productActions > .input-group > input {
    display: none;
}

.productActions > .input-group > .input-group-btn > button {
    border-radius: 4px;
}

#productTabs {
    display: none;
}

#productTabs > li > a {
    text-decoration: none;
}

#productInfoPhotosThumbs,
#productInfoPhotoControls {
    display: none;
}

/* }}} */

/* {{{ LMS styles */
#programContainer h1 {
    color: #0072bb;
}

#programContainer .programHeader {
    border-bottom: 2px solid #f2612d;
}

.finishQuestion,
.sessionStartTest {
    background-color: #eb5c24;
    border: 3px solid #eb5c24;
    color: #fff;
}

.finishQuestion {
    text-transform: uppercase;
}

.finishQuestion:hover,
.sessionStartTest:hover {
    background-color: #fff;
    color: #eb5c24;
}

.progressBar {
    background-color: #407fc1;
    border-radius: 0;
    color: #fff;
    margin-top: 0;
}

.progressBar > div {
    border-color: #fff;
}

.progressBar > div.active {
    background-color: #fff;
    border-color: #407fc1;
    color: #407fc1;
    height: 34px;
    line-height: 34px;
    width: 34px;
}

#programMenu a {
    text-decoration: none !important;
}

#programMenu > li {
    border-right: 2px solid #367fc1;
}

#programMenu > li > a {
    border: 1px solid rgba(54, 127, 193, .2);
    color: #367fc1;
}

#programMenu > li > a:hover {
    color: #367fc1;
}

#programMenu > li > ul > li {
    background-color: rgba(54, 127, 193, .2);
    border-bottom: 1px dotted #367fc1;
    padding: 5px;
}

#programMenu > li > ul > li:not(:first-child):not(.participants) {
    min-height: 65px;
    padding: 10px 5px;
}

#programMenu > li > ul > li.participants {
    display: none;
}

#programMenu > li > ul > li > a {
    color: #367fc1;
}

#programMenu > li > ul > .active > a,
#programMenu > li > ul > .active > ul > .active > a {
    font-weight: bold;
}

#programMenu > li.active > a {
    background-color: #367fc1;
    color: #fff;
}

#programMenu > li > ul > .active > ul > li {
    list-style: inside;
}

#programMenu > li > ul > .active > ul > li > a {
    color: #367fc1;
}

.question > .title > p {
    line-height: 30px;
    font-size: 0.8em;
}

.programSession {
    background-color: #0072bb;
    float: left;
    height: 80px;
    margin-right: 75px;
    text-align: center;
    width: 40%;
    position: relative;
}

.programSession:after {
    position: absolute;
    content: " ";
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 50px solid #0072bb;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    clear: both;
}

.programSession:hover:after {
    border-left: 50px solid #f2612d;
}

.programSession:hover {
    background-color: #f2612d;
    border-color: #f2612d;
}

.programSession h2 {
    color: #fff;
    font-size: 15px !important;
    padding: 15px 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.programSession a {
    color: #fff !important;
    text-decoration: none !important;
}

.sessionBlock time {
    display: none;
}

.sessionDescription {
    background-color: #f2f2f2;
    padding: 10px;
    width: 100%;
}

.sessionKnowledgeTest > .sessionDescription,
.sessionKnowledgeTest > .sessionDescription > div > div > .sessionDescription {
    background-color: transparent;
}

#programContainer .sessionDescription header {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
       supported by Chrome and Opera */
}

#programContainer .sessionPreparations .sessionDescription header::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #87888a;
    position: relative;
    top: 12px;
    float: right;
}

#programContainer .sessionDescription header.up::after {
    border-bottom: 8px solid #87888a;
    border-top: 0;
}

#programContainer .sessionDescription header h2 {
    max-width: 95%;
}

#programContainer .sessionPreparations > .sessionDescription {
    border: 1px solid #ccc;
}

.preparationForm {
    display: none;
}

.question > .radio > label > .prefix,
.question > .checkbox > label > .prefix {
    background-color: #fff !important;
    border: 1px solid #eb5c24;
    color: #eb5c24 !important;
}

#knowledgeQuestionsForm label {
    border-color: #1f4494;
    border-style: dotted;
    color: #1f4494;
}

#knowledgeQuestionsForm .btn {
    width: 300px;
    margin: 0 32.5%;
}

#knowledgeQuestionsForm label.active,
#knowledgeQuestionsForm label:hover {
    background-color: #d7e6f2;
}

#knowledgeQuestionsForm .title {
    text-shadow: none;
}

.knowledgeQuestions {
    border: 2px solid #d7e6f2;
}

#bannersList {
    padding-top: 60px;
}

section.intro > .row {
    padding-bottom: 15px;
}

body.webshop-area .product .overviewImage {
    display: block;
}

body.webshop-area .productOverview .row > .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

body.courses #programMenu ul li {
    display: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

body.course-detail #pageContentBlock1 {
    padding-bottom: 0;
    margin: 0;
    border: none;
}

body.course-detail #bannersList {
    padding-top: 0;
    margin-bottom: 0;
}

body.course-detail .btn-continue {
    background-color: #f2612d;
    border: 3px solid #f2612d;
    color: #fff !important;
    text-decoration: none !important;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 35px 0;
    font-size: 20px;
    -webkit-border-radius: 50%;
    outline: none;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

body.course-detail .btn-continue:hover {
    background-color: #fff;
    color: #f2612d !important;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* }}} */

/* {{{ Element: Calendar styles */
#kalender {
    margin: 0 0 20px;
}

#kalender .entityItem {
    padding: 0;
    margin: 0;
    border: none;
}

#kalender .entityDescription {
    width: 100%;
}

.activiteiten .entityGoBack a {
    padding: 0;
}

.custom-header {
    margin-bottom: 10px;
    height: auto;
}

.custom-header nav {
    position: static;
}

.custom-calendar-wrap h3 {
    padding: 0;
    width: 100%;
    color: #000;
    text-align: center;
}

.fc-calendar .fc-body {
    border: none;
}

.fc-calendar-container,
.custom-calendar-full,
.fc-calendar {
    position: relative;
    top: 0;
    left: 0;
}

.fc-calendar-container {
    width: 100%;
    float: left;
    display: block;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
    background: #f2f2f2;
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    cursor: default;
    border-radius: 0;
    width: 14%;
}

.fc-calendar .fc-head > div {
    border-right: 3px solid #fff;
}

.fc-calendar .fc-row {
    overflow: hidden;
}

.fc-calendar .fc-row > div {
    padding: 5px;
    min-height: 95px;
    max-height: 95px;
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.fc-calendar .fc-row > div > div {
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    z-index: 1;
}

.fc-calendar .fc-row > div > div > div {
    line-height: 0;
    display: table-cell;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
    padding: 0;
    margin: 15px 0 0 0;
    color: #3e3d40 !important;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    white-space: normal;
    border: none;
    background: none;
    display: inline-block;
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
    background: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
    border-radius: 0;
}

.fc-calendar .fc-row > div.fc-today {
    background: #1980c2;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date,
.fc-calendar .fc-row > div.fc-today > div a, .fc-calendar .fc-row > div.fc-today > div span {
    color: #fff !important;

}

.fc-calendar .fc-row > div > span.fc-date {
    width: 25px;
    color: #3e3d40;
    font-size: 12px;
    float: right;
    font-weight: bold;
    text-align: right;
    top: 4px;
    left: auto;
    right: 7px;
    text-shadow: none;
}

.fc-calendar .fc-row:last-child > div:first-child,
.fc-calendar .fc-row:last-child > div:last-child,
.fc-calendar .fc-row:first-child > div:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.custom-header nav span.custom-prev:before,
.custom-header nav span.custom-next:before {
    content: "";
}

#custom-prev {
    height: 30px;
    width: 25px;
    background: url(//mspa-ea.org/images/prev.png) no-repeat 0 0;
    position: absolute;
    top: 20px;
}

#custom-next {
    height: 30px;
    width: 25px;
    background: url(//mspa-ea.org/images/next.png) no-repeat 0 0;
    position: absolute;
    top: 20px;
}

#custom-prev {
    left: 0;
}

#custom-next {
    background-position: right 0;
    right: 0;
}

#custom-current {
    display: none;
}

@media (max-width: 820px) {
    .fc-calendar .fc-row > div {
        border-right: none;
    }

    .fc-calendar .fc-row > div > span.fc-weekday {
        color: #f15f42;
        font-size: 11px;
        line-height: 15px;
        float: left;
    }

    .fc-calendar .fc-row > div > span.fc-date {
        line-height: 15px;
        top: 0;
    }

    .fc-calendar .fc-row > div {
        padding-top: 10px;
        min-height: 70px;
    }

    .fc-calendar .fc-row > div > div {
        padding-left: 40px;
        height: 45px;
        display: block;
    }
}

@media (max-width: 400px) {
    .fc-calendar .fc-row > div > div {
        padding-left: 10px;
    }
}

/* }}} */

/* {{{ General Pagination styles */

ul#photo_pagination {
    overflow: hidden;
    margin: 0 0 10px 0;
}

ul#photo_pagination li {
    float: left;
    background: #87888a;
    margin: 0 0 0 5px;
}

ul#photo_pagination li.selected,
ul#photo_pagination li:hover {
    background: #0072bb;
}

#pageContent ul#photo_pagination li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 400;
}

#pageContent ul#photo_pagination li:first-child {
    margin: 0;
}

#pageContent ul#photo_pagination li a:hover {
    text-decoration: none;
}

/* }}} */

/* {{{ Element: Brandbox styles */
.brandbox {
    min-height: 0;
}

.brandbox .slide {
    max-height: 435px;
}

#content .brandbox .slide img {
    width: 100%;
    max-width: none;
}

.brandbox .slide.cycle-slide-active {
    display: block;
}

.brandbox .slideBtn {
    height: 32px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.brandbox a.btn,
.brandbox a.btn:hover,
.brandbox a.btn:focus {
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background-color: rgba(241, 89, 34, 0.9);
    float: right;
}

.brandbox a.btn span {
    font-weight: 600;
    text-transform: uppercase;
}

.brandbox #prev,
.brandbox #next {
    margin-top: -25px;
    height: 51px;
    width: 30px;
    background: url(//mspa-ea.org/images/icon_brandboxarrows.png) no-repeat 0 center;
    display: block;
    top: 50%;
}

.brandbox #prev {
    left: 5%;
}

.brandbox #next {
    background-position: -50px center;
    right: 5%;
}

/* }}} */

/* {{{ Element: Form styles */
.zend_form {
    width: 100%;
}

.zend_form legend {
    padding: 0 0 5px;
    font-size: 16px;
    display: block;
}

.zend_form dl {
    width: 100%;
}

.zend_form dt,
.zend_form dd {
    margin-bottom: 10px;
    width: 70%;
}

.zend_form dt {
    width: 30%;
}

.zend_form label {
    padding-top: 6px;
    width: auto;
    height: auto;
    line-height: 16px;
}

.register-professional .zend_form label {
    height: 21px;
}

.register-professional .pass-wrapper {
    margin-left: 30%;
}

.zend_form label.error {
    display: none !important;
}

.zend_form label.required:after {
    color: #f00;
    content: " *";
}

.zend_form input[type="text"],
.zend_form input[type="email"],
.zend_form input[type="password"],
.zend_form select {
    width: 100%;
    /*max-width:375px;*/
    line-height: 28px;
}

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

.zend_form .mail {
    display: none;
}

.zend_form.searchMembers {
    margin-top: 0;
    width: 100%;
    float: none;
}

.zend_form.searchMembers input[type="text"],
.zend_form.searchMembers input[type="email"],
.zend_form.searchMembers select {
    max-width: none;
}

.zend_form select {
    padding: 7px 2px;
}

.zend_form textarea {
    width: 100%;
    min-width: 0;
    max-width: 375px;
}

.zend_form .btn {
    margin-left: 30%;
    float: left;
}

.zend_form button,
.zend_form button:hover,
.zend_form button:focus,
.zend_form input[type="submit"],
.zend_form input[type="submit"]:hover,
.zend_form input[type="submit"]:focus {
    padding: 0 50px 0 25px;
    min-width: 120px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 0;
    background: #0072bb url(//mspa-ea.org/images/icon_buttonarrow.png) no-repeat 85% center;
}

.registerform input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

.registerform label[for$="-No"] {
    display: none;
}

.registerform dd label:not(:first-child) {
    display: none;
}

.registerform #fieldset-optin,
.registerform #fieldset-submitButton {
    clear: left;
}

.registerform #fieldset-submitButton button[type="submit"] {
    float: right;
}

.membership .zend_fors dt.company,
.membership .zend_form dd.company {
    display: none;
}

div.opt-in {
    background: none;
    color: #333;
    margin-left: 30%;
    padding: 0;
}

div.opt-in input[type="checkbox"] {
    float: left;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
}

div.opt-in label {
    float: left;
    margin: 0;
    max-width: 300px;
    padding: 2px 0 0;
    width: auto;
}

div.opt-in label:after {
    display: none;
}

#fieldset-Registerhere > dl > .form-group > label {
    width: 30%;
}

#fieldset-Registerhere > dl > .form-group > input,
#fieldset-Registerhere > dl > .form-group > select {
    margin-bottom: 5px;
    width: 65%;
}

#fieldset-Registerhere > dl > .form-group {
    margin-bottom: 0;
}

.form-group > input,
.form-group > select {
    border-radius: 0;
}

/* }}} */

/* {{{ Element: Newsletter styles */
body.member-area-newsletters #pageContentBlock2 iframe {
    min-height: 750px;
}

body.newsletter #pageContentBlock2 iframe {
    min-height: 750px;
}

div.newsletters ul {
    margin: 20px 0 0;
    list-style: none;
    padding: 0;
}

div.newsletters ul li {
    padding-left: 100px;
    margin-bottom: 10px;
    line-height: 30px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
    position: relative;
}

div.newsletters ul li:hover {
    background-color: #f4f4f4;
}

div.newsletters ul li span {
    padding: 0 10px;
    color: #fff;
    line-height: 32px;
    background-color: #0072bb;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
}

div.newsletters ul li a,
#pageContent .newsletters ul li a {
    color: #444;
    text-decoration: none;
    display: block;
}

/* }}} */

/* {{{ Entity: FAQ styles */
#pageContent .accordion section {
    margin-bottom: 10px;
}

#pageContent .accordion h1 {
    padding: 10px;
    color: #0072bb;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
}

#pageContent .accordionItem h2 {
    color: #f2612d;
    font-size: 14px;
}

#PageContent .accordionItem.even {
    background-color: #eaeaea;
}

/* }}} */

/* {{{ Entity: Forum styles */
.forum {
    margin: 0;
}

.forum .row {
    float: none;
}

.forum th {
    width: 80px;
}

.forum th:first-child {
    width: auto;
}

.forum th:last-child {
    width: 200px;
}

.forum .pagination {
    float: left;
}

.jobboard .button,
.jobboard .button:active,
.jobboard .button:focus,
.jobboard .button:hover,
.forum .button,
.forum .button:active,
.forum .button:focus,
.forum .button:hover {
    padding: 0 25px;
    min-width: 100px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0;
    border: none;
    background-color: #0072bb;
    float: right;
    margin-top: 15px;
}

#pageContent .forum-item .title {
    background-color: #3e3d40;
    color: #fff;
    padding: 0 20px;
}

#pageContent .forum-item .title header {
    margin: 0;
}

#pageContent .forum-item .title h2 {
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
}

#pageContent .forum-item .title h2:after {
    position: absolute;
    right: 0;
    top: 0;
}

.forum-item .detail {
    background-color: #fafafa;
    padding: 30px 20px;
}

.forum .member > div,
.comments .member > div {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 15px;
}

.forum .poster {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0 0;
}

.forum .poster span.glyphicon {
    margin-right: 10px;
}

.forum .message > header,
.comments .message > header {
    float: none;
}

.forum .message .entityDescription,
.comments .message .entityDescription {
    margin-top: 0;
    padding-bottom: 13px;
}

#pageContent .forum .message .entityDescription p,
#pageContent .comments .message .entityDescription p {
    margin: 0;
    padding: 0;
}

#pageContent .forum .member h4,
#pageContent .comments .member h4 {
    margin-top: 0;
}

#pageContent .forum .member img,
#pageContent .comments .member img {
    max-width: none;
    margin-bottom: 10px;
    width: 100%;
}

#pageContent .commentContainer h3 {
    margin: 0;
}

#pageContent .commentContainer > h4 {
    margin: 15px 0 20px;
    text-align: right;
}

#pageContent .commentContainer .entityGoBack {
    margin: 25px 0 25px;
    padding: 0 20px;
    display: table;
    width: 100%;
}

#pageContent .commentContainer .entityGoBack .pull-right {
    background-image: none;
    padding: 0 25px;
}

.comments {
    margin-bottom: 0;
}

.comments .comment {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
}

.commentFormContainer {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    display: none;
    margin-bottom: 25px;
    padding: 20px;
}

.commentForm {
    margin-bottom: 0;
}

.commentForm .author,
.commentForm .email {
    display: none;
}

.commentForm textarea {
    max-width: none;
}

.commentForm .btn {
    float: right;
    margin: 0;
}

.commentForm .captchaContainer {
    background: none;
    float: none;
    padding: 0;
}

.commentForm #recaptcha_image {
    height: auto !important;
    width: 100% !important;
}

.recaptcha_inputs .input,
.recaptcha_inputs .info {
    width: 50%;
}

.recaptcha_inputs .info {
    line-height: 32px;
}

.recaptcha_inputs .info div {
    float: right;
}

#jobsAddPost,
#formEditPost,
#formAddPost {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    display: none;
    margin-bottom: 25px;
    padding: 20px;
}

#formEditPost h3,
#formAddPost h3 {
    margin: 0 0 20px;
}

#JobsAddPost input,
#JobsAddPost textarea,
#formEditPost input,
#formEditPost textarea,
#formAddPost input,
#formAddPost textarea {
    max-width: none;
}

#jobsAddPost .button,
#formEditPost .button,
#formAddPost .button {
    padding-right: 40px;
}

.commentForm .button.cancel,
#formEditPost .button.cancel {
    float: left;
    margin-left: 0;
    background-image: none;
    padding: 0 25px;
}

/* }}} */

/* {{{ Element: Pagination styles */
.pagination,
.pagination .prev,
.pagination .next,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    color: #333;
    border-radius: 0;
}

#pageContent .pagination a,
#pageContent .pagination a:hover,
#pageContent .pagination a:focus {
    color: #333;
    text-decoration: none;
}

#pageContent .pagination .active a {
    color: #fff;
}

/* }}} */

/* {{{ Responsive styles */
/* {{{ Media max-width: 1400px */
@media (max-width: 1400px) {
    nav .level1 li:last-child .level2 {
        left: auto;
        right: 0;
    }

    nav .level1 li:last-child .level2:before {
        left: auto;
        right: 39px;
    }
}

/* }}} */
/* {{{ Media max-width: 1199px */
@media (max-width: 1199px) {
    #footerHeader h1,
    #footerHeader h2,
    #footerHeader h3 {
        padding: 15px 0 0;
        line-height: normal;
    }

    #pageContent .events .tabs > div {
        font-size: 14px;
    }
}

/* }}} */
/* {{{ Media max-width: 991px */
@media (max-width: 991px) {
    body > footer {
        margin-top: 50px;
    }

    .memberResults {
        font-size: 12px;
    }

    .informationContainer > ul li {
        padding: 0 10px;
    }

    .events .register,
    #pageContent .events .tabs > div {
        font-size: 10px;
        padding: 5px;
        margin-right: 2px;
    }

    .applyandagree,
    #fieldset-Emailservice dd,
    div.opt-in {
        margin-left: 0;
        width: 100%;
    }

    div.opt-in label {
        max-width: none;
    }

    #headerBlock1 .elearningImg {
        top: 25%;
    }
}

/* }}} */
/* {{{ Media max-width: 767px */
@media (max-width: 767px) {
    #headerBlock2 {
        min-height: 0;
    }

    #headerBlock1 .elearningImg {
        display: none;
    }

    #headerBlock3 .menuTree {
        margin: 0 0 15px;
        text-align: left;
    }

    nav {
        position: relative;
    }

    .navbar-toggle {
        margin-left: 0;
    }

    nav .level1 {
        padding: 10px 0;
    }

    nav .level2 {
        padding: 0 0 10px;
        box-shadow: none;
        background: none;
        position: relative;
        left: auto;
    }

    nav .disabled .level2 {
        display: contents !important;
    }

    nav .disabled .level3 {
        display: contents !important;
    }

    nav .level2 li.active a {
        color: #fff;
    }

    nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
    }

    nav .dropdown-menu > .disabled > a {
        color: #fff !important;
    }

    nav .level2:before {
        display: none;
    }

    nav .level2 li {
        line-height: 24px;
        border: none;
    }

    nav .level2 a {
        color: #fff;
    }

    nav li {
        margin: 0;
        line-height: 30px;
        display: block;
    }

    #homeHeaderBlock3 {
        padding: 0 0 5px;
    }

    .brandbox .slideBtn {
        width: 100%;
        background-color: rgba(241, 89, 34, 0.9);
        position: relative;
        bottom: 0;
    }

    .brandbox a.btn,
    .brandbox a.btn:hover,
    .brandbox a.btn:focus {
        width: 100%;
        background: none;
    }

    #homeContent {
        margin-top: 50px;
    }

    #homeContentBlock1 {
        margin-bottom: 20px;
    }

    #homeContentBlock2 {
        margin: 0 -15px;
    }

    .events.list > p {
        padding: 0 20px;
    }

    .memberResults {
        font-size: 11px;
    }

    .memberResults.table th,
    .memberResults.table td {
        padding: 5px;
    }

    #pageHeaderBlock1 {
        margin-left: -15px;
        margin-right: -15px;
    }

    #contentFooter h1 {
        font-size: 50px;
        line-height: 40px;
    }

    #contentFooter h2 {
        font-size: 28px;
        line-height: 34px;
    }

    #footerHeader {
        padding-bottom: 10px;
        line-height: 60px;
    }

    #footerHeader h1,
    #footerHeader h2,
    #footerHeader h3 {
        width: 100%;
        text-align: center;
    }

    #footerHeader input {
        margin: 5px 0;
    }

    #footerHeader input[type="submit"] {
        text-align: center;
        background-position: 95% center;
    }

    #footerBlock5,
    #footerBlock3,
    #footerBlock4 {
        padding-top: 0;
    }

    body.memberarea #pageContent .photoalbums h3 {
        font-size: 20px;
        line-height: 20px;
    }

    body.memberarea #pageContent .photoalbums h3 a {
        font-size: 20px;
    }
}

/* }}} */
/* {{{ media max-width: 579px */
@media (max-width: 579px) {
    #pageContent .program-info {
        width: 90%;
        top: 30%;
    }

    #pageContent .forum-item .title h2 {
        font-size: 13px;
    }

    #pageContent .forum .member,
    #pageContent .comments .member {
        padding-right: 0;
    }

    #pageContent .forum .member > div,
    #pageContent .comments .member > div {
        padding: 5px;
    }

    #pageContent .forum .member h4,
    #pageContent .comments .member h4 {
        font-size: 11px;
    }
}

/* }}} */
/* {{{ media max-width: 479px */
@media (max-width: 479px) {
    #headerBlock3 .menuTree a {
        margin-left: 7px;
        font-size: 9px;
    }

    #homeHeaderBlock2 {
        padding-top: 5px;
    }

    body > footer .row > div {
        width: 100%;
    }

    #footerBlock1 {
        padding-bottom: 0;
    }

    .brandbox a.btn,
    .brandbox a.btn:hover,
    .brandbox a.btn:focus {
        font-size: 14px;
    }

    .brandbox #prev,
    .brandbox #next {
        top: 40%;
    }

    .news .listItem .row > div,
    .events .listItem .row > div {
        width: 100%;
    }

    #content .news .listItem img,
    #content .events .listItem img {
        margin-bottom: 15px;
        max-height: none;
        width: 100%;
        max-width: none;
    }

    #pageContent .speaker-info h3,
    .employees .employeeDetail h3 {
        padding-right: 20px;
        margin-top: 0;
        font-size: 16px;
    }

    #pageContent .speaker-info .function,
    .employees .employeeDetail .function,
    .employees .employeeDetail .company {
        margin: 0;
    }

    .employees .intro span {
        display: none;
    }

    #pageContent .employees h3 {
        font-size: 13px;
    }

    .memberResults {
        font-size: 10px;
    }

    .memberResults.table th,
    .memberResults.table td {
        padding-left: 2px;
        padding-right: 0;
    }

    .memberDetail .header .row > div {
        width: 100%;
    }

    .memberDetail .image {
        display: none;
    }

    .informationContainer > ul {
        padding: 0 10px;
    }

    .informationContainer > ul li {
        padding: 0 5px;
        margin-right: 0;
        font-size: 11px;
    }

    .informationContainer .information {
        font-size: 11px;
    }

    .memberDetail .extra label {
        margin: 5px 0 0;
        line-height: 16px;
        display: block;
    }

    .memberDetail .extra:first-child label {
        margin: 0;
    }

    .zend_form dt,
    .zend_form dd {
        width: 100%;
    }

    .zend_form input[type="text"],
    .zend_form input[type="email"],
    .zend_form input[type="password"],
    .zend_form select,
    .zend_form textarea {
        max-width: none;
    }

    .commentForm .button.cancel,
    #formEditPost .button.cancel,
    #pageContent .entityGoBack a,
    #pageContent .entityGoBack a:hover,
    #pageContent .entityGoBack a:focus {
        font-size: 11px;
        min-width: 0;
        padding: 0 10px;
    }

    #pageContent .memberButton a,
    #pageContent .memberButton a:focus {
        padding: 20px 10px 15px;
        font-size: 13px;
    }

    div.opt-in {
        margin-left: 0;
    }

    #fieldset-Registrate > dl > .form-group > label {
        width: 100%;
    }

    #fieldset-Registrate > dl > .form-group > input,
    #fieldset-Registrate > dl > .form-group > select {
        margin-bottom: 5px;
        width: 100%;
    }

    #fieldset-Registrate > dl > .form-group {
        margin-bottom: 0;
    }

    #fieldset-Registrate > dl > div:nth-child(9) {
        display: none;
    }
}

/* }}} */

/* {{{ Media min-width: 768px */
@media (min-width: 768px) {
    #wrap {
        min-height: 100%;
    }

    #content {
        padding-bottom: 375px;
    }

    body > footer {
        margin-top: -350px;
    }

    #homeHeaderBlock4 {
        float: right;
    }

    .brandbox #prev,
    .brandbox #next {
        top: 59%;
    }

    #pageContent .speaker-info,
    .employees .employeeDetail {
        position: fixed;
        top: 10%;
        bottom: auto;
    }

    .employees .employeeitem:nth-child(2n+3) {
        clear: none;
    }
}

/* }}} */
/* {{{ Media min-width: 992px */
@media (min-width: 992px) {
    nav a {
        font-size: 20px;
    }

    #headerBlock2 {
        min-height: 55px;
    }

    #headerBlock3 .menuTree a {
        font-size: 16px;
    }

    #pageContent .speaker-info,
    .employees .employeeDetail {
        width: 70%;
        left: 15%;
    }

    .employees .employeeitem:nth-child(3n+4) {
        clear: left;
    }

    .loginMemberButtons a {
        width: 35%;
    }
}

/* }}} */
/* {{{ Media min-width: 1200px */
@media (min-width: 1200px) {
    nav li {
        margin-left: 45px;
    }

    nav .level2 {
        min-width: 250px;
    }

    .homeHeaderBlock {
        max-width: 340px;
    }

    .homeHeaderBlock h1,
    .homeHeaderBlock h2,
    .homeHeaderBlock h3 {
        font-size: 30px;
    }

    .homeHeaderBlock h1:before,
    .homeHeaderBlock h2:before,
    .homeHeaderBlock h3:before {
        margin-top: 6px;
    }

    #pageContent .speaker-info,
    .employees .employeeDetail {
        width: 40%;
        left: 30%;
    }
}

/* }}} */

@media only screen and (max-width: 1235px) and (min-width: 1200px) {
    #headerBlock1 .elearningImg {
        left: -6%;
    }
}

/* }}} */

/* {{{ Digiself: Editmode styles */
.editMode {
    height: auto;
}

.editMode #homeHeaderBlock1,
.editMode #pageHeaderBlock1 {
    min-height: 200px;
}

.editMode.selectable .digiself-position,
.editMode .digiself-position.ui-sortable,
.editMode .digiself-position.mouseOver,
.editMode .digiself-position.ui-sortable.sortOver {
    min-height: 40px;
}

.editMode #elementToolbar a {
    color: #27649f;
}

.editMode > div form#saveElementsForm {
    margin-top: 20px;
}

.editMode > div form#saveElementsForm .digiself-button {
    font-size: 100%;
}

.editMode > div form#saveElementsForm .buttonWrapper {
    background-color: #fff;
}

/* }}} */

ul.productCategories li a {
    background-color: #0072bb;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 75px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    max-height: 110px;
    display: inline-block;
    width: 35%;
}

ul.productCategories {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

ul.productCategories li {
    width: 25%;
    float: left;
    border: 0;
}

ul.productCategories li.active a,
ul.productCategories li:hover a,
ul.productCategories li a,
ul.productCategories li a:hover {
    background-color: #0072bb;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 75px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    max-height: 110px;
    display: block;
    width: auto;
}

ul.productCategories li:hover a,
ul.productCategories li a:hover,
ul.productCategories li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #f2612d;
    border-color: #f2612d;
}

ul.productCategories li a::after {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    border-left: 50px solid #0072bb;
}

ul.productCategories li:hover a::after,
ul.productCategories li a:hover::after,
ul.productCategories li.active a::after {
    border-left: 50px solid #f2612d;
}