
body, html {
  width: 100%;
  height: 100%;
}

html, body { scroll-padding-top: 80px; /* height of sticky header */ }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* section */

.logo-section {
	background-color: #FFFFFF;
	height: 140px;
}

.colour-container {
  text-align: center;
	width: auto;
  height: 140px;
  background: linear-gradient(
    to bottom,
    #FFFFFF 0%,
    #FFFFFF 50%,
    #253746 50%,
    #253746 100%
  );
}

.cta-section {
	background-color: #253746;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.cta2-section {
	background-color: #f2a90030;
	text-align: center;
	color: #253746;
	padding-top: 4em;
	padding-bottom: 4em;
}

.banner {
	padding-top: 2em;
	padding-bottom: 2em;
}

.intro-header {
  text-align: center;
  color: #000000;
  background: url("https://pardot-resources.s3.amazonaws.com/ProductivityQuiz/vector_background_with_gears-blue.jpg") no-repeat center center;
	background-size: cover; 
	background-color: #253746;
}

.intro-message {
  position: relative;
  padding-top: 5em;
  padding-bottom: 1em;
  text-align: left;
}

.content-section-AboutEvent {
	padding-bottom: 2em;
	padding-top: 2em;
}

.bottomcta-section {
	background-color: #D9D9D6;
	color: #000000;
	padding-top: 3em;
	padding-bottom: 2.5em;
}

.testi-section {
	background-color: #253746;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3em;
	padding-bottom: 2.5em;
}

.about-section {
	background-color: #ffffff;
	color: #000;
	padding-top: 6em;
	padding-bottom: 6em;
}

.quiz-section {
	background-color: #b1c2ce;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2em;
	padding-bottom: 1em;
}

.testi-body {
	padding-top: 1em;
}

.cta3-section {
	background-color: #ffffff;
	background: url("gears_bg_white.png") no-repeat center center;
	text-align: center;
	color: #000000;
	padding-top: 4em;
	padding-bottom: 4em;
}

.footer-section {
	background-color: #253746;
	color: #FFFFFF;
	text-align: center;
}

.bg-form {
	background-color: #DAD9D6;	
	padding-bottom: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.rowAlign {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ColouredBox{
	display: inline-block;
	background-color: #F0AB00;
	border-radius: 20px;
	padding: 15px 30px 0px 30px;
	color: #000000;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.ColouredBoxAlign {
	margin:auto; 
	width: 100%;
}

.tabletShow {
	display: none;
}

.tabletHide {
	display: inline;
}

.formBanner {
	padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 1.5em;
    padding-left: 20px;
}

.formBody {
	padding-right: 5px;
    padding-bottom: 2em;
    padding-left: 10px;
}

.text-form { 
	text-align: center;
	padding-bottom: 0.25em;
}

.field-form {
	background-color: #002147;
	padding-bottom: 1em;
	text-align: left;
	border-radius: 5px;
}

#pardot-form.form p.submit {
    text-align: center;
	padding-top: 5em !important;
}

#pardot-form p label {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0.5em;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    text-align: left;
}

form.form p span.description {
    font-size: 14px;
	color: #000000;
}

form.form p {
    clear: left;
    line-height: 1.4em;
    margin: 3px 5px;
    padding: 3px 0px !important;
}

#pardot-form p.select-container {
    margin-bottom: 10px !important;
	border-radius: 5px !important;
}

/* font */

h1 {
  	color: #FFF; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 55px; 
	line-height: 1.2em; 
	font-weight: bold;
	padding-top: 0.25em; 
	margin-top: 0; 
	padding-bottom: 0; 
	margin-bottom: 0;
}

h2 {
	color: #FFF; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 28px; 
	line-height: 1.5em; 
	padding-top: 0.25em; 
	margin-top: 0; 
	padding-bottom: 0.5em;
}

h3 {
	color: #000000; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 38px; 
	line-height: 1.3em; 
	padding-bottom: 0.5em;
	font-weight: bold;
}

h4 {
	color: #000000; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 32px; 
	line-height: 1.3em; 
	padding-bottom: 0.5em;
	font-weight: bold;
}

p {
    font-size: 16px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6em;
    font-weight: 400;
	padding-bottom: 0.5em;
}

p.name {
	font-size: 16px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left:10px; 
	padding-right:10px;
}

p.des {
	font-size: 13px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    font-weight: 400;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left:10px; 
	padding-right:10px;
}

li {
    font-size: 16px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6em;
    font-weight: 400;
	padding-bottom: 0.5em;
}

ul {
	padding-bottom: 1em;
}

nav li {
    font-size: 14px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    font-weight: 200;
}


