@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
.list-stylized {
	margin: 0 0 30px;
	padding: 0;
	list-style: none
}
.list-stylized li {
	padding: 15px 25px 15px 55px;
	font-style: italic;
	background-color: #d0d0d0;
	position: relative
}
.list-stylized li:nth-child(even) {
	background-color: #ddd
}
.list-stylized li:before {
	content: "\f192";
	font-family: fontawesome;
	font-style: normal;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -11px
}
.list-stylized.right-arrow>li:before {
	content: "\f054";
	left: 21px
}
.list-stylized.checkmark>li:before {
	content: "\f00c"
}
.list-stylized.no-list-style {
	padding-left: 25px
}
.list-stylized.no-list-style>li:before {
	content: ""
}
.list-stylized.list-style-upper-roman, .list-stylized.list-style-lower-roman, .list-stylized.list-style-decimal {
	counter-reset: list-counter
}
.list-stylized.list-style-upper-roman>li, .list-stylized.list-style-lower-roman>li, .list-stylized.list-style-decimal>li {
	counter-increment: list-counter
}
.list-stylized.list-style-upper-roman>li:before, .list-stylized.list-style-lower-roman>li:before, .list-stylized.list-style-decimal>li:before {
	content: counter(list-counter);
	font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.list-stylized.list-style-upper-roman>li:before {
	content: counter(list-counter, upper-roman)
}
.list-stylized.list-style-lower-roman>li:before {
	content: counter(list-counter, lower-roman)
}
.list-stylized.list-style-decimal>li:before {
	content: counter(list-counter, decimal)
}
.table-stylized {
	background-color: #ddd;
	margin-bottom: 25px;
	width: 100%
}
.table-stylized td {
	text-align: right;
	padding: 10px 8px
}
.table-stylized td:first-child {
	text-align: left
}
.table-stylized tr:nth-child(odd) {
	background-color: #d0d0d0
}
.table-stylized tr.today {
	background-color: #3f2161;
	font-size: 16px;
	color: #fff
}
.table-stylized.mission-history {
	max-width: 500px
}
.table-stylized.mission-history td {
	text-align: left
}
.table-stylized.mission-history td:first-child {
	background-color: #64349a;
	font-size: 20px;
	font-weight: 700;
	width: 30px;
	padding: 6px 10px;
	border-right: 1px solid #c8c8c8;
	text-align: center;
	color: #fff
}
.table-stylized.mission-history tr:nth-child(odd) td:first-child {
	background-color: #582e87
}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../library/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('../library/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../library/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../library/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../library/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
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: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
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
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
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
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .flexslider .slides:before, .flexslider .slides:after, nav.pagination:before, nav.pagination:after, #header>.container>.inner:before, #header>.container>.inner:after, #footer>.container>.inner:before, #footer>.container>.inner:after, #footer-navigation ul.menu:before, #footer-navigation ul.menu:after, body.blog #primary article.hentry.has-post-thumbnail:before, body.blog #primary article.hentry.has-post-thumbnail:after, body.archive #primary article.hentry.has-post-thumbnail:before, body.archive #primary article.hentry.has-post-thumbnail:after, body.search #primary article.hentry.has-post-thumbnail:before, body.search #primary article.hentry.has-post-thumbnail:after, .comment-list article.comment-body:before, .comment-list article.comment-body:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .flexslider .slides:after, nav.pagination:after, #header>.container>.inner:after, #footer>.container>.inner:after, #footer-navigation ul.menu:after, body.blog #primary article.hentry.has-post-thumbnail:after, body.archive #primary article.hentry.has-post-thumbnail:after, body.search #primary article.hentry.has-post-thumbnail:after, .comment-list article.comment-body:after {
	clear: both
}
html {
	font-size: 15px;
	line-height: 1.4;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	font-weight: 300;
	background-color: #edeae4;
	-webkit-text-size-adjust: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #582e87;
	text-decoration: none;
	-webkit-transition: color linear .15s;
	-o-transition: color linear .15s;
	transition: color linear .15s
}
a:hover, a:focus {
	color: #331b4e
}
figure {
	margin: 0
}
embed, iframe, object {
	max-width: 100%
}
img {
	vertical-align: middle;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #ccc
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px
}
@media (min-width:768px) {
.container {
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:992px) {
.container {
	padding-left: 20px;
	padding-right: 20px
}
}
@media (min-width:1200px) {
.container {
	padding-left: 20px;
	padding-right: 20px
}
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.col {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.col.xs-12 {
	width: 100%
}
.col.xs-offset-12 {
	margin-left: 100%
}
.col.xs-push-12, .col.xs-pull-12 {
	position: relative
}
.col.xs-push-12 {
	left: 100%
}
.col.xs-pull-12 {
	left: -100%
}
.col.xs-11 {
	width: 91.66666667%
}
.col.xs-offset-11 {
	margin-left: 91.66666667%
}
.col.xs-push-11, .col.xs-pull-11 {
	position: relative
}
.col.xs-push-11 {
	left: 91.66666667%
}
.col.xs-pull-11 {
	left: -91.66666667%
}
.col.xs-10 {
	width: 83.33333333%
}
.col.xs-offset-10 {
	margin-left: 83.33333333%
}
.col.xs-push-10, .col.xs-pull-10 {
	position: relative
}
.col.xs-push-10 {
	left: 83.33333333%
}
.col.xs-pull-10 {
	left: -83.33333333%
}
.col.xs-9 {
	width: 75%
}
.col.xs-offset-9 {
	margin-left: 75%
}
.col.xs-push-9, .col.xs-pull-9 {
	position: relative
}
.col.xs-push-9 {
	left: 75%
}
.col.xs-pull-9 {
	left: -75%
}
.col.xs-8 {
	width: 66.66666667%
}
.col.xs-offset-8 {
	margin-left: 66.66666667%
}
.col.xs-push-8, .col.xs-pull-8 {
	position: relative
}
.col.xs-push-8 {
	left: 66.66666667%
}
.col.xs-pull-8 {
	left: -66.66666667%
}
.col.xs-7 {
	width: 58.33333333%
}
.col.xs-offset-7 {
	margin-left: 58.33333333%
}
.col.xs-push-7, .col.xs-pull-7 {
	position: relative
}
.col.xs-push-7 {
	left: 58.33333333%
}
.col.xs-pull-7 {
	left: -58.33333333%
}
.col.xs-6 {
	width: 50%
}
.col.xs-offset-6 {
	margin-left: 50%
}
.col.xs-push-6, .col.xs-pull-6 {
	position: relative
}
.col.xs-push-6 {
	left: 50%
}
.col.xs-pull-6 {
	left: -50%
}
.col.xs-5 {
	width: 41.66666667%
}
.col.xs-offset-5 {
	margin-left: 41.66666667%
}
.col.xs-push-5, .col.xs-pull-5 {
	position: relative
}
.col.xs-push-5 {
	left: 41.66666667%
}
.col.xs-pull-5 {
	left: -41.66666667%
}
.col.xs-4 {
	width: 33.33333333%
}
.col.xs-offset-4 {
	margin-left: 33.33333333%
}
.col.xs-push-4, .col.xs-pull-4 {
	position: relative
}
.col.xs-push-4 {
	left: 33.33333333%
}
.col.xs-pull-4 {
	left: -33.33333333%
}
.col.xs-3 {
	width: 25%
}
.col.xs-offset-3 {
	margin-left: 25%
}
.col.xs-push-3, .col.xs-pull-3 {
	position: relative
}
.col.xs-push-3 {
	left: 25%
}
.col.xs-pull-3 {
	left: -25%
}
.col.xs-2 {
	width: 16.66666667%
}
.col.xs-offset-2 {
	margin-left: 16.66666667%
}
.col.xs-push-2, .col.xs-pull-2 {
	position: relative
}
.col.xs-push-2 {
	left: 16.66666667%
}
.col.xs-pull-2 {
	left: -16.66666667%
}
.col.xs-1 {
	width: 8.33333333%
}
.col.xs-offset-1 {
	margin-left: 8.33333333%
}
.col.xs-push-1, .col.xs-pull-1 {
	position: relative
}
.col.xs-push-1 {
	left: 8.33333333%
}
.col.xs-pull-1 {
	left: -8.33333333%
}
.col.xs-0 {
	width: 0
}
.col.xs-offset-0 {
	margin-left: 0
}
.col.xs-push-0, .col.xs-pull-0 {
	position: relative
}
.col.xs-push-0 {
	left: 0
}
.col.xs-pull-0 {
	left: 0
}
@media (min-width:768px) {
.col.sm-12 {
	width: 100%
}
.col.sm-offset-12 {
	margin-left: 100%
}
.col.sm-push-12, .col.sm-pull-12 {
	position: relative
}
.col.sm-push-12 {
	left: 100%
}
.col.sm-pull-12 {
	left: -100%
}
.col.sm-11 {
	width: 91.66666667%
}
.col.sm-offset-11 {
	margin-left: 91.66666667%
}
.col.sm-push-11, .col.sm-pull-11 {
	position: relative
}
.col.sm-push-11 {
	left: 91.66666667%
}
.col.sm-pull-11 {
	left: -91.66666667%
}
.col.sm-10 {
	width: 83.33333333%
}
.col.sm-offset-10 {
	margin-left: 83.33333333%
}
.col.sm-push-10, .col.sm-pull-10 {
	position: relative
}
.col.sm-push-10 {
	left: 83.33333333%
}
.col.sm-pull-10 {
	left: -83.33333333%
}
.col.sm-9 {
	width: 75%
}
.col.sm-offset-9 {
	margin-left: 75%
}
.col.sm-push-9, .col.sm-pull-9 {
	position: relative
}
.col.sm-push-9 {
	left: 75%
}
.col.sm-pull-9 {
	left: -75%
}
.col.sm-8 {
	width: 66.66666667%
}
.col.sm-offset-8 {
	margin-left: 66.66666667%
}
.col.sm-push-8, .col.sm-pull-8 {
	position: relative
}
.col.sm-push-8 {
	left: 66.66666667%
}
.col.sm-pull-8 {
	left: -66.66666667%
}
.col.sm-7 {
	width: 58.33333333%
}
.col.sm-offset-7 {
	margin-left: 58.33333333%
}
.col.sm-push-7, .col.sm-pull-7 {
	position: relative
}
.col.sm-push-7 {
	left: 58.33333333%
}
.col.sm-pull-7 {
	left: -58.33333333%
}
.col.sm-6 {
	width: 50%
}
.col.sm-offset-6 {
	margin-left: 50%
}
.col.sm-push-6, .col.sm-pull-6 {
	position: relative
}
.col.sm-push-6 {
	left: 50%
}
.col.sm-pull-6 {
	left: -50%
}
.col.sm-5 {
	width: 41.66666667%
}
.col.sm-offset-5 {
	margin-left: 41.66666667%
}
.col.sm-push-5, .col.sm-pull-5 {
	position: relative
}
.col.sm-push-5 {
	left: 41.66666667%
}
.col.sm-pull-5 {
	left: -41.66666667%
}
.col.sm-4 {
	width: 33.33333333%
}
.col.sm-offset-4 {
	margin-left: 33.33333333%
}
.col.sm-push-4, .col.sm-pull-4 {
	position: relative
}
.col.sm-push-4 {
	left: 33.33333333%
}
.col.sm-pull-4 {
	left: -33.33333333%
}
.col.sm-3 {
	width: 25%
}
.col.sm-offset-3 {
	margin-left: 25%
}
.col.sm-push-3, .col.sm-pull-3 {
	position: relative
}
.col.sm-push-3 {
	left: 25%
}
.col.sm-pull-3 {
	left: -25%
}
.col.sm-2 {
	width: 16.66666667%
}
.col.sm-offset-2 {
	margin-left: 16.66666667%
}
.col.sm-push-2, .col.sm-pull-2 {
	position: relative
}
.col.sm-push-2 {
	left: 16.66666667%
}
.col.sm-pull-2 {
	left: -16.66666667%
}
.col.sm-1 {
	width: 8.33333333%
}
.col.sm-offset-1 {
	margin-left: 8.33333333%
}
.col.sm-push-1, .col.sm-pull-1 {
	position: relative
}
.col.sm-push-1 {
	left: 8.33333333%
}
.col.sm-pull-1 {
	left: -8.33333333%
}
.col.sm-0 {
	width: 0
}
.col.sm-offset-0 {
	margin-left: 0
}
.col.sm-push-0, .col.sm-pull-0 {
	position: relative
}
.col.sm-push-0 {
	left: 0
}
.col.sm-pull-0 {
	left: 0
}
}
@media (min-width:992px) {
.col.md-12 {
	width: 100%
}
.col.md-offset-12 {
	margin-left: 100%
}
.col.md-push-12, .col.md-pull-12 {
	position: relative
}
.col.md-push-12 {
	left: 100%
}
.col.md-pull-12 {
	left: -100%
}
.col.md-11 {
	width: 91.66666667%
}
.col.md-offset-11 {
	margin-left: 91.66666667%
}
.col.md-push-11, .col.md-pull-11 {
	position: relative
}
.col.md-push-11 {
	left: 91.66666667%
}
.col.md-pull-11 {
	left: -91.66666667%
}
.col.md-10 {
	width: 83.33333333%
}
.col.md-offset-10 {
	margin-left: 83.33333333%
}
.col.md-push-10, .col.md-pull-10 {
	position: relative
}
.col.md-push-10 {
	left: 83.33333333%
}
.col.md-pull-10 {
	left: -83.33333333%
}
.col.md-9 {
	width: 75%
}
.col.md-offset-9 {
	margin-left: 75%
}
.col.md-push-9, .col.md-pull-9 {
	position: relative
}
.col.md-push-9 {
	left: 75%
}
.col.md-pull-9 {
	left: -75%
}
.col.md-8 {
	width: 66.66666667%
}
.col.md-offset-8 {
	margin-left: 66.66666667%
}
.col.md-push-8, .col.md-pull-8 {
	position: relative
}
.col.md-push-8 {
	left: 66.66666667%
}
.col.md-pull-8 {
	left: -66.66666667%
}
.col.md-7 {
	width: 58.33333333%
}
.col.md-offset-7 {
	margin-left: 58.33333333%
}
.col.md-push-7, .col.md-pull-7 {
	position: relative
}
.col.md-push-7 {
	left: 58.33333333%
}
.col.md-pull-7 {
	left: -58.33333333%
}
.col.md-6 {
	width: 50%
}
.col.md-offset-6 {
	margin-left: 50%
}
.col.md-push-6, .col.md-pull-6 {
	position: relative
}
.col.md-push-6 {
	left: 50%
}
.col.md-pull-6 {
	left: -50%
}
.col.md-5 {
	width: 41.66666667%
}
.col.md-offset-5 {
	margin-left: 41.66666667%
}
.col.md-push-5, .col.md-pull-5 {
	position: relative
}
.col.md-push-5 {
	left: 41.66666667%
}
.col.md-pull-5 {
	left: -41.66666667%
}
.col.md-4 {
	width: 33.33333333%
}
.col.md-offset-4 {
	margin-left: 33.33333333%
}
.col.md-push-4, .col.md-pull-4 {
	position: relative
}
.col.md-push-4 {
	left: 33.33333333%
}
.col.md-pull-4 {
	left: -33.33333333%
}
.col.md-3 {
	width: 25%
}
.col.md-offset-3 {
	margin-left: 25%
}
.col.md-push-3, .col.md-pull-3 {
	position: relative
}
.col.md-push-3 {
	left: 25%
}
.col.md-pull-3 {
	left: -25%
}
.col.md-2 {
	width: 16.66666667%
}
.col.md-offset-2 {
	margin-left: 16.66666667%
}
.col.md-push-2, .col.md-pull-2 {
	position: relative
}
.col.md-push-2 {
	left: 16.66666667%
}
.col.md-pull-2 {
	left: -16.66666667%
}
.col.md-1 {
	width: 8.33333333%
}
.col.md-offset-1 {
	margin-left: 8.33333333%
}
.col.md-push-1, .col.md-pull-1 {
	position: relative
}
.col.md-push-1 {
	left: 8.33333333%
}
.col.md-pull-1 {
	left: -8.33333333%
}
.col.md-0 {
	width: 0
}
.col.md-offset-0 {
	margin-left: 0
}
.col.md-push-0, .col.md-pull-0 {
	position: relative
}
.col.md-push-0 {
	left: 0
}
.col.md-pull-0 {
	left: 0
}
}
@media (min-width:1200px) {
.col.lg-12 {
	width: 100%
}
.col.lg-offset-12 {
	margin-left: 100%
}
.col.lg-push-12, .col.lg-pull-12 {
	position: relative
}
.col.lg-push-12 {
	left: 100%
}
.col.lg-pull-12 {
	left: -100%
}
.col.lg-11 {
	width: 91.66666667%
}
.col.lg-offset-11 {
	margin-left: 91.66666667%
}
.col.lg-push-11, .col.lg-pull-11 {
	position: relative
}
.col.lg-push-11 {
	left: 91.66666667%
}
.col.lg-pull-11 {
	left: -91.66666667%
}
.col.lg-10 {
	width: 83.33333333%
}
.col.lg-offset-10 {
	margin-left: 83.33333333%
}
.col.lg-push-10, .col.lg-pull-10 {
	position: relative
}
.col.lg-push-10 {
	left: 83.33333333%
}
.col.lg-pull-10 {
	left: -83.33333333%
}
.col.lg-9 {
	width: 75%
}
.col.lg-offset-9 {
	margin-left: 75%
}
.col.lg-push-9, .col.lg-pull-9 {
	position: relative
}
.col.lg-push-9 {
	left: 75%
}
.col.lg-pull-9 {
	left: -75%
}
.col.lg-8 {
	width: 66.66666667%
}
.col.lg-offset-8 {
	margin-left: 66.66666667%
}
.col.lg-push-8, .col.lg-pull-8 {
	position: relative
}
.col.lg-push-8 {
	left: 66.66666667%
}
.col.lg-pull-8 {
	left: -66.66666667%
}
.col.lg-7 {
	width: 58.33333333%
}
.col.lg-offset-7 {
	margin-left: 58.33333333%
}
.col.lg-push-7, .col.lg-pull-7 {
	position: relative
}
.col.lg-push-7 {
	left: 58.33333333%
}
.col.lg-pull-7 {
	left: -58.33333333%
}
.col.lg-6 {
	width: 50%
}
.col.lg-offset-6 {
	margin-left: 50%
}
.col.lg-push-6, .col.lg-pull-6 {
	position: relative
}
.col.lg-push-6 {
	left: 50%
}
.col.lg-pull-6 {
	left: -50%
}
.col.lg-5 {
	width: 41.66666667%
}
.col.lg-offset-5 {
	margin-left: 41.66666667%
}
.col.lg-push-5, .col.lg-pull-5 {
	position: relative
}
.col.lg-push-5 {
	left: 41.66666667%
}
.col.lg-pull-5 {
	left: -41.66666667%
}
.col.lg-4 {
	width: 33.33333333%
}
.col.lg-offset-4 {
	margin-left: 33.33333333%
}
.col.lg-push-4, .col.lg-pull-4 {
	position: relative
}
.col.lg-push-4 {
	left: 33.33333333%
}
.col.lg-pull-4 {
	left: -33.33333333%
}
.col.lg-3 {
	width: 25%
}
.col.lg-offset-3 {
	margin-left: 25%
}
.col.lg-push-3, .col.lg-pull-3 {
	position: relative
}
.col.lg-push-3 {
	left: 25%
}
.col.lg-pull-3 {
	left: -25%
}
.col.lg-2 {
	width: 16.66666667%
}
.col.lg-offset-2 {
	margin-left: 16.66666667%
}
.col.lg-push-2, .col.lg-pull-2 {
	position: relative
}
.col.lg-push-2 {
	left: 16.66666667%
}
.col.lg-pull-2 {
	left: -16.66666667%
}
.col.lg-1 {
	width: 8.33333333%
}
.col.lg-offset-1 {
	margin-left: 8.33333333%
}
.col.lg-push-1, .col.lg-pull-1 {
	position: relative
}
.col.lg-push-1 {
	left: 8.33333333%
}
.col.lg-pull-1 {
	left: -8.33333333%
}
.col.lg-0 {
	width: 0
}
.col.lg-offset-0 {
	margin-left: 0
}
.col.lg-push-0, .col.lg-pull-0 {
	position: relative
}
.col.lg-push-0 {
	left: 0
}
.col.lg-pull-0 {
	left: 0
}
}
.col-sep {
	height: 25px;
	width: 100%;
	float: left;
	clear: both
}
.col-sep.no-height {
	height: 1px
}
@-ms-viewport {
width:device-width
}
.visible-xxs, .visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}
.visible-xxs-block, .visible-xxs-inline, .visible-xxs-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}
@media (max-width:479px) {
.visible-xxs {
	display: block !important
}
table.visible-xxs {
	display: table
}
tr.visible-xxs {
	display: table-row !important
}
th.visible-xxs, td.visible-xxs {
	display: table-cell !important
}
}
@media (max-width:479px) {
.visible-xxs-block {
	display: block !important
}
}
@media (max-width:479px) {
.visible-xxs-inline {
	display: inline !important
}
}
@media (max-width:479px) {
.visible-xxs-inline-block {
	display: inline-block !important
}
}
@media (max-width:767px) and (min-width:480px) {
.visible-xs {
	display: block !important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row !important
}
th.visible-xs, td.visible-xs {
	display: table-cell !important
}
}
@media (max-width:767px) and (min-width:480px) {
.visible-xs-block {
	display: block !important
}
}
@media (max-width:767px) and (min-width:480px) {
.visible-xs-inline {
	display: inline !important
}
}
@media (max-width:767px) and (min-width:480px) {
.visible-xs-inline-block {
	display: inline-block !important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block !important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row !important
}
th.visible-sm, td.visible-sm {
	display: table-cell !important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block !important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline !important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block !important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row !important
}
th.visible-md, td.visible-md {
	display: table-cell !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-block {
	display: block !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline {
	display: inline !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block !important
}
}
@media (min-width:1200px) {
.visible-lg {
	display: block !important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row !important
}
th.visible-lg, td.visible-lg {
	display: table-cell !important
}
}
@media (min-width:1200px) {
.visible-lg-block {
	display: block !important
}
}
@media (min-width:1200px) {
.visible-lg-inline {
	display: inline !important
}
}
@media (min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block !important
}
}
@media (max-width:479px) {
.hidden-xxs {
	display: none !important
}
}
@media (max-width:767px) and (min-width:479px) {
.hidden-xs {
	display: none !important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none !important
}
}
@media (min-width:1200px) {
.hidden-lg {
	display: none !important
}
}
.visible-print {
	display: none !important
}
@media print {
.visible-print {
	display: block !important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row !important
}
th.visible-print, td.visible-print {
	display: table-cell !important
}
}
.visible-print-block {
	display: none !important
}
@media print {
.visible-print-block {
	display: block !important
}
}
.visible-print-inline {
	display: none !important
}
@media print {
.visible-print-inline {
	display: inline !important
}
}
.visible-print-inline-block {
	display: none !important
}
@media print {
.visible-print-inline-block {
	display: inline-block !important
}
}
@media print {
.hidden-print {
	display: none !important
}
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	color: #582e87;
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: auto;
	height: auto;
	left: 5px;
	top: 5px;
	line-height: normal;
	padding: 10.5px 21px;
	text-decoration: none;
	z-index: 100000
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	color: inherit;
	margin-top: 25px;
	margin-bottom: 5px
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
p {
	margin: 0 0 15px
}
.lead {
	margin-bottom: 21px;
	font-size: 17px
}
@media (min-width:768px) {
.lead {
	font-size: 22px
}
}
small, .small {
	font-size: 80%
}
cite {
	font-style: normal
}
mark, .mark {
	background-color: #f6ce95;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #aaa
}
.text-primary {
	color: #582e87
}
.text-success {
	color: #5cb85c
}
.text-info {
	color: #5bc0de
}
.text-warning {
	color: #f0ad4e
}
.text-danger {
	color: #d9534f
}
ul, ol {
	margin-top: 0;
	margin-bottom: 15px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
.list-unstyled, .flexslider .slides, .flex-direction-nav, .flex-control-nav, .content-navigation ul, .comment-navigation ul, nav.pagination ul, #header-navigation ul, #footer-navigation ul, #mobile-navigation ul, .comment-list {
	list-style: none;
	padding-left: 0
}
.list-gapped>li {
	margin-bottom: 15px
}
.list-gapped>li>ul, .list-gapped>li>ol {
	margin-top: 15px
}
dl {
	margin-top: 0;
	margin-bottom: 21px
}
dt, dd {
	line-height: 1.4
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 3px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none
}
pre {
	display: block;
	padding: 10px;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.4;
	word-break: break-all;
	word-wrap: break-word;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px
}
pre.scrollable {
	max-height: 340px;
	overflow-y: scroll
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #ccc
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 15px 21px;
	margin: 0 0 21px;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	border-left: 5px solid #eee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer {
	display: block;
	font-size: 80%;
	line-height: 1.4;
	color: #aaa
}
blockquote footer:before {
	content: '\2014 \00A0'
}
address {
	margin-bottom: 21px;
	font-style: normal;
	line-height: 1.4
}
table {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	vertical-align: top;
	padding: 3px
}
@media (min-width:992px) {
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	padding: 6px
}
}
table>thead>tr>th {
	vertical-align: bottom
}
td, th {
	text-align: left
}
table.bordered {
	border: 1px solid #ccc
}
table.bordered>thead>tr>th, table.bordered>tbody>tr>th, table.bordered>tfoot>tr>th, table.bordered>thead>tr>td, table.bordered>tbody>tr>td, table.bordered>tfoot>tr>td {
	border: 1px solid #ccc
}
table.bordered>thead>tr>th, table.bordered>thead>tr>td {
	border-bottom-width: 2px
}
table.striped>tbody>tr:nth-child(odd)>td, table.striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
table.hover>tbody>tr:hover>td, table.hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
@media screen and (max-width:991px) {
.responsive-table-container {
	width: 100%;
	margin-bottom: 15.75px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ccc;
	-webkit-overflow-scrolling: touch
}
.responsive-table-container>table {
	margin-bottom: 0
}
.responsive-table-container>table>thead>tr>th, .responsive-table-container>table>tbody>tr>th, .responsive-table-container>table>tfoot>tr>th, .responsive-table-container>table>thead>tr>td, .responsive-table-container>table>tbody>tr>td, .responsive-table-container>table>tfoot>tr>td {
	white-space: nowrap
}
.responsive-table-container>table.bordered {
	border: 0
}
.responsive-table-container>table.bordered>thead>tr>th:first-child, .responsive-table-container>table.bordered>tbody>tr>th:first-child, .responsive-table-container>table.bordered>tfoot>tr>th:first-child, .responsive-table-container>table.bordered>thead>tr>td:first-child, .responsive-table-container>table.bordered>tbody>tr>td:first-child, .responsive-table-container>table.bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.responsive-table-container>table.bordered>thead>tr>th:last-child, .responsive-table-container>table.bordered>tbody>tr>th:last-child, .responsive-table-container>table.bordered>tfoot>tr>th:last-child, .responsive-table-container>table.bordered>thead>tr>td:last-child, .responsive-table-container>table.bordered>tbody>tr>td:last-child, .responsive-table-container>table.bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.responsive-table-container>table.bordered>tbody>tr:last-child>th, .responsive-table-container>table.bordered>tfoot>tr:last-child>th, .responsive-table-container>table.bordered>tbody>tr:last-child>td, .responsive-table-container>table.bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
@-webkit-keyframes sonarEffect {
0% {
box-shadow:0 0 0 0 #582e87;
outline:0
}
100% {
box-shadow:0 0 30px 0 rgba(88,46,135,0);
outline:1px solid #582e87
}
}
@-moz-keyframes sonarEffect {
0% {
box-shadow:0 0 0 0 #582e87;
outline:0
}
100% {
box-shadow:0 0 30px 0 rgba(88,46,135,0);
outline:1px solid #582e87
}
}
@keyframes sonarEffect {
0% {
box-shadow:0 0 0 0 #582e87;
outline:0
}
100% {
box-shadow:0 0 30px 0 rgba(88,46,135,0);
outline:1px solid #582e87
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 21px;
	font-size: 22.5px;
	line-height: inherit;
	color: #aaa;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5.25px;
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 0 0 #582e87, inset 0 1px 1px rgba(0,0,0,0.075)
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
	box-shadow: 0 0 30px 0 rgba(88,46,135,0), inset 0 1px 1px rgba(0,0,0,0.075);
	outline: 0;
	border-color: rgba(88,46,135,0.5);
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
color:#aaa;
opacity:1
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#aaa
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#aaa
}
input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[disabled], textarea[disabled], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], select[readonly], textarea[readonly], fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"], fieldset[disabled] select, fieldset[disabled] textarea {
	cursor: not-allowed;
	background-color: #ddd;
	opacity: 1
}
input[type="text"].sm, input[type="password"].sm, input[type="datetime"].sm, input[type="datetime-local"].sm, input[type="date"].sm, input[type="month"].sm, input[type="time"].sm, input[type="week"].sm, input[type="number"].sm, input[type="email"].sm, input[type="url"].sm, input[type="search"].sm, input[type="tel"].sm, input[type="color"].sm, select.sm, textarea.sm {
	height: 26px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px
}
selectinput[type="text"].sm, selectinput[type="password"].sm, selectinput[type="datetime"].sm, selectinput[type="datetime-local"].sm, selectinput[type="date"].sm, selectinput[type="month"].sm, selectinput[type="time"].sm, selectinput[type="week"].sm, selectinput[type="number"].sm, selectinput[type="email"].sm, selectinput[type="url"].sm, selectinput[type="search"].sm, selectinput[type="tel"].sm, selectinput[type="color"].sm, selectselect.sm, selecttextarea.sm {
	height: 26px;
	line-height: 26px
}
textareainput[type="text"].sm, textareainput[type="password"].sm, textareainput[type="datetime"].sm, textareainput[type="datetime-local"].sm, textareainput[type="date"].sm, textareainput[type="month"].sm, textareainput[type="time"].sm, textareainput[type="week"].sm, textareainput[type="number"].sm, textareainput[type="email"].sm, textareainput[type="url"].sm, textareainput[type="search"].sm, textareainput[type="tel"].sm, textareainput[type="color"].sm, textareaselect.sm, textareatextarea.sm, select[multiple]input[type="text"].sm, select[multiple]input[type="password"].sm, select[multiple]input[type="datetime"].sm, select[multiple]input[type="datetime-local"].sm, select[multiple]input[type="date"].sm, select[multiple]input[type="month"].sm, select[multiple]input[type="time"].sm, select[multiple]input[type="week"].sm, select[multiple]input[type="number"].sm, select[multiple]input[type="email"].sm, select[multiple]input[type="url"].sm, select[multiple]input[type="search"].sm, select[multiple]input[type="tel"].sm, select[multiple]input[type="color"].sm, select[multiple]select.sm, select[multiple]textarea.sm {
	height: auto
}
input[type="text"].lg, input[type="password"].lg, input[type="datetime"].lg, input[type="datetime-local"].lg, input[type="date"].lg, input[type="month"].lg, input[type="time"].lg, input[type="week"].lg, input[type="number"].lg, input[type="email"].lg, input[type="url"].lg, input[type="search"].lg, input[type="tel"].lg, input[type="color"].lg, select.lg, textarea.lg {
	height: 51px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 4px
}
selectinput[type="text"].lg, selectinput[type="password"].lg, selectinput[type="datetime"].lg, selectinput[type="datetime-local"].lg, selectinput[type="date"].lg, selectinput[type="month"].lg, selectinput[type="time"].lg, selectinput[type="week"].lg, selectinput[type="number"].lg, selectinput[type="email"].lg, selectinput[type="url"].lg, selectinput[type="search"].lg, selectinput[type="tel"].lg, selectinput[type="color"].lg, selectselect.lg, selecttextarea.lg {
	height: 51px;
	line-height: 51px
}
textareainput[type="text"].lg, textareainput[type="password"].lg, textareainput[type="datetime"].lg, textareainput[type="datetime-local"].lg, textareainput[type="date"].lg, textareainput[type="month"].lg, textareainput[type="time"].lg, textareainput[type="week"].lg, textareainput[type="number"].lg, textareainput[type="email"].lg, textareainput[type="url"].lg, textareainput[type="search"].lg, textareainput[type="tel"].lg, textareainput[type="color"].lg, textareaselect.lg, textareatextarea.lg, select[multiple]input[type="text"].lg, select[multiple]input[type="password"].lg, select[multiple]input[type="datetime"].lg, select[multiple]input[type="datetime-local"].lg, select[multiple]input[type="date"].lg, select[multiple]input[type="month"].lg, select[multiple]input[type="time"].lg, select[multiple]input[type="week"].lg, select[multiple]input[type="number"].lg, select[multiple]input[type="email"].lg, select[multiple]input[type="url"].lg, select[multiple]input[type="search"].lg, select[multiple]input[type="tel"].lg, select[multiple]input[type="color"].lg, select[multiple]select.lg, select[multiple]textarea.lg {
	height: auto
}
.field.success input[type="text"], .field.success input[type="password"], .field.success input[type="datetime"], .field.success input[type="datetime-local"], .field.success input[type="date"], .field.success input[type="month"], .field.success input[type="time"], .field.success input[type="week"], .field.success input[type="number"], .field.success input[type="email"], .field.success input[type="url"], .field.success input[type="search"], .field.success input[type="tel"], .field.success input[type="color"], .field.success select, .field.success textarea {
	border-color: #5cb85c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.field.success input[type="text"]:focus, .field.success input[type="password"]:focus, .field.success input[type="datetime"]:focus, .field.success input[type="datetime-local"]:focus, .field.success input[type="date"]:focus, .field.success input[type="month"]:focus, .field.success input[type="time"]:focus, .field.success input[type="week"]:focus, .field.success input[type="number"]:focus, .field.success input[type="email"]:focus, .field.success input[type="url"]:focus, .field.success input[type="search"]:focus, .field.success input[type="tel"]:focus, .field.success input[type="color"]:focus, .field.success select:focus, .field.success textarea:focus {
	border-color: #449d44;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(92,184,92,0.6)
}
.field.warning input[type="text"], .field.warning input[type="password"], .field.warning input[type="datetime"], .field.warning input[type="datetime-local"], .field.warning input[type="date"], .field.warning input[type="month"], .field.warning input[type="time"], .field.warning input[type="week"], .field.warning input[type="number"], .field.warning input[type="email"], .field.warning input[type="url"], .field.warning input[type="search"], .field.warning input[type="tel"], .field.warning input[type="color"], .field.warning select, .field.warning textarea {
	border-color: #f0ad4e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.field.warning input[type="text"]:focus, .field.warning input[type="password"]:focus, .field.warning input[type="datetime"]:focus, .field.warning input[type="datetime-local"]:focus, .field.warning input[type="date"]:focus, .field.warning input[type="month"]:focus, .field.warning input[type="time"]:focus, .field.warning input[type="week"]:focus, .field.warning input[type="number"]:focus, .field.warning input[type="email"]:focus, .field.warning input[type="url"]:focus, .field.warning input[type="search"]:focus, .field.warning input[type="tel"]:focus, .field.warning input[type="color"]:focus, .field.warning select:focus, .field.warning textarea:focus {
	border-color: #ec971f;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(240,173,78,0.6)
}
.field.error input[type="text"], .field.error input[type="password"], .field.error input[type="datetime"], .field.error input[type="datetime-local"], .field.error input[type="date"], .field.error input[type="month"], .field.error input[type="time"], .field.error input[type="week"], .field.error input[type="number"], .field.error input[type="email"], .field.error input[type="url"], .field.error input[type="search"], .field.error input[type="tel"], .field.error input[type="color"], .field.error select, .field.error textarea {
	border-color: #d9534f;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.field.error input[type="text"]:focus, .field.error input[type="password"]:focus, .field.error input[type="datetime"]:focus, .field.error input[type="datetime-local"]:focus, .field.error input[type="date"]:focus, .field.error input[type="month"]:focus, .field.error input[type="time"]:focus, .field.error input[type="week"]:focus, .field.error input[type="number"]:focus, .field.error input[type="email"]:focus, .field.error input[type="url"]:focus, .field.error input[type="search"]:focus, .field.error input[type="tel"]:focus, .field.error input[type="color"]:focus, .field.error select:focus, .field.error textarea:focus {
	border-color: #c9302c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(217,83,79,0.6)
}
textarea {
	height: auto
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 35px;
	line-height: 1.4 \0
}
input[type="date"].sm, input[type="time"].sm, input[type="datetime-local"].sm, input[type="month"].sm {
	line-height: 26px
}
input[type="date"].lg, input[type="time"].lg, input[type="datetime-local"].lg, input[type="month"].lg {
	line-height: 51px
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none
}
output {
	display: block;
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.4;
	color: #333
}
.field {
	margin-bottom: 10.5px
}
.field.success label, .field.success .help-block, .field.success .radio, .field.success .checkbox {
	color: #5cb85c
}
.field.warning label, .field.warning .help-block, .field.warning .radio, .field.warning .checkbox {
	color: #f0ad4e
}
.field.error label, .field.error .help-block, .field.error .radio, .field.error .checkbox {
	color: #d9534f
}
.radio, .checkbox {
	position: relative;
	display: block;
	min-height: 21px;
	margin-top: 10.5px;
	margin-bottom: 10.5px
}
.radio label, .checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 300;
	cursor: pointer
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5.25px
}
.static-input {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.static-input.lg, .static-input.sm {
	padding-left: 0;
	padding-right: 0
}
.input-help-block {
	display: block;
	margin-top: 5.25px;
	margin-bottom: 5.25px;
	color: #aaa
}
.btn, button, input[type=button], input[type=submit], nav.pagination li>a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: 0 solid transparent;
	white-space: nowrap;
	-webkit-transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	-o-transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.4;
	border-radius: 3px
}
.btn:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, .btn:focus, button:focus, input[type=button]:focus, input[type=submit]:focus, .btn:active, button:active, input[type=button]:active, input[type=submit]:active, .btn.active, button.active, input[type=button].active, input[type=submit].active, nav.pagination li.current>a, nav.pagination li>a:hover, nav.pagination li>a:focus, nav.pagination li>a:active, nav.pagination li>a.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn:active, button:active, input[type=button]:active, input[type=submit]:active, .btn.active, button.active, input[type=button].active, input[type=submit].active, nav.pagination li.current>a, nav.pagination li>a:active, nav.pagination li>a.active {
	background-image: none
}
.btn.disabled, button.disabled, input[type=button].disabled, input[type=submit].disabled, .btn[disabled], button[disabled], input[type=button][disabled], input[type=submit][disabled], fieldset[disabled] .btn, fieldset[disabled] button, fieldset[disabled] input[type=button], fieldset[disabled] input[type=submit], .btn.disabled:hover, button.disabled:hover, input[type=button].disabled:hover, input[type=submit].disabled:hover, .btn[disabled]:hover, button[disabled]:hover, input[type=button][disabled]:hover, input[type=submit][disabled]:hover, fieldset[disabled] .btn:hover, fieldset[disabled] button:hover, fieldset[disabled] input[type=button]:hover, fieldset[disabled] input[type=submit]:hover, .btn.disabled:focus, button.disabled:focus, input[type=button].disabled:focus, input[type=submit].disabled:focus, .btn[disabled]:focus, button[disabled]:focus, input[type=button][disabled]:focus, input[type=submit][disabled]:focus, fieldset[disabled] .btn:focus, fieldset[disabled] button:focus, fieldset[disabled] input[type=button]:focus, fieldset[disabled] input[type=submit]:focus, .btn.disabled:active, button.disabled:active, input[type=button].disabled:active, input[type=submit].disabled:active, .btn[disabled]:active, button[disabled]:active, input[type=button][disabled]:active, input[type=submit][disabled]:active, fieldset[disabled] .btn:active, fieldset[disabled] button:active, fieldset[disabled] input[type=button]:active, fieldset[disabled] input[type=submit]:active, .btn.disabled.active, button.disabled.active, input[type=button].disabled.active, input[type=submit].disabled.active, .btn[disabled].active, button[disabled].active, input[type=button][disabled].active, input[type=submit][disabled].active, fieldset[disabled] .btn.active, fieldset[disabled] button.active, fieldset[disabled] input[type=button].active, fieldset[disabled] input[type=submit].active, fieldset[disabled] nav.pagination li.current>a, nav.pagination li.no-link>a, nav.pagination li.no-link>a:hover, nav.pagination li.no-link>a:focus, nav.pagination li.no-link>a:active, nav.pagination li.no-link>a.active, nav.pagination li>a.disabled, nav.pagination li>a[disabled], fieldset[disabled] nav.pagination li>a, nav.pagination li>a.disabled:hover, nav.pagination li>a[disabled]:hover, fieldset[disabled] nav.pagination li>a:hover, nav.pagination li>a.disabled:focus, nav.pagination li>a[disabled]:focus, fieldset[disabled] nav.pagination li>a:focus, nav.pagination li>a.disabled:active, nav.pagination li>a[disabled]:active, fieldset[disabled] nav.pagination li>a:active, nav.pagination li>a.disabled.active, nav.pagination li>a[disabled].active, fieldset[disabled] nav.pagination li>a.active {
	background-color: #fff;
	border-color: #ccc
}
.btn:focus, button:focus, input[type=button]:focus, input[type=submit]:focus, nav.pagination li>a:focus {
	outline: none
}
.btn:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, .btn:focus, button:focus, input[type=button]:focus, input[type=submit]:focus, .btn:active, button:active, input[type=button]:active, input[type=submit]:active, .btn.active, button.active, input[type=button].active, input[type=submit].active, nav.pagination li.current>a, nav.pagination li>a:hover, nav.pagination li>a:focus, nav.pagination li>a:active, nav.pagination li>a.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn:active, button:active, input[type=button]:active, input[type=submit]:active, .btn.active, button.active, input[type=button].active, input[type=submit].active, nav.pagination li.current>a, nav.pagination li>a:active, nav.pagination li>a.active {
	outline: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.disabled, button.disabled, input[type=button].disabled, input[type=submit].disabled, .btn[disabled], button[disabled], input[type=button][disabled], input[type=submit][disabled], fieldset[disabled] .btn, fieldset[disabled] button, fieldset[disabled] input[type=button], fieldset[disabled] input[type=submit], nav.pagination li.no-link>a, nav.pagination li>a.disabled, nav.pagination li>a[disabled], fieldset[disabled] nav.pagination li>a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}
.btn.primary, button.primary, input[type=button].primary, input[type=submit].primary, input[type=submit], button[type=submit], nav.pagination li>a.primary {
	color: #fff;
	background-color: #582e87;
	border-color: #4e2978
}
.btn.primary:hover, button.primary:hover, input[type=button].primary:hover, input[type=submit].primary:hover, .btn.primary:focus, button.primary:focus, input[type=button].primary:focus, input[type=submit].primary:focus, .btn.primary:active, button.primary:active, input[type=button].primary:active, input[type=submit].primary:active, .btn.primary.active, button.primary.active, input[type=button].primary.active, input[type=submit].primary.active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active, button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active, button[type=submit].active, nav.pagination li>a.primary:hover, nav.pagination li>a.primary:focus, nav.pagination li>a.primary:active, nav.pagination li>a.primary.active {
	color: #fff;
	background-color: #3f2161;
	border-color: #30194a
}
.btn.primary:active, button.primary:active, input[type=button].primary:active, input[type=submit].primary:active, .btn.primary.active, button.primary.active, input[type=button].primary.active, input[type=submit].primary.active, input[type=submit]:active, input[type=submit].active, button[type=submit]:active, button[type=submit].active, nav.pagination li>a.primary:active, nav.pagination li>a.primary.active {
	background-image: none
}
.btn.primary.disabled, button.primary.disabled, input[type=button].primary.disabled, input[type=submit].primary.disabled, .btn.primary[disabled], button.primary[disabled], input[type=button].primary[disabled], input[type=submit].primary[disabled], fieldset[disabled] .btn.primary, fieldset[disabled] button.primary, fieldset[disabled] input[type=button].primary, fieldset[disabled] input[type=submit].primary, .btn.primary.disabled:hover, button.primary.disabled:hover, input[type=button].primary.disabled:hover, input[type=submit].primary.disabled:hover, .btn.primary[disabled]:hover, button.primary[disabled]:hover, input[type=button].primary[disabled]:hover, input[type=submit].primary[disabled]:hover, fieldset[disabled] .btn.primary:hover, fieldset[disabled] button.primary:hover, fieldset[disabled] input[type=button].primary:hover, fieldset[disabled] input[type=submit].primary:hover, .btn.primary.disabled:focus, button.primary.disabled:focus, input[type=button].primary.disabled:focus, input[type=submit].primary.disabled:focus, .btn.primary[disabled]:focus, button.primary[disabled]:focus, input[type=button].primary[disabled]:focus, input[type=submit].primary[disabled]:focus, fieldset[disabled] .btn.primary:focus, fieldset[disabled] button.primary:focus, fieldset[disabled] input[type=button].primary:focus, fieldset[disabled] input[type=submit].primary:focus, .btn.primary.disabled:active, button.primary.disabled:active, input[type=button].primary.disabled:active, input[type=submit].primary.disabled:active, .btn.primary[disabled]:active, button.primary[disabled]:active, input[type=button].primary[disabled]:active, input[type=submit].primary[disabled]:active, fieldset[disabled] .btn.primary:active, fieldset[disabled] button.primary:active, fieldset[disabled] input[type=button].primary:active, fieldset[disabled] input[type=submit].primary:active, .btn.primary.disabled.active, button.primary.disabled.active, input[type=button].primary.disabled.active, input[type=submit].primary.disabled.active, .btn.primary[disabled].active, button.primary[disabled].active, input[type=button].primary[disabled].active, input[type=submit].primary[disabled].active, fieldset[disabled] .btn.primary.active, fieldset[disabled] button.primary.active, fieldset[disabled] input[type=button].primary.active, fieldset[disabled] input[type=submit].primary.active, input[type=submit].disabled, input[type=submit][disabled], fieldset[disabled] input[type=submit], input[type=submit].disabled:hover, input[type=submit][disabled]:hover, fieldset[disabled] input[type=submit]:hover, input[type=submit].disabled:focus, input[type=submit][disabled]:focus, fieldset[disabled] input[type=submit]:focus, input[type=submit].disabled:active, input[type=submit][disabled]:active, fieldset[disabled] input[type=submit]:active, input[type=submit].disabled.active, input[type=submit][disabled].active, fieldset[disabled] input[type=submit].active, button[type=submit].disabled, button[type=submit][disabled], fieldset[disabled] button[type=submit], button[type=submit].disabled:hover, button[type=submit][disabled]:hover, fieldset[disabled] button[type=submit]:hover, button[type=submit].disabled:focus, button[type=submit][disabled]:focus, fieldset[disabled] button[type=submit]:focus, button[type=submit].disabled:active, button[type=submit][disabled]:active, fieldset[disabled] button[type=submit]:active, button[type=submit].disabled.active, button[type=submit][disabled].active, fieldset[disabled] button[type=submit].active, nav.pagination li>a.primary.disabled, nav.pagination li>a.primary[disabled], fieldset[disabled] nav.pagination li>a.primary, nav.pagination li>a.primary.disabled:hover, nav.pagination li>a.primary[disabled]:hover, fieldset[disabled] nav.pagination li>a.primary:hover, nav.pagination li>a.primary.disabled:focus, nav.pagination li>a.primary[disabled]:focus, fieldset[disabled] nav.pagination li>a.primary:focus, nav.pagination li>a.primary.disabled:active, nav.pagination li>a.primary[disabled]:active, fieldset[disabled] nav.pagination li>a.primary:active, nav.pagination li>a.primary.disabled.active, nav.pagination li>a.primary[disabled].active, fieldset[disabled] nav.pagination li>a.primary.active {
	background-color: #582e87;
	border-color: #4e2978
}
.btn.success, button.success, input[type=button].success, input[type=submit].success, nav.pagination li>a.success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4eb24e
}
.btn.success:hover, button.success:hover, input[type=button].success:hover, input[type=submit].success:hover, .btn.success:focus, button.success:focus, input[type=button].success:focus, input[type=submit].success:focus, .btn.success:active, button.success:active, input[type=button].success:active, input[type=submit].success:active, .btn.success.active, button.success.active, input[type=button].success.active, input[type=submit].success.active, nav.pagination li>a.success:hover, nav.pagination li>a.success:focus, nav.pagination li>a.success:active, nav.pagination li>a.success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #3b873b
}
.btn.success:active, button.success:active, input[type=button].success:active, input[type=submit].success:active, .btn.success.active, button.success.active, input[type=button].success.active, input[type=submit].success.active, nav.pagination li>a.success:active, nav.pagination li>a.success.active {
	background-image: none
}
.btn.success.disabled, button.success.disabled, input[type=button].success.disabled, input[type=submit].success.disabled, .btn.success[disabled], button.success[disabled], input[type=button].success[disabled], input[type=submit].success[disabled], fieldset[disabled] .btn.success, fieldset[disabled] button.success, fieldset[disabled] input[type=button].success, fieldset[disabled] input[type=submit].success, .btn.success.disabled:hover, button.success.disabled:hover, input[type=button].success.disabled:hover, input[type=submit].success.disabled:hover, .btn.success[disabled]:hover, button.success[disabled]:hover, input[type=button].success[disabled]:hover, input[type=submit].success[disabled]:hover, fieldset[disabled] .btn.success:hover, fieldset[disabled] button.success:hover, fieldset[disabled] input[type=button].success:hover, fieldset[disabled] input[type=submit].success:hover, .btn.success.disabled:focus, button.success.disabled:focus, input[type=button].success.disabled:focus, input[type=submit].success.disabled:focus, .btn.success[disabled]:focus, button.success[disabled]:focus, input[type=button].success[disabled]:focus, input[type=submit].success[disabled]:focus, fieldset[disabled] .btn.success:focus, fieldset[disabled] button.success:focus, fieldset[disabled] input[type=button].success:focus, fieldset[disabled] input[type=submit].success:focus, .btn.success.disabled:active, button.success.disabled:active, input[type=button].success.disabled:active, input[type=submit].success.disabled:active, .btn.success[disabled]:active, button.success[disabled]:active, input[type=button].success[disabled]:active, input[type=submit].success[disabled]:active, fieldset[disabled] .btn.success:active, fieldset[disabled] button.success:active, fieldset[disabled] input[type=button].success:active, fieldset[disabled] input[type=submit].success:active, .btn.success.disabled.active, button.success.disabled.active, input[type=button].success.disabled.active, input[type=submit].success.disabled.active, .btn.success[disabled].active, button.success[disabled].active, input[type=button].success[disabled].active, input[type=submit].success[disabled].active, fieldset[disabled] .btn.success.active, fieldset[disabled] button.success.active, fieldset[disabled] input[type=button].success.active, fieldset[disabled] input[type=submit].success.active, nav.pagination li>a.success.disabled, nav.pagination li>a.success[disabled], fieldset[disabled] nav.pagination li>a.success, nav.pagination li>a.success.disabled:hover, nav.pagination li>a.success[disabled]:hover, fieldset[disabled] nav.pagination li>a.success:hover, nav.pagination li>a.success.disabled:focus, nav.pagination li>a.success[disabled]:focus, fieldset[disabled] nav.pagination li>a.success:focus, nav.pagination li>a.success.disabled:active, nav.pagination li>a.success[disabled]:active, fieldset[disabled] nav.pagination li>a.success:active, nav.pagination li>a.success.disabled.active, nav.pagination li>a.success[disabled].active, fieldset[disabled] nav.pagination li>a.success.active {
	background-color: #5cb85c;
	border-color: #4eb24e
}
.btn.info, button.info, input[type=button].info, input[type=submit].info, nav.pagination li>a.info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #4ab9db
}
.btn.info:hover, button.info:hover, input[type=button].info:hover, input[type=submit].info:hover, .btn.info:focus, button.info:focus, input[type=button].info:focus, input[type=submit].info:focus, .btn.info:active, button.info:active, input[type=button].info:active, input[type=submit].info:active, .btn.info.active, button.info.active, input[type=button].info.active, input[type=submit].info.active, nav.pagination li>a.info:hover, nav.pagination li>a.info:focus, nav.pagination li>a.info:active, nav.pagination li>a.info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #279dc1
}
.btn.info:active, button.info:active, input[type=button].info:active, input[type=submit].info:active, .btn.info.active, button.info.active, input[type=button].info.active, input[type=submit].info.active, nav.pagination li>a.info:active, nav.pagination li>a.info.active {
	background-image: none
}
.btn.info.disabled, button.info.disabled, input[type=button].info.disabled, input[type=submit].info.disabled, .btn.info[disabled], button.info[disabled], input[type=button].info[disabled], input[type=submit].info[disabled], fieldset[disabled] .btn.info, fieldset[disabled] button.info, fieldset[disabled] input[type=button].info, fieldset[disabled] input[type=submit].info, .btn.info.disabled:hover, button.info.disabled:hover, input[type=button].info.disabled:hover, input[type=submit].info.disabled:hover, .btn.info[disabled]:hover, button.info[disabled]:hover, input[type=button].info[disabled]:hover, input[type=submit].info[disabled]:hover, fieldset[disabled] .btn.info:hover, fieldset[disabled] button.info:hover, fieldset[disabled] input[type=button].info:hover, fieldset[disabled] input[type=submit].info:hover, .btn.info.disabled:focus, button.info.disabled:focus, input[type=button].info.disabled:focus, input[type=submit].info.disabled:focus, .btn.info[disabled]:focus, button.info[disabled]:focus, input[type=button].info[disabled]:focus, input[type=submit].info[disabled]:focus, fieldset[disabled] .btn.info:focus, fieldset[disabled] button.info:focus, fieldset[disabled] input[type=button].info:focus, fieldset[disabled] input[type=submit].info:focus, .btn.info.disabled:active, button.info.disabled:active, input[type=button].info.disabled:active, input[type=submit].info.disabled:active, .btn.info[disabled]:active, button.info[disabled]:active, input[type=button].info[disabled]:active, input[type=submit].info[disabled]:active, fieldset[disabled] .btn.info:active, fieldset[disabled] button.info:active, fieldset[disabled] input[type=button].info:active, fieldset[disabled] input[type=submit].info:active, .btn.info.disabled.active, button.info.disabled.active, input[type=button].info.disabled.active, input[type=submit].info.disabled.active, .btn.info[disabled].active, button.info[disabled].active, input[type=button].info[disabled].active, input[type=submit].info[disabled].active, fieldset[disabled] .btn.info.active, fieldset[disabled] button.info.active, fieldset[disabled] input[type=button].info.active, fieldset[disabled] input[type=submit].info.active, nav.pagination li>a.info.disabled, nav.pagination li>a.info[disabled], fieldset[disabled] nav.pagination li>a.info, nav.pagination li>a.info.disabled:hover, nav.pagination li>a.info[disabled]:hover, fieldset[disabled] nav.pagination li>a.info:hover, nav.pagination li>a.info.disabled:focus, nav.pagination li>a.info[disabled]:focus, fieldset[disabled] nav.pagination li>a.info:focus, nav.pagination li>a.info.disabled:active, nav.pagination li>a.info[disabled]:active, fieldset[disabled] nav.pagination li>a.info:active, nav.pagination li>a.info.disabled.active, nav.pagination li>a.info[disabled].active, fieldset[disabled] nav.pagination li>a.info.active {
	background-color: #5bc0de;
	border-color: #4ab9db
}
.btn.warning, button.warning, input[type=button].warning, input[type=submit].warning, nav.pagination li>a.warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea43b
}
.btn.warning:hover, button.warning:hover, input[type=button].warning:hover, input[type=submit].warning:hover, .btn.warning:focus, button.warning:focus, input[type=button].warning:focus, input[type=submit].warning:focus, .btn.warning:active, button.warning:active, input[type=button].warning:active, input[type=submit].warning:active, .btn.warning.active, button.warning.active, input[type=button].warning.active, input[type=submit].warning.active, nav.pagination li>a.warning:hover, nav.pagination li>a.warning:focus, nav.pagination li>a.warning:active, nav.pagination li>a.warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #da8712
}
.btn.warning:active, button.warning:active, input[type=button].warning:active, input[type=submit].warning:active, .btn.warning.active, button.warning.active, input[type=button].warning.active, input[type=submit].warning.active, nav.pagination li>a.warning:active, nav.pagination li>a.warning.active {
	background-image: none
}
.btn.warning.disabled, button.warning.disabled, input[type=button].warning.disabled, input[type=submit].warning.disabled, .btn.warning[disabled], button.warning[disabled], input[type=button].warning[disabled], input[type=submit].warning[disabled], fieldset[disabled] .btn.warning, fieldset[disabled] button.warning, fieldset[disabled] input[type=button].warning, fieldset[disabled] input[type=submit].warning, .btn.warning.disabled:hover, button.warning.disabled:hover, input[type=button].warning.disabled:hover, input[type=submit].warning.disabled:hover, .btn.warning[disabled]:hover, button.warning[disabled]:hover, input[type=button].warning[disabled]:hover, input[type=submit].warning[disabled]:hover, fieldset[disabled] .btn.warning:hover, fieldset[disabled] button.warning:hover, fieldset[disabled] input[type=button].warning:hover, fieldset[disabled] input[type=submit].warning:hover, .btn.warning.disabled:focus, button.warning.disabled:focus, input[type=button].warning.disabled:focus, input[type=submit].warning.disabled:focus, .btn.warning[disabled]:focus, button.warning[disabled]:focus, input[type=button].warning[disabled]:focus, input[type=submit].warning[disabled]:focus, fieldset[disabled] .btn.warning:focus, fieldset[disabled] button.warning:focus, fieldset[disabled] input[type=button].warning:focus, fieldset[disabled] input[type=submit].warning:focus, .btn.warning.disabled:active, button.warning.disabled:active, input[type=button].warning.disabled:active, input[type=submit].warning.disabled:active, .btn.warning[disabled]:active, button.warning[disabled]:active, input[type=button].warning[disabled]:active, input[type=submit].warning[disabled]:active, fieldset[disabled] .btn.warning:active, fieldset[disabled] button.warning:active, fieldset[disabled] input[type=button].warning:active, fieldset[disabled] input[type=submit].warning:active, .btn.warning.disabled.active, button.warning.disabled.active, input[type=button].warning.disabled.active, input[type=submit].warning.disabled.active, .btn.warning[disabled].active, button.warning[disabled].active, input[type=button].warning[disabled].active, input[type=submit].warning[disabled].active, fieldset[disabled] .btn.warning.active, fieldset[disabled] button.warning.active, fieldset[disabled] input[type=button].warning.active, fieldset[disabled] input[type=submit].warning.active, nav.pagination li>a.warning.disabled, nav.pagination li>a.warning[disabled], fieldset[disabled] nav.pagination li>a.warning, nav.pagination li>a.warning.disabled:hover, nav.pagination li>a.warning[disabled]:hover, fieldset[disabled] nav.pagination li>a.warning:hover, nav.pagination li>a.warning.disabled:focus, nav.pagination li>a.warning[disabled]:focus, fieldset[disabled] nav.pagination li>a.warning:focus, nav.pagination li>a.warning.disabled:active, nav.pagination li>a.warning[disabled]:active, fieldset[disabled] nav.pagination li>a.warning:active, nav.pagination li>a.warning.disabled.active, nav.pagination li>a.warning[disabled].active, fieldset[disabled] nav.pagination li>a.warning.active {
	background-color: #f0ad4e;
	border-color: #eea43b
}
.btn.danger, button.danger, input[type=button].danger, input[type=submit].danger, nav.pagination li>a.danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d5433e
}
.btn.danger:hover, button.danger:hover, input[type=button].danger:hover, input[type=submit].danger:hover, .btn.danger:focus, button.danger:focus, input[type=button].danger:focus, input[type=submit].danger:focus, .btn.danger:active, button.danger:active, input[type=button].danger:active, input[type=submit].danger:active, .btn.danger.active, button.danger.active, input[type=button].danger.active, input[type=submit].danger.active, nav.pagination li>a.danger:hover, nav.pagination li>a.danger:focus, nav.pagination li>a.danger:active, nav.pagination li>a.danger.active {
	color: #fff;
	background-color: #c9302c;
	border-color: #b02a26
}
.btn.danger:active, button.danger:active, input[type=button].danger:active, input[type=submit].danger:active, .btn.danger.active, button.danger.active, input[type=button].danger.active, input[type=submit].danger.active, nav.pagination li>a.danger:active, nav.pagination li>a.danger.active {
	background-image: none
}
.btn.danger.disabled, button.danger.disabled, input[type=button].danger.disabled, input[type=submit].danger.disabled, .btn.danger[disabled], button.danger[disabled], input[type=button].danger[disabled], input[type=submit].danger[disabled], fieldset[disabled] .btn.danger, fieldset[disabled] button.danger, fieldset[disabled] input[type=button].danger, fieldset[disabled] input[type=submit].danger, .btn.danger.disabled:hover, button.danger.disabled:hover, input[type=button].danger.disabled:hover, input[type=submit].danger.disabled:hover, .btn.danger[disabled]:hover, button.danger[disabled]:hover, input[type=button].danger[disabled]:hover, input[type=submit].danger[disabled]:hover, fieldset[disabled] .btn.danger:hover, fieldset[disabled] button.danger:hover, fieldset[disabled] input[type=button].danger:hover, fieldset[disabled] input[type=submit].danger:hover, .btn.danger.disabled:focus, button.danger.disabled:focus, input[type=button].danger.disabled:focus, input[type=submit].danger.disabled:focus, .btn.danger[disabled]:focus, button.danger[disabled]:focus, input[type=button].danger[disabled]:focus, input[type=submit].danger[disabled]:focus, fieldset[disabled] .btn.danger:focus, fieldset[disabled] button.danger:focus, fieldset[disabled] input[type=button].danger:focus, fieldset[disabled] input[type=submit].danger:focus, .btn.danger.disabled:active, button.danger.disabled:active, input[type=button].danger.disabled:active, input[type=submit].danger.disabled:active, .btn.danger[disabled]:active, button.danger[disabled]:active, input[type=button].danger[disabled]:active, input[type=submit].danger[disabled]:active, fieldset[disabled] .btn.danger:active, fieldset[disabled] button.danger:active, fieldset[disabled] input[type=button].danger:active, fieldset[disabled] input[type=submit].danger:active, .btn.danger.disabled.active, button.danger.disabled.active, input[type=button].danger.disabled.active, input[type=submit].danger.disabled.active, .btn.danger[disabled].active, button.danger[disabled].active, input[type=button].danger[disabled].active, input[type=submit].danger[disabled].active, fieldset[disabled] .btn.danger.active, fieldset[disabled] button.danger.active, fieldset[disabled] input[type=button].danger.active, fieldset[disabled] input[type=submit].danger.active, nav.pagination li>a.danger.disabled, nav.pagination li>a.danger[disabled], fieldset[disabled] nav.pagination li>a.danger, nav.pagination li>a.danger.disabled:hover, nav.pagination li>a.danger[disabled]:hover, fieldset[disabled] nav.pagination li>a.danger:hover, nav.pagination li>a.danger.disabled:focus, nav.pagination li>a.danger[disabled]:focus, fieldset[disabled] nav.pagination li>a.danger:focus, nav.pagination li>a.danger.disabled:active, nav.pagination li>a.danger[disabled]:active, fieldset[disabled] nav.pagination li>a.danger:active, nav.pagination li>a.danger.disabled.active, nav.pagination li>a.danger[disabled].active, fieldset[disabled] nav.pagination li>a.danger.active {
	background-color: #d9534f;
	border-color: #d5433e
}
.btn.btn-blue, button.btn-blue, input[type=button].btn-blue, input[type=submit].btn-blue, nav.pagination li>a.btn-blue {
	color: #fff;
	background-color: #0bb2d7;
	border-color: #0aa2c4
}
.btn.btn-blue:hover, button.btn-blue:hover, input[type=button].btn-blue:hover, input[type=submit].btn-blue:hover, .btn.btn-blue:focus, button.btn-blue:focus, input[type=button].btn-blue:focus, input[type=submit].btn-blue:focus, .btn.btn-blue:active, button.btn-blue:active, input[type=button].btn-blue:active, input[type=submit].btn-blue:active, .btn.btn-blue.active, button.btn-blue.active, input[type=button].btn-blue.active, input[type=submit].btn-blue.active, nav.pagination li>a.btn-blue:hover, nav.pagination li>a.btn-blue:focus, nav.pagination li>a.btn-blue:active, nav.pagination li>a.btn-blue.active {
	color: #fff;
	background-color: #098aa6;
	border-color: #077289
}
.btn.btn-blue:active, button.btn-blue:active, input[type=button].btn-blue:active, input[type=submit].btn-blue:active, .btn.btn-blue.active, button.btn-blue.active, input[type=button].btn-blue.active, input[type=submit].btn-blue.active, nav.pagination li>a.btn-blue:active, nav.pagination li>a.btn-blue.active {
	background-image: none
}
.btn.btn-blue.disabled, button.btn-blue.disabled, input[type=button].btn-blue.disabled, input[type=submit].btn-blue.disabled, .btn.btn-blue[disabled], button.btn-blue[disabled], input[type=button].btn-blue[disabled], input[type=submit].btn-blue[disabled], fieldset[disabled] .btn.btn-blue, fieldset[disabled] button.btn-blue, fieldset[disabled] input[type=button].btn-blue, fieldset[disabled] input[type=submit].btn-blue, .btn.btn-blue.disabled:hover, button.btn-blue.disabled:hover, input[type=button].btn-blue.disabled:hover, input[type=submit].btn-blue.disabled:hover, .btn.btn-blue[disabled]:hover, button.btn-blue[disabled]:hover, input[type=button].btn-blue[disabled]:hover, input[type=submit].btn-blue[disabled]:hover, fieldset[disabled] .btn.btn-blue:hover, fieldset[disabled] button.btn-blue:hover, fieldset[disabled] input[type=button].btn-blue:hover, fieldset[disabled] input[type=submit].btn-blue:hover, .btn.btn-blue.disabled:focus, button.btn-blue.disabled:focus, input[type=button].btn-blue.disabled:focus, input[type=submit].btn-blue.disabled:focus, .btn.btn-blue[disabled]:focus, button.btn-blue[disabled]:focus, input[type=button].btn-blue[disabled]:focus, input[type=submit].btn-blue[disabled]:focus, fieldset[disabled] .btn.btn-blue:focus, fieldset[disabled] button.btn-blue:focus, fieldset[disabled] input[type=button].btn-blue:focus, fieldset[disabled] input[type=submit].btn-blue:focus, .btn.btn-blue.disabled:active, button.btn-blue.disabled:active, input[type=button].btn-blue.disabled:active, input[type=submit].btn-blue.disabled:active, .btn.btn-blue[disabled]:active, button.btn-blue[disabled]:active, input[type=button].btn-blue[disabled]:active, input[type=submit].btn-blue[disabled]:active, fieldset[disabled] .btn.btn-blue:active, fieldset[disabled] button.btn-blue:active, fieldset[disabled] input[type=button].btn-blue:active, fieldset[disabled] input[type=submit].btn-blue:active, .btn.btn-blue.disabled.active, button.btn-blue.disabled.active, input[type=button].btn-blue.disabled.active, input[type=submit].btn-blue.disabled.active, .btn.btn-blue[disabled].active, button.btn-blue[disabled].active, input[type=button].btn-blue[disabled].active, input[type=submit].btn-blue[disabled].active, fieldset[disabled] .btn.btn-blue.active, fieldset[disabled] button.btn-blue.active, fieldset[disabled] input[type=button].btn-blue.active, fieldset[disabled] input[type=submit].btn-blue.active, nav.pagination li>a.btn-blue.disabled, nav.pagination li>a.btn-blue[disabled], fieldset[disabled] nav.pagination li>a.btn-blue, nav.pagination li>a.btn-blue.disabled:hover, nav.pagination li>a.btn-blue[disabled]:hover, fieldset[disabled] nav.pagination li>a.btn-blue:hover, nav.pagination li>a.btn-blue.disabled:focus, nav.pagination li>a.btn-blue[disabled]:focus, fieldset[disabled] nav.pagination li>a.btn-blue:focus, nav.pagination li>a.btn-blue.disabled:active, nav.pagination li>a.btn-blue[disabled]:active, fieldset[disabled] nav.pagination li>a.btn-blue:active, nav.pagination li>a.btn-blue.disabled.active, nav.pagination li>a.btn-blue[disabled].active, fieldset[disabled] nav.pagination li>a.btn-blue.active {
	background-color: #0bb2d7;
	border-color: #0aa2c4
}
.btn.btn-purple, button.btn-purple, input[type=button].btn-purple, input[type=submit].btn-purple, nav.pagination li>a.btn-purple {
	color: #fff;
	background-color: #582e87;
	border-color: #4e2978
}
.btn.btn-purple:hover, button.btn-purple:hover, input[type=button].btn-purple:hover, input[type=submit].btn-purple:hover, .btn.btn-purple:focus, button.btn-purple:focus, input[type=button].btn-purple:focus, input[type=submit].btn-purple:focus, .btn.btn-purple:active, button.btn-purple:active, input[type=button].btn-purple:active, input[type=submit].btn-purple:active, .btn.btn-purple.active, button.btn-purple.active, input[type=button].btn-purple.active, input[type=submit].btn-purple.active, nav.pagination li>a.btn-purple:hover, nav.pagination li>a.btn-purple:focus, nav.pagination li>a.btn-purple:active, nav.pagination li>a.btn-purple.active {
	color: #fff;
	background-color: #3f2161;
	border-color: #30194a
}
.btn.btn-purple:active, button.btn-purple:active, input[type=button].btn-purple:active, input[type=submit].btn-purple:active, .btn.btn-purple.active, button.btn-purple.active, input[type=button].btn-purple.active, input[type=submit].btn-purple.active, nav.pagination li>a.btn-purple:active, nav.pagination li>a.btn-purple.active {
	background-image: none
}
.btn.btn-purple.disabled, button.btn-purple.disabled, input[type=button].btn-purple.disabled, input[type=submit].btn-purple.disabled, .btn.btn-purple[disabled], button.btn-purple[disabled], input[type=button].btn-purple[disabled], input[type=submit].btn-purple[disabled], fieldset[disabled] .btn.btn-purple, fieldset[disabled] button.btn-purple, fieldset[disabled] input[type=button].btn-purple, fieldset[disabled] input[type=submit].btn-purple, .btn.btn-purple.disabled:hover, button.btn-purple.disabled:hover, input[type=button].btn-purple.disabled:hover, input[type=submit].btn-purple.disabled:hover, .btn.btn-purple[disabled]:hover, button.btn-purple[disabled]:hover, input[type=button].btn-purple[disabled]:hover, input[type=submit].btn-purple[disabled]:hover, fieldset[disabled] .btn.btn-purple:hover, fieldset[disabled] button.btn-purple:hover, fieldset[disabled] input[type=button].btn-purple:hover, fieldset[disabled] input[type=submit].btn-purple:hover, .btn.btn-purple.disabled:focus, button.btn-purple.disabled:focus, input[type=button].btn-purple.disabled:focus, input[type=submit].btn-purple.disabled:focus, .btn.btn-purple[disabled]:focus, button.btn-purple[disabled]:focus, input[type=button].btn-purple[disabled]:focus, input[type=submit].btn-purple[disabled]:focus, fieldset[disabled] .btn.btn-purple:focus, fieldset[disabled] button.btn-purple:focus, fieldset[disabled] input[type=button].btn-purple:focus, fieldset[disabled] input[type=submit].btn-purple:focus, .btn.btn-purple.disabled:active, button.btn-purple.disabled:active, input[type=button].btn-purple.disabled:active, input[type=submit].btn-purple.disabled:active, .btn.btn-purple[disabled]:active, button.btn-purple[disabled]:active, input[type=button].btn-purple[disabled]:active, input[type=submit].btn-purple[disabled]:active, fieldset[disabled] .btn.btn-purple:active, fieldset[disabled] button.btn-purple:active, fieldset[disabled] input[type=button].btn-purple:active, fieldset[disabled] input[type=submit].btn-purple:active, .btn.btn-purple.disabled.active, button.btn-purple.disabled.active, input[type=button].btn-purple.disabled.active, input[type=submit].btn-purple.disabled.active, .btn.btn-purple[disabled].active, button.btn-purple[disabled].active, input[type=button].btn-purple[disabled].active, input[type=submit].btn-purple[disabled].active, fieldset[disabled] .btn.btn-purple.active, fieldset[disabled] button.btn-purple.active, fieldset[disabled] input[type=button].btn-purple.active, fieldset[disabled] input[type=submit].btn-purple.active, nav.pagination li>a.btn-purple.disabled, nav.pagination li>a.btn-purple[disabled], fieldset[disabled] nav.pagination li>a.btn-purple, nav.pagination li>a.btn-purple.disabled:hover, nav.pagination li>a.btn-purple[disabled]:hover, fieldset[disabled] nav.pagination li>a.btn-purple:hover, nav.pagination li>a.btn-purple.disabled:focus, nav.pagination li>a.btn-purple[disabled]:focus, fieldset[disabled] nav.pagination li>a.btn-purple:focus, nav.pagination li>a.btn-purple.disabled:active, nav.pagination li>a.btn-purple[disabled]:active, fieldset[disabled] nav.pagination li>a.btn-purple:active, nav.pagination li>a.btn-purple.disabled.active, nav.pagination li>a.btn-purple[disabled].active, fieldset[disabled] nav.pagination li>a.btn-purple.active {
	background-color: #582e87;
	border-color: #4e2978
}
.btn.btn-orange, button.btn-orange, input[type=button].btn-orange, input[type=submit].btn-orange, nav.pagination li>a.btn-orange {
	color: #fff;
	background-color: #f59322;
	border-color: #f4890e
}
.btn.btn-orange:hover, button.btn-orange:hover, input[type=button].btn-orange:hover, input[type=submit].btn-orange:hover, .btn.btn-orange:focus, button.btn-orange:focus, input[type=button].btn-orange:focus, input[type=submit].btn-orange:focus, .btn.btn-orange:active, button.btn-orange:active, input[type=button].btn-orange:active, input[type=submit].btn-orange:active, .btn.btn-orange.active, button.btn-orange.active, input[type=button].btn-orange.active, input[type=submit].btn-orange.active, nav.pagination li>a.btn-orange:hover, nav.pagination li>a.btn-orange:focus, nav.pagination li>a.btn-orange:active, nav.pagination li>a.btn-orange.active {
	color: #fff;
	background-color: #da790a;
	border-color: #bd6909
}
.btn.btn-orange:active, button.btn-orange:active, input[type=button].btn-orange:active, input[type=submit].btn-orange:active, .btn.btn-orange.active, button.btn-orange.active, input[type=button].btn-orange.active, input[type=submit].btn-orange.active, nav.pagination li>a.btn-orange:active, nav.pagination li>a.btn-orange.active {
	background-image: none
}
.btn.btn-orange.disabled, button.btn-orange.disabled, input[type=button].btn-orange.disabled, input[type=submit].btn-orange.disabled, .btn.btn-orange[disabled], button.btn-orange[disabled], input[type=button].btn-orange[disabled], input[type=submit].btn-orange[disabled], fieldset[disabled] .btn.btn-orange, fieldset[disabled] button.btn-orange, fieldset[disabled] input[type=button].btn-orange, fieldset[disabled] input[type=submit].btn-orange, .btn.btn-orange.disabled:hover, button.btn-orange.disabled:hover, input[type=button].btn-orange.disabled:hover, input[type=submit].btn-orange.disabled:hover, .btn.btn-orange[disabled]:hover, button.btn-orange[disabled]:hover, input[type=button].btn-orange[disabled]:hover, input[type=submit].btn-orange[disabled]:hover, fieldset[disabled] .btn.btn-orange:hover, fieldset[disabled] button.btn-orange:hover, fieldset[disabled] input[type=button].btn-orange:hover, fieldset[disabled] input[type=submit].btn-orange:hover, .btn.btn-orange.disabled:focus, button.btn-orange.disabled:focus, input[type=button].btn-orange.disabled:focus, input[type=submit].btn-orange.disabled:focus, .btn.btn-orange[disabled]:focus, button.btn-orange[disabled]:focus, input[type=button].btn-orange[disabled]:focus, input[type=submit].btn-orange[disabled]:focus, fieldset[disabled] .btn.btn-orange:focus, fieldset[disabled] button.btn-orange:focus, fieldset[disabled] input[type=button].btn-orange:focus, fieldset[disabled] input[type=submit].btn-orange:focus, .btn.btn-orange.disabled:active, button.btn-orange.disabled:active, input[type=button].btn-orange.disabled:active, input[type=submit].btn-orange.disabled:active, .btn.btn-orange[disabled]:active, button.btn-orange[disabled]:active, input[type=button].btn-orange[disabled]:active, input[type=submit].btn-orange[disabled]:active, fieldset[disabled] .btn.btn-orange:active, fieldset[disabled] button.btn-orange:active, fieldset[disabled] input[type=button].btn-orange:active, fieldset[disabled] input[type=submit].btn-orange:active, .btn.btn-orange.disabled.active, button.btn-orange.disabled.active, input[type=button].btn-orange.disabled.active, input[type=submit].btn-orange.disabled.active, .btn.btn-orange[disabled].active, button.btn-orange[disabled].active, input[type=button].btn-orange[disabled].active, input[type=submit].btn-orange[disabled].active, fieldset[disabled] .btn.btn-orange.active, fieldset[disabled] button.btn-orange.active, fieldset[disabled] input[type=button].btn-orange.active, fieldset[disabled] input[type=submit].btn-orange.active, nav.pagination li>a.btn-orange.disabled, nav.pagination li>a.btn-orange[disabled], fieldset[disabled] nav.pagination li>a.btn-orange, nav.pagination li>a.btn-orange.disabled:hover, nav.pagination li>a.btn-orange[disabled]:hover, fieldset[disabled] nav.pagination li>a.btn-orange:hover, nav.pagination li>a.btn-orange.disabled:focus, nav.pagination li>a.btn-orange[disabled]:focus, fieldset[disabled] nav.pagination li>a.btn-orange:focus, nav.pagination li>a.btn-orange.disabled:active, nav.pagination li>a.btn-orange[disabled]:active, fieldset[disabled] nav.pagination li>a.btn-orange:active, nav.pagination li>a.btn-orange.disabled.active, nav.pagination li>a.btn-orange[disabled].active, fieldset[disabled] nav.pagination li>a.btn-orange.active {
	background-color: #f59322;
	border-color: #f4890e
}
.btn.btn-pink, button.btn-pink, input[type=button].btn-pink, input[type=submit].btn-pink, nav.pagination li>a.btn-pink {
	color: #fff;
	background-color: #e1289d;
	border-color: #d71e93
}
.btn.btn-pink:hover, button.btn-pink:hover, input[type=button].btn-pink:hover, input[type=submit].btn-pink:hover, .btn.btn-pink:focus, button.btn-pink:focus, input[type=button].btn-pink:focus, input[type=submit].btn-pink:focus, .btn.btn-pink:active, button.btn-pink:active, input[type=button].btn-pink:active, input[type=submit].btn-pink:active, .btn.btn-pink.active, button.btn-pink.active, input[type=button].btn-pink.active, input[type=submit].btn-pink.active, nav.pagination li>a.btn-pink:hover, nav.pagination li>a.btn-pink:focus, nav.pagination li>a.btn-pink:active, nav.pagination li>a.btn-pink.active {
	color: #fff;
	background-color: #bc1a80;
	border-color: #a1166e
}
.btn.btn-pink:active, button.btn-pink:active, input[type=button].btn-pink:active, input[type=submit].btn-pink:active, .btn.btn-pink.active, button.btn-pink.active, input[type=button].btn-pink.active, input[type=submit].btn-pink.active, nav.pagination li>a.btn-pink:active, nav.pagination li>a.btn-pink.active {
	background-image: none
}
.btn.btn-pink.disabled, button.btn-pink.disabled, input[type=button].btn-pink.disabled, input[type=submit].btn-pink.disabled, .btn.btn-pink[disabled], button.btn-pink[disabled], input[type=button].btn-pink[disabled], input[type=submit].btn-pink[disabled], fieldset[disabled] .btn.btn-pink, fieldset[disabled] button.btn-pink, fieldset[disabled] input[type=button].btn-pink, fieldset[disabled] input[type=submit].btn-pink, .btn.btn-pink.disabled:hover, button.btn-pink.disabled:hover, input[type=button].btn-pink.disabled:hover, input[type=submit].btn-pink.disabled:hover, .btn.btn-pink[disabled]:hover, button.btn-pink[disabled]:hover, input[type=button].btn-pink[disabled]:hover, input[type=submit].btn-pink[disabled]:hover, fieldset[disabled] .btn.btn-pink:hover, fieldset[disabled] button.btn-pink:hover, fieldset[disabled] input[type=button].btn-pink:hover, fieldset[disabled] input[type=submit].btn-pink:hover, .btn.btn-pink.disabled:focus, button.btn-pink.disabled:focus, input[type=button].btn-pink.disabled:focus, input[type=submit].btn-pink.disabled:focus, .btn.btn-pink[disabled]:focus, button.btn-pink[disabled]:focus, input[type=button].btn-pink[disabled]:focus, input[type=submit].btn-pink[disabled]:focus, fieldset[disabled] .btn.btn-pink:focus, fieldset[disabled] button.btn-pink:focus, fieldset[disabled] input[type=button].btn-pink:focus, fieldset[disabled] input[type=submit].btn-pink:focus, .btn.btn-pink.disabled:active, button.btn-pink.disabled:active, input[type=button].btn-pink.disabled:active, input[type=submit].btn-pink.disabled:active, .btn.btn-pink[disabled]:active, button.btn-pink[disabled]:active, input[type=button].btn-pink[disabled]:active, input[type=submit].btn-pink[disabled]:active, fieldset[disabled] .btn.btn-pink:active, fieldset[disabled] button.btn-pink:active, fieldset[disabled] input[type=button].btn-pink:active, fieldset[disabled] input[type=submit].btn-pink:active, .btn.btn-pink.disabled.active, button.btn-pink.disabled.active, input[type=button].btn-pink.disabled.active, input[type=submit].btn-pink.disabled.active, .btn.btn-pink[disabled].active, button.btn-pink[disabled].active, input[type=button].btn-pink[disabled].active, input[type=submit].btn-pink[disabled].active, fieldset[disabled] .btn.btn-pink.active, fieldset[disabled] button.btn-pink.active, fieldset[disabled] input[type=button].btn-pink.active, fieldset[disabled] input[type=submit].btn-pink.active, nav.pagination li>a.btn-pink.disabled, nav.pagination li>a.btn-pink[disabled], fieldset[disabled] nav.pagination li>a.btn-pink, nav.pagination li>a.btn-pink.disabled:hover, nav.pagination li>a.btn-pink[disabled]:hover, fieldset[disabled] nav.pagination li>a.btn-pink:hover, nav.pagination li>a.btn-pink.disabled:focus, nav.pagination li>a.btn-pink[disabled]:focus, fieldset[disabled] nav.pagination li>a.btn-pink:focus, nav.pagination li>a.btn-pink.disabled:active, nav.pagination li>a.btn-pink[disabled]:active, fieldset[disabled] nav.pagination li>a.btn-pink:active, nav.pagination li>a.btn-pink.disabled.active, nav.pagination li>a.btn-pink[disabled].active, fieldset[disabled] nav.pagination li>a.btn-pink.active {
	background-color: #e1289d;
	border-color: #d71e93
}
.btn.btn-green, button.btn-green, input[type=button].btn-green, input[type=submit].btn-green, nav.pagination li>a.btn-green {
	color: #fff;
	background-color: #87ad1c;
	border-color: #799b19
}
.btn.btn-green:hover, button.btn-green:hover, input[type=button].btn-green:hover, input[type=submit].btn-green:hover, .btn.btn-green:focus, button.btn-green:focus, input[type=button].btn-green:focus, input[type=submit].btn-green:focus, .btn.btn-green:active, button.btn-green:active, input[type=button].btn-green:active, input[type=submit].btn-green:active, .btn.btn-green.active, button.btn-green.active, input[type=button].btn-green.active, input[type=submit].btn-green.active, nav.pagination li>a.btn-green:hover, nav.pagination li>a.btn-green:focus, nav.pagination li>a.btn-green:active, nav.pagination li>a.btn-green.active {
	color: #fff;
	background-color: #658115;
	border-color: #506711
}
.btn.btn-green:active, button.btn-green:active, input[type=button].btn-green:active, input[type=submit].btn-green:active, .btn.btn-green.active, button.btn-green.active, input[type=button].btn-green.active, input[type=submit].btn-green.active, nav.pagination li>a.btn-green:active, nav.pagination li>a.btn-green.active {
	background-image: none
}
.btn.btn-green.disabled, button.btn-green.disabled, input[type=button].btn-green.disabled, input[type=submit].btn-green.disabled, .btn.btn-green[disabled], button.btn-green[disabled], input[type=button].btn-green[disabled], input[type=submit].btn-green[disabled], fieldset[disabled] .btn.btn-green, fieldset[disabled] button.btn-green, fieldset[disabled] input[type=button].btn-green, fieldset[disabled] input[type=submit].btn-green, .btn.btn-green.disabled:hover, button.btn-green.disabled:hover, input[type=button].btn-green.disabled:hover, input[type=submit].btn-green.disabled:hover, .btn.btn-green[disabled]:hover, button.btn-green[disabled]:hover, input[type=button].btn-green[disabled]:hover, input[type=submit].btn-green[disabled]:hover, fieldset[disabled] .btn.btn-green:hover, fieldset[disabled] button.btn-green:hover, fieldset[disabled] input[type=button].btn-green:hover, fieldset[disabled] input[type=submit].btn-green:hover, .btn.btn-green.disabled:focus, button.btn-green.disabled:focus, input[type=button].btn-green.disabled:focus, input[type=submit].btn-green.disabled:focus, .btn.btn-green[disabled]:focus, button.btn-green[disabled]:focus, input[type=button].btn-green[disabled]:focus, input[type=submit].btn-green[disabled]:focus, fieldset[disabled] .btn.btn-green:focus, fieldset[disabled] button.btn-green:focus, fieldset[disabled] input[type=button].btn-green:focus, fieldset[disabled] input[type=submit].btn-green:focus, .btn.btn-green.disabled:active, button.btn-green.disabled:active, input[type=button].btn-green.disabled:active, input[type=submit].btn-green.disabled:active, .btn.btn-green[disabled]:active, button.btn-green[disabled]:active, input[type=button].btn-green[disabled]:active, input[type=submit].btn-green[disabled]:active, fieldset[disabled] .btn.btn-green:active, fieldset[disabled] button.btn-green:active, fieldset[disabled] input[type=button].btn-green:active, fieldset[disabled] input[type=submit].btn-green:active, .btn.btn-green.disabled.active, button.btn-green.disabled.active, input[type=button].btn-green.disabled.active, input[type=submit].btn-green.disabled.active, .btn.btn-green[disabled].active, button.btn-green[disabled].active, input[type=button].btn-green[disabled].active, input[type=submit].btn-green[disabled].active, fieldset[disabled] .btn.btn-green.active, fieldset[disabled] button.btn-green.active, fieldset[disabled] input[type=button].btn-green.active, fieldset[disabled] input[type=submit].btn-green.active, nav.pagination li>a.btn-green.disabled, nav.pagination li>a.btn-green[disabled], fieldset[disabled] nav.pagination li>a.btn-green, nav.pagination li>a.btn-green.disabled:hover, nav.pagination li>a.btn-green[disabled]:hover, fieldset[disabled] nav.pagination li>a.btn-green:hover, nav.pagination li>a.btn-green.disabled:focus, nav.pagination li>a.btn-green[disabled]:focus, fieldset[disabled] nav.pagination li>a.btn-green:focus, nav.pagination li>a.btn-green.disabled:active, nav.pagination li>a.btn-green[disabled]:active, fieldset[disabled] nav.pagination li>a.btn-green:active, nav.pagination li>a.btn-green.disabled.active, nav.pagination li>a.btn-green[disabled].active, fieldset[disabled] nav.pagination li>a.btn-green.active {
	background-color: #87ad1c;
	border-color: #799b19
}
.btn.lg, button.lg, input[type=button].lg, input[type=submit].lg, nav.pagination li>a.lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 4px
}
.btn.sm, button.sm, input[type=button].sm, input[type=submit].sm, nav.pagination li>a.sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px
}
.btn.xs, button.xs, input[type=button].xs, input[type=submit].xs, nav.pagination li>a.xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px
}
.btn.link, button.link, input[type=button].link, input[type=submit].link, nav.pagination li>a.link, #mobile-menu-toggle {
	color: #582e87;
	background-color: transparent;
	border-color: transparent;
	font-weight: 300;
	border-radius: 0
}
.btn.link:hover, button.link:hover, input[type=button].link:hover, input[type=submit].link:hover, .btn.link:focus, button.link:focus, input[type=button].link:focus, input[type=submit].link:focus, .btn.link:active, button.link:active, input[type=button].link:active, input[type=submit].link:active, .btn.link.active, button.link.active, input[type=button].link.active, input[type=submit].link.active, nav.pagination li>a.link:hover, nav.pagination li>a.link:focus, nav.pagination li>a.link:active, nav.pagination li>a.link.active, #mobile-menu-toggle:hover, #mobile-menu-toggle:focus, #mobile-menu-toggle:active, #mobile-menu-toggle.active {
	color: #582e87;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0)
}
.btn.link:active, button.link:active, input[type=button].link:active, input[type=submit].link:active, .btn.link.active, button.link.active, input[type=button].link.active, input[type=submit].link.active, nav.pagination li>a.link:active, nav.pagination li>a.link.active, #mobile-menu-toggle:active, #mobile-menu-toggle.active {
	background-image: none
}
.btn.link.disabled, button.link.disabled, input[type=button].link.disabled, input[type=submit].link.disabled, .btn.link[disabled], button.link[disabled], input[type=button].link[disabled], input[type=submit].link[disabled], fieldset[disabled] .btn.link, fieldset[disabled] button.link, fieldset[disabled] input[type=button].link, fieldset[disabled] input[type=submit].link, .btn.link.disabled:hover, button.link.disabled:hover, input[type=button].link.disabled:hover, input[type=submit].link.disabled:hover, .btn.link[disabled]:hover, button.link[disabled]:hover, input[type=button].link[disabled]:hover, input[type=submit].link[disabled]:hover, fieldset[disabled] .btn.link:hover, fieldset[disabled] button.link:hover, fieldset[disabled] input[type=button].link:hover, fieldset[disabled] input[type=submit].link:hover, .btn.link.disabled:focus, button.link.disabled:focus, input[type=button].link.disabled:focus, input[type=submit].link.disabled:focus, .btn.link[disabled]:focus, button.link[disabled]:focus, input[type=button].link[disabled]:focus, input[type=submit].link[disabled]:focus, fieldset[disabled] .btn.link:focus, fieldset[disabled] button.link:focus, fieldset[disabled] input[type=button].link:focus, fieldset[disabled] input[type=submit].link:focus, .btn.link.disabled:active, button.link.disabled:active, input[type=button].link.disabled:active, input[type=submit].link.disabled:active, .btn.link[disabled]:active, button.link[disabled]:active, input[type=button].link[disabled]:active, input[type=submit].link[disabled]:active, fieldset[disabled] .btn.link:active, fieldset[disabled] button.link:active, fieldset[disabled] input[type=button].link:active, fieldset[disabled] input[type=submit].link:active, .btn.link.disabled.active, button.link.disabled.active, input[type=button].link.disabled.active, input[type=submit].link.disabled.active, .btn.link[disabled].active, button.link[disabled].active, input[type=button].link[disabled].active, input[type=submit].link[disabled].active, fieldset[disabled] .btn.link.active, fieldset[disabled] button.link.active, fieldset[disabled] input[type=button].link.active, fieldset[disabled] input[type=submit].link.active, nav.pagination li>a.link.disabled, nav.pagination li>a.link[disabled], fieldset[disabled] nav.pagination li>a.link, nav.pagination li>a.link.disabled:hover, nav.pagination li>a.link[disabled]:hover, fieldset[disabled] nav.pagination li>a.link:hover, nav.pagination li>a.link.disabled:focus, nav.pagination li>a.link[disabled]:focus, fieldset[disabled] nav.pagination li>a.link:focus, nav.pagination li>a.link.disabled:active, nav.pagination li>a.link[disabled]:active, fieldset[disabled] nav.pagination li>a.link:active, nav.pagination li>a.link.disabled.active, nav.pagination li>a.link[disabled].active, fieldset[disabled] nav.pagination li>a.link.active, #mobile-menu-toggle.disabled, #mobile-menu-toggle[disabled], fieldset[disabled] #mobile-menu-toggle, #mobile-menu-toggle.disabled:hover, #mobile-menu-toggle[disabled]:hover, fieldset[disabled] #mobile-menu-toggle:hover, #mobile-menu-toggle.disabled:focus, #mobile-menu-toggle[disabled]:focus, fieldset[disabled] #mobile-menu-toggle:focus, #mobile-menu-toggle.disabled:active, #mobile-menu-toggle[disabled]:active, fieldset[disabled] #mobile-menu-toggle:active, #mobile-menu-toggle.disabled.active, #mobile-menu-toggle[disabled].active, fieldset[disabled] #mobile-menu-toggle.active {
	background-color: transparent;
	border-color: transparent
}
.btn.link:hover, button.link:hover, input[type=button].link:hover, input[type=submit].link:hover, .btn.link:focus, button.link:focus, input[type=button].link:focus, input[type=submit].link:focus, .btn.link:active, button.link:active, input[type=button].link:active, input[type=submit].link:active, .btn.link.active, button.link.active, input[type=button].link.active, input[type=submit].link.active, nav.pagination li>a.link:hover, nav.pagination li>a.link:focus, nav.pagination li>a.link:active, nav.pagination li>a.link.active, #mobile-menu-toggle:hover, #mobile-menu-toggle:focus, #mobile-menu-toggle:active, #mobile-menu-toggle.active {
	background-color: transparent;
	border-color: transparent
}
.btn.link:hover, button.link:hover, input[type=button].link:hover, input[type=submit].link:hover, .btn.link:focus, button.link:focus, input[type=button].link:focus, input[type=submit].link:focus, nav.pagination li>a.link:hover, nav.pagination li>a.link:focus, #mobile-menu-toggle:hover, #mobile-menu-toggle:focus {
	color: #331b4e
}
.btn.link:active, button.link:active, input[type=button].link:active, input[type=submit].link:active, .btn.link.active, button.link.active, input[type=button].link.active, input[type=submit].link.active, nav.pagination li>a.link:active, nav.pagination li>a.link.active, #mobile-menu-toggle:active, #mobile-menu-toggle.active {
	box-shadow: none
}
.btn.link[disabled]:hover, button.link[disabled]:hover, input[type=button].link[disabled]:hover, input[type=submit].link[disabled]:hover, fieldset[disabled] .btn.link:hover, fieldset[disabled] button.link:hover, fieldset[disabled] input[type=button].link:hover, fieldset[disabled] input[type=submit].link:hover, .btn.link[disabled]:focus, button.link[disabled]:focus, input[type=button].link[disabled]:focus, input[type=submit].link[disabled]:focus, fieldset[disabled] .btn.link:focus, fieldset[disabled] button.link:focus, fieldset[disabled] input[type=button].link:focus, fieldset[disabled] input[type=submit].link:focus, nav.pagination li>a.link[disabled]:hover, fieldset[disabled] nav.pagination li>a.link:hover, nav.pagination li>a.link[disabled]:focus, fieldset[disabled] nav.pagination li>a.link:focus, #mobile-menu-toggle[disabled]:hover, fieldset[disabled] #mobile-menu-toggle:hover, #mobile-menu-toggle[disabled]:focus, fieldset[disabled] #mobile-menu-toggle:focus {
	color: #aaa
}
@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff !important
}
table {
	border-collapse: collapse !important
}
table td, table th {
	background-color: #fff !important
}
table.bordered th, table.bordered td {
	border: 1px solid #ddd !important
}
}
.alert, #main .gform_wrapper .validation_error {
	padding: 12px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 3px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert a {
	font-weight: bold
}
.alert a:hover {
	text-decoration: underline
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert.success {
	background-color: #eff8ef;
	border-color: #def1de;
	color: #5cb85c
}
.alert.success hr {
	border-top-color: #cde9cd
}
.alert.success .alert-link {
	color: #449d44
}
.alert.info {
	background-color: #eff9fc;
	border-color: #def2f8;
	color: #5bc0de
}
.alert.info hr {
	border-top-color: #c9eaf4
}
.alert.info .alert-link {
	color: #31b0d5
}
.alert.warning {
	background-color: #fef7ed;
	border-color: #fcefdc;
	color: #f0ad4e
}
.alert.warning hr {
	border-top-color: #fae4c4
}
.alert.warning .alert-link {
	color: #ec971f
}
.alert.danger, #main .gform_wrapper .validation_error {
	background-color: #fbeeed;
	border-color: #f7dddc;
	color: #d9534f
}
.alert.danger hr, #main .gform_wrapper .validation_error hr {
	border-top-color: #f3c8c7
}
.alert.danger .alert-link, #main .gform_wrapper .validation_error .alert-link {
	color: #c9302c
}
#main .gform_wrapper {
	margin: 0 0 15px;
	max-width: none
}
#main .gform_wrapper:before, #main .gform_wrapper:after {
	content: " ";
	display: table
}
#main .gform_wrapper:after {
	clear: both
}
#main .gform_wrapper:before, #main .gform_wrapper:after {
	content: " ";
	display: table
}
#main .gform_wrapper:after {
	clear: both
}
@media (min-width:768px) {
#main .gform_wrapper.two-column_wrapper .gform_body {
	margin-left: -15px;
	margin-right: -15px
}
#main .gform_wrapper.two-column_wrapper .gform_body:before, #main .gform_wrapper.two-column_wrapper .gform_body:after {
	content: " ";
	display: table
}
#main .gform_wrapper.two-column_wrapper .gform_body:after {
	clear: both
}
#main .gform_wrapper.two-column_wrapper .gform_body:before, #main .gform_wrapper.two-column_wrapper .gform_body:after {
	content: " ";
	display: table
}
#main .gform_wrapper.two-column_wrapper .gform_body:after {
	clear: both
}
}
@media (min-width:768px) {
#main .gform_wrapper.two-column_wrapper .gform_column {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}
}
#main .gform_wrapper.two-column_wrapper .gsection.gfrom_column, #main .gform_wrapper.two-column_wrapper .gsection.empty {
	display: none
}
#main .gform_wrapper.two-column_wrapper .gform_footer.left_label {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0
}
#main .gform_wrapper .gsection {
	margin: 50px 0 0
}
#main .gform_wrapper .gsection:first-child {
	margin-top: 0
}
#main .gform_wrapper input.large select.large, #main .gform_wrapper textarea.textarea {
	width: 100%
}
#main .gform_wrapper .top_label li.gfield.gf_left_half, #main .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 49.5%
}
#main .gform_wrapper .top_label li.gfield.gf_left_half input.medium, #main .gform_wrapper .top_label li.gfield.gf_right_half input.medium, #main .gform_wrapper .top_label li.gfield.gf_left_half input.large, #main .gform_wrapper .top_label li.gfield.gf_right_half input.large, #main .gform_wrapper .top_label li.gfield.gf_left_half select.medium, #main .gform_wrapper .top_label li.gfield.gf_right_half select.medium, #main .gform_wrapper .top_label li.gfield.gf_left_half select.large, #main .gform_wrapper .top_label li.gfield.gf_right_half select.large {
	width: 100%
}
#main .gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 1%
}
#main .gform_wrapper .top_label input.large, #main .gform_wrapper .top_label select.large, #main .gform_wrapper .top_label textarea.textarea {
	width: 100%
}
#main .gform_wrapper .top_label .gfield_label {
	margin-bottom: 0
}
#main .gform_wrapper .ginput_complex .ginput_right {
	margin-left: 1%
}
#main .gform_wrapper .ginput_complex .ginput_full, #main .gform_wrapper .ginput_complex .ginput_right, #main .gform_wrapper .ginput_complex .ginput_left {
	width: 49.5%
}
#main .gform_wrapper .ginput_complex .ginput_full input[type=text], #main .gform_wrapper .ginput_complex .ginput_right input[type=text], #main .gform_wrapper .ginput_complex .ginput_left input[type=text], #main .gform_wrapper .ginput_complex .ginput_full select, #main .gform_wrapper .ginput_complex .ginput_right select, #main .gform_wrapper .ginput_complex .ginput_left select {
	width: 100% !important
}
#main .gform_wrapper .validation_error {
	border-color: #ddc4c3
}
#main .gform_wrapper .gform_fields {
	list-style: none;
	padding-left: 0;
	margin: 0
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .gfield {
	margin-left: -10px;
	margin-right: -10px
}
#main .gform_wrapper .gform_fields.left_label .gfield:before, #main .gform_wrapper .gform_fields.left_label .gfield:after {
	content: " ";
	display: table
}
#main .gform_wrapper .gform_fields.left_label .gfield:after {
	clear: both
}
#main .gform_wrapper .gform_fields.left_label .gfield:before, #main .gform_wrapper .gform_fields.left_label .gfield:after {
	content: " ";
	display: table
}
#main .gform_wrapper .gform_fields.left_label .gfield:after {
	clear: both
}
}
#main .gform_wrapper .gform_fields.left_label .gfield.gsection {
	margin-left: 0;
	margin-right: 0
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .gfield_label {
	float: left;
	width: 33.33333333%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:992px) {
#main .gform_wrapper .gform_fields.left_label .gfield_label {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .gfield_label {
	text-align: right
}
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .ginput_container, #main .gform_wrapper .gform_fields.left_label .gfield_description {
	float: left;
	width: 66.66666667%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:992px) {
#main .gform_wrapper .gform_fields.left_label .ginput_container, #main .gform_wrapper .gform_fields.left_label .gfield_description {
	float: left;
	width: 75%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .gfield_description {
	margin-left: 33.33333333%
}
}
@media (min-width:992px) {
#main .gform_wrapper .gform_fields.left_label .gfield_description {
	margin-left: 25%
}
}
@media (min-width:768px) {
#main .gform_wrapper .gform_fields.left_label .gfield_label, #main .gform_wrapper .gform_fields.left_label .gfield_radio, #main .gform_wrapper .gform_fields.left_label .gfield_checkbox {
	padding-top: 7px
}
}
#main .gform_wrapper .gform_fields.description_above .gfield_description {
	margin: -5px 0 5px
}
#main .gform_wrapper .gform_fields.description_above .gfield_description.validation_message {
	margin-top: 5px;
	margin-bottom: 10px
}
#main .gform_wrapper ul li.gfield {
	margin-bottom: 10px
}
#main .gform_wrapper ul li.gfield.gfield_html ul, #main .gform_wrapper ul li.gfield.gfield_html ol {
	padding-left: 24px
}
#main .gform_wrapper ul li.gfield.gfield_html ul li, #main .gform_wrapper ul li.gfield.gfield_html ol li {
	margin-bottom: 4px
}
#main .gform_wrapper ul li.gfield.gfield_error label, #main .gform_wrapper ul li.gfield.gfield_error .validation_message {
	color: #d9534f
}
#main .gform_wrapper ul li.gfield.gfield_error input[type="text"], #main .gform_wrapper ul li.gfield.gfield_error input[type="password"], #main .gform_wrapper ul li.gfield.gfield_error input[type="datetime"], #main .gform_wrapper ul li.gfield.gfield_error input[type="datetime-local"], #main .gform_wrapper ul li.gfield.gfield_error input[type="date"], #main .gform_wrapper ul li.gfield.gfield_error input[type="month"], #main .gform_wrapper ul li.gfield.gfield_error input[type="time"], #main .gform_wrapper ul li.gfield.gfield_error input[type="week"], #main .gform_wrapper ul li.gfield.gfield_error input[type="number"], #main .gform_wrapper ul li.gfield.gfield_error input[type="email"], #main .gform_wrapper ul li.gfield.gfield_error input[type="url"], #main .gform_wrapper ul li.gfield.gfield_error input[type="search"], #main .gform_wrapper ul li.gfield.gfield_error input[type="tel"], #main .gform_wrapper ul li.gfield.gfield_error input[type="color"], #main .gform_wrapper ul li.gfield.gfield_error textarea, #main .gform_wrapper ul li.gfield.gfield_error select {
	border-color: #d9534f;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 14px
}
#main .gform_wrapper ul li.gfield.gfield_error input[type="text"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="password"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="datetime"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="datetime-local"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="date"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="month"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="time"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="week"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="number"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="email"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="url"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="search"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="tel"]:focus, #main .gform_wrapper ul li.gfield.gfield_error input[type="color"]:focus, #main .gform_wrapper ul li.gfield.gfield_error textarea:focus, #main .gform_wrapper ul li.gfield.gfield_error select:focus {
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.4)
}
#main .gform_wrapper ul li.gfield.no-label .gfield_label {
	display: none
}
#main .gform_wrapper .gfield_required {
	color: #d9534f;
	margin-left: 1px
}
#main .gform_wrapper .ginput_complex:before, #main .gform_wrapper .ginput_complex:after {
	content: " ";
	display: table
}
#main .gform_wrapper .ginput_complex:after {
	clear: both
}
#main .gform_wrapper .ginput_complex:before, #main .gform_wrapper .ginput_complex:after {
	content: " ";
	display: table
}
#main .gform_wrapper .ginput_complex:after {
	clear: both
}
#main .gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-weight: 300;
	margin: 0
}
#main .gform_wrapper .ginput_full, #main .gform_wrapper .ginput_left, #main .gform_wrapper .ginput_right {
	margin-bottom: 5px
}
#main .gform_wrapper .gfield_radio, #main .gform_wrapper .gfield_checkbox {
	list-style: none;
	padding-left: 0;
	margin: 0
}
#main .gform_wrapper .gfield_radio li, #main .gform_wrapper .gfield_checkbox li {
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 20px
}
#main .gform_wrapper .gfield_radio li label, #main .gform_wrapper .gfield_checkbox li label {
	padding-left: 0
}
#main .gform_wrapper .gfield_radio input[type="radio"], #main .gform_wrapper .gfield_checkbox input[type="radio"], #main .gform_wrapper .gfield_radio input[type="checkbox"], #main .gform_wrapper .gfield_checkbox input[type="checkbox"] {
	float: left
}
#main .gform_wrapper .gfield_description {
	display: block;
	margin: 0;
	font-size: 12px;
	width: 100%;
	color: #aaa
}
#main .gform_wrapper .gfield_description+#main .gform_wrapper .gfield_description, .ginput_complex+#main .gform_wrapper .gfield_description {
	margin-top: -5px
}
#main .gform_wrapper .gsection_title {
	margin-bottom: 21px;
	font-size: 22.5px;
	line-height: inherit;
	color: #aaa
}
#main .gform_wrapper input[type="text"]:focus, #main .gform_wrapper input[type="password"]:focus, #main .gform_wrapper input[type="datetime"]:focus, #main .gform_wrapper input[type="datetime-local"]:focus, #main .gform_wrapper input[type="date"]:focus, #main .gform_wrapper input[type="month"]:focus, #main .gform_wrapper input[type="time"]:focus, #main .gform_wrapper input[type="week"]:focus, #main .gform_wrapper input[type="number"]:focus, #main .gform_wrapper input[type="email"]:focus, #main .gform_wrapper input[type="url"]:focus, #main .gform_wrapper input[type="search"]:focus, #main .gform_wrapper input[type="tel"]:focus, #main .gform_wrapper input[type="color"]:focus, #main .gform_wrapper select:focus, #main .gform_wrapper textarea:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0,0.2)
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.flexslider {
	position: relative;
	zoom: 1
}
.flexslider .slides {
	margin: 0;
	zoom: 1
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}
.flexslider .slides img {
	width: 100%;
	display: block
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav {
	margin: 0;
*height:0
}
.flex-direction-nav a {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 1.28571429em;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 60px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	text-indent: -99999px;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	color: #fff;
	line-height: 1;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav a.pull-left {
	margin-right: .3em
}
.flex-direction-nav a.pull-right {
	margin-left: .3em
}
.flexslider:hover .flex-direction-nav a {
	opacity: .7;
	filter: alpha(opacity=70)
}
.flex-direction-nav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1 !important
}
.flex-direction-nav a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0
}
.flex-direction-nav a:before.pull-left {
margin-right:.3em
}
.flex-direction-nav a:before.pull-right {
margin-left:.3em
}
.flex-direction-nav a.flex-prev {
	left: 0
}
.flex-direction-nav a.flex-prev:before {
	content: "\f104"
}
.flex-direction-nav a.flex-next {
	right: 0
}
.flex-direction-nav a.flex-next:before {
	content: "\f105"
}
@media (min-width:768px) {
.flex-direction-nav a {
	opacity: 0;
	filter: alpha(opacity=0)
}
}
.flex-direction-nav .flex-disabled {
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0 !important;
	cursor: default
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.flex-control-nav {
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 10
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display:inline
}
.flex-control-nav li a {
	width: 12px;
	height: 12px;
	display: block;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.flex-control-nav li a:hover {
	background-color: #eee;
	background-color: rgba(255,255,255,0.7)
}
.flex-control-nav li a.flex-active {
	background-color: #fff;
	cursor: default
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.flex-control-thumbs img.flex-active {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default
}
body {
	background-color: #3f2161;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}
#page {
	background-color: #edeae4;
	overflow-x: hidden
}
.img-stylized {
	border: 5px solid rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px 0 #aaa
}
.entry-title, .section-title {
	margin-top: 0
}
.entry-meta {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10.5px
}
.entry-title+.entry-meta {
	margin-top: -7px
}
.entry-meta p {
	margin-bottom: 0
}
.search-form, .post-password-form {
	margin-bottom: 10.5px;
	display: table;
	max-width: 300px
}
.search-form label, .post-password-form label, .search-form .submit-wrap, .post-password-form .submit-wrap {
	display: table-cell
}
.search-form label, .post-password-form label {
	vertical-align: middle;
	margin: 0
}
.search-form .submit-wrap, .post-password-form .submit-wrap {
	width: 1%
}
.search-form input[type=search], .post-password-form input[type=search], .search-form input[type=password], .post-password-form input[type=password] {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.search-form button, .post-password-form button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px
}
.content-navigation {
	margin: 21px 0
}
#content-nav-above {
	margin-top: 0
}
.wp-caption {
	margin-bottom: 10.5px;
	max-width: 100%
}
.wp-caption-text {
	font-size: 12px;
	margin: 5.25px 0 0
}
nav.pagination {
	margin-bottom: 10.5px
}
nav.pagination ul {
	display: table;
	float: right;
	margin: 0
}
nav.pagination li {
	display: table-cell
}
nav.pagination li:first-child>a {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
nav.pagination li:last-child>a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
nav.pagination li:hover>a, nav.pagination li:active>a, nav.pagination li.current>a {
	z-index: 1
}
nav.pagination li.prev>a:before, nav.pagination li.next>a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4
}
nav.pagination li.prev>a:before.pull-left, nav.pagination li.next>a:before.pull-left {
margin-right:.3em
}
nav.pagination li.prev>a:before.pull-right, nav.pagination li.next>a:before.pull-right {
margin-left:.3em
}
nav.pagination li.prev>a span, nav.pagination li.next>a span {
	display: none
}
nav.pagination li.prev>a:before {
	content: "\f104"
}
nav.pagination li.next>a:before {
	content: "\f105"
}
nav.pagination li>a {
	margin-left: -1px;
	border-radius: 0;
	position: relative;
	display: block
}
.social-buttons a {
	background-image: url(../images/social-sprite.png);
	display: inline-block;
	height: 43px;
	width: 43px;
	margin-left: 1px;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s
}
.social-buttons a:first-child {
	margin-left: 0
}
.social-buttons a.facebook {
	background-position: 0 0
}
.social-buttons a.twitter {
	background-position: -45px 0
}
.social-buttons a.pinterest {
	background-position: -89px 0
}
.social-buttons a.youtube {
	background-position: -132px 0
}
.social-buttons a:hover {
	-webkit-transform: translate3d(0, -1px, 0);
	transform: translate3d(0, -1px, 0);
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s
}
.cta-buttons .btn-calendar, .cta-buttons .btn-donate {
	display: inline-block;
	padding: 10px 15px 10px 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	position: relative
}
@media (min-width:768px) {
.cta-buttons .btn-calendar, .cta-buttons .btn-donate {
	padding: 12px 24px 12px 40px
}
}
.cta-buttons .btn-calendar:before, .cta-buttons .btn-donate:before {
	font-family: fontawesome;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -10px
}
.cta-buttons .btn-calendar {
	box-shadow: inset 0 0 0 #769718;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	background-color: #87ad1c
}
.cta-buttons .btn-calendar:hover {
	box-shadow: inset 0 60px 0 #769718;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s
}
.cta-buttons .btn-calendar:before {
	content: "\f073\00A0\00A0"
}
@-webkit-keyframes heartbeat {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
@keyframes heartbeat {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.cta-buttons .btn-donate {
	box-shadow: inset 0 0 0 #d21d90;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	background-color: #e1289d
}
.cta-buttons .btn-donate:hover {
	box-shadow: inset 0 60px 0 #d21d90;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s
}
.cta-buttons .btn-donate:before {
	content: "\f004\00A0\00A0"
}
.cta-buttons .btn-donate:hover:before {
	-webkit-animation: heartbeat .8s ease-out infinite;
	-o-animation: heartbeat .8s ease-out infinite;
	animation: heartbeat .8s ease-out infinite
}
.email-form {
	position: relative;
	max-width: 500px;
	height: 32px
}
.email-form .email-input {
	padding: 2px 8px;
	padding-right: 90px;
	font-size: 12px;
	height: 30px;
	background-color: #f5f5f5
}
.email-form .email-submit {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 80px;
	height: 22px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: .8;
	background-color: #87ad1c;
	border: 0;
	border-radius: 2px
}
.email-form .email-submit:hover {
	background-color: #658115
}
.infobox {
	background-color: #ddd;
	padding: 15px 25px 15px 50px;
	position: relative;
	margin-bottom: 25px
}
.infobox:before {
	content: "!";
	position: absolute;
	top: 15px;
	left: 12px;
	width: 25px;
	height: 25px;
	background-color: #3570be;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	border-radius: 50%;
	line-height: 1;
	text-align: center
}
.hours-box table, .admission-box table {
	background-color: #ddd;
	margin-bottom: 25px;
	width: 100%
}
.hours-box table td, .admission-box table td {
	text-align: right;
	padding: 10px 8px
}
.hours-box table td:first-child, .admission-box table td:first-child {
	text-align: left
}
.hours-box table tr:nth-child(odd), .admission-box table tr:nth-child(odd) {
	background-color: #d0d0d0
}
.hours-box table tr.today, .admission-box table tr.today {
	background-color: #3f2161;
	font-size: 16px;
	color: #fff
}
.hours-box table.mission-history, .admission-box table.mission-history {
	max-width: 500px
}
.hours-box table.mission-history td, .admission-box table.mission-history td {
	text-align: left
}
.hours-box table.mission-history td:first-child, .admission-box table.mission-history td:first-child {
	background-color: #64349a;
	font-size: 20px;
	font-weight: 700;
	width: 30px;
	padding: 6px 10px;
	border-right: 1px solid #c8c8c8;
	text-align: center;
	color: #fff
}
.hours-box table.mission-history tr:nth-child(odd) td:first-child, .admission-box table.mission-history tr:nth-child(odd) td:first-child {
	background-color: #582e87
}
.gallery {
	margin: 0 -1% -1% 0;
	padding-bottom: 20px
}
.gallery:before, .gallery:after {
	content: " ";
	display: table
}
.gallery:after {
	clear: both
}
.gallery:before, .gallery:after {
	content: " ";
	display: table
}
.gallery:after {
	clear: both
}
.gallery .gallery-item {
	margin: 0 1% 1% 0;
	width: 49%;
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-transition: box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s
}
@media (min-width:480px) {
.gallery .gallery-item {
	width: 32.33%
}
}
.gallery .gallery-item:hover, .gallery .gallery-item:focus {
	box-shadow: 0 0 10px #777;
	-webkit-transition: box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s
}
.gallery .gallery-item .img-wrapper {
	height: 0;
	padding-bottom: 60%
}
.gallery .gallery-item img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	min-width: 100%;
	min-height: 100%
}
.gallery.gallery-columns-1 .gallery-item {
	width: 98%
}
@media (min-width:992px) {
.gallery.gallery-columns-2 .gallery-item {
	width: 49%
}
.gallery.gallery-columns-4 .gallery-item {
	width: 24%
}
.gallery.gallery-columns-5 .gallery-item {
	width: 19%
}
.gallery.gallery-columns-6 .gallery-item {
	width: 15.6666%
}
}
.iframe-wrap {
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 50%;
	position: relative
}
.iframe-wrap.double {
	padding-bottom: 100%
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%
}
#header {
	background-image: url(../images/header-bg.png);
	position: relative;
	z-index: 9999
}
#header>.container {
	z-index: 99;
	position: relative;
	background-image: url(../images/header-bg.png)
}
#header>.container>.inner {
	position: relative
}
@media (min-width:992px) {
#header>.container>.inner {
	margin-right: 80px
}
}
@media (min-width:1500px) {
#header>.container>.inner {
	margin-right: 0
}
}
#site-branding {
	padding: 10px 0;
	position: relative;
	z-index: 10
}
@media (min-width:992px) {
#site-branding {
	float: left;
	padding: 15px 40px 15px 0
}
}
#site-branding a {
	position: relative;
	z-index: 2;
	display: inline-block
}
#site-branding img {
	max-height: 56px;
	max-width: 209px
}
#site-branding img.desktop-logo {
	display: none
}
@media (min-width:992px) {
#site-branding img {
	height: auto;
	max-height: none
}
#site-branding img.desktop-logo {
	display: block
}
#site-branding img.mobile-logo {
	display: none
}
}
#site-branding .logo-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: -15px;
	left: -15px;
	background-color: #582e87
}
@media (min-width:992px) {
#site-branding .logo-bg {
	-webkit-transform: skewX(-22deg) skewY(0);
	-ms-transform: skewX(-22deg) skewY(0);
	-o-transform: skewX(-22deg) skewY(0);
	transform: skewX(-22deg) skewY(0);
	right: -40px;
	left: -9001px
}
}
.header-news-search, .header-nav-secondary {
	margin-top: 12px;
	clear: right;
	float: right;
	display: none
}
@media (min-width:992px) {
.header-news-search, .header-nav-secondary {
	display: block
}
}
@media (min-width:1200px) {
.header-news-search, .header-nav-secondary {
	margin-top: 20px
}
}
.header-news-search {
	margin-bottom: 8px
}
@media (min-width:768px) {
.header-news-search {
	margin-bottom: 0
}
}
.header-news-search .header-news, .header-news-search .header-search, .header-news-search .header-news p, .header-news-search .header-news .email-form {
	margin-top: 8px
}
@media (min-width:992px) {
.header-news-search .header-news, .header-news-search .header-search, .header-news-search .header-news p, .header-news-search .header-news .email-form {
	float: right;
	clear: right;
	padding-left: 20px
}
}
@media (min-width:1200px) {
.header-news-search .header-news, .header-news-search .header-search, .header-news-search .header-news p, .header-news-search .header-news .email-form {
	float: left;
	clear: none;
	margin-top: 0
}
}
.header-news-search .header-news.header-news, .header-news-search .header-search.header-news, .header-news-search .header-news p.header-news, .header-news-search .header-news .email-form.header-news {
	margin-top: 0
}
.header-news-search .header-news>p {
	font-size: 17px;
	font-weight: 700;
	color: #87ad1c;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0
}
.header-news-search .header-search {
	display: none;
	clear: left
}
@media (max-width:1199px) {
.header-news-search .header-search {
	margin-top: 0
}
}
@media (min-width:992px) {
.header-news-search .header-search {
	display: block
}
}
@media (min-width:1200px) {
.header-news-search .header-search {
	clear: right
}
}
.header-news-search .header-search a {
	display: block;
	padding-left: 10px;
	font-size: 18px
}
.header-news-search .header-search a:before {
	content: "\f002\00A0\00A0";
	font-family: fontawesome;
	display: inline-block;
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
.header-news-search .header-search a:hover:before {
	-webkit-transform: scale(1.1) rotate(10deg) translateY(0);
	-ms-transform: scale(1.1) rotate(10deg) translateY(0);
	-o-transform: scale(1.1) rotate(10deg) translateY(0);
	transform: scale(1.1) rotate(10deg) translateY(0);
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s
}
.header-nav-secondary {
	float: right;
	clear: right;
	margin-bottom: 8px;
	display: none
}
@media (min-width:992px) {
.header-nav-secondary {
	display: block
}
}
.header-nav-secondary .menu {
	padding: 0;
	margin: 0 -15px 0 0
}
.header-nav-secondary .menu li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #582e87
}
.header-nav-secondary .menu li:first-child {
	border-left: 0
}
.header-nav-secondary .menu li a {
	display: block;
	padding: 0 15px;
	line-height: 1.2;
	font-size: 13px
}
@-webkit-keyframes bounce {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
5% {
-webkit-transform:translate3d(0, -25px, 0);
transform:translate3d(0, -25px, 0)
}
10% {
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
15% {
-webkit-transform:translate3d(0, -25px, 0);
transform:translate3d(0, -25px, 0)
}
20% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
25% {
-webkit-transform:translate3d(0, -2px, 0);
transform:translate3d(0, -2px, 0)
}
30% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
35% {
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
40% {
-webkit-transform:translate3d(0, -24px, 0);
transform:translate3d(0, -24px, 0)
}
45% {
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
50% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
55% {
-webkit-transform:translate3d(0, -7px, 0);
transform:translate3d(0, -7px, 0)
}
60% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
65% {
-webkit-transform:translate3d(0, -18px, 0);
transform:translate3d(0, -18px, 0)
}
70% {
-webkit-transform:translate3d(0, -22px, 0);
transform:translate3d(0, -22px, 0)
}
75% {
-webkit-transform:translate3d(0, -18px, 0);
transform:translate3d(0, -18px, 0)
}
80% {
-webkit-transform:translate3d(0, -12px, 0);
transform:translate3d(0, -12px, 0)
}
85% {
-webkit-transform:translate3d(0, -9px, 0);
transform:translate3d(0, -9px, 0)
}
90% {
-webkit-transform:translate3d(0, -12px, 0);
transform:translate3d(0, -12px, 0)
}
95% {
-webkit-transform:translate3d(0, -16px, 0);
transform:translate3d(0, -16px, 0)
}
100% {
-webkit-transform:translate3d(0, -14px, 0);
transform:translate3d(0, -14px, 0)
}
}
.header-social {
	position: absolute;
	z-index: 99;
	right: -80px;
	top: -180px;
	background-image: url(../images/header-social-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 54px;
	height: 253px;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
.header-social:hover, .header-social:focus {
	-webkit-transform: translate3d(0, 3px, 0);
	transform: translate3d(0, 3px, 0);
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
.header-social:active {
	cursor: move;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.header-social a {
	display: block;
	margin: 0;
	background-position: 0 -3px;
	position: relative
}
.header-social a:first-child {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	left: -3px;
	top: 3px
}
.header-social a:first-child+a {
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	left: -15px;
	top: 5px
}
.header-social a:first-child+a+a {
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	left: 9px;
	top: 5px
}
.header-social a:first-child+a+a+a {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	left: 8px;
	top: 12px
}
.header-search-overlay {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px 70px 30px 450px;
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s
}
@media (max-width:991px) {
.header-search-overlay {
	display: none !important
}
}
.header-search-overlay.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s
}
.header-search-overlay .search-bg {
	background-color: #87ad1c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9001px;
	right: -9001px;
	z-index: 1
}
.header-search-overlay .search-icon, .header-search-overlay .search-input {
	position: relative;
	z-index: 2
}
.header-search-overlay .search-icon {
	position: absolute;
	top: 30px;
	left: 360px;
	padding-right: 20px;
	border-right: 1px solid #799b19
}
.header-search-overlay .search-icon:before {
	content: "\f002";
	font-family: fontawesome;
	font-size: 54px
}
.header-search-overlay .search-input .search-form, .header-search-overlay .search-input label, .header-search-overlay .search-input input {
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
	display: block
}
.header-search-overlay .search-input input {
	background-color: transparent;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
	box-shadow: none;
	line-height: 1;
	font-size: 28px;
	border: 0;
	height: auto
}
.header-search-overlay .search-input input::-moz-placeholder {
color:#fff;
opacity:1
}
.header-search-overlay .search-input input:-ms-input-placeholder {
color:#fff
}
.header-search-overlay .search-input input::-webkit-input-placeholder {
color:#fff
}
.header-search-overlay .search-input input::-moz-placeholder {
font-family:"Gloria Hallelujah", "Roboto Slab", Georgia, 'Times New Roman', Times, serif
}
.header-search-overlay .search-input input:-ms-input-placeholder {
font-family:"Gloria Hallelujah", "Roboto Slab", Georgia, 'Times New Roman', Times, serif
}
.header-search-overlay .search-input input::-webkit-input-placeholder {
font-family:"Gloria Hallelujah", "Roboto Slab", Georgia, 'Times New Roman', Times, serif
}
@media (min-width:1200px) {
.header-search-overlay .search-input input {
	font-size: 35px
}
}
.header-search-overlay .search-input .submit-wrap {
	display: none
}
.header-search-overlay .close-button .close-link {
	position: absolute;
	display: block;
	top: 20px;
	z-index: 2;
	right: 0;
	color: #fff
}
.header-search-overlay .close-button .close-link:before {
	font-family: fontawesome;
	font-size: 48px;
	line-height: 1;
	content: "\f00d"
}
.ie8 .header-search-overlay {
	display: none
}
.ie8 .header-search-overlay.active {
	display: block
}
#mobile-menu-toggle {
	float: right;
	padding: 7px 10px 0;
	border: none;
	margin-top: -6px;
	position: relative;
	z-index: 2
}
@media (min-width:992px) {
#mobile-menu-toggle {
	display: none
}
}
#mobile-menu-toggle:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c9";
	font-size: 42px
}
#mobile-menu-toggle:before.pull-left {
margin-right:.3em
}
#mobile-menu-toggle:before.pull-right {
margin-left:.3em
}
#mobile-menu-toggle .label {
	font-size: 12px;
	display: block;
	line-height: 1;
	text-transform: uppercase
}
#mobile-menu-toggle:hover, #mobile-menu-toggle:focus, #mobile-menu-toggle {
	color: #fff
}
#header-navigation {
	display: none;
	background-color: #442469
}
@media (min-width:992px) {
#header-navigation {
	display: block
}
}
#header-navigation ul {
	margin: 0
}
#header-navigation ul:before, #header-navigation ul:after {
	content: " ";
	display: table
}
#header-navigation ul:after {
	clear: both
}
#header-navigation ul:before, #header-navigation ul:after {
	content: " ";
	display: table
}
#header-navigation ul:after {
	clear: both
}
#header-navigation ul.menu {
	margin: 0 -10px
}
@media (min-width:1200px) {
#header-navigation ul.menu {
	margin-left: 0;
	margin-right: 0
}
}
#header-navigation ul.menu>li {
	float: left;
	border-left: 1px solid #582e87
}
#header-navigation ul.menu>li:first-child {
	border-left: 0
}
#header-navigation ul.menu>li>a {
	padding: 15px 16px;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 91;
	box-shadow: inset 0 0 0 #582e87;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s
}
@media (min-width:1200px) {
#header-navigation ul.menu>li>a {
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px
}
}
@media (min-width:1320px) {
#header-navigation ul.menu>li>a {
	padding-left: 28px;
	padding-right: 28px
}
}
#header-navigation ul.menu>li>a:hover {
	box-shadow: inset 0 60px 0 #582e87;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s
}
#header-navigation ul.menu>li.current_page_ancestor>a, #header-navigation ul.menu>li.current_page_item>a {
	background-color: #582e87
}
#header-navigation ul .menu-container {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 650px;
	background-color: #fafafa;
	z-index: 90;
	box-shadow: 0 0 3px #ccc;
	padding: 20px 10px;
	-webkit-transition: opacity .15s linear, visibility 0s linear .15s;
	-o-transition: opacity .15s linear, visibility 0s linear .15s;
	transition: opacity .15s linear, visibility 0s linear .15s
}
#header-navigation ul .menu-container>.sub-menu-description {
	padding: 0 20px 10px;
	font-size: 12px;
	color: #582e87
}
#header-navigation ul .menu-container>.sub-menu-description>h3 {
	font-family: "Roboto Slab", Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 5px
}
#header-navigation ul .menu-container>.sub-menu {
	position: relative
}
#header-navigation ul .menu-container>.sub-menu:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fafafa;
	height: 1px;
	width: 100%;
	z-index: 92
}
#header-navigation ul .menu-container>.sub-menu li {
	float: left;
	width: 50%;
	padding: 0 10px
}
#header-navigation ul .menu-container>.sub-menu a {
	padding: 6px 10px;
	border-top: 1px solid #c9c6be
}
#header-navigation ul .menu-container>.sub-menu a:hover {
	color: #fff;
	background-color: #582e87
}
#header-navigation ul.menu>li {
	position: relative
}
#header-navigation ul.menu>li.menu-item-has-children:hover>.menu-container {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
#header-navigation a {
	display: block;
	-webkit-transition: color linear .15s, background-color linear .15s;
	-o-transition: color linear .15s, background-color linear .15s;
	transition: color linear .15s, background-color linear .15s
}
.sticky-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background-color: #fff;
	border-bottom: 4px solid #582e87;
	height: 66px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in
}
@media (min-width:992px) {
.sticky-header {
	display: block
}
.sticky-header.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
}
.sticky-header>.container {
	padding-top: 5px;
	padding-bottom: 5px
}
.sticky-header .img-wrapper {
	height: 52px;
	width: 140px;
	overflow: hidden;
	float: left
}
.sticky-header .cta-buttons, .sticky-header .social-buttons {
	float: right;
	margin: 4px 0 0 20px
}
.sticky-header .cta-buttons a {
	padding-top: 10px;
	padding-bottom: 10px
}
.ie8 .sticky-header {
	display: none
}
@media (min-width:992px) {
.ie8 .sticky-header .active {
	display: block
}
}
#footer {
	background-color: #3f2161;
	color: #fff
}
#footer>.container {
	padding-top: 30px;
	padding-bottom: 15px
}
@media (min-width:768px) {
#footer>.container>.inner {
	margin-left: -15px;
	margin-right: -15px
}
#footer>.container>.inner:before, #footer>.container>.inner:after {
	content: " ";
	display: table
}
#footer>.container>.inner:after {
	clear: both
}
#footer>.container>.inner:before, #footer>.container>.inner:after {
	content: " ";
	display: table
}
#footer>.container>.inner:after {
	clear: both
}
}
@media (min-width:768px) {
#footer>.container>.inner .footer-social-enews {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:992px) {
#footer>.container>.inner .footer-social-enews {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}
}
#footer>.container>.inner .footer-menu {
	display: none
}
@media (min-width:992px) {
#footer>.container>.inner .footer-menu {
	float: left;
	width: 75%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:992px) {
#footer>.container>.inner .footer-menu {
	display: block
}
}
#footer a {
	color: #ddd
}
#footer a:hover {
	color: #fff
}
#footer .footer-enews {
	margin-top: 20px
}
#footer .email-form .email-input {
	background-color: #331b4e;
	border: 1px solid #64349a;
	color: #fff
}
#footer .email-form .email-input::-moz-placeholder {
color:#fff;
opacity:1
}
#footer .email-form .email-input:-ms-input-placeholder {
color:#fff
}
#footer .email-form .email-input::-webkit-input-placeholder {
color:#fff
}
#footer .email-form .email-input:focus {
	box-shadow: none
}
#footer .email-form .email-submit {
	background-color: #582e87
}
#footer .email-form .email-submit:hover {
	background-color: #713bad
}
#footer-navigation {
	margin-bottom: 21px;
	margin-left: -15px;
	margin-right: -15px
}
@media (min-width:992px) {
#footer-navigation {
	float: left
}
}
#footer-navigation:before, #footer-navigation:after {
	content: " ";
	display: table
}
#footer-navigation:after {
	clear: both
}
#footer-navigation:before, #footer-navigation:after {
	content: " ";
	display: table
}
#footer-navigation:after {
	clear: both
}
@media (min-width:992px) {
#footer-navigation ul.menu {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:1200px) {
#footer-navigation ul.menu {
	float: left;
	width: 16.666%;
	padding-left: 15px;
	padding-right: 15px
}
}
#footer-navigation ul.menu>li {
	margin-top: 20px
}
#footer-navigation ul.menu>li:first-child {
	margin-left: 0;
	margin-top: 0
}
#footer-navigation ul.sub-menu {
	font-size: 12px
}
#footer-navigation ul.sub-menu li {
	margin-top: 5px;
	margin-bottom: 0
}
#footer-navigation ul.sub-menu a {
	font-size: 12px;
	font-weight: 400;
	color: #bfa2df
}
#footer-navigation ul.sub-menu a:hover {
	color: #e6dbf3
}
#footer-navigation li {
	margin-bottom: 5.25px
}
#footer-navigation a {
	color: #fff;
	font-size: 17px;
	font-weight: 700
}
#footer-navigation a:hover {
	color: #ccc
}
.footer-secondary {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #582e87;
	font-size: 11px;
	color: #a57cd2
}
.footer-secondary:before, .footer-secondary:after {
	content: " ";
	display: table
}
.footer-secondary:after {
	clear: both
}
.footer-secondary:before, .footer-secondary:after {
	content: " ";
	display: table
}
.footer-secondary:after {
	clear: both
}
.site-legal, .site-address {
	margin-top: 5px
}
@media (min-width:768px) {
.site-legal, .site-address {
	float: left
}
}
@media (min-width:768px) {
.site-address {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #582e87
}
}
.site-attribution {
	font-size: 9px
}
@media (min-width:768px) {
.site-attribution {
	float: right
}
}
.site-attribution span {
	font-size: 12px
}
#mobile-menu {
	color: #ccc;
	position: fixed;
	width: 250px;
	top: 0;
	left: 100%;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden
}
@media (min-width:992px) {
#mobile-menu {
	display: none
}
}
body.admin-bar #mobile-menu {
	padding-top: 32px
}
@media (max-width:782px) {
body.admin-bar #mobile-menu {
	padding-top: 46px
}
}
#mobile-menu>.inner {
	width: 250px;
	-webkit-transform: translate3d(-125px, 0, 0);
	transform: translate3d(-125px, 0, 0)
}
#mobile-menu a {
	color: #fff
}
#mobile-navigation {
	font-size: 18px
}
#mobile-navigation ul.sub-menu {
	font-size: 14px;
	overflow: hidden
}
#mobile-navigation ul.sub-menu a {
	padding: 4px 15px;
	color: #ccb5e6
}
#mobile-navigation li.current-menu-item>a {
	background-color: #582e87
}
#mobile-navigation a {
	display: block;
	padding: 6px 15px
}
#mobile-navigation a:hover {
	background-color: #4c2874
}
@media (max-width:991px) {
#page, #mobile-menu, #mobile-menu>.inner {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
#mobile-menu {
	-webkit-transition: -webkit-transform .2s ease-out, visibility 0s linear .2s;
	-moz-transition: -moz-transform .2s ease-out, visibility 0s linear .2s;
	-o-transition: -o-transform .2s ease-out, visibility 0s linear .2s;
	transition: transform .2s ease-out, visibility 0s linear .2s
}
body.mobile-menu-active {
	overflow: hidden
}
body.mobile-menu-active #page, body.mobile-menu-active #mobile-menu {
	-webkit-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0)
}
body.mobile-menu-active #mobile-menu {
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
body.mobile-menu-active #mobile-menu>.inner {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
#main {
	position: relative;
	z-index: 4;
	background-image: url(../images/header-bg.png)
}
#main .main-content {
	position: relative
}
#main .container {
	padding-top: 20px;
	padding-bottom: 20px
}
@media (min-width:768px) {
#main .container {
	padding-top: 30px;
	padding-bottom: 30px
}
}
@media (min-width:1200px) {
#main .container {
	padding-top: 50px;
	padding-bottom: 60px
}
}
@media (max-width:767px) {
#main .primary-content>.container {
	padding-bottom: 0
}
}
.secondary-content.even {
	background-color: #fafafa
}
#primary article.hentry {
	margin-bottom: 42px
}
#primary .gallery.page-main-gallery {
	margin: -70px -2% -2% 0;
	display: none;
	text-align: center;
	padding-bottom: 0
}
@media (min-width:768px) {
#primary .gallery.page-main-gallery {
	display: block
}
}
#primary .gallery.page-main-gallery .gallery-item {
	border: 0;
	margin: 0 2% 2% 0;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #fff;
	width: 31%;
	float: none;
	display: inline-block
}
@media (min-width:480px) {
#primary .gallery.page-main-gallery .gallery-item {
	width: 22.5%
}
}
@media (min-width:768px) {
#primary .gallery.page-main-gallery .gallery-item {
	width: 22.5%
}
}
@media (min-width:992px) {
#primary .gallery.page-main-gallery .gallery-item {
	width: 17.52%
}
}
@media (min-width:1200px) {
#primary .gallery.page-main-gallery .gallery-item {
	width: 14.27%
}
}
#primary .gallery.page-main-gallery .gallery-item .img-wrapper {
	padding-bottom: 100%
}
@media (min-width:768px) {
body.blog #main>.container>.inner, body.archive #main>.container>.inner, body.single #main>.container>.inner {
	margin-left: -15px;
	margin-right: -15px
}
body.blog #main>.container>.inner:before, body.archive #main>.container>.inner:before, body.single #main>.container>.inner:before, body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	content: " ";
	display: table
}
body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	clear: both
}
body.blog #main>.container>.inner:before, body.archive #main>.container>.inner:before, body.single #main>.container>.inner:before, body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	content: " ";
	display: table
}
body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	clear: both
}
}
@media (min-width:1200px) {
body.blog #main>.container>.inner, body.archive #main>.container>.inner, body.single #main>.container>.inner {
	margin-left: -20px;
	margin-right: -20px
}
body.blog #main>.container>.inner:before, body.archive #main>.container>.inner:before, body.single #main>.container>.inner:before, body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	content: " ";
	display: table
}
body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	clear: both
}
body.blog #main>.container>.inner:before, body.archive #main>.container>.inner:before, body.single #main>.container>.inner:before, body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	content: " ";
	display: table
}
body.blog #main>.container>.inner:after, body.archive #main>.container>.inner:after, body.single #main>.container>.inner:after {
	clear: both
}
}
@media (min-width:768px) {
body.blog #primary, body.archive #primary, body.single #primary {
	float: left;
	width: 70%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:1200px) {
body.blog #primary, body.archive #primary, body.single #primary {
	float: left;
	width: 70%;
	padding-left: 20px;
	padding-right: 20px
}
}
@media (min-width:768px) {
body.blog #secondary, body.archive #secondary, body.single #secondary {
	float: left;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:1200px) {
body.blog #secondary, body.archive #secondary, body.single #secondary {
	float: left;
	width: 30%;
	padding-left: 20px;
	padding-right: 20px
}
}
body.blog #primary article.hentry.has-post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail, body.search #primary article.hentry.has-post-thumbnail {
	padding-left: 65px
}
body.blog #primary article.hentry.has-post-thumbnail .post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail .post-thumbnail, body.search #primary article.hentry.has-post-thumbnail .post-thumbnail {
	float: left;
	margin-left: -65px;
	width: 50px
}
@media (min-width:992px) {
body.blog #primary article.hentry.has-post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail, body.search #primary article.hentry.has-post-thumbnail {
	padding-left: 115px
}
body.blog #primary article.hentry.has-post-thumbnail .post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail .post-thumbnail, body.search #primary article.hentry.has-post-thumbnail .post-thumbnail {
	margin-left: -115px;
	width: 100px
}
}
@media (min-width:1200px) {
body.blog #primary article.hentry.has-post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail, body.search #primary article.hentry.has-post-thumbnail {
	padding-left: 170px
}
body.blog #primary article.hentry.has-post-thumbnail .post-thumbnail, body.archive #primary article.hentry.has-post-thumbnail .post-thumbnail, body.search #primary article.hentry.has-post-thumbnail .post-thumbnail {
	margin-left: -170px;
	width: 150px
}
}
body.single #primary article.hentry footer.entry-meta {
	margin-top: 21px
}
@media (min-width:768px) {
.primary-content .default-page-inner {
	margin-left: -10px;
	margin-right: -10px
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
}
@media (min-width:992px) {
.primary-content .default-page-inner {
	margin-left: -20px;
	margin-right: -20px
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
}
@media (min-width:1200px) {
.primary-content .default-page-inner {
	margin-left: -30px;
	margin-right: -30px
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
.primary-content .default-page-inner:before, .primary-content .default-page-inner:after {
	content: " ";
	display: table
}
.primary-content .default-page-inner:after {
	clear: both
}
}
.primary-content .default-page-inner .page-menu {
	margin: 40px -15px 0 -15px
}
@media (min-width:768px) {
.primary-content .default-page-inner .page-menu {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:992px) {
.primary-content .default-page-inner .page-menu {
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px
}
}
@media (min-width:1200px) {
.primary-content .default-page-inner .page-menu {
	float: left;
	width: 25%;
	padding-left: 30px;
	padding-right: 30px
}
}
@media (min-width:768px) {
.primary-content .default-page-inner .page-menu {
	position: relative;
	left: -66.67%
}
}
@media (min-width:992px) {
.primary-content .default-page-inner .page-menu {
	position: relative;
	left: -75%
}
}
@media (min-width:768px) {
.primary-content .default-page-inner .page-menu {
	margin: 0
}
}
.primary-content .default-page-inner .page-menu .sub-nav .parent {
	margin-bottom: 10px;
	font-size: 30px
}
.primary-content .default-page-inner .page-menu .sub-nav .sub-children {
	display: none
}
.primary-content .default-page-inner .page-menu .sub-nav .children {
	overflow: hidden;
	border-radius: 2px
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child {
	border-top: 1px solid #95bf1f;
	border-bottom: 1px solid #799b19
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child a {
	display: block;
	padding: 12px 30px 12px 18px;
	color: #fff;
	background-color: #87ad1c
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child.active a, .primary-content .default-page-inner .page-menu .sub-nav .children .child a:hover {
	background-color: #7da01a;
	position: relative
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child.active {
	border-top: 1px solid #769718
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child.active.current>a:after, .primary-content .default-page-inner .page-menu .sub-nav .children .child.active .sub-child.active>a:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child.active .sub-children {
	display: block
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child:first-child {
	border-top: 0
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child:last-child {
	border-bottom: 0
}
.primary-content .default-page-inner .page-menu .sub-nav .sub-children .sub-child a {
	color: #cfdfa2;
	background-color: #769718;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px
}
.primary-content .default-page-inner .page-menu .sub-nav .sub-children .sub-child:last-child a {
	padding-bottom: 20px
}
.primary-content .default-page-inner .page-menu .sub-nav .children .child.active a:hover {
	background-color: #6f8e17
}
.primary-content .default-page-inner .page-content {
	min-height: 500px
}
@media (min-width:768px) {
.primary-content .default-page-inner .page-content {
	float: left;
	width: 66.67%;
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width:992px) {
.primary-content .default-page-inner .page-content {
	float: left;
	width: 75%;
	padding-left: 20px;
	padding-right: 20px
}
}
@media (min-width:1200px) {
.primary-content .default-page-inner .page-content {
	float: left;
	width: 75%;
	padding-left: 30px;
	padding-right: 30px
}
}
@media (min-width:768px) {
.primary-content .default-page-inner .page-content {
	position: relative;
	left: 33.33%
}
}
@media (min-width:992px) {
.primary-content .default-page-inner .page-content {
	position: relative;
	left: 25%
}
}
.primary-content .default-page-inner .page-content h1, .primary-content .default-page-inner .page-content h2, .primary-content .default-page-inner .page-content h3, .primary-content .default-page-inner .page-content h4, .primary-content .default-page-inner .page-content h5, .primary-content .default-page-inner .page-content h6 {
	color: #582e87
}
.primary-content .default-page-inner .page-content>h1:first-child, .primary-content .default-page-inner .page-content>h2:first-child, .primary-content .default-page-inner .page-content>h3:first-child, .primary-content .default-page-inner .page-content>h4:first-child, .primary-content .default-page-inner .page-content>h5:first-child, .primary-content .default-page-inner .page-content>h6:first-child {
	color: #f59322
}
.primary-content .default-page-inner .page-content ul, .primary-content .default-page-inner .page-content ol {
	max-width: 700px
}
#hero {
	position: relative;
	z-index: 1;
	background-color: #fafafa;
	max-height: 500px;
	overflow: hidden
}
#hero:hover .flex-direction-nav a {
	opacity: .7;
	filter: alpha(opacity=70)
}
#hero>img {
	width: 100%
}
#hero .container {
	padding-top: 0;
	padding-bottom: 0
}
#hero>.container>.inner {
	position: relative;
	margin: 0 -15px
}
@media (min-width:992px) {
#hero>.container>.inner {
	margin: 0 -20px
}
}
@media (min-width:1200px) {
#hero>.container>.inner {
	margin: 0
}
}
#hero .hero-slider {
	width: 100%;
	position: relative;
	z-index: 2
}
@media (min-width:1200px) {
#hero .hero-slider>.inner {
	padding-left: 320px
}
}
#hero .hero-slider .hero-slider-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9001px;
	right: -9001px;
	background-color: #fafafa
}
#hero .flexslider-container {
	margin: 0 auto;
	position: relative
}
#hero .flexslider-container .flexslider .controls-bg {
	content: "";
	position: absolute;
	bottom: 0;
	left: -9001px;
	right: -9001px;
	height: 100px;
	z-index: 3;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.15) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0)
}
#hero .flexslider-container .slides li {
	position: relative
}
#hero .flexslider-container .slides li>.img-wrapper {
	position: relative
}
#hero .flexslider-container .slides li>.img-wrapper .learn-more-button {
	position: absolute;
	bottom: 65px;
	right: 20px;
	z-index: 4;
	display: none
}
@media (min-width:768px) {
#hero .flexslider-container .slides li>.img-wrapper .learn-more-button {
	display: block
}
}
#hero .flexslider-container .slides li>.img-wrapper .color-fade {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 100%;
	background-repeat: repeat-x;
	display: none
}
@media (min-width:1200px) {
#hero .flexslider-container .slides li>.img-wrapper .color-fade {
	display: block
}
}
#hero .flexslider-container .slides li img {
	position: relative;
	z-index: 1
}
#hero .flexslider-container .slides li .slider-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9001px;
	right: -9001px;
	background-color: #000
}
#hero .flex-direction-nav {
	position: absolute;
	z-index: 10;
	right: 10px;
	bottom: 0;
	display: none;
	opacity: .5;
	filter: alpha(opacity=50)
}
@media (min-width:768px) {
#hero .flex-direction-nav {
	bottom: 5px;
	display: block
}
}
#hero .flex-direction-nav li {
	float: left
}
#hero .flex-direction-nav li a {
	position: relative;
	width: 50px;
	opacity: .7 !important;
	filter: alpha(opacity=70) !important
}
#hero .flex-direction-nav li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}
#hero .flex-control-nav {
	width: auto;
	text-align: left;
	right: 120px;
	bottom: 12px;
	display: none;
	opacity: .5;
	filter: alpha(opacity=50)
}
@media (min-width:768px) {
#hero .flex-control-nav {
	bottom: 18px;
	display: block
}
}
#hero .flex-control-nav li a {
	background-color: #fff;
	position: relative;
	width: 10px;
	height: 10px;
	box-shadow: 0 0 0 #fff
}
#hero .flex-control-nav li a:before, #hero .flex-control-nav li a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 2px solid #fff
}
#hero .flex-control-nav li a:before {
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	opacity: 0;
	filter: alpha(opacity=0)
}
#hero .flex-control-nav li a:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.4)
}
#hero .flex-control-nav li a.flex-active {
	box-shadow: 0 0 20px rgba(255,255,255,0);
	-webkit-transition: box-shadow .4s ease-out;
	-o-transition: box-shadow .4s ease-out;
	transition: box-shadow .4s ease-out
}
#hero .flex-control-nav li a.flex-active:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out
}
#hero .flex-control-nav li a.flex-active:after {
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
#hero .flex-direction-nav, #hero .flex-control-nav, #hero .flexslider .img-wrapper .learn-more-button {
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
#hero .flexslider-container .flexslider:hover .flex-direction-nav, #hero .flexslider-container .flexslider:hover .flex-control-nav, #hero .flexslider-container .flexslider:hover .learn-more-button {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
#hero .hero-content {
	font-size: 21px;
	position: relative;
	z-index: 2;
	padding: 15px 15px 40px;
	color: #fff
}
@media (min-width:768px) {
#hero .hero-content {
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 40px
}
}
@media (min-width:992px) {
#hero .hero-content {
	font-size: 30px
}
}
#hero .hero-content .container {
	padding-top: 20px;
	padding-bottom: 20px
}
@media (min-width:768px) {
#hero .hero-content .container {
	padding-top: 30px;
	padding-bottom: 30px
}
}
#hero .hero-content .container>.inner {
	position: relative;
	z-index: 11
}
@media (min-width:1200px) {
#hero .hero-content .container>.inner {
	padding-left: 360px
}
}
#hero .hero-content .hero-title {
	margin-top: 0;
	font-size: 50.4px
}
@media (min-width:992px) {
#hero .hero-content .hero-title {
	font-size: 72px
}
}
@media (min-width:768px) {
#hero .hero-content .learn-more-button {
	display: none
}
}
#hero .home-hero-info {
	position: relative;
	z-index: 2;
	background-color: #0bb2d7;
	color: #fff;
	padding: 0 30px;
	border: 8px solid #098aa6
}
#hero .home-hero-info p:last-child, #hero .home-hero-info table {
	margin-bottom: 0
}
@media (min-width:992px) {
#hero .home-hero-info {
	margin: 0 -20px
}
}
@media (min-width:1200px) {
#hero .home-hero-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	margin: 0;
	border: 0
}
}
#hero .home-hero-info>.inner {
	overflow: hidden
}
@media (min-width:1200px) {
#hero .home-hero-info>.inner {
	overflow: visible
}
}
#hero .home-hero-info>.inner a {
	color: #fff
}
#hero .home-hero-info>.inner .info-block {
	position: relative;
	padding: 15px 10px 15px 35px
}
@media (min-width:768px) {
#hero .home-hero-info>.inner .info-block {
	float: left
}
}
@media (min-width:1200px) {
#hero .home-hero-info>.inner .info-block {
	display: block;
	border-top: 2px dotted #098aa6;
	padding-left: 40px;
	padding-right: 0;
	float: none
}
}
#hero .home-hero-info>.inner .info-block.no-border {
	border: 0
}
#hero .home-hero-info>.inner .info-block h4 {
	margin-bottom: 5px
}
#hero .home-hero-info>.inner .info-block p, #hero .home-hero-info>.inner .info-block table {
	font-size: 12px;
	line-height: 1.6
}
#hero .home-hero-info>.inner .info-block table {
	width: auto
}
#hero .home-hero-info>.inner .info-block table tr, #hero .home-hero-info>.inner .info-block table td {
	padding: 0
}
#hero .home-hero-info>.inner .info-block table td:first-child {
	padding-right: 5px
}
#hero .home-hero-info>.inner .info-block h3, #hero .home-hero-info>.inner .info-block h4 {
	position: relative
}
#hero .home-hero-info>.inner .info-block h3:before, #hero .home-hero-info>.inner .info-block h4:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -11px;
	font-family: fontawesome;
	font-size: 20px;
	color: #fff
}
@media (min-width:1200px) {
#hero .home-hero-info>.inner .info-block h3:before, #hero .home-hero-info>.inner .info-block h4:before {
	left: -40px
}
}
#hero .home-hero-info>.inner .info-block.info-header h3:before {
	content: "\f017"
}
#hero .home-hero-info>.inner .info-block.info-directions h4:before {
	content: "\f14e"
}
#hero .home-hero-info>.inner .info-block.info-admission h4:before {
	content: "\f145"
}
#hero .home-hero-info>.inner .info-block.info-parking h4:before {
	content: "\f1b9"
}
@media (min-width:1200px) {
#hero .home-hero-info>.inner .info-header {
	background-color: #098aa6;
	margin: 0 -30px;
	padding-left: 70px
}
}
#hero .home-hero-info>.inner .info-header h3 {
	margin-bottom: 5px
}
#hero .home-hero-info>.inner .home-hero-info-bg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	border-left: 160px solid #0bb2d7;
	border-top: 30px solid #0bb2d7;
	border-right: 160px solid transparent;
	border-bottom: 30px solid transparent;
	display: none
}
@media (min-width:1200px) {
#hero .home-hero-info>.inner .home-hero-info-bg {
	display: block
}
}
#hero .home-hero-below {
	position: relative
}
#hero .home-hero-below .inner {
	padding: 20px;
	position: relative;
	z-index: 1
}
@media (min-width:1200px) {
#hero .home-hero-below .inner {
	padding: 20px 0 70px 360px
}
}
#hero .home-hero-below .cta-buttons, #hero .home-hero-below .social-buttons {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center
}
@media (min-width:768px) {
#hero .home-hero-below .cta-buttons, #hero .home-hero-below .social-buttons {
	width: auto;
	text-align: left
}
}
#hero .home-hero-below .social-buttons {
	margin: 10px 0 0
}
@media (min-width:768px) {
#hero .home-hero-below .social-buttons {
	margin: 0 0 0 20px
}
}
#hero .home-hero-below .social-buttons a {
	color: #fff
}
#hero .home-hero-below .home-hero-below-bg {
	position: absolute;
	z-index: 0;
	top: -100px;
	bottom: 0;
	left: -10000px;
	right: -10000px;
	background-color: #582e87;
	border-bottom: 8px solid #3f2161
}
@media (min-width:1200px) {
#hero .home-hero-below .home-hero-below-bg {
	-webkit-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg)
}
}
body.home #hero {
	max-height: none;
	overflow: visible
}
body.home .primary-content {
	margin: 60px 0
}
body.home #main .secondary-content.announcements>.container {
	padding-top: 40px;
	padding-bottom: 40px
}
@media (min-width:1200px) {
body.home #main .secondary-content.announcements>.container {
	padding-top: 90px;
	padding-bottom: 90px
}
}
@media (min-width:480px) {
body.home #main .secondary-content.announcements .announcement-list {
	margin-left: -15px;
	margin-right: -15px
}
body.home #main .secondary-content.announcements .announcement-list:before, body.home #main .secondary-content.announcements .announcement-list:after {
	content: " ";
	display: table
}
body.home #main .secondary-content.announcements .announcement-list:after {
	clear: both
}
body.home #main .secondary-content.announcements .announcement-list:before, body.home #main .secondary-content.announcements .announcement-list:after {
	content: " ";
	display: table
}
body.home #main .secondary-content.announcements .announcement-list:after {
	clear: both
}
}
@media (min-width:480px) {
body.home #main .secondary-content.announcements .announcement-list .announcement {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (min-width:992px) {
body.home #main .secondary-content.announcements .announcement-list .announcement {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}
}
@media (max-width:479px) {
body.home #main .secondary-content.announcements .announcement-list .announcement {
	width: 100%;
	clear: both
}
}
body.home #main .secondary-content.announcements .announcement-list .announcement .inner {
	position: relative
}
body.home #main .secondary-content.announcements .announcement-list .announcement .feature {
	height: 0;
	min-height: 400px;
	padding-bottom: 100%;
	background-color: #ccc;
	position: relative;
	overflow: hidden
}
@media (min-width:480px) {
body.home #main .secondary-content.announcements .announcement-list .announcement .feature {
	padding-bottom: 130%
}
}
body.home #main .secondary-content.announcements .announcement-list .announcement .feature iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
body.home #main .secondary-content.announcements .announcement-list .announcement .feature img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
body.home #main .secondary-content.announcements .announcement-list .announcement .content {
	padding: 25px;
	background-color: #eee;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
