/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v2.0)
# ------------------------------------------------------------------------
# Copyright (C) 2012 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !TINYMCE Editor Specific Styles */
/* ----------------------------------------------------------------------*/
body#tinymce,
body#tinymce table				{}



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/
.ff-futura {
	font-family: 'futura-pt', sans-serif;
}



/* !Link */
a							{ color: #066699; text-decoration: none; }
a:hover 			{ color: #1fafda; text-decoration: underline; }

a.black       {color: #000000;}



/* Buttons */
.btn-action {
	background-color: #faaf08;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
}

.btn-action:hover {
	background: #1fafda;
	color: #fff;
	text-decoration: none;
}

.btn-action-light {
	background-color: #faaf08;
}

.btn-action-dark {
	background-color: #0c0c71;
}

.btn-action-darkest {
	background-color: #070743;
}



/* !Colors */
.text-color1								{ color: #066699; }
.text-color2								{ color: #1fafda; }
.text-color3								{ color: #939598; }
.text-color4								{ color: #45484e; }
.text-color5								{ color: #faaf08; }
.text-color6								{ color: #ccc; }



/* !Text Highlights */
.text-highlight1						{ background: #066699; color: #fff; }				
.text-highlight2						{ background: #1fafda; color: #fff; }				
.text-highlight3						{ background: #939598; color: #fff; }				
.text-highlight4						{ background: #45484e; color: #fff; }				
.text-highlight5						{ background: #ff6138; color: #fff; }		
.text-highlight6						{ background: #ccc; color: #45484e; }

.text-highlight-darkblue				{ background: #066699; color: #fff; }
.text-highlight-lightblue			{ background: #1fafda; color: #fff; }
.text-highlight-grey				{ background: #939598; color: #fff; }
.text-highlight-yellow				{ background: #faaf08; color: #fff; }
.text-highlight-dark-grey		{ background: #45484e; color: #fff; }



/* !New Text Sizes and Colors */
.text-darkblue									{ color: #066699; }
.text-lightblue								{ color: #1fafda; }
.text-grey									{ color: #939598; }
.text-yellow									{ color: #faaf08; }

.text-small									{ font-size: .8em; line-height: 1.4em; }
.text-small-darkblue						{ font-size: .8em; line-height: 1.4em; color: #066699; }
.text-small-lightblue					{ font-size: .8em; line-height: 1.4em; color: #1fafda; }
.text-small-grey						{ font-size: .8em; line-height: 1.4em; color: #939598; }
.text-small-yellow						{ font-size: .8em; line-height: 1.4em; color: #faaf08; }

.text-regular								{ font-size: 1em; line-height: 1.5em; }
.text-regular-darkblue					{ font-size: 1em; line-height: 1.5em; color: #066699; }
.text-regular-lightblue				{ font-size: 1em; line-height: 1.5em; color: #1fafda; }
.text-regular-grey					{ font-size: 1em; line-height: 1.5em; color: #939598; }
.text-regular-yellow					{ font-size: 1em; line-height: 1.5em; color: #faaf08; }

.text-large									{ font-size: 1.4em; line-height: 1.3em; }
.text-large-darkblue						{ font-size: 1.4em; line-height: 1.3em; color: #066699; }
.text-large-lightblue					{ font-size: 1.4em; line-height: 1.3em; color: #1fafda; }
.text-large-grey						{ font-size: 1.4em; line-height: 1.3em; color: #939598; }
.text-large-yellow						{ font-size: 1.4em; line-height: 1.3em; color: #faaf08; }

/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6 { 
	margin-top: .8em;
	line-height: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
}

h1 							{ color: #066699; font-size: 72px; }
h2 							{ color: #066699; font-size: 60px; }
h3 							{ color: #066699; font-size: 48px; }
h4							{ color: #066699; font-size: 36px; }
h5 							{ color: #066699; font-size: 18px; }
h6							{ color: #45484e; font-size: 16px; }

h3.black 				                { color: #000000; }



/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table			{ margin: 16px 0 32px 0; }



/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #ccc; }
pre							{ background: #fff; border-color: #ccc; }
address					{ background: #fff; border-color: #ccc; }
sup,
sub							{ color: #0c0c71; }
samp						{ background: #fff; }



/* !Lists */
ul										{}
ul li									{ background: url(../images/bullet-default.png) no-repeat 18px .9em; padding-left: 48px; }

ul.list-bullet				{ background: url(../images/bullet-default.png) no-repeat 18px .9em; padding-left: 48px; }
ul.list-bullet li			{}

ul.list-plain					{}
ul.list-plain li			{}

ul.list-arrow					{}
ul.list-arrow li			{ background: url(../images/bullet-arrow.png) no-repeat 16px .65em; padding-left: 45px; }

ul.list-box						{}
ul.list-box li				{ background: url(../images/bullet-box.png) no-repeat 18px .7em; padding-left: 45px; }


ol {
	margin-left: 50px;
  padding-right: 0;
  list-style-type: none;
}
ol li { 
	position: relative;
	counter-increment: step-counter;
	margin-left: 0; 
	line-height: 1.4em;
}
ol li::before {
	content: counter(step-counter);
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: -34px;
	padding-top: .3em;
}

ol.bold-numbers li:before {
	font-weight: 700;
}


/* !Blockquotes + Pullquotes */
blockquote,
.blockquote {
	font-weight: 300;
	color: #45484e;
	font-size: 40px;
	line-height: 1.2em;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before,
blockquote:after,
.blockquote:before,
.blockquote:after {
	font-family: FontAwesome;
  color: #1fafda;
  font-size: 18px; 
  line-height: 1;  
  display: inline-block;
  vertical-align: top;
}

blockquote:before,
.blockquote:before {
	/* 	content: close-quote; */
	content: "\f10d";
}

blockquote:after,
.blockquote:after {
	/* 	content: close-quote; */
	content: "\f10e";
}

blockquote	{ background: #fff; }
blockquote cite				{ color: #ccc; }
blockquote.bq { 
	color: #4c3607; 
	display: block;
	position: relative;	
	padding-left: 60px;
	background: none;
}

blockquote.bq:before {
    content: "\f10d";
    color: #066699;
    font-size: 30px; 
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

blockquote.pq										{ background: none; color: #4c3607; }
blockquote.pq-left							{ float: left; width: 35%; }
blockquote.pq-right							{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #ccc; }
blockquote.pq-style1.pq-right		{ border-color: #ccc; }
blockquote.pq-style2.pq-left		{ border-color: #ccc; }
blockquote.pq-style2.pq-right		{ border-color: #ccc; }



/* !Borders */
.border						{ border-color: #ccc; }



/* !Info Boxes	*/
.infobox-style1 .titlebox {
	background: #ccc;
	color: #45484e;
}
.infobox-style1 .contentbox {
	border-top: 1px solid #ccc;
	background: #ccc;
}
.infobox-style2,
.infobox-style2 .titlebox {
	background: #1fafda;
	color: #fff;
}
.infobox-style3,
.infobox-style3 .titlebox {
	background: #066699;
	color: #fff;
}



/* !Images */
.img-center						{ display: block; text-align: center; clear: both; margin: 0 auto; }

.img-border						{ border-color: #ccc; }
.img-border2					{ border-color: #ccc; }
.img-border3					{ border-color: #ccc; background: #fafafa; }
.img-border4					{ border-color: #ccc; }
.img-border5					{ border-color: #ccc; }



/* !Images: Captions */
.img-caption p					{ color: #45484e; }



/* !Top Anchor */
.divider-top					{ border-color: #ccc; }



/* !Inset Box */
.inset-style1					{ background-color: #fff; }
.inset-style2					{ background-color: #ccc; }



/* !Table: Content Table Style */
table.table-style1 caption					{ color: #45484e; border-color: #ccc; }
table.table-style1 thead th					{ color: #066699; background: #fff; border-bottom: 1px solid #ccc; }
table.table-style1 thead th a				{ color: #fff; }
table.table-style1 .row1 td,
table.table-style1 .odd td					{ background: #fff; border-color: #ccc; }
table.table-style1 .row0 td,
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #fff; border-color: #ccc; }
table.table-style1 tfoot td					{ background: #fff; }



/* Marketing Message */
.marketing-message {
	font-weight: 300;
	color: #45484e;
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.marketing-message-lowercase {
	font-weight: 300;
	color: #45484e;
	font-size: 40px;
	line-height: 1.2em;
}



/* Stikethrough */
.strikethrough {
	text-decoration: line-through;
}

/* Accordions */
.collapse {
-moz-transition: height 0.35s ease 0s; height: 0; overflow: hidden; position: relative;
}
.collapse.in { height: auto;
}
.accordion { margin-bottom: 18px;
}
.accordion-group { border: 2px solid #066699; border-radius: 4px 4px 4px 4px;/ margin-bottom: 10px;
}
.accordion-heading { 
	border-bottom: 0 none; 	
	font-size: 32px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.accordion-heading .accordion-toggle { display: block; padding: 12px 60px 12px 15px;
}
.accordion-toggle { position: relative; cursor: pointer; font-size: 1.4em; font-style: normal; font-weight: 400; /*background: url(../images/collapse-arrows.png) no-repeat 98% 4px; */ text-decoration: none; color: #066699;
}
.accordion-toggle:hover { text-decoration: none; color: #1fafda; 
}
.accordion-toggle:focus { text-decoration: none; color: #1fafda;
}
.accordion-toggle:after { 
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 48px;
	content: "\f107";
}
.accordion-inner { border-top: 2px solid #066699; border-bottom: 1px solid #00b5cf;/ background: #fffaf5; padding: 14px 15px 9px 15px;
}
.accordion-inner .sbxModTable { margin-bottom: 0px;
}
.accordion-inner .sbxModTable .sbxMod-content { padding: 0px;
}

.article-content ul li ul {margin-bottom: 0px !important;}