@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,800,800i&display=swap');

header, section, footer, aside, nav, main, article, figure {
    display: block; 
} /* to make older browsers display html5 elements correctly */

* {
    box-sizing: border-box;
} /* to make sure that the padding and border are included in the total width and height of all box-level elements */

body {
	margin: 0;
	padding: 63px 0 0 0;
	background-color: #191e39;
}			

body, td {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.4;
}

b, strong {
	font-weight: 600;
}

@media (min-width: 890px) {
	body {
		padding: 100px 0 0 0;
	}
}

@media (min-width: 1470px) {
	body {
		padding: 63px 0 0 0;
	}
}

.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}

.fullwidth-text h1 {
	font-size: 1.6em;
	margin-top: 1em;
}

.fullwidth-text h1 {
	font-size: 1.6em;
	margin-top: 1em;
}

.fullwidth-text h2 {
	font-size: 1.4em;
	margin-top: 1em;
}

.fullwidth-text h2 {
	font-size: 1.4em;
	margin-top: 1em;
}

h1.heading-1b {
	display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 1px 0px;
    font-family: Montserrat, sans-serif;
    color: #f36229;
    font-size: 30px;
	font-size: 7vw;
    line-height: 1.2;
}

h1.heading-2 {
	display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 1px 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 50px;
	font-size: 9vw;
    line-height: 1.2;
}

h1.heading-2b {
	display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 1px 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 40px;
	font-size: 8.5vw;
    line-height: 1.2;
}

h1.heading-3 {
	display: block;
    padding: 1px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
	font-size: 6.5vw;
    line-height: 1.4;
	color: #373b7d;
}

h1.withSubHead {
	line-height: 1.2;
}

.subHead {
	font-size: 0.7em;
	font-weight: 400;
}

h2 {
	font-size: 26px;
	font-weight: 600;
}

.statement-text h2 {
	font-size: 26px;
	font-weight: 600;
	color: #f36229;
}