body.home #main .secondary-content.announcements .announcement-list .announcement.announcement-1 .content {
	background-color: #87ad1c
}
body.home #main .secondary-content.announcements .announcement-list .announcement.announcement-2 .content {
	background-color: #f59322
}
body.home #main .secondary-content.announcements .announcement-list .announcement.announcement-3 .content {
	background-color: #582e87
}
body.home #main .secondary-content.announcements .announcement-list .announcement.announcement-4 .content {
	background-color: #0bb2d7
}
body.home #main .secondary-content.sponsors {
	background-color: #fff
}
body.home #main .secondary-content.sponsors>.container {
	padding-top: 0;
	padding-bottom: 0
}
body.home #main .secondary-content.sponsors .section-title {
	padding: 20px;
	position: relative
}
body.home #main .secondary-content.sponsors .section-title .title {
	position: relative;
	z-index: 2;
	color: #fff
}
body.home #main .secondary-content.sponsors .section-title .title-bg {
	display: block;
	background-color: #f59322;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9001px;
	right: -9001px;
	z-index: 1
}
body.home #main .secondary-content.sponsors .sponsor-list {
	overflow: hidden;
	padding: 0 0 30px
}
body.home #main .secondary-content.sponsors .sponsor-list .sponsor {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 0 20px;
	-webkit-transition: -webkit-transform .15s ease-out;
	-moz-transition: -moz-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out
}
body.home #main .secondary-content.sponsors .sponsor-list .sponsor:hover {
	-webkit-transform: scale(1.03) translateY(-1px);
	-ms-transform: scale(1.03) translateY(-1px);
	-o-transform: scale(1.03) translateY(-1px);
	transform: scale(1.03) translateY(-1px);
	-webkit-transition: -webkit-transform .15s ease-out;
	-moz-transition: -moz-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out
}
@media (min-width:992px) {
body.home #main .secondary-content.sponsors {
	border-top: 1px solid #d8d8d8;
	overflow-y: hidden
}
body.home #main .secondary-content.sponsors .section-title {
	float: left;
	padding: 22px 20px 30px 0;
	width: 340px;
	margin: -1px 0 0
}
body.home #main .secondary-content.sponsors .section-title .title-bg {
	right: -20px;
	bottom: -150px;
	-webkit-transform: skewX(-18deg) skewY(0);
	-ms-transform: skewX(-18deg) skewY(0);
	-o-transform: skewX(-18deg) skewY(0);
	transform: skewX(-18deg) skewY(0)
}
body.home #main .secondary-content.sponsors .sponsor-list {
	padding: 15px 0 30px 80px
}
}
body.home #main .secondary-content.awards {
	background-color: #582e87
}
body.home #main .secondary-content.awards>.container {
	padding-top: 40px;
	padding-bottom: 0px
}
body.home #main .secondary-content.awards a, body.home #main .secondary-content.awards {
	color: #fff
}
body.home #main .secondary-content.awards .section-title {
	margin-bottom: 25px
}
body.home #main .secondary-content.awards .section-title .title {
	position: relative
}
body.home #main .secondary-content.awards .section-title .title:after {
	content: "";
	width: 34px;
	height: 34px;
	background-image: url(../images/scribble-star.png);
	background-repeat: no-repeat;
	right: -54px;
	top: 50%;
	margin-top: -17px;
	position: absolute
}
@media (min-width:992px) {
body.home #main .secondary-content.awards .award-list {
	margin-left: -15px;
	margin-right: -15px
}
body.home #main .secondary-content.awards .award-list:before, body.home #main .secondary-content.awards .award-list:after {
	content: " ";
	display: table
}
body.home #main .secondary-content.awards .award-list:after {
	clear: both
}
body.home #main .secondary-content.awards .award-list:before, body.home #main .secondary-content.awards .award-list:after {
	content: " ";
	display: table
}
body.home #main .secondary-content.awards .award-list:after {
	clear: both
}
}
body.home #main .secondary-content.awards .award-list .award {
	margin-bottom: 10px
}
@media (min-width:992px) {
body.home #main .secondary-content.awards .award-list .award {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}
}
body.home #main .secondary-content.awards .award-list .award .award-link {
	position: relative;
	padding-left: 35px;
	display: block;
	font-size: 14px
}
body.home #main .secondary-content.awards .award-list .award .award-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 10px;
	background-image: url(../images/scribble-star.png);
	background-repeat: no-repeat;
	background-size: 20px 20px
}
body.single-event #main>.container>.inner {
	margin-left: 0;
	margin-right: 0
}
body.single-event #main>.container>.inner #primary {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 750px
}
#comments {
	margin-bottom: 21px
}
.comment-list article.comment-body {
	margin-bottom: 10.5px;
	padding-left: 64px
}
.comment-list article.comment-body .comment-meta {
	font-size: 12px;
	margin-bottom: 5.25px
}
.comment-list article.comment-body img.avatar {
	float: left;
	margin-left: -64px;
	width: 50px
}
.comment-list article.comment-body .comment-content p {
	margin-bottom: 5.25px
}
.comment-list article.comment-body .comment-reply-link {
	font-size: 12px
}
.comment-list .children {
	list-style: none;
	padding-left: 64px
}
.comment-list .children article.comment-body {
	padding-left: 54px
}
.comment-list .children article.comment-body img.avatar {
	margin-left: -54px;
	width: 40px
}
.comment-list .children .children {
	padding-left: 54px
}
.comment-respond input[type=submit] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: 0 solid transparent;
	white-space: nowrap;
	-webkit-transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	-o-transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	transition: background-color linear .15s, border-color linear .15s, color linear .15s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.4;
	border-radius: 3px
}
.comment-respond input[type=submit]:hover, .comment-respond input[type=submit]:focus, .comment-respond input[type=submit]:active, .comment-respond input[type=submit].active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.comment-respond input[type=submit]:active, .comment-respond input[type=submit].active {
	background-image: none
}
.comment-respond input[type=submit].disabled, .comment-respond input[type=submit][disabled], fieldset[disabled] .comment-respond input[type=submit], .comment-respond input[type=submit].disabled:hover, .comment-respond input[type=submit][disabled]:hover, fieldset[disabled] .comment-respond input[type=submit]:hover, .comment-respond input[type=submit].disabled:focus, .comment-respond input[type=submit][disabled]:focus, fieldset[disabled] .comment-respond input[type=submit]:focus, .comment-respond input[type=submit].disabled:active, .comment-respond input[type=submit][disabled]:active, fieldset[disabled] .comment-respond input[type=submit]:active, .comment-respond input[type=submit].disabled.active, .comment-respond input[type=submit][disabled].active, fieldset[disabled] .comment-respond input[type=submit].active {
	background-color: #fff;
	border-color: #ccc
}
.comment-respond input[type=submit]:focus {
	outline: none
}
.comment-respond input[type=submit]:hover, .comment-respond input[type=submit]:focus, .comment-respond input[type=submit]:active, .comment-respond input[type=submit].active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.comment-respond input[type=submit]:active, .comment-respond input[type=submit].active {
	outline: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.comment-respond input[type=submit].disabled, .comment-respond input[type=submit][disabled], fieldset[disabled] .comment-respond input[type=submit] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}
