/* Normalize CSS */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { font-size: 2em; margin: 0.67em 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; }

#new_register{display:none;}

fieldset { padding:0 !important }

html, body { height: 100%; }

/*#login-logo-area img{
	content:url("http://churchleaderinsights.com/images/RXPN-web-masthead3.jpg");
}*/

body.login #login-logo-area {
    background: #1c1c1c !important;
}

body {
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  /* Background patterns from subtlepatterns.com */
  background: #fff none;
}

body.ch-login input[type="submit"]{
  padding: 7px !important;
}



#account-bar, #banner, #navigation>ul, #main, .container {
  width: 1200px;
  margin: 0 auto;
}

#main {
  margin: 30px auto;
  background: #ffffff;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.4);
  display: table;
}

#content {
  width: 790px;
  display: table-cell;
  vertical-align: top;
  padding: 35px;
}

#sidebar {
  width: 300px;
  display: table-cell;
  vertical-align: top;
  padding: 35px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  height: 100%;
}

#footer {
  clear: both;
  color: #ffffff;
  background: #2b2d2c;
  box-shadow: 0px 900px 0px 900px #2b2d2c;/* Expand footer on short pages */
  padding: 25px;
  text-align: center;
  height: 100px;
}
#footer a{
  color: #ffffff;
  text-decoration: underline;
}

#header {
  background: #b9030a;
}

#logo {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 48px;
  margin: 0px;
}

h1#logo{
  padding: 10px 0px 25px;
}
h1#logo a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0px 25px;
}

img#logo {
  border: 0px;
  max-height: 125px;
  margin: 15px 0px;
}

#account-bar {
  padding: 0px 0px;
  margin: 0px auto;
  height: 28px;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 12px;
  position: relative;
  z-index: 10;
}
#account-bar ul {
  background: #eee;
}
#account-bar a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#account-bar a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
#account-bar>li>a {
  color: #000;
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
}
#account-bar>li>span {
  background: #eee;
  color: #000;
  display: inline-block;
  padding: 5px 0px;
}
#account-bar>li:first-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
#account-bar a.profile-link {
  min-width: 94px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
}
#account-bar>li>a {
  text-decoration: none;
  font-weight: normal;
}
#account-bar>li>span { }
#account-bar ul a {
  color: #000;
  padding-left: 7px;
  display: block;
}
#account-bar li { display: block;}
#account-bar>li {
  height: 23px;
  float: right;
}
#account-bar li:hover ul { display: block; }
#account-bar>li:hover>a { border-bottom-left-radius: 0px; }
#account-bar li ul {
  background: #eee;
  display: none;
  padding: 3px;
  width: 100px;
  padding-right: 11px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#account-bar li ul li {
  padding: 2px 0px;

}
#account-bar .dwn {
  font-size: 75%;
}

#navigation {
  width:100%;
  margin: 0px;
  background: #2b2d2c;
}
#navigation>ul {
  margin: 0 auto!important;
}
#navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  list-style: none;
}
#navigation>ul>li {
  float: left;
  height: 42px;
}
#navigation a {
  color: #ffffff;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: block;
}
#navigation .dwn {
  text-transform: lowercase;
  color: #888888;
}
#navigation>ul>li>a {
  padding: 12px 10px 9px 10px;
  height: 16px;
}
#navigation>ul>li.current>a, #navigation>ul>li.current_parent>a, #navigation>ul>li.current:hover>a, #navigation>ul>li.current_parent:hover>a {
  color: #ffffff;
  border-bottom: 5px solid #b9030a;
}
#navigation>ul>li:hover>a {
  color: #ffffff;
  border-bottom: 5px solid #1976bc;
}
#navigation>ul>li:hover ul { display:block; }

/* Subnav */
#navigation ul li ul {
  min-width: 130px;
  display: none;
  float: left;
  position: absolute;
  z-index: 10;
}
#navigation li ul li a {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  padding: 5px 10px;
  background: #efefef;
  /*opacity: 0.85;*/
}
#navigation li ul li a:hover {
  color: #b9030a;
  opacity: 1;
}
#navigation li ul li:first-child a {
  padding-top: 10px;
}
#navigation li ul li:last-child a {
  padding-bottom: 10px;
}

a {
  color: #3800ff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #006cff;
}
a:hover {
  color: #001eff;
  text-decoration: none;
}
p {
  margin: 1em 0em;
}

/* Remove page titles */
h1#page_title {
  margin-top: 0px;
  display: none;
}
body.chpg-my-account #page_title,
body.chpg-invoices #page_title,
body.chpg-credit-cards #page_title,
body.chpg-subscriptions #page_title,
body.chpg-register #page_title, /* member/edit */
body.chpg-documents #page_title {
  display: block;
}
.image-gallery-page-type .text-content-type {
   border-top: 0px;
   padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: .75em 0em;
  line-height: 1.4em;
}
h1{
  color: #388db5;
  font-family: Raleway, Helvetica, Arial, 'sans-serif';
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
}

