@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");

/**
	Light 300  
	Light 300 Italic  
	Normal 400  
	Normal 400 Italic  
	Semi-Bold 600  
	Semi-Bold 600 Italic  
	Bold 700 
	Bold 700 Italic  
	Extra-Bold 800  
	Extra-Bold 800 Italic

*/

body {
    background: #fff;
    color: #333333;
}
.clear {
    clear: both;
}
.reveal-modal {
    z-index: 109;
}
.reveal-modal-bg {
    z-index: 108;
}
li {
    font-size: 0.875em;
}
.wrap-main {
    margin-top: 1.25em;
}
.wrap-content {
    margin-top: -3.5em;
    padding-top: 4.5em;
    padding-right: 2.5em;
}
@media only screen and (max-width: 40em) {
    .wrap-content {
        border-right: 0px solid #e5e8ed;
        margin-top: 0;
        padding-top: 0;
        padding-right: 1.25em;
    }
}
article {} article .blogpost-wrap {
    padding-bottom: 1em;
}
article .blogpost-wrap .generic {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
article .blogpost-wrap .generic .title {
    margin-bottom: 1em;
    border-bottom: 2px solid #d3dee7;
    text-transform: uppercase;
    line-height: 55px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #1b2674;
    font-weight: 600;
}
article .blogpost-wrap .generic.blog a.linktopost {
    font-size: 1.125em;
    margin-bottom: 1em;
    display: block;
    color: #333333;
    font-weight: 600;
}
article .blogpost-wrap.generic.blog a.linktopost:hover {
    color: #762023;
}
article .blogpost-wrap .generic.blog .profilepic img {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    border: 8px solid #fff;
}
article .blogpost-wrap .generic.blog .info {
    font-size: 0.875em;
    padding-left: 1em;
}
article .blogpost-wrap .generic.blog .info .name {
    margin-bottom: 1em;
    margin-top: 0.5em;
    color: #000;
}
article .blogpost-wrap .generic.blog .info .name a {
    font-weight: 600;
}
article .blogpost-wrap .generic.blog .info .titula,
article .blogpost-wrap .generic.blog .info .date {
    margin-bottom: 0.5em;
    color: #818b92;
}
.index-middle-wrap .generic.blog .info .date {
    font-style: italic;
}
.author-card .author-link {
    margin-bottom: 0 !important;
}
a {
    color: #1b2674;
    text-decoration: none;
}
a:hover {
    color: #762023;
}
.tabs {
    border-bottom: 2px solid #1b2674;
}
.tabs dd {
    top: 0px;
}
.tabs dd > a {
    background: #fff;
    color: #333333;
    padding-top: 1.0625rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1rem;
}
.tabs dd > a:hover {
    background: #e5e8ed;
}
.tabs dd.active a {
    background: #1b2674;
    color: #fff;
}
@media only screen and (max-width: 40em) {
    .tabs dd > a {
        padding-top: 0.5625rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        font-size: 0.875rem;
    }
}
.accordion {
    margin-bottom: 0;
}
.accordion dd {
    margin-bottom: 0 !important;
}
.accordion dd.active a {
    background: #000;
}
.accordion dd > a {
    background: #f5f6f7;
    -webkit-box-shadow: 0 1px 1px 0 rgba(212, 221, 229, 1);
    box-shadow: 0 1px 1px 0 rgba(212, 221, 229, 1);
    color: #222222;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75em;
    font-size: 0.875rem;
}
.accordion dd > a:hover {
    background: #eef1f4;
}
.accordion .content {
    display: none;
    padding: 1.25em 0;
}
.accordion .content.active {
    display: block;
    background: white;
}
/**

 * Menu

 * ----------------------------------------------------------------------------

 */

.page-careers {} .page-careers .filters {
    border-bottom: 2px solid #1b2674;
    margin-bottom: 1em;
    width: 100%;
    float: left;
}
.page-careers .filters a {
    float: left;
    background: #fff;
    color: #333333;
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    font-size: 1rem;
}
.page-careers .filters a:hover {
    background: #e5e8ed;
}
.page-careers .filters a.aktiv {
    background: #1b2674;
    color: #fff;
}
.page-careers .notice p {
    font-size: 0.725em;
    color: #818b92;
}
.page-careers .notice p span {
    color: #000000;
}
.page-careers #location {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 0.875em;
}
.page-careers #location:before {
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 1.775em;
    font-weight: 300;
    color: #1d2876;
    font-family: Genericons;
    content: '\f417';
}
.page-careers #jobtype {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 0.875em;
}
.page-careers #jobtype:before {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 1.675em;
    color: #1d2876;
    font-family: Genericons;
    content: '\f303';
}
.page-careers #date {
    text-align: right;
    font-size: 0.875em;
    font-weight: 300;
    color: #818b92;
}
@media only screen and (max-width: 40em) {
    .page-careers .filters a {
        padding-top: 0.75rem;
        padding-right: 0.825rem;
        padding-bottom: 0.75rem;
        padding-left: 0.825rem;
        font-size: 0.875rem;
    }
    .page-careers #jobtype {
        text-align: left;
    }
}
textarea {
    height: auto;
}
.has-tip {
    border: none !important;
}
article .entry-title {
    margin-top: 0;
    margin-bottom: 0.625em;
    line-height: 1.25;
    color: #1b2674;
}
article a .entry-title {
    color: #1b2674;
}
article a .entry-title:hover {
    color: #762023;
}
article .entry-title-page {
    margin-top: 0;
    margin-bottom: 1em;
    border-bottom: 2px solid #d3dee7;
    text-transform: uppercase;
    padding-bottom: 0.75em;
    float: left;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #1b2674;
    font-weight: 600;
}
article .entry-thumbnail {
    margin: 1.25em 0;
}
hr {
    border-color: #e5e8ed;
}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
@media only screen and (min-width: 40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.3rem;
    }
}
button,
.button {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.25rem;
}
button.transparent,
.button.transparent {
    background-color: transparent;
}
button.transparent:hover,
button.transparent:focus,
.button.transparent:hover,
.button.transparent:focus {
    background-color: transparent;
}
button.secondary,
.button.secondary {
    background-color: #f4f6f9;
    color: #68737a;
    text-shadow: 1px 1px 1px #fff;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #eff2f6;
}
button.bordered,
.button.bordered {
    padding-top: 1.1625rem;
    padding-bottom: 1.1rem;
    border: 2px solid #fff;
}
button.bordered:hover,
button.bordered:focus,
.button.bordered:hover,
.button.bordered:focus {
    background: #fff;
    color: #526470
}
button.arrow,
.button.arrow {
    padding-top: 0.8125rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 3rem;
    position: relative;
}
button.arrow:after,
.button.arrow:after {
    font-family: Genericons;
    content: '\f429';
    font-size: 2em;
    position: absolute;
    top: 8px;
    right: 0.35em;
    padding-left: 0.5em;
}
.wrap-header {
    background: #fff;
    border-bottom: 1px solid #e5e8ed;
    width: 100%;
}
.wrap-submenu-header {
    height: 30px;
    position: relative;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
.wrap-submenu-header a {
    color: #818b92;
    font-size: 0.825em;
    line-height: 30px;
    padding-right: 1.5em;
    display: inline-block;
}
.wrap-submenu-header a:hover {
    color: #1b2674;
}
.wrap-submenu-header .right-mini-menu a {
    padding-right: 0;
    padding-left: 1.5em;
}
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}
.post-navigation,
.posts-navigation {
    margin-bottom: 0.9375rem;
}
.breadcrumbs {
    padding: 1.25em 0;
    margin: 0;
    background: none;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 100;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
    color: #6570c0;
    text-decoration: none;
}
.breadcrumbs .current {
    color: #878c8f;
}
p {
    line-height: 1.5;
    font-size: 0.875em;
}
/**

 * Menu

 * ----------------------------------------------------------------------------

 */