.comment-respond input[type=submit].primary {
	color: #fff;
	background-color: #582e87;
	border-color: #4e2978
}
.comment-respond input[type=submit].primary:hover, .comment-respond input[type=submit].primary:focus, .comment-respond input[type=submit].primary:active, .comment-respond input[type=submit].primary.active {
	color: #fff;
	background-color: #3f2161;
	border-color: #30194a
}
.comment-respond input[type=submit].primary:active, .comment-respond input[type=submit].primary.active {
	background-image: none
}
.comment-respond input[type=submit].primary.disabled, .comment-respond input[type=submit].primary[disabled], fieldset[disabled] .comment-respond input[type=submit].primary, .comment-respond input[type=submit].primary.disabled:hover, .comment-respond input[type=submit].primary[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].primary:hover, .comment-respond input[type=submit].primary.disabled:focus, .comment-respond input[type=submit].primary[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].primary:focus, .comment-respond input[type=submit].primary.disabled:active, .comment-respond input[type=submit].primary[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].primary:active, .comment-respond input[type=submit].primary.disabled.active, .comment-respond input[type=submit].primary[disabled].active, fieldset[disabled] .comment-respond input[type=submit].primary.active {
	background-color: #582e87;
	border-color: #4e2978
}
.comment-respond input[type=submit].success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4eb24e
}
.comment-respond input[type=submit].success:hover, .comment-respond input[type=submit].success:focus, .comment-respond input[type=submit].success:active, .comment-respond input[type=submit].success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #3b873b
}
.comment-respond input[type=submit].success:active, .comment-respond input[type=submit].success.active {
	background-image: none
}
.comment-respond input[type=submit].success.disabled, .comment-respond input[type=submit].success[disabled], fieldset[disabled] .comment-respond input[type=submit].success, .comment-respond input[type=submit].success.disabled:hover, .comment-respond input[type=submit].success[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].success:hover, .comment-respond input[type=submit].success.disabled:focus, .comment-respond input[type=submit].success[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].success:focus, .comment-respond input[type=submit].success.disabled:active, .comment-respond input[type=submit].success[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].success:active, .comment-respond input[type=submit].success.disabled.active, .comment-respond input[type=submit].success[disabled].active, fieldset[disabled] .comment-respond input[type=submit].success.active {
	background-color: #5cb85c;
	border-color: #4eb24e
}
.comment-respond input[type=submit].info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #4ab9db
}
.comment-respond input[type=submit].info:hover, .comment-respond input[type=submit].info:focus, .comment-respond input[type=submit].info:active, .comment-respond input[type=submit].info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #279dc1
}
.comment-respond input[type=submit].info:active, .comment-respond input[type=submit].info.active {
	background-image: none
}
.comment-respond input[type=submit].info.disabled, .comment-respond input[type=submit].info[disabled], fieldset[disabled] .comment-respond input[type=submit].info, .comment-respond input[type=submit].info.disabled:hover, .comment-respond input[type=submit].info[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].info:hover, .comment-respond input[type=submit].info.disabled:focus, .comment-respond input[type=submit].info[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].info:focus, .comment-respond input[type=submit].info.disabled:active, .comment-respond input[type=submit].info[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].info:active, .comment-respond input[type=submit].info.disabled.active, .comment-respond input[type=submit].info[disabled].active, fieldset[disabled] .comment-respond input[type=submit].info.active {
	background-color: #5bc0de;
	border-color: #4ab9db
}
.comment-respond input[type=submit].warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea43b
}
.comment-respond input[type=submit].warning:hover, .comment-respond input[type=submit].warning:focus, .comment-respond input[type=submit].warning:active, .comment-respond input[type=submit].warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #da8712
}
.comment-respond input[type=submit].warning:active, .comment-respond input[type=submit].warning.active {
	background-image: none
}
.comment-respond input[type=submit].warning.disabled, .comment-respond input[type=submit].warning[disabled], fieldset[disabled] .comment-respond input[type=submit].warning, .comment-respond input[type=submit].warning.disabled:hover, .comment-respond input[type=submit].warning[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].warning:hover, .comment-respond input[type=submit].warning.disabled:focus, .comment-respond input[type=submit].warning[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].warning:focus, .comment-respond input[type=submit].warning.disabled:active, .comment-respond input[type=submit].warning[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].warning:active, .comment-respond input[type=submit].warning.disabled.active, .comment-respond input[type=submit].warning[disabled].active, fieldset[disabled] .comment-respond input[type=submit].warning.active {
	background-color: #f0ad4e;
	border-color: #eea43b
}
.comment-respond input[type=submit].danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d5433e
}
.comment-respond input[type=submit].danger:hover, .comment-respond input[type=submit].danger:focus, .comment-respond input[type=submit].danger:active, .comment-respond input[type=submit].danger.active {
	color: #fff;
	background-color: #c9302c;
	border-color: #b02a26
}
.comment-respond input[type=submit].danger:active, .comment-respond input[type=submit].danger.active {
	background-image: none
}
.comment-respond input[type=submit].danger.disabled, .comment-respond input[type=submit].danger[disabled], fieldset[disabled] .comment-respond input[type=submit].danger, .comment-respond input[type=submit].danger.disabled:hover, .comment-respond input[type=submit].danger[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].danger:hover, .comment-respond input[type=submit].danger.disabled:focus, .comment-respond input[type=submit].danger[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].danger:focus, .comment-respond input[type=submit].danger.disabled:active, .comment-respond input[type=submit].danger[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].danger:active, .comment-respond input[type=submit].danger.disabled.active, .comment-respond input[type=submit].danger[disabled].active, fieldset[disabled] .comment-respond input[type=submit].danger.active {
	background-color: #d9534f;
	border-color: #d5433e
}
.comment-respond input[type=submit].btn-blue {
	color: #fff;
	background-color: #0bb2d7;
	border-color: #0aa2c4
}
.comment-respond input[type=submit].btn-blue:hover, .comment-respond input[type=submit].btn-blue:focus, .comment-respond input[type=submit].btn-blue:active, .comment-respond input[type=submit].btn-blue.active {
	color: #fff;
	background-color: #098aa6;
	border-color: #077289
}
.comment-respond input[type=submit].btn-blue:active, .comment-respond input[type=submit].btn-blue.active {
	background-image: none
}
.comment-respond input[type=submit].btn-blue.disabled, .comment-respond input[type=submit].btn-blue[disabled], fieldset[disabled] .comment-respond input[type=submit].btn-blue, .comment-respond input[type=submit].btn-blue.disabled:hover, .comment-respond input[type=submit].btn-blue[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].btn-blue:hover, .comment-respond input[type=submit].btn-blue.disabled:focus, .comment-respond input[type=submit].btn-blue[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].btn-blue:focus, .comment-respond input[type=submit].btn-blue.disabled:active, .comment-respond input[type=submit].btn-blue[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].btn-blue:active, .comment-respond input[type=submit].btn-blue.disabled.active, .comment-respond input[type=submit].btn-blue[disabled].active, fieldset[disabled] .comment-respond input[type=submit].btn-blue.active {
	background-color: #0bb2d7;
	border-color: #0aa2c4
}
.comment-respond input[type=submit].btn-purple {
	color: #fff;
	background-color: #582e87;
	border-color: #4e2978
}
.comment-respond input[type=submit].btn-purple:hover, .comment-respond input[type=submit].btn-purple:focus, .comment-respond input[type=submit].btn-purple:active, .comment-respond input[type=submit].btn-purple.active {
	color: #fff;
	background-color: #3f2161;
	border-color: #30194a
}
.comment-respond input[type=submit].btn-purple:active, .comment-respond input[type=submit].btn-purple.active {
	background-image: none
}
.comment-respond input[type=submit].btn-purple.disabled, .comment-respond input[type=submit].btn-purple[disabled], fieldset[disabled] .comment-respond input[type=submit].btn-purple, .comment-respond input[type=submit].btn-purple.disabled:hover, .comment-respond input[type=submit].btn-purple[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].btn-purple:hover, .comment-respond input[type=submit].btn-purple.disabled:focus, .comment-respond input[type=submit].btn-purple[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].btn-purple:focus, .comment-respond input[type=submit].btn-purple.disabled:active, .comment-respond input[type=submit].btn-purple[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].btn-purple:active, .comment-respond input[type=submit].btn-purple.disabled.active, .comment-respond input[type=submit].btn-purple[disabled].active, fieldset[disabled] .comment-respond input[type=submit].btn-purple.active {
	background-color: #582e87;
	border-color: #4e2978
}
.comment-respond input[type=submit].btn-orange {
	color: #fff;
	background-color: #f59322;
	border-color: #f4890e
}
.comment-respond input[type=submit].btn-orange:hover, .comment-respond input[type=submit].btn-orange:focus, .comment-respond input[type=submit].btn-orange:active, .comment-respond input[type=submit].btn-orange.active {
	color: #fff;
	background-color: #da790a;
	border-color: #bd6909
}
.comment-respond input[type=submit].btn-orange:active, .comment-respond input[type=submit].btn-orange.active {
	background-image: none
}
.comment-respond input[type=submit].btn-orange.disabled, .comment-respond input[type=submit].btn-orange[disabled], fieldset[disabled] .comment-respond input[type=submit].btn-orange, .comment-respond input[type=submit].btn-orange.disabled:hover, .comment-respond input[type=submit].btn-orange[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].btn-orange:hover, .comment-respond input[type=submit].btn-orange.disabled:focus, .comment-respond input[type=submit].btn-orange[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].btn-orange:focus, .comment-respond input[type=submit].btn-orange.disabled:active, .comment-respond input[type=submit].btn-orange[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].btn-orange:active, .comment-respond input[type=submit].btn-orange.disabled.active, .comment-respond input[type=submit].btn-orange[disabled].active, fieldset[disabled] .comment-respond input[type=submit].btn-orange.active {
	background-color: #f59322;
	border-color: #f4890e
}
.comment-respond input[type=submit].btn-pink {
	color: #fff;
	background-color: #e1289d;
	border-color: #d71e93
}
.comment-respond input[type=submit].btn-pink:hover, .comment-respond input[type=submit].btn-pink:focus, .comment-respond input[type=submit].btn-pink:active, .comment-respond input[type=submit].btn-pink.active {
	color: #fff;
	background-color: #bc1a80;
	border-color: #a1166e
}
.comment-respond input[type=submit].btn-pink:active, .comment-respond input[type=submit].btn-pink.active {
	background-image: none
}
.comment-respond input[type=submit].btn-pink.disabled, .comment-respond input[type=submit].btn-pink[disabled], fieldset[disabled] .comment-respond input[type=submit].btn-pink, .comment-respond input[type=submit].btn-pink.disabled:hover, .comment-respond input[type=submit].btn-pink[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].btn-pink:hover, .comment-respond input[type=submit].btn-pink.disabled:focus, .comment-respond input[type=submit].btn-pink[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].btn-pink:focus, .comment-respond input[type=submit].btn-pink.disabled:active, .comment-respond input[type=submit].btn-pink[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].btn-pink:active, .comment-respond input[type=submit].btn-pink.disabled.active, .comment-respond input[type=submit].btn-pink[disabled].active, fieldset[disabled] .comment-respond input[type=submit].btn-pink.active {
	background-color: #e1289d;
	border-color: #d71e93
}
.comment-respond input[type=submit].btn-green {
	color: #fff;
	background-color: #87ad1c;
	border-color: #799b19
}
.comment-respond input[type=submit].btn-green:hover, .comment-respond input[type=submit].btn-green:focus, .comment-respond input[type=submit].btn-green:active, .comment-respond input[type=submit].btn-green.active {
	color: #fff;
	background-color: #658115;
	border-color: #506711
}
.comment-respond input[type=submit].btn-green:active, .comment-respond input[type=submit].btn-green.active {
	background-image: none
}
.comment-respond input[type=submit].btn-green.disabled, .comment-respond input[type=submit].btn-green[disabled], fieldset[disabled] .comment-respond input[type=submit].btn-green, .comment-respond input[type=submit].btn-green.disabled:hover, .comment-respond input[type=submit].btn-green[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].btn-green:hover, .comment-respond input[type=submit].btn-green.disabled:focus, .comment-respond input[type=submit].btn-green[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].btn-green:focus, .comment-respond input[type=submit].btn-green.disabled:active, .comment-respond input[type=submit].btn-green[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].btn-green:active, .comment-respond input[type=submit].btn-green.disabled.active, .comment-respond input[type=submit].btn-green[disabled].active, fieldset[disabled] .comment-respond input[type=submit].btn-green.active {
	background-color: #87ad1c;
	border-color: #799b19
}
.comment-respond input[type=submit].lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 4px
}
.comment-respond input[type=submit].sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px
}
.comment-respond input[type=submit].xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px
}
.comment-respond input[type=submit].link {
	color: #582e87;
	background-color: transparent;
	border-color: transparent;
	font-weight: 300;
	border-radius: 0
}
.comment-respond input[type=submit].link:hover, .comment-respond input[type=submit].link:focus, .comment-respond input[type=submit].link:active, .comment-respond input[type=submit].link.active {
	color: #582e87;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0)
}
.comment-respond input[type=submit].link:active, .comment-respond input[type=submit].link.active {
	background-image: none
}
.comment-respond input[type=submit].link.disabled, .comment-respond input[type=submit].link[disabled], fieldset[disabled] .comment-respond input[type=submit].link, .comment-respond input[type=submit].link.disabled:hover, .comment-respond input[type=submit].link[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].link:hover, .comment-respond input[type=submit].link.disabled:focus, .comment-respond input[type=submit].link[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].link:focus, .comment-respond input[type=submit].link.disabled:active, .comment-respond input[type=submit].link[disabled]:active, fieldset[disabled] .comment-respond input[type=submit].link:active, .comment-respond input[type=submit].link.disabled.active, .comment-respond input[type=submit].link[disabled].active, fieldset[disabled] .comment-respond input[type=submit].link.active {
	background-color: transparent;
	border-color: transparent
}
.comment-respond input[type=submit].link:hover, .comment-respond input[type=submit].link:focus, .comment-respond input[type=submit].link:active, .comment-respond input[type=submit].link.active {
	background-color: transparent;
	border-color: transparent
}
.comment-respond input[type=submit].link:hover, .comment-respond input[type=submit].link:focus {
	color: #331b4e
}
.comment-respond input[type=submit].link:active, .comment-respond input[type=submit].link.active {
	box-shadow: none
}
.comment-respond input[type=submit].link[disabled]:hover, fieldset[disabled] .comment-respond input[type=submit].link:hover, .comment-respond input[type=submit].link[disabled]:focus, fieldset[disabled] .comment-respond input[type=submit].link:focus {
	color: #aaa
}
.comment-respond .form-allowed-tags code {
	display: block;
	white-space: normal
}
.widget {
	margin-bottom: 21px
}
.displaynone {
	display: none !important
}
.alignleft, .alignright {
	margin-bottom: 10.5px
}
.aligncenter {
	margin: 0 auto 10.5px
}

.iframersvp {
width: 500px;
height: 60px;
overflow: auto;
}

@media (min-width:768px) {
.alignleft, .alignright {
	max-width: 50%
}
.alignleft {
	float: left;
	margin: 0 21px 10.5px 0
}
.alignright {
	float: right;
	margin: 0 0 10.5px 21px
}
}
