/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

/*BLAZY*/

.b-lazy {
	-webkit-transition: opacity 1000ms ease-in-out;
    -moz-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
	opacity: 1;
}

h1 {
	font-family: 'PrattBold', Times New Roman, serif;
	font-size: 3rem;
	text-transform: uppercase;
    font-weight: normal;
}
h2 {
	font-family: 'PrattBold', Times New Roman, serif;
	font-size: 2rem;
	width:100%;
     font-weight: normal;
}
h3 {
	font-family: 'GMSansCBold', Verdana, Arial, san-serif;
	font-size: 1rem;
     font-weight: normal;
}
h4 {
	font-family: 'GMSansC', Verdana, Arial, san-serif;
	font-size: 0.7rem;
     font-weight: normal;
}
p {
	font-family: 'PrattRegular', Times New Roman, Georgia, serif;
 	font-size:1.1rem;
 	line-height: 1.6rem;
     font-weight: normal;
}


/*HEADER:*/

header {
    background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	width:100%;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    font-weight: normal;
    overflow: hidden;
}

#timelapse{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    object-fit: cover;
    overflow:hidden;
    z-index: -20;

    }

    header video {
        height:100vh;
        overflow: hidden;
    }

.titles {
	text-align: center;
	color: white;
	width:30%;
    font-weight: normal;

}

svg.tgam-nameplate {
    display: block;
    height: 60px;
    padding: 2px;
    width: 60px;
    position: fixed;
    top: 16px;
    left: 16px;
	z-index: 10;
}

svg.tgam-nameplate path {
    fill: lightgrey;
}

/*SHARE*/

.gi-share {
	position: fixed;
	top:5px;
	right:16px;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    ms-flex-align: center;
    padding-right: 10px;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 10;
}

.gi-share ul {
    display: flex;
    display: -ms-flexbox
}

ul {
    list-style-type: none
}

.gi-share li {
    height: 32px;
    text-align: center;
    width: 32px
}

.gi-share a {
    background: 0 0;
    color: lightgrey;
    display: inline-block;
    height: 100%;
    text-decoration: none;
    width: 100%
}

.gi-share a:hover {
	color:grey;
}
.gi-share span {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.85em;
    vertical-align: bottom
}

 /*TEXT*/

 .blockQuote p{
    font-family: 'GMSansC', Arial, Verdana, san-serif;
    font-size: 1.5em;
    line-height: 1.2em;
 }

 .beginning span {
    font-size:3em;
 }

 .beginning a {
 	text-decoration: underline;
 	color:black;
 }
 .beginning a:hover {
 	color: #da161f;
 }

 .main {
 	width:30%;
 	margin:50px auto;
 	padding:15px 0;
 }

 .specs {
 	background-color: #eee;
 	width:100%;
 	padding:20px 0;
 	display: flex;
 	flex-wrap: wrap;
 }
.videos {
    width:100%;
    height:85vh;
    position: relative;
    overflow: hidden;
}

#bridge{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit: cover;
overflow:hidden;

}
 .photos {
 	display: flex;
 	flex-wrap: wrap;
 	width:100%;
 	justify-content: space-around;
 }
 .photos img {
 	width:100%;
 }
 .col {
 	width:calc(50% - 6%);
 	padding:3%;
 }
 .col img {
 	width:100%
 }
 .wide {
 	width:100%;
 	height:auto;
 	max-height:85vh;
 	overflow: hidden;
 }
 .full {
 	width:100%;
 }

 .half {
 	width: calc(50% - 10px);
 }
 .single {
 	width:60%;
 	margin:0 auto;
 }
 .inline-caption {
	max-width:700px;
	padding:1rem 2rem;
	margin:0px auto;
	font-family: 'GMSansC', Verdana, Aria, san-serif;
}
.caption-copy {
    font-size: .875rem;
    line-height: 1.14286;
    letter-spacing: 0;
    margin-bottom: .625rem;
    margin: 0px auto;
    font-family: 'GMSansC', Verdana, Aria, san-serif;
}
.credit-copy {
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: .0625rem;
    margin-bottom: 0;
	margin-top:6px;
	font-family: 'GMSansC', Verdana, Aria, san-serif;
}
.right {
	text-align: right;
	z-index: 10;
}
.moreRight {
	text-align: right;
	position: absolute;
	right:5px;
}


