/* 
  -----------------------------------
  P7/7R
  Custom CSS
  -----------------------------------
*/
body {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
}
img.ribbonlift-logo {
	max-height: 220px;
}
img.ribbonlift-mark {
	max-height: 90px;
}
img.logo {
	max-height: 50px;
}
img.footer-logo {
	max-height: 75px;
}
img.icon {
	max-height: 35px;
}
.max-1600 {
    max-width: 1600px;
	margin: auto !important;
	box-sizing: border-box;
}
.max-1200 {
    max-width: 1200px;
	margin: auto !important;
	box-sizing: border-box;
}
.max-1000 {
    max-width: 1000px;
	margin: auto !important;
	box-sizing: border-box;
}
.min-1600 {
    min-width: 1600px;
	margin: auto !important;
	box-sizing: border-box;
}
.min-800 {
    min-width: 800px;
	margin: auto !important;
	box-sizing: border-box;
}
.header {
    margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
	background-color: rgba(255,255,255,.0);
}
.header img {
	max-width:30px;
	padding-left: 10px;
    padding-top: 10px;
}

.gridstuff {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    background-color: #002868;
}
.gridstuff h1 {
    font-size: 425%; 
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: normal;
    font-weight: 300;
	line-height: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.gridstuff h2 {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    letter-spacing: .05em;
    font-size: 180%;
	font-weight: 200;
}
.gridstuff h3 {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #ddd5b1;
    letter-spacing: .05em;
    font-size: 180%;
	font-weight: 200;
}
.gridstuff p {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #828282;
	font-size: 100%;
	font-weight: 200;
}
.main {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f5f2;
}
.main h3 {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color:#a4897b;
	letter-spacing: -.05em;
	font-size: 250%;
	font-weight: 300;
}
.main p {
    color:#FFC72C;
	font-size: 100%;
	font-weight: 300;
}

#banner {
	margin-top: -300px;
	margin-bottom: 0px;
	vertical-align: baseline;
	z-index: 99999999;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
#banner img {
	max-height: 230px;
}


.redlow-text {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #BF0A30;
}
.redback{
	background-color: #BF0A30;
}
.promo{
    background-color: #303030;
}

.promo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	float:left;
}
.hmy-section.hmy-overflow.promo .hmy-content-wrapper.hmy-vertical-center.hmy-overflow .hmy-content.hmy-center {
	padding: 0px 0px !important;
}

.slimmer-font {
	font-weight:300;
}
a.button-link, a.button-link:visited {
   display: inline-block;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 80%;
	border: 1px solid #a4897b;
	background-color: #a4897b;
	border-radius: 1px;
	color: #f7f5f2;
	text-transform: uppercase;
	margin-top: 30px;
}
a.button-link:hover, a.button-link:focus {
    background-color: #FFC72C;
    border: 1px solid #FFC72C;
    color: #f7f5f2;
    outline: none;
}
a.button-services, a.button-services:visited {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 7px 25px;
	font-size: 100%;
	border-radius: 5px;
	background-color: rgb(48, 48, 48);
	border: 1px solid #535353;
	color: #f9f9f9;
	text-transform: uppercase;
}
a.button-services:hover, a.button-services:focus {
	background-color: #3c3c3c;
	border: 1px solid #3a3a3a;
	color: #f1f2f2;
	outline: none;
}
a.button-markets, a.button-markets:visited {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 25px;
    font-size: 100%;
    border-radius: 5px;
    background-color: rgba(20,121,190,1.00);
    /*border: 1px solid #f9f9f9;*/
    color: #f9f9f9;
    text-transform: uppercase;
}
a.button-markets:hover, a.button-markets:focus {
    background-color: rgba(20,121,190,0.60);
    border: 1px solid #FFFFFF;
    color: #f1f2f2;
    outline: none;
}
.hmy-section.slide {
	min-height: 100vh;
}
.slide {
    background-color: #002868;
    color: #C7C7C7;
}
.slide h1 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 310%;
    color: #fff;
    letter-spacing: -.07em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.slide  h2 {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: rgba(231,231,231,1.00);
    letter-spacing: 2px;
	text-transform:uppercase;
    font-weight: 400;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.slide h3 {
    font-size: 130%;
    color: rgba(231,231,231,1.00);
    letter-spacing: .3em;
    font-weight: 300;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 10px;
}
.slide  h4 {
    color: #ffffff;
    font-weight: 200;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.slide  p {
    color: #C0C0C0;
    font-weight: 200;
	padding: 20px;
}

.hmy-section.slide .hmy-content {
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.hmy-section.topper {
	min-height: 80vh;
}
.topper {
    background-color: #002868;
    color: #C7C7C7;
}
.topper h1 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 310%;
    color: #fff;
    letter-spacing: -.07em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.topper  h2 {
	font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: rgba(231,231,231,1.00);
    letter-spacing: 2px;
	text-transform:uppercase;
    font-weight: 400;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.topper h3 {
    font-size: 130%;
    color: rgba(231,231,231,1.00);
    letter-spacing: .3em;
    font-weight: 300;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 10px;
}
.topper  h4 {
    color: #ffffff;
    font-weight: 200;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.topper  p {
    color: #C0C0C0;
    font-weight: 200;
	padding: 20px;
}

.hmy-section.topper .hmy-content {
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.vid {
	padding: 0px;
	margin: 0px;
	height: 400px;
	max-width: 100%;
}
.vid h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.20);
    letter-spacing: .8em;
    font-size: 150%;
    font-weight: 200;
}
.vid p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.20);
    letter-spacing: .2em;
    font-size: 80%;
    font-weight: 200;
	text-transform: uppercase;
}
.hmy-content-wrapper.models .hmy-content {
	max-width: 1600px;
	margin: auto;
}
.models {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/logo-back.png);
    background-size: contain;
    background-position: center center;
}
.models h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: .9px;
    font-size: 150%;
    font-weight: 300;
	text-transform: uppercase;
}
.contactus {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
}
.contactus h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: .9px;
    font-size: 150%;
    font-weight: 300;
	text-transform: uppercase;
}
.hmy-content-wrapper.spaced .hmy-content {
	max-width: 1200px;
	margin: auto;
}
.spaced {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
}
.spaced h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: .9px;
    font-size: 150%;
    font-weight: 300;
	text-transform: uppercase;
}
.spaced h5 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: 2px;
    font-size: 100%;
    font-weight: 300;
	text-transform: uppercase;
	margin-top:0px;
}
.spaced p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(69,69,69,1.00);
}
.spaced img{
    max-height: 460px;
}