h2{
  color: #388db5;
  font-family: Raleway, Helvetica, Arial, 'sans-serif';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
}
h3{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
}
h4{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}
h5{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
h6{
  color: #222222;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

#notice>div {
  padding: 5px;
  padding-left: 31px;
  margin: 5px 0px 10px 0px;
  color: #000;
  background-color: #ffffff;
}
#notice ul {
  list-style: disc;
}
#notice li {
  margin-left: 20px;
}
#notice, #notice h1, #notice h2, #notice h3{
  margin: 0px;
  color: #000000;
}
#notice>.errorExplanation,
#notice .error {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_error.png") 7px 7px no-repeat;
  border: 2px solid #d34839;
  border-radius: 3px;
  background-size: 17px;
}
#notice .success {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_success.png") 7px 7px no-repeat;
  border: 2px solid #a4bb4e;
  background-size: 17px;
  border-radius: 3px;
}
.warning {
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_warning.png") 7px 7px no-repeat;
  border: 2px solid #edd24e;
  background-size: 17px;
  border-radius: 3px;
}
.info, .success, .warning, .error, .validation {
  padding: 6px 10px 6px 34px;
  background-repeat: no-repeat;
  background-position: 8px 7px;
  text-align: left;
  margin-bottom: 4px;
  line-height: 1.5em;
}
.info {
  color: #2f5daa;
  border: 2px solid #2f5daa;
  background-color: #ffffff;
  background: #fff url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/notice_info.png") 7px 7px no-repeat;
  background-size: 17px;
  border-radius: 3px;
}

#small_admin {
  padding: 0;
  margin-bottom: 6px;
}

div.small_admin_links {
  margin-top: 0;
  text-align: right;
  margin-bottom: 10px;
}

/* Form Elements */
fieldset {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 1.2em 0 1.2em 0.3em;
  padding: 1em 1.4em 1.4em;
  border: 0px;
}
/* Override inline styles */
.chpg-invoices fieldset {
  background-color: #fff!important;
  border: 0px!important;
}
fieldset.boxless {
  margin: 0 0 1.2em 0;
  padding: 1em 0 1.4em 0;
  border: none;
  background: none;
}
legend {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 -.4em;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 110%;
}
fieldset.tab {
  border-top: 1px solid #f3f3f3;
  margin-top: 0;
}

label {
  display: block;
  margin-top: 10px;
}
label em {
  font-weight: normal;
}
label .support-text {
  font-weight: normal;
}

form  {
  width: 100%;
}

.inline-label {
  display: inline;
  padding-right: 8px;
}

.inline-label-solo {
  display: inline;
  padding-right: 20px;
  line-height: 1.3em;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
}
input[type=text], input[type=password] {
  width: 95%;
  border: 1px solid #ccc;
  background-color: #fff;
}
input:focus, textarea:focus, select:focus,.field-wrapper.focus {
  border: 1px solid #00B5D5;
}
input[type=submit] {
  padding: 4px 8px;
}
input[type=radio], input[type=checkbox] {
  background: transparent !important;
  border: 0 !important;
  width: 16px !important;
}
input[type=radio] {
  width: 13px !important;
}
input.hinted {
  color: #bbb;
}

select {
  padding: 4px;
}
select[disabled=disabled] {
  color: #999;
}
select[multiple] {
  min-width: 300px;
  border: 1px solid #ccc;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
  font-weight: bold;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  background-color: #2b2d2c;
  color: #ffffff;
  padding: 5px 40px;
  margin: 10px 0;
  border: none;
  border-radius: 3px;
  outline: none;
  width: auto;
}

option[disabled] {
  color: #999;
  background: #ccc;
}

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

