/*

Theme Name: CLI
Theme URI: http://theme.co/x/
Author: Jaime Lerner - The Geek Goddess
Author URI: https://geekgoddess.com
Description: X Child Theme for Church Leader Insights
Version: 1.0.0
Template: x

*/

body {
  /*line-height: 1.7;
  font-weight: 400 !important;
  color: #262626 !important;*/
}

p {
  /*line-height: 1.7;
  font-weight: 400 !important;
  color: #262626 !important;*/
}

li {
  /*line-height: 1.7;
  font-weight: 400 !important;
  color: #262626 !important;*/
}

:active,:focus {
  outline: none !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: 700 !important;
  margin-top: 20px;
}

/* defaults
h1: 400%
h2: 285.7%
h3: 228.5%
h4: 171.4%
h5: 150%;
h6: 100% but ALL CAPS
*/

h6, .h6 {
  text-transform: none;
}

.heading-blue {
  color: #004a73;
}
.cli-red {
  color: #d52027 !important;
}

.cli-blue {
  color: #004a73 !important;
}

.cli-white {
  color: #fff !important;
}

.yellow {
  background-color: yellow;
}

.horizontal-dotted-line {
  border-bottom: 1px dotted #333;
  width: 100%;
}
.horizontal-dashed-line{
  border-bottom: 1px dashed #333;
  width: 100%;
}
.clear {
  clear:both;
}

.events-box {
  font-size: 14px;
  background-color:#fff;
  padding:2%;
  padding-bottom:0;
}

.no-top-margin {
  margin-top:0 !important;
}

.no-padding-top .x-main.full {
  margin-top:-40px;
}

.no-list-style-type {
  list-style-type: none;
}

ul.checkmarks {
  list-style-type: none;
}

ul.checkmarks > li:before {
  content: "\2714 ";
}

.x-column.x-1-12 {
  width: 4.66666%;
}
.x-content-band.marginless-columns .x-container .x-column.x-1-6,.x-section .x-container.marginless-columns .x-column.x-1-6 {
    width: 8.33333%
}

/* styles from current site ******************************/

.center {
  text-align:center;
}
.eyebrow {
  color: #666;
  font: italic bold 1.2em/1.3em Lato,Helvetica,Arial,sans-serif;
}
.red {
  color: #d21f26;
}

/* general layout/styles media queries ******************************* */

@media (max-width: 767px){
  .x-column.x-1-12 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .nelson-books .x-column.x-1-6 {
    width: 13.33332%;
    float:left;
    margin-right: 4%;
  }
  .nelson-books .x-column:last-of-type {
    margin-right: 0;
  }  
}

@media (max-width: 480px){
  .nelson-books .x-column.x-1-6 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* HEADER ================================================== */

/*
.x-topbar .p-info {
    float: right;
    font-family: Lato, sans-serif;
    font-style: oblique;
    font-size: 90%;
    color: #eee !important;
    text-align: right;
}
*/

/*
.x-topbar .p-info {
  display:none;
}
*/

.x-topbar {
	min-height: 30px !important;
}

.x-topbar .x-social-global { 
  width:120px;
  float: right !important;
  margin-top: -23px;
}

.x-topbar .x-social-global a { 
  width:24px !important;
  height: 24px !important;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center !important;
}


.x-topbar #header-info {
  float: left;
  font-family: Lato, sans-serif;
  font-style: oblique;
  font-size: 90%;
  color: #eee !important;
  text-align: left;
  margin-top: 8px;
}

.x-topbar #header-info #header-tagline, .x-topbar #header-info #header-divider, .x-topbar #header-info #header-phone {
  display:inline-block;
}

.x-topbar #header-info #header-phone a {
  color: #eee !important;
}

@media (max-width:420px){
  .x-topbar #header-info #header-divider {
    display:none;
  }
  .x-topbar #header-info { 
    float:none;
    text-align: center;
    display:block;
  }
  .x-topbar #header-info #header-tagline, .x-topbar #header-info #header-phone {
    display:block;
  }

  .x-topbar .x-social-global { 
    float:none;
    margin: 0 auto;
    margin-top: -20px;
    display:block;
  }
}

/* NAVBAR ================================================== */