.hmy-content-wrapper.spaced-dark .hmy-content {
	max-width: 1200px;
	margin: auto;
}
.spaced-dark {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
	background-color: #3f1f11;
}
.spaced-dark h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: .9px;
    font-size: 150%;
    font-weight: 300;
	text-transform: uppercase;
}
.spaced-dark h5 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color:#d68e39;
    letter-spacing: 2px;
    font-size: 100%;
    font-weight: 300;
	text-transform: uppercase;
	margin-top:0px;
}
.spaced-dark p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(255,255,255,1.00);
}
.spaced-dark img{
	max-height: 280px;
}
.hmy-content-wrapper.spaced-blue .hmy-content {
	max-width: 1200px;
	margin: auto;
}
.spaced-blue {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
	background-color: #012867;
}
.spaced-blue h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: rgba(69,69,69,1.00);
    letter-spacing: .9px;
    font-size: 150%;
    font-weight: 300;
	text-transform: uppercase;
}
.spaced-blue h5 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color:#d68e39;
    letter-spacing: 2px;
    font-size: 100%;
    font-weight: 300;
	text-transform: uppercase;
	margin-top:0px;
}
.spaced-blue p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(255,255,255,1.00);
}
.spaced-blue img{
	max-height: 280px;
}
.hmy-content-wrapper.stories .hmy-content {
	max-width: 1200px;
	margin:auto;
}
.stories {
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
    background-color: #303030;
}
.stories h3 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #1479BE;
    letter-spacing: 5px;
    font-size: 150%;
    font-weight: normal;
    font-weight: 400;
	text-transform: uppercase
}
.stories p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #BEBEBE;
}
.center {
    background-color: #303030;
    color: #3C3C3C;
    min-height: 100vh;
}
.center h2 {
    font-size: 300%;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -.5px;
}
.center p {
    color: #ffffff;
	font-weight: 200;
}
.hmy-content-wrapper.center .hmy-content {
    /* [disabled]max-width: 1000px; */
    margin: auto;
}
.centerpages {
    background-color: #1479BE;
    min-height: 30vh;
}
.centerpages h2 {
    font-size: 300%;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -.5px;
	margin: 0px;
}
.centerpages p {
    color: #ffffff;
	font-weight: 200;
	margin-top: -10px;
}
.hmy-content-wrapper.centerpages .hmy-content {
    /* [disabled]max-width: 1000px; */
    margin: auto;
}
.centerpages ul li  {
	color: #BDE0F8;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 6px;
    border-left-style: none;
    border-bottom: 1px dotted #38A1EA;
}
.centerpages ul a{
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.video-cover .hmy-section {
background-color: rgba(0,0,0,0.75); /*Allows BG to Peek Through*/
}

.p7HMY .hmy-section a.text-link {
	font-size: 120%;
	color: #414141;
	transition: all linear .5s;
	color: inherit;
	text-decoration: none;
}
.p7HMY .hmy-section a.text-link:hover {
	border-bottom: 1px solid;
}
.p7AP4-02.p7AP4trig a,
.p7AP4-02.p7AP4trig h3,
.p7AP4-02.p7AP4trig h4 {
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: normal;
}
.footer {
    background-color: #1479BE;
}
.footer p {
    color: #92CEF7;
    font-weight: normal;
    font-size: 70%;
    text-transform: uppercase
}
.footer img{
	width: auto;
    height: auto;
    max-width: 75px;
}
.footer a {
    color: #d9f0ff;
    text-decoration: none;
}
.footer a:visited {
    color: #d9f0ff;
    text-decoration: none;
}	 
.footer a:hover, .footer a:focus {
    color: #fff;
    text-decoration: none;
 }
.hmy-content-wrapper.brand .hmy-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.brand {
    color: #c2c2c2;
    font-weight: normal;
    font-size: 90%;
    background-color: #1479BE;	
}
.brand p {
	padding-left: 20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom: 0px;
	margin:0px;
	line-height: 20px;
}
.brand a {
    color: #ddd5b1;
    text-decoration: none;
}
.brand a:visited {
    color: #ddd5b1;
    text-decoration: none;
}	 
.brand a:hover, .brand a:focus {
    color: #414141;
    text-decoration: none;
 }
.brand img{
	max-width: 95%;
	margin: auto;
}
img.icon-down {
	position: relative;
  	max-width: 2em;
	bottom: 5px;
	left: -5px;
	align-self: flex-end;
}

.mxm-RL-Divider-med a.mxm-root-link {
    border-right: 1px solid rgba(255,255,255,0.20);
}
a.mxm-root-link, a.mxm-sub-link {
	padding-left: 25px;
	padding-right: 25px;
}
.mxm-responsive.mxm-fixed {
    max-height: 100% !important;
    background-color: rgba(20,121,190,);
    background-color: rgba(20,121,190,1.00);
    padding: 5px;
}
.hmy-section.header.logo {
    position:fixed !important;
    top: 0px;
    left:0px;
    width: 130px !important;
    flex-grow: 0 !important;
    z-index: 999999999999;
}
.hmy-section.header.logo .hmy-content {
    padding: 8px 0px 0px 8px;
}
.hmy-section.header.nav {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
}
.popabout {
	min-height: 100vh;
}
.popmodels{
	min-height: 100vh;
}
.popmarkets {
	min-height: 100vh;
}
.blu-text {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #1479BE;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-size: 170%;
	font-weight: 700;
    display: block;
}
.blu-text-pages {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #1479BE;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-size: 170%;
	font-weight: 700;
    display: block;
}
.color-text-pages {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-size: 170%;
    font-weight: 700;
    display: block;
	line-height: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1025px) {
.p7MXM.ribbonlift a.mxm-root-link {
	font-size: 90%;
}
a.mxm-root-link, a.mxm-sub-link {
	padding-left: 15px;
	padding-right: 15px;
}

}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mxm-root-ul {
    background-color: rgba(20,121,190,);
    background-color: rgba(20,121,190,1.00);
  }
.min-800 {
    min-width: 0px;
	margin: auto !important;
	box-sizing: border-box;
}
.brand img{
	max-width: 45%;
	margin: auto;
}

.slide h1 {
    font-size: 230%;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.slide h2 {
    font-size: 170%;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: -.05px;
}
.slide h3 {
    font-size: 150%;
    letter-spacing: .03em;
    font-weight: 300;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.slide h4 {
	letter-spacing: .1em;
	font-size: 90%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.slide img{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	max-width: 65%;
}
.spaced h3 {
    font-size: 200%;
}

#banner img{
	max-height: 180px;
}
.blu-text {
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	line-height: 35px;
}
.blu-text-pages {
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 35px;
}
.serv p {
	
}
.serv img{
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 50%;
	max-width: 55%;
	float:none;
	margin: auto;
}
.mxm-responsive.mxm-fixed {
    max-height: 100% !important;
    overflow-y: auto;
    background-color: rgba(20,121,190,);
    background-color: rgba(20,121,190,1.00);
    padding: 15px;
}
.p7MXM.ribbonlift a.mxm-root-link {
	font-size: 150%;
}
}
