﻿/*   Common styles   */
/* All @media numbers received after devision on .75 that set in meta tag of Landing pages layout:
    1024 : 0.75 = 1365
    768 : 0.75 = 1024
    576 : 0.75 = 768
    414 : 0.75 = 552
    411 : 0.75 = 547
    375 : 0.75 = 500
    360 : 0.75 = 480
    320 : 0.75 = 427
*/

.pinnaclescores-wrap {
    width: 100%;    
    display: flex;
    flex-direction: column;
    font-family: Roboto, Arial, serif;
    margin-top: -1px;
}

/*  Header  */

header {
  height: 65px;
  width: 100%;
  background: linear-gradient(90deg, #0B1422 0%, #042D56 100%);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);  
  box-sizing: border-box;
}

.header-wrapper {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 25px 20px;  
    box-sizing: border-box;  
}

@media screen and (max-width: 1286px){  /* 965px : .75 */
    .header-wrapper {
        width: 100%;
    }
}

.pinnaclescores-language-selector {
    float: right;
    position: relative;    
    width: 60px;    
    height: 30px;
    line-height: 10px;
    cursor: pointer;
}
.pinnaclescores-language-selector:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../image/downArrow.svg) no-repeat;
    top: 3px;
    right: 10px;  
    pointer-events: none;      
}

.current-language {
    display: block;
    width: 33px;
    font-size: 11px;    
    color: #fff;
    text-transform:uppercase;
    text-align: right;
}

input[type="checkbox"] {
  position: absolute;
  top: 0px;  
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.languages {
    display: none;
    position: absolute;
    right: -1px;
    top: 48px;
    width: 412px;
    height: auto;
    list-style: none;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;  
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .languages {
        width: 213px;
        height: auto;
    }
}

.languages::before {
    content:'';
    position:absolute;	
	width:0;
	height:0;
	border:10px solid transparent;
	border-bottom-color: #fff;
	top: -20px;
	right: 7px;
}

.languages .left-box {
    width:50%;
    float: left;
}

.languages .right-box {
    width: 50%;
    float: right;
}

@media screen and (max-width: 768px){
    .languages .left-box,
    .languages .right-box {
        float: none;
        width: 100%;
    }
}

.languages a {
    display: block;
    padding: 9px 15px; 
    color: #545A64;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px; 
    text-decoration: none;  
}

.languages a:hover {
    background-color: #F1F1F1;
}

.languages a.selected {
    background-color: #0A74EF;
    color: #fff;
}

input[type="checkbox"]:checked ~ .languages {
    display: block;
}

/*  end of Header  */

/*  Footer  */

footer {  
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px; 
  background-color: #101928;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  box-sizing: border-box;  
}

.footer .logo {
    width: 46px;
    height: 46px;
    margin: 0 auto 23px;
    border-radius: 5px;
    background: url(../image/pinnacle-ios-icon.png);
    background-size: contain;
}

.footer ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    padding: 0px 20px;
    line-height: 11px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.footer ul li a,
.footer ul li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
}

.footer ul li:last-child {
    border-right: 0;
}

.footer p {
    margin-top: 7px;
}

/*  end of Footer  */

.links {
    width: 78%;
    display: flex;
    flex-direction: row;    
}

@media screen and (max-width: 768px) {
    .links {
        width: 80%;
        margin: 0 auto;
        justify-content: space-around;
    }
}

@media screen and (max-width: 480px){
    .links {
        width: 95%;
    }
}

.links a {
    display: inline-block;
    width: 171px;
    height: 50px;  
    margin-bottom: 15px; 
    background-size: contain; 
    font-size: 0;
    color: transparent;    
}

.links a:first-child {
    margin-right: 15px;
}

@media screen and (max-width: 768px){
    .links a {
        width: 154px;
        height: 45px;
    }
    .links a:first-child {
    margin-right: 0px;
}
}

.google {  
    background: url(../image/google-play.png) no-repeat;    
}

