
@import url("font-awesome.min.css");

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Mobile only grid
-------------------------------------------------- */
.one.column.mu,tap
.one.columns.mu                   { width: 4.66666666667% !important; }
.two.columns.mu                   { width: 13.3333333333% !important; }
.three.columns.mu                 { width: 22% !important;            }
.four.columns.mu                  { width: 30.6666666667% !important; }
.five.columns.mu                  { width: 39.3333333333% !important; }
.six.columns.mu                   { width: 48% !important;            }
.seven.columns.mu                 { width: 56.6666666667% !important; }
.eight.columns.mu                 { width: 65.3333333333% !important; }
.nine.columns.mu                  { width: 74.0% !important;          }
.ten.columns.mu                   { width: 82.6666666667% !important; }
.eleven.columns.mu                { width: 91.3333333333% !important; }
.twelve.columns.mu                { width: 100%; margin-left: 0;}

.one-third.column.mu              { width: 30.6666666667%; }
.two-thirds.column.mu             { width: 65.3333333333%; }

.one-half.column.mu               { width: 48%; }

#dropDown:hover ~ #tagLine {
		opacity: 0;
	}
ul.dropotron li {
	display:none;
}
.hideME{
	display:none;
}
.no-scroll {
	overflow: hidden;
}

.ff-fix {
	width:18%;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	background:#fff;
}
.container.footer-text {
	margin-top: 1em;
	background:none;
	margin-left:2.5%;
}
.footer {
	padding:20px 0px;
}
.footer img {
	width: 100%;
    height: auto;
}
.footer .four.columns.logo-align {
	width: 33%;
	padding:1%;
}

.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box; 
	/*padding-bottom: 20px;*/
}
/* For devices larger than 400px */
@media (min-width: 400px) {
	.container {
		width: 85%;
		padding: 0; 
	}
}
/* For devices larger than 550px */
@media (min-width: 800px) {
	.container {
		width: 80%; 
	}
	.column,
	.columns {
		margin-left: 4%; 
	}
	.column:first-child,
	.columns:first-child {
		margin-left: 0;
	}

	.one.column,
	.one.columns                    { width: 4.66666666667%; }
	.two.columns                    { width: 13.3333333333%; }
	.three.columns                  { width: 22%;            }
	.four.columns                   { width: 30.6666666667%; }
	.five.columns                   { width: 39.3333333333%; }
	.six.columns                    { width: 48%;            }
	.seven.columns                  { width: 56.6666666667%; }
	.eight.columns                  { width: 65.3333333333%; }
	.nine.columns                   { width: 74.0%;          }
	.ten.columns                    { width: 82.6666666667%; }
	.eleven.columns                 { width: 91.3333333333%; }
	.twelve.columns                 { width: 100%; margin-left: 0; }

	.one-third.column               { width: 30.6666666667%; }
	.two-thirds.column              { width: 65.3333333333%; }

	.one-half.column                { width: 48%; }

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns          { margin-left: 8.66666666667%; }
	.offset-by-two.column,
	.offset-by-two.columns          { margin-left: 17.3333333333%; }
	.offset-by-three.column,
	.offset-by-three.columns        { margin-left: 26%;            }
	.offset-by-four.column,
	.offset-by-four.columns         { margin-left: 34.6666666667%; }
	.offset-by-five.column,
	.offset-by-five.columns         { margin-left: 43.3333333333%; }
	.offset-by-six.column,
	.offset-by-six.columns          { margin-left: 52%;            }
	.offset-by-seven.column,
	.offset-by-seven.columns        { margin-left: 60.6666666667%; }
	.offset-by-eight.column,
	.offset-by-eight.columns        { margin-left: 69.3333333333%; }
	.offset-by-nine.column,
	.offset-by-nine.columns         { margin-left: 78.0%;          }
	.offset-by-ten.column,
	.offset-by-ten.columns          { margin-left: 86.6666666667%; }
	.offset-by-eleven.column,
	.offset-by-eleven.columns       { margin-left: 95.3333333333%; }

	.offset-by-one-third.column,
	.offset-by-one-third.columns    { margin-left: 34.6666666667%; }
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

	.offset-by-one-half.column,
	.offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size: 62.5%; 
}
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.6;
	font-weight: 400;
	font-family:  'Arial', Helvetica, sans-serif; 
	/*font-family: "BLOKK";*/
	color: #205d7c; 
	background:#fff;
	min-height:100vh;
}
.row {
	margin:0 2.5%;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../font/texgyreadventor-regular-webfont.eot');
    src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-regular-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../font/texgyreadventor-bold-webfont.eot');
    src: url('../font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.verv-font {
	font-family: verveine, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.active-name {
	color:#01baf2;
}
.pass-reset {
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'texgyreadventorbold', serif;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300; 
	
}
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: .1rem;}
h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: .1rem; }
h3 { font-size: 2.3rem; line-height: 1.3;  letter-spacing: .1rem; }
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: .1rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: .1rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
	/*h1 { font-size: 5.0rem; }
	h2 { font-size: 4.2rem; }
	h3 { font-size: 3.6rem; }
	h4 { font-size: 3.0rem; }
	h5 { font-size: 2.4rem; }
	h6 { font-size: 1.5rem; }*/
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: .12rem;}
h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: .12rem; }
h3 { font-size: 2.3rem; line-height: 1.3;  letter-spacing: .12rem; }
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: .12rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: .12rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

}


