/* imports */
@import url(http://fonts.googleapis.com/css?family=Lobster);

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
  display: table;
  clear: both;
}

/* global */
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin:0;
  padding:0;
}
.wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 100%;
  background-color: #fff;
}
.sectionPurpleImage {
	background-color: #262525;
	background-image: url("https://s3.amazonaws.com/pardot-resources/img/LeadershipVsMangement_BG.png");
	background-repeat: no-repeat;        
    background-size:cover;
	background-position:center;
}
.bannerKeyline {
	border-bottom: 4px solid #707271;
    margin: 0;
}
.mainHeaderTxt {
	font: bold 36px/1.2em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	color:#EBB700;
	margin-top:0.5em;
	margin-bottom:0.75em;
}
.headerTxt {
	font: bold 30px/1.2em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	color:#32999f;
	margin-top:1em;
	margin-bottom:1em;
}
.mainBody {
	padding-right:80px !important;
}
.bulletText { 
	padding-right:20px;
	font-size:18px;
	color:#FFFFFF;
}
.bodyText {
	font-size:18px;
	width:80%;
}
.logorow{
	display: flex;
	justify-content: center;
	align-items: center;"
}
.logocell{
	flex: 1;
}
.tagline{
	text-align:right;
	color:#707271;
	line-height: 1.4em;
	margin:0;
	font-size:22px;
	padding-right:30px;
	}
.testi {
	color:#EBB700;
	font-size:28px;
	padding-right:60px;
	line-height:1.5em;
	vertical-align:middle;
}
.videorow{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainrow{
	display: flex;
	justify-content: center;
}
.videocell{
	flex: 1;
}
.maincell{
	flex: 1;
	background-color:#707271;
}	
h1 {
	font: 36px/1.2em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;	
	color: #FFFFFF;
	text-align: center;
}
.sub-subHead {
	font: bold 18px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	color:#EBB700;
}
.blackTxt {
	color:#595959;
}
.whiteTxt {
	color:#FFFFFF;
}
.yellowTxt {
	color:#EBB700;
}
.footerTxt {
	font: bold 17px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-top:1em;
	text-align:center;
	color:#595959;
}
.tmTxt {
	font-size:10px; 
	padding-top:2em;	
}
.callToActionTxt {
	font: bold 23px/1.3em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	color:#FFFFFF;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}
.formBanner {
	background-color:#707271; 
	padding-left:20px; 
	padding-right:20px; 
	padding-top:10px; 
	padding-bottom:5px;
	text-align:center;	
	padding-top:1.5em;
}
.formBody {
	background-color:#707271; 
	padding-left:20px; 
	padding-bottom:0.5em;
}

#webinarForm {
	margin-right: 50px !important;
	padding-top: 0 !important;	
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	height:auto;
}
blockquote {
	border:none;
	font-family: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-bottom:-30px;
	position: relative;  
    margin: 0 auto; 
    padding-left: 0.4em; 
}

blockquote p {
    font-size:18px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:1em;
	color:#595959;
}

blockquote p:before { 
    content: "\201C";
    font-weight: bold;
    font-size:80px;
    color:#595959;
    position: absolute; 
    top: 0.4em;
    left: -0.3em; 
    font-family: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif; 
} 
blockquote p:after { 
    content: "\201D";
    font-weight: bold;
    font-size:80px;
    color:#404040;
    position: absolute; 
    top: 0.4em;
    right: -0.3em; 
    font-family: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif; 
}
p, li, div { 
  	font-size: 16px;
  	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
  	line-height:1.4em; 
	color:#000000;
}

li {
	padding-bottom:1em;
}

.img-bio-responsive {
	border-radius: 50%; 
	max-width:100%; 
	width:160px;
}


/* button for submit form */
.btn {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
}
.btn, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-primary {
    background-color: #069e52;
	border-color: #069e52;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
font-weight: 500;
padding: 15px 25px;
    line-height: 1.42857;
    margin-bottom: 0;
	color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-primary:hover {
	background-color:#879637;
}
.btn:hover {
	text-decoration: none;
	background-color: #879637;
	border-color: #49511e;
}
.btn:focus, .btn.focus {
	text-decoration: none;
	background-color: #069e52;
	border-color: #069e52;
}

#video_border {
	border: #000 1px solid;
}

/* button for CTA */
.btnCTA {
    transition: all 150ms ease-in-out 0s;
	text-decoration: none;
	max-width:100%;
}
.btnCTA, .form-control, body {
    text-rendering: optimizelegibility;
}
.btn-primaryCTA {
    background-color: #069e52;
	border-color: #069e52;
    color: #fff;
}
.btnCTA {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
font-weight: 500;
padding: 15px 30px;	
	color: #FFFFFF !important;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-primaryCTA:hover {
	background-color:#F0AB00;
}
.btnCTA:hover {
	text-decoration: none;
	background-color: #F0AB00;
	border-color: #F0AB00;
	color:#FFFFFF;
}
.btnCTA:focus, .btnCTA.focus {
	text-decoration: none;
	background-color: #069e52;
	border-color: #069e52;
	color:#FFFFFF;
}

/* phone link */
.phone a:link {
	color: #e1261c;
	font-size:22px;
	text-decoration: none;
}
.phone a:visited {
	color: #e1261c;
	font-size:22px;
	text-decoration: none;
}
.phone a:hover {
	color: #e1261c;
	font-size:22px;
	text-decoration: none;
}
.phone a:active {
	color: #e1261c;
	font-size:22px;
	text-decoration: none;
}

/* grid */
.row {
  margin: 0px;
}
.row:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
  padding:5px 25px 5px 35px;
}