fieldset .help-inline {
  color: #40759D;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file,
a.member-file {
  width: 230px;
  min-height: 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
  background-color: #2b2d2c;
  color: #ffffff;
  padding: 9px 6px;
  line-height: 1.4;
  vertical-align: top;
}
.video-page-type.page-type-show {
  width: auto;
}
.video-page-type.page-type-show .documents .document-content-type {
  width: auto;
  margin: 10px 5px 10px 0px;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file .filename,
.video-page-type.page-type-show .documents .document-content-type a.member-file .filesize,
a.member-file span.filename {
  font-size: 80%;
  margin-left: 50px;
  display: block;
  word-wrap: break-word;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file .filename {
  margin-top: 4px;
}
a.member-file:hover {
  text-decoration: none;
}
a.member-file:active {
  background-position: 0px bottom;
}
@font-face {
  font-family: 'pavilion-icons';
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.eot");
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.eot") format('embedded-opentype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.woff") format('woff'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.ttf") format('truetype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/font/pavilion.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.member-file {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  font-weight: bold;
}
.download .download{
  margin-left: 50px;
}
.member-file::before{
  font-family: 'pavilion-icons';
  content: "\e805";
  font-size: 34px;
  color: #ffffff;
  margin-left: 5px;
  position: absolute;
}
.download-link::before{
  font-family: 'pavilion-icons';
  content: "\e805";
  font-size: 17px;
  position: absolute;
  color: #3800ff;
}
.download-link a{
  padding-left: 25px;
}
body.invoices .user-address {
  clear: none!important;
  padding-top: 200px!important;
}

body.invoices .invoice-info h2 {
  margin: 0px;
}

tr {
  background-color: #fff;
}
th {
  color: #ffffff;
  background-color: #6698c0;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
  padding: 12px 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
td {
  padding: 10px;
  font-size: 100%;
  vertical-align: top;
  text-align: left
}

body.login .save-cancel-group input, body.login .save-cancel-group input:hover{
  color: white;
  box-shadow: none;
}

/* Login Page */
body.login #login_shell{
  padding: 25px;
}
body.login .save-cancel-group input{
  height: 30px;
  padding: 0px 15px;
}
input[type="text"], input[type='password'], input[type='email']{
  width: 388px;
}
body.login .save-cancel-group input, body.login .save-cancel-group input:hover{
  color: white;
  box-shadow: none;
}
body.login form ul{
  display: table;
}
body.login form ul li{
  float: none;
  display: table-cell;
  vertical-align: middle;
}
body.login form ul li:first-child{
  width: 70px;
}


body.login #login-logo-area { background:#ed1c24 }









/* CUSTOMIZATION */

body { background-color: #464847 }

#header { background: #ed1c24 }

#navigation>ul>li.current>a, #navigation>ul>li.current_parent>a, #navigation>ul>li.current:hover>a, #navigation>ul>li.current_parent:hover>a {
  border-bottom: 5px solid #d32027;
}

.hidden_fields, .hide {
	display: none;
}


/* Partials */
div.partial_disabled {display:block;float:left;width:100%;background-color:#DDD;text-decoration:none;margin-top:3px;text-indent:26px;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/pavilion/assets/images/lock.gif");background-repeat:no-repeat;background-position:6px 2px;font-size:12px;border-top:1px solid;border-bottom:1px solid;border-color:#d9af6f;color:#9F6000;background-color:#ffffd8;padding:2px;}
div.partial_disabled p{margin-bottom:0;}


.locked {
	width: 19%;
	padding-right: 30px;
	color: #600;
	background: url(https://d2ma5jma76a61i.cloudfront.net/images/753/original/img_locked.jpg?1346248336) no-repeat center right;
}


.unlocked {
	width: 22%;
	padding-right: 30px;
	color: #060;
	background: url(https://d2ma5jma76a61i.cloudfront.net/images/753/original/img_lock.jpg?1346180374) no-repeat center right;
}
.session-button {
	padding: 5px 10px 5px 10px;
	border: 1px solid #C00;
	border-radius: 4px;
	background-color: #C03;	
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.session-button:hover {
	background-color: #C30;
  	color:#fff;
  	text-decoration:none
  
}
.session-button.inactive {
	background-color: #CCC;
	border: 1px solid #CCC;
}
.session-button.inactive:hover {
	background-color: #CCC;
}
.session-button:visited {
	color: #FFF;
}

.submit {
	font-family: 'ATSackersGothicRegular',arial,sans-serif;
	color: #fff;
	border: none;
	font-size: 12px !important;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
	padding: 3px 8px 3px 8px;
	-moz-box-shadow: 0 0 4px #000;
  	-webkit-box-shadow: 0 0 4px #000;
  	box-shadow: 0 0 4px #000;
	background-color: #d31f26;
  	background: url(assets/images/bkg_button.png) repeat-x 0 0;
  	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31f26), to(#8f151b));
  	background-image: -webkit-linear-gradient(top, #d31f26, #8f151b);
  	background-image:    -moz-linear-gradient(top, #d31f26, #8f151b);
  	background-image:     -ms-linear-gradient(top, #d31f26, #8f151b);
  	background-image:      -o-linear-gradient(top, #d31f26, #8f151b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d31f26', EndColorStr='#8f151b'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d31f26', EndColorStr='#8f151b')"; /* IE8 */
}
.button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: bold 140%/130% 'Lato', Helvetica, Arial, sans-serif; 
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	width: 90%;
	color: white !important;
	border: 2px solid #FFF;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 4px #000;
	-ms-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
.button:hover {
	background-color: #333;	
}
.button.half-width {
	width: 48%;
}
.button.normal-case {
	text-transform: none;	
}
.button.blue {
	background-color: #004A73;
}
.button.green {
	background-color: #00B233;	
}
.button.red {
	background-color: #D21F26;	
}
.button.grey {
	background-color: #CCC;	
}
.box-dashed {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px; 
	border: 3px #D21F26 dashed;	
}
.box-solid {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px; 
	border: 3px #D21F26 solid;	
}
.center {
	text-align: center;	
}
div.aligncenter {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
div.center {
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.module {
	float: left;
	height: auto;
	width: 96%;
	margin-bottom: 10px;
	padding: 2%;
	border: 1px solid #333;
	border-radius: 10px;
}
.module img {
	margin: 0 10px 0 0;
}
.resource {
	float: left;
	height: auto;
	width: 200px;
	margin: 10px;
	text-align: center;
}

.resource-new {
  	position:relative;
	float:left;
	width:45%;
	padding:2%;
  	font-size:12px;
  	height:auto;
  	min-height:280px;
  	border:1px solid #777;
  	border-radius:8px;
  	margin-right:5px;
  	margin-top:5px;
}

.resource-new>p {
  color: #333;
  margin-bottom: 120px
}
.resource-img {
 	width:100px;
    float:left;
  	padding-right:10px;
}  

.resource-img-fade {
 	width:100px;
    float:left;
  	padding-right:10px;
  	opacity:0.5
}  
.resource-button {
 	width:280px;
  	margin: 0 auto;
  	opacity: .8
}  
  
.resource-button:hover {
 	opacity: 1.0 
}  
.resource-new:nth-child(2n+3) {
	clear: left;	
}
.resource:nth-child(3n+4) {
	clear: left;	
}
hr {
	height: 1px;
	background-color: #CCCCCC;
	margin: 15px 0;
	padding: 0;
	border: 0 none;
	clear: both;
}
h1 {
	color: #004A73;
	font-size: 20px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 17px 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-family: 'Lato',arial,sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-style: italic;
}
h3 {
	font-size: 17px;
	color: #000;
	font-family: 'Lato',arial,sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-variant: small-caps;
	font-weight: 400;
}
h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
}
h4 {
	font: normal 1em/1.2em 'Lato',arial,sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}
#mainbody-content h4 {
	font-size: normal italic 1.1em/1.2em 'Lato',arial,sans-serif;
	color: #000;
	margin: 0 0 10px 0;
}
.date {
	font-size: 9px;
	color: #666666;
	margin-left: 10px;
	text-transform: uppercase;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 145%;
}
.red {
	color: #D21F26;
}
.blue, .blue a {
	color: #004A73;
}
.blue a {
	text-decoration: none !important;
}
.grey {
	color: #666;
}
.image_left, .alignleft, img.left {
	float: left;
	margin: 5px 10px 10px 0;
}
.image_right, .alignright, img.right {
	float: right;
	margin: 5px 0 10px 10px;
}


/* forms */

.form + p {
	clear: both;
	margin-top: 20px;	
}
.form .submit-button {
	font-size: 11px;
	padding: 3px 8px;	
}
.cite {
	font-size: .9em;
	font-style: italic;	
}
#mainbody-content-column-left h1 {
	font-size: 240%;
	line-height: 150%;
}
#mainbody-content-column-left h2 {
	font-size: 139%;
	line-height: 150%;
}
#mainbody-content-column-left h3, 
#mainbody-content-column-left h4 {
	font: bold italic 120% 'Lato', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
#mainbody-content-column-left h4 {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}
#order-form .small.grey,
#order-form .small.grey + p {
	text-align: center;
}
#order-form .submit-button {
	margin: 0 auto;
}
#mainbody-content-column-left {
	width: 894px;
	margin: 20px;
	padding: 0;
	border: none;
	font-size: 120%;
	line-height: 150%;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 14px 0;
}
iframe {
  width: 100%;
  border: 0;
}
/* FORMS */
#webinar form {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	letter-spacing:.01em
}
#webinar form li {
	background: none;
	padding-left: 0;
}
label, .form_label {
	font-weight: normal;
}
.gbg span {
	width: 23% !important;
}
.info {
	display:inline-block;
	clear:both;
	margin:0 0 5px 0;
	padding:0 1% 1.1em 1%;
	border-bottom:1px dotted #ccc
}
.info[class] {
	display:block
}
.hideHeader .info, #payment.hideHeader li.first {
	display:none
}
.info h2 {
	font-weight:normal;
	font-size:160%;
	margin:0 0 5px 0;
	clear:left
}
.info div {
	font-size:95%;
	line-height:135%;
	color:#555
}
form ul {
	margin:0;
	padding:0;
	list-style-type:none
}
* html form ul {
	width:99%;
	zoom:1
}
form li {
	margin:0;
	padding:6px 1% 9px 1%;
	clear:both;
	background-color:transparent;
	position:relative;
	-webkit-transition:background-color 350ms ease-out;
	-moz-transition:background-color 350ms ease-out;
	-o-transition:background-color 350ms ease-out;
	transition:background-color 350ms ease-out
}
form ul:after, form li:after, form li div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
* html form li {
	height:1%;
	margin-bottom:-3px
}
* + html form li {
	height:1%;
	margin-bottom:-3px
}
* html form li div {
	display:inline-block
}
* + html form ul, * + html form li div {
	display:inline-block
}
form li div {
	margin:0;
	padding:0;
	color:#444
}
form li span {
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444
}
form li div span {
	margin:0;
	display:block;
	width:100%;
	float:left;
}
li.twoColumns div span {
	width:98%;
	margin:0 5px 0 0
}
li.threeColumns div span {
	width:30%;
	margin:0 5px 0 0
}
li.notStacked div span {
	width:18%;
	margin:0 7px 0 0;
	font-size: 85%;
}
form li.complex {
	padding-bottom:0
}
form li.complex div span {
	width:auto;
	margin:0 .3em 0 0;
	padding-bottom:12px
}
form li.complex div span.full {
	margin:0
}
form li.complex div span.left, form li.complex div span.right {
	margin:0;
	width:48%
}
form li.complex div span.full input, form li.complex div span.full select, form li.complex div span.left input, form li.complex div span.right input, form li.complex div span.left select, form li.complex div span.right select {
	width:100%
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both !important
}
label span, .section span, p span, .likert span {
	display:inline !important;
	float:none !important
}
form li div label, form li span label {
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:85%;
	line-height:160%;
	color:#444;
	display:block
}
fieldset {
	display:block;
	border:none;
	margin:0;
	padding:2%
}
label.desc, legend.desc {
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
	white-space:normal;
	width:100%
}
label.choice {
	display:block;
	cursor:pointer;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%
}
.safari label.choice {
	margin-top:-16px
}
form.rightLabel .desc {
	padding-top:2px
}
span.symbol {
	font-size:120%;
	line-height:135%
}
form li .datepicker {
	float:left;
	margin:.19em 5px 0 0;
	padding:0;
	width:16px;
	height:16px;
	cursor:pointer !important
}
form span.req {
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0
}
form li div label var {
	font-weight:bold;
	font-style:normal
}
form li div label .currently {
	display:none
}
input.text, input.search, input.file, textarea.textarea, select.select {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding: 3px;
}
input.text, input.search, textarea.textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../images/fieldbg.gif) repeat-x top
}
input.nospin::-webkit-inner-spin-button, input.nospin::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
select.select {
	padding:1px 0 0 0
}
input.search {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding-left:6px
}
input.checkbox, input.radio {
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px
}
input.other {
	margin:0 0 8px 25px
}
.safari select.select {
	font-size:120% !important;
	margin:0 0 1px 0
}
* html select.select {
	margin:1px 0
}
* + html select.select {
	margin:1px 0
}
.center, form li span.center input.text, form li span.center label, form li.name span label, form li.date input.text, form li.date span label, form li.phone input.text, form li.phone span label, form li.time input.text, form li.time span label {
	text-align:center
}
form li.time select.select {
	margin-left:5px
}
form li.price .right {
	text-align:right
}
.third {
	width:32% !important
}
.half {
	width:48% !important
}
.full {
	width:100% !important
}
#webinar input.small, #webinar select.small {
	width:25%
}
#webinar input.medium, #webinar select.medium {
	width:50%;
}
input.medium, select.medium {
	width:50%
}
input.large, select.large {
	width:100%
}
.msie[class] select.ieSelectFix {
	width:auto
}
.msie[class] select.ieSelectFix.small {
	min-width:25%
}
.msie[class] select.ieSelectFix.medium {
	min-width:50%
}
.msie[class] select.ieSelectFix.large {
	width:100%
}
textarea.textarea {
	width:293px;
	min-width:100%;
	max-width:100%
}
textarea.small {
	height:5.5em
}
textarea.medium {
	height:10em
}
textarea.large {
	height:20em
}
li.file a {
	color:#222;
	text-decoration:none
}
li.file span {
	display:inline;
	float:none
}
li.file img {
	display:block;
	float:left;
	margin:0 0 0 -10px;
	padding:5px 5px 7px 5px
}
li.file .file-size, li.file .file-type {
	color:#666;
	font-size:85%;
	text-transform:uppercase
}
li.file .file-name {
	display:block;
	padding:14px 0 0 0;
	color:blue;
	text-decoration:underline
}
li.file .file-delete {
	color:red !important;
	font-size:85%;
	text-decoration:underline
}
li.file a:hover .file-name {
	color:green !important
}
li.file a:hover .file-name {
	color:green !important
}
form li.likert {
	margin:0;
	padding:6px 1% 5px 1%;
	width:auto !important;
	clear:both !important;
	float:none !important
}
.likert table {
	margin:0 0 .9em 0;
	background:#fff;
	width:100%;
	border:1px solid #dedede;
	border-bottom:none
}
.likert caption {
	text-align:left;
	color:#004C77;
	font-weight: bold;
	font-size:105%;
	line-height:135%;
	padding:5px 0 .5em 0
}
.likert input {
	padding:0;
	margin:2px 0
}
.likert tbody td label {
	font-size:85%;
	display:block;
	color:#565656
}
.likert thead td, .likert thead th {
	background-color:#e6e6e6
}
.likert td {
	border-left:1px solid #ccc;
	text-align:center;
	padding:4px 6px
}
.likert thead td {
	font-size:85%;
	padding:10px 6px
}
.likert th, .likert td {
	border-bottom:1px solid #dedede
}
.likert tbody th {
	padding:8px 8px;
	text-align:left
}
.likert tbody th label {
	color:#222;
	font-size:95%;
	font-weight:bold
}
.likert tbody tr.alt td, .likert tbody tr.alt th {
	background-color:#f5f5f5
}
.col1 td {
	width:30%
}
.col2 td {
	width:25%
}
.col3 td {
	width:18%
}
.col4 td {
	width:14.5%
}
.col5 td {
	width:12%
}
.col6 td, .col7 td {
	width:10%
}
.col8 td, .col9 td, .col10 td {
	width:6.5%
}
.col11 {
	width:6%
}
.hideNumbers tbody td label {
	display:none
}
form li.buttons {
	width:auto !important;
	position:relative;
	clear:both;
	padding:10px 1% 10px 1%
}
form li.buttons input {
	font-size:100%;
	margin-right:5px
}
input.btTxt {
	padding:0 7px;
	width:auto;
	overflow:visible
}
.safari input.btTxt {
	font-size:120%
}
.buttons .marker {
	position:absolute;
	top:0;
	right:0;
	padding:15px 10px 0 0;
	color:#000;
	width:auto
}
button.link {
	display:inline-block;
	border:none;
	background:none;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	padding:0;
	font-size:100%
}
button.link:hover {
	color:green
}
.leftLabel li, .rightLabel li {
	width:74% !important;
	padding-top:9px
}
.leftLabel .desc, .rightLabel .desc {
	float:left;
	width:31%;
	margin:0 15px 0 0
}
.rightLabel .desc {
	text-align:right
}
.leftLabel li div, .rightLabel li div {
	float:left;
	width:65%
}
* html .leftLabel li fieldset div, * html .rightLabel li fieldset div {
	float:right
}
* + html .leftLabel li fieldset div, * + html .rightLabel li fieldset div {
	float:right
}
.leftLabel .buttons, .rightLabel .buttons {
	padding-left:23%
}
.leftLabel .buttons div, .rightLabel .buttons div {
	float:none;
	margin:0 0 0 20px
}
.leftLabel p.instruct, .rightLabel p.instruct {
	width:28%;
	margin-left:5px
}
.leftLabel .altInstruct .instruct, .rightLabel .altInstruct .instruct {
	margin-left:31% !important;
	padding-left:15px;
	width:65%
}
.noI form li, .altInstruct form li {
	width:auto !important
}
.noI .leftLabel .buttons, .noI .rightLabel .buttons {
	padding-left:31%
}
.noI .leftLabel .buttons div, .noI .rightLabel .buttons div {
	margin:0 0 0 17px
}
form li.leftHalf, form li.rightHalf {
	width:47% !important
}
form li.leftThird, form li.middleThird, form li.rightThird {
	width:30% !important
}
form li.leftFourth, form li.middleFourth, form li.rightFourth {
	width:23% !important;
	_width:22% !important
}
form li.leftFifth, form li.middleFifth, form li.rightFifth {
	width:18% !important;
	_width:17% !important
}
form li.middleThird {
	clear:none !important;
	float:left;
	margin-left:2% !important
}
form li.leftFourth, form li.middleFourth, form li.leftFifth, form li.middleFifth {
	clear:none !important;
	float:left
}
form li.rightHalf, form li.rightThird, form li.rightFourth, form li.rightFifth {
	clear:none !important;
	float:right
}
li.leftHalf .small, li.rightHalf .small, li.leftHalf .medium, li.rightHalf .medium, li.leftThird .small, li.middleThird .small, li.rightThird .small, li.leftThird .medium, li.middleThird .medium, li.rightThird .medium, li.leftFourth .medium, li.middleFourth .medium, li.rightFourth .medium, li.leftFourth .small, li.middleFourth .small, li.rightFourth .small, li.leftFifth .medium, li.middleFifth .medium, li.rightFifth .medium, li.leftFifth .small, li.middleFifth .small, li.rightFifth .small {
	width:100% !important
}
form li.leftHalf, form li.leftThird, form li.leftFourth, form li.leftFifth {
	clear:left !important;
	float:left
}
* html form li.middleFourth {
	margin-left:1% !important
}
* html form li.middleFifth {
	margin-left:1% !important
}
form li.focused {
	background-color:#fff7c0
}
form .instruct {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:45%;
	margin:0 0 0 8px;
	padding:8px 10px 10px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	visibility:hidden;
	opacity:0;
	font-size:105%;
	-webkit-transition:opacity 350ms ease-out;
	-moz-transition:opacity 350ms ease-out;
	-o-transition:opacity 350ms ease-out;
	transition:opacity 350ms ease-out
}
form .instruct small {
	line-height:120%;
	font-size:80%;
	color:#444
}
form li.focused .instruct, form li:hover .instruct {
	left:100%;
	visibility:visible;
	opacity:1
}
.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct, li.leftThird .instruct, li.middleThird .instruct, li.rightThird .instruct, li.leftFourth .instruct, li.middleFourth .instruct, li.rightFourth .instruct, li.leftFifth .instruct, li.middleFifth .instruct, li.rightFifth .instruct, .iphone .instruct {
	visibility:visible;
	position:static;
	margin:0;
	padding:6px 0 0 0;
	width:100%;
	clear:left;
	background:none !important;
	border:none !important;
	font-style:italic;
	opacity:1
}
.altInstruct p.complex, li.leftHalf p.complex, li.rightHalf p.complex, li.leftThird p.complex, li.middleThird p.complex, li.rightThird p.complex, .iphone p.complex {
	padding:0 0 9px 0
}
.hideSeconds .seconds, .hideAMPM .ampm, .hideAddr2 .addr2, .hideSecondary #previousPageButton, .hideCents .radix, .hideCents .cents, .hideState .state {
	display:none
}
form li.section {
	clear:both;
	margin:0;
	padding:7px 0 0 0;
	width:auto !important;
	position:static
}
form li.section h3 {
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 3px 0;
	width:auto;
	padding:12px 1% 0 1%;
	border-top:1px dotted #ccc
}
form li.first {
	padding:0
}
form li.first h3 {
	padding:8px 1% 0 1%;
	border-top:none !important
}
form li.section div {
	display:block;
	width:auto;
	float:none;
	font-size:85%;
	line-height:160%;
	margin:0 0 1em 0;
	padding:0 1% 0 1%
}
form li.section.scrollText {
	border:1px solid #dedede;
	height:150px;
	overflow:auto;
	margin-bottom:10px;
	padding:10px;
	-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 3px;
	-moz-box-shadow:rgba(0,0,0,0.15) 0 0 3px;
	-o-box-shadow:rgba(0,0,0,0.15) 0 0 3px;
	box-shadow:rgba(0,0,0,0.15) 0 0 3px
}
form li.section.scrollText h3 {
	border:none;
	padding-top:8px
}
form li.captcha {
	width:auto !important;
	clear:both;
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding:1.1em 1% 9px 1%;
	width:auto !important;
	position:static
}
form li.captcha label.desc {
	width:auto !important;
	margin-bottom:4px;
	float:none
}
* + html #recaptcha_area, * + html #recaptcha_table {
	min-width:450px !important
}
* html #recaptcha_area, * html #recaptcha_table {
	width:450px !important
}
#recaptcha_widget_div table {
	background:#fff
}
form li.captcha .noscript iframe {
	border:none;
	overflow:hidden;
	margin:0;
	padding:0
}
form li.captcha .noscript label.desc {
	display:block !important
}
form li.captcha .noscript textarea {
	margin-left:12px
}
iframe[src="about:blank"] {
	display:none
}
form li.paging-context {
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 7px 0;
	padding:5px 1% 10px 1%;
	width:auto !important;
	position:static
}
.paging-context table {
	width:100%
}
.pgStyle1 td {
	text-align:left;
	vertical-align:middle
}
.pgStyle1 td.c {
	width:22px
}
.pgStyle1 td.t {
	padding:0 1%
}
.pgStyle1 var {
	display:block;
	float:left;
	background:none;
	border:1px solid #CCC;
	color:#000;
	width:20px;
	height:20px;
	line-height:19px;
	text-align:center;
	font-size:85%;
	font-style:normal;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;
	-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;
	-o-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;
	box-shadow:rgba(0,0,0,0.15) 0 1px 2px
}
.pgStyle1 .done var {
	background:#ccc
}
.pgStyle1 .selected var {
	background:#FFF7C0;
	color:#000;
	border:1px solid #e6dead;
	font-weight:bold
}
.pgStyle1 b {
	font-size:85%;
	font-weight:normal;
	color:#000
}
.pgStyle1 .selected b {
	font-weight:bold
}
.circle6 td, .circle7 td {
	vertical-align:top;
	text-align:center
}
.nopagelabel td.t {
	display:none
}
.nopagelabel .pgStyle1 var, .circle6 var, .circle7 var {
	width:24px;
	height:24px;
	line-height:24px;
	font-size:90%;
	margin:0 auto 7px auto;
	float:none;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px
}
.nopagelabel .pgStyle1 var {
	margin-bottom:0
}
.circle6 b, .circle7 b {
	padding:0
}
.circle2 td {
	width:50%
}
.circle3 td {
	width:33%
}
.circle4 td {
	width:25%
}
.circle5 td {
	width:20%
}
.circle6 td {
	width:16.6%
}
.circle7 td {
	width:14.2%
}
.pgStyle2 td {
	vertical-align:middle;
	height:25px;
	padding:2px;
	border:1px solid #CCC;
	position:relative;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;
	-moz-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;
	-o-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 1px
}
.pgStyle2 var {
	display:block;
	height:26px;
	float:left;
	background:#FFF7C0;
	color:#000;
	font-style:normal;
	text-align:right;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:rgba(0,0,0,0.15) 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.15) 1px 0 0;
	-o-box-shadow:rgba(0,0,0,0.15) 1px 0 0;
	box-shadow:rgba(0,0,0,0.15) 1px 0 0
}
.pgStyle2 var b {
	display:block;
	float:right;
	font-size:100%;
	padding:3px 10px 3px 3px;
	line-height:19px
}
.pgStyle2 em {
	font-size:85%;
	font-style:normal;
	display:inline-block;
	margin:0 0 0 9px;
	padding:4px 0;
	line-height:18px
}
.pgStyle2 var em {
	padding:4px 5px 3px 0
}
.page1 .pgStyle2 var {
	padding-left:7px;
	text-align:left;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.page1 .pgStyle2 b {
	float:none;
	padding-right:0
}
.hideMarkers .marker, .nopagelabel .pgStyle1 b, .nopagelabel .pgStyle2 em {
	display:none !important
}
#errorLi {
	width:99%;
	margin:15px auto 15px auto;
	background:#fff !important;
	border:1px solid red;
	text-align:center;
	padding:1em 0 1em 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px
}
#errorMsgLbl {
	margin:0 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000 !important
}
#errorMsg {
	margin:0 0 2px 0;
	color:#000 !important;
	font-size:100%
}
#errorMsg b {
	padding:2px 8px;
	background-color:#FFDFDF !important;
	color:red !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px
}
form li.error {
	display:block !important;
	background-color:#FFDFDF !important;
	margin-bottom:3px !important
}
form li label.error, form li input.error {
	color:#DF0000 !important;
	font-weight:bold !important
}
form li input.error {
	background:#fff !important;
	border:2px solid #DF0000 !important
}
form li.error label, form li.error span.symbol {
	color:#000 !important
}
form li.error .desc {
	color:#DF0000 !important
}
form p.error {
	display:none;
	margin:0 !important;
	padding:7px 0 0 0 !important;
	line-height:10px !important;
	font-weight:bold;
	font-size:11px;
	color:#DF0000 !important;
	clear:both
}
form li.error p.error {
	display:block
}
form li.complex p.error {
	padding:0 0 9px 0 !important
}