.focused-header {
	color:#f5893e;
}
.blue {
	color:#01baf2;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #01baf2; 
	text-decoration: none;
}
a:hover {
	color: #0FA0CE;
}
a:disabled {
	cursor: not-allowed;
}
/* //////////////////////////// */
.button-register {
	display: inline-block;
	position: relative;
	padding: 0.6em 1.1em;
	background: #01baf2;
	border: none;
	color: white;
	transition: 0.2s;
	font-size: 1.45em;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
a.button-register {
	text-decoration: none;
	color: #FFFFFF;
}
.button-register:before,
.button-register:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: inherit;
	width: 2.35em;
	content: "\f234";
	font-family: 'FontAwesome';
	font-size: 1.35em;
	text-align: center;
	transition: 0.2s;
	transform-origin: 50% 60%;
	border-radius: 50px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.button-register:before {
	background: rgba(0, 0, 0, 0.1);
}
.button-register:hover {
	background: rgb(255,140,32);
}
.button-register:active,
.button-register:focus {
	background: rgb(255,140,32);
	outline: none;
}
.button-register {
	min-width: 13em;
}

.button-login {
	display: inline-block;
	position: relative;
	padding: 0.6em 1.1em;
	background: #01baf2;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	transition: 0.2s;
	font-size: 1.45em;
	border-radius: 50px;
	/*line-height: 1.3em;*/
}
a.button-login {
	text-decoration: none;
	color: #FFFFFF;
}
.button-login:before,
.button-login:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	/*padding-top: 27px;*/
	padding-top: 8px;
	padding-bottom: inherit;
	/*width: 3.2em;*/
	width: 2.35em;
	content: "\f090";
	font-family: 'FontAwesome';
	font-size: 1.35em;
	text-align: center;
	transition: 0.2s;
	transform-origin: 50% 60%;
	border-radius: 50px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

}
.button-login:before {
	background: rgba(0, 0, 0, 0.15);
}
.button-login:hover {
	background: rgb(255,140,32);
}
.button-login:active,
.button-login:focus {
	background: rgb(255,140,32);
	outline: none;
}
.button-login {
	min-width: 13em;
}