.wrap-top-bar {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 105;
}
.menu-mini-left {
    padding-left: 6.25em;
}
.shadowmenu {
    width: 100%;
    background: url(images/bg-menu-shadow.png) top center no-repeat;
    background-size: contain;
    height: 72px;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
}
.top-bar {
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 101;
    background: #fff;
    margin-bottom: 0;
    margin-right: -1.5em;
}
.top-bar .name {
    height: 70px;
    line-height: 70px;
    margin: 0;
    margin-top: -15px;
    margin-left: 15px;
    font-size: 16px;
}
.top-bar .name h1 {
    line-height: 70px;
    font-size: 1.0625rem;
    margin: 0;
}
.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
}
.top-bar-section ul {
    background: #ffffff;
    margin-right: 31px;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.9125rem;
    font-weight: normal;
    background: #fff;
}
.top-bar-section ul li:hover > a {
    background: #fff;
    color: #6570c0;
}
.top-bar-section ul li.active > a {
    background: #1b2674;
    color: white;
}
.top-bar-section ul li.active > a:hover {
    background: #172164;
}
.top-bar-section .has-form {
    padding: 15px;
}
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
}
.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99;
}
.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
}
@media only screen and (min-width: 40.063em) {
    .top-bar {
        background: #fff;
        *zoom: 1;
        overflow: visible;
    }
    .top-bar.expanded {
        background: #ffffff;
    }
    .top-bar-section li.hover > a:not(.button) {
        background: #272727;
        color: white;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 70px;
        background: #ffffff;
        color: #000;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #fff;
        color: #762023;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 15px !important;
    }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a {
        padding-right: 35px !important;
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        border: 1px solid #e5e8ed;
        min-width: 100%;
    }
    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        background: #f6f7fb;
    }
    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        border-bottom: 1px solid #e5e8ed;
        line-height: 45px !important;
        padding: 12px 15px;
        background: #ffffff;
    }
    .top-bar-section .dropdown li:last-child a {
        border-bottom: none;
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #ffffff;
    }
    .top-bar-section .has-form {
        background: #ffffff;
        padding: 0 15px;
        height: 70px;
    }
}
/**

 * Main Slider

 * ----------------------------------------------------------------------------

 */

