

@font-face {
    font-family: FontAwesome;
    src: url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/themes/custom/alnylam/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}


#main-header *,
#main-header ::before,
#main-header ::after {
    box-sizing: border-box;
}

header {
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1793px;
    margin: auto;
}

#whole-header-top {
    display: flex;
    align-items: center;
    padding: 8px 0 4px 0px !important;
    border-bottom: 1px solid #b9d9eb !important;
}

div#whole-header-bottom {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}


/*header top*/

#whole-mobile-header {
    display: none;
}

.header-top-middle {
    width: 80%;
}

.header-top-right {
    max-width: 75px;
}

.header-top-left {
    padding-left: 5px;
}

.header-top-left .navbar-btn {
    margin: 0px;
}

header ul li span,
header ul li a {
    padding: 0 20px !important;
    /* font-size: 1vw; */
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #00254b;
}

.header-top-middle .active-trail.sf-depth-1.menuparent::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
    background: #001f3d;
}

.header-top-middle .active-trail.sf-depth-1.menuparent::before {
    content: "";
    position: absolute;
    background: url(/sites/default/files/img/dark-blue-arrow.png) no-repeat;
    width: 53%;
    height: 3px;
    display: block;
    right: 0;
    margin: auto;
    bottom: -10px;
}

header ul li span,
header ul li a:hover,
header ul li a:focus {
    text-decoration: none;
    outline: none;
}

header ul li span {
    cursor: pointer;
}

header ul li span:hover {
    color: #ff9900;
}

ul.sf-menu .sf-sub-indicator {
    display: none;
}

header ul li ul {
    background: #001f3d !important;
    font-weight: 600;
    padding: 10px !important;
    transition: 0.3s ease;
}

.header-top-middle li:nth-child(6) a.sf-depth-1.menuparent.sf-with-ul {
    border-left: 1px solid #b9d9eb;
    border-right: 1px solid #b9d9eb;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
    left: 0;
    top: 2.3em;
}

.header-top-middle ul.sf-menu>li.sf-depth-1:hover::before,
.header-top-middle ul.sf-menu>li.sf-depth-1>a:hover::before,
.header-top-middle ul.sf-menu>li.active-trail.sf-depth-1>a::before,
.header-top-middle ul.sf-menu>li.sf-depth-1>a.is-active::before {
    content: "";
    width: 6px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: url(/sites/default/files/img/dark-blue-arrow.png) no-repeat;
}

.header-top-middle ul.sf-menu>li.sf-depth-1:hover::after,
.header-top-middle ul.sf-menu>li.sf-depth-1>a:hover::after,
.header-top-middle ul.sf-menu>li.active-trail.sf-depth-1>a::after,
.header-top-middle ul.sf-menu>li.sf-depth-1>a.is-active::after {
    content: "";
    position: absolute;
    width: 77%;
    height: 3px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
    background: #001f3d;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.youtube,
.header-top-middle ul.sf-menu>li:last-child>ul li a.twitter,
.header-top-middle ul.sf-menu>li:last-child>ul li a.linkedin,
.header-top-middle ul.sf-menu>li:last-child>ul li a.instagram {
    display: flex;
    align-items: center;
    padding-left: 45px !important;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.youtube::before,
.header-top-middle ul.sf-menu>li:last-child>ul li a.twitter::before,
.header-top-middle ul.sf-menu>li:last-child>ul li a.linkedin::before,
.header-top-middle ul.sf-menu>li:last-child>ul li a.instagram::before {
    content: "";
    width: 100%;
    height: 14px;
    display: block;
    position: absolute;
    left: 15px;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.youtube::before {
    background: url(/sites/default/files/img/youtube.png) no-repeat left;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.twitter::before {
    background: url(/sites/default/files/img/twitter.png) no-repeat left;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.linkedin::before {
    background: url(/sites/default/files/img/linkedin.png) no-repeat left;
}

.header-top-middle ul.sf-menu>li:last-child>ul li a.instagram::before {
    background: url(/sites/default/files/img/instagram.png) no-repeat left;
}

ul#superfish-main {
    font-weight: 600;
    font-size: 18px;
}

ul#superfish-top-navigation {
    float: right;
    font-weight: 600;
}

#superfish-top-navigation .sf-depth-1 {
    font-size: 16px;
    line-height: 24px;
}

ul#superfish-main ul li a {
    font-size: 0.8vw !important;
}

a.our-company.bullet-point,
a.our-science.bullet-point,
a.our-products.bullet-point,
a.our-news.bullet-point {
    padding-left: 35px !important;
}

a.our-company.bullet-point:before,
a.our-science.bullet-point:before,
a.our-products.bullet-point:before,
a.our-news.bullet-point:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    top: 17px;
    left: 20px;
}

a.our-company.bullet-point::before {
    background: #0099cc;
}

a.our-science.bullet-point::before {
    background: #ff9900;
}

a.our-products.bullet-point::before {
    background: #6eceb2;
}

a.our-news.bullet-point::before {
    background: #c90287;
}

.header-top-middle a.is-active.sf-depth-2,
.header-top-middle a.sf-depth-2:hover,
.header-top-middle a.sf-depth-3:hover,
.header-top-middle a.is-active.sf-depth-3,
.header-top-middle a.is-active.sf-depth-4,
.header-top-middle a.sf-depth-4:hover {
    border-left: 3px solid #b9d9eb !important;
}

a.sf-depth-2 {
    color: #fff;
    padding: 0.5em 1.25em !important;
    font-size: 0.8vw;
    border-left: 3px solid transparent;
}

li.sf-depth-2 a.is-active,
a.sf-depth-2:hover,
a.sf-depth-3:hover,
a.sf-depth-4:hover {
    background: rgb(0, 51, 102, 0.5);
    text-decoration: none;
    color: #fff;
}

#clp-whole-header-top #language-switcher-icon,
.header-top-right #language-switcher-icon {
    width: 15px;
    box-shadow: none;
    background: url(/sites/default/files/img/language.png) no-repeat center;
    color: transparent;
    cursor: pointer;
    position: relative;
}

#language-switcher-icon::after {
    content: "";
    background: url(/sites/default/files/img/dropdown.png) no-repeat center right;
    width: 10px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 9px;
}

.clp-language-switcher-block .field--item:first-child .language-switcher-main {
    width: 100%;
    float: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d8d8;
}

.language-switcher-main {
    width: 48%;
    float: left;
    margin-bottom: 12px;
    margin-right: 5px;
}

#block-languageswitcher:before {
    content: "";
    background: url(/sites/default/files/img/language-arrow.png) no-repeat center right;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 45px;
    top: -7px;
}

#block-languageswitcher .field--item:first-child .language-switcher-main {
    width: 100%;
    float: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d8d8;
}

#block-languageswitcher {
    position: absolute;
    top: -11px;
    right: 0;
    padding: 15px 15px 10px 15px;
    border: 1px solid #f5f5f5;
    background: #fff;
    width: 500px;
    float: right;
    z-index: 999;
    display: none;
}

.language-switcher-main span {
    display: inline-flex;
}

.language-switcher-main span.label-text {
    font-weight: 600;
    color: #979797;
    font-size: 14px;
    padding-right: 7px;
}

.language-switcher-main span.link-text .field--item {
    display: contents;
}

.language-switcher-main span.link-text .field--item a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #00254b;
    border-bottom: 1px solid #b9d9eb;
    text-decoration: none;
    display: inline-block;
}


/*header bottom*/

header ul li span,
div#whole-header-bottom ul.sf-menu li.sf-depth-1 a {
    /* font-size: 1vw; */
    font-size: 18px;
    line-height: 24px;
}

.header-bottom-left ul.sf-menu li:hover>ul,
.header-bottom-left ul.sf-menu li.sfHover>ul {
    left: -19px;
    top: 2.05em;
}

.header-top-middle ul.sf-menu li:hover>ul,
.header-top-middle ul.sf-menu li.sfHover>ul {
    left: -25px;
}

li.sf-depth-2 {
    padding: 0.3vw 0.5vw !important;
}

.header-bottom-left .block-superfish ul.menu>li>span:hover::after,
.header-bottom-left .block-superfish ul.menu>li>a.our-company-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li>a.our-science-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li>a.our-products-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li>a.our-news-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-company-main::after,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-science-main::after,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-products-main::after,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-news-main::after,
.header-bottom-left ul.sf-menu li:nth-child(1).active-trail.sf-depth-1 .our-company-main::after,
.header-bottom-left ul.sf-menu li:nth-child(1).sf-depth-1 a.our-company-main.is-active::after,
.header-bottom-left ul.sf-menu li:nth-child(2).sf-depth-1 a.our-science-main.is-active::after,
.header-bottom-left ul.sf-menu li:nth-child(2).active-trail.sf-depth-1 .our-science-main::after,
.header-bottom-left ul.sf-menu li:nth-child(3).active-trail.sf-depth-1 .our-products-main::after,
.header-bottom-left ul.sf-menu li:nth-child(3).sf-depth-1 a.our-products-main.is-active::after,
.header-bottom-left ul.sf-menu li:nth-child(4).active-trail.sf-depth-1 .our-news-main::after,
.header-bottom-left ul.sf-menu li:nth-child(4).sf-depth-1 a.our-news-main.is-active::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
}

.header-bottom-left .block-superfish ul.menu>li>span:hover::before,
.header-bottom-left .block-superfish ul.menu>li>a.our-company-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li>a.our-science-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li>a.our-products-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li>a.our-news-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-company-main::before,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-science-main::before,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-products-main::before,
.header-bottom-left .block-superfish ul.menu>li.active-trail>a.our-news-main::before,
.header-bottom-left ul.sf-menu li:nth-child(1).active-trail.sf-depth-1 .our-company-main::before,
.header-bottom-left ul.sf-menu li:nth-child(1).sf-depth-1 a.our-company-main.is-active::before,
.header-bottom-left ul.sf-menu li:nth-child(2).sf-depth-1 a.our-science-main.is-active::before,
.header-bottom-left ul.sf-menu li:nth-child(2).active-trail.sf-depth-1 .our-science-main::before,
.header-bottom-left ul.sf-menu li:nth-child(3).active-trail.sf-depth-1 .our-products-main::before,
.header-bottom-left ul.sf-menu li:nth-child(3).sf-depth-1 a.our-products-main.is-active::before,
.header-bottom-left ul.sf-menu li:nth-child(4).active-trail.sf-depth-1 .our-news-main::before,
.header-bottom-left ul.sf-menu li:nth-child(4).sf-depth-1 a.our-news-main.is-active::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 3px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(1)>span.our-company-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1)>a.our-company-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>span.our-company-main::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>.our-company-main::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>a.our-company-main::before,
.header-bottom-left ul.sf-menu li:nth-child(1).sf-depth-1 a.our-company-main.is-active::before {
    background: url(/sites/default/files/img/blue-arrow.png) no-repeat;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(2)>span.our-science-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2)>a.our-science-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2).active-trail>span.our-science-main::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2).active-trail>a.our-science-main::before,