.button-ambroxol {
	display: inline-block;
	position: relative;
	padding: 0.6em 1.1em;
	background: rgb(255,140,32);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	transition: 0.2s;
	font-size: 1.45em;
	border-radius: 50px;
	/*line-height: 1.3em;*/
}
a.button-ambroxol {
	text-decoration: none;
	color: #FFFFFF;
}
.button-ambroxol:before,
.button-ambroxol:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	/*padding-top: 27px;*/
	padding-top: 8px;
	padding-bottom: inherit;
	/*width: 3.2em;*/
	width: 2.35em;
	content: "\f0c3";
	font-family: 'FontAwesome';
	font-size: 1.35em;
	text-align: center;
	transition: 0.2s;
	transform-origin: 50% 60%;
	border-radius: 50px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

}
.button-ambroxol:before {
	background: rgba(0, 0, 0, 0.15);
}
.button-ambroxol:hover {
	background: #01baf2;
}
.button-ambroxol:active,
.button-ambroxol:focus {
	background: #01baf2;
	outline: none;
}
.button-ambroxol {
	min-width: 13em;
}
/* Nav
-------------------------------------------------- */
.menu-button {
	position: relative;
	display:none;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	float:right;
	position: absolute;
	top:-5px;
	right:40px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-icon {
	position: absolute;
	margin: 25px 25px;
}

.line {
	position: relative;
	background: #ffcc00;
	height: 5px;
	width: 40px;
	border-radius: 3px;
	margin: 7px auto;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s, ease-in-out;
	transition: all 0.4s, ease-in-out;
}

/*.menu-button:active {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}*/

.menu-button.active .line-1,
.menu-button.active .line-2,
.menu-button.active .line-3 {
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s, ease-in-out;
	transition: all 0.4s, ease-in-out;
	-webkit-transform-origin: 10% 10%;
	-moz-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.menu-button.active .line-2 {
	background: transparent;
}

.menu-button.active .line-1 {
	width: 40px;
	top: 1px;
	left: 1px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.menu-button.active .line-3 {
	top: -1px;
	left: -1px;	
	width: 40px;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}


.bottom-nav {
	background:none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 20px 15px 20px 15px;
	color: #fff;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 0px;
	font-family: 'texgyreadventorbold';
	text-decoration: none;
	background: #01baf2;
	white-space: nowrap;
	border-radius: 50px;
	border: 2px solid #01baf2;
	cursor: pointer;
	box-sizing: border-box; 
	letter-spacing: .12rem;
}
.button p {
	margin-top:-1px !important;
	
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #01baf2;
	border: 2px #01baf2 solid;
	background:#fff;
	outline: 0; 
	text-decoration: none;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #33C3F0;
	border-color: #33C3F0; 
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #1EAEDB;
	border-color: #1EAEDB;
}
.button.button-deactivated,
button.button-deactivated,
input[type="submit"].button-deactivated,
input[type="reset"].button-deactivated,
input[type="button"].button-deactivated {
	color: lightgray;
	background-color: grey;
	border:grey solid 2px;
}
.button.button-deactivated:hover,
button.button-deactivated:hover,
input[type="submit"].button-deactivated:hover,
input[type="reset"].button-deactivated:hover,
input[type="button"].button-deactivated:hover,
.button.button-deactivated:focus,
button.button-deactivated:focus,
input[type="submit"].button-deactivated:focus,
input[type="reset"].button-deactivated:focus,
input[type="button"].button-deactivated:focus {
	color: lightgray;
	background-color: grey;
	border:grey solid 2px;
}
.button2 {
	background:#fff;
	border:#fff solid 2px;;
	color:#205d7c;	
}
.button2:hover {
	color: #fff;
	border: 2px #fff solid;
	background:#205d7c;
	outline: 0; 
}
.form-b-isCompleted {
	background:#ffcc00;
	border:#ffcc00 solid 2px;;
	color:#fff;
}
.form-b-isCompleted:hover {
	color: #ffcc00;
	border: 2px #ffcc00 solid;
	background:#fff;
	outline: 0; 
	text-decoration: none;
}
.form-button {
	background:#f5893e;
	color:#fff;
	border:#f5893e solid 2px;;
}
.form-button:hover {
	color: #f5893e;
	border: 2px #f5893e solid;
	background:#fff;
	outline: 0; 
	text-decoration: none;
}
.form-button:disabled {
	color: #f5893e;
	border: 2px #f5893e solid;
	background:#fff;
	outline: 0; 
	cursor: not-allowed;
}

.button p:after{ 
   content: '\f054';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 5px;
   text-decoration:none;

}  

.button.reverse-icon p:before{ 
   content: '\f00d';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 0px;
	padding-right:5px;
   text-decoration:none;

}  
.button.reverse-icon p:after{ 
   content: '';
   font-family: FontAwesome;

   margin:0px 0px 0px 10px;
   text-decoration:none;

}  
.button .fa  {
	float: right;
    margin-top: -6px;
    padding-left: 5px;
}
@-moz-document url-prefix() {
.button .fa  {
	float: right;
    margin-top: -13px;
    padding-left: 5px;
}
}
.button .fa.reverse-fa {
	    float: left;
    margin-top: -6px;
    padding-right: 5px;
	 padding-left: 0px;
}
.accordion-toggle .fa {
	    float: right;
    margin-top: -7px;
    padding-left: 5px;
}
.year-progress {
	border:#f5893e solid 2px;;
	border-radius: 50px;
    width: 95%;
    height: 2.5em;
	position: relative;
	margin-bottom:5px;
	
}
.progress-full {
	width:98.5%;
}
.year-progress ul {
	margin: 5px 10px 5px 0px;
}
.year-progress li {
	display: inline-block;
	border: #f5893e solid 2px;
	float: right;
	border-radius: 100%;
	padding:5.5px;
	margin:3px;
	transform: translateY(12px);
	margin-top: -6px;
}
.year-progress li.isCompleted {
	background:#fff;
}
.year-progress h5 {
	font-size:2.1rem;
	color:#f5893e;
	float:left;
	margin:0px 0px 0px 20px;
}
.progress-current {
	background:#f5893e;
}
.progress-current h5 {
	color:#fff;
	
}
.progress-current li {
	border:#ffffff solid 2px;
	
} 

.progress-timer {
	width:50%;
	height:100%;
	background: -webkit-linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%);
    background: -o-linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%);
    background: linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%)
}