.mainslider {
    margin-top: -131px;
    position: relative;
    height: 460px;
}
.mainslider .orbit-container {
    position: absolute;
    left: 0px;
    top: 0;
}
.mainslider li {
    width: 100%;
    position: relative;
    height: 460px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: 300 !important;
    display: table;
}
.mainslider li .inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 130px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.mainslider li h1 {
    color: #fff;
    margin: 1em 0 1rem 0;
}
.mainslider li .tekst {
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0em;
}
.mainslider li .tekst .larger-font {
    font-size: 3rem !important;
}
.mainslider li .button {
    margin: 1em 0 0 0;
    letter-spacing: 0;
}
@media only screen and (max-width: 64em) {
    .mainslider {
        margin-top: 0px;
        height: 400px;
    }
    .mainslider li {
        height: 400px;
    }
    .mainslider li h1 {
        margin: 0.5em 0 1rem 0;
    }
    .mainslider li .tekst {
        font-size: 2.25rem;
    }
    .mainslider li .tekst .larger-font {
        font-size: 2.5rem !important;
    }
    .mainslider li .inner {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 40em) {
    .mainslider {
        height: 300px;
    }
    .mainslider li {
        height: 300px;
        background-position: center right -300px;
    }
    .mainslider li h1 {
        margin: 0em 0 1rem 0;
    }
    .mainslider li .tekst {
        font-size: 1.25rem;
        line-height: 25px;
    }
    .mainslider li .tekst .larger-font {
        font-size: 1.75rem !important;
    }
    .mainslider li .tekst .text-right,
    .mainslider li .tekst .text-left {
        text-align: center !important;
    }
    .mainslider li .button {
        margin: 2em 0 0 0;
    }
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 78%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    color: white;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-color: none;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 1;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: rgba(27, 35, 90, 0.6) !important;
    opacity: 1;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: none;
}
.orbit-container .orbit-prev {
    left: 4%;
    background: url(images/bg-orbit-arrows.png) center -60px no-repeat;
}
.orbit-container .orbit-prev:hover {
    left: 3.7%;
}
.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: white;
}
.orbit-container .orbit-prev:hover > span {
    border-right-color: white;
}
.orbit-container .orbit-next {
    right: 4%;
    background: url(images/bg-orbit-arrows.png) center 0 no-repeat;
}
.orbit-container .orbit-next:hover {
    right: 3.7%;
}
.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: white;
    left: 50%;
    margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
    border-left-color: white;
}
.orbit-bullets-container {
    text-align: center;
}
.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: -40px;
    float: none;
    text-align: center;
    display: block;
    z-index: 9999;
    position: relative;
}
.orbit-bullets li {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    float: none;
    cursor: pointer;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.orbit-bullets li.active {
    cursor: default;
    background: #1b2674;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none;
}
.touch .orbit-bullets {
    display: none;
}
.orbit-timer {
    opacity: 0;
}
/**

 * Page Top Image

 * ----------------------------------------------------------------------------

 */

.page-top-image {
    width: 100%;
    margin-top: -131px;
    background: #fff url(images/bg-page-top-image.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    height: 175px;
}
.page-top-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 38, 116, 0.7);
}
@media only screen and (max-width: 40em) {
    .page-top-image {
        height: 175px;
    }
}
/**

 * Index Products And Services

 * ----------------------------------------------------------------------------

 */

.index-address-phone {
    background: #fff;
    width: 100%;
}
.index-address-phone .text {
    line-height: 40px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    color: #717d86;
}
.index-address-phone .text span {
    margin-right: 1em;
}
.index-address-phone .text span.usa {
    color: #6f6f6f;
    margin-right: 1em;
    font-weight: 700;
}
@media only screen and (max-width: 40em) {
    .index-address-phone .text {
        font-size: 0.7rem;
        font-weight: 600;
    }
    .index-address-phone .text span.usa,
    .index-address-phone .text span.address {
        display: none;
    }
}
/**

 * Index Middle section

 * ----------------------------------------------------------------------------

 */

.index-middle-wrap {
    background: #f5f6f7;
    padding: 50px 0;
}
/* shortcuts */

.index-middle-wrap .shortcut a {
    -webkit-box-shadow: 0 1px 1px 0 #d9e4ee;
    color: #333333;
    box-shadow: 0 1px 1px 0 #d9e4ee;
    display: block;
}
.index-middle-wrap .shortcut .inner {
    padding: 25px 20px;
    background: #fff;
    min-height: 133px;
}
.index-middle-wrap .shortcut a:hover .inner {
    background: #1b2674;
}
.index-middle-wrap .shortcut .inner .title {
    display: block;
    text-transform: uppercase;
    color: #1b2674;
    font-weight: 700;
    margin-bottom: 10px;
}
.index-middle-wrap .shortcut a:hover .inner .title {
    color: #fff;
}
.index-middle-wrap .shortcut .inner p {
    margin: 0;
    font-size: 0.8em;
}
.index-middle-wrap .shortcut a:hover .inner p {
    color: #fff;
}
@media only screen and (max-width: 64em) {
    .index-middle-wrap .shortcut.last {
        margin-top: 2.5em;
    }
    .index-middle-wrap .shortcut.last .inner {
        text-align: left;
    }
}
@media only screen and (max-width: 40em) {
    .index-middle-wrap .shortcut,
    .index-middle-wrap .shortcut.last {
        margin-top: 1.25em;
    }
    .index-middle-wrap .shortcut .inner {
        text-align: left;
    }
}
/* blog, news */