.apple {
    background: url(../image/app-store.png) no-repeat;
}

/*  Sub pages  */

.sub-page-content {
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background-color: #111C2E;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px){
    .sub-page-content {
        padding: 30px;
    }
}

.back-home {
    position: relative;
    display: block;
    width: 300px;
    height: 35px;
    margin-bottom: 50px;
    padding: 9px 0 10px 15px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}
.back-home:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 9px;
    background: url(../image/chevron-down.svg) no-repeat;
    background-size: contain;
    top: 13px;
    left: 0;
}

@media screen and (max-width: 1024px){
    .back-home {
        margin-bottom: 36px;
    }
}

.sub-page-content .title {
    margin-bottom: 15px;
    color: #FFFFFF;    
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.62px;
    line-height: 38px;
}

.sub-page-content p, 
.sub-page-content ul {
    color: rgba(255, 255, 255, .7); 
    font-family: Roboto, Arial, serif;   
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.sub-page-content p {
    width: 81%;
    margin: 0 0 30px 0;
    padding: 0;
}

.sub-page-content p.last {
    margin-bottom: 5px; 
}

.sub-page-content ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

.sub-page-content .sub-title {
    font-size: 26px; 
    font-family: Roboto, Arial, serif;
    font-weight: 300;   
}

.sub-page-content .sub-title.contact-us {
    margin-bottom: 5px;
}

.sub-page-content a.contact-us{
    display: block;
    margin-bottom: 55px;
    color: #0077FF;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.sub-page-content p.no-bottom-margin {
    margin-bottom: 0;
}

.sub-page-content a.google-analitics-link {
    color: #0077FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}


@media screen and (max-width: 768px){
    .sub-page-content .links a.google,
    .sub-page-content .links a.apple {
        width: 155px;
        height: 45px;
        margin-bottom: 15px;
    }
}

/*  Main Pinnaclescores page styles  */ 

main{        
    width: 100%;  
    height: 100%;
    background-color: #0C1422;
    
}

.main-image {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 105px 0 50px;
}

@media screen and (max-width: 1365px) {  /*  1024 : 0.75 = 1024  .75 is scale set in meta tag of layout*/
    .main-image {
    	background-size: cover;
  }
}

@media screen and (max-width: 1024px){  /*  768 : 0.75 = 1024  .75 is scale set in meta tag of layout*/
    .main-image {
        padding: 30px 0px;
    }
}

.main-section {
    width: 462px;
    height: auto;
    margin: 0px 0 0 100px;
    padding: 0;    
    background-color: transparent;
    color: #FFFFFF;
    text-align: left;
    border-bottom: none;    
}

@media screen and (max-width: 768px) {
    .main-section {
        width: 100%;
        margin: 0px;
        padding: 0 25px;  
        text-align: center;      
        box-sizing: border-box;
    }
}

.main-section .logo {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-image: url('../image/pinnacle-ios-icon.png');
    background-size: contain;
}

@media screen and (max-width: 768px){
    .main-section .logo {
        height: 60px;
        width: 60px;
        margin: 30px auto;
    }
}

.main-section .title {
    margin-bottom: 30px;
    padding: 80px 0 0 0;
    font-family: Roboto, Arial, serif;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 76px;    
}

@media screen and (max-width: 768px){
    .main-section .title {
        padding: 0px 50px;
        font-size: 35px;
        line-height: 41px;        
    }
}

@media screen and (max-width: 427px){
    .main-section .title {
        margin-bottom: 0px;       
    }
}

.main-section .sub-title {
    display: block;    
    margin-bottom: 100px;
    font-family: Roboto, Arial, serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 35px;    
}

@media screen and (max-width: 1024px){
    .main-section .sub-title {
        width: 98%;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px){
    .main-section .sub-title {
        margin-bottom: 40px;
        padding-top: 20px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 427px){
    .main-section .sub-title {
        margin-bottom: 30px;
    }
}