.progress-timer h5 ,.timer-active h5 {
	color: #fff;
}

.timer-active {
   
	width:50%;
	height:100%;
	background: -webkit-linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%);
    background: -o-linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%);
    background: linear-gradient(right, #fff 0%, #fffeff 1%, #f38947 2%, #f38948 3%);
 
	-webkit-animation: timerBackground 30s ease-in;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes timerBackground {
  0% {
   width:50%;
  }
  100% {
    width:103%;
  }
}
		
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1.2px solid #c5c5bd;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box; 
	width:100%;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	  appearance: none;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #f5893e;
	outline: 0; 
}
label,
legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600; 
}
fieldset {
	padding: 0;
	border-width: 0; 
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
	
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal; 
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 100%;
	margin-bottom:2rem;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffcc00;
    margin-top: -8px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffcc00;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffcc00;
}
/*Redundant*/
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #c5c5bd;
}


input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1.5rem;
			letter-spacing: 0;
			font-family: 'arial';
			text-transform: none;
			font-weight: 300;
			padding-left: 2.8rem;
			padding-right: 1rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border: #c5c5bd solid 1px;
				content: '';
				display: inline-block;
				height: 1.8rem;
				left: 0;
				line-height: 1.725rem;
				position: absolute;
				text-align: center;
				top: 0.155rem;
				width: 1.8rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #212931;
	}

	select option {
		background-color: #ffffff;
		/*color: tan;*/
	}

	.select-wrapper:before {
		color: #c5c5bd;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #205d7c;
		margin-bottom: 2rem;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			border-color: #c5c5bd;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #ffcc00;
		border-color: #ffcc00;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #ffcc00;
	}

	::-webkit-input-placeholder {
		color: #909498 !important;
	}

	:-moz-placeholder {
		color: #909498 !important;
	}

	::-moz-placeholder {
		color: #909498 !important;
	}

	:-ms-input-placeholder {
		color: #909498 !important;
	}

	.formerize-placeholder {
		color: #909498 !important;
	}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol li {
	counter-increment: step-counter;
	list-style-type: none;
	
}
ol li::before {
	 
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #205d7c;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
	
    border-radius: 50px;
}
ul li {
	list-style-type: disc;
	margin-left:26px;
}
ol, ul {
	padding-left: 0;
	margin-top: 0; 
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 90%; 
}
li {
	margin-bottom: 1rem; 
}




/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
	padding-left: 0;
}
th:last-child,
td:last-child {
	padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
	margin-bottom: 1rem; 
}
input,
textarea,
select,
fieldset {
	margin-bottom: 1.5rem; 
}
/*pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 2rem; 
}*/
.float-right{
	float:right;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box; 
}
.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}
.u-pull-right {
	float: right; 
}
.u-pull-left {
	float: left; 
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
    border-top: 2px solid #ffcc00;
}

.percentage-ticker {
	text-align: left;
	font-size: 1.8em;
	margin-bottom:1%;
	margin-right:2.5%;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both; 
}