.index-middle-wrap .generic {
    margin-top: 2.5em;
}
.index-middle-wrap .generic .title {
    margin-bottom: 1em;
    border-bottom: 2px solid #d3dee7;
    text-transform: uppercase;
    line-height: 55px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #1b2674;
    font-weight: 600;
}
.index-middle-wrap .generic.blog a.linktopost {
    font-size: 1.125em;
    margin-bottom: 1em;
    display: block;
    color: #333333;
    font-weight: 600;
}
.index-middle-wrap .generic.blog a.linktopost:hover {
    color: #762023;
}
.index-middle-wrap .generic.blog .profilepic img {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    border: 8px solid #fff;
}
.index-middle-wrap .generic.blog .info {
    font-size: 0.875em;
    padding-left: 1em;
}
.index-middle-wrap .generic.blog .info .name {
    margin-bottom: 1em;
    margin-top: 0.5em;
    color: #000;
}
.index-middle-wrap .generic.blog .info .name a {
    font-weight: 600;
}
.index-middle-wrap .generic.blog .info .titula,
.index-middle-wrap .generic.blog .info .date {
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #818b92;
}
.index-middle-wrap .generic.blog .info .date {
    font-style: italic;
}
.index-middle-wrap .generic.news .news-item {
    border-bottom: 1px solid #d3dee7;
    font-size: 0.875em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.index-middle-wrap .generic.news .news-item a {
    color: #333333;
    font-weight: 600;
    display: block;
    line-height: 22px;
    margin-bottom: 0.5em;
}
.index-middle-wrap .generic.news .news-item a:hover {
    color: #762023;
}
.index-middle-wrap .generic.news .news-item .date {
    color: #818b92;
    font-style: italic;
}
.index-middle-wrap .generic.news .news-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/**

 * Footer Widget Menus

 * ----------------------------------------------------------------------------

 */

.footer-widgets {
    padding: 3em 0;
    border-top: 1px solid #e5e8ed;
}
.footer-widgets .title {
    margin-bottom: 1em;
    line-height: 1;
    color: #1b2674;
    position: relative;
    font-weight: 400;
}
.footer-widgets ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-widgets ul li a {
    color: #818b92;
}
.footer-widgets ul li a:hover {
    color: #762023;
}
.footer-widgets .dslsoptimized {
    margin-top: 2.5em;
}
.footer-widgets .dslsoptimized p {
    color: #000;
    margin-bottom: 0.5em;
}
.footer-widgets .dslsoptimized .number {
    color: #1b2674;
    font-weight: 800;
    font-size: 2.5em;
}
@media only screen and (max-width: 40em) {
    .footer-widgets ul {
        margin-bottom: 2.5em;
    }
    .footer-widgets ul#menu-footer-about-left {
        margin-bottom: 0em;
    }
}
/**

 * Page Investors

 * ----------------------------------------------------------------------------

 */

.page-investors,
 {} .page-investors hr,
.page-mediacenter hr {
    margin: 2em 0;
}
.page-investors .investor-logo {
    margin-bottom: 1em;
}
/**

 * Page Investors

 * ----------------------------------------------------------------------------

 */

.page-mediacenter .excerpt p {
    margin: 0;
}
/**

 * Page knowledge center

 * ----------------------------------------------------------------------------

 */

.page-knowledge-center {} .page-knowledge-center hr {
    margin: 2em 0;
}
.page-knowledge-center .sodrzina p {
    margin-bottom: 0;
}
/**

 * Page customer videos

 * ----------------------------------------------------------------------------

 */

.page-customervideos {} .page-customervideos .th {
    margin-bottom: 1em;
}
.page-customervideos .entry-title-page.scnd {
    margin-top: 2em;
}
.page-customervideos h4 {
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-top: 1em;
}
.page-customervideos h4:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f213';
    font-family: Genericons;
    color: #d3dee7;
}
.page-customervideos .c-videos {
    display: block;
}
/**

 * Footer Investors

 * ----------------------------------------------------------------------------

 */

.footer-investors {
    margin-bottom: 0;
}
.footer-investors ul li {
    margin-bottom: 1em;
    opacity: 0.8;
}
.footer-investors .title-investors {
    color: #1b2674;
    border-top: 1px solid #d3dee7;
    margin-bottom: 2em;
    padding-top: 2em;
}
@media only screen and (max-width: 64em) {
    .footer-investors ul li {
        margin-bottom: 1em;
        padding: 0 1.75rem 1.25rem;
        opacity: 0.8;
    }
}
@media only screen and (max-width: 40em) {
    .footer-investors {
        margin-bottom: 30px;
    }
    .footer-investors ul li {
        padding: 0 0.625rem 1.25rem;
    }
}
/**

 * Breadcrumbs

 * ----------------------------------------------------------------------------

 */

.breadcrumbs-wrap {
    border-bottom: 1px solid #e5e8ed;
    background: #fff;
}
.breadcrumbs {
    padding: 0.9375rem 0;
    background: #fff;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    font-size: 0.875rem;
    color: #999999;
}
.breadcrumbs a:hover {
    color: #762023;
}
.breadcrumbs .separator {
    padding: 0 0.6875rem;
}
.breadcrumbs > * {
    float: none;
    font-size: inherit;
}
.breadcrumbs > *:before {
    content: none;
}
/**

 * Entry Meta

 * ----------------------------------------------------------------------------

 */

