
.tri {
    max-width:1200px;
}

.hero__background {
    background-color:#152f44;
    background-image:url('');
    background-position:center center;
}

.cta__brand, 
.wpcf7-form input[type="submit"] { background:#152f44; }

.cta__brand:hover, 
.wpcf7-form input[type="submit"]:hover { background:#000008; }

.txt__brand { color:#152f44 !important; }
.txt__alt { color:#152f44 !important; }
.txt__extra, h2 { color:#152f44 !important; }

.bg__brand { background-color:#152f44 !important; }
.bg__alt { background-color:#152f44 !important; }
.bg__extra { background-color:#152f44 !important; }

blockquote {
    border-left: 10px solid #152f44;
}

.fullheight {
    min-height:calc(100% - 235px);
    min-height:calc(100vh - 235px);
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fullheight {
    min-height: 789px;
  }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .fullheight {
    min-height: 551px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .fullheight {
    min-height: 265px;
  }
}

@media screen and (max-width:47.938em) {
    
}