form {
	font: 14px Helvetica, Arial, sans-serif !important;
}
form li, form li.complex div span {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}
form .desc {
	font-size: 105% !important;
	color: #004C77;
}
form span.req {
	color: #D21F26 !important;
}
form input[type="text"], form input[type="password"], form input[type="tel"],
form input[type="email"], form input[type="url"], select {
	border: 1px #999 solid;
	background-color: #efefef;
	padding: 2px;
}
form input[type="submit"] {
	font-family: 'ATSackersGothicRegular',arial,sans-serif;
	color: #fff;
	border: none;
	font-size: 12px !important;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
	padding: 3px 8px 3px 8px;
	-moz-box-shadow: 0 0 4px #000;
  	-webkit-box-shadow: 0 0 4px #000;
  	box-shadow: 0 0 4px #000;
	background-color: #d31f26;
  	background: url(assets/images/bkg_button.png) repeat-x 0 0;
  	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31f26), to(#8f151b));
  	background-image: -webkit-linear-gradient(top, #d31f26, #8f151b);
  	background-image:    -moz-linear-gradient(top, #d31f26, #8f151b);
  	background-image:     -ms-linear-gradient(top, #d31f26, #8f151b);
  	background-image:      -o-linear-gradient(top, #d31f26, #8f151b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d31f26', EndColorStr='#8f151b'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d31f26', EndColorStr='#8f151b')"; /* IE8 */
}
form li.complex div span.full input, form li.complex div span.full select, form li.complex div span.left input, form li.complex div span.right input, form li.complex div span.left select, form li.complex div span.right select, input.large, select.large {
    width: 97%;
}
form li.full-name span {
	width: 47%;
}
form li#fo23li2 span {
	width: 24% !important;
}
form li#fo24li2 span {
	width: 24% !important;
}
form section div {
	font-size: 100% !important;	
}
form section h3, .wufoo .section h3 {
	color: #D21F26 !important;	
	font-weight: bold !important;
	font-size: 120%;
}
.download-page li a {
	text-decoration: none;	
}
.download-page h2, .download-page h3 {
	clear: both;
	font-size: 150%;
	line-height: 1.3em;
	margin-bottom: 8px;	
}
.download-page h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: normal;
}
.download-page h4 {
	clear: left;
}
.download-page .section li {
	line-height: 3em;
	font-size: 1em;
	padding: 0 0 0 10px;
	list-style: none;
	clear: left;
	border-bottom: 1px solid #ddd;
	cursor: pointer !important;
	overflow: hidden;
	white-space: nowrap;
}
.download-page-column-left .section li:first-child {
	border-top: 1px solid #ccc;
}
.download-page-column-left .section li:hover {
	background-color: #F8F8F8 !important;
}
.download-page .section {
	padding: 0;	
}
.download-page .file-size {
	font-size: 0.8em;
	color: #999;	
}

table.module {
  float:none;
  background:#fff;
  text-align:center;
}
table#resources,table#resources2 { width:100% !important }
.ch_video_wrapper { width:480px }

@font-face {
	font-family: 'icomoon';
	src:url('https://www.churchleaderinsights.com/assets/fonts/icomoon/icomoon.eot?xa4x67');
	src:url('https://www.churchleaderinsights.com/assets/fonts/icomoon/icomoon.eot?#iefixxa4x67') format('embedded-opentype'),
		url('https://www.churchleaderinsights.com/assets/fonts/icomoon/icomoon.woff?xa4x67') format('woff'),
		url('https://www.churchleaderinsights.com/assets/fonts/icomoon/icomoon.ttf?xa4x67') format('truetype'),
		url('https://www.churchleaderinsights.com/assets/fonts/icomoon/icomoon.svg?xa4x67#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-image:before {
	content: "\e60a";
}
.icon-music:before {
	content: "\e606";
}
.icon-play:before {
	content: "\e600";
}
.icon-file:before {
	content: "\e60b";
}
.icon-folder:before {
	content: "\e608";
}
.icon-folder-open:before {
	content: "\e607";
}
.icon-calendar:before {
	content: "\e601";
}
.icon-download:before {
	content: "\e609";
}
.icon-font:before {
	content: "\e604";
}
.icon-file-pdf:before {
	content: "\e605";
}
.icon-file-word:before {
	content: "\e603";
}
.icon-file-excel:before {
	content: "\e602";
}
.icon-file-powerpoint:before {
	content: "\e60c";
}

.day,.month,.year{
	width:50px;
  	float:left;
}


.woobutton.green {
    background-color: #00B233;
}
.woobutton {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: bold 140%/130% 'Lato', Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin: 10px auto 14px auto;
    padding: 10px;
    width: 90%;
    color: white !important;
    border: 2px solid #FFF;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 4px #000;
    -ms-box-shadow: 0px 0px 4px #000;
    -o-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

.menu{
display:none;
 margin:10px;
  margin:auto;
}

@media (max-width:1200px){

#account-bar, #banner, #navigation>ul, #main, .container { width:98% !important; }

}


@media (max-width:768px){
.video-js{
   max-width:650px;
}

#navigation ul li{
  padding:10px;
}

.resource-new { display:block;width:100%; }

.hide-mobile { display:none; }

#navigation ul li{
          clear:both;
          text-align: center;
          float:none;
      }

.menu{
display:block;
}
    
      #navigation{
          display:none;
      }

 #banner{
          width:100%;
      }


#navigation ul li ul{
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    padding: 5px 10px;
    background: #efefef;
  
}

}

/* Adjusts Home Page PopUp box size 

.fancybox-wrap {max-width: 480px !important;}
.fancybox-desktop {max-width: 480px !important;}
.fancybox-type-iframe {max-width: 480px !important;}
.fancybox-opened {max-width: 480px !important;}
.fancybox-inner {max-width: 450px !important;}
.fancybox-iframe {max-width: 450px !important;}

*/

.fancybox-inner {height: 400px !important;}

/* Adjusts Resources pages */
/*.li:nth-child(4) {background: #000000;}*/

.coaching-links .resource-links:hover{
	background:#bababa;
    text-decoration: underline;
}

.coaching-links .resource-links{
	padding:10px;
    max-width : inherit !important;

}

.coaching-links .resource-links img{
	margin:5px;

}

.coaching-links .resource-links div{
	height:0px;
}