.entry-meta {
    clear: both;
    line-height: 1.8em;
    margin-bottom: 1em;
    font-size: 0.9em;
}
.entry-meta a {
    color: #818b92;
}
.entry-meta a:hover {
    color: #6570c0;
}
.entry-meta > span {
    margin-right: 20px;
}
.entry-meta > span:last-child {
    margin-right: 0;
}
.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}
.entry-meta a:before {
    margin-right: 4px;
}
.entry-meta .date a:before {
    content: "\f303";
}
.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
}
.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}
.categories-links a:first-child:before {
    content: "\f301";
}
.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
}
.edit-link a:before {
    content: "\f411";
    position: relative;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {} .author-card {
    margin-bottom: 2.5em;
}
.author-card img {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
footer.entry-meta .author-card {
    margin-top: 2.5em;
    margin-bottom: -2.5em;
}
/**

 * Sidebar

 * ----------------------------------------------------------------------------

 */

aside {
    color: #818b92;
}
aside a {
    color: #000;
}
aside a:hover {
    color: #762023;
}
aside.widgets-left {
    padding-top: 3.25em;
}
aside.widgets-left .widget {
    padding: 0;
    margin-bottom: 2.5em;
    font-size: 0.85em;
}
aside.widgets-left .widget .widget-title {
    margin-bottom: 1em;
    line-height: 1;
    color: #1b2674;
    position: relative;
    font-weight: 400;
    font-size: 1.25em;
}
aside.widgets-left .widget ul,
aside.widgets-left .widget ol,
aside.widgets-left .widget dl {
    margin-bottom: 0;
}
aside.widgets-left .widget p {
    font-size: 0.85rem;
}
aside.widgets-left .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside.widgets-left .widget li {
    position: relative;
    list-style: none;
    margin: 0;
    padding-bottom: 0.75em;
    padding-left: 1.5em;
    font-size: 0.85em;
}
aside.widgets-left .widget li:before {
    font-family: Genericons;
    color: rgba(160, 179, 220, 1);
    content: '\f429';
    position: absolute;
    left: 0em;
    top: 0px;
}
aside.widgets-left .widget li a {
    display: block;
}
aside.widgets-left .widget li.current-menu-item a {
    color: #6570c0;
}
aside.widgets-left .widget li.current-menu-item ul.sub-menu a {
    color: #333333;
    font-weight: 400;
}
aside.widgets-left .widget li ul.sub-menu {
    border-top: 1px solid #eaeef8;
    border-bottom: 1px solid #eaeef8;
    margin-top: 0.75em;
    padding-top: 0.75em;
}
aside.widgets {
    margin-top: -3.5em;
    padding-top: 4.5em;
    border-left: 1px solid #e5e8ed;
}
aside.widgets .widget {
    padding: 0 0.25em;
    margin-bottom: 3.75em;
    font-size: 0.85em;
}
aside.widgets .widget .widget-title {
    margin-bottom: 1em;
    line-height: 1;
    color: #1b2674;
    position: relative;
    font-weight: 400;
    font-size: 1.25em;
}
aside.widgets .widget .widget-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 7px;
    border-color: transparent transparent transparent #e5e8ed;
    position: absolute;
    top: 0;
    left: -1.40em;
}
aside.widgets .widget ul,
aside.widgets .widget ol,
aside.widgets .widget dl {
    margin-bottom: 0;
}
aside.widgets .widget p {
    font-size: 0.85rem;
}
aside.widgets .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside.widgets .widget li {
    position: relative;
    list-style: none;
    margin: 0;
    padding-bottom: 0.75em;
    padding-left: 1.5em;
    font-size: 0.85em;
}
aside.widgets .widget li:before {
    font-family: Genericons;
    color: rgba(160, 179, 220, 1);
    content: '\f429';
    position: absolute;
    left: 0em;
    top: 0px;
}
aside.widgets .widget li a {
    display: block;
}
aside.widgets .widget li.current-menu-item a,
aside.widgets .widget li.current-cat a {
    color: #6570c0;
}
aside.widgets .widget li.current-menu-item ul.sub-menu a {
    color: #333333;
    font-weight: 400;
}
aside.widgets .widget li ul.sub-menu {
    border-top: 1px solid #eaeef8;
    border-bottom: 1px solid #eaeef8;
    margin-top: 0.75em;
    padding-top: 0.75em;
}
@media only screen and (max-width: 40em) {
    aside.widgets {
        border-left: 0px;
        border-top: 1px solid #e5e8ed;
        margin-top: 0;
        padding-top: 2.5em;
    }
    aside.widgets .widget {
        padding: 0;
        margin-bottom: 2.5em;
    }
    aside.widgets .widget .widget-title:before {
        border: none;
    }
}
/*********** my custom widgets ************/

/* contact */

#mcw_contact-2 a,
#mcw_apply-2 a,
#mcw_subscribe-2 a {
    color: #762023;
    margin-bottom: 1em;
    display: block;
    font-size: 1.15em;
}
#mcw_contact-2 a:hover,
#mcw_apply-2 a:hover,
#mcw_subscribe-2 a:hover {
    color: #1b2674;
}
/* articles */

.widget-article {} .widget-article a {
    background: url(images/ico-pdf.png) 0 4px no-repeat;
    padding-left: 25px;
    display: block;
    line-height: 1.5;
}
.widget-article a .title {
    color: #000;
    font-size: 1.15em;
    margin-bottom: 0.5em;
}
.widget-article a .sub-title {
    color: #762023;
    margin-bottom: 1.5em;
}
.widget-article a:hover .title,
.widget-article a:hover .sub-title {
    color: #1b2674;
}
.widget-article .authors {
    padding-left: 25px;
    line-height: 1.5;
    position: relative;
}
.widget-article .authors:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f429';
    font-family: Genericons;
}
/* white papers */

.widget-white-papers {} .widget-white-papers li {
    background: url(images/ico-pdf.png) 0 4px no-repeat;
    padding-left: 25px !important;
    padding-bottom: 0 !important;
    margin-bottom: 1.25em !important
}
.widget-white-papers li:before {
    content: none !important;
}
/* product-briefs */

.widget-product-briefs {} .widget-product-briefs li {
    padding-left: 0px !important;
}
.widget-product-briefs li:before {
    content: none !important;
}
.widget-product-briefs a {
    background: #f5f6f7;
    -webkit-box-shadow: 0 1px 1px 0 rgba(212, 221, 229, 1);
    box-shadow: 0 1px 1px 0 rgba(212, 221, 229, 1);
    display: block;
    position: relative;
    min-height: 60px;
    padding-left: 72px;
    padding-top: 9px;
}
.widget-product-briefs a:hover {
    background: #eef1f4;
}
.widget-product-briefs a img {
    position: absolute;
    top: 0;
    left: 0;
}
.widget-product-briefs a .sup-title {
    color: #929da6;
    font-size: 0.875em;
}
.widget-product-briefs a .title {
    font-size: 1.15em;
}
/* button follow twitter */

