/* 
  -----------------------------------
  P7/7R
  Custom CSS
  -----------------------------------
*/
body {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
}
img.utfthb-logo {
	max-height: 220px;
}
img.logo {
	max-height: 50px;
}
img.footer-logo {
	max-height: 75px;
}

.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: 999999999;
	width: 100%;
	background-color: rgba(255,255,255,.0)
}
.header img{
	max-width:70px;
}

.gridstuff {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    background-color: #295162;
}
.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: 'Teko', '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;
}
#badge {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: baseline;
    z-index: 99999999;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#badge img{
	
}
#banner {
	margin-top: -400px;
	margin-bottom: 0px;
	vertical-align: baseline;
	z-index: 99999999;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#banner img{
	max-height: 280px;
}

.gold-text {
    font-family: 'Teko','Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #deb64a;
	display: block;
}
.gold-pages-text {
    font-family: 'Teko','Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #deb64a;
	display: block;
}
.goldlow-text {
    font-family: 'Teko','Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #deb64a;
}
.goldback{
	background-color: #deb64a;
}
.promo{
	
}
.promo img{
	width: 45%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.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: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
	display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 130%;
    border-radius: 25px;
	background-color:rgba(241, 242, 242, 0.1);
	border: 1px solid #ddd5b1;
	color:#ddd5b1;
    text-transform: uppercase;
}
a.button-services:hover, a.button-services:focus {
	background-color: #ddd5b1;
	border: 1px solid #ddd5b1;
	color: #f1f2f2;
	outline: none;
}
.hmy-section.slide {
	min-height: 100vh;
}
.slide {
    background-color: #295162;
    color: #C7C7C7;
}
.slide h1 {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 310%;
    color: #deb64a;
    letter-spacing: -.07em;
    text-transform: lowercase;
    font-weight: 700;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.slide  h2 {
	font-family: 'Teko', '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: #C0C0C0;
    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;
}

.pages {
    background-color: #fff;
    color: #C7C7C7;
}
.pages h1 {
   font-family: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 310%;
    color: #deb64a;;
    letter-spacing: 2px;
	text-transform:uppercase;
    font-weight: 400;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.pages h2 {
	font-family: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: rgb(196, 196, 196);
    letter-spacing: 2px;
	text-transform:uppercase;
    font-weight: 400;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.pages 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;
}
.pages h4 {
    color: #C0C0C0;
    font-weight: 200;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 20px;
}
.pages p {
    color: #5E5E5E;
}
.pages img {
	max-width: 40%;
}
.hmy-section.pages .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: 'Teko', '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.moneydown .hmy-content {
	max-width: 1200px;
	margin: auto;
}
.moneydown {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
    background-color: #FFFFFF;
}
.moneydown h1 {
    font-family: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #295162;
	text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: 390%;
    font-weight: 300;
    line-height: 55px;
}
.moneydown h2 {
    font-family: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #DEB64A;
    letter-spacing: -2px;
    font-size: 650%;
    font-weight: 700;
    line-height: 55px;
	padding-bottom: 20px;
}
.moneydown p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #295162;
}
.moneydown img{
	max-width: 40%;
}
.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%;
    /* [disabled]background-color: #FFFFFF; */
}
.stories h3 {
    font-family: 'Teko', 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    color: #295162;
    letter-spacing: -.5px;
    font-size: 350%;
    font-weight: normal;
	font-weight: 300;
}
.stories p {
    font-family: 'Poppins', Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #295162;
}
.center {
    background-color: #ffffff;
    color: #295162;
	min-height: 100vh;
}
.center h2 {
    font-size: 300%;
    font-weight: 100;
    color: #deb64a;
    text-align: center;
}
.center p {
    color: #295162;
	font-weight: 200;
}
.hmy-content-wrapper.center .hmy-content {
	max-width: 1000px;
	margin: auto;
}
.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: #295162;
}
.footer p {
    color: #BDD8E3;
    font-weight: normal;
    font-size: 70%;
    text-transform: uppercase
}
.footer img{
	width: auto;
    height: auto;
    max-width: 75px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:visited {
    color: #fff;
    text-decoration: none;
}	 
.footer a:hover, .footer a:focus {
    color: #ffffff;
    text-decoration: none;
 }
.hmy-content-wrapper.brand .hmy-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.brand {
    color: #fff;
    font-weight: normal;
    font-size: 90%;
    background-color: #295162;
	
}
.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: 5%;
	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(41,81,98,);
    background-color: rgba(41,81,98,1.00);
    padding: 5px;
}
.mxm-SL-Divider-med a.mxm-sub-link {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.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;
}

@media only screen and (min-width: 0px) and (max-width: 1025px) {
.p7MXM.txfthb a.mxm-root-link {
	font-size: 90%;
}
a.mxm-root-link, a.mxm-sub-link {
	padding-left: 15px;
	padding-right: 15px;
}
.mxm-responsive.mxm-fixed {
    padding: 15px;
}
.promo img {
	width: 75%;
}
.moneydown img {
    max-width: 30%;
}
img.icon-down {
     max-width: 5%; 
}
#badge {
	
}
#banner {
	margin-top: -350px;
	max-width: 70%;
}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
.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 img{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	max-width: 35%;
}
.pages h1 {
    font-size: 230%;
    line-height: normal;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top: 0px;
}
.pages h2 {
    font-size: 170%;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: -.05px;
}
.pages h3 {
    font-size: 150%;
    letter-spacing: .03em;
    font-weight: 300;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.pages img{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	max-width: 35%;
}
.promo img {
	width: 75%;
}	
#badge {
}
#banner {
	margin-top: -300px;
	max-width: 80%;
}
.moneydown {
	padding-top: 70px;
	padding-bottom: 20px;
}
.moneydown h1 {
    font-size: 220%;
	line-height: 35px;
}
.moneydown h2 {
    font-size: 350%;
    line-height: 40px;
    padding: 0px 0px 24px 0px;
	margin: 0px;
}
.moneydown img {
    max-width: 80%;
}
img.icon-down {
     max-width: 12%; 
}
.gold-text {
	font-size: 120%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	line-height: 35px;
}
.gold-pages-text {
	font-size: 80%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
	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(41,81,98,);
    background-color: rgba(41,81,98,1.00);
    padding: 15px;
}
.mxm-responsive.mxm-RL-Divider-med a.mxm-root-link, .mxm-responsive.mxm-RL-borders-med a.mxm-root-link {
	border-bottom: 1px solid rgba(114, 152, 168, 0.56) !important;
}
}