/* form */

.form_resize {
	margin:auto;  
	text-align:left;
	width: 90%;
}
.form_text {
	font: 15px/1.5em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 0 1em 1em 1em;
}
.formlabel {
	font: 15px/1.5em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-top:1em;
}
.full_textFld { 
	border: 1px solid #CCCCCC;
	padding: 2px; margin: 0;
	font: 15px/1.5em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
	display: block;
	width: 100%; 
	_width: 250px;
	
}
.form_checkbox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	}
.form_dropdown {
	width: 100%;
	font: 13px/1.5em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;	
} 
.comment-text-area {
  float: right;
  width: 100%;
  height: auto;
}
.textinput {
  float:left;
  width: 100%;
  min-height: 35px;
  outline: none;
  resize: none;
  border: 1px solid #CCCCCC;
}
.completefields p{
	font: 12px/1.5em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.videoSection {
	padding-bottom:2em;
}

@media all and ( min-width: 775px ) {
  
  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-3 {
    float: left;
    width: 33.33%;
  }
  .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%;
  }
   #myModal .modal-dialog  {
 	width:500px;
	align-content:center;
  }
  .phoneMiddle {
	  padding-top:40px;
  }
}

/* iPads (portrait and landscape) ----------- 768*/
@media only screen 
and (min-width : 480px)
and (max-width : 775px) {
.col-2-3 {
   float: left;
   width: 66.66%;
 }
.col-1-3 {
   float: left;
   width: 33.33%;
 }
#webinarForm {
	margin-right:0 !important;
	padding-top: 0 !important;	
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important
}
.mainBody {
	padding-right:40px !important;
}
.testi {
	color:#EBB700;
	font-size:24px;
	padding-right:10px;
	line-height:1.3em;
	vertical-align:middle; 
	padding-bottom:1em;
}
.videoSection {
	padding-bottom:0.5em;
}
.videorow{
	display:block;
}
.mainrow{
	display:block;
}
.videocell{
	flex: 0;
}
.maincell{
	flex: 0;
}
.tagline{
	text-align:right;
	color:#707271;
	line-height: 1.4em;
	margin:0;
	font-size:22px;
	padding-right:0;
}
	h1 {
	font: 32px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;	
	color: #FFFFFF;
}	
	.formBody {
	padding-bottom:5.5em;
}
}

/* Smartphones (portrait and landscape) ----*/
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
#webinarForm {
	margin-right:0 !important;
	padding-top: 0 !important;	
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important
}
.mainBody {
	padding-right:10px !important;
}
.testi {
	clear:both;
	color:#testi;
	font-size:20px;
	padding-right:10px;
	line-height:1.3em;
	vertical-align:middle; 
	padding-bottom:1em;
}
.videoSection {
	padding-bottom:0.5em;
}
.videorow{
	display:block;
}
.mainrow{
	display:block;
}
.videocell{
	flex: 0;
}
.maincell{
	flex: 0;
}
.tagline{
	text-align:right;
	color:#707271;
	line-height: 1.4em;
	margin:0;
	font-size:14px;
	padding-right:0;
}
	h1 {
	font: 26px/1.1em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;	
	color: #FFFFFF;
}	
	.formBody {
	padding-bottom:6.5em;
}
	.bodyText {
	width:95%;
}
}
}