.MCW_Follow_Twitter {
    margin-bottom: 0 !important;
}
.button.follow-twitter {
    background-color: #43b3ea;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 5em;
    margin-bottom: 0 !important;
    position: relative;
}
.button.follow-twitter:hover,
.button.follow-twitter:focus {
    background-color: #3ea8dd;
}
.button.follow-twitter:before {
    position: absolute;
    top: 0;
    background: #3ea8dd;
    text-align: center;
    line-height: 53px;
    left: 0;
    width: 53px;
    font-size: 1.675em;
    height: 100%;
    content: '\f202';
    font-family: Genericons;
}
/* button follow linkedin */

.MCW_Follow_LinkedIn {
    margin-bottom: 0 !important;
}
.button.follow-linkedin {
    background-color: #007bbb;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 5em;
    margin-bottom: 0 !important;
    position: relative;
}
.button.follow-linkedin:hover,
.button.follow-linkedin:focus {
    background-color: #006da6;
}
.button.follow-linkedin:before {
    position: absolute;
    top: 0;
    background: #006da6;
    text-align: center;
    line-height: 53px;
    left: 0;
    width: 53px;
    font-size: 2em;
    height: 100%;
    content: '\f207';
    font-family: Genericons;
}
/* button rss */

.button.assia-rss {
    background-color: #ea9829;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 5em;
    margin-bottom: 0 !important;
    position: relative;
}
.button.assia-rss:hover,
.button.assia-rss:focus {
    background-color: #d58a26;
}
.button.assia-rss:before {
    position: absolute;
    top: 0;
    background: #d58a26;
    text-align: center;
    line-height: 53px;
    left: 0;
    width: 53px;
    font-size: 1.5em;
    height: 100%;
    content: '\f413';
    font-family: Genericons;
}
/* assia literature */

.assia-lit {
    background: #f5f6f7;
    padding: 1.5em;
    margin-bottom: 3em;
    margin-top: -2.25em;
}
.assia-lit h4 {
    color: #1b2674;
    font-weight: 400;
}
.assia-lit ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.assia-lit li {
    background: url(images/ico-pdf.png) 0 3px no-repeat;
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em;
    padding-left: 25px;
}
.assia-lit li a {
    color: #333333;
    font-size: 0.925em;
}
.assia-lit li a:hover {
    color: #1b2674;
}
@media only screen and (max-width: 40em) {
    .assia-lit {
        margin-top: -2.5em;
    }
}
/* about the presenters */

.about-the-presenters {} .about-the-presenters img {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    width: 50%;
}
.about-the-presenters .ime {
    margin-bottom: 0.5em;
    margin-top: 1em;
    line-height: 1;
    color: #762023;
    position: relative;
    font-weight: 400;
    font-size: 1.25em;
}
.about-the-presenters .titula {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 0.875em;
    font-weight: 600;
    color: #000;
}
/**

 * Off Canvas

 * ----------------------------------------------------------------------------

 */

nav.tab-bar {
    background: #ffffff;
    color: #333333;
    height: 3.8125rem;
    border-bottom: 1px solid #e5e8ed;
    line-height: 3.8125rem;
    z-index: 110;
    position: relative;
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 3.8125rem;
    margin: 0;
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
    font-size: 1.125rem;
}
section.left-small {
    border-right: solid 1px #dfe9ec;
    box-shadow: 1px 0 0 #fff;
    left: 0;
}
section.right-small {
    border-left: none;
    width: 3.8125rem;
    box-shadow: none;
    right: 0;
}
section.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 3.8125rem;
    top: 0;
}
@media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
        text-align: left;
    }
}
section.tab-bar-section.left {
    left: 0;
    right: 3.8125rem;
}
section.tab-bar-section.right {
    left: 3.8125rem;
    right: 0;
}
section.tab-bar-section.middle {
    left: 3.8125rem;
    right: 3.8125rem;
}
a.menu-icon {
    text-indent: 2.1875rem;
    background: #f6f7fb;
    width: 3.8125rem;
    height: 3.8125rem;
    margin-top: -1px;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: white;
    position: relative;
}
a.menu-icon:hover {
    background: #1b2674;
}
a.menu-icon span {
    position: absolute;
    display: block;
    width: 1.3rem;
    height: 0;
    left: 1.25rem;
    top: 0.5rem;
    -webkit-box-shadow: 0 15px 0 2px #a0b3dc, 0 23px 0 2px #a0b3dc, 0 31px 0 2px #a0b3dc;
    box-shadow: 0 15px 0 2px #a0b3dc, 0 23px 0 2px #a0b3dc, 0 31px 0 2px #a0b3dc;
}
a.menu-icon:hover span {
    -webkit-box-shadow: 0 15px 0 2px #ffffff, 0 23px 0 2px #ffffff, 0 31px 0 2px #ffffff;
    box-shadow: 0 15px 0 2px #ffffff, 0 23px 0 2px #ffffff, 0 31px 0 2px #ffffff;
}
ul.off-canvas-list {
    list-style-type: none;
    font-size: 0.9125rem;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}