.x-navbar .desktop .x-nav > li > a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.x-navbar .desktop .x-nav>li:hover, .x-navbar .desktop .x-nav>li.current-menu-item {
  background-color: #2c2c2c
}
.x-navbar .desktop .x-nav ul.sub-menu >li:hover, .x-navbar .desktop .x-nav ul.sub-menu >li.current-menu-item {
  background-color: #2c2c2c
}
.x-navbar .desktop .sub-menu {
  padding: 0px !important;
  font-size: 16px !important;
}
.x-navbar .desktop .x-nav ul.sub-menu > li > a span {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.x-btn-navbar.collapsed:hover {
  background-color: #0077bd !important;
}

/* logo */
.x-brand {
  position: absolute;
}

.x-brand img {
	-webkit-transition:all 2s ease;
	transition:all .4s ease;
	height:70px;
	width:auto!important;
/* margin-top: 5px;*/
}

.x-btn-navbar {
	-webkit-transition:all 2s ease;
	transition:all .4s ease;
	margin-top:24px;
}

.x-brand {
	font-size:12px;
	-webkit-transition:all 2s ease;
	transition:all .4s ease;
	margin-top:7px !important;
}

.x-navbar .desktop .x-nav > li > a {
	-webkit-transition:all 2s ease;
	transition:all .4s ease;
	padding-top:37px;
}

.x-navbar .desktop .x-nav > li ul {
	top:80px;
}

.shrink .x-btn-navbar {
	margin-top:14px;
}

.shrink.x-navbar .desktop .x-nav > li > a {
	padding-top:18px;
	height:60px;
}

.shrink.x-navbar .desktop .x-nav > li ul {
	top:60px;
}

.shrink .x-navbar-inner {
	min-height:58px;
}

.shrink .x-brand {
	margin-top:2px !important;
}

.shrink .x-brand img {
	height:50px;
}

.shrink .x-btn-navbar.collapsed {
    font-size: 14px !important;
    margin-top:14px;
}

.x-navbar .desktop .x-nav > li > a > span:hover,.x-navbar .desktop .x-nav > li > a:hover > span,.x-navbar .desktop .x-nav > li.current-menu-item > a > span,.x-navbar .desktop .x-nav > li.current-menu-item > a:hover > span,.x-navbar a:hover,.x-navbar .desktop .x-nav > li.x-active > a > span {
    box-shadow: none !important;
}

/* sticky navbar for mobile */

@media (max-width: 979px) {
  .x-navbar-fixed-top {
  position: fixed !important;
  }
}

/* NARROW WIDTH CENTER COLUMN for NARROW CUSTOM TEMPLATE ============= */

.x-main.narrow {
  width: 800px;
  max-width: 100%;
  margin: auto;
  float: none;
  display: block;
}

/* CSS BUBBLES ======================================================= 
thank you to Nicolas Gallagher http://nicolasgallagher.com/pure-css-speech-bubbles/
*/

.triangle-border {
    position: relative;
    padding: 15px;
    margin: 1em 0 1em;
    border: 5px solid #6889AA;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #6889AA transparent;
    display: block;
    width: 0;
}

.triangle-border.bubbletop:before {
    top: -20px;
    bottom: auto;
    left: auto;
    right: 40px;
    border-width: 0 20px 20px;
}
.triangle-border.bubbleright:before {
    top:auto;
    bottom: -20px;
    left: auto;
    right: 40px;
    border-width: 20px 20px 0;
}

.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.triangle-border.bubbleright:after {
    top:auto;
    bottom: -13px;
    left: auto;
    right: 47px;
    border-width: 13px 13px 0;
}
.rectangle-speech-border {
    position: relative;
    padding: 50px 15px;
    margin: 1em 0 3em;
    border: 10px solid #5a8f00;
    text-align: center;
    color: #333;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.rectangle-speech-border:before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 50px;
    width: 50px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #5a8f00;
    background: transparent;
    -webkit-border-bottom-right-radius: 80px 50px;
    -moz-border-radius-bottomright: 80px 50px;
    border-bottom-right-radius: 80px 50px;
    display: block;
}

.rectangle-speech-border:after {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-40px;
  left:50px;
  width:20px;
  height:30px;
  border-style:solid;
  border-width:0 10px 10px 0;
  border-color:#5a8f00;
  background:transparent;
  /* css3 */
  -webkit-border-bottom-right-radius:40px 50px;
  -moz-border-radius-bottomright:40px 50px;
  border-bottom-right-radius:40px 50px;
  /* reduce the damage in FF3.0 */
  display:block;
}
.rectangle-speech-border > :first-child:before {
  content:"";
  position:absolute;
  bottom:-40px;
  left:45px;
  width:10px;
  height:10px;
  background:#5a8f00;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.rectangle-speech-border > :first-child:after {
  content:"";
  position:absolute;
  bottom:-10px;
  left:76px;
  width:24px;
  height:15px;
  background:#fff;
}

/* FLIP CARDS ======================================================== */

.no-card-title h4.x-face-title {
  display:none;
}

/* EVENTS LISTING ON HOME PAGE ======================================= */

#cli-events-left {
  display: inline-block;
  width: 50%;

}

#cli-events-middle {
  display: inline-block;
  width: 30%;

}

#cli-events-right {
  display: inline-block;
  width: 18%;
  text-align: center;
}