/* Accordion - Not finished
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordion-m .accordion-toggle {
	cursor: pointer;

}
 #accordion2 .accordion-toggle  {
	cursor: pointer;
	border-bottom: solid 2px #fff;
	margin:0px 2px; 
  
}
 #accordion2 .accordion-toggle:lastchild  {
	cursor: pointer;
	border-bottom: solid 0px #fff;
  
}
 #accordion2 .accordion-toggle h5 {
	
	  padding: 5px 0px;
	margin:0px 2.5%; 
	color:#fff;
	font-size:1.5em; 
}
#a2-4.accordion-toggle {
	border:none;
}

.ac-last {
	border: none !important;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	margin-bottom:2px !important;
}
.accordion-m .accordion-content {
	display: none;
}
.accordion-m .accordion-content.default {
	display: block;
}
#accordion2 .accordion-content {
	background:#ffffff;
	margin: 0px 2px;
    padding: 5px;
	border-bottom: solid 1px #ffcc00;
}
#accordion , #accordion2{
	border: solid 1px #ffcc00;
	background:#ffcc00;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-icon{
	padding: 0px 2%;
}

/* Boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.f-box-contain , .f-formbox-contain {
	background: #fff;
	margin:0;
}
.f-box-b-align .row {
	display: flex;
	display: -ms-flex; 
	display: -webkit-flex; 
}
.f-box-b-align .eight {
	
	position:relative;
	
	flex:1;
}

.f-box-b-align .button {
	position: absolute;
	bottom: 5px;
	
}


.feature-box-one {
	border: solid 2px #ffcc00;
	margin: 0 2.5%;
	border-radius: 20px;
	background:#ffcc00;
}
.feature-box-one .f-box-contain:last-child , .feature-box-one .f-formbox-contain:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.feature-box-one h5 {
	
	width: 100%;
	margin-bottom: 2px;
	color:#fff;
	font-size: 1.5em;
	padding-bottom: 5px;
}
.feature-box-one img {
	padding:10px 0;
	width:100%;
		height:auto;
}
img.tapimage {
	width: 60%;
  /*  margin: 0 auto;
  
    position: relative;
    display: block;*/
}
.feature-box-one .row {
	
}
.p-margin p {
	margin-top: 15px; 
}

.f-box-contain {
	padding-top: 10px
}
.f-formbox-contain .row .row {
	margin:0px;
}
.f-formbox-contain h4 {
	color: #01baf2;
	margin-bottom: 1em;
}
.f-formbox-contain .form-button {
	float:right;
	/*margin-bottom: 2.4rem;*/
}
.f-adjust {
	margin-top:20px;
	padding-top: 20px;
	/*margin-left:2%;*/
}
/*.f-adjust:first-child {
	border-right: solid 2px #ffcc00;
	padding-right:2%;
}
.f-adjust:second-child {
	margin-left:-2%;
}*/

.accordion-m h4 {
	color: #01baf2;
	margin-bottom: 1em;
}
.accordion-content {
	padding-top: 15px !important;
}

.quote-box-blue {
	font-size: 1.6em;
	background:#01baf2;
	color:#fff;
	padding:15px
}

.quote-box-blue .button {
	margin-top:15px;
	font-size: 18px;
}
.qb-title {
	font-size:18px;
	color: #205d7c;
	font-family: 'texgyreadventorregular';
}
.qb-title p {
	margin:0;
}
.tap-countdown {
	border: solid 4px #ffcc00;
	color: #ffcc00;
	border-radius: 100px;
	height:3em;
	width:3em;
	padding:5px;
	font-size: 4em;
	text-align: center;
	vertical-align: middle;
	margin: 10px auto;
}
.tap-countdown p {
	margin-top:0.55em;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

.dropotron {
	display:none;
}




.f-formbox-contain .six.columns ,.f-formbox-contain .four.columns ,.f-formbox-contain .eight.columns              { width: 100%;            }

.f-formbox-contain .column, .f-formbox-contain .columns {margin:0;}
	.progress-contain .column, .progress-contain .columns {margin-left:0% }
	.progress-contain .four.columns                   { width: 100%; }
	.progress-contain .eight.columns                  { width: 100%; }
	.f-formbox-contain .column:first-child,
	.f-formbox-contain .columns:first-child,
	.progress-contain .column:first-child,
	.progress-contain .columns:first-child{
		margin-left: 0;
	}
.nav-list li {
	list-style: none;
}
.main-contain {
	margin-top: 120px;
}
.mob-row{
	padding-top:30px;
}
	#logoMain {
		display:none;
	}
	#logoMob {
		display: block;
	}
	
.container {
		width:100%;
	}

	#nav ul, .bottom-nav, .topp-nav {
		display:none;
		
	}
	