ul.off-canvas-list ul {
    margin-left: 0rem;
}
ul.off-canvas-list ul li a {
    color: rgba(129, 139, 146, 1);
    background: #f6f7fb;
    font-size: 0.85rem;
    border-top: 0;
    border-bottom: 1px solid #eaeef8;
    list-style-type: none;
    position: relative;
    padding-left: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
ul.off-canvas-list ul li:last-child a {
    border-bottom: 1px solid #e5e8ed;
}
ul.off-canvas-list ul li a:before {
    font-family: Genericons;
    color: rgba(160, 179, 220, 1);
    content: '\f429';
    position: absolute;
    left: 1em;
    top: 8px;
}
ul.off-canvas-list ul li ul li a {
    padding-left: 3.5rem;
    position: relative;
    list-style-type: none;
}
ul.off-canvas-list ul li ul li:last-child a {
    border-bottom: 1px solid #eaeef8;
}
ul.off-canvas-list ul li ul li a:before {
    font-family: Genericons;
    color: rgba(160, 179, 220, 1);
    content: '\f429';
    position: absolute;
    left: 2.5em;
    top: 8px;
}
ul.off-canvas-list ul li ul li ul li a {
    padding-left: 5rem;
    position: relative;
    list-style-type: none;
}
ul.off-canvas-list ul li ul li ul li:last-child a {
    border-bottom: 1px solid #eaeef8;
}
ul.off-canvas-list ul li ul li ul li a:before {
    font-family: Genericons;
    color: rgba(160, 179, 220, 1);
    content: '\f429';
    position: absolute;
    left: 4em;
    top: 8px;
}
ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    -moz-box-shadow: inset 0 8px 8px -8px #000, inset 0 -8px 8px -8px #000;
    -webkit-box-shadow: inset 0 8px 8px -8px #000, inset 0 -8px 8px -8px #000;
    box-shadow: inset 0 8px 8px -8px #000, inset 0 -8px 8px -8px #000;
    color: #818b92;
    text-transform: uppercase;
    font-weight: bold;
    background: #262626;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    margin: 0 0 -1px 0;
}
ul.off-canvas-list li a {
    display: block;
    text-shadow: none;
    padding: 0.75em 1em;
    color: rgba(0, 0, 0, 1);
    background: #e8edf8;
    border-top: 0;
    border-bottom: 1px solid #e5e8ed;
}
ul.off-canvas-list li a:hover {
    background: #fff;
}
.left-off-canvas-menu,
.right-off-canvas-menu {
    background: #f6f7fb;
}
.right-off-canvas-menu input[type="text"],
.right-off-canvas-menu input[type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0 0.9375rem;
    margin: 0;
    height: 3.8125rem;
}
.move-right a.exit-off-canvas {
    box-shadow: -6px 0 14px rgba(27, 38, 116, 0.10), 6px 0 14px rgba(27, 38, 116, 0.10);
    background: rgba(255, 255, 255, 0);
}
.move-left a.exit-off-canvas {
    box-shadow: -6px 0 14px rgba(27, 38, 116, 0.10), 6px 0 14px rgba(27, 38, 116, 0.10);
    background: rgba(255, 255, 255, 0);
}
/**

 * Footer

 * ----------------------------------------------------------------------------

 */