p.cta {
	font-size: 26px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

p.cta2 {
	font-size: 32px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	color: #253746;
	padding-bottom: 1em;
}

p.catorgies {
	color: #000000; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 16px; 
	padding-bottom: 0; 
	margin-bottom: 0;
}

p.date {
	font-size: 22px;
  	line-height: 1.3em;
  	color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.panelists {
	padding-top: 0.5em;
	line-height: 1.3em;
}

sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
top: -1em;
}

supHeader {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
top: -0.7em;
}

.form-head {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
}

.dateTime {
	text-align: left;
}

.iconWidth {
	width: 40px;
}

.alignIcon{
	margin-right: 10px; 
	padding-top: 3px;
}

.alignBannerTxt {
	text-align: left;
}

.alignCenter {
	text-align: center;
}
.yellowTxt {
	color: #FDB913;
}

.body-copy {
	padding-right: 100px;
}

.tmTxt {
	font-size:10px; 
	padding-top:2em;	
	color: #ffffff;
}

.cap {
	text-transform: capitalize;
}

a {
    color: #C54644;
    text-decoration: none;
}

.boldtxt {
	font-weight: bold;
}

iframe {
	width: 500px;
	height: 300px;
}

.speaker-image {
	max-width: 95%;
}

.speaker-image-circle {
	 background: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: auto;
	width: 140px;
    overflow: hidden;
	margin-bottom: 0.25em;
	max-width: 100%;
    height: auto;
	border: solid 3px #F0AB00;
}

.stock-image {
	padding-bottom:1.5em; 
	padding-top:2em;
}

/* button */
.btn {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: baseline;
}
.btn, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-primary {
    background-color: #C54644;
	border-color: #C54644;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 25px;
    text-align: center; 
	word-wrap: break-word;
}
.btn-primary:hover {
	background-color:#682926;
}
.btn:hover {
	text-decoration: none;
	background-color: #682926;
	border-color: #682926;
}
.btn:focus, .btn.focus {
	text-decoration: none;
	background-color: #C54644;
	border-color: #C54644;
}



.btnRegister {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
	vertical-align: baseline;
	background-color: #C54644;
	border-color: #C54644;
    color: #fff;
	 -moz-user-select: none;
    background-image: none;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 14px;
    text-align: center; 
	word-wrap: break-word;
}
.btnRegister, .form-control, body {
    text-rendering: optimizelegibility;
}

.btnRegister:hover {
	text-decoration: none;
	background-color: #682926;
	border-color: #682926;
}
.btnRegister:focus, .btnRegister.focus {
	text-decoration: none;
	background-color: #C54644;
	border-color: #C54644;
}

/* pardot form */

#pardot-form input.text {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 3em;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    margin-bottom: 6px;
    padding: 5px 0px 5px 5px;
}

#pardot-form p.select-container {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#pardot-form p.submit input {

    background: #C54644;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    width: auto;
	height: auto;
    padding: 8px 14px;
	display: inline-block;
	white-space: normal;
    word-wrap: break-word;
}

#pardot-form p.submit input:hover {
  background: #682926;
  color: white;
}

form.form p span.description {
    text-align: left;
}

.col {
    float: none !important;
    width: 100% !important;
}	

#pardot-form p.select-container select {
    color: #adadad;
}


/* section size */
.col-2-3 {
    float: left;
    width: 66.6%; 
}

.col-2-3-copy {
    float: left;
    width: 65%; 
}

.col-1-2 {
    float: left;
    width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
.col-1-3 {
    float: left;
    width: 33.3%;
}

.col-1-3-form {
    float: right;
    width: 35%;
}

.col-1-3-panelists {
    float: left;
    width: 33.3%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;	
}

.col-1-2-panelists {
    float: left;
    width: 50%;
	text-align: center;
}

.col-1-4 {
    float: left;
    width: 25%;
}
.col-1-8 {
    float: left;
    width: 12.5%;
}
.col-2-5 {
    float: left;
    width: 40%;
}
.col-3-5 {
    float: left;
    width: 60%;
}
.col-3-4 {
    float: left;
    width: 75%;
}

.col-1-5 {
    float: left;
    width: 20%;
}

.col-1-4-speaker {
    float: left;
    width: 25%;
}

.col-2-4-speaker {
    float: left;
    width: 50%;
}

.col-3-4-speaker {
    float: left;
    width: 75%;
	padding-left: 30px;
}
.row-width {
	padding-left: 20px;
	padding-right: 20px;
}


@media only screen 
and (min-width : 650px)
and (max-width : 1199px) {

#pardot-form.form p.submit {
    text-align: center;
	padding-top: 2em !important;
}	
	
.paragraph_pad {
	padding-left: 30px;
	padding-right: 30px;
}
	
.connect_pad {
	padding-left: 30px;
	padding-right: 30px;
}	

.row-width {
	padding-left: 30px;
	padding-right: 30px;
}
	
.body-copy {
	padding-right: 100px;
}	
	
iframe {
	width: 430px;
	height: 300px;
}		
	
.col-1-3-form {
    float: left;
    width: 100%;
}	
	
.col-1-3-panelists {
    float: left;
    width: 33.3%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;	
}	
	
.col-1-2-panelists {
    float: left;
    width: 50%;
	text-align: center;
}	
.col-2-3-copy {
	float: left;
    width: 100%;
}	
.col-2-3 {
    float: left;
    width: 100%;
}	
.col-1-3 {
    float: left;
    width: 100%;
}
.col-1-2 {
    float: left;
    width: 100%;
	padding-left: 15px;
	padding-right: 10px;
}
.col-1-4 {
    float: left;
    width: 100%;
}	
.col-3-4 {
    float: left;
    width: 100%;
}

.col-1-4-speaker {
    float: left;
    width: 25%;
}

.col-2-4-speaker {
    float: left;
    width: 50%;
}
	
.col-3-4-speaker {
    float: left;
    width: 75%;
	padding-left: 30px;
}	
	
.col-3-5 {
    float: left;
    width: 100%;
}	
.col-2-5 {
    float: left;
    width: 100%;
}
	
.speaker-info{
	padding-left: 0px;
}
	
.body-copy {
	padding-right: 0px;
}	
	
.speaker-image {
	max-width: 60%;
}

.speaker-image-circle {
    height: auto;
    width: 160px;
	margin-top: 0em;
}
	
.stock-image {
	padding-bottom:2.5em; 
	padding-top:0em;
}	
	
.event-pad {
	padding-right: 50px;
	padding-left: 30px;
}
.testi-pad {
	padding-bottom: 1em;
}	
	
.intro-message {
  padding-left: 0;
}	
	
.alignBannerTxt {
	text-align: center;
}

.tabletShow {
	display: inline;
}

.tabletHide {
	display: none;
}
	
.iconWidth {
	width: 0;
}	

.alignIcon{
	margin-right: 10px; 
	padding-top: 0;
}	
	
.graphic-order {
		order: 2;
	}
	.text-order {
		order: 1;
	}	
}