@media (max-width: 460px){
  #cli-events-left,#cli-events-middle,#cli-events-right {
    display: block;
    width: 100%;
  }
}



/* SITE MAP ON HOME PAGE ============================================= */

#home-site-map .widget_nav_menu ul {
  border-bottom: 0;
}

#home-site-map .widget_nav_menu ul li a {
  margin: 0.05em 0;
}

#home-site-map .widget_nav_menu ul>li {
  border-top: 0;
}

#home-site-map h4 {
  font-size: 150%;
}

/* FOOTER ================================================== */

.x-colophon.bottom {
  padding: 10px 0 !important;
}

.x-colophon.top { 
  color: #fff;
  background-color: #2C2C2C !important;
}

.x-colophon.top h4.h-widget {
  color: #305DB5 !important;
  font-size: 16px;
  text-transform: uppercase;

}

.x-colophon.top .x-social-global {
    margin: 20px 0;
}

.x-colophon.top .x-social-global a {
    font-size: 21px;
    height: 54px;
    line-height: 54px;
    margin: 0 1.25%;
    width: 54px;
    color: #777777;
}

.x-social-global a {
    background-color: #777777;
    border-radius: 100em;
    display: inline-block;
    text-align: center;
}

.x-colophon.top .widget_categories ul, .x-colophon.top .widget_product_categories ul, .x-colophon.top .widget_nav_menu ul, .x-colophon.top .widget_pages ul {
    border-bottom: 0 none;
    border-top: 0 none;
}

.x-colophon.top .widget_categories ul > li, .x-colophon.top .widget_product_categories ul > li, .x-colophon.top .widget_nav_menu ul > li, .widget_pages ul > li {
    border-top: 0 none;
}

.x-colophon.top .widget ul li {
    background: transparent;
}

.x-colophon.top .widget ul li, .x-colophon.top .widget ol li {
  background: transparent;
}

.x-colophon.top .widget_categories ul > li a, .x-colophon.top .widget_product_categories ul > li a, .x-colophon.top .widget_nav_menu ul > li a, .x-colophon.top .widget_pages ul > li a {
    margin: 0.25em 0;
}

.x-colophon.top {
    padding: 2% 0 2.25%;
}

/* footer widget nav menu */

.widget_nav_menu .current-menu-item>a:after {
  content: "";
  display:none;
}


/* above break to mobile */

@media (min-width: 980px){
  .x-colophon.top .x-container.max.width .x-column:nth-child(1) {
    width: 37%;
  }

  .x-colophon.top .x-container.max.width .x-column:nth-child(2) {
    width: 16%;
  }
  
  .x-colophon.top .x-container.max.width .x-column:nth-child(3) {
    width: 12%;
  }
}

/* LINKS =================================================== */

.x-main a:not(.x-btn), x-main a:visited { 
  color:#0083c7 !important; 
}

.x-main a:hover:not(.x-btn) { 
  color:#ED2B2F !important; 
}

/* IMAGES ================================================== */

.free-resource-graphic {
  width: 350px;
  max-width: 100%;
}

/* FORMS =================================================== */

input[type="text"], input[type="password"], input[type="tel"],input[type="url"], input[type="number"], input[type="time"],input[type="email"], input[type="submit"],select, textarea { 
  width: 100%;font-size:14px; 
}

input[type="submit"] {
  font-size:18px;
}

.infusion-form input[type="submit"] {
  font-size:24px;
}

#contact-us-form input[type="submit"] {
  margin-top:15px;
}

/* Fix to remove red box from Firefox forms */
input:invalid {
    box-shadow: none;
}

/* Fix for reCaptcha on mobile being too wide */

@media screen and (max-width: 445px){
  #rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

input.checkbox, input.radio {
    display: block;
    margin: 4px 0 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
}
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%;
}

.free-catalog-form label:not(.choice),.blue-labels label:not(.choice) {
  font-weight: 700;
  color: #004a73;
}

/* override chrome not allowing padding */
/*
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/

/* INFUSIONSOFT FORMS ================================================ */

