* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

html {
    
}

.section_main .block {
    overflow: visible !important;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    min-width: 350px;
}

h1, h2, h3 {
    color: #021e47;    
}

h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
}

h2 {
    color: #021E47;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px; 
    font-weight: bold; 
    line-height: 26px;
}

.section_main h4 {
    margin-bottom: 10px;
    color: #021E47;
}

.distributor h3 {
    margin-bottom: 30px;
}

p,li {
    
}

b, strong {
    font-weight: bold;
}

a {
    color: #D60D4D;
}

code {
    color: #888;
    font-weight: bold;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

.ce_text.display {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

.display h1 {
    margin-bottom: 36px;
}

.display p {
    font-size: 18px;
    line-height: 30px;
}

.centered {
    text-align: center;
}

.custom {
    background: #F9F9F9;
    height: 40px;
    padding-top: 7.5px;
}

.ce_rsce_ks_topbar a,
.custom a {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    color: #021e47;
}

.custom p {
    margin-bottom: 0;
}

.custom strong {
    display: inline-block;
    width: 75px;
    height: 25px;
    background: #D60D4D;
    text-align: center;
    border-radius: 12px;
    color: #FFF;
    vertical-align: middle;
    font-weight: bold;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: -16px;
}

body.safari .custom strong {
    margin: 0;
}

.ce_rsce_ks_topbar .topbar_wrapper_left {
    float: left;
}

.ce_rsce_ks_topbar .topbar_wrapper_left a {
    width: 510px;
    max-width: 510px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.ce_rsce_ks_topbar .topbar_wrapper_left a:after {
    content: '...';
    display: inline-block;
}

.ce_rsce_ks_topbar .topbar_wrapper_left a {
    color: #D60D4D;
    margin-left: 10px;
}

.ce_rsce_ks_topbar .topbar_wrapper_right {
    float: right;
    margin-right: 24px;
    margin-top: 2px;
}

.ce_rsce_ks_topbar .topbar_wrapper_right img {
    max-width: 16px;
    float: left;
    margin-right: 6px;
    display: inline-block;
}

.ce_rsce_ks_topbar .topbar_wrapper_right a.first {
    clear: none;
}

.ce_rsce_ks_topbar .topbar_wrapper_right a {
    float: left;
    white-space: nowrap;
    margin-right: 40px;
    font-size: 14px;
}

.ce_rsce_ks_topbar .topbar_wrapper_right a:last-child {
    margin-right: 0;
}

.distributor a {
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
}

.ce_text h2:nth-child(1) + p {
    font-size: 18px;
    line-height: 30px;
}

/** header **/

.section_header {
    position: relative;
    z-index: 1;
    background: #FFF;
    height: 130px;
    box-shadow: 0 1.5px 2.5px rgba(2,30,71,.2);
    overflow: visible;
}

.header_fixed .custom {
    position: fixed;
    visibility: visible;
    top: 0px;
    width: 100%;
    z-index: 1;
    background: #F9F9F9;
    transition: top .2s ease-in-out 0s;
}

.header_fixed .section_header {
    position: fixed;
    visibility: visible;
    top: 40px;
    width: 100%;
    background: #FFF;
    height: 75px;
    transition: top .2s ease-in-out 0s;
}

.header_hidden.header_fixed .section_header {
    top: -40px;
    visibility: hidden;
    transition: top .2s ease-in-out 0s;
}
.header_hidden.header_fixed .custom {
    top: -75px;
    visibility: hidden;
    transition: top .2s ease-in-out 0s;
}

.mod_branding {
    float: left;
    margin-top: 16.5px;
}

.header_fixed .section_header .mod_branding {
    margin-top: 14px;
    height: 50px;
    overflow: hidden;
}

.header_fixed .section_main {
    margin-top: 130px;
}

.ce_text {
    overflow: visible;
}

.asset_background {
    position: relative;
}

.asset_background:before {
    content: '';
    position: absolute;
    top: 33.5%;
    left: 0;
    width: 440px;
    height: 580px;
    background: #FFF url('../img/bg-cta-left.png') no-repeat;
    background-size: 100%;
    z-index: -1;
}

.asset_background:after {
    content: '';
    position: absolute;
    top: 28.5%;
    right: 0;
    width: 440px;
    height: 580px;
    background: #FFF url('../img/bg-cta-right.png') no-repeat;
    background-size: 100%;
    z-index: -1;
}

/** footer **/

.section_footer {
    position: relative;
    /*padding-top: 140px;*/
}

.section_footer .centered_wrapper {
    position: relative;
    background: #F2F4f6;
    z-index: 0;
}

.section_footer .centered-wrapper-background {
    bottom: -140px;
}

.section_footer .element_wrapper.inside > .element_wrapper.inside .mod_customnav,
.section_footer .element_wrapper.inside {
    float: left;
    
}

.footer_background {
    position: absolute;
    top: -57px;
    right: 0;
}

.footer_background .image_container {
    margin-bottom: 0;
}

.section_footer .mod_branding {
    margin-top: 0;
}

.section_footer .element_wrapper.inside > .element_wrapper.inside {
    float: none;
}

.section_footer .element_wrapper.inside .mod_customnav {
    width: 280px;
}

.section_footer h4 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .5px;
    color: #333;
}

.section_footer .mod_customnav a,
.section_footer .mod_customnav strong{
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.section_footer .mod_customnav a:hover,
.section_footer .mod_customnav a:active,
.section_footer .mod_customnav a:focus {
    color: #D60D4D;
}

.section_footer .mod_customnav strong {
    font-weight: normal;
    text-decoration: underline;
}

.section_footer .inside.column-0 {
    width: 280px;
    display: block;
}

.section_footer .inside.column-1 {
    width: 240px;
    display: block;
}

.section_footer .inside.column-2 {
    width: 240px;
    display: block;
}

.section_footer .inside.column-3 {
    margin-top: 24px;
    width: 180px;
    display: block;
}

.section_footer .inside.column-4 {
    margin-top: 24px;
    width: 160px;
    display: block;
}

.section_footer .inside.column-5 {
    margin-top: 24px;
    width: 0;
    display: block;
}

.section_footer .element_wrapper.footer_background {
    position: relative;
    z-index: 1;
    padding-top: 5em;
    background: url('../img/bg-footer.png') no-repeat top right;
    background-size: 50%;
}

.section_footer .subfooter {
    background: #021E47;
    
}

.section_footer .inside .extra-padding .centered_wrapper_inside {
    padding-top: 71px;
}

.section_footer .centered_wrapper.extra-padding {
    padding-top: 2em;
    padding-bottom: 1.5em;
}

.section_footer .element_wrapper .mod_customnav:nth-of-type(1) {
    margin-bottom: 40px;
}

.section_footer .mod_agency p,
.section_footer .mod_agency a,
.section_footer .mod_copyright p,
.section_footer .mod_copyright a {
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    line-height: 60px;
    margin-bottom: 0;
}

.section_footer .mod_copyright {
    float: left;
}

.section_footer .mod_agency {
    float: right;
}


.mod_mobile_toggle {
    display: none;
}

/** button **/

a.more {
    margin-top: 1.5em;
}

button.submit,
a.more {
    display: inline-block;
    min-width: 188px;
    font-weight: bold;
    text-transform: uppercase;  
    letter-spacing: .05em;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    margin-right: 25px;
    transition: .166s ease-in-out 0s;
}

button.submit:hover,
button.submit:active,
button.submit:focus,
a.more:hover,
a.more:active,
a.more:focus {
    text-decoration: none;
}

.centered a.more {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

button.submit,
a.more.primary {
    background: #D60D4D;
    border: 1px solid #D60D4D;
    color: #FFF;
}

button.submit:hover,
button.submit:active,
button.submit:focus,
a.more.primary:hover,
a.more.primary:active,
a.more.primary:focus {
    background: #E42562;
    border: 1px solid #E42562;
    box-shadow: 0 5px 15px rgba(214,13,77,.4);
    transition: .333s ease-in-out 0s;
}

a.more.secondary {
    background: #E0E3E7;
    border: 1px solid #E0E3E7;
    color: #021E47;
}

a.more.secondary:hover,
a.more.secondary:active,
a.more.secondary:focus {
    border: 1px solid #021E47;
    transition: .333s ease-in-out 0s;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea, 
select {
    background: #F2F4F6;
    border: 1px solid #F2F4F6;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 22px 0 22px;
    border: 1px solid #F2F4F6;
}

textarea {
    padding: 22px;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"],  
select {
    line-height: 58px;
    height: 58px;
}

.mod_contact input[type="text"]:valid, 
.mod_contact input[type="password"]:valid, 
.mod_contact input[type="date"]:valid, 
.mod_contact input[type="datetime"]:valid, 
.mod_contact input[type="email"]:valid, 
.mod_contact input[type="number"]:valid, 
.mod_contact input[type="search"]:valid, 
.mod_contact input[type="tel"]:valid, 
.mod_contact .mod_contact input[type="time"]:valid, 
.mod_contact input[type="url"]:valid, 
.mod_contact input[type="checkbox"]:valid,
.mod_contact textarea:valid, 
.mod_contact select:valid,
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="date"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="time"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus,
textarea:hover, 
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
    border-color: #021E47;
    background-color: #F2F4F6;
}

select {
    width: 100%;
}

.widget-select {
    position: relative;
}

.widget-select:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    background: #021E47 url(../img/icon-arrow-down-1.svg) no-repeat scroll center;
    background-size: 12.5px 8px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    pointer-events: none;
}

.widget.large {
    width: 63.8888888889%;
    float: left;
}

.widget.small {
    width: 33.3333333333%;
    float: left;
    margin-right: 2.7777777778%;
}

.widget.middle {
    width: 48.61111111111%;
    margin-right: 2.7777777778%;
    float: left;
}

input[type="checkbox"] {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 23px;
    background: #F2F4F6;
    border: 1px solid #F2F4F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

input[type="checkbox"]:checked {
    background: transparent url('../img/icon-check.svg') no-repeat center;
    background-size: 25px 25px;
}

.widget-checkbox label {
    font-size: 14px;
    line-height: 20px;
    color: #021E47;
}

.widget-checkbox {
    margin-bottom: 30px;
}

.widget.middle + .widget.middle {
    margin-right: 0;
}


::placeholder { 
  color: #021E47;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #021E47;
}

::-ms-input-placeholder { 
  color: #021E47;
}

.ce_form {
    margin-top: 40px;
    overflow: visible;
}

.ce_text.large a {
    margin-top: 20px;
}

.pagination_button {
    text-align: center;
}

.pagination.block {
    overflow: visible;
    padding-top: 100px;
        
}

.pagination_button a {
    position: relative;
    text-transform: uppercase;
    color: #021E47;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .5px;
}

.pagination_button a:before {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #021E47 url('../img/icon-add.svg') no-repeat center;
    background-size: 12.5px 12.5px; 
    border-radius: 25px;
}

.pagination_button a:hover:before {
    box-shadow: 0 10px 15px rgba(2,30,71,.3);
    transition: .2s ease-in-out 0s;
}

/** area_home **/

.area_home .mod_breadcrumb {
    display: none;
}

/** call to action **/

.call_to_action {
    display: inline-block;
    padding: 1.5em 2em 2em 2em;
    background: #1B3459 url('../img/bg-divider.png') no-repeat top right;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(2,30,71,.4);
    -moz-box-shadow: 0 10px 30px rgba(2,30,71,.4);
    -o-box-shadow: 0 10px 30px rgba(2,30,71,.4);
    box-shadow: 0 10px 30px rgba(2,30,71,.4);
}

.call_to_action h2,
.call_to_action h4 {
    float: left;
    width: 80%;
    color: #FFF;
}

.call_to_action h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.call_to_action h4 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: .05em;
    font-weight: normal;
    text-transform: uppercase;
}

.call_to_action a {
    margin-top: -14px;
    float: right;
    background: #FFF !important;
    margin-right: 0;
}

.section_distributor a {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
    letter-spacing: .05em;
    font-size: 14px;
}

.section_distributor h3 {
    margin-bottom: 25px;
}

/** Slider **/

.mod_rocksolid_slider {
    padding: 20px 0 20px 0;
    background: #FFF;
}

.mod_rocksolid_slider .rsts-view {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mod_rocksolid_slider.rsts-skin-default.rsts-main {
    overflow: visible;
}

.mod_rocksolid_slider.rsts-skin-default .rsts-prev, 
.mod_rocksolid_slider.rsts-skin-default .rsts-next {
    bottom: inherit;
    top: -134px;
    width: 50px;
    height: 50px;
    right: 5%;
    /*left: 1089px;*/
    border-radius: 25px;
    background: #021E47 url('../img/icon-arrow-left.svg') no-repeat center;
    background-size: 6px 12px;
    transition: .2s ease-in-out 0s;
}

.mod_rocksolid_slider.rsts-skin-default .rsts-next {
    background: #021E47 url('../img/icon-arrow-right.svg') no-repeat center;
    background-size: 6px 12px;
    right:0;
    /*left: 1150px;*/
}

.mod_rocksolid_slider.rsts-skin-default .rsts-prev:hover, 
.mod_rocksolid_slider.rsts-skin-default .rsts-next:hover {
    box-shadow: 0 10px 15px rgba(2,30,71,.3);
    transition: .2s ease-in-out 0s;
}

.mod_rocksolid_slider .rsts-crop {
    overflow: visible;
}

.mod_rocksolid_slider .rsts-caption {
    display: none;
}

.mod_rocksolid_slider .rsts-slide {
    padding: 20px 0 20px 0;
    overflow: visible;
}

.mod_rocksolid_slider .rsts-slide .ce_text {
    position: relative;
    min-height: 350px;
    padding-top: 87px;
    padding-left: 20px; 
    padding-right: 20px;
    border: 1px solid #AAA;
    border-radius: 10px;
    transition: .166s ease-in-out 0s;
    overflow: visible;
}

.mod_rocksolid_slider .rsts-slide:hover .ce_text{
    margin-top: -10px;
    padding-top: 32px;
    padding-bottom: 32px;
    transition: .4s ease-in-out 0s;
    box-shadow: 0 5px 10px rgba(224,177,193,.6);
}

.mod_rocksolid_slider .rsts-slide h3 {
    margin-bottom: 50px;
}

.mod_rocksolid_slider .rsts-slide a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: 0s ease-in-out 0s;
}

.mod_rocksolid_slider .rsts-slide:hover a {
    visibility: visible;
    opacity: 1;
    height: inherit;
    -webkit-transition: .4s ease-in-out 0s;
    -moz-transition: .4s ease-in-out 0s;
    -o-transition: .4s ease-in-out 0s;
    transition: .4s ease-in-out 0s;
    text-decoration: underline;
}

/** News **/

.mod_newslist_home .pagination p,
.mod_newslist_home .pagination ul {
    display: none;
}

.layout_latest {
    width: 31.605%;
    margin-right: 2.508%;
    float: left;
    background: #F2F4F6;
    padding: 24px 24px 0 24px;
    border: 1px solid #F2F4F6;
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
    margin-bottom: 2em;
}

.mod_newslist_sidebar .layout_latest {
    width: 100%;
}

.mod_newslist_home .layout_latest:nth-of-type(3n+1) {
    clear: both;
}

.layout_latest:nth-of-type(3n+3) {
    margin-right: 0;
}

.layout_latest:hover {
    border: 1px solid #333;
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
    cursor: pointer;
}

.layout_latest h2 a {
    color: #021E47;
    text-decoration: none;
}

.layout_latest h2 a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}

.layout_latest:hover .more a,
.layout_latest:hover h2 a {
    text-decoration: underline;
}

.layout_latest .category {
    color: #D60D4D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.layout_latest .info {
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

.layout_latest .more a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
}

.mod_newsreader .back {
    display: none;
}

.mod_newsreader h2[itemprop="name"] {
    max-width: 800px;
}

.mod_newsreader .pagination li {
    margin: 0;
}

.mod_newsreader .pagination li span {
    font-size: 12px;
    margin-top: 20px;
}

.mod_newsreader .pagination li a {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    max-width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.mod_newsreader .pagination li.next a {
    float: right;
}

.mod_newsreader .pagination li a:after {
    content: '...';
    display: inline-block;
}

.mod_newsreader .pagination li.previous a,
.mod_newsreader .pagination li.previous span {
    text-align: left;
}

.mod_newsreader .pagination li.previous {
    width: 50%;
    padding-right: 10px;
    float: left;
}

.mod_newsreader .pagination li.next a,
.mod_newsreader .pagination li.next span {
    text-align: right;
}

.mod_newsreader .pagination li.next {
    width: 50%;
    padding-left: 10px;
    float: right;
}

.mod_newsreader .pagination.block {
    padding-top: 20px;
    
    border-bottom: 1px solid rgba(0,0,0,.1);
}



/** backgrounds **/

.heroshot .centered-wrapper-background {
    top: -10%;
    left: -970px;
    background-size: contain;
    height: 770px;
        
}

.heroshot .centered-wrapper-background-second {
    position: absolute;
    top: 7%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: scroll no-repeat 50% 50%;
    right: -710px;
    background-size: contain;
    height: 770px;
}

/** sidebar **/

.mod_sidebar h2 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0; 
    margin-bottom: 12px;
}

.mod_sidebar h2 {
    margin-top: 30px;
}

.mod_sidebar h2:first-child {
    margin-top: 0;
}

.mod_sidebar h4 + h2 {
    margin-top: 0;
}

.mod_sidebar h4 {
    color: #D60D4D;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.mod_sidebar p {
    margin-bottom: 0;
}

/** accordion **/

.ce_accordion .toggler {
    position: relative;
    background: #F2F4F6;
    border: 1px solid #F2F4F6; 
    padding: 20.5px 64px 20.5px 22px;
    font-weight: bold;
    color: #021E47;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ce_accordion .toggler.active,
.ce_accordion:hover .toggler {
    border: 1px solid #021E47; 
}

.ce_accordion .toggler .ui-icon:before {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 21px;
    width: 21px;
    height: 21px;
    background: url('../img/icon-toggler.svg') no-repeat center center;
    background-size: 21px 21px;
}

.ce_accordion .toggler.active .ui-icon:before {
    background: url('../img/icon-toggler-active.svg') no-repeat center center;
    transform: rotate(45deg);
}

.ce_accordion {
    margin-bottom: 1em;
}

.ce_accordion .accordion {
    padding: 25px 25px 8px 25px;
    line-height: 26px;
}

.ce_accordion .accordion p:last-child {
    margin-bottom: 0;
}

/** Search **/

.mod_login .formbody,
.mod_search .formbody {
    max-width: 480px;
    margin-top: 20px; 
    margin-left: auto;
    margin-right: auto;
}

.mod_login .formbody .widget-submit,
.mod_search .formbody .widget-submit {
    text-align: center;
    padding-bottom: 2em;
}

.mod_search .info,
.mod_search .relevance,
.mod_search .url {
    display: none;
}

.mod_search .highlight {
    color: #D60D4D;
    background: none;
}

.mod_search h3 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    
}

.mod_search h3 a:hover,
.mod_search h3 a:active,
.mod_search h3 a:focus {
    color: #D60D4D;
    text-decoration: underline;
}

.mod_search .header {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.mod_search .header strong {
    color: #D60D4D;
    font-weight: bold;
}

.mod_search .odd,
.mod_search .even {
    padding: 25px 0 35px 0;
    border-bottom: 1px solid #C5C5C5;
    font-size: 18px;
    line-height: 30px;
}

.mod_search .odd p,
.mod_search .even p {
    margin-bottom: 0;
}

.mod_search .first.even {
    border-top: 1px solid #C5C5C5
}

.mod_search .pagination {
    margin-top: 50px;
    padding-bottom: 2em;
}

.mod_search .pagination li.last {
    display: none;
}

.mod_search .pagination li strong.active,
.mod_search .pagination li a {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 7px;
    line-height: 50px;
    text-align: center;
    background: #F2F4f6;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    transition: .2s ease-in-out 0s;
}

.mod_search .pagination li.next a {
    background: none;
    color: #333;
    font-weight: normal;
}

.mod_search .pagination li strong.active {
    color: #FFF;
    background: #D60D4D;
}

.mod_search .pagination li a:hover {
    background: #E42562;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(214,13,77,.4);
    transition: .2s ease-in-out 0s;
}

.mod_search .pagination li.next a:hover,
.mod_search .pagination li.next a:active,
.mod_search .pagination li.next a:focus {
    background: none;
    box-shadow: none;
    color: #D60D4D;
    text-decoration: underline;
}

.mod_login button.submit,
.mod_search button.submit {
    margin-right: 0;
}

/** categories filter **/

.news_button {
    float: left;
    width: 50%;
}

.mod_newscategories {
    float: right;
    width: 248px;
    margin-top: 1.5em;
}

.mod_newscategories .level_1 {
    position: absolute;
    list-style-type: none;
    min-width: 248px;
    height: 48px;
    padding: 0;
    border-radius: 25px;
}

.mod_newscategories .level_1.active {
    height: auto;
}

.mod_newscategories .level_1:hover {
    cursor: pointer;
    
}

.mod_newscategories .level_1 li {
    padding: 10px 25px;
    background: #FFF;
}

.mod_newscategories .level_1 li.news_category_1 {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #021E47;
    border-right: 1px solid #021E47;
    border-left: 1px solid #021E47;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.mod_newscategories .level_1 li.news_category_3,
.mod_newscategories .level_1 li.news_category_2 {
    display: none;
    border-right: 1px solid #021E47;
    border-left: 1px solid #021E47;
}

.mod_newscategories .level_1 li.news_category_3 {
    border-bottom: 1px solid #021E47;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.mod_newscategories .level_1.active li.news_category_1,
.mod_newscategories .level_1.active li.news_category_2,
.mod_newscategories .level_1.active li.news_category_3 {
    display: block;
}

.mod_newscategories .level_1  li.first {
    padding: 0 25px;
    border-radius: 25px;
    display: block;
    background: #021E47 url('../img/icon-arrow-down-1.svg') no-repeat 91% center;
    background-size: 12px 8px;
    color: #FFF;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 14px;
    transition: .2s ease-in-out 0s;
}

.mod_newscategories .level_1.active  li.first {
    background: #021E47 url('../img/icon-arrow-down-2.svg') no-repeat 91% center;
    background-size: 12px 8px;
}

.mod_newscategories .level_1  li.first:hover,
.mod_newscategories .level_1.active li.first {
    box-shadow: 0px 10px 15px 0px rgba(2,30,71,.3);
    transition: .2s ease-in-out 0s;
}

.mod_newscategories .level_1  li.first a {
    text-decoration: none;
    color: #FFF;
}

/** test footer **/

.footer-fields .row-1 {
    width: 100%;
    display: block;
}

.footer-fields .field-1,
.footer-fields .field-2,
.footer-fields .field-3,
.footer-fields .field-4,
.footer-fields .field-5,
.footer-fields .field-6 {
    float:left;
}

.footer-fields .field-1 {
    width: 23.3333333333%;
}

.footer-fields .field-3,
.footer-fields .field-2 {
    width: 20%;
}

.footer-fields .field-4,
.footer-fields .field-5 {
    width: 13.3333333333%;
}

.footer-fields .field-6 {
    width: 10%;
}

.footer-fields .row-1 .field-4,
.footer-fields .row-1 .field-5,
.footer-fields .row-1 .field-6 {
    padding-top: 24px;
}

.footer-fields .row-2 {
    padding-top: 10px;
}