/* Smartphones (portrait and landscape) ----*/
@media only screen 
and (min-width : 100px) 
and (max-width : 649px) {

.intro-header {
padding-left: 1em;
	padding-right: 1em;
}	
	
.cta-section {
	padding-top: 0;
}	
	
#pardot-form.form p.submit {
    text-align: center;
	padding-top: 4em !important;
}	

.alignBannerTxt {
	text-align: center;
}	
	
/* font */

h1 {
  	color: #FFF; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 35px; 
	line-height: 1.2em; 
	font-weight: bold;
	padding-top: 0.25em; 
	margin-top: 0; 
	padding-bottom: 0; 
	margin-bottom: 0;
}

h2 {
	color: #FFF; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 26px; 
	line-height: 1.2em; 
	padding-top: 0.25em; 
	margin-top: 0; 
	padding-bottom: 0.5em;
}

h3 {
	color: #000000; 
	font: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-size: 22px; 
	line-height: 1.2em; 
	padding-bottom: 0.5em;
	font-weight: bold;
}	
p, li { 
  	font-size: 16px;
  	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	line-height:1.5em; 
	font-weight: 400;
}	
	
p.cta {
	font-size: 22px;
    font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

p.date {
	font-size: 20px;
  	line-height: 1.3em;
  	color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
}	
	
.tabletShow {
	display: inline;
}

.tabletHide {
	display: none;
}
	
.iconWidth {
	width: 0;
}	

.alignIcon{
	margin-right: 10px; 
	padding-top: 0;
}	
	
/* button */

	
.paragraph_pad {
	padding-left: 15px;
	padding-right: 15px;
}
	
.body-copy {
	padding-right: 0px;
}	
	
.connect_pad {
	padding-left: 15px;
	padding-right: 15px;
}	
	
.testi-pad {
	padding-bottom: 1em;
}
	
.event-pad {
	padding-right: 10px;
	padding-left: 30px;
}	
	
	
.intro-message {
  padding-left: 0;
}	
	
.speaker-image {
	max-width: 70%;
}	
	
.speaker-image-circle {
    height: auto;
    width: 160px;
	margin-top: 0em;
}	
	
/* image */		
	
.stock-image {
	padding-bottom:2.5em; 
	padding-top:0em;
}		
	
iframe {
	width: 280px;
	height: 230px;
}		
	
.icon-image {
	padding-left: 5px;
	padding-right: 5px;
}	

.col-1-2 {
    float: left;
    width: 100%;
	padding-left: 15px;
	padding-right: 10px;
}	
.col-2-3 {
    float: left;
    width: 100%; 
}
.col-1-3 {
    float: left;
    width: 100%;
}
	
.col-1-3-form {
    float: left;
    width: 100%;
}
	
.col-1-3-panelists {
    float: left;
    width: 100%;
	text-align: center;
}
	
.col-1-2-panelists {
    float: left;
    width: 50%;
	text-align: center;
}		
	
.col-2-3-copy {
    float: left;
    width: 100%;
}	
	
.col-1-4 {
    float: left;
    width: 100%;
}	
.col-3-4 {
    float: left;
    width: 100%;
}
	
.col-1-4-speaker {
    float: left;
    width: 100%;
}	
	
.col-2-4-speaker {
    float: left;
    width: 100%;
}	
	
.col-3-4-speaker {
    float: left;
    width: 100%;
	padding-left: 0;
}	
	
.col-3-5 {
    float: left;
    width: 100%;
}	
.col-2-5 {
    float: left;
    width: 100%;
}	
	
.speaker-info{
	padding-left: 0px;
}	
	

}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-responsive-quiz {
    max-width: 80%;
    height: auto;
}