.header-bottom-left ul.sf-menu li:nth-child(2).sf-depth-1 a.our-science-main.is-active::before {
    background: url(/sites/default/files/img/orange-arrow.png) no-repeat;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(3)>span.our-products-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3)>a.our-products-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3).active-trail>span.our-products-main::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3).active-trail>a.our-products-main::before,
.header-bottom-left ul.sf-menu li:nth-child(3).sf-depth-1 a.our-products-main.is-active::before {
    background: url(/sites/default/files/img/green-arrow.png) no-repeat;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(4)>span.our-news-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4)>a.our-news-main:hover::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4).active-trail>span.our-news-main::before,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4).active-trail>a.our-news-main::before,
.header-bottom-left ul.sf-menu li:nth-child(4).sf-depth-1 a.our-news-main.is-active::before {
    background: url(/sites/default/files/img/pink-arrow.png) no-repeat;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(1)>span:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>span::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1)>a.our-company-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>.our-company-main::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1)>.our-company-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(1).active-trail>a.our-company-main::after,
.header-bottom-left ul.sf-menu li:nth-child(1).sf-depth-1 a.our-company-main.is-active::after {
    background: #0099cc;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(2)>span.our-science-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2)>a.our-science-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2).active-trail>span.our-science-main::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(2).active-trail>a.our-science-main::after,
.header-bottom-left ul.sf-menu li:nth-child(2).sf-depth-1 a.our-science-main.is-active::after {
    background: #ff9900;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(3)>span.our-products-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3)>a.our-products-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3).active-trail>span.our-products-main::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(3).active-trail>a.our-products-main::after,
.header-bottom-left ul.sf-menu li:nth-child(3).sf-depth-1 a.our-products-main.is-active::after {
    background: #6eceb2;
}

.header-bottom-left .block-superfish ul.menu>li:nth-child(4)>span.our-news-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4)>a.our-news-main:hover::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4).active-trail>span.our-news-main::after,
.header-bottom-left .block-superfish ul.menu>li:nth-child(4).active-trail>a.our-news-main::after,
.header-bottom-left ul.sf-menu li:nth-child(4).sf-depth-1 a.our-news-main.is-active::after {
    background: #c90287;
}

.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-company.is-active,
.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-company:hover {
    border-left: 3px solid #0099cc !important;
}

.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-science.is-active,
.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-science:hover {
    border-left: 3px solid #ff9900 !important;
}

.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-products.is-active,
.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-products:hover {
    border-left: 3px solid #6eceb2 !important;
}

.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-news.is-active,
.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-news:hover {
    border-left: 3px solid #c90287 !important;
}

.header-bottom-right .search-block-form {
    display: none;
}

.header-bottom-left .block-superfish ul.menu li:nth-child(1).sf-depth-1.menuparent ul {
    border-bottom: 3px solid #0099cc;
}

.header-bottom-left .block-superfish ul.menu li:nth-child(2).sf-depth-1.menuparent ul {
    border-bottom: 3px solid #ff9900;
}

.header-bottom-left .block-superfish ul.menu li:nth-child(3).sf-depth-1.menuparent ul {
    border-bottom: 3px solid #6eceb2;
}

.header-bottom-left .block-superfish ul.menu li:nth-child(4).sf-depth-1.menuparent ul {
    border-bottom: 3px solid #c90287;
}

.header-bottom-right .header-right-search,
body.search-open .header-bottom-right .header-right-search {
    background: url(/sites/default/files/img/search.png) no-repeat bottom;
    border: 0;
    width: 34px;
    font-size: 0px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
}

.header-bottom-right {
    height: 27px;
}

body.search-open .header-bottom-right .header-right-search {
    background: url(/sites/default/files/img/search-close.png) no-repeat bottom;
}

.search-block-form .form-group {
    margin-bottom: 0px;
}

.header-bottom-right .block-search-form-block {
    position: absolute;
    width: 100%;
    top: -8px;
    right: 55px;
    background: #ffffff;
}

.search-block-form .input-group {
    position: relative;
    display: block;
}

#whole-header-bottom .header-bottom-right .block-views-exposed-filter-blocksearch-content-page-1 {
    display: none;
    position: absolute;
    top: 0;
    right: 8%;
}

#whole-header-bottom .header-bottom-right .block-views-exposed-filter-blocksearch-content-page-1 input {
    width: 440px;
    font-size: 16px;
    border-radius: 0;
    height: 39px;
    padding: 15px;
    color: #002855;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    top: -6px;
    right: -18px;
}

#whole-header-bottom .header-bottom-right .block-views-exposed-filter-blocksearch-content-page-1 button.form-submit {
    position: absolute;
    top: -16px;
    margin-right: 0;
    right: -26px;
    font-size: 0;
    border-radius: 3px;
    border: 0;
    background-color: transparent;
    font-weight: bold;
}

.glyphicon-search:before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background: url(/sites/default/files/img/search.png) no-repeat;
}

#whole-header-bottom .header-bottom-right .block-views-exposed-filter-blocksearch-content-page-1 button.form-submit span {
    position: absolute;
    right: 14px;
    top: 17px;
}

.search-block-form .form-control {
    border-radius: 0px !important;
    border-color: #979797;
    box-shadow: none;
    padding: 22px 55px 22px 22px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.search-block-form .form-control::placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #1d1d1d;
}

.search-block-form .input-group .form-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 45px;
    border: 0px;
    background: url(/sites/default/files/img/search.png) no-repeat center;
    outline: none;
    box-shadow: none;
    z-index: 999;
}

.search-block-form .input-group .form-submit::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 15px;
    width: 1px;
    height: 16px;
    background: #979797;
    border: 0px;
}

.search-block-form .input-group .glyphicon {
    display: none;
}




#block-alnylam-topnavigation-3 ul#superfish-top-navigation li.sf-depth-1.menuparent:nth-child(6) {
    border-left: 1px solid #b9d9eb;
    border-right: 1px solid #b9d9eb;
}