#nav  ul li {
	list-style-type: none;
	
}
#dropDown li {
	margin-left: 0px;
}
	#nav ul.is-active {
		display:block !important;
	}
	#nav {
		height:120px;
	}	
	.nav-scrolled #nav #logoMob {
		display: block;
	}
	.nav-scrolled-logo {
		height: 2em;
		width: auto;
		position: absolute;
		top: 15px;
		min-height: 105px;
		    left: 50%;
    transform: translate(-50%, 0);
	}
	
	
	.mobile-nav #nav{
		height:105px;
		font-family: 'texgyreadventorregular', serif;
		font-size: 1.6em;
		text-decoration: none;
		color: #fff;
		  -moz-transition: height .2s;
		-ms-transition: height .2s;
		-o-transition: height .2s;
		-webkit-transition: height .2s;
		transition: height .2s;
		width: 100% !important;
	}
	.mobile-nav #nav a {
		text-decoration: none;
		color: #fff;
	}
	.mobile-nav #nav > ul{
		margin: 80px 20px;
		list-style: none;
		position: relative;
		text-align: right;
		
	}

.mobile-nav #nav > ul >li >ul{
	
		list-style: none;
		position: relative !important;
		text-align: right;
		display:block !important;
		
	}
.mobile-nav #nav > ul > li > ul > li > a > p {
	border-bottom: solid 1px #ffffff;
	display:inline;
	font-size:0.85em;

}
.mobile-nav .dropotron li{
	display: none !important;
}
mobile-nav #nav > ul > li :hover {
color:brown;
}
	
	.mobile-nav #nav .nav-scrolled-logo {
		min-height:105px;
		top: 10px;
		left: 60px;
		transform: none;
	}
	.mobile-nav #nav  .bottom-nav{
		display:none;
	}
	.mobile-nav #nav .menu-button {
		display: block;
	}
	.mobile-nav {
	 position: fixed !important;
		 width: 100%;
		 top: 0;
		 right: 0;
		 z-index: 999;
		 background:#ffcc00;
		 padding:10px;
		 border-bottom: solid 1px #ccc;
		 box-shadow: 0 2px 8px -2px gray;
		 text-align: center;
	}
	.mobile-nav .menu-button .menu-icon .line {
		background: #fff;
	}
	.mobile-nav .menu-button.active .line-2 {
		background: transparent;
	}
	#nav.is-fullscreen {
		height:100%;
	   -moz-transition: height .2s;
		-ms-transition: height .2s;
		-o-transition: height .2s;
		-webkit-transition: height .2s;
		transition: height .2s;
		overflow-y:scroll;
	}
	.year-progress {
		margin-bottom:10px;
	}


.onscroll-contain #tagLine, 
.onscroll-contain #logoMain {
	/*display:none !important;*/
}