footer.widgets {
    background: #fff;
    padding: 1.25em 0 0.25em 0;
}
footer.widgets .widget {
    margin-bottom: 1.25em;
}
footer.copy {
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    background: #1b2674;
    padding: 1em 0;
    color: #fff;
}
footer.copy a {
    color: #fff;
}
footer.copy a:hover {
    text-decoration: underline;
}
footer.copy #menu-footer,
footer.copy p {
    margin-bottom: 0;
    font-size: 0.875em;
}
/* Images */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}
img.alignright {
    margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignnone {
    margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}
/**

 * Comments

 * ----------------------------------------------------------------------------

 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.comments-title {
    margin-top: 1.25rem;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    margin-left: 1.25rem;
    float: left;
}
.comment-list li {
    float: left;
    width: 100%;
}
.comment-list li article {
    background: none;
    padding: 1.25em 0;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comment-list li .comment-body {
    float: left;
    width: 100%;
}
.comment-list > li:after,
.comment-list .children > li:before {
    border-bottom: 1px solid #e5e8ed;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    float: left;
    margin-left: 2.5em;
}
.comment-list > li:last-child:after {
    display: none;
}
.comment-body {
    padding: 1.25rem 0;
    position: relative;
    float: left;
}
.comment-author {
    float: left;
    max-width: 124px;
}
.comment-author.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 0;
    padding: 0;
}
.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.comment-author .fn {
    word-wrap: break-word;
}
.comment-reply-link,
.comment-reply-login {
    font-style: normal;
    font-weight: normal;
}
.comment-author .url {
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.comment-author .fn {
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}
.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}
.comment-metadata {
    margin-bottom: 20px;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}
/* Comment form */

.comment-respond {
    background: #f6f7fb;
    margin-bottom: 0em;
    margin-right: -2.5em;
    padding: 2.5em;
    float: left;
}
@media only screen and (max-width: 64em) {
    .comment-respond {
        margin-left: -2.5em;
    }
}
@media only screen and (max-width: 40em) {
    .comment-respond {
        margin-bottom: 1.25em;
        margin-right: 0em;
        padding: 1.25em;
    }
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title {} .comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 2.5rem;
    color: #999;
    font-size: 0.8rem;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}
.comment-form[for="author"],
.comment-form[for="email"],
.comment-form[for="url"],
.comment-form[for="comment"] {
    float: left;
    padding: 5px 0;
    width: 100px;
}
.comment-form .required {
    color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
    color: #999;
    font-size: 0.8rem;
}
.form-allowed-tags code {
    font-size: 0.8rem;
    margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
    padding-top: 1.25rem;
}
.comment-navigation {
    padding: 20px 0 30px;
    width: 100%;
    float: left;
}
.comment-navigation .section-heading {
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    margin-top: 1.25rem;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}
/* misc */

#active-care-lg #bg-image {
    width: 490px;
    height: 496px;
    background: transparent url(/images/products/active-care/active-care-bg.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
}
#active-care-lg #ac-alert {
    position: absolute;
    background: transparent url(/images/products/active-care/alert-boxes.png) 0 0 no-repeat;
    width: 130px;
    height: 38px;
    top: 163px;
    left: 350px;
    background-size: 100%;
}
#active-care-lg.ac1 #ac-alert {
    background-position: 0 -76px;
}
#active-care-lg.ac2 #ac-alert {
    background-position: 0 -310px;
}
#active-care-lg.ac3 #ac-alert {
    background-position: 0 -372px;
}
#active-care-lg.ac4 #ac-alert {
    background-position: 0 -152px;
}
#active-care-lg.ac5 #ac-alert {
    background-position: 0 -38px;
}
#active-care-lg.ac6 #ac-alert {
    background-position: 0 -114px;
}
#active-care-lg .btn {
    font-size: 9px;
    width: 51px;
    position: absolute;
    top: 356px;
    left: 43px;
    cursor: pointer;
    color: #7e7e7e;
    background-color: transparent;
    text-transform: none;
    padding: 0;
}
#active-care-lg .btn .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: transparent url(/images/products/active-care/ac-all.png) 5px -41px no-repeat;
    background-size: 342px auto;
}
#active-care-lg .btn:hover,
#active-care-lg.ac1 #ac1,
#active-care-lg.ac2 #ac2,
#active-care-lg.ac3 #ac3,
#active-care-lg.ac4 #ac4,
#active-care-lg.ac5 #ac5,
#active-care-lg.ac6 #ac6 {
    color: #000;
}
#active-care-lg .btn:hover .icon,
#active-care-lg.ac1 .icon {
    background-position: 5px 0px;
}
#active-care-lg #ac2 {
    left: 113px;
}
#active-care-lg #ac2 .icon {
    background-position: -57px -41px;
}
#active-care-lg #ac2:hover .icon,
#active-care-lg.ac2 #ac2 .icon {
    background-position: -57px 0;
}
#active-care-lg #ac3 {
    left: 183px;
}
#active-care-lg #ac3 .icon {
    background-position: -113px -41px;
}
#active-care-lg #ac3:hover .icon,
#active-care-lg.ac3 #ac3 .icon {
    background-position: -113px 0;
}
#active-care-lg #ac4 {
    left: 250px;
}
#active-care-lg #ac4 .icon {
    background-position: -177px -41px;
}
#active-care-lg #ac4:hover .icon,
#active-care-lg.ac4 #ac4 .icon {
    background-position: -177px 0;
    color: #000;
}
#active-care-lg #ac5 {
    left: 326px;
}
#active-care-lg #ac5 .icon {
    background-position: -244px -41px;
}
#active-care-lg #ac5:hover .icon,
#active-care-lg.ac5 #ac5 .icon {
    background-position: -244px 0;
}
#active-care-lg #ac6 {
    left: 395px;
}
#active-care-lg #ac6 .icon {
    background-position: -302px -41px;
}
#active-care-lg #ac6:hover .icon,
#active-care-lg.ac6 #ac6 .icon {
    background-position: -302px 0;
}
#active-care-lg #bg-image {
    width: 738px;
    height: 732px;
}
#active-care-lg .btn {
    font-size: 14px;
    width: 100px;
    top: 536px;
    left: 50px;
}
#active-care-lg .btn .icon {
    width: 80px;
    height: 80px;
    background-size: 682px auto;
    margin: 0 auto;
}
#active-care-lg #ac-alert {
    width: 210px;
    height: 61px;
    top: 247px;
    left: 510px;
}
#active-care-lg.ac1 #ac-alert {
    background-position: 0 -123px;
}
#active-care-lg.ac2 #ac-alert {
    background-position: 0 -310px;
}
#active-care-lg.ac3 #ac-alert {
    background-position: 0 -373px;
}
#active-care-lg.ac4 #ac-alert {
    background-position: 0 -247px;
}
#active-care-lg.ac5 #ac-alert {
    background-position: 0 -61px;
}
#active-care-lg.ac6 #ac-alert {
    background-position: 0 -185px;
}
#active-care-lg .btn .icon {
    background-position: 5px -82px;
}
#active-care-lg .btn:hover .icon,
#active-care-lg.ac1 .icon {
    background-position: 5px 0px;
}
#active-care-lg #ac2 {
    left: 150px;
}
#active-care-lg #ac2 .icon {
    background-position: -115px -82px;
}
#active-care-lg #ac2:hover .icon,
#active-care-lg.ac2 #ac2 .icon {
    background-position: -115px 0;
}
#active-care-lg #ac3 {
    left: 259px;
}
#active-care-lg #ac3 .icon {
    background-position: -238px -82px;
}
#active-care-lg #ac3:hover .icon,
#active-care-lg.ac3 #ac3 .icon {
    background-position: -238px 0;
}
#active-care-lg #ac4 {
    left: 361px;
}
#active-care-lg #ac4 .icon {
    background-position: -353px -82px;
}
#active-care-lg #ac4:hover .icon,
#active-care-lg.ac4 #ac4 .icon {
    background-position: -353px 0;
    color: #000;
}
#active-care-lg #ac5 {
    left: 476px;
}
#active-care-lg #ac5 .icon {
    background-position: -489px -82px;
}
#active-care-lg #ac5:hover .icon,
#active-care-lg.ac5 #ac5 .icon {
    background-position: -489px 0;
}
#active-care-lg #ac6 {
    left: 585px;
}
#active-care-lg #ac6 .icon {
    background-position: -609px -82px;
}
#active-care-lg #ac6:hover .icon,
#active-care-lg.ac6 #ac6 .icon {
    background-position: -609px 0;
}