.infusion-form input[type="text"],.infusion-form input[type="email"],.infusion-form input[type="tel"],.infusion-form textarea,.infusion-form select { width:100%;-moz-border-radius: 4px;border-radius: 4px;padding: 1%;}
.infusion-form select { margin-top:10px;width:104%;font-size:1em;padding: 4%}
.infusion-form .infusion-field { margin:10px 0;overflow: auto}
.infusion-form .infusion-field label { float:left !important; width:40% !important; text-align: left;  }
.infusion-form.stacked .infusion-field label { float: none !important; width:100% !important; text-align: center}
.infusion-form .infusion-field .infusion-field-input-container,.infusion-field textarea { float:right;width:55%}
.infusion-form.stacked .infusion-field .infusion-field-input-container,.infusion-field textarea,.infusion-form.stacked .infusion-field select { float:none;width:100%}
.infusion-form .infusion-field .infusion-radio { float:right;width:40% !important;}
.infusion-form .infusion-field .infusion-radio .infusion-option { float:left;width:20% !important;}
.infusion-form .infusion-field .infusion-radio label { float:left;width:40% !important;}
.infusion-form textarea, .infusion-form select,.infusion-form input[type="text"], .infusion-form input[type="email"], .infusion-form input[type="tel"] { font-size: 1.0em;border:1px solid #333}
/*.infusion-form textarea { padding: 5px}*/
.infusion-form .infusion-field select { float:right; padding: 5px; width: 55%}
.infusion-form button#orderButton:hover,button#submitButton:hover { background-color: #f7941d !important; color:#000 !important;}
.infusion-form .largeButton { text-transform:uppercase; font-size: 24px; font-weight:bold }
.infusion-form.stacked input[type="submit"] { text-align: center }

.infusion-form.inline-form .infusion-field .infusion-field-input-container { float:left;width:25%; }
.infusion-form.inline-form .infusion-field, .infusion-form.inline-form .infusion-submit { display:inline; }  
.infusion-form.inline-form input[type="text"],.infusion-form.inline-form input[type="email"],.infusion-form.inline-form select{ display:inline; font-size:1.1em; }
.infusion-form.inline-form select{ margin-top:0;margin-left:10px; }
.infusion-form.inline-form input[type="text"]:nth-child(4){ margin-left:10px; }
.infusion-form.inline-form input[type="email"]{ margin-left:10px; }
.infusion-form.inline-form input[type="submit"]{ width:20%;font-size:1em;margin-left:10px; }

@media (max-width:880px){
  .infusion-form.inline-form .infusion-field .infusion-field-input-container { float:none;width:100%; }
  .infusion-form.inline-form .infusion-field, .infusion-form.inline-form .infusion-submit { display:block; }  
  .infusion-form.inline-form input[type="text"],.infusion-form.inline-form input[type="email"]{ display:block; font-size:1em; }
  .infusion-form.inline-form input[type="text"]:nth-child(4){ margin-left:0px; }
  .infusion-form.inline-form input[type="email"]{ margin-left:0px; }
  .infusion-form.inline-form input[type="submit"]{ width:100%;font-size:1em;margin-left:0px; }
  .infusion-form.inline-form select{ width:100%;font-size:1em;margin-left:0px; }
}

/* LEGACY WUFOO FORMS (from old site) ====================== */

.wufoo .li {
  list-style-type: none;
}
#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, .hide {
	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:0
}
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, textarea {
	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');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d31f26', EndColorStr='#8f151b')"; 
}
*/
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%;
}


/* BUTTONS ================================================= */

.x-btn, .button, [type="submit"] {
  text-shadow: none !important;
}

a.siteButton, a.siteButton:hover {
  color:#fff !important;
}

.outlineButton:hover {
  background:#a0060c !important;
}

a.outlineButton {
  color:#000 !important;
  font-weight: 700;
}

a.outlineButton:hover {
 color:#fff !important;

}

/* BLOG ============================================================== */

header {
  border-bottom: none;
}

.entry-wrap {
	margin-bottom: 80px;
}

.entry-featured {
  border:none !important;
  /*diaplay: none;  USE THIS TO HIDE/SHOW THE FEATURED IMAGE ON THE BLOG PAGE*/
  margin-bottom: -30px;
}

.format-standard .entry-title:before {
    content: "";
}

/* attachment - featured image */
.blog .entry-thumb img {
  float:right;
  margin-left: 10px; /*ORIGINAL CSS: margin-left: 20px; */
  min-width: 160px; /*ORIGINAL CSS: min-width: 260px */
  max-width: 160px; /*ORIGINAL CSS: max-width: 50%; */
}
.blog .entry-thumb:before {
  display: none;
}

.entry-footer {
  display:none;
}

/* remove author, date and comment number from meta */
.p-meta span:first-child, .p-meta span:nth-child(2), .p-meta span:nth-child(4):not(.cli-tags) {
  display:none;
}
.p-meta span:nth-child(3):before {
  content: 'filed under: ';
}

.p-meta span#cli-tags:before {
  content: 'tagged with: ';
}

.p-meta span:nth-child(3):after {
  content: '';
}

.more-link {
  display:block;
}

/* remove blog section header */
.x-header-landmark {
  display:none;
}

.hentry { 
  margin-top: 45px;
}

.entry_author_image {
    float: left;
    margin-right: 10px;
}

.entry_author_image img {
    border: 1px solid #e5e5e5;
    padding: 5px;
}

/* GENERAL MEDIA QUERIES ============================================= */

@media (max-width: 415px) {
  .infusion-form .largeButton { text-transform:uppercase; font-size: 14px; font-weight:bold }
}