/* Larger than mobile */
@media (min-width: 400px) {

	

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 800px) {
	#topNavM.row {
		width:98%;
	}
	.container.footer-text {
	margin-top: 1em;
	background:none;
	color: #fff;
	margin:0 auto;
}
	.pass-reset {
	text-align: center;
	font-size: 14px;
	margin-left:20px;
}
	.nav-scrolled {
		 position: fixed !important;
		 width: 100%;
		 top: 0;
		 right: 0;
		 z-index: 999;
		 background:#fff;
		 padding:10px;
		 border-bottom: solid 1px #ccc;
		 box-shadow: 0 2px 8px -2px gray;
		 text-align: center;
		   -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
			   -moz-animation: fadein 0.5s; /* Firefox < 16 */
				-ms-animation: fadein 0.5s; /* Internet Explorer */
				 -o-animation: fadein 0.5s; /* Opera < 12.1 */
					animation: fadein 0.5s;
	}
	.nav-scrolled #nav{
		height:105px;
		max-width: 1200px;
	}
	.onscroll-contain{
		width:80% !important;
		margin: 0 auto!important;
		
	}
	.nav-scrolled #nav > ul{
		margin: 0;
	}


	
	.nav-scrolled #nav .nav-scrolled-logo {
		min-height:105px;
		top: 10px;
		
		transform: none;
	}
	.nav-scrolled #nav  .bottom-nav{
		display:none;
	}
	.nav-scrolled #nav .menu-button {
		display: block;
	}

	.footer .four.columns.logo-align {
	width: 30.6666%;
	padding:1%;
}
	.footer .quote-box-blue {
	font-size: 1.3em;
}
ul.dropotron li {
	display:block;
}
	.topp-nav a:hover {
		text-decoration: underline;
	}
	.f-formbox-contain .six.columns                    { width: 48%;            }
	.f-formbox-contain .column, .f-formbox-contain .columns {margin-left:4%;}
	.f-formbox-contain .four.columns                   { width: 30.6666666667%; }
	.f-formbox-contain .eight.columns                  { width: 65.3333333333%; }
	img.tapimage {
	width: 80%;
    /*margin: 0 auto;
  
    position: relative;
    display: block;*/
}
	li.mobile-nav-list {
		display:none !important;
	}
	#logoMain {
		display:block;
	}
	#logoMob {
		display: none;
	}
	.percentage-ticker {
		text-align: right;
	}
	.nav-scrolled #nav #logoMob {
		display: none !important;
	}
	.nav-scrolled .container.topp-nav{
	/*width: 50%;
    float: right;
	margin-right:6%;*/
		
	}
	.nav-scrolled .container.topp-nav .nav-list{
		float: right;
		margin:0px 5%;
	}
	.main-contain {
	margin-top: 0px;
}
	.mob-row{
	padding-top:00px;
}
	.container {
		width:80%;
	}
	.back-wrap:hover {
	 	background: #ffcc00;
	}
	body {
		background: #ffcc00;  /* fallback for old browsers */
		background: -webkit-linear-gradient(bottom, #ffcc00 0%, #f38948, 70%);
		background: -o-linear-gradient(bottom, #ffcc00 0%, #f38948 70%);
		background: linear-gradient(to bottom, #ffcc00 0%, #f38948 70%);  
		background-repeat: no-repeat;
	}
	.nav-scrolled #nav .nav-scrolled-logo {
		margin-left: 2.5%;
	}
	.nav-scrolled #nav .menu-button {
		display: none;
	}
	.nav-scrolled #nav .bottom-nav {
		display: block;
	}
	#nav ul, .bottom-nav, .topp-nav {
		display:block;
		
	}
	.nav-list a {
		color: #205d7c;
		text-decoration: none;
	}
	.menu-button {
		display: none;
	}
	.nav-list li {
		display:inline-block;
		margin: 0 0.35em 0 0.35em;
		
	}
	.nav-list {
	margin-right: -6%;
    margin-top: 1%;
    margin-bottom: 1.5%;
	}
	.nav-scrolled .nav-list {
		float:none;
	}
	#nav { 
	position:relative;
	color: #ffcc00;
	height: 125px;
	font-size: 0.95em;
	font-family: 'texgyreadventorbold';
}
	.nav-scrolled #nav > ul {
		padding: 20px 0px;
	} 
		#nav > ul {
			margin: 0 1%;
			
		}

			#nav > ul > li {
				display: inline-block;
				font-style:normal;
				margin: 0 0.35em 0 0.35em;
			}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a {
					border-radius: 5px;
					color: #ffcc00;
					text-decoration: none;
					padding: 1em 0.8em 1em 0.8em;

					outline: 0;
				}

				#nav > ul > li.active > a {
					font-weight:500;
				}

				#nav > ul > li:hover > a {
					color: #f38948;
					 -webkit-transition: 1s;
				}

				#nav > ul > li.current > a {


					font-weight: 700;
				}

				

		#nav > ul > li {
			border: solid 2px #ffcc00;
			border-radius: 50px;
			padding:0px 2px 4px 2px;
		} 
		/*span ::after*/
		#nav > ul > span::after {
			display: inline-block;
			content: "";
			border-top: 1.5px solid #ffcc00;
			width: 1.6rem;
		   margin: 0 -0.65em 0 -0.35em;
			transform: translateY(-0.5rem);
		}
		#nav > ul > span:last-child::after {
			display:none;
		}

		.dropotron {
			border-radius: 5px;
			/*background-color: #ffcc00;
			background-color: rgba(254,202,47, 0.98);
			padding: 1.25em 1.5em 1.25em 1.5em;*/
			font-style: normal;
			min-width: 13em;
			/*box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);*/
			text-align: left;
			margin-top: -1.25em;
			margin-left: -1px;
			font-size:16px;
			z-index: 10000;
		}
	


			.dropotron a, .dropotron span {
				color: #fff;
				text-decoration: none;
				-moz-transition: color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out;
				transition: color .25s ease-in-out;
			}

			.dropotron li {
				list-style-type: none;
				
			}
		  .back-wrap{
				/*margin:0;
				padding:0;*/
				background-color: #f5893e;
				/*background-color: rgba(254,202,47, 0.98);*/
				display: inline;
			 	padding:5px;
			  	margin-left:20px;
			}

				.dropotron li:hover > a, .dropotron li:hover > span {
					color: #fff;
				}

			.dropotron.level-0 {
				margin-top: 0.5em;
			}

			/*	.dropotron.level-0:before {
					content: '';
					display: block;
					position: absolute;
					left: 50%;
					margin-left: -10px;
					top: -9px;
					border-left: solid 10px transparent;
					border-right: solid 10px transparent;
					border-bottom: solid 10px #252122;
					border-bottom-color: rgba(34, 30, 31, 0.98);
				}*/

				.topheader {
					position: relative;
				}

				.topheader h1 {
					font-size: 2.5em;
					padding: 1.95em 0 0 0;
					color:#00A6E2;
					position: absolute;
					left:50px;
				}

				.topright-follow {
				text-align: right;
				padding-top:15px;
			}


				.nav-scrolled {
					
					 position: fixed !important;
					 width: 100%;
					 top: 0;
					 right: 0;
					 z-index: 999;
					 background:#fff;
					 padding:10px;
					 border-bottom: solid 1px #ccc;
					 box-shadow: 0 2px 8px -2px gray;
					 text-align: center;
					   -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
						   -moz-animation: fadein 0.5s; /* Firefox < 16 */
							-ms-animation: fadein 0.5s; /* Internet Explorer */
							 -o-animation: fadein 0.5s; /* Opera < 12.1 */
								animation: fadein 0.5s;
				}
	.nav-scrolled #nav{
		height:60px;
	}
	.onscroll-contain{
		width:80% !important;
		margin: 0 auto!important;
	}
	.nav-scrolled #nav > ul{
		margin: 0;
	}
	
	.nav-scrolled #nav .nav-scrolled-logo {
		min-height:105px;
		top:0px;
	}
	
	.bottom-nav {
		margin: -2% 3%;
   		font-size: 1.4em;
	}
	
	.nav-scrolled img {
		display: block !important;
	}

	.nav-scrolled-logo {
		height: 2em;
		width: auto;
		position: absolute;
		top: -17.5px;
		left:0px;
		    transform: none;
		min-height: 105px;
	}

	.nav-scrolled li:nth-child(2) {
		padding-left: 5px;
	}
	
}
	


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

		