.ratings {
	width:100%;
	padding:20px 0;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.ratings svg {
	color:#c73d3d;
	fill:#c73d3d;
}

/*ADS*/

.adBlock {
	width:80%;
	margin:3vh auto;
	text-align: center;
}





@media only screen and (max-width: 1580px) {
  header {
	background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("img/S19_0769_fine_axpfw2/S19_0769_fine_axpfw2_c_scalew_1590.jpg");
  }
  .main {
  	width:40%;
  }

}
@media only screen and (max-width: 1170px) {
  header {
	background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("img/S19_0769_fine_axpfw2/S19_0769_fine_axpfw2_c_scalew_1177.jpg");
  }
  .main {
  	width:50%;
  }
 }
 @media only screen and (max-width: 640px) {
  header {
	background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("img/S19_0769_fine_axpfw2/S19_0769_fine_axpfw2_c_scalew_640.jpg");
	background-position: center;

  }
  .titles {
  	width:80%;
  }
  .main {
  	width:80%;
  }
  .half {
  	width:100%;
  }
  .single {
  	width:100%;
  }
  .col{ 
  	width:100%;
  	padding:0;
  	margin:0;
 }
.ratings h2 {
 	padding:0 3vh;
 }
 .ratings p {
    padding:0 3vh;
 }
 .specs p {
    padding:0 3vh;
 }
 .specs h2 {
    padding:0 3vh;
 }
 picture {
 	margin:0;
 }

}


 /*FOOTER*/

 #advertorialWrapper {
     width: 100%;
     background-color: #fff;
     border-style: solid;
     border-color: #eeedea;
     border-width: 1px 0 0 0;
     font-family: 'GMsanC-Regular', 'GMSansC', 'Helvetica Neue', Helvetica, Arial, sans-serif
 }
 
 #advertorialWrapper .credits span {
     text-transform: uppercase
 }
 
 .credits {
     width: 90%;
     max-width: 450px;
     margin: 30px auto;
     line-height: 1rem;
     font-family: 'GMSansC', Arial, san-serif;
     color: #636c72;
     font-weight: 400;
     font-size: 14px;
     text-align: center;
     padding: 0 1.25rem
 }
 
 #editorialWrapper {
     width: 100%;
     background-color: #eeedea;
     border-style: solid;
     border-color: #eeedea;
     border-width: 1px 0 1px 0
 }
 
 #editorialFooter {
     position: relative;
     display: -webkit-box;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     flex-flow: row wrap;
     -webkit-box-pack: justify;
     justify-content: space-between;
     width: 90vw;
     max-width: 1024px;
     margin: auto
 }
 
 .contentFrom {
     display: block;
     position: relative;
     font-family: "GMSanC-Bold", Helvetica, Arial, Verdana, sans-serif;
     font-weight: 400;
     font-style: normal;
     margin-bottom: 0;
     font-size: .875rem;
     line-height: 1;
     text-transform: uppercase;
     color: #191919;
     letter-spacing: .0625rem;
     padding: .625rem 0;
     font-size: .75rem;
     line-height: 1;
     color: #595959;
     width: 100%;
     flex: 100%
 }
 
 #editWrapper {
     display: flex;
     width: 90vw;
     max-width: 1024px;
     padding-bottom: 1.25rem
 }
 
 .editCard {
     width: 25%;
     overflow: hidden;
     padding: .625rem;
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-right: 1.25rem;
     font-family: "Pratt-Bold", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
     font-weight: 400;
     font-style: normal;
     font-size: 1.1875rem;
     line-height: 1.15789;
     color: #191919;
     text-decoration: none;
     background: #fff;
     border-width: 0;
     border-style: solid
 }
 
 .editCard:last-child {
     margin-right: 0rem
 }
 
 .editCard:hover {
     text-decoration: underline
 }
 
 .o-card__col {
     -webkit-box-flex: 100%;
     flex: 100%;
     -webkit-box-ordinal-group: 2;
     order: 1
 }
 
 .o-card__col:last-of-type {
     -webkit-box-ordinal-group: 3;
     order: 2;
     -webkit-box-flex: 100%;
     flex: 100%;
     padding: .625rem 0;
     margin-right: 0
 }
 
 .editCard img {
     width: 100%;
     height: auto
 }
 
 @media only screen and (max-width:768px) {

 	 #advertorialWrapper p{
 	 	width:90%;
 	 	margin: 0 auto;
 	 }
     #advWrapper {
         flex-wrap: wrap
     }
     .advCard {
         flex-wrap: wrap;
         width: calc(50% - 2.5rem);
         margin-left: 1.25rem;
         margin-right: 1.25rem;
         margin-bottom: 1.25rem
     }
     .advCard img {
         width: 100%;
         flex-basis: 100%;
         padding-right: 0;
         height: auto
     }
     .advCard .text {
         flex-basis: 100%
     }
     #editWrapper {
         flex-wrap: wrap
     }
     .editCard {
         width: calc(50% - 3.75rem);
         border: 0;
         margin-left: 1.25rem;
         margin-right: 1.25rem;
         margin-bottom: 1.25rem
     }
     .credits {
     	padding:3vh 0;
     }
 }
 
 @media only screen and (max-width:480px) {
     .advCard {
         width: calc(100% - 2.5rem)
     }
     .editCard {
         width: 100%
     }
 }
 
 footer.gi-footer {
     background-color: #fafafa;
     text-align: center
 }
 
 footer.gi-footer .gi-footer__legal {
     padding: 15px 0;
     font-size: 12px;
     line-height: 1.4;
     text-align: center;
     border-top: 1px solid #eee
 }
 
 footer.gi-footer .gi-footer__legal a {
     color: #444;
     text-decoration: none
 }
 
 footer.gi-footer .gi-footer__legal a:hover {
     color: #CE2A23
 }
 
 footer.gi-footer .gi-footer__legal ul {
     margin: 0 auto;
     padding: 0
 }
 
 footer.gi-footer .gi-footer__legal li {
     font-family: PrattBold, Georgia, "Times New Roman", serif;
     display: inline-block;
     list-style: none;
     padding: 0 6px
 }
 
 .gi-podcast-info,
 footer.gi-footer .gi-footer__copyright {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
 }
 
 footer.gi-footer .gi-footer__copyright {
     padding: 14px 0;
     color: #555;
     font-size: 10px;
     line-height: 1.4;
     text-align: center;
     border-top: 1px solid #eee
 }
 
 footer.gi-footer .gi-footer__copyright address {
     margin: 0;
     font-style: normal;
     font-weight: 400;
     -webkit-font-smoothing: antialiased
 }
 
 footer.gi-footer .gi-footer__copyright abbr {
     border: none
 }
 
 abbr {
     border-bottom: none!important;
     cursor: inherit!important;
     text-decoration: none!important
 }
 
 .container-fluid.parallax {
     background-size: cover!important;
     width: 100%
 }
 
 @media (max-width:650px) {
     .parallax {
         min-height: 250px!important;
         width: 100%!important
     }
 }
 
 .gmicon-maple_leaf {
     color: #191919;
     text-align: center;
     padding: .625em 0;
     border-style: solid;
     border-color: #eeedea;
     border-width: 0 0 1px 0
 }
 
 .gmicon-maple_leaf::before {
     content: "\6c"
 }
 
 footer.gi-footer.dark {
     background-color: #333
 }
 
 footer.dark .gmicon-maple_leaf,
 footer.dark .gi-footer__legal a,
 footer.dark .gi-footer__copyright {
     color: #fff
 }
 
 footer.dark .gi-footer__legal,
 footer.dark .gi-footer__copyright {
     border-top: 1px solid #444
 }
 
 footer.dark .gi-footer__legal a:hover {
     color: #fff;
     text-decoration: underline
 }