* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
    background-color: #E3E3E3;
}
body {
    font-family: "Arial", sans-serif;
    font-size: 14px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.container {
    max-width: 960px;
}
.no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.inner {
    margin: 0;
    width: auto;
}

@media screen and (min-width: 481px) and (max-width: 640px) {
.inner {
    margin: 0 20px 10px !important;
}
}

@media screen and (min-width: 641px) and (max-width: 800px) {
.inner {
    margin: 0 44px 10px !important;
}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
.inner {
    margin: 0 10px 10px !important;
}
}

@media screen and (min-width: 981px) {
.inner {
    margin: 0 auto;
    width: 940px;
}
}

@media screen and (max-width: 480px) {
.wrapper {
    overflow: visible;
}
}

@media screen and (min-width: 481px) and (max-width: 640px) {
.wrapper {
    margin: 0 10px 10px !important;
}
}

@media screen and (min-width: 641px) and (max-width: 800px) {
.wrapper {
    margin: 0 35px 10px !important;
}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
.wrapper {
    margin: 0 10px 10px !important;
}
}

@media screen and (min-width: 980px) {
.wrapper {
    overflow: hidden;
    padding-top: 0;
}
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
hr {
    width: 105%;
    height: 10px;
    color: #ffffff;
    background-color: #ffffff;
    border: 0px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
b, strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
img {
    border: 0 none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    display: none;
}
.button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
.button, input {
    line-height: normal;
}
.button, select {
    text-transform: none;
}
.button, input[type="submit"], input[type="button"] {
    cursor: pointer;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.container::before, .container::after, .row::before, .row::after {
    content: " ";
    display: table;
}
.container::after, .row::after {
    clear: both;
}
.col-xs-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    width: 100%;
}
.hero-section-mid {
    margin-bottom: 20px;
    position: relative;
}
.hero-section-mid img {
    max-height: 350px;
    max-width: 620px;
    width: 100%;
}

@media (min-width: 641px) {
.container {
    width: auto;
}
.col-xs-12 {
    float: left;
}
.col-sm-4 {
    width: 100%;
}
.col-md-8 {
    width: 100%;
}
}

@media (min-width: 802px) {
.container {
    width: auto;
}
.col-xs-12 {
    float: left;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-8 {
    width: 66.6667%;
}
}
html {
    line-height: 1.5;
}
body {
    background-color: #ffffff;
    color: #333333;
}
main > h1 {
    clear: both;
    margin-top: 10px;
    padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #002060;
    margin: 0 0 0.5em;
}
h1, h2 {
    font-weight: normal;
}
h2 {
    line-height: 1.4em;
}
h2 a:link {
    text-decoration: none;
}
h2 a:hover {
    color: #002060;
    text-decoration: underline;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin: 0;
}
a:link {
    color: #002060;
    transition: background-color 0.5s ease;
}
a:visited {
    color: #6c5c99;
}
a:hover {
    color: #002060;
}
fieldset {
    border: 0 none;
    padding: 0;
}
input, textarea, .button {
    width: 100%;
}
input[type=text], input[type=password] {
    border: 1px solid #e3e3e3;
    padding: 3px;
}
input[type=submit], .button, input[type=button] {
    color: #ffffff !important;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
}
input[type=submit], .button {
    background-color: #002060;
    border: medium none;
    margin-bottom: 15px;
    display: block;
    padding: 9px 0;
    text-align: center;
}
input[type=button] {
    background: #002060;
    border: medium none #002060;
    padding: 0.3em 2em;
}
input[type=submit]:hover, .button:hover {
    background-color: #002060;
    color: #dce6f2 !important;
}
img, input, .white-panel, .blue-panel, .form-layout, .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
header, header::before, header::after, header *, header *::before, header *::after {
    box-sizing: content-box;
}
header {
    background-color: #ffffff;
    overflow: hidden;
    padding: 10px 0;
}
.siteinfo {
    padding-top: 11px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}
.siteinfo hgroup {
    float: right;
}
.siteinfo hgroup h2 {
    font-size: 1.7em;
    color: #002060;
}
.siteinfo hgroup h2 span {
    color: #002060;
}
.cruk-logo {
    display: inline;
}

/*.cruk-logo img {
    padding-top: 14px;
}
#top-page {
background-color: #ffffff;
    height: 15px;
}*/

@media screen and (max-width: 800px) {
#top-page, .siteinfo hgroup {
    display: none;
}
/*.cruk-logo {
    padding-left: 45px;
}*/
}

@media screen and (min-width: 481px) and (max-width: 800px) {
.siteinfo hgroup {
    display: none;
}
}

@media screen and (max-width: 480px) {
.cruk-logo {
    padding-left: 10px;
}
}

@media screen and (min-width: 481px) and (max-width: 640px) {
.cruk-logo {
    padding-left: 20px;
}
}

@media screen and (min-width: 800px) and (max-width: 980px) {
.cruk-logo {
    margin-left: 20px;
}
}
.more a, .more-white a {
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
}
.more a {
    background: transparent url(../images/blue-arrow.png) no-repeat 0 center;
    color: #002060;
}
.more a:hover, .more-white a:hover {
    text-decoration: underline;
}
.more-white a {
    background: transparent url(../images/white-arrow.png) no-repeat left center;
    color: #ffffff;
}
.white-panel, .form-layout {
    background-color: #dce6f2;
    border: 1px solid #dce6f2;
    clear: both;
}
.white-panel {
    margin: 0 0 20px;
    padding: 15px 20px 20px;
    position: relative;
}
.form-layout {
    margin: 0 0 20px;
    padding: 1em;
}
.blue-panel {
    padding: 13px 20px;
    background-color: #002060;/*min-height: 288px;*/
}
.blue-panel, .blue-panel h2 {
    color: #ffffff !important;
}
.blue-panel h2 {
    line-height: 1.2em;
}
.blue-panel p a {
    color: #fff;
}
.blue-panel p.last {
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 81%;
}
.red {
    color: #002060;
    padding-left: 0.4em;
    font-weight: bold;
}
.rowForm {
    margin: 0.4em 0;
}

@media screen and (min-width: 800px) {
.white-panel {
    min-height: 233px;
}
.loginForm .rowForm, .callmeback .action {
    text-align: right;
}
.loginForm .rowForm label, .callmeback .rowForm label {
    float: left;
}
.loginForm .rowForm input[type=text], .loginForm .rowForm input[type=password] {
    width: 60%;
}
.callmeback .rowForm {
    margin: 1em 0;
}
.callmeback .rowForm label {
    width: 210px;
}
.callmeback .rowForm input, .callmeback .rowForm textarea {
    width: 250px;
    color: #333333;
    padding: 2px 5px;
}
.callmeback .rowForm input[type=submit], .callmeback .rowForm input[type=button] {
    padding: 0.3em 2em;
}
.callmeback .rowForm input[type=submit] {
    background: #002060 url(../images/white-arrow.png) no-repeat right center;
    border: medium none #002060;
    margin: 0 0 0 2em;
}
.callmeback .rowForm input[type=submit], .callmeback .rowForm input[type=button] {
    font-size: 1em;
    font-weight: normal;
    width: auto;
    display: inline-block;
}
.marginTop {
    margin-top: 40px;
}
}
footer, footer::before, footer::after, footer *, footer *::before, footer *::after {
    box-sizing: content-box;
}
footer[role="contentinfo"] {
    background-color: #e3e3e3;
    clear: both;
    margin-top: 20px;
}
footer[role="contentinfo"] ul.info-links li {
    border-bottom: 1px solid #ffffff;
    border-left: medium none;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
footer[role="contentinfo"] ul.info-links li a {
    font-size: 1.1em;
    text-decoration: none;
}
footer[role="contentinfo"] ul.info-links li a:hover {
    color: #002060;
    text-decoration: underline;
}
footer[role="contentinfo"] address {
    background-color: #e3e3e3;
    position: relative;
    padding: 0 0.5em;
}

@media screen and (min-width: 481px) and (max-width: 980px) {
footer[role="contentinfo"] ul.info-links {
    background-color: #e3e3e3;
    clear: left;
    margin-left: -0.5em;
    padding: 10px;
    position: relative;
}
footer[role="contentinfo"] ul.info-links li {
    border-bottom: medium none;
    border-right: 1px solid #333333;
    display: inline;
    padding: 0 0.5em;
}
footer[role="contentinfo"] ul.info-links li:last-child {
    border-right: medium none;
}
}

@media screen and (min-width: 981px) {
footer[role="contentinfo"] ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
footer[role="contentinfo"] ul li {
    display: inline;
    margin: 0;
    padding: 0 0.5em;
}
footer[role="contentinfo"] ul a {
    text-decoration: none;
}
footer[role="contentinfo"] ul.info-links {
    background-color: #e3e3e3;
    margin-left: -0.5em;
    padding: 20px 0;
}
footer[role="contentinfo"] ul.info-links li {
    border-bottom: medium none;
    border-right: 1px solid #333333;
    display: inline;
    padding: 0 0.5em;
}
footer[role="contentinfo"] ul.info-links li:last-child {
    border-right: medium none;
}
footer[role="contentinfo"] ul.info-links li:first-child {
    border-top: medium none;
}
footer[role="contentinfo"] address {
    padding: 10px 0;
}
}
/*nuove classi per immagine rimpicciolita per inserimento link */
.hero-section-mid img {
    max-height: 300px;
    max-width: 450px;
    width: 100%;
}
.field-type-image {
    text-align: right !important;
}
.link {
    background-color: #002060;
    color: #ffffff;
    float: left;
    max-width: 24.5%;
    width: auto;
    margin-right: 1em;
    padding-right: 0.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 2.15em;
}
.link p {
    margin: 1em;
}
.link a {
    color: #ffffff;
    text-decoration: none;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.second .hero-section-mid img {
    height: 285px;
    max-width: 620px;
    width: 620px;
}
.red {
    color: #ff0000;
}
.list-link li {
    list-style: none;
    padding-top: .3rem;
    padding-bottom: .3rem;
}
.list-link li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    padding-right: 1rem;
    border-color: transparent transparent transparent #fff;
}
.list-link li a {
    color: #fff;
    text-decoration: none;
}
.small {
    font-size: 13px;
    line-height: normal;
}
.small:last-child {
    margin: 0;
}
.m-height-md {
    min-height: 238px;
}
.m-height-xl {
    min-height: 365px;
}
.m-auto {
    min-height: auto;
}
.mb20 {
    margin-bottom: 20px;
}
.img-fluid {
    max-width: 100%;
}
.info-helpdesk {
    background-color: #002060;
	overflow: hidden;
	padding: 10px;
}
.info-helpdesk li {
}

@media (min-width: 802px) {
.info-helpdesk li {
    float: left;
    width: 50%;
}
}
.info-helpdesk li, .info-helpdesk a {
    color: #ffffff;
    list-style: none;
    text-decoration: none;
}
.bg {
    overflow: hidden;
    max-height: 225px;
}
.navigation-side li {
    background-color: #002060;
    border-bottom: 1px solid white;
    display: block;
    color: #ffffff;
}
.navigation-side li.last {
    display: none;
}
@media (min-width: 881px) {
.navigation-side li.last {
    min-height: 53px;
	display: block;
}
}
@media (min-width: 992px) {
.navigation-side li.last {
    min-height: 80px;
}
}
.navigation-side li a:link {
    color: #ffffff;
    text-decoration: none;
    padding: 0.75em 0 .75em 1em;
    display: block;
}
.navigation-side li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    padding-right: 1rem;
    border-color: transparent transparent transparent #fff;
}
.navigation-side li a:link:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0056ff;
}
.navigation-side li a:visited {
    color: #ffffff;
}
.navigation-side li span {
    font-size: 19px;
    padding: 13px;
    display: block;
}
.shadow::after {
    background-position: left top, right top;
    left: 0px;
    width: 100%;
    height: 1em;
    bottom: -1.25em;
    position: absolute;
    content: "";
    background-image: url(../images/shadow-left.png), url(../images/shadow-right.png);
    background-attachment: scroll, scroll;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    background-color: transparent;
}
.pl-0 {
    padding-left: 0!important;
}
.p-0 {
    padding: 0 !important;
}

@media (max-width: 768px) {
.p-xs-0 {
    padding: 0;
}
}

@media (min-width: 992px) {
.pr-md-0 {
    padding-right: 0!important;
}
.mb-md-20 {
    margin-bottom: 20px !important;
}
}