/* Larger than desktop */
@media (min-width: 900px) {
	#nav {
		font-size: 1.1em;
	}
	#nav > ul > span::after {
			display: inline-block;
			content: "";
			border-top: 1.5px solid #ffcc00;
			width: 2rem;
		    margin: 0 -0.65em 0 -0.35em;
			transform: translateY(-0.5rem);
		}
	.bottom-nav {
		
		margin: -2% 3%;
    font-size: 1.5em;
	}
 .nav-scrolled	#nav > ul {
			margin: 0 1%;
			padding: 15px 0px;
		}
}

@media (min-width: 1024px) {
	.with-after::after {
		content: "";
		position:absolute;
		display: inline-block;
		border-top: 2px solid #f5893e;
		width: 18.5%;
		margin: 0 -10em 0em 0 -0.35em;
		top:50%;
		left:100%;
	}
	.progress-contain .column, .progress-contain .columns {margin-left:4%;}
	.progress-contain .four.columns                   { width: 30.6666666667%; }
	.progress-contain .eight.columns                  { width: 65.3333333333%; }
	.year-progress {
		margin-bottom:0px;
	}
	.nav-scrolled #nav > ul {
			margin: 2% 1%;
			padding: 0px 0px;
		}
}

/* Larger than desktop */
@media (min-width: 1100px) {
	#nav {
		font-size:1.3em;
	}
	.footer .quote-box-blue {
	font-size: 1.6em;
}
	.nav-scrolled-logo {
		height: 2em;
		width: auto;
		position: absolute;
		top: -25px;
		min-height: 140px;
	}
		.bottom-nav {
		
		margin: -2% 3%;
    font-size: 1.5em;
	}
	.nav-scrolled #nav > ul {
			margin: 1% 1%;
			padding: 0px 0px;
		}
	.nav-scrolled .bottom-nav {
		margin: -1% 3%;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	#nav {
		font-size:1.3em;
	}
	.footer .quote-box-blue {
	font-size: 1.8em;
}
}
@media (min-width: 1600px) {
.nav-scrolled .container.topp-nav .nav-list{
		float: right;
		margin:0px 2.5%;
	}
}