/*------------------------------------------------------------------------
# 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 */
/* ----------------------------------------------------------------------*/
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaSemiBold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url('fonts/proximanovacond-regular-webfont.eot');
    src: url('fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-regular-webfont.woff') format('woff'),
         url('fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaCondensedBold';
    src: url('fonts/proximanovacond-semibold-webfont.eot');
    src: url('fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-semibold-webfont.woff') format('woff'),
         url('fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-semibold-webfont.svg#proxima_nova_cn_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TeXGyrePagellaRegular';
    src: url('fonts/texgyrepagella-regular-webfont.eot');
    src: url('fonts/texgyrepagella-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyrepagella-regular-webfont.woff') format('woff'),
         url('fonts/texgyrepagella-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyrepagella-regular-webfont.svg#TeXGyrePagellaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TeXGyrePagellaItalic';
    src: url('fonts/texgyrepagella-italic-webfont.eot');
    src: url('fonts/texgyrepagella-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyrepagella-italic-webfont.woff') format('woff'),
         url('fonts/texgyrepagella-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyrepagella-italic-webfont.svg#TeXGyrePagellaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TeXGyrePagellaBold';
    src: url('fonts/texgyrepagella-bold-webfont.eot');
    src: url('fonts/texgyrepagella-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyrepagella-bold-webfont.woff') format('woff'),
         url('fonts/texgyrepagella-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyrepagella-bold-webfont.svg#TeXGyrePagellaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TeXGyrePagellaBoldItalic';
    src: url('fonts/texgyrepagella-bolditalic-webfont.eot');
    src: url('fonts/texgyrepagella-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyrepagella-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyrepagella-bolditalic-webfont.svg#TeXGyrePagellaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* !Link */
a							{ color: #ff6600; text-decoration: underline; }
a:hover 						{ color: #9999ff; text-decoration: underline; }
a img 						{}

a.but-orange					{ display: inline-block; color: #fff !important; background: url(../images/but-orange.png) repeat-x left top; border: none; font-size: .9em; line-height: 1.0em; text-transform: uppercase; padding: 5px 10px 4px 10px; line-height: normal; font-family: 'ProximaNovaCondensedBold', 'Helvetica Neue', Helvetica, sans-serif; text-decoration: none; }
a.but-orange:hover, 
a.but-orange:focus				{ background-position: left -50px; }

a.but-email span				{ padding-left: 22px; background: url(../images/mail_icon16.png) no-repeat left center; }


/* !Colors */
.text-color1					{ color: #330066; }
.text-color2					{ color: #660033; }
.text-color3					{ color: #666; }
.text-color4					{ color: #ffcc00; }
.text-color5					{ color: #000; }
.text-color6					{ color: #9999ff; }


/* !Text Highlights */
.text-highlight1				{ background: #330066; color: #fff; }				
.text-highlight2				{ background: #660033; color: #fff; }				
.text-highlight3				{ background: #666; color: #fff; }				
.text-highlight4				{ background: #ffcc00; color: #000; }				
.text-highlight5				{ background: #000; color: #fff; }		
.text-highlight6				{ background: #9999ff; color: #000; }


/* !Text Sizes */
.text-small					{}
.text-regular					{}
.text-medium					{}
.text-large					{}
.text-xlarge					{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ font-family: 'ProximaNovaBold', 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; }

h1 							{ color: #330066; }
h2 							{ color: #330066; }
h3 							{ color: #660033; font-size: 22px; }
h4							{ color: #330066; font-size: 19px; }
h5 							{ color: #666; font-size: 17px; }
h6							{ color: #000; font-size: 1.0em; }


/* !Type Margin + Padding */
p,
pre,
code,
blockquote,
ul,
ol,
dl,
table.table					{}


/* !HR, Pre, Code, Address, Sup, Sub , Sample */
hr							{ border-color: #e9e9e9; }
pre							{ background: #f9f9f9; border-color: #e9e9e9; }
pre.code						{}
code							{}
address						{ background: #f9f9f9; border-color: #e9e9e9; font-style: normal; }
sup,
sub							{ color: #660033; }
samp							{ background: #f9f9f9; }


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

ul.list-bullet					{ background: url(../images/bullet-default.png) no-repeat 18px .8em; }
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; }

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

ol							{}
ol li						{}

dl							{}
dl dt						{}
dl dd						{}


/* !Lines	*/
.line-solid					{}
.line-dotted					{}
.line-dashed					{}


/* !Blockquotes + Pullquotes */
blockquote					{ background: #f9f9f9; font-family: Georgia, 'Times New Roman', Times, serif; font-style: normal; }
blockquote cite				{ color: #666; }
blockquote.bq					{ color: #333; background: transparent url("../images/quote.png") no-repeat scroll 0 0; font-style: normal; }
blockquote.bq-left				{}
blockquote.bq-right				{}

blockquote.pq					{ background: none; color: #333; font-style: normal; }
blockquote.pq-left				{ float: left; width: 35%; }
blockquote.pq-right				{ float: right; width: 35%; }
blockquote.pq-style1.pq-left		{ border-color: #e9e9e9; }
blockquote.pq-style1.pq-right		{ border-color: #e9e9e9; }
blockquote.pq-style2.pq-left		{ border-color: #e9e9e9; }
blockquote.pq-style2.pq-right		{ border-color: #e9e9e9; }


/* !Text Intro Area */
div.intro						{}


/* !Dropcaps */
.dropcap						{}


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


/* !Info Boxes	*/
.infobox						{ background: #f9f9f9; font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; }
.infobox .titlebox				{ background: #f9f9f9; color: #000; }
.infobox .contentbox			{}
.infobox-style1				{}
.infobox-style2				{ background: #330066; color: #fff; }
.infobox-style2 .titlebox		{ background: #330066; color: #fff; }
.infobox-style3				{ background: #660033; color: #fff; }
.infobox-style3 .titlebox		{ background: #660033; color: #fff; }
.infobox-rounded				{}
.infobox-rounded .titlebox		{}


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

.img-border					{ border-color: #000; padding: 0px; }
.img-border2					{ border-color: #e9e9e9; }
.img-border3					{ border-color: #e9e9e9; background: #f9f9f9; }
.img-border4					{ border-color: #e9e9e9; }
.img-border5					{ border-color: #e9e9e9; }
.img-noborder					{}
.img-rounded					{ border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

.img-left-border				{ border: 1px solid #000; padding: 0px; margin: 5px 15px 5px 0px; float: left; }
.img-right-border				{ border: 1px solid #000; padding: 0px; margin: 5px 0px 5px 15px; float: right; }
.img-center-border				{ border: 1px solid #000; padding: 0px; display: block; text-align: center; clear: both; margin: 0 auto; }

img.imgLeftBorder,
img.imgRightBorder				{ padding: 0px; }


/* !Images: Captions */
.img-caption,
.jce_caption, .wf_caption 		{ font-style: normal; font-size: .8em; text-align: center; line-height: 1.3em !important;}
.img-caption p					{ color: #666; }
.img-caption span,
.jce_caption span,
.wf_caption span				{ color: #666; }
.img-caption-left				{}
.img-caption-right				{}
.img-caption-center				{}


/* !Space */
.white-space					{}
.box-anywidth					{}


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


/* !Inset Box */
.inset-left					{}
.inset-right					{}
.inset-left,
.inset-right					{}
.inset-style1					{ background-color: #f9f9f9; }
.inset-style2					{ background-color: #f9f9f9; }


/* !Well */
.well						{}


/* !Table: Content Table Style */
table.table-style1 caption					{ color: #660033; border-color: #e9e9e9; }
table.table-style1 thead th					{ color: #fff; background: #000; }
table.table-style1 thead th a					{ color: #fff; }
table.table-style1 thead th a:hover			{}
table.table-style1 .row1 td,
table.table-style1 .odd td					{ background: #fefefe; border-color: #e9e9e9; }
table.table-style1 .row2 td,
table.table-style1 .even td					{ background: #fcfcfc; border-color: #e9e9e9; }
table.table-style1 tfoot td					{ background: #e9e9e9; }

.text-aligncenter				{ text-align: center; }

.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: 1px solid #d6d6d6; */
border: 1px solid #fff;
    /*border-radius: 4px 4px 4px 4px;*/
    margin-bottom: 10px;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    display: block;
/*     padding: 12px 15px; */
	padding: 12px 15px 4px 0px;    
}
.accordion-toggle {
    cursor: pointer;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    background: url(../images/collapse-arrows.png) no-repeat 98% center;
    text-decoration: none;
}
.accordion-toggle:hover	{ text-decoration: none; }
.accordion-inner {
/*     border-top: 1px solid #d6d6d6; */
/*     padding: 14px 15px 9px 15px; */
	padding: 0px 15px 9px 0px;
}
.accordion-inner .sbxModTable					{ margin-bottom: 0px; }
.accordion-inner .sbxModTable .sbxMod-content	{ padding: 0px; }