nav .navigation {
	padding-top: 3px;
}

.global-nav{
	max-width: 958px;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}
.global-nav nav{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.global-nav nav #logo{
	width: 125px;
	height: 38px;
	padding-top: 2px;
}
.global-nav nav #logo img{
	max-width: 100%;
	width: 100%;
}
.global-nav nav #logo .logo-fill{
	fill: #49545c;
}
.global-nav nav .navigation{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	padding-left: 19px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.global-nav nav .navigation ul li{
	display: inline-block;
	margin-right: 12px;
	height: 35px;
	line-height: 30px;
}
.global-nav nav .navigation ul li a{
	color: #49545c;
	font-size: 13px;
	font-weight: 500;
}
.global-nav nav .navigation ul li a.selected, .global-nav nav .navigation ul li a.active {
    opacity: .54;
}
.global-nav.light nav .navigation ul li a{
	color: rgba(220,228,237,.6);
}
.global-nav.light nav .navigation ul li a.selected {
    color: rgba(255,255,255,1);
    opacity: 1;
}

.global-nav nav .navigation ul:last-of-type li:last-of-type{
	margin-right: 0;
}
.global-nav nav .navigation ul li a:hover{
}
.global-nav > nav > #menu-activator{
	display: block;
    background: url("../img/global-page/icons/mobile-menu@2x.png")no-repeat;
    width: 21px;
    height: 14px;
    background-size: 21px 14px;
    z-index: 27;
    display: none;
}

.global-nav.light  > nav > #menu-activator, .global-nav > nav > #menu-activator.white{
    background: url("../img/icons/hamburger.svg")no-repeat;
}
.global-nav #signup a{
	background-color: #49545c;
	color: #ffffff;
	padding: 3px 4px 4px;
	line-height: 1em;
}
.global-nav.light #signup a{
	color: #005194;
    background-color: #ffffff;
	padding: 3px 4px 4px;
	line-height: 1em;
}

/****************
	  FOOTER
*****************/

.global-footer a{
	line-height: 1.0;
  color: rgba(255, 255, 255, 0.7);
}
.global-footer a:hover{
	color: rgba(255, 255, 255, 1);
}

.global-footer{
	padding-top: 76px;
}
.global-footer .upper-footer > div > a,
.create-account-btn > a {
	display: inline-block;
	font-weight: 500;
	z-index: 3;
	margin-right: 6px;
	font-size: 13px;
	border-radius: 6px;
	color: #ffffff;
	background-color: #9fce52;
	letter-spacing: 0.8px;
}

.global-footer .upper-footer > div > a{
	display: inline-block;
	background-color: #d3d7db;
	font-weight: 500;
}
.global-footer .upper-footer > div > a:hover{
	background-color: #C4C8CC;
}
.global-footer .lower-footer{
	border-top: 1px solid rgba(242, 243, 246, 0.7);
	font-size: 13px;
	line-height: 13px;
	margin: 0 auto;
}

.create-account-btn:not(.nohover) > a:hover{
	background-color:#7CB247;
}

@media(max-width: 1000px) {
	.global-footer {
		padding-top: 60px;
	}
}

@media(max-width: 560px) {
	.global-footer {
		padding-top: 70px;
	}
	.global-footer .lower-f-inset > .right ul {
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .left ul,
	.global-footer .lower-f-inset > .right ul {
		width: 100%;
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .left ul,
	.global-footer .lower-f-inset > .right ul {
		width: 100%;
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .right ul li:nth-child(4) {
		margin-left: 7%;
	}
	.global-footer .lower-f-inset > .right ul li:last-of-type {
		margin-left: -2%;
	}
}


/**************************
			OTHER
***************************/
@media(max-width: 1000px){
	.global-nav{
		padding: 18px 26px 0;
	}
	.global-header{
		padding: 54px 0 45px;
	}
	.global-header > h1{
		font-size: 36px;
	}
	.global-header > h4{
		max-width: 473px;
	}
	.left-head h3 .tablet-view{
		display: inline;
	}

}

@media(max-width: 560px){
	.global-nav > nav > .navigation{
		display: block;
	    position: fixed;
	    padding: 0;
	    top: 0;
	    left: 0;
	    height: 600px;
	    background-color: rgba(255,255,255,0.97);
	    z-index: 25;
	    display: none;
	}
	.global-nav > nav > #menu-activator{
		display: block;
	}
	.global-nav > nav > .navigation ul{
		display: block;
	}
	.global-nav > nav > #menu-activator.active{
		position: fixed;
	    right: 0;
	    margin-right: 19px;
	    margin-top: 8px;
	    display: block;
	    background: url("../img/icons/x.svg") no-repeat;
	    background-size: contain;
	    background-position: center center;
	    z-index: 27;
	}
	.global-nav{
		padding: 14px 18px 0;
	}
	.global-nav nav{
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
		-webkit-box-align:center;
		-webkit-align-items:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	.global-nav nav #logo{
		width: 98px;
		min-width: 98px;
	}
	.global-header{
		padding: 29px 0 37px;
	}
	.global-header > h1{
		font-size: 28px;
		line-height: 32px;
		max-width: 281px;
		margin: 0 auto;
	}
	.global-header > h4{
		font-size: 15px;
		line-height: 20px;
		max-width: 301px;
		margin: 16px auto 0;
	}
	.create-account-btn .hippo-btn-image{
		left: 22px;
	}
	.create-account-btn .tablet-view{
		display: none;
	}
	.global-nav nav .navigation ul li{
		text-align: center;
	    display: block;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	    height: auto;
	}
	.global-nav nav .navigation ul li a,
	.global-nav.light nav .navigation ul li a,
	.global-nav nav #signup a{
		display: block;
		font-size: 20px!important;
    	padding: 15px 0;
    	line-height: 13px;
    	font-weight: 400;
    	color: #112233;
	}
	.global-nav #signup a, .global-nav.light #signup a{
		background-color: transparent;
		color: #49545c;
	}
	.global-nav > nav > #logo.active{
		z-index: 26;
		position: fixed;
	}
	.global-nav > nav > .navigation ul:first-of-type{
		margin-top: 117px;
	}
	.global-nav> nav > .navigation.active ul li a:hover,
	.global-nav #signup a:hover{
		color: #91bf46;
	}
	#fresh_nav_login_status_btns {
		margin-top: 20px;
	    border-top: 1px solid #dedede;
	    padding-top: 20px;
	}
}