#main-header img {
    max-height: 52px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-user:before {
    content: "\f007"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before,
.fa-photo:before {
    content: "\f03e"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-group:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-code:before {
    content: "\f121"
}

.fa-info:before {
    content: "\f129"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-toggle-down:before {
    content: "\f150"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-toggle-left:before {
    content: "\f191"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-history:before {
    content: "\f1da"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-fa:before {
    content: "\f2b4"
}

.h2,
.h3,
h2,
h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}


p {
    color: #303030
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
h1,
h2,
h3,
h4,
h5,
h6, {
    color: #003366;
}

.title_text_shadow .title h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4)
}

.clear:after,
.clearfix:after {
    clear: both
}

.sticky {
    opacity: 1
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clear:after,
article,
details,
header,
nav {
    display: block
}

.clear:after {
    content: ""
}

::selection {
    background: #1abc9c;
    color: #fff
}

::-moz-selection {
    background: #1abc9c;
    color: #fff
}

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.content ol ol,
.content ul ul {
    padding: 0 0 0 15px
}

a,
b,
body,
code,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
label,
li,
ol,
p,
q,
s,
span,
sub,
ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

a img {
    border: none
}

header {
    vertical-align: middle
}

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

.h1,
h1 {
    font-size: 30px;
    line-height: 1.25em
}

.h2,
h2 {
    font-size: 24px;
    line-height: 1.384615384615385em
}

.h3,
h3 {
    font-size: 17px;
    line-height: 1.304347826086957em
}

.h4,
h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400
}

.h5,
.h6,
h5,
h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.h5,
h5 {
    font-size: 15px;
    line-height: 1.571428571428571em
}

.h6,
h6 {
    font-size: 13px;
    line-height: 1.538461538461538em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #1abc9c
}

a,
p a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 400
}

a:hover,
p a:hover {
    color: #1abc9c;
    text-decoration: none
}

ul {
    list-style-position: inside
}

@-webkit-keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes outer {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
        -moz-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
        -moz-transform: rotate(-100.8deg);
        transform: rotate(-100.8deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 151.55px, 210.49px;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -151.55px
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0
    }

    40% {
        stroke-dasharray: 151.55px, 210.49px;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -151.55px
    }
}

.meta {
    display: none
}

img[data-lazy=true] {
    opacity: 0
}

.wrapper,
body {
    background-color: #f6f6f6
}

html {
    height: 100%;
    margin: 0 !important;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out
}





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

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes scaleout {
    0% {
        -ms-transform: scale(0)
    }

    100% {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0)
    }

    100% {
        -o-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes rotatecircles {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatecircles {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

header {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 110;
    -webkit-backface-visibility: hidden
}

header .header_inner_left {
    position: absolute;
    left: 45px;
    top: 0
}

header .container_inner .header_inner_left {
    position: absolute;
    left: 0;
    top: 0
}

.header_bottom,
.header_top,
.q_logo,
.q_logo a {
    position: relative
}

header.menu_position_left .header_inner_left {
    z-index: 101
}

.header_inner_right {
    float: right;
    position: relative;
    z-index: 110
}

.header_top {
    z-index: 111;
    line-height: 33px;
    height: 33px;
    padding: 0;
    font-size: 13px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

header.scrolled .header_top {
    background-color: #fff !important
}

.header_top p {
    line-height: 32px;
    padding: 0 15px
}

.header_top .left {
    float: left;
    height: 100%
}

.header_top .right {
    float: right;
    height: 100%
}

.header_top .left .inner>div,
.header_top .left .inner>div:last-child {
    float: left;
    border-bottom: 0;
    border-top: 0
}

.header_top .right .inner>div {
    border-left: 0;
    float: left
}

header.scrolled:not(.scroll_header_top_area) .header_top {
    border-bottom: 0
}

.header_bottom {
    padding: 0 45px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.logo_wrapper {
    height: 100px;
    float: left
}

.q_logo {
    top: 50%;
    left: 0
}

.q_logo a {
    display: block;
    visibility: hidden
}

.q_logo img {
    display: block;
    opacity: 1;
    position: absolute;
    top: -50%;
    width: auto !important;
    max-width: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

.menu_position_left .q_logo img {
    -webkit-transition: none;
    transition: none
}

header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.normal,
header.scrolled:not(.header_style_on_scroll) .q_logo img.normal {
    opacity: 1
}

header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.dark,
header.scrolled:not(.header_style_on_scroll) .q_logo img.dark {
    opacity: 0
}

header.dark .q_logo img.normal {
    opacity: 0
}

header.fixed,
header.fixed_top_header .top_header {
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    width: 100%;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0
}

header.menu_bottom:not(.sticky) .drop_down .second,
header.transparent.fixed.scrolled .drop_down .second {
    top: 100%;
    width: 100%
}

header.fixed.scrolled .header_bottom {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    background-color: #fff
}

header.menu_bottom .header_inner_left {
    left: 0;
    position: relative
}

header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height: 130px
}

.menu_bottom .logo_wrapper {
    float: none
}

.menu_bottom .q_logo a {
    display: inline-block
}

.header_menu_bottom {
    position: relative;
    display: block
}

header:not(.centered_logo) .q_logo img {
    height: 100%
}

nav.main_menu {
    position: absolute;
    left: 50%;
    z-index: 100;
    text-align: left
}

nav.main_menu.right {
    position: relative;
    left: auto;
    float: right
}

nav.main_menu.left {
    position: relative;
    left: auto;
    float: left;
    z-index: 101
}

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

nav.main_menu>ul {
    left: -50%;
    position: relative
}

nav.main_menu.left>ul,
nav.main_menu.right>ul {
    left: auto
}

nav.main_menu ul li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right
}

nav.main_menu ul li a {
    color: #777;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 100px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

nav.main_menu>ul>li>a>i.menu_icon {
    margin-right: 7px
}

nav.main_menu>ul>li>a {
    display: inline-block;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, color .2s ease-in-out;
    transition: opacity .2s ease-in-out, color .2s ease-in-out
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    opacity: .8
}

nav.main_menu>ul>li.active>a {
    color: #303030
}

nav.main_menu>ul>li>a>i.blank {
    display: none
}

nav.main_menu>ul>li.has_sub>a>i.q_menu_arrow {
    display: inline-block;
    margin-left: 6px
}

nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 17px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li>a>span:not(.plus),
nav.vertical_menu>ul>li>a>span:not(.plus) {
    position: relative;
    display: inline-block;
    line-height: initial
}

.drop_down ul {
    list-style: none
}

.drop_down ul li {
    position: relative
}

.drop_down .second {
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    width: 100%
}

.drop_down li.left_position .second {
    left: auto;
    right: 0
}

header.transparent .drop_down .second:not(.right) {
    left: 16px
}

.drop_down li.right_position .second {
    left: -100%
}

nav.main_menu>ul>li:hover>.second {
    z-index: 20
}

.drop_down .second .inner {
    position: relative;
    padding: 0;
    display: block;
    z-index: 997
}

.drop_down .second .inner>ul,
li.narrow .second .inner ul {
    display: inline-block;
    position: relative;
    background-color: #262626;
    border-color: #3d3d3d
}

li.narrow .second .inner ul {
    padding: 7px 0;
    left: 50%;
    right: unset;
    transform: translateX(-50%)
}

.drop_down .second .inner ul li {
    display: block;
    padding: 0 15px;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    width: 190px
}

li.narrow .second .inner ul li:last-child {
    border-bottom: none
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
    display: block;
    font-weight: 600;
    color: #9d9d9d;
    height: auto;
    line-height: 16px;
    margin: 0;
    padding: 9px 0;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.drop_down .second .inner>ul>li:last-child>a,
.drop_down .second .inner>ul>li>ul>li:last-child>a,
.drop_down .second .inner>ul>li>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.drop_down .second .inner ul.right li a {
    padding: 9px 20px 9px 0
}

.drop_down .second .inner ul li.sub ul li a:hover,
.drop_down .second .inner>ul>li>a:hover {
    color: #fff
}

.drop_down .narrow .second .inner ul li {
    padding: 0
}

.drop_down .narrow .second .inner ul li a {
    padding-left: 20px;
    padding-right: 20px
}

.drop_down .second i {
    display: none
}

.drop_down .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -7px;
    height: auto;
    display: none;
    z-index: 10;
    overflow: visible
}

.drop_down .second .inner ul li:hover ul {
    z-index: 20;
    display: block
}

.drop_down .second.right {
    right: 0;
    left: auto
}

.drop_down .second .inner ul.right li a,
.drop_down .second .inner ul.right li h5 {
    text-align: right
}

.drop_down .second .inner ul.right li ul {
    left: -100%
}

.drop_down .second .inner ul li.sub ul li a,
.drop_down .second .inner ul.right li.sub ul li a {
    background: 0 0
}

.drop_down .second .inner .widget {
    padding: 0 20px
}

.drop_down .second .inner .widget p {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 0
}

.drop_down .second ul li {
    border-bottom-width: 1px;
    border-bottom-color: #3d3d3d
}

.drop_down .second .inner ul li.sub a i.q_menu_arrow {
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    font-size: 12px;
    color: #888
}

.drop_down .second .inner ul li.sub ul li a i.q_menu_arrow {
    display: none
}

.drop_down .second .inner ul.right li.sub a i.q_menu_arrow {
    float: left;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.fixed_top_header .bottom_header,
.fixed_top_header nav.mobile_menu,
nav.mobile_menu {
    background-color: #fff
}

@media only screen and (min-width:1000px) {
    header.stick_with_left_right_menu .header_inner_left {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 0;
        left: auto;
        z-index: 100
    }
}

.fixed_top_header .top_header {
    background-color: #fff;
    position: fixed;
    z-index: 110;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fixed_top_header .top_header .left {
    float: left
}

.fixed_top_header .top_header .right {
    float: right
}

.fixed_top_header .top_header nav.main_menu {
    position: relative;
    left: 0
}

.fixed_top_header .top_header nav.main_menu>ul {
    left: 0
}

.fixed_top_header .logo_wrapper {
    float: none;
    padding: 25px 0
}

.fixed_top_header .q_logo {
    top: 0
}

.fixed_top_header .q_logo a {
    display: inline-block;
    vertical-align: middle
}

.fixed_top_header .q_logo a img {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.fixed_top_header.has_top .bottom_header {
    padding-top: 45px
}

.fixed_top_header .top_header .header-widget {
    float: left
}

.fixed_top_header .top_header>.left {
    padding-left: 45px
}

.fixed_top_header .top_header>.right {
    padding-right: 45px
}

.fixed_top_header .top_header .container_inner .left,
.fixed_top_header .top_header .container_inner .right {
    padding-left: 0;
    padding-right: 0
}

.dark .mobile_menu_button span {
    color: #000
}

header.fixed_top_header .top_header nav.main_menu>ul>li:first-child>a {
    padding-left: 0
}

.mobile_menu_button {
    display: none;
    float: left;
    height: 100px;
    margin: 0 20px 0 0
}

.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

nav.mobile_menu,
nav.mobile_menu ul {
    display: none;
    width: 100%;
    position: relative
}

nav.mobile_menu {
    float: left;
    top: 0;
    text-align: left;
    overflow: hidden;
    z-index: 100
}

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

nav.mobile_menu>ul {
    margin-bottom: -1px !important
}

nav.mobile_menu ul li {
    margin: 0;
    padding: 0;
    position: relative
}

nav.mobile_menu ul li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent
}

nav.mobile_menu ul li,
nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #eaeaea
}

nav.mobile_menu ul li.open_sub>ul {
    border-top: 1px solid #eaeaea
}

nav.mobile_menu ul li:last-child {
    border: 0 !important
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent
}

nav.mobile_menu ul li span.mobile_arrow i {
    color: #888
}

nav.mobile_menu ul>li>span.mobile_arrow i {
    display: none
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow i {
    display: inline
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0
}

.q_counter_holder p.counter_text,
.title h1 {
    text-transform: uppercase;
    letter-spacing: 1px
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active>a {
    color: #1abc9c
}

nav.mobile_menu ul li ul li {
    margin: 0 0 0 20px
}

header:not(.centered_logo) .header_fixed_right_area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 100px
}

.header_bottom_right_widget_holder {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 17px
}

.content,
.content .container,
.full_width {
    background-color: #f6f6f6
}

.mobile_menu_button span {
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    color: #9d9d9d
}

.mobile_menu_button span:hover {
    opacity: .8
}

.content .container .container_inner {
    padding: 0
}

.box_image_holder .box_image_shadow,
.box_image_holder .image_holder_inner,
.box_image_with_border {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s
}

.container,
.content,
.full_width {
    z-index: 100;
    position: relative
}

.content {
    margin-top: 0
}

.content.content_top_margin {
    margin-top: 100px !important
}

.content.content_top_margin_none {
    margin-top: 0 !important
}

.container {
    padding: 0;
    width: 100%
}

.container_inner {
    width: 1100px;
    margin: 0 auto
}

.content .container .container_inner.page_container_inner,
.full_page_container_inner {
    padding: 30px 0 0
}

.header_bottom .container_inner {
    position: relative
}

.content .title .container_inner {
    padding: 0 !important
}

.title,
.title img {
    display: block;
    position: relative
}

.title {
    width: 100%;
    height: 100px;
    text-align: left;
    z-index: 101;
    border-bottom-color: #eee
}

.title img {
    width: 100%
}

.title .title_holder {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%
}

.title.has_background,
.title.has_fixed_background {
    background-position: center 0;
    background-repeat: no-repeat
}

.title .title_holder .container {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent
}

.title h1 {
    color: #303030;
    padding: 0;
    font-weight: 600
}

.title h1 {
    font-size: 17px;
    line-height: 1.304347826086957em
}

.breadcrumb,
.breadcrumb .current,
.breadcrumb a {
    color: #303030
}

@-webkit-keyframes title-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes title-from-right {
    0% {
        opacity: 0;
        -moz-transform: translate(50%, 0)
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }
}

@-o-keyframes title-from-right {
    0% {
        opacity: 0;
        -o-transform: translate(50%, 0)
    }

    100% {
        opacity: 1;
        -o-transform: translate(0, 0)
    }
}

@keyframes title-from-right {
    0% {
        opacity: 0;
        transform: translate(50%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.position_right .breadcrumb {
    left: 0;
    right: auto
}

.title.has_fixed_background {
    background-attachment: fixed;
    position: relative;
    z-index: 101
}

.breadcrumb {
    position: absolute;
    height: 100%;
    font-size: 13px;
    top: 0;
    right: 0
}

.box_image_holder,
.box_image_holder a,
.box_image_with_border {
    position: relative;
    display: block
}

.breadcrumb a:hover {
    color: #1abc9c
}

.box_image_with_border {
    border-bottom: 5px solid #ddd;
    text-align: center
}

.box_image_with_border:hover {
    border-color: #1abc9c
}

.box_image_with_border h3 {
    margin: 0 0 15px
}

.box_image_holder {
    margin: 0 0 56px;
    text-align: left
}

.box_image_holder .box_image_shadow {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/themes/custom/alnylam/css/img/box_image_shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 30px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -o-background-size: 100% 30px
}

.box_image_with_border:hover .box_image_shadow {
    bottom: -13px;
    opacity: .2
}

.box_image_holder .image_holder_inner {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0
}

.box_image_with_border:hover .box_image_holder .image_holder_inner {
    top: -15px
}

.box_image_holder img {
    width: 100%
}

.box_image_holder .box_icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.q_icon_list {
    margin-bottom: 21px
}

.q_icon_list p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 0 38px;
    position: relative;
    color: #303030
}

.q_icon_list i {
    background-color: #1abc9c;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em
}

.q_icon_list i.transparent {
    background: 0 0;
    border: 0;
    color: #ababab
}

.q_box_holder {
    position: relative
}

.q_counter_holder {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    padding: 20px 0
}

.q_counter_holder.left {
    text-align: left
}

.q_counter_holder.right {
    text-align: right
}

.q_counter_holder span.counter {
    font-size: 60px;
    line-height: 1em;
    font-weight: 300;
    color: #1abc9c;
    display: inline-block !important;
    height: 1em
}

.q_counter_holder p.counter_text {
    font-weight: 600;
    margin: 12px 0 0
}

.q_box_holder {
    display: block;
    border: 1px solid transparent;
    z-index: 200
}

.q_box_holder.with_icon {
    border: 2px solid silver;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.box_holder_inner {
    padding: 30px 20px;
    display: block
}

.box_holder_inner.left {
    text-align: left
}

.box_holder_inner.right {
    text-align: right
}

.box_holder_icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    z-index: 250
}

.box_holder_icon_inner,
.box_holder_icon_inner.image {
    margin: -50% 0 0 -50%
}

.image_with_text {
    position: relative
}

.image_with_text {
    display: inline-block;
    width: 100%
}

.image_with_text img {
    display: block;
    margin: 0 0 22px
}

.q_icon_with_title {
    display: block;
    position: relative
}

.q_icon_with_title .icon_holder {
    display: inline-block;
    position: relative;
    z-index: 2
}

.q_icon_with_title:not(.right) .icon_holder {
    float: left
}

.q_icon_with_title.right .icon_holder {
    float: right
}

.q_icon_with_title .icon_with_title_link {
    display: inline-block;
    margin: 13px 0 0;
    color: #1abc9c
}

.q_icon_with_title .icon_with_title_link:hover {
    color: #303030
}

.q_icon_with_title .icon_text_holder {
    position: relative
}

.q_box_holder.with_icon {
    text-align: left
}

.q_icon_with_title .icon_title_holder .icon_holder {
    text-align: center
}

.q_icon_with_title .icon_text_inner {
    padding: 0 0 18px
}

.q_icon_with_title .icon_title_holder {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 0 12px
}

.q_icon_with_title .icon_title_holder .icon_holder {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
    padding: 0 15px 0 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.q_icon_with_title .icon_title_holder .icon_holder>span {
    position: relative;
    top: 2px
}

.q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 100%
}

.q_icon_with_title.right .icon_text_holder {
    padding-left: 0 !important;
    text-align: right
}

.q_list.normal ul>li {
    font-weight: 400 !important
}

.q_social_icon_holder {
    display: inline-block;
    position: relative
}

.q_social_icon_holder.normal_social {
    margin: 0 6px
}

header .header_top .q_social_icon_holder {
    float: left;
    margin: 0;
    width: 32px
}

header .header_top .q_social_icon_holder a {
    display: block
}

header .header_top .q_social_icon_holder:last-child {
    border-right: 0
}

.contact_form textarea {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 12px;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: Raleway, serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

.icon_social_holder {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 35px 0
}

.icon_social_holder>div {
    display: inline-block;
    margin: 0 25px;
    font-size: 12px;
    font-weight: 400
}

.contact_form h5 {
    margin: 0 0 18px
}

.contact_form {
    margin: 0 0 50px
}

.header-widget.widget_nav_menu {
    padding: 0 15px 0 0;
    position: relative;
    font-size: 12px
}

.header-widget.widget_nav_menu ul ul {
    display: none;
    height: auto;
    border-top: none;
    background-color: #262626;
    z-index: 1010;
    position: absolute;
    top: 33px;
    left: -1px;
    width: 180px;
    padding: 0
}

.header-widget.widget_nav_menu ul li:hover ul {
    display: block
}

.header-widget.widget_nav_menu ul li {
    list-style: none
}

.header-widget.widget_nav_menu ul.menu>li {
    display: inline-block;
    float: left;
    position: relative
}

.header-widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #777
}

.header-widget.widget_nav_menu ul.menu li a:hover {
    color: #1abc9c
}

.header-widget.widget_nav_menu ul.menu li ul li a {
    color: #9d9d9d;
    display: block;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 15px;
    border-bottom: 1px solid #303030;
    text-transform: uppercase
}

.header-widget.widget_nav_menu ul.menu li ul li:last-child a {
    border-bottom: 0
}

.header-widget ul.menu li:last-child {
    margin-right: 0
}


@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-webkit-keyframes element-from-left {
    0% {
        -webkit-transform: translate(-20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-left {
    0% {
        -moz-transform: translate(-20%, 0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-left {
    0% {
        -o-transform: translate(-20%, 0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-left {
    0% {
        transform: translate(-20%, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-right {
    0% {
        -webkit-transform: translate(20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-right {
    0% {
        -moz-transform: translate(20%, 0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-right {
    0% {
        -o-transform: translate(20%, 0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-right {
    0% {
        transform: translate(20%, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-bottom {
    0% {
        -webkit-transform: translate(0, 30%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-bottom {
    0% {
        -moz-transform: translate(0, 30%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-bottom {
    0% {
        -o-transform: translate(0, 30%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-bottom {
    0% {
        transform: translate(0, 30%);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-from-top {
    0% {
        -webkit-transform: translate(0, -30%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes element-from-top {
    0% {
        -moz-transform: translate(0, -30%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes element-from-top {
    0% {
        -o-transform: translate(0, -30%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes element-from-top {
    0% {
        transform: translate(0, -30%);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes element-transform {
    0% {
        -webkit-transform: scale(.3);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes element-transform {
    0% {
        -moz-transform: scale(.3);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes element-transform {
    0% {
        -o-transform: scale(.3);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes element-transform {
    0% {
        transform: scale(.3);
        opacity: .1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.content_bottom {
    position: relative;
    z-index: 100
}

@-webkit-keyframes text-from-bottom {

    0%,
    50% {
        -webkit-transform: translate(0, 15%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes text-from-bottom {

    0%,
    50% {
        -moz-transform: translate(0, 15%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes text-from-bottom {

    0%,
    50% {
        -o-transform: translate(0, 15%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes text-from-bottom {

    0%,
    50% {
        transform: translate(0, 15%);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes rotate {

    0%,
    50% {
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@-moz-keyframes rotate {

    0%,
    50% {
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }

    100% {
        -moz-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@-o-keyframes rotate {

    0%,
    50% {
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: .2
    }

    100% {
        -o-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@keyframes rotate {

    0%,
    50% {
        transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }

    100% {
        transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fade {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0
    }

    50% {
        top: 45px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@-moz-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0
    }

    50% {
        top: 45px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@-o-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0
    }

    50% {
        top: 45px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity: 0
    }

    50% {
        top: 45px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

.flex-container a:active,
.flex-container a:focus {
    outline: 0
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.header_top_bottom_holder {
    position: relative
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #959595;
    margin: 10px 0 0
}

@-webkit-keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

nav.content_menu ul,
nav.content_menu ul li {
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden
}

nav.content_menu {
    position: relative;
    text-align: left;
    display: block;
    z-index: 1001;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    width: 100%;
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transform: left .33s cubic-bezier(.694, .0482, .335, 1)
}

.full_width nav.content_menu.fixed {
    left: 0
}

.container_inner nav.content_menu {
    width: 1100px
}

.container_inner nav.content_menu.fixed {
    -moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .11);
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .11);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .11)
}

nav.content_menu ul {
    width: 1100px;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

nav.content_menu ul li {
    display: inline-block;
    text-align: center
}

nav.content_menu ul li .arrow {
    background-image: url(/themes/custom/alnylam/css/img/content_menu_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    width: 11px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin: -1px 0 0 -5px;
    -webkit-backface-visibility: hidden
}

nav.content_menu.fixed ul li.active .arrow {
    display: none
}

nav.content_menu ul li a {
    color: #c3c3c3;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 21px 20px;
    margin: 0
}

nav.content_menu ul li a span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 12px 0 0;
    font-weight: 600
}

nav.content_menu ul li i {
    color: #c3c3c3;
    margin: 4px 0 0;
    font-size: 24px;
    line-height: 1em;
    display: block
}

nav.content_menu ul li.active:hover a,
nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover a,
nav.content_menu ul li:hover i {
    color: #1abc9c
}

nav.content_menu ul li.active a,
nav.content_menu ul li.active i {
    color: #303030
}

.content_top_margin .content .container .container_inner.page_container_inner {
    padding: 0
}

@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.vertical_area_background {
    position: fixed;
    width: 260px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    transition: opacity .6s ease;
    opacity: 1
}

.vertical_logo_wrapper {
    z-index: 100;
    position: relative
}

.vertical_logo_wrapper img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.q_logo_vertical img.normal {
    position: relative
}

.q_logo_vertical img.dark {
    opacity: 0
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.normal {
    opacity: 0
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.dark {
    opacity: 1
}

nav.vertical_menu {
    position: relative;
    z-index: 101;
    margin: 45px 0 0
}

.vertical_menu ul {
    list-style: none
}

.vertical_menu ul li {
    position: relative
}

nav.vertical_menu>ul>li>a {
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 34px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease
}

.vertical_menu_transparency_on .dark nav.vertical_menu>ul>li>a {
    color: #000
}

.vertical_menu .second .inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.vertical_menu_toggle .second .inner_arrow,
.vertical_menu_toggle .second ul ul {
    display: none
}

.vertical_menu .second .inner>ul>li>a:hover {
    color: #303030
}

.vertical_menu_toggle .second {
    margin: 0;
    display: none;
    overflow: hidden;
    z-index: 10
}

nav.vertical_menu_toggle ul li a {
    display: block
}

nav.vertical_menu_toggle li.narrow .second .inner ul ul,
nav.vertical_menu_toggle ul li a .q_menu_arrow {
    display: none
}

nav.vertical_menu_toggle li.narrow .second .inner ul {
    background-color: transparent;
    padding: 0;
    width: 100%
}

.vertical_menu_toggle .second .inner ul li a {
    display: block;
    height: auto;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    color: #818181;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease
}

.vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li a {
    color: #000
}

.vertical_menu_toggle .second .inner ul ul li a {
    padding-left: 15px;
    padding-right: 15px
}

.vertical_menu_area_widget_holder {
    margin: 60px 0 0
}

.vertical_menu_area .q_social_icon_holder {
    margin: 0 8px 2px 0 !important
}

.vertical_menu_hidden .vertical_area_background {
    left: -220px;
    -webkit-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -ms-transform: left .15s ease-out;
    transition: left .15s ease-out
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_area_background {
    left: -190px
}

.vertical_menu_hidden_button {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 11;
    display: block
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo {
    position: fixed;
    width: 70px;
    text-align: center;
    bottom: 0;
    z-index: 1000;
    left: 0;
    -webkit-transition: left .15s ease-in-out;
    -moz-transition: left .15s ease-in-out;
    -ms-transition: left .15s ease-in-out;
    -o-transition: left .15s ease-in-out;
    transition: left .15s ease-in-out
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner {
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner a {
    display: block;
    padding: 0 10px
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo.active {
    left: -70px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area:not(.active) .vertical_menu_area_inner {
    left: -30px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area .vertical_menu_area_inner {
    left: 0;
    position: relative;
    height: 100%
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes push_text_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push_text_right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push_text_right {
    0% {
        opacity: 0;
        transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes push_nav_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push_nav_right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push_nav_right {
    0% {
        opacity: 0;
        transform: translateX(-60px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes push_text_top {
    0% {
        opacity: 0;
        -moz-transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes push_text_top {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.transparent_content .content,
.transparent_content .content .container,
.transparent_content .full_width,
.transparent_content .wrapper {
    background-color: transparent !important
}

@-webkit-keyframes tease-card-headers {
    0% {
        opacity: 0;
        transform: translate(-20%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes tease-card-headers {
    0% {
        opacity: 0;
        transform: translate(-20%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes qodeCTAScaleUp {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        transform: scale(1.07)
    }
}

@keyframes qodeCTAScaleUp {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        transform: scale(1.07)
    }
}

@-webkit-keyframes qodeCTABling {
    0% {
        left: 0;
        -webkit-transform: skew(-25deg) translateX(-200%);
        -moz-transform: skew(-25deg) translateX(-200%);
        transform: skew(-25deg) translateX(-200%);
        width: 50%
    }

    20% {
        width: 300%
    }

    100% {
        left: 120%;
        -webkit-transform: skew(-25deg) translateX(0);
        -moz-transform: skew(-25deg) translateX(0);
        transform: skew(-25deg) translateX(0);
        width: 10%
    }
}

@keyframes qodeCTABling {
    0% {
        left: 0;
        -webkit-transform: skew(-25deg) translateX(-200%);
        -moz-transform: skew(-25deg) translateX(-200%);
        transform: skew(-25deg) translateX(-200%);
        width: 50%
    }

    20% {
        width: 300%
    }

    100% {
        left: 120%;
        -webkit-transform: skew(-25deg) translateX(0);
        -moz-transform: skew(-25deg) translateX(0);
        transform: skew(-25deg) translateX(0);
        width: 10%
    }
}

::selection {
    background: #00254b
}

::-moz-selection {
    background: #002855
}

.header-widget.widget_nav_menu ul.menu li a:hover,
h1 a:hover {
    color: #002855 !important
}

.breadcrumb .current,
.breadcrumb a:hover,
.q_counter_holder span.counter,
.q_icon_with_title .icon_with_title_link,
a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
nav.content_menu ul li.active:hover a,
nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover a,
nav.content_menu ul li:hover i,
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active>a,
p a:hover {
    color: #002855
}

.box_image_with_border:hover {
    border-color: #002855
}

.q_icon_list i {
    background-color: #002855
}

.content,
.content .container,
.full_width,
.wrapper,
body {
    background-color: #fff
}

.drop_down .second .inner ul li,
.drop_down .second .inner>ul,
.drop_down .second ul li,
.header-widget.widget_nav_menu ul.menu li ul li a,
.header_bottom,
.header_top,
.title,
li.narrow .second .inner ul {
    border-color: #eee
}

.title:not(.title_bottom_border_in_grid) {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@media only screen and (min-width:1000px) {
    .content .container .container_inner.page_container_inner {
        padding-top: 50px
    }
}

.fixed_top_header .top_header,
.fixed_top_header nav.mobile_menu,
.header_top {
    background-color: rgba(0, 153, 204, 1)
}

.content {
    margin-top: -194px
}

.drop_down .second .inner ul,
.drop_down .second .inner ul li ul,
li.narrow .second .inner ul {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1)
}

nav.main_menu>ul>li>a {
    color: #036;
    text-transform: capitalize
}

nav.main_menu ul li:hover a {
    color: #f90
}

.drop_down .second .inner>ul>li>a,
.drop_down .second .inner>ul>li>h3 {
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0
}

.drop_down .second .inner>ul>li>a:hover {
    color: #303030 !important
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul.right li a {
    padding-top: 11px;
    padding-bottom: 11px
}

.drop_down .second ul li {
    border-bottom-style: solid
}

li.narrow .second .inner ul {
    padding-top: 0;
    padding-bottom: 0
}

.drop_down .second .inner ul li ul {
    top: 0
}

.drop_down .second .inner>ul,
li.narrow .second .inner ul {
    border-style: solid;
    border-width: 1px
}

.drop_down .second .inner ul li.sub ul li a {
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0
}

.drop_down .second .inner ul li ul li a:hover,
.drop_down .second .inner ul li.sub ul li a:hover {
    color: #303030 !important
}

.contact_form textarea {
    background-color: #f8f8f8;
    border: 1px solid #eee
}

.h2,
h2,
h2 a {
    font-size: 24px
}

.q_icon_with_title .icon_with_title_link:hover,
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
    color: #f90
}

.q_counter_holder span.counter {
    font-weight: 600
}

.q_counter_holder p.counter_text {
    font-weight: 400
}


.vertical_menu_area {
    text-align: left
}

@media only screen and (max-width:1200px) {

    .container_inner,
    .container_inner nav.content_menu,
    nav.content_menu ul {
        width: 950px
    }
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
    .header_bottom .container_inner {
        width: 100%
    }
}

@media only screen and (min-width:1000px) {
    .stick_with_left_right_menu .logo_wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width:1000px) {

    .container_inner,
    .container_inner nav.content_menu,
    nav.content_menu ul {
        width: 768px
    }

    .header_top .container {
        display: inline-block
    }

    .header_inner_left,
    header {
        position: relative !important;
        left: 0 !important;
        margin-bottom: 0
    }

    .content {
        margin-bottom: 0 !important
    }

    header {
        top: 0 !important;
        margin-top: 0 !important;
        display: block
    }

    .header_top {
        height: auto;
        display: block !important
    }

    .header_top .left,
    .header_top .right {
        text-align: center;
        float: none
    }

    .header_top .inner {
        display: inline-block;
        margin: 0 0 -4px
    }

    .header_bottom {
        background-color: #fff !important
    }

    header .q_logo img.mobile {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        margin: 0 auto
    }

    .fixed_top_header .logo_wrapper {
        display: block;
        height: auto;
        left: 0;
        position: relative
    }

    .fixed_top_header .q_logo {
        display: block;
        position: relative;
        top: 0;
        vertical-align: middle
    }

    .fixed_top_header .q_logo img.mobile,
    .logo_wrapper {
        position: absolute
    }

    .fixed_top_header .q_logo a {
        left: 0;
        width: auto
    }

    .fixed_top_header .q_logo img {
        top: 0;
        left: 0
    }

    .fixed_top_header .header_bottom_right_widget_holder,
    .fixed_top_header .mobile_menu_button {
        height: 45px !important
    }

    .fixed_top_header.has_top .bottom_header {
        padding-top: 45px
    }

    .main_menu {
        display: none !important
    }

    nav.mobile_menu {
        display: block
    }

    .logo_wrapper,
    .mobile_menu_button {
        display: table
    }

    nav.mobile_menu>ul {
        width: 768px;
        margin: 0 auto
    }

    .logo_wrapper {
        height: 100px !important;
        left: 50%
    }

    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle
    }

    .q_logo a {
        left: -50%;
        width: auto !important
    }

    .q_logo img {
        top: 0;
        left: 0
    }

    header .header_fixed_right_area {
        line-height: 100% !important;
        top: 80px !important;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        position: absolute
    }

    .header_menu_bottom {
        border-top: none
    }

    .dark .mobile_menu_button span {
        color: #777
    }

    .dark .header_top .header-widget,
    .dark .header_top .header-widget a,
    .dark .header_top .header-widget p,
    .dark .header_top .header-widget span,
    .dark .header_top .header-widget.widget_nav_menu ul.menu>li>a,
    .dark .mobile_menu_button span {
        color: #777
    }

    .title {
        height: auto !important;
        padding: 30px 0 !important
    }

    .title.has_background,
    .title.has_fixed_background {
        background: 0 0 !important;
        height: auto !important;
        padding: 0 !important
    }

    nav.content_menu ul.menu {
        display: none
    }

    .title h1 {
        margin: 0
    }

    nav.content_menu {
        position: relative !important;
        top: 0 !important;
        margin: 0 auto
    }

    .header_top .left .inner>div:last-child,
    .header_top .right .inner>div,
    header .q_social_icon_holder {
        border-right: 0
    }

    .header_top .left .inner>div,
    .header_top .right .inner>div:first-child {
        border-left: 0
    }

    .content.content_top_margin {
        margin-top: 0 !important
    }

    .title .title_holder {
        height: 100% !important;
        padding: 0 !important
    }

 

}

@media only screen and (max-width:768px) {

    .container_inner,
    .container_inner nav.content_menu,
    nav.content_menu ul {
        width: 600px
    }

    nav.mobile_menu>ul {
        width: 600px
    }

    .fixed_top_header .header_bottom_right_widget_holder {
        display: table-cell
    }

    .title {
        padding: 25px 0 !important
    }

    .header_bottom_right_widget_holder {
        display: none
    }

    .q_icon_list p {
        line-height: 37px
    }

    .q_icon_list p {
        padding: 0 0 0 45px
    }

    .q_icon_list i {
        line-height: 35px;
        height: 35px;
        width: 35px
    }


}

@media only screen and (max-width:600px) {

    .container_inner,
    .container_inner nav.content_menu,
    nav.content_menu ul {
        width: 420px
    }

    nav.mobile_menu>ul {
        width: 420px
    }

    .title h1 {
        float: none
    }

    .title {
        padding: 15px 0 !important
    }

    .breadcrumb {
        position: relative
    }
}

@media only screen and (max-width:480px) {
    .fixed_top_header .header_bottom_right_widget_holder {
        display: none
    }

    .container_inner,
    .container_inner nav.content_menu,
    nav.content_menu ul {
        width: 300px
    }

    .header_bottom {
        padding: 0 25px
    }

    .header_bottom .container_inner,
    nav.mobile_menu>ul {
        width: auto
    }

    .box_image_with_border {
        margin: 0 0 30px
    }



@media only screen and (max-width:420px) {

    .header_bottom,
    nav.content_menu {
        padding: 0 15px
    }
}

@media only screen and (max-width:350px) {

    .container_inner,
    nav.content_menu {
        width: 95%
    }
}

.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    line-height: 1.1em;
/*     padding-bottom: 10px */
}

.social_header_text {
    float: left;
    color: #fff;
    margin-right: 20px;
    display: inline-block
}

.sm-hidden {
    display: none
}

@media (min-width:768px) {
    .sm-hidden {
        display: block
    }
}

@media (max-width:768px) {

    h2,
    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 23px;
        line-height: 1.4em
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    header .q_logo img.mobile {
        margin-top: 8px
    }

    .content_bottom .container_inner {
        padding: 0 1.12%
    }

    .content_bottom .container_inner p {
        max-width: 415px
    }

    header .header_top {
        padding-left: 18px
    }

    header .header_top .q_social_icon_holder {
        margin: 0 0 0 8px
    }



    .top_wrapper_links {
        float: right;
        width: 60%
    }



    .hidden-sm,
    .sm-hidden {
        display: none
    }
}

@media (max-width:767px) {
    .top_wrapper_links {
        min-width: 300px;
        padding-right: 0
    }

    
    .header_top .right .inner>div:first-child a {
        display: inline-block;
        font-size: 10px;
        padding: 0 7px 0 0 !important;
        white-space: nowrap
    }

    .h2,
    .h3,
    h2,
    h3 {
        letter-spacing: .2px
    }

    p {
        font-size: 13px
    }

    h2,
    h3 {
        font-size: 30px
    }

    
}


body,
html {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #333
}

h2 {
    font-size: 45px;
    font-weight: 200;
    color: #036
}

h3 {
    font-size: 35px;
    font-weight: 200;
    color: #036
}

h4 {
    font-size: 35px;
    font-weight: 300;
    color: #036
}

h5 {
    font-size: 23px;
    font-weight: 300;
    color: #09c;
    text-transform: none
}

p {
    font-weight: 300;
    font-size: 17px
}

a {
    color: #09c
}

.main_menu a {
    color: #036 !important
}

a:hover {
    color: #f90 !important
}

header {
    z-index: 9999
}

.container,
.content,
.full_width {
    z-index: 150
}

.header_top .left {
    display: none
}

.header_top .right {
    width: 100%
}

.header_top .right .inner>div {
    width: 100%
}

.top_wrapper_links {
    float: right;
    text-transform: uppercase;
    font-weight: 200
}

.top_wrapper_links a {
    color: #fff !important;
    padding: 0 20px;
    font-weight: 400
}

.top_wrapper_links:last-child a {
    padding-right: 0
}




.header_menu_bottom .main_menu {
    width: 100%;
    text-align: center
}

.main_menu {
    clear: both;
    display: block;
    margin: 0 auto;
    height: 100px
}

nav.main_menu ul li {
    float: none
}

::-webkit-input-placeholder {
    color: #036
}

:-moz-placeholder {
    color: #036;
    opacity: 1
}

::-moz-placeholder {
    color: #036;
    opacity: 1
}

:-ms-input-placeholder {
    color: #036
}

.mobile_menu_button span {
    color: #036
}

nav.main_menu>ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300
}

.drop_down .second .inner>ul>li>a:hover {
    color: #f90 !important
}

.drop_down .narrow .second .inner ul li a {
    text-align: left !important;
    padding: 12px 12px 12px 30px;
    font-size: 14px
}

.drop_down .narrow .second .inner ul li {
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.drop_down .second .inner>ul,
li.narrow .second .inner ul {
    border-width: 0 !important;
    width: 270px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.drop_down #menu-main-menu>li:nth-of-type(3) .second .inner ul,
.drop_down #menu-main-menu>li:nth-of-type(4) .second .inner ul,
.drop_down #menu-main-menu>li:nth-of-type(8) .second .inner ul {
    width: 190px !important
}

@media (min-width:1001px) and (max-height:650px) {

    .drop_down .second .inner>ul,
    li.narrow .second .inner ul {
        overflow-y: auto;
        height: auto;
        max-height: 287px !important
    }
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}


a {
    color: #036;
    text-decoration: none
}

.clearfix {
    clear: both
}

.top_header {
    background-color: #09c;
    transition: .2s all
}

.wrapper {
    width: 1100px;
    margin: 0 auto
}

.social_header_text {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 400
}

.top-menu {
    float: right
}

.top-menu ul {
    line-height: 10px
}

.top-menu li {
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    margin-left: 30px;
    margin-top: -4px
}

.top-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.top-menu li i {
    font-size: 10px;
    margin-left: 5px;
    transform: rotateZ(-90deg);
    transition: .5s all
}

span.q_social_icon_holder.normal_social {
    padding: 5px 5px 8px 5px;
    display: inline-block
}

.logo {
    display: inline-block;
    margin: 35px 0
}

.header_cta {
    max-width: 575px;
    color: #fff;
    background-color: rgba(26, 58, 103, 0);
    padding: 0 0 0 40px;
    position: absolute;
    left: 0;
    top: calc(50% - 35px);
    transform: translateY(-50%)
}

.header_cta h2 {
    margin: 0;
    font-size: 28px;
    line-height: 33px;
    font-weight: 400
}

.header_cta h3 {
    font-size: 33px;
    margin: 10px 0;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0
}

.header_cta p {
    font-size: 23px;
    margin: 0;
    font-weight: 300
}

.bottom_header {
    background-image: url(/themes/custom/alnylam/css/img/header_slider_rose.jpg);
    overflow: hidden;
    background-size: cover;
    background-position-y: -50px;
    background-repeat: no-repeat;
    height: 704px
}

.bottom_header .wrapper {
    height: 100%;
    position: relative
}

.alnylam-japan .bottom_header,
.header_jp {
    background-image: url(/themes/custom/alnylam/css/img/header_slider_jpn.jpg)
}

.first_content {
    position: relative;
    top: -20px;
    z-index: 999
}

.first_content h2 {
    font-weight: 300;
    color: #036;
    font-size: 45px;
    text-align: center;
    margin-top: -35px;
    background: #fff;
    padding-top: 100px;
    margin-bottom: -8px
}

.first_content p {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin: 22px auto
}

.alnylam_counters {
    margin-top: 85px
}

.alnylam_counters p {
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 35px
}

.cta_rnai {
    background-image: url(/themes/custom/alnylam/css/img/cta_rnai.jpg);
    overflow: hidden;
    background-size: cover;
    clear: both
}

.cta_block {
    background-color: rgba(26, 58, 103, .7);
    color: #fff;
    width: 80%;
    margin: 100px auto;
    padding: 30px;
    text-align: center
}

.cta_block h2 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 0
}

.cta_block p {
    font-size: 17px
}

.cta_block a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #189cd7;
    margin: 15px 0;
    display: inline-block
}

.cta_block a i {
    font-weight: 700;
    position: relative;
    top: .5px;
    margin-left: 10px
}

.contact_content {
    margin-top: 70px;
    background-color: #f9f9fa;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 30px
}

.contact_content h2 {
    font-size: 45px;
    font-weight: 300;
    color: #036;
    text-align: center;
    text-transform: uppercase
}

.col {
    float: left
}

.col2 {
    width: 50%
}

.col56 {
    width: 56%;
    float: none
}

.col44 {
    width: 44%
}

.contact_content h4 {
    font-size: 30px;
    color: #036;
    font-weight: lighter;
    margin: 0
}

.contact_content p {
    font-size: 17px
}

.contact_content a {
    text-decoration: none;
    color: #09c
}

.cta_alnylam {
    overflow: hidden;
    background-color: #036
}

.cta_alnylam .wrapper {
    position: relative
}

.cta_alnylam h2 {
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    margin: 51px 0 15px 0;
    text-transform: uppercase
}

.cta_alnylam p {
    color: #fff;
    margin: 0 0 51px 0;
    font-size: 17px
}

.cta_alnylam a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #09c;
    padding: 19px 70px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .2s all
}

.cta_alnylam a i {
    margin-left: 8px;
    font-weight: 700
}



.mt27 {
    margin-top: 27px;
    text-align: right
}







.cta_alnylam a:hover {
    background-color: #fff;
    color: #f90;
    border-color: #fff
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 55%;
    background: #fff;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .1);
    background-clip: padding-box
}

.modal-box .modal-header,
.modal-box header {
    padding: 1.25em 1.5em
}

.modal-box .modal-header h3,
.modal-box .modal-header h4,
.modal-box header h3,
.modal-box header h4 {
    margin: 0
}

.modal-box .modal-body {
    padding: 0 1.5em 2em 1.5em;
    text-align: center
}

.modal-body h4 {
    color: #036;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.modal-body h3 {
    font-size: 40px;
    margin: 0;
    color: #036;
    text-transform: uppercase
}

.modal-body p {
    color: #036;
    font-size: 24px;
    width: 80%;
    margin: 10px auto
}

.modal-body a {
    text-decoration: none;
    color: #09c;
    border: 1px solid #09c;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 68px;
    margin: 20px 0;
    display: inline-block
}

.modal-body a i {
    font-weight: 700;
    position: relative;
    top: .5px;
    margin-left: 4px
}

.modal-body a:hover {
    color: #fff;
    background-color: #036;
    border: 1px solid #036;
    transition: .2s all
}

#languages {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 9999;
    display: none;
    width: 931px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .5);
    background-color: #fff;
    padding-bottom: 20px
}

#languages ul {
    padding-left: 0;
    margin-top: 11px
}

nav#languages li {
    float: none;
    margin: 0;
    background-color: #fff;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    width: auto
}

#selector_list {
    position: relative
}

.open_menu_mobile {
    margin-top: 0 !important
}

#logo-img {
    width: 196px;
    height: 51.97px
}

.alnylam-deutschland .header_cta h2 {
    font-size: 30.5px
}

.alnylam-deutschland .header_cta h3 {
    font-size: 39px
}

.alnylam-deutschland .header_cta p {
    font-size: 20px;
    width: 94%
}

.alnylam-sverige .header_cta {
    padding: 54.5px 40px
}

#social_wrapper span {
    display: none
}

#social_wrapper {
    height: 33px
}

@media only screen and (max-width:1476px) {
    .first_content {
        top: -50px
    }
}

@media only screen and (max-width:1280px) {
    .modal-body h3 {
        padding-top: 20px
    }
}

@media only screen and (max-width:1150px) {
    .wrapper {
        width: 95%
    }

    .first_content {
        width: 80%;
        margin: 0 auto
    }

    .top-menu li {
        margin-left: 25px;
        font-size: 11px
    }

    span.q_social_icon_holder.normal_social {
        padding: 5px 5px 8px 5px
    }

    .social_header_text {
        font-size: 11px
    }

    .bottom_header {
        background-position-x: center
    }

    .header_cta {
        max-width: 420px
    }

    .alnylam-sverige .header_cta {
        padding: 45.5px 40px
    }

    .alnylam-deutschland .header_cta {
        padding: 38px 40px
    }

    .alnylam-deutschland .header_cta h2 {
        font-size: 22px
    }

    .alnylam-deutschland .header_cta h3 {
        font-size: 31px
    }

    .alnylam-deutschland .header_cta p {
        font-size: 15px;
        width: 100%
    }
}

@media only screen and (max-width:1084px) {
    .cta_alnylam a {
        padding: 19px 34px
    }
}

@media only screen and (max-width:1000px) {
    span.q_social_icon_holder.normal_social {
        padding: 5px 2px 8px 2px
    }

    .top-menu li {
        margin-left: 17px
    }

    .top-menu li:nth-child(1) {
        margin-left: 0
    }

    .modal-body h4 {
        font-size: 25px
    }

    .modal-body h3 {
        font-size: 34px
    }

    .modal-body p {
        font-size: 20px
    }

    .modal-body a {
        font-size: 15px;
        padding: 12px 26px
    }
}

@media only screen and (max-width:980px) {
    #languages {
        width: 720px
    }

    #languages ul:last-child {
        margin-top: 0
    }
}

@media only screen and (max-width:852px) {
    .top-menu ul {
        padding: 0
    }

    .top-menu li {
        margin-left: 9px
    }

    .top-menu li:nth-child(2) {
        margin-left: 4px
    }

    .cta_alnylam a {
        padding: 19px 26px
    }

    .social_header_text {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    #selector_list {
        display: none
    }

    .top_header {
        margin-top: -74px
    }

    .top-menu {
        float: none;
        margin: 0 auto;
        display: table
    }

    .hidden_mobile {
        display: none
    }

    .bottom_header {
        padding: 20% 0
    }

    .first_content {
        top: 0;
        width: 100%
    }

    .first_content h2 {
        margin-top: 0;
        padding-top: 0
    }

    .contact_content .col2 {
        width: 100%;
        text-align: center
    }


    .cta_alnylam h2 {
        font-size: 24px
    }

    .cta_alnylam p {
        font-size: 13px
    }

    .cta_alnylam a {
        padding: 19px 8px
    }

    .first_content h2 {
        font-size: 30px
    }

    .first_content p {
        font-size: 17px;
        line-height: 1.3em
    }

    .cta_block {
        margin: 65px auto
    }

    .contact_content h2,
    .cta_block h2 {
        font-size: 30px
    }

    .contact_content h4 {
        font-size: 24px
    }

    .contact_content {
        margin-top: 52px
    }

    .logo {
        width: 100%;
        text-align: center;
        margin: 10px 0
    }

    .bottom_header {
        clear: both;
        margin-top: 47px;
        background-position-y: -12px
    }

    .top-menu ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .top-menu li {
        margin-bottom: 10px;
        flex-grow: 1;
        padding-bottom: 10px;
        width: 33%
    }

    #selector_list {
        width: 100%
    }

    .col56 {
        width: 100%;
        text-align: center
    }

    .cta_alnylam h2 {
        margin: 37px 0 15px 0
    }

    .col44 {
        width: 100%;
        text-align: center;
        margin-bottom: 60px
    }

    .cta_alnylam a {
        position: static;
        padding: 19px 26px;
        font-size: 16px
    }

    .bottom_header {
        height: auto
    }

    .alnylam-denmark .cta_alnylam a .full {
        display: none
    }
}

@media (min-width:768px) {
    .alnylam-denmark .cta_alnylam .full {
        display: inline
    }

    .alnylam-denmark .cta_alnylam a {
        text-align: center
    }
}

@media only screen and (max-width:680px) {
    .alnylam_counters {
        margin-top: 30px
    }
}

@media only screen and (max-width:600px) {
    .modal-box {
        width: 75%
    }
}

@media only screen and (max-width:570px) {

    .modal-box {
        width: 85%
    }

    .modal-body h4 {
        font-size: 22px
    }

    .modal-body h3 {
        font-size: 27px
    }

    .modal-body p {
        font-size: 17px
    }

    .modal-body a {
        font-size: 14px;
        padding: 12px 24px
    }
}


@media only screen and (max-width:482px) {
    .cta_alnylam a {
        padding: 19px 15px
    }
}

@media only screen and (max-width:432px) {
    #logo-img {
        width: 136px
    }

    .alnylam-belgium-dutch .cta_alnylam a {
        letter-spacing: -.05em;
        padding: 19px 5px;
        min-width: 320px;
        white-space: nowrap
    }
}

.row1 {
    height: 70px;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}

.lang-col {
    width: 310px;
    float: left;
    padding: 0;
    margin: 0;
    color: #036
}

.top-menu .lang-col a {
    color: #09c;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    margin-left: 5px;
    text-transform: none
}

.lang-col a:hover {
    text-decoration: underline
}

.row1 .lang-col {
    height: 70px;
    float: left
}

.lang-col li {
    list-style: none;
    padding: 12px 0 12px 70px;
    font-weight: 700
}

.lang-col li i {
    display: none
}

.lang-be {
    background: url(/sites/default/files/img/flags/flag-BE.png) 20px no-repeat
}

.lang-br {
    background: url(/sites/default/files/img/flags/flag-BR.png) 20px no-repeat
}

.lang-ca {
    background: url(/sites/default/files/img/flags/flag-CA.png) 20px no-repeat
}

.lang-cz {
    background: url(/sites/default/files/img/flags/flag-CZ.png) 20px no-repeat
}

.lang-fr {
    background: url(/sites/default/files/img/flags/flag-FR.png) 20px no-repeat
}

.lang-da {
    background: url(/sites/default/files/img/flags/flag-DA.png) 20px no-repeat
}

.lang-de {
    background: url(/sites/default/files/img/flags/flag-DE.png) 20px no-repeat
}

.lang-it {
    background: url(/sites/default/files/img/flags/flag-IT.png) 20px no-repeat
}

.lang-lu {
    background: url(/sites/default/files/img/flags/flag-LU.png) 20px no-repeat
}

.lang-nl {
    background: url(/sites/default/files/img/flags/flag-NL.png) 20px no-repeat
}

.lang-pt {
    background: url(/sites/default/files/img/flags/flag-PT.png) 20px no-repeat
}

.lang-es {
    background: url(/sites/default/files/img/flags/flag-ES.png) 20px no-repeat
}

.lang-uk {
    background: url(/sites/default/files/img/flags/flag-UK.png) 20px no-repeat
}

.lang-sv {
    background: url(/sites/default/files/img/flags/flag-SV.png) 20px no-repeat
}

.lang-jp {
    background: url(/sites/default/files/img/flags/flag-JP.png) 20px no-repeat
}

.lang-au {
    background: url(/sites/default/files/img/flags/flag-AU.png) 20px no-repeat
}

.lang-ch {
    background: url(/sites/default/files/img/flags/flag-CH.png) 20px no-repeat
}

.lang-tw {
    background: url(/sites/default/files/img/flags/flag-TW.png) 20px no-repeat
}

.lang-GLOBAL {
    background: url(/sites/default/files/img/flags/flag-global.png) 18px no-repeat
}

#actual-lang {
    height: 15px;
    margin-right: 5px;
    margin-top: -5px;
    position: relative;
    top: 3px
}

.open-lang {
    transform: rotateZ(0) !important;
    color: #f90
}

.mobile-open-lang {
    transform: rotateZ(180deg)
}

.lang-col>li:hover {
    background-color: #ededee !important
}

#lang-selector-mobile {
    display: none;
    float: left;
    margin-top: 17px
}

#lang-selector-mobile #language_selector {
    position: absolute;
    color: #09c;
    font-size: 13px;
    text-decoration: none
}

#lang-selector-mobile img {
    width: 25px
}

#lang-selector-mobile #languages {
    width: 310px;
    top: 98px;
    left: 15px
}

#lang-selector-mobile .row1 {
    padding-top: 10px
}

#lang-selector-mobile .row1 .lang-col {
    height: auto
}

#lang-selector-mobile .lang-col li {
    background-size: 25px
}

#mobile-icon {
    width: 28px;
    height: 9px;
    position: relative;
    bottom: -20px;
    left: -46px
}

#lang-selector-mobile .lang-col li {
    padding: 12px 0 12px 63px;
    font-size: 14px
}

#lang-selector-mobile .lang-col li a {
    color: #09c;
    text-decoration: none;
    font-weight: 400;
    margin: 0 5px
}

#lang-selector-mobile #languages ul {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    #lang-selector-mobile {
        display: block
    }

    .row1 {
        height: auto
    }

    .lang-col {
        float: none
    }
}

@media only screen and (max-width:358px) {
    #lang-selector-mobile #languages {
        width: 90%
    }

    #lang-selector-mobile .lang-col {
        width: 100%
    }
}

@media only screen and (min-width:1133px) {
    .alnylam-japan .cta_alnylam .col.col56 {
        width: 49% !important
    }
}

@media only screen and (max-width:1132px) {
    .alnylam-japan .cta_alnylam a {
        display: inline-block;
        position: relative;
        margin: 20px auto
    }
}

.alnylam-japan .cta_alnylam a {
    padding: 19px 20px !important
}

.alnylam-japan .modal-body h3 {
    font-size: 32px;
    letter-spacing: -.1em
}

@media only screen and (max-width:1132px) {
    .alnylam-japan .col56 {
        width: 80% !important;
        float: none;
        text-align: center;
        margin: auto
    }

    .alnylam-japan .col44 {
        width: 100% !important;
        float: none;
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .alnylam-japan .col56 {
        width: 100% !important
    }

    .alnylam-japan .col44 {
        width: 100% !important;
        float: none;
        text-align: center
    }
}

body {
    min-width: 320px
}

.wrapper {
    width: auto;
    min-width: 320px
}

#desktop-languages {
    position: absolute;
    top: 0;
    right: 0
}

header .clearfix {
    clear: none
}

#social_wrapper span {
    display: inline-block
}

span.q_social_icon_holder.normal_social {
    padding: 0
}

.top_wrapper_links {
    position: absolute;
    top: 0;
    right: 122px
}


#global_languages {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 100;
    list-style: none
}

.header_bottom.clearfix {
    z-index: 5
}

#languages {
    top: 33px
}

a#language_selector {
    color: #fff !important;
    font-weight: 400 !important
}

a#language_selector:hover {
    color: #f90 !important;
    font-weight: 400 !important
}

#language_selector i {
    font-size: 10px;
    margin-left: 5px;
    transform: rotateZ(-90deg);
    transition: .5s all
}

#language_selector i.open-lang {
    transform: rotate(180deg) !important
}

.row1 .lang-col {
    height: 100%
}

nav#languages li.lang-GLOBAL {
    background: #ededee url(/sites/default/files/img/flags/flag-global.png) 18px no-repeat !important;
    background-size: auto 22px !important;
    padding: 12px 0 12px 55px !important
}

.lang-col li a {
    font-weight: 400;
    margin-left: 5px
}


.lang-col {
    width: 33%;
    float: left
}

.clear-nav {
    clear: both
}

@media only screen and (max-width:1000px) {
    nav#languages {
        position: fixed;
        top: 31px;
        left: 7%;
        width: 86%;
        max-height: 600px
    }

    #mobile-icon {
        position: relative;
        bottom: auto;
        left: auto;
        top: -12px;
        width: 15px !important;
        height: auto !important
    }

    .top_wrapper_links {
        position: relative;
        right: auto
    }

    .top_wrapper_links {
        text-transform: uppercase !important
    }

    #social_wrapper {
        height: 30px
    }

    #social_wrapper .social_header_text {
        display: none !important
    }

    #selector_list {
        display: inline-block;
        float: right;
        margin-right: 10px
    }

    #language_selector {
        font-size: 11px
    }
}

@media only screen and (max-width:1000px) and (min-width:768px) {
    nav#languages {
        position: fixed;
        top: 31px;
        left: 7%;
        width: 86%;
        height: calc(90% - 45px);
        max-height: 600px
    }

    #social_wrapper {
        width: 15% !important;
        margin-left: 5px
    }

    header .top_wrapper_links {
        width: calc(70% - 5px)
    }

    .lang-col {
        width: 49.53%;
        float: left
    }

    .lang-col:last-of-type {
        width: 49%;
        margin-left: 0;
        margin-top: 0 !important
    }

    nav#languages li.lang-GLOBAL {
        background: #ededee url(/sites/default/files/img/flags/flag-global.png) 26px no-repeat !important;
        background-size: auto 22px !important;
        padding: 12px 0 12px 70px !important
    }
}

@media only screen and (max-width:1000px) and (min-width:852px) {
    nav#languages {
        height: auto
    }
}

@media only screen and (max-width:852px) and (min-width:768px) {
    nav#languages {
        position: fixed;
        width: 94%;
        left: 3%;
        top: 31px;
        height: auto;
        max-height: 80%
    }

    #languages .row.row1 {
        height: 50px;
        position: relative
    }

    #languages .row.row1>div.lang-col {
        width: 49.5%;
        position: absolute;
        line-height: 1.1;
        height: 50px;
        top: 0;
        left: 0
    }

    #languages .row ul.lang-col {
        width: 49.5%;
        margin-left: 0;
        margin-top: 0
    }

    #languages .row.row2 {
        height: calc(100% - 50px);
        margin: 10px 3%;
        padding: 0 3%;
        overflow-y: scroll
    }

    .social_header_text {
        margin-right: 5px
    }

    .header_top .q_social_icon_holder {
        width: 21px
    }
}

@media only screen and (max-width:767px) {

    #language_selector,
    #language_selector:hover {
        color: #fff !important
    }

    nav#languages {
        position: fixed;
        width: 96%;
        left: 2%;
        top: 31px;
        height: calc(100% - 62px);
        max-height: 70%
    }

    #languages .row.row1 {
        height: 50px;
        position: relative
    }

    #languages .row.row2 {
        height: calc(100% - 60px);
        margin: 10px 3%;
        padding: 0 3%;
        overflow-y: scroll
    }

    #languages .row.row1>div.lang-col {
        width: 49.5%;
        position: absolute;
        line-height: 1.1;
        height: 50px;
        top: 0;
        left: 0
    }

    #languages .row ul.lang-col {
        width: 100%;
        margin-left: 0;
        margin-top: 0
    }

    nav#languages li {
        background-position: 5px;
        background-size: auto 20px;
        padding: 12px 0 12px 50px
    }

    nav#languages li.lang-GLOBAL {
        background: #ededee url(/sites/default/files/img/flags/flag-global.png) 5px no-repeat !important;
        background-size: auto 20px !important
    }

    #social_wrapper .social_header_text {
        display: none !important
    }

    #social_wrapper {
        display: inline-block;
        width: auto !important;
        margin-left: -8px
    }

    #global_languages {
        width: auto
    }

    #selector_list {
        margin-right: 0
    }
}

@media only screen and (max-width:680px) {
    nav#languages {
        position: fixed;
        width: 90%;
        left: 5%;
        top: 31px;
        height: 82%;
        max-height: 580px
    }

    #languages .row ul.lang-col {
        width: 100%;
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:432px) {
    #lang-selector-mobile #languages {
        left: -25px
    }

    .social_header_text {
        margin-right: 10px
    }

    .header_top .right .top_wrapper_links {
        text-align: center;
        display: block;
        height: auto
    }

    .header_top .right .inner>div:first-child a {
        width: auto;
        text-align: center;
        flex-grow: 1;
        padding: 0 7px !important;
        padding-left: 7px !important;
        padding-right: 7px !important
    }

    .header_top .right .inner>div:first-child a:nth-of-type(4),
    .header_top .right .inner>div:first-child a:nth-of-type(5) {
        min-width: 50px
    }

    header .header_top {
        margin-top: -99px
    }
}

@media only screen and (max-width:358px) {
    #lang-selector-mobile #languages {
        left: -59px
    }

    #lang-selector-mobile #languages {
        width: 320px
    }
}


@media (min-width:767px) and (max-width:1024px) {
    #selector_list {
        margin: 0
    }
}

/* @media (max-width:1024px) {
    .second-mobile-menu .container_inner .mobile_menu .menu-item.has_sub:last-child {
        display: none
    }
} */
  
/****************/
