/* nav ul li a.menu--mainItem, nav a.menu--subItem{ color:#fff; } nav a.menu--subItem{ color:#fff; opacity:.8 } nav a.menu--subItem:hover{ color:#fff; } nav a.menu--subItem.open{ color:#fff; } */ nav ul li a.menu--mainItem:hover{ /* color:#fff !important; */ opacity:1; cursor:pointer; } /* nav ul li.menu--mainContent.open{ border-color:#fff; } nav ul li.menu--mainContent.open a.menu--mainItem{ color:#fff; } nav div#logo .logo--text{ color:#fff; opacity:.9; } nav div#logo .logo--text:hover{ color:#fff; opacity:1; } */ main.cover--blue{ transform:translate(0px,0px); background-color:#00c6ff; /*box-shadow:none;*/ } main.cover--blue .nav--background{ background-color:#0fbef5; border-bottom:none; } main.cover--blue section .section--body h1{ color:#fff; } main.cover--blue section .section--body h2{ color:#fff; } main.cover--blue section .section--body h3{ color:#fff; } main.cover--blue section .section--body p{ color:#fff; } main.cover--blue .section--body .section--footer{ border-top:1px solid #fff; } main.cover--blue .section--body .section--footer a, main.cover--blue .section--body .section--footer span{ color:#fff; opacity:.6; } .section--body .section--footer span{ float:right; margin-right:0px; } main.cover--blue .section--body .section--footer a:hover{ color:#fff; opacity:1; } main.cover--blue .section--footer .back-to-top{ background-color:#fff; } /* .section--footer .back-to-top span:before{ background-color:#00c6ff; } */ /* .section--footer .back-to-top span:after{ border-top:4px solid #00c6ff; border-right:4px solid #00c6ff; } */ main.cover--blue .section--body .section--split:before{ background-color:#fff; } .section--body ul{ width:100%; box-sizing:border-box; padding-right:62px; } @media only screen and (max-width: 769px){ .section--body ul{ padding-right: 0; } } .section--body ul li{ width:100%; border-bottom:1px solid #d4d7d9; padding:20px 20px 20px 0; transition:all .3s; box-sizing:border-box; cursor:pointer; } .section--body ul li:hover{ padding:20px 0px 20px 20px; } .section--body ul li:last-child{ border-bottom:none; } .section--body ul li h2{ margin:0; padding:0 0 10px 0; font-weight:600; color: #4aa2f9; width: 100%; } .section--body ul li p{ margin:0; padding:0; font-weight:400; opacity:1; font-size:1.6em; line-height:120%; } .section--body ul li a{ cursor:pointer; } main.cover--blue ul li p { color: #fff; } .list-item a{ display: -webkit-flex; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; text-decoration: none; } .list-item a:after{ content: ''; display: table; clear: both; } .list-item__left-img{ width: 20%; max-width: 120px; } .list-item__text{ max-width: 80%; padding-left: 20px; } @media only screen and (max-width: 769px){ .list-item a{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .list-item__left-img{ width: 100%; } .list-item__text{ max-width: 100%; padding-left: 0; } }