.statement-text h2.heading-3b {
	font-size: 30px;
	font-weight: 600;
	color: #373b7d;
	line-height: 1.3;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

.cto-bar h3 {
	font-size: 20px;
	font-size: 5vw;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.statement h3 {
	margin-top: 0;
}

.section-text h2 {
	margin-top: 0;
}

.sub-title {
	font-size: 18px;
	line-height: 1.4;
}

.sub-title-1b {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 50px;
	max-width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

.statement-text p, li {
	font-size: 20px;
	margin-bottom: 1em;
}

.statement-text ul {
	display: inline-block;
	list-style: none;
	margin: 1em auto;
}

.statement-text li {
	text-align: left;	
}

.statement-text li::before {
	content: "\2022";
	font-size: 40px;
	font-weight: bold;
	color: #f36229;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	overflow: hidden;
	line-height: 20px;
}

.oncolour {
	color: #fff;
}

@media (min-width: 600px) {
	
	h1.heading-1b {
		font-size: 30px;
		font-size: 5vw;
	}
	h1.heading-2 {
		font-size: 50px;
		font-size: 6vw;
	}
	h1.heading-2b {
		font-size: 40px;
		font-size: 5.5vw;
	}
	h1.heading-3 {
		font-size: 24px;
		font-size: 4vw;
	}
	h2 {
		font-size: 26px;
		font-size: 4vw;
	}
	
	.statement-text h2 {
		font-size: 26px;
		font-size: 3.5vw;
	}
	
	.statement-text h2.heading-3b {
		font-size: 30px;
		font-size: 4vw;
	}

	h3 {
		font-size: 18px;
		font-size: 2.5vw;
	}
	.cto-bar h3 {
		font-size: 26px;
		font-size: 3.5vw;
	}
	.sub-title-1b {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 100px;
	}
}

@media (min-width: 1000px) {
	
	h1.heading-1b {
		font-size: 45px;
		font-size: 3.2vw;
	}
	h1.heading-2 {
		margin-bottom: 40px;
		font-size: 60px;
		font-size: 4vw;
	}
	h1.heading-2b {
		margin-bottom: 40px;
		font-size: 50px;
		font-size: 3.5vw;
	}
	h1.heading-3 {
		font-size: 26px;
		font-size: 2.5vw;
	}
	h2 {
		font-size: 32px;
		font-size: 2.1vw;
	}
	
	.statement-text h2 {
		font-size: 36px;
		font-size: 2.6vw;
	}
	
	.statement-text h2.heading-3b {
		font-size: 40px;
		font-size: 2.6vw;
	}

	h3 {
		font-size: 26px;
		font-size: 1.8vw;
	}
	.cto-bar h3 {
		font-size: 34px;
		font-size: 2.5vw;
	}
	.sub-title {
	font-size: 22px;
	line-height: 1.4;
	}
	.sub-title-1b {
		font-size: 26px;
		line-height: 1.4;
		margin-bottom: 150px;
	}
}

@media (min-width: 1500px) {
	
	.statement-text h2 {
		font-size: 36px;
		font-size: 1.8vw;
	}
	.statement-text h2.heading-3b {
		font-size: 40px;
		font-size: 2.2vw;
	}
}

@media (min-width: 1500px) {
	
	.statement-text h2.heading-3b {
		font-size: 40px;
		font-size: 2vw;
	}
}

@media (min-width: 2000px) {
	
	h1.heading-1b {
		font-size: 60px;
		font-size: 2.5vw;
	}
	h1.heading-2 {
		font-size: 72px;
		font-size: 3.4vw;
	}
	h1.heading-2b {
		font-size: 60px;
		font-size: 2.9vw;
	}
	h1.heading-3 {
		font-size: 30px;
		font-size: 2vw;
	}
	h2 {
		font-size: 42px;
		font-size: 1.8vw;
	}
	
	.statement-text h2 {
		font-size: 36px;
		font-size: 1.4vw;
	}
	
	.statement-text h2.heading-3b {
		font-size: 42px;
		font-size: 1.8vw;
	}

	h3 {
		font-size: 36px;
		font-size: 1.5vw;
	}
	.cto-bar h3 {
		font-size: 36px;
		font-size: 1.4vw;
	}
	.sub-title-1b {
		font-size: 30px;
		line-height: 1.4;
		margin-bottom: 150px;
	}
}

@media (min-width: 2300px) {
	
	.statement-text h2.heading-3b {
		font-size: 44px;
		font-size: 1.6vw;
	}
}


section {
	padding: 1px;
}

#content-wrapper {
	background-color: #fff;
}

.centre {
	text-align: center;
}

.no-break {
	white-space: nowrap;
}

.sm li.mobile-only {
	display: block;
}

@media (min-width: 890px) {
	.sm li.mobile-only  {
		display: none;
	}
}

div.width-reducer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}

.reducer-line {
	border-top: 2px solid #e5e5e5;
	padding-top: 50px;
}


/* ------- Buttons and Links ------- */

a {
    text-decoration: none;
    color: #f0792a;
    font-weight: 600;
}

a:hover {
    color: #3d3f65;
}

p.index-button {
	text-align: center;
	padding-top: 30px;
}

.bighero-button {
	text-decoration: none;
	border: 3px solid #ffffff;
	background-image: linear-gradient(298deg, #f0792a, #e23f22);
	color: #fff;
	padding: 25px 50px;
	border-radius: 100px;
	font-size: 30px;
}

.bighero-button:hover {
	background: #fff;
	border: 3px solid #3d3f64;
	color: #3d3f64;
}

.hero-button {
	text-decoration: none;
	border: none;
	background-image: linear-gradient(298deg, #f0792a, #e23f22);
	color: #fff;
	padding: 12px 24px;
	border-radius: 50px;
	font-size: 18px;
}

.hero-button:hover {
	background: #fff;
	color: #3d3f64;
}

.feature-button {
	text-decoration: none;
	border: none;
	background: #fff;
	color: #3d3f64;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 18px;
}

.feature-button:hover {
	background-image: linear-gradient(298deg, #f0792a, #e23f22);
	color: #fff;
}

.button-bar .feature-button {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 18px;
	margin: 10px 20px;
	white-space: nowrap;
}

.button-bar .feature-button:hover {
	background: #fff !important;
	color: #f36229 !important;
}

.button-bar .function-button {
	display: inline-block;
	text-decoration: none;
	background-color: #3d3f65;
	background-image: -webkit-gradient(linear, left top, right top, from(#3d3f65), to(#202135));
	background-image: linear-gradient(298deg, #3d3f65, #202135);
	background-repeat: no-repeat;
	background-size: auto auto;
	color: #fff !important;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 18px;
	margin: 10px 20px;
	white-space: nowrap;
}

.button-bar .function-button:hover {
	background: #fff !important;
	color: #373b7d !important;
}

.cto-bar .feature-button {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 18px;
	white-space: nowrap;
}

.cto-bar .feature-button:hover {
	background: #fff !important;
	color: #f36229 !important;
}

.section-text a {
	text-decoration: none;
	color: rgba(243,98,41,1.0);
}

.section-text a:hover {
	text-decoration: none;
	color: rgba(243,98,41,0.5);
}

a.text-link {
	text-decoration: none;
	color: rgba(243,98,41,1.0);
}

a.text-link:hover {
	text-decoration: none;
	color: rgba(243,98,41,0.5);
}

.oncolour .section-text a {
	text-decoration: none;
	color: #ffa866;
	font-weight: 600;
}

.oncolour .section-text a:hover {
	text-decoration: none;
	color: #ffd4b2;
}

.option2-background.oncolour .section-text a {
	text-decoration: none;
	color: #161a6c;
}

.option2-background.oncolour .section-text a:hover {
	text-decoration: none;
	color: #ffd4b2;
}

.fullwidth-text a {
	text-decoration: none;
	color: rgba(243,98,41,1.0);
}

.fullwidth-text a:hover {
	text-decoration: none;
	color: rgba(243,98,41,0.5);
}

/* ------- Backgrounds --------- */

.prime-background {
	background-color: #3d3f65;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3f65), to(#202135));
	background-image: linear-gradient(#3d3f65, #202135);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.secondary-background {
	background-color: #f36229;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f36229), to(#e74020));
	background-image: linear-gradient(#f36229, #e74020);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.plain-background {
	background: #fff; /* White */
}

.option-background {
	background: #3c3e64; /* blue */
}

.option2-background {
	background-color: #f58331; /* orange */
}

.option3-background {
	background-color: #f1f1f1; /* light grey */
}

.event-default-page-bkgnd {
	background-color: #364e67;
	background-image: url(../images/event-default-bkgnd.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.member-type-questions-bkgnd {
	background-color: #6f6f6f;
	background-image: url(../images/attendee-type-questions-bkgnd.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.theme-selection-bkgnd {
	background-color: #323234;
	background-image:  url(../images/theme-selection-bkgnd.jpg);
	background-position:  50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.email-bkgnd {
	background-color: #f1f1f1;
	background-image:  url(../images/email-bkgnd.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.security-bkgnd {
	background-color: #f1f1f1;
	background-image:  url(../images/security-bkgnd.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-intro {
	background-color: #3d3f65;
	background-image: url(../images/home-curve.svg), linear-gradient(180deg, #3d3f65, #202135);
	background-position: center 101%, top left;
	background-repeat: no-repeat, no-repeat;
	background-size: 140% 15%, auto auto;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

/* 
.event-default-page-bkgnd {
	background-color: #364e67;
	background-image: url(../images/top-bkgnd-curve-shallow.svg), url(../images/bottom-bkgnd-curve-shallow.svg), url(../images/event-default-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 20px, 100% 20px, cover;
}

.attendee-type-questions-bkgnd {
	background-color: #6f6f6f;
	background-image: url(../images/top-bkgnd-curve-shallow.svg), url(../images/bottom-bkgnd-curve-shallow.svg), url(../images/attendee-type-questions-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 20px, 100% 20px, cover;
}

.theme-selection-bkgnd {
	background-color: #323234;
	background-image: url(../images/top-bkgnd-curve-shallow.svg), url(../images/bottom-bkgnd-curve-shallow.svg), url(../images/theme-selection-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 20px, 100% 20px, cover;
}

.email-bkgnd {
	background-color: #f1f1f1;
	background-image: url(../images/top-bkgnd-curve-shallow.svg), url(../images/bottom-bkgnd-curve-shallow.svg), url(../images/email-bkgnd.jpg);
	background-position: center -1px, center 101%, 50% 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 20px, 100% 20px, cover;
}

.site-intro {
	background-color: #3d3f65;
	background-image: url(../images/home-curve.svg), linear-gradient(180deg, #3d3f65, #202135);
	background-position: center 101%, top left;
	background-repeat: no-repeat, no-repeat;
	background-size: 140% 15%, auto auto;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

@media (min-width: 890px) {
	.event-default-page-bkgnd, .attendee-type-questions-bkgnd, .theme-selection-bkgnd, .email-bkgnd {
		background-size: 100% 30px, 100% 30px, cover;
	}
}

@media (min-width: 1200px) {
	.event-default-page-bkgnd, .attendee-type-questions-bkgnd, .theme-selection-bkgnd, .email-bkgnd {
		background-size: 100% 40px, 100% 40px, cover;
	}
}

@media (min-width: 1600px) {
	.event-default-page-bkgnd, .attendee-type-questions-bkgnd, .theme-selection-bkgnd, .email-bkgnd {
		background-size: 100% 50px, 100% 50px, cover;
	}
}

*/

/* ------- General Layout --------- */

.home-width {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;	
}

.s-padding { /* Standard Padding */
	padding: 30px;
}

.z-padding { /* Zero Padding */
	padding: 0px;
}

.inner-width {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.uniform-padding {
	padding: 30px 30px 30px 30px;
}

.intro-padding {
	padding: 1px 30px 30px 30px;
}

.prime-padding {
	padding: 1px 30px 70px 30px;
}

.double-padding {
	padding: 90px 30px 70px 30px;
}

.secondary-padding {
	padding: 1px 30px 1px 30px;
}

.v-top-box-1 {
	width: 100%;
	max-width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.v-mid-box-1 {
	width: 100%;
	max-width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.v-mid-box-last {
	width: 100%;
	max-width: 450px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
}

.box-spacer {
	margin-right: auto;
}

@media (min-width: 900px) {
	.v-mid-box-1 {
		vertical-align: middle;
		margin-bottom: 60px;
	}
	.v-mid-box-last {
		vertical-align: middle;
		margin-bottom: 60px;
	}
}

@media (min-width: 1100px) {
	.box-spacer {
		margin-right: 60px;
	}
}

@media (min-width: 1360px) {
	
	.v-top-box-1 {
		width: 100%;
		max-width: 550px;
	}
	.v-mid-box-1 {
		width: 100%;
		max-width: 550px;		
	}
	.box-spacer {
		margin-right: 120px;
	}
}

.cto-bar {
	padding: 30px 30px 10px 30px;
	text-align: center;
}

.section-text {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: left;	
	padding: 1px 1px 1px 1px;	
}

.button-bottom {
	margin: 0px 0px 0px 0px;
}

.text-bottom {
	margin: 0px 0px 0px 0px;
}

.section-image {
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 1px 20px 1px;
}

.section-image img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.right-image {
	margin: 0px 0px 0px 0px;
}

.left-image {
	margin: 0px 0px 0px 0px;
}

@media (min-width: 890px) {

	.section-text {
		vertical-align: top;
		display: inline-block;
		width: 49%;
		text-align: left;
		padding: 1px 1px 1px 1px;		
	}
	
	.button-bottom {
		margin: 0px 0px 80px 0px;
	}

	.text-bottom {
		margin: 0px 0px 160px 0px;
	}

	.section-image {
		vertical-align: middle;
		display: inline-block;
		width: 49%;
		text-align: center;
		padding: 1px 1px 20px 1px;
	}

	.right-image {
		padding: 0px 0px 0px 40px;
	}
	
	.left-image {
		padding: 0px 40px 0px 0px;
	}

}


@media (min-width: 2000px) {

	.button-bottom {
		margin: 0px 0px 100px 0px;
	}

	.text-bottom {
		margin: 0px 0px 190px 0px;
	}

}


/* ------- Top of screen --------- */

#header-logo {
	float: left;
	width: 250px;
	height: 34px;
	margin: 10px 0px 0px 7px;
	display: inline-block;
}

@media (min-width: 890px) {

	#header-logo {
		float: left;
		width: 368px;
		height: 50px;
		margin: 10px 0px 0px 7px;
		display: inline-block;
	}
}

/* ------- Header --------- */

header.site-header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 63px;
	background: #3c3e63;
	padding: 1px;
	z-index: 100;
}

@media (min-width: 890px) {
	header.site-header {
		height: 116px;
	}
}

@media (min-width: 1470px) {
	header.site-header {
		height: 84px;
	}
}

/*------- FOOTER ------------------------------------------- */	

.outerFooter {
	background-color: #191e39;
	margin: 0;
	padding: 0px 30px 30px 30px;
}
	
.innerFooter {
	width: 100%;
	max-width: 1024px;
	position: relative;
	color: #fff;
	font-size: 12px;
	padding: 50px 1px 30px 1px;
	margin: 0 auto;
}
	
.innerFooter ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}

.innerFooter ul.top-gap {
	margin-top: 20px;
}

.innerFooter ul a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.innerFooter ul a:hover {
	color: #f0792a;
	text-decoration: none;
}

.innerFooter li {
	margin-bottom: 5px;
}

.footerCol {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
	
.col1 {
	width: 180px;
	margin: 0 1vw 15px 1vw;
}
	
.col2 {
	width: 120px;
	margin: 0 1vw 15px 1vw;
}
	
.col3 {
	width: 240px;
	margin: 0 1vw 15px 1vw;
}
	
.col4 {
	width: 240px;
	margin: 0 1vw 15px 1vw;
}

.footerTitle {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* ----- Home page ----- */

.site-intro {
	background-color: #3d3f65;
	background-image: url(../images/home-curve.svg), linear-gradient(180deg, #3d3f65, #202135);
	background-position: center 101%, top left;
	background-repeat: no-repeat, no-repeat;
	background-size: 140% 15%, auto auto;
	text-align: center;
	padding: 50px 20px 1px 20px;
}

@media (min-width: 890px) {
	.site-intro  {
		background-size: 120% 25%, auto auto;
	}
}

@media (min-width: 1200px) {
	.site-intro {
		background-size: 100% 30%, auto auto;
	}
}

@media (min-width: 1600px) {
	.site-intro {
		background-size: 100% 40%, auto auto;
	}
}

.chemistry-graphic {
	width: 100%;
	max-width: 525px;
	height: auto;
	margin: auto;
}

.statement-text {
	text-align: center;
	padding: 30px 20px 50px 20px;
}

.statement-text h2 {
	text-align: center;
}

/* ----- Team Intro section ---- */

.team-intro {
	text-align: center;
	padding: 0px 20px 50px 20px;
}

div.home-icon-link-box {
    position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
    max-width: 450px;
    background: #fff;
    color: #000;
    padding: 10px;
	margin: 5px;
	text-align: center;
}

@media (min-width: 1000px) {
	div.home-icon-link-box {
		padding: 20px;
		margin: 10px;
	}
}
div.home-icon-link-box img {
	height: 150px;
	width: auto;
}

div.home-icon-link-box h3 {
	font-size: 22px;
	font-weight: bold;
	color: #373b7d;
}

div.home-icon-link-box p {
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}

div.home-icon-link-box p.link-box-link {
	font-size: 16px;
	color: #f36229;
	font-weight: bold;
}

div.home-icon-link-box:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}

a.div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    background-color: white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=0); /*workaround to make clickable in IE */
}

.home-icon-text-box {
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.home-icon-box {
	float: none;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.home-icon-box img {
	position: static;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.home-text-box {
	float: none;
	width: 100%;
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
	color: #000000;
}

.home-text-box-title {
	font-size: 18px;
	margin: 0 0;
}

@media (min-width: 890px) {
	.home-icon-text-box {
		display: block;
		vertical-align: top;
		width: 100%;
		margin: 0;
	}

	.home-icon-box {
		float: left;
		vertical-align: top;
		width: 70px;
		text-align: left;
	}

	.home-icon-box img {
		position: relative;
		top: 8px;
		left: 0px;
		margin: 0 0;
	}

	.home-text-box {
		float: left;
		width: calc(100% - 70px);
		vertical-align: top;
		padding-top: 6px;
		text-align: left;
		color: #000000;
	}

}

.button-bar {
	padding: 60px 30px;
	text-align: center;
}

.page-intro {
	background-color: #3d3f65;
	background-image: url(../images/home-curve.svg), linear-gradient(180deg, #3d3f65, #202135);
	background-position: center 101%, top left;
	background-repeat: no-repeat, no-repeat;
	background-size: 140% 15%, auto auto;
	text-align: center;
	padding: 50px 30px 50px 30px;
}

@media (min-width: 890px) {
	.page-intro  {
		background-size: 120% 25%, auto auto
	}
}

@media (min-width: 1200px) {
	.page-intro {
		background-size: 100% 30%, auto auto
	}
}

@media (min-width: 1600px) {
	.page-intro {
		background-size: 100% 40%, auto auto
	}
}

/*------------------------------------------------------------------------------
  Pricing / Feature Selection
---------------------------------------------------------------------------------*/
.price-details {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 1em;
	vertical-align: top;
}

.price-details p, li {
	font-size: 16px;
	margin-bottom: 0.8em;
}

.price-details ul {
	display: inline-block;
	list-style: none;
	margin: 1em auto;
}

.price-details li {
	text-align: left;	
}

.price-details li::before {
	content: "\2022";
	font-size: 30px;
	font-weight: bold;
	color: #f36229;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	overflow: hidden;
	line-height: 16px;
}

.packageBoxes {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 1em;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}
/*
.packageBox {
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 4px;
	margin: 0 0 10px 0;
	text-align: right;
	border-radius: 10px;
}
*/
.packageBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: top;
	width: 100%;
	padding: 4px;
	margin: 0 0 10px 0;
	text-align: right;
	border-radius: 10px;
}

.packageBoxTitle {
	width: 100%;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 20px 10px;
	text-align: center;
	font-size: 18px;
	vertical-align: top;
}

.packageBoxTitle h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.packageBoxContent {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	padding: 0px 10px 20px 10px;
	background: transparent;
	border-radius: 5px;
	margin-right: 0;
	text-align: center;	
}

@media (min-width: 700px) {
	.packageBoxTitle {
	width: 49%;
	}
	.packageBoxContent {
	width: 49%;
	padding: 0px 10px 0px 10px;
	}
}

.boxTitle {
	display: block;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 20px 10px;
	text-align: center;
	font-size: 18px;
	vertical-align: top;
}

.boxTitle h2 {
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.contactBox .boxTitle h2 {
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.boxTitle p.sub-title {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}

.boxTitle p {
	margin-bottom: 0;
	color: #ffffff;
}

.xlBox {
	background-color: #3d3f65;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3f65), to(#202135));
	background-image: linear-gradient(#3d3f65, #202135);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.standardBox {
	background-color: #4353b3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4353b3), to(#323684));
	background-image: linear-gradient(#4353b3, #323684);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.microBox {
	background-color: #01a4e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01a4e0), to(#0c689d));
	background-image: linear-gradient(#01a4e0, #0c689d);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.contactBox {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#595959));
	background-image: linear-gradient(#808080, #595959);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.freeTrialBox {
	background-color: #f36229;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f36229), to(#e74020));
	background-image: linear-gradient(#f36229, #e74020);
	background-repeat: no-repeat;
	background-size: auto auto;
}

.boxPrice {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 600;
}

.priceNote {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.box-subTitle {
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0;
}

.boxContent {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	background: transparent;
	border-radius: 5px;
	margin-right: 0;
	text-align: left;
	vertical-align: top;
}

.boxContent p {
	margin: 1em 0;
	font-size: 16px;
}

.boxContent p.boxContentHeader {
	margin: 0 0 1em 0;
	font-size: 16px;
}

.boxContent ul {
	list-style-type: none;
    margin: 1em 0 1em 1em;
    padding: 0;
	font-size: 16px;
}

.boxContent ul li {
    margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16px;
}

.boxContent p.buttonRow {
	text-align:center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.priceBoxContent {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	background: transparent;
	border-radius: 5px;
	margin-right: 0;
	text-align: left;
	vertical-align: top;
}

.priceBoxContent p {
	margin: 1em 0;
	font-size: 16px;
	vertical-align: middle;
}

p.priceDescription {
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

p.boxDescription {
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}

a.boxContentButton {
	text-decoration: none;
	border: 3px solid #fff;
	background: linear-gradient(298deg, #f0792a, #e23f22);
	color: #fff;
	padding: 12px 24px;
	border-radius: 50px;
	font-size: 16px;
	white-space: nowrap;
}

a.boxContentButton:hover {
	background: #fff;
	color: #000;
}

a.xlBoxButton {
	border: 2px solid #fff;
	background: linear-gradient(298deg, #3d3f65, #202135);
}

a.xlBoxButton:hover {
	background: #fff;
	color: #000;
}

a.standardBoxButton {
	border: 3px solid #fff;
	background: linear-gradient(298deg, #4353b3, #323684);
}

a.standardBoxButton:hover {
	background: #fff;
	color: #000;
}

a.microBoxButton {
	border: 3px solid #fff;
	background: linear-gradient(298deg, #01a4e0, #0c689d);
}

a.microBoxButton:hover {
	background: #fff;
	color: #000;
}

a.contactBoxButton {
	border: 3px solid #fff;
	background: linear-gradient(298deg, #808080, #595959);
}

a.contactButton:hover {
	background: #fff;
	color: #000;
}

p.notes {
	text-align: center;
	font-size: 14px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

@media (min-width: 700px) {
	.boxTitle {
		display: inline-block;
		width: 100%;
		max-width: 49%;
		color: #ffffff;
		margin: 0 0 0 0;
		padding: 20px 10px;
		text-align: center;
		font-size: 18px;
		vertical-align: top;
	}
	.boxContent {
		display: inline-block;
		width: 100%;
		max-width: 50%;
		padding: 10px 20px;
		border-radius: 5px;
		margin-right: 0;
		text-align: left;
		vertical-align: top;
	}
}

@media (min-width: 1400px) {
	.price-details {
		display: inline-block;
		width: 100%;
		max-width: 40%;
		margin: 1em;
		vertical-align: top;
	}
	.packageBoxes {
		display: inline-block;
		width: 100%;
		max-width: 50%;
		margin: 1em;
		padding: 1px;
		text-align: center;
		vertical-align: top;
	}
}

/*
a.freeTrialBoxButton {
	background-color: #6fb708;
}

a.freeTrialBoxButton:hover {
	background-color: #4c7c06;
}
*/

/*------------------------------------------------------------------------------
  FAQs
---------------------------------------------------------------------------------*/	

dt {
	font-weight:600;
	margin: 1em 0 1em 0;
	font-size: 18px;
}

dd {
	margin: 1em 0 1em 1.2em;
}

/*------------------------------------------------------------------------------
  Guides
---------------------------------------------------------------------------------*/

ul.iconLinks {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

ul.iconLinks li {
	margin-bottom: 2em;
	padding-left: 45px;	
}

li.pdfLink {
	background: url(../images/pdf-icon.png) no-repeat left top;
}

li.mailLink {
	background: url(../images/email-icon.png) no-repeat left top;
}

li.phoneLink {
	background: url(../images/phone-icon.png) no-repeat left top;
}

li.guideLink {
	background: url(../images/guide-icon.png) no-repeat left top;
}

li.liLink {
	background: url(../images/linkedin-icon.png) no-repeat left top;
}

li.newsLink {
	background: url(../images/news-icon.png) no-repeat left top;
}

li.multiLine {
	padding-top: 8px;
}