/*
 * GLOBAL
 */
.button {
	padding: 10px 18px !important;
	cursor: pointer;
}

.button.outline-clear{
	height: 40px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	border-radius: 8px;
	border: solid #fff 2px;
	background: rgba(255, 255, 255, 0.30);

	font-size: 13px;
	letter-spacing: 0.8px;
	color: #fff;
	text-transform: uppercase;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);

	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);

}

.button.outline-clearer{
	height: 32px;
	
  text-align: center;
  padding-left: 14px !important;
  padding-right: 14px !important;
  letter-spacing: normal;

	border-radius: 4px;
	border: solid rgba(183, 172, 181, 1.0) 1px;
	background: rgba(255, 255, 255, 0.0);

	font-size: 13px;
	color: #fff;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

    padding-top: 6px !important;
}

.outline-icon-large.outline-only{

	height: 80px;
	width: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

	border: #3b474f solid 2px;
	border-radius: 16px;
	background-size: 40% !important;
	background-position: center !important;

	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06); 

}
.outline-icon-large.outline-only .icon{
	height: 100%;
  width: 100%;
  background-position: center !important;
}
.outline-icon-large .push-button{

	height: 80px;
	width: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

	border: #3b474f solid 2px;
	border-radius: 16px;
	background-size: 40% !important;
	background-position: center !important;

	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.06);

}

ul.disc-icons{
	float: left;
}
ul.disc-icons li{
	list-style-type: none;
	float: left;
	height: 100px;
	width: 100px;
	text-align: center;
}
ul.disc-icons li .disc-icon{
	position: relative;
	height: 64px;
	width: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;

  background-size: 100%;
  background-position: center;
  background-color: #fff;
  border-radius: 32px;
}
ul.disc-icons li span.label{
	position: relative;
	font-size: 12px;
	color: rgba(107, 119, 128, 0.52);
	font-weight: 400;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;

    white-space: normal;
    display: block;
    line-height: 12px;
    width: 78px;
}
ul.disc-icons li.selected{
	background: url('../images/disc-icons/ring.svg') no-repeat;
	background-size: 76px 76px;
  background-position: 12px 0px;
	fill: #ff9900;
}
ul.disc-icons li.selected span.label{
	color: #000000;
}

ul.disc-icons li.hover-ring:hover{
	background: url('../images/disc-icons/ring.svg') no-repeat;
	background-size: 76px 76px;
  background-position: 12px 0px;
	fill: #ff9900;
}
ul.disc-icons li.hover-ring:hover span.label{
	color: #000000;
}


/* BUTTONS */
.cms-btn{
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.8px;
	padding: 10px 18px;
	border: solid 2px transparent;
	cursor: pointer;
}

.cms-btn-link{
	background-color: #ffffff;
	border-color: #21a2c2;
	color: #21a2c2;
}
.cms-btn-link:hover, .cms-btn-link:active{
	border-color: #000000;
	color: #000000;
}
.cms-btn-primary{
	background-color: #9fce52;
	border-color: #9fce52;
	color: #ffffff;
}
.cms-btn-primary:hover, .cms-btn-primary:active{
	background-color: #80ab3a;
	border-color: #80ab3a;
	color: #ffffff;
}
.cms-btn-primary-inv{
	background-color: rgba(255, 255, 255, 0.3);
	border-color: #ffffff;
	color: #ffffff;
}
.cms-btn-primary-inv:hover, .cms-btn-primary-inv:active{
	background-color: #9fce52;
	color: #ffffff;
}
.cms-btn-secondary{
	background-color: #21a2c2;
	border-color: #21a2c2;
	color: #fff;
}
.cms-btn-secondary:hover, .cms-btn-secondary:active{
	color: #fff;
	border-color: #275866;
	background-color: #275866;
}
.cms-btn-link-inv{
	border-color: rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
}
.cms-btn-link-inv:hover, .cms-btn-link-inv:active{
	border-color: #ffffff;
	color: #ffffff;
}


/* LINKS */
a.cms-link{color: #21a2c2;}
a.cms-link:hover, a.cms-link:active{color: #000000;}
a.cms-link-inv{color: rgba(255, 255, 255, 0.6);}
a.cms-link-inv:hover, a.cms-link-inv:active{color: #ffffff;}


/* ALERT */

.alert {
  border-radius: 3px;
  padding: 15px 20px 15px 20px;
  background: #edeff2;
  border: 1px solid #e7eaee;
  text-align: center;
}
@media(max-width: 560px){
    .alert {
        max-width: 80%;
    }
}