.owl-carousel { display: none; width: 100%; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; backface-visibility: hidden; }
.owl-carousel .owl-stage::after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0px; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { backface-visibility: hidden; transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; backface-visibility: hidden; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; -moz-user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -moz-user-select: none; }
.owl-carousel.owl-grab { cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
.owl-height { transition: height 0.5s ease-in-out 0s; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 0.4s ease 0s; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: rgb(0, 0, 0) none repeat scroll 0% 0%; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: transparent url(7c15e8b04671b2f81e7e6366eaf3ae20c5e7b19c.png)  no-repeat scroll 0% 0%; cursor: pointer; z-index: 1; backface-visibility: hidden; transition: transform 0.1s ease 0s; }
.owl-carousel .owl-video-play-icon:hover { transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 0.4s ease 0s; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }
.CodeMirror { font-family: monospace; height: 300px; color: rgb(0, 0, 0); }
.CodeMirror-lines { padding: 4px 0px; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: rgb(255, 255, 255); }
.CodeMirror-gutters { border-right: 1px solid rgb(221, 221, 221); background-color: rgb(247, 247, 247); white-space: nowrap; }
.CodeMirror-linenumber { padding: 0px 3px 0px 5px; min-width: 20px; text-align: right; color: rgb(153, 153, 153); white-space: nowrap; }
.CodeMirror-guttermarker { color: rgb(0, 0, 0); }
.CodeMirror-guttermarker-subtle { color: rgb(153, 153, 153); }
.CodeMirror-cursor { border-left: 1px solid rgb(0, 0, 0); border-right: medium none; width: 0px; }
.CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; }
.cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0px none ! important; background: rgb(119, 238, 119) none repeat scroll 0% 0%; }
.cm-fat-cursor div.CodeMirror-cursors { z-index: 1; }
.cm-animate-fat-cursor { width: auto; border: 0px none; animation: 1.06s steps(1) 0s normal none infinite running blink; background-color: rgb(119, 238, 119); }
@keyframes blink {
50% { background-color: transparent; }
}
@keyframes blink {
50% { background-color: transparent; }
}
.cm-tab { display: inline-block; text-decoration: inherit; }
.CodeMirror-rulers { position: absolute; left: 0px; right: 0px; top: -50px; bottom: -20px; overflow: hidden; }
.CodeMirror-ruler { border-left: 1px solid rgb(204, 204, 204); top: 0px; bottom: 0px; position: absolute; }
.cm-s-default .cm-header { color: rgb(0, 0, 255); }
.cm-s-default .cm-quote { color: rgb(0, 153, 0); }
.cm-negative { color: rgb(221, 68, 68); }
.cm-positive { color: rgb(34, 153, 34); }
.cm-header, .cm-strong { font-weight: 700; }
.cm-em { font-style: italic; }
.cm-link { text-decoration: underline; }
.cm-strikethrough { text-decoration: line-through; }
.cm-s-default .cm-keyword { color: rgb(119, 0, 136); }
.cm-s-default .cm-atom { color: rgb(34, 17, 153); }
.cm-s-default .cm-number { color: rgb(17, 102, 68); }
.cm-s-default .cm-def { color: rgb(0, 0, 255); }
.cm-s-default .cm-variable-2 { color: rgb(0, 85, 170); }
.cm-s-default .cm-variable-3 { color: rgb(0, 136, 85); }
.cm-s-default .cm-comment { color: rgb(170, 85, 0); }
.cm-s-default .cm-string { color: rgb(170, 17, 17); }
.cm-s-default .cm-string-2 { color: rgb(255, 85, 0); }
.cm-s-default .cm-meta { color: rgb(85, 85, 85); }
.cm-s-default .cm-qualifier { color: rgb(85, 85, 85); }
.cm-s-default .cm-builtin { color: rgb(51, 0, 170); }
.cm-s-default .cm-bracket { color: rgb(153, 153, 119); }
.cm-s-default .cm-tag { color: rgb(17, 119, 0); }
.cm-s-default .cm-attribute { color: rgb(0, 0, 204); }
.cm-s-default .cm-hr { color: rgb(153, 153, 153); }
.cm-s-default .cm-link { color: rgb(0, 0, 204); }
.cm-s-default .cm-error { color: red; }
.cm-invalidchar { color: red; }
.CodeMirror-composing { border-bottom: 2px solid; }
div.CodeMirror span.CodeMirror-matchingbracket { color: rgb(0, 255, 0); }
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: rgb(255, 34, 34); }
.CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3) none repeat scroll 0% 0%; }
.CodeMirror-activeline-background { background: rgb(232, 242, 255) none repeat scroll 0% 0%; }
.CodeMirror { position: relative; overflow: hidden; background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.CodeMirror-scroll { overflow: scroll ! important; margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: 0px none; position: relative; }
.CodeMirror-sizer { position: relative; border-right: 30px solid transparent; }
.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar { position: absolute; z-index: 6; display: none; }
.CodeMirror-vscrollbar { right: 0px; top: 0px; overflow-x: hidden; overflow-y: scroll; }
.CodeMirror-hscrollbar { bottom: 0px; left: 0px; overflow-y: hidden; overflow-x: scroll; }
.CodeMirror-scrollbar-filler { right: 0px; bottom: 0px; }
.CodeMirror-gutter-filler { left: 0px; bottom: 0px; }
.CodeMirror-gutters { position: absolute; left: 0px; top: 0px; min-height: 100%; z-index: 3; }
.CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -30px; }
.CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: transparent none repeat scroll 0px 0px ! important; border: medium none ! important; }
.CodeMirror-gutter-background { position: absolute; top: 0px; bottom: 0px; z-index: 4; }
.CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; }
.CodeMirror-gutter-wrapper { -moz-user-select: none; }
.CodeMirror-lines { cursor: text; min-height: 1px; }
.CodeMirror pre { border-radius: 0px; border-width: 0px; background: transparent none repeat scroll 0px 0px; font-family: inherit; font-size: inherit; margin: 0px; white-space: pre; overflow-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; font-variant-ligatures: none; }
.CodeMirror-wrap pre { overflow-wrap: break-word; white-space: pre-wrap; word-break: normal; }
.CodeMirror-linebackground { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 0; }
.CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; }
.CodeMirror-code { outline: 0px none; }
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer { box-sizing: content-box; }
.CodeMirror-measure { position: absolute; width: 100%; height: 0px; overflow: hidden; visibility: hidden; }
.CodeMirror-cursor { position: absolute; pointer-events: none; }
.CodeMirror-measure pre { position: static; }
div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; }
div.CodeMirror-dragcursors { visibility: visible; }
.CodeMirror-focused div.CodeMirror-cursors { visibility: visible; }
.CodeMirror-selected { background: rgb(217, 217, 217) none repeat scroll 0% 0%; }
.CodeMirror-focused .CodeMirror-selected { background: rgb(215, 212, 240) none repeat scroll 0% 0%; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: rgb(215, 212, 240) none repeat scroll 0% 0%; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: rgb(215, 212, 240) none repeat scroll 0% 0%; }
.cm-searching { background: rgba(255, 255, 0, 0.4) none repeat scroll 0% 0%; }
.cm-force-border { padding-right: 0.1px; }
@media print {
  .CodeMirror div.CodeMirror-cursors { visibility: hidden; }
}
.cm-tab-wrap-hack::after { content: ""; }
span.CodeMirror-selectedtext { background: transparent none repeat scroll 0px 0px; }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(01fcee3466baa7eca7a6f60287ae32b6c9715d9f.eot)  format("embedded-opentype"), url(b5f545f39d45330c7499926fea32518349e80445.woff2)  format("woff2"), url(0f287867cec957f83c26c75375c35a52603abcae.woff)  format("woff"), url(5fcb9b69487eb175d8c73bbb12dbf157d6afb524.ttf)  format("truetype"), url(7849dd481217b7ef58e9fe142ed6b17403cb03c1.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url(e5e7f5ed5ea917bdb0aa2b019f4196a4c3d0118c.eot)  format("embedded-opentype"), url(2c440f0551a570e3df1f973a39a58c8205eeb10d.woff2)  format("woff2"), url(efcba3f39d3e58a8539bbaba4e8a6bae5eedbb8f.woff)  format("woff"), url(8f1fc4618f956860062fc035fdd92ca11611220c.ttf)  format("truetype"), url(a6bd167e2122cd1502f08294b0a5f2171c59f226.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(be1d9390bc150eb80f46685902c3a9107b825a3c.eot)  format("embedded-opentype"), url(14c4e524b4436208cfad1a0b0f7fa1619ae5c61e.woff2)  format("woff2"), url(4606a0525d5d376992657783a376f1ea6e65081a.woff)  format("woff"), url(90fbc2310ec64e4e820df51a483a747ee157364f.ttf)  format("truetype"), url(576957b91b0eebd87745e026b82ec65ce29f62cb.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(056f1d77496c7671cb548e8cb2d7bcf5d9d9e4e0.eot)  format("embedded-opentype"), url(a04292af08d8042701ed88db5984d645408f9e13.woff2)  format("woff2"), url(df4c922c28ad15f4159431cb146fb911797423aa.woff)  format("woff"), url(fbc8cb2e68df1c34428190ec8578c93c18489120.ttf)  format("truetype"), url(4d9f3595a91cb5cb57f2a088b9a0c8fbe4985605.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(bbcc52ddbc6573c18f32df4bf68b6b483ee145aa.eot)  format("embedded-opentype"), url(c2b4a0623a3baac75275c55e99fbed42a16613d2.woff2)  format("woff2"), url(2f11d90adc84a8271efba6c1a082a5f5a1a46ccb.woff)  format("woff"), url(8c657fcf5b14b118b4a5e460842560a193d72073.ttf)  format("truetype"), url(99b5d875f1bf66f71e45faf8bae4de0f80a253d9.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url(320e71f502dbf3515f867b7106d96696c05aa50a.eot)  format("embedded-opentype"), url(6383472ed63e4212fe338d03a43c26f4db8b149b.woff2)  format("woff2"), url(df18156b2cb5bcec4e701e648208f0ace385faba.woff)  format("woff"), url(2129d354e5ddefc87463e30f145185fd2577f81e.ttf)  format("truetype"), url(20ea5029a3ce8230b98449a11bb08827400c80c4.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(ce51b6d26ebde07b6624c9c0b06a0661d1734efc.eot)  format("embedded-opentype"), url(94730830ba6dd0fe465954bfa1680e225c110ec7.woff2)  format("woff2"), url(ac20cf4d5dce2c1be6bbcc97cfe9c0d8e0cc952b.woff)  format("woff"), url(2a63fe768c52fdb82126834d3d0a00097811b3e1.ttf)  format("truetype"), url(8f44e836dc603d992d15857cec4fbc17bc8eb900.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url(463852988b7f7aadca7ef3a46dd026ad9cdfb9ae.eot)  format("embedded-opentype"), url(4c6e06f02368e34e5180d6df4e803bf4b1df7ea7.woff2)  format("woff2"), url(9c32fecb0dd91e7d38a14836f97733bd31669b7a.woff)  format("woff"), url(c97216f2f7a3fe5343ed0a60fbecdb66bc7f031e.ttf)  format("truetype"), url(0771e667ad70d5af2febe4a209859f1d48c7f801.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url(5354efa63560f5e3ee234a681a12668720775298.eot)  format("embedded-opentype"), url(c1b0785642c3ff83f50bc8bc17d141be17829396.woff2)  format("woff2"), url(ec68feded08c09239323942f8ea8e596f9b2bbc7.woff)  format("woff"), url(38570fc950089f5888b98ce1dbfe1743a9c56463.ttf)  format("truetype"), url(c8614f45ad7bf33c0d252fca92ab25bfdf774c69.svg)  format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url(baaa9d1598d3540f37c5d694800ea21fb433b268.eot)  format("embedded-opentype"), url(728e24399e6da96448eaa7e81e2fa994a0254059.woff2)  format("woff2"), url(0b9a50af8570cd7acfb6e6f474e84151ab688ba0.woff)  format("woff"), url(b28d336d01efd7418f60763ad6e8395a6eb9c073.ttf)  format("truetype"), url(ac5d5db6ac5ad06ab8196ed1e2dc97fb3c1773c6.svg)  format("svg");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url(67ae307ace3e857fedee0e8431675e06c963e167.)  format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url(112143da926e92df8075cef652e3f4306a666cef.)  format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  src: url(f06791807b7f049470f1c46e096090dedc2e972d.)  format("woff");
}
@font-face {
  font-family: "stargate";
  font-style: normal;
  font-weight: 400;
  src: url(422b853ac249c5136bafae7cfeaeb877b377cb8e.eot)  format("embedded-opentype"), url(e631914a75870e787c7e4e326e930b84b7e19f4a.woff)  format("woff"), url(c02c7fedec49029a2ddbbbe4cc251ca4a754faf2.ttf)  format("truetype"), url(a02b3a2c03498beee1006b2634bebfb778e91070.svg)  format("svg");
}
[class*=" zsg-"], [class^="zsg-"] { line-height: 1; vertical-align: middle; }
[data-icon]::before { font-family: stargate ! important; content: attr(data-icon); font-style: normal ! important; font-weight: 400 ! important; font-variant: normal ! important; text-transform: none ! important; line-height: 1; }
[class*=" zsg-"]::before, [class^="zsg-"]::before { font-family: stargate ! important; font-style: normal ! important; font-weight: 400 ! important; font-variant: normal ! important; text-transform: none ! important; line-height: 1; }
.zsg-bars::before { content: ""; }
.zsg-check-circle::before { content: ""; }
.zsg-chevron-circle-down::before { content: ""; }
.zsg-chevron-circle-left::before { content: ""; }
.zsg-chevron-circle-right::before { content: ""; }
.zsg-download::before { content: ""; }
.zsg-envelope::before { content: ""; }
.zsg-facebook-circle::before { content: ""; }
.zsg-google-plus-circle::before { content: ""; }
.zsg-instagram::before { content: ""; }
.zsg-linkedin-circle::before { content: ""; }
.zsg-pinterest-circle::before { content: ""; }
.zsg-search::before { content: ""; }
.zsg-times::before { content: ""; }
.zsg-twitter-circle::before { content: ""; }
.zsg-whatsapp-circle::before { content: ""; }
.zsg-zillow::before { content: ""; }
.zsg-zillow-icon::before { content: ""; }
.zsg-zillow-icon-square::before { content: ""; }
.zsg-zillow-square::before { content: ""; }
.zsg-chevron-down::before { content: ""; }
.zsg-chevron-left::before { content: ""; }
.zsg-chevron-right::before { content: ""; }
.zsg-chevron-up::before { content: ""; }
.zsg-chevron-circle-up::before { content: ""; }
.zsg-caret-down::before { content: ""; }
.zsg-facebook::before { content: ""; }
.zsg-google-plus::before { content: ""; }
.zsg-linkedin::before { content: ""; }
.zsg-pinterest::before { content: ""; }
.zsg-pocket::before { content: ""; }
.zsg-lightbulb-o::before { content: ""; }
.zsg-calendar-hotpads::before { content: ""; }
.zsg-file-o-hotpads::before { content: ""; }
.zsg-twitter::before { content: ""; }
.zsg-stumbleupon::before { content: ""; }
.zsg-globe::before { content: ""; }
.zsg-google-plus::before { content: ""; }
.zsg-fa-star-o::before { content: ""; }
.zsg-fa-signal::before { content: ""; }
.zsg-fa-wrench::before { content: ""; }
.zsg-fa-home::before { content: ""; }
.zsg-fa-lightbulb-o::before { content: ""; }
.zsg-user::before { content: ""; }
.zsg-fa-pencil::before { content: ""; }
.zsg-fa-picture-o::before { content: ""; }
.zsg-fa-video-camera::before { content: ""; }
.zsg-fa-microphone::before { content: ""; }
.zsg-fa-play::before { content: ""; }
.zsg-fa-retweet::before { content: ""; }
.zsg-fa-reply::before { content: ""; }
.zsg-search-parc::before { content: ""; }
.zsg-calendar-parc::before { content: ""; }
.zsg-arrow-left-parc::before { content: ""; }
.zsg-arrow-right-parc::before { content: ""; }
.zsg-category-downloads-parc::before { content: ""; }
.zsg-category-events-parc::before { content: ""; }
.zsg-category-training-parc::before { content: ""; }
.zsg-category-webinars-parc::before { content: ""; }
.zsg-usd-digs::before { content: ""; }
.zsg-wrench-digs::before { content: ""; }
.zsg-clock-digs::before { content: ""; }
.zsg-lightbulb-digs::before { content: ""; }
.zsg-check-circle-o::before { content: ""; }
.zsg-usd::before { content: ""; }
.zsg-phone::before { content: ""; }
.zsg-wechat-circle::before { content: ""; }
.zsg-weibo-circle::before { content: ""; }
.zsg-phone-o::before { content: ""; }
.zsg-envelope-o::before { content: ""; }
.zsg-calculator::before { content: ""; }
.zsg-file-check::before { content: ""; }
.zsg-list-heart::before { content: ""; }
.zsg-quote-left::before { content: ""; }
.zsg-quote-right::before { content: ""; }
.zsg-fa-question-circle::before { content: ""; }
.zsg-instagram-circle::before { content: ""; }
.zsg-number-1::before { content: ""; }
.zsg-number-2::before { content: ""; }
.zsg-number-3::before { content: ""; }
.zsg-number-4::before { content: ""; }
.zsg-number-5::before { content: ""; }
.zsg-number-6::before { content: ""; }
.zsg-number-7::before { content: ""; }
.zsg-number-8::before { content: ""; }
.zsg-number-9::before { content: ""; }
.zsg-fa-star::before { content: ""; }
.zsg-fa-mobile::before { content: ""; }
.zsg-screen-share::before { content: ""; }
.zsg-magnet-o::before { content: ""; }
html { font-family: sans-serif; }
body { margin: 0px; }
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: 0px; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0px none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { background: rgb(255, 255, 0) none repeat scroll 0% 0%; color: rgb(0, 0, 0); }
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: 0px none; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0px none; padding: 0px; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="search"] { box-sizing: content-box; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px none; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
@media print {
  *, *::after, *::before { background: transparent none repeat scroll 0px 0px ! important; color: rgb(0, 0, 0) ! important; box-shadow: none ! important; text-shadow: none ! important; }
  a, a:visited { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }
  blockquote, pre { border: 1px solid rgb(153, 153, 153); page-break-inside: avoid; }
  thead { display: table-header-group; }
  img, tr { page-break-inside: avoid; }
  img { max-width: 100% ! important; }
  h2, h3, p {  }
  h2, h3 { page-break-after: avoid; }
  select { background: rgb(255, 255, 255) none repeat scroll 0% 0% ! important; }
  .navbar { display: none; }
  .btn > .caret, .comment-form .dropup > input[type="submit"] > .caret, .comment-form input[type="submit"] > .caret, .dropup > .btn > .caret { border-top-color: rgb(0, 0, 0) ! important; }
  .label { border: 1px solid rgb(0, 0, 0); }
  .table { border-collapse: collapse ! important; }
  .table td, .table th { background-color: rgb(255, 255, 255) ! important; }
  .table-bordered td, .table-bordered th { border: 1px solid rgb(221, 221, 221) ! important; }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(8d5c40bcff89cf20ff2e6f8c189e47b4a7e87b2b.eot)  format("embedded-opentype"), url(b3e8f13a0445986fd08e01f9c5a1af30768c0315.woff2)  format("woff2"), url(93422ffbfd4e86900e3fc98fb88f0f567179c427.woff)  format("woff"), url(3311d883ad7a50778147c822a67f87198551f854.ttf)  format("truetype"), url(ba8adfff36e4d629f6f90e2508948caa3d083691.svg)  format("svg");
}
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; }
.glyphicon-asterisk::before { content: "*"; }
.glyphicon-plus::before { content: "+"; }
.glyphicon-eur::before, .glyphicon-euro::before { content: "€"; }
.glyphicon-minus::before { content: "−"; }
.glyphicon-cloud::before { content: "☁"; }
.glyphicon-envelope::before { content: "✉"; }
.glyphicon-pencil::before { content: "✏"; }
.glyphicon-glass::before { content: ""; }
.glyphicon-music::before { content: ""; }
.glyphicon-search::before { content: ""; }
.glyphicon-heart::before { content: ""; }
.glyphicon-star::before { content: ""; }
.glyphicon-star-empty::before { content: ""; }
.glyphicon-user::before { content: ""; }
.glyphicon-film::before { content: ""; }
.glyphicon-th-large::before { content: ""; }
.glyphicon-th::before { content: ""; }
.glyphicon-th-list::before { content: ""; }
.glyphicon-ok::before { content: ""; }
.glyphicon-remove::before { content: ""; }
.glyphicon-zoom-in::before { content: ""; }
.glyphicon-zoom-out::before { content: ""; }
.glyphicon-off::before { content: ""; }
.glyphicon-signal::before { content: ""; }
.glyphicon-cog::before { content: ""; }
.glyphicon-trash::before { content: ""; }
.glyphicon-home::before { content: ""; }
.glyphicon-file::before { content: ""; }
.glyphicon-time::before { content: ""; }
.glyphicon-road::before { content: ""; }
.glyphicon-download-alt::before { content: ""; }
.glyphicon-download::before { content: ""; }
.glyphicon-upload::before { content: ""; }
.glyphicon-inbox::before { content: ""; }
.glyphicon-play-circle::before { content: ""; }
.glyphicon-repeat::before { content: ""; }
.glyphicon-refresh::before { content: ""; }
.glyphicon-list-alt::before { content: ""; }
.glyphicon-lock::before { content: ""; }
.glyphicon-flag::before { content: ""; }
.glyphicon-headphones::before { content: ""; }
.glyphicon-volume-off::before { content: ""; }
.glyphicon-volume-down::before { content: ""; }
.glyphicon-volume-up::before { content: ""; }
.glyphicon-qrcode::before { content: ""; }
.glyphicon-barcode::before { content: ""; }
.glyphicon-tag::before { content: ""; }
.glyphicon-tags::before { content: ""; }
.glyphicon-book::before { content: ""; }
.glyphicon-bookmark::before { content: ""; }
.glyphicon-print::before { content: ""; }
.glyphicon-camera::before { content: ""; }
.glyphicon-font::before { content: ""; }
.glyphicon-bold::before { content: ""; }
.glyphicon-italic::before { content: ""; }
.glyphicon-text-height::before { content: ""; }
.glyphicon-text-width::before { content: ""; }
.glyphicon-align-left::before { content: ""; }
.glyphicon-align-center::before { content: ""; }
.glyphicon-align-right::before { content: ""; }
.glyphicon-align-justify::before { content: ""; }
.glyphicon-list::before { content: ""; }
.glyphicon-indent-left::before { content: ""; }
.glyphicon-indent-right::before { content: ""; }
.glyphicon-facetime-video::before { content: ""; }
.glyphicon-picture::before { content: ""; }
.glyphicon-map-marker::before { content: ""; }
.glyphicon-adjust::before { content: ""; }
.glyphicon-tint::before { content: ""; }
.glyphicon-edit::before { content: ""; }
.glyphicon-share::before { content: ""; }
.glyphicon-check::before { content: ""; }
.glyphicon-move::before { content: ""; }
.glyphicon-step-backward::before { content: ""; }
.glyphicon-fast-backward::before { content: ""; }
.glyphicon-backward::before { content: ""; }
.glyphicon-play::before { content: ""; }
.glyphicon-pause::before { content: ""; }
.glyphicon-stop::before { content: ""; }
.glyphicon-forward::before { content: ""; }
.glyphicon-fast-forward::before { content: ""; }
.glyphicon-step-forward::before { content: ""; }
.glyphicon-eject::before { content: ""; }
.glyphicon-chevron-left::before { content: ""; }
.glyphicon-chevron-right::before { content: ""; }
.glyphicon-plus-sign::before { content: ""; }
.glyphicon-minus-sign::before { content: ""; }
.glyphicon-remove-sign::before { content: ""; }
.glyphicon-ok-sign::before { content: ""; }
.glyphicon-question-sign::before { content: ""; }
.glyphicon-info-sign::before { content: ""; }
.glyphicon-screenshot::before { content: ""; }
.glyphicon-remove-circle::before { content: ""; }
.glyphicon-ok-circle::before { content: ""; }
.glyphicon-ban-circle::before { content: ""; }
.glyphicon-arrow-left::before { content: ""; }
.glyphicon-arrow-right::before { content: ""; }
.glyphicon-arrow-up::before { content: ""; }
.glyphicon-arrow-down::before { content: ""; }
.glyphicon-share-alt::before { content: ""; }
.glyphicon-resize-full::before { content: ""; }
.glyphicon-resize-small::before { content: ""; }
.glyphicon-exclamation-sign::before { content: ""; }
.glyphicon-gift::before { content: ""; }
.glyphicon-leaf::before { content: ""; }
.glyphicon-fire::before { content: ""; }
.glyphicon-eye-open::before { content: ""; }
.glyphicon-eye-close::before { content: ""; }
.glyphicon-warning-sign::before { content: ""; }
.glyphicon-plane::before { content: ""; }
.glyphicon-calendar::before { content: ""; }
.glyphicon-random::before { content: ""; }
.glyphicon-comment::before { content: ""; }
.glyphicon-magnet::before { content: ""; }
.glyphicon-chevron-up::before { content: ""; }
.glyphicon-chevron-down::before { content: ""; }
.glyphicon-retweet::before { content: ""; }
.glyphicon-shopping-cart::before { content: ""; }
.glyphicon-folder-close::before { content: ""; }
.glyphicon-folder-open::before { content: ""; }
.glyphicon-resize-vertical::before { content: ""; }
.glyphicon-resize-horizontal::before { content: ""; }
.glyphicon-hdd::before { content: ""; }
.glyphicon-bullhorn::before { content: ""; }
.glyphicon-bell::before { content: ""; }
.glyphicon-certificate::before { content: ""; }
.glyphicon-thumbs-up::before { content: ""; }
.glyphicon-thumbs-down::before { content: ""; }
.glyphicon-hand-right::before { content: ""; }
.glyphicon-hand-left::before { content: ""; }
.glyphicon-hand-up::before { content: ""; }
.glyphicon-hand-down::before { content: ""; }
.glyphicon-circle-arrow-right::before { content: ""; }
.glyphicon-circle-arrow-left::before { content: ""; }
.glyphicon-circle-arrow-up::before { content: ""; }
.glyphicon-circle-arrow-down::before { content: ""; }
.glyphicon-globe::before { content: ""; }
.glyphicon-wrench::before { content: ""; }
.glyphicon-tasks::before { content: ""; }
.glyphicon-filter::before { content: ""; }
.glyphicon-briefcase::before { content: ""; }
.glyphicon-fullscreen::before { content: ""; }
.glyphicon-dashboard::before { content: ""; }
.glyphicon-paperclip::before { content: ""; }
.glyphicon-heart-empty::before { content: ""; }
.glyphicon-link::before { content: ""; }
.glyphicon-phone::before { content: ""; }
.glyphicon-pushpin::before { content: ""; }
.glyphicon-usd::before { content: ""; }
.glyphicon-gbp::before { content: ""; }
.glyphicon-sort::before { content: ""; }
.glyphicon-sort-by-alphabet::before { content: ""; }
.glyphicon-sort-by-alphabet-alt::before { content: ""; }
.glyphicon-sort-by-order::before { content: ""; }
.glyphicon-sort-by-order-alt::before { content: ""; }
.glyphicon-sort-by-attributes::before { content: ""; }
.glyphicon-sort-by-attributes-alt::before { content: ""; }
.glyphicon-unchecked::before { content: ""; }
.glyphicon-expand::before { content: ""; }
.glyphicon-collapse-down::before { content: ""; }
.glyphicon-collapse-up::before { content: ""; }
.glyphicon-log-in::before { content: ""; }
.glyphicon-flash::before { content: ""; }
.glyphicon-log-out::before { content: ""; }
.glyphicon-new-window::before { content: ""; }
.glyphicon-record::before { content: ""; }
.glyphicon-save::before { content: ""; }
.glyphicon-open::before { content: ""; }
.glyphicon-saved::before { content: ""; }
.glyphicon-import::before { content: ""; }
.glyphicon-export::before { content: ""; }
.glyphicon-send::before { content: ""; }
.glyphicon-floppy-disk::before { content: ""; }
.glyphicon-floppy-saved::before { content: ""; }
.glyphicon-floppy-remove::before { content: ""; }
.glyphicon-floppy-save::before { content: ""; }
.glyphicon-floppy-open::before { content: ""; }
.glyphicon-credit-card::before { content: ""; }
.glyphicon-transfer::before { content: ""; }
.glyphicon-cutlery::before { content: ""; }
.glyphicon-header::before { content: ""; }
.glyphicon-compressed::before { content: ""; }
.glyphicon-earphone::before { content: ""; }
.glyphicon-phone-alt::before { content: ""; }
.glyphicon-tower::before { content: ""; }
.glyphicon-stats::before { content: ""; }
.glyphicon-sd-video::before { content: ""; }
.glyphicon-hd-video::before { content: ""; }
.glyphicon-subtitles::before { content: ""; }
.glyphicon-sound-stereo::before { content: ""; }
.glyphicon-sound-dolby::before { content: ""; }
.glyphicon-sound-5-1::before { content: ""; }
.glyphicon-sound-6-1::before { content: ""; }
.glyphicon-sound-7-1::before { content: ""; }
.glyphicon-copyright-mark::before { content: ""; }
.glyphicon-registration-mark::before { content: ""; }
.glyphicon-cloud-download::before { content: ""; }
.glyphicon-cloud-upload::before { content: ""; }
.glyphicon-tree-conifer::before { content: ""; }
.glyphicon-tree-deciduous::before { content: ""; }
.glyphicon-cd::before { content: ""; }
.glyphicon-save-file::before { content: ""; }
.glyphicon-open-file::before { content: ""; }
.glyphicon-level-up::before { content: ""; }
.glyphicon-copy::before { content: ""; }
.glyphicon-paste::before { content: ""; }
.glyphicon-alert::before { content: ""; }
.glyphicon-equalizer::before { content: ""; }
.glyphicon-king::before { content: ""; }
.glyphicon-queen::before { content: ""; }
.glyphicon-pawn::before { content: ""; }
.glyphicon-bishop::before { content: ""; }
.glyphicon-knight::before { content: ""; }
.glyphicon-baby-formula::before { content: ""; }
.glyphicon-tent::before { content: "⛺"; }
.glyphicon-blackboard::before { content: ""; }
.glyphicon-bed::before { content: ""; }
.glyphicon-apple::before { content: ""; }
.glyphicon-erase::before { content: ""; }
.glyphicon-hourglass::before { content: "⌛"; }
.glyphicon-lamp::before { content: ""; }
.glyphicon-duplicate::before { content: ""; }
.glyphicon-piggy-bank::before { content: ""; }
.glyphicon-scissors::before { content: ""; }
.glyphicon-bitcoin::before { content: ""; }
.glyphicon-btc::before { content: ""; }
.glyphicon-xbt::before { content: ""; }
.glyphicon-yen::before { content: "¥"; }
.glyphicon-jpy::before { content: "¥"; }
.glyphicon-ruble::before { content: "₽"; }
.glyphicon-rub::before { content: "₽"; }
.glyphicon-scale::before { content: ""; }
.glyphicon-ice-lolly::before { content: ""; }
.glyphicon-ice-lolly-tasted::before { content: ""; }
.glyphicon-education::before { content: ""; }
.glyphicon-option-horizontal::before { content: ""; }
.glyphicon-option-vertical::before { content: ""; }
.glyphicon-menu-hamburger::before { content: ""; }
.glyphicon-modal-window::before { content: ""; }
.glyphicon-oil::before { content: ""; }
.glyphicon-grain::before { content: ""; }
.glyphicon-sunglasses::before { content: ""; }
.glyphicon-text-size::before { content: ""; }
.glyphicon-text-color::before { content: ""; }
.glyphicon-text-background::before { content: ""; }
.glyphicon-object-align-top::before { content: ""; }
.glyphicon-object-align-bottom::before { content: ""; }
.glyphicon-object-align-horizontal::before { content: ""; }
.glyphicon-object-align-left::before { content: ""; }
.glyphicon-object-align-vertical::before { content: ""; }
.glyphicon-object-align-right::before { content: ""; }
.glyphicon-triangle-right::before { content: ""; }
.glyphicon-triangle-left::before { content: ""; }
.glyphicon-triangle-bottom::before { content: ""; }
.glyphicon-triangle-top::before { content: ""; }
.glyphicon-console::before { content: ""; }
.glyphicon-superscript::before { content: ""; }
.glyphicon-subscript::before { content: ""; }
.glyphicon-menu-left::before { content: ""; }
.glyphicon-menu-right::before { content: ""; }
.glyphicon-menu-down::before { content: ""; }
.glyphicon-menu-up::before { content: ""; }
* { box-sizing: border-box; }
*::after, *::before { box-sizing: border-box; }
html { font-size: 10px; }
body { font-family: Gotham,Verdana,sans-serif; font-size: 14px; line-height: 1.71429; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
a { color: rgb(0, 116, 228); text-decoration: none; }
a:focus, a:hover { color: rgb(0, 77, 152); text-decoration: underline; }
a:focus { outline: thin dotted; outline-offset: -2px; }
figure { margin: 0px; }
img { vertical-align: middle; }
.img-responsive, body.category-case-studies #posts article .excerpt .excerpt-image img, body.category-testimonials #posts article .excerpt .excerpt-image img { display: block; max-width: 100%; height: auto; }
.img-rounded { border-radius: 6px; }
.img-thumbnail { padding: 4px; line-height: 1.71429; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 0px; transition: all 0.2s ease-in-out 0s; display: inline-block; max-width: 100%; height: auto; }
.img-circle, body.category-case-studies #posts article .excerpt .excerpt-image img, body.category-testimonials #posts article .excerpt .excerpt-image img { border-radius: 50%; }
hr { margin-top: 23px; margin-bottom: 23px; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(238, 238, 238) currentcolor currentcolor; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.screen-reader-text, .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); border: 0px none; }
.screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0px; overflow: visible; clip: auto; }
[role="button"] { cursor: pointer; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.3em; color: inherit; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: rgb(119, 119, 119); }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 23px; margin-bottom: 11.5px; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65%; }
.h4, .h5, .h6, h4, h5, h6 { margin-top: 11.5px; margin-bottom: 11.5px; }
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75%; }
.h1, h1 { font-size: 36px; }
.h2, h2 { font-size: 30px; }
.h3, h3 { font-size: 24px; }
.h4, h4 { font-size: 18px; }
.h5, h5 { font-size: 14px; }
.h6, h6 { font-size: 12px; }
p { margin: 0px 0px 11.5px; }
.lead { margin-bottom: 23px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) {
  .lead { font-size: 21px; }
}
.small, small { font-size: 85%; }
.mark, mark { background-color: rgb(252, 248, 227); padding: 0.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; }
.initialism, .text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-muted { color: rgb(119, 119, 119); }
.text-primary { color: rgb(0, 116, 228); }
a.text-primary:hover { color: rgb(0, 90, 177); }
.text-success { color: rgb(60, 118, 61); }
a.text-success:hover { color: rgb(43, 84, 44); }
.text-info { color: rgb(49, 112, 143); }
a.text-info:hover { color: rgb(36, 82, 105); }
.text-warning { color: rgb(138, 109, 59); }
a.text-warning:hover { color: rgb(102, 81, 44); }
.text-danger { color: rgb(169, 68, 66); }
a.text-danger:hover { color: rgb(132, 53, 52); }
.bg-primary { color: rgb(255, 255, 255); }
.bg-primary { background-color: rgb(0, 116, 228); }
a.bg-primary:hover { background-color: rgb(0, 90, 177); }
.bg-success { background-color: rgb(223, 240, 216); }
a.bg-success:hover { background-color: rgb(193, 226, 179); }
.bg-info { background-color: rgb(217, 237, 247); }
a.bg-info:hover { background-color: rgb(175, 217, 238); }
.bg-warning { background-color: rgb(252, 248, 227); }
a.bg-warning:hover { background-color: rgb(247, 236, 181); }
.bg-danger { background-color: rgb(242, 222, 222); }
a.bg-danger:hover { background-color: rgb(228, 185, 185); }
.page-header { padding-bottom: 10.5px; margin: 46px 0px 23px; border-bottom: 1px solid rgb(238, 238, 238); }
ol, ul { margin-top: 0px; margin-bottom: 11.5px; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
#subnav .modal-dialog .modal-widget ul, .list-unstyled { padding-left: 0px; list-style: outside none none; }
.list-inline { padding-left: 0px; list-style: outside none none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
dl { margin-top: 0px; margin-bottom: 23px; }
dd, dt { line-height: 1.71429; }
dt { font-weight: 700; }
dd { margin-left: 0px; }
.dl-horizontal dd::after, .dl-horizontal dd::before { content: " "; display: table; }
.dl-horizontal dd::after { clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; }
}
abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted rgb(119, 119, 119); }
.initialism { font-size: 90%; }
blockquote { padding: 11.5px 23px; margin: 0px 0px 23px; font-size: 17.5px; border-left: 5px solid rgb(238, 238, 238); }
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0px; }
blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.71429; color: rgb(119, 119, 119); }
blockquote .small::before, blockquote footer::before, blockquote small::before { content: "— "; }
.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0px; border-right: 5px solid rgb(238, 238, 238); border-left: 0px none; text-align: right; }
.blockquote-reverse .small::before, .blockquote-reverse footer::before, .blockquote-reverse small::before, blockquote.pull-right .small::before, blockquote.pull-right footer::before, blockquote.pull-right small::before { content: ""; }
.blockquote-reverse .small::after, .blockquote-reverse footer::after, .blockquote-reverse small::after, blockquote.pull-right .small::after, blockquote.pull-right footer::after, blockquote.pull-right small::after { content: " —"; }
address { margin-bottom: 23px; font-style: normal; line-height: 1.71429; }
code, kbd, pre, samp { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
code { padding: 2px 4px; font-size: 90%; color: rgb(199, 37, 78); background-color: rgb(249, 242, 244); border-radius: 0px; }
kbd { padding: 2px 4px; font-size: 90%; color: rgb(255, 255, 255); background-color: rgb(51, 51, 51); border-radius: 3px; box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset; }
kbd kbd { padding: 0px; font-size: 100%; font-weight: 700; box-shadow: none; }
pre { display: block; padding: 11px; margin: 0px 0px 11.5px; font-size: 13px; line-height: 1.71429; word-break: break-all; overflow-wrap: break-word; color: rgb(51, 51, 51); background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 0px; }
pre code { padding: 0px; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0px; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }
.container::after, .container::before { content: " "; display: table; }
.container::after { clear: both; }
@media (min-width: 768px) {
  .container { width: 760px; }
}
@media (min-width: 1024px) {
  .container { width: 1020px; }
}
@media (min-width: 1200px) {
  .container { width: 1180px; }
}
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }
.container-fluid::after, .container-fluid::before { content: " "; display: table; }
.container-fluid::after { clear: both; }
.row { margin-left: -20px; margin-right: -20px; }
.row::after, .row::before { content: " "; display: table; }
.row::after { clear: both; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; }
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left; }
.col-xs-1 { width: 8.33333%; }
.col-xs-2 { width: 16.6667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.3333%; }
.col-xs-5 { width: 41.6667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.3333%; }
.col-xs-8 { width: 66.6667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.3333%; }
.col-xs-11 { width: 91.6667%; }
.col-xs-12 { width: 100%; }
.col-xs-pull-0 { right: auto; }
.col-xs-pull-1 { right: 8.33333%; }
.col-xs-pull-2 { right: 16.6667%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-4 { right: 33.3333%; }
.col-xs-pull-5 { right: 41.6667%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-7 { right: 58.3333%; }
.col-xs-pull-8 { right: 66.6667%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-10 { right: 83.3333%; }
.col-xs-pull-11 { right: 91.6667%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-push-0 { left: auto; }
.col-xs-push-1 { left: 8.33333%; }
.col-xs-push-2 { left: 16.6667%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-4 { left: 33.3333%; }
.col-xs-push-5 { left: 41.6667%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-7 { left: 58.3333%; }
.col-xs-push-8 { left: 66.6667%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-10 { left: 83.3333%; }
.col-xs-push-11 { left: 91.6667%; }
.col-xs-push-12 { left: 100%; }
.col-xs-offset-0 { margin-left: 0px; }
.col-xs-offset-1 { margin-left: 8.33333%; }
.col-xs-offset-2 { margin-left: 16.6667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.3333%; }
.col-xs-offset-5 { margin-left: 41.6667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.3333%; }
.col-xs-offset-8 { margin-left: 66.6667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.3333%; }
.col-xs-offset-11 { margin-left: 91.6667%; }
.col-xs-offset-12 { margin-left: 100%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.6667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.3333%; }
  .col-sm-5 { width: 41.6667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.3333%; }
  .col-sm-8 { width: 66.6667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.3333%; }
  .col-sm-11 { width: 91.6667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.6667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.3333%; }
  .col-sm-pull-5 { right: 41.6667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.3333%; }
  .col-sm-pull-8 { right: 66.6667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.3333%; }
  .col-sm-pull-11 { right: 91.6667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.6667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.3333%; }
  .col-sm-push-5 { left: 41.6667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.3333%; }
  .col-sm-push-8 { left: 66.6667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.3333%; }
  .col-sm-push-11 { left: 91.6667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0px; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.6667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.3333%; }
  .col-sm-offset-5 { margin-left: 41.6667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.3333%; }
  .col-sm-offset-8 { margin-left: 66.6667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.3333%; }
  .col-sm-offset-11 { margin-left: 91.6667%; }
  .col-sm-offset-12 { margin-left: 100%; }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.6667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.3333%; }
  .col-md-5 { width: 41.6667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.3333%; }
  .col-md-8 { width: 66.6667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.3333%; }
  .col-md-11 { width: 91.6667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.6667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.3333%; }
  .col-md-pull-5 { right: 41.6667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.3333%; }
  .col-md-pull-8 { right: 66.6667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.3333%; }
  .col-md-pull-11 { right: 91.6667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.6667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.3333%; }
  .col-md-push-5 { left: 41.6667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.3333%; }
  .col-md-push-8 { left: 66.6667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.3333%; }
  .col-md-push-11 { left: 91.6667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0px; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.6667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.3333%; }
  .col-md-offset-5 { margin-left: 41.6667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.3333%; }
  .col-md-offset-8 { margin-left: 66.6667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.3333%; }
  .col-md-offset-11 { margin-left: 91.6667%; }
  .col-md-offset-12 { margin-left: 100%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.6667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.3333%; }
  .col-lg-5 { width: 41.6667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.3333%; }
  .col-lg-8 { width: 66.6667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.3333%; }
  .col-lg-11 { width: 91.6667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.6667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.3333%; }
  .col-lg-pull-5 { right: 41.6667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.3333%; }
  .col-lg-pull-8 { right: 66.6667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.3333%; }
  .col-lg-pull-11 { right: 91.6667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.6667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.3333%; }
  .col-lg-push-5 { left: 41.6667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.3333%; }
  .col-lg-push-8 { left: 66.6667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.3333%; }
  .col-lg-push-11 { left: 91.6667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0px; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.6667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.3333%; }
  .col-lg-offset-5 { margin-left: 41.6667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.3333%; }
  .col-lg-offset-8 { margin-left: 66.6667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.3333%; }
  .col-lg-offset-11 { margin-left: 91.6667%; }
  .col-lg-offset-12 { margin-left: 100%; }
}
table { background-color: transparent; }
caption { padding-top: 8px; padding-bottom: 8px; color: rgb(119, 119, 119); text-align: left; }
th { text-align: left; }
.table { width: 100%; max-width: 100%; margin-bottom: 23px; }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 8px; line-height: 1.71429; vertical-align: top; border-top: 1px solid rgb(221, 221, 221); }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid rgb(221, 221, 221); }
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0px none; }
.table > tbody + tbody { border-top: 2px solid rgb(221, 221, 221); }
.table .table { background-color: rgb(255, 255, 255); }
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 5px; }
.table-bordered { border: 1px solid rgb(221, 221, 221); }
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid rgb(221, 221, 221); }
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: rgb(249, 249, 249); }
.table-hover > tbody > tr:hover { background-color: rgb(245, 245, 245); }
table col[class*="col-"] { position: static; float: none; display: table-column; }
table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: rgb(245, 245, 245); }
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: rgb(232, 232, 232); }
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: rgb(223, 240, 216); }
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: rgb(208, 233, 198); }
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: rgb(217, 237, 247); }
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: rgb(196, 227, 243); }
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: rgb(252, 248, 227); }
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: rgb(250, 242, 204); }
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: rgb(242, 222, 222); }
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: rgb(235, 204, 204); }
.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) {
  .table-responsive { width: 100%; margin-bottom: 17.25px; overflow-y: hidden; border: 1px solid rgb(221, 221, 221); }
  .table-responsive > .table { margin-bottom: 0px; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0px none; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0px none; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0px none; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0px none; }
}
fieldset { padding: 0px; margin: 0px; border: 0px none; min-width: 0px; }
legend { display: block; width: 100%; padding: 0px; margin-bottom: 23px; font-size: 21px; line-height: inherit; color: rgb(51, 51, 51); border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(229, 229, 229); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
input[type="search"] { box-sizing: border-box; }
input[type="checkbox"], input[type="radio"] { margin: 4px 0px 0px; line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple], select[size] { height: auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="file"]:focus { outline: thin dotted; outline-offset: -2px; }
output { display: block; padding-top: 9px; font-size: 14px; line-height: 1.71429; color: rgb(85, 85, 85); }
#search .search-field, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, .form-control { display: block; width: 100%; height: 41px; padding: 8px 12px; font-size: 14px; line-height: 1.71429; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255); background-image: none; border: 1px solid rgb(204, 204, 204); border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
#search .search-field:focus, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus, .form-control:focus { border-color: rgb(102, 175, 233); outline: 0px none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }
#search .search-field::-moz-placeholder, .comment-form input[type="text"]::-moz-placeholder, .comment-form input[type="email"]::-moz-placeholder, .comment-form input[type="url"]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .form-control::-moz-placeholder { color: rgb(153, 153, 153); opacity: 1; }
#search .search-field[disabled], #search .search-field[readonly], #search fieldset[disabled] .search-field, .comment-form fieldset[disabled] input[type="text"], .comment-form fieldset[disabled] input[type="email"], .comment-form fieldset[disabled] input[type="url"], .comment-form fieldset[disabled] textarea, .comment-form input[disabled][type="text"], .comment-form input[disabled][type="email"], .comment-form input[disabled][type="url"], .comment-form input[readonly][type="text"], .comment-form input[readonly][type="email"], .comment-form input[readonly][type="url"], .comment-form textarea[disabled], .comment-form textarea[readonly], .form-control[disabled], .form-control[readonly], fieldset[disabled] #search .search-field, fieldset[disabled] .comment-form input[type="text"], fieldset[disabled] .comment-form input[type="email"], fieldset[disabled] .comment-form input[type="url"], fieldset[disabled] .comment-form textarea, fieldset[disabled] .form-control { background-color: rgb(238, 238, 238); opacity: 1; }
#search .search-field[disabled], #search fieldset[disabled] .search-field, .comment-form fieldset[disabled] input[type="text"], .comment-form fieldset[disabled] input[type="email"], .comment-form fieldset[disabled] input[type="url"], .comment-form fieldset[disabled] textarea, .comment-form input[disabled][type="text"], .comment-form input[disabled][type="email"], .comment-form input[disabled][type="url"], .comment-form textarea[disabled], .form-control[disabled], fieldset[disabled] #search .search-field, fieldset[disabled] .comment-form input[type="text"], fieldset[disabled] .comment-form input[type="email"], fieldset[disabled] .comment-form input[type="url"], fieldset[disabled] .comment-form textarea, fieldset[disabled] .form-control { cursor: not-allowed; }
#search textarea.search-field, .comment-form textarea, textarea.form-control { height: auto; }
input[type="search"] {  }
@media not all {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 41px; }
  #search .input-group-sm > input.search-field[type="date"], #search .input-group-sm > input.search-field[type="time"], #search .input-group-sm > input.search-field[type="datetime-local"], #search .input-group-sm > input.search-field[type="month"], .comment-form .input-group-sm > .input-group-btn > input[type="date"][type="submit"], .comment-form .input-group-sm > .input-group-btn > input[type="time"][type="submit"], .comment-form .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"], .comment-form .input-group-sm > .input-group-btn > input[type="month"][type="submit"], .comment-form .input-group-sm > input[type="date"][type="text"], .comment-form .input-group-sm > input[type="date"][type="email"], .comment-form .input-group-sm > input[type="date"][type="url"], .comment-form .input-group-sm > input[type="time"][type="text"], .comment-form .input-group-sm > input[type="time"][type="email"], .comment-form .input-group-sm > input[type="time"][type="url"], .comment-form .input-group-sm > input[type="datetime-local"][type="text"], .comment-form .input-group-sm > input[type="datetime-local"][type="email"], .comment-form .input-group-sm > input[type="datetime-local"][type="url"], .comment-form .input-group-sm > input[type="month"][type="text"], .comment-form .input-group-sm > input[type="month"][type="email"], .comment-form .input-group-sm > input[type="month"][type="url"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"] { line-height: 30px; }
  #search .input-group-lg > input.search-field[type="date"], #search .input-group-lg > input.search-field[type="time"], #search .input-group-lg > input.search-field[type="datetime-local"], #search .input-group-lg > input.search-field[type="month"], .comment-form .input-group-lg > .input-group-btn > input[type="date"][type="submit"], .comment-form .input-group-lg > .input-group-btn > input[type="time"][type="submit"], .comment-form .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"], .comment-form .input-group-lg > .input-group-btn > input[type="month"][type="submit"], .comment-form .input-group-lg > input[type="date"][type="text"], .comment-form .input-group-lg > input[type="date"][type="email"], .comment-form .input-group-lg > input[type="date"][type="url"], .comment-form .input-group-lg > input[type="time"][type="text"], .comment-form .input-group-lg > input[type="time"][type="email"], .comment-form .input-group-lg > input[type="time"][type="url"], .comment-form .input-group-lg > input[type="datetime-local"][type="text"], .comment-form .input-group-lg > input[type="datetime-local"][type="email"], .comment-form .input-group-lg > input[type="datetime-local"][type="url"], .comment-form .input-group-lg > input[type="month"][type="text"], .comment-form .input-group-lg > input[type="month"][type="email"], .comment-form .input-group-lg > input[type="month"][type="url"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"] { line-height: 46px; }
}
.comment-form p, .form-group { margin-bottom: 15px; }
.checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.checkbox label, .radio label { min-height: 23px; padding-left: 20px; margin-bottom: 0px; font-weight: 400; cursor: pointer; }
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] { position: absolute; margin-left: -20px; }
.checkbox + .checkbox, .radio + .radio { margin-top: -5px; }
.checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0px; vertical-align: middle; font-weight: 400; cursor: pointer; }
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0px; margin-left: 10px; }
fieldset[disabled] input[type="checkbox"], fieldset[disabled] input[type="radio"], input.disabled[type="checkbox"], input[type="checkbox"][disabled], input.disabled[type="radio"], input[type="radio"][disabled] { cursor: not-allowed; }
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline { cursor: not-allowed; }
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label { cursor: not-allowed; }
.form-control-static { padding-top: 9px; padding-bottom: 9px; margin-bottom: 0px; min-height: 37px; }
#search .input-group-lg > .form-control-static.search-field, #search .input-group-sm > .form-control-static.search-field, .comment-form .input-group-lg > .input-group-btn > input.form-control-static[type="submit"], .comment-form .input-group-lg > input.form-control-static[type="text"], .comment-form .input-group-lg > input.form-control-static[type="email"], .comment-form .input-group-lg > input.form-control-static[type="url"], .comment-form .input-group-lg > textarea.form-control-static, .comment-form .input-group-sm > .input-group-btn > input.form-control-static[type="submit"], .comment-form .input-group-sm > input.form-control-static[type="text"], .comment-form .input-group-sm > input.form-control-static[type="email"], .comment-form .input-group-sm > input.form-control-static[type="url"], .comment-form .input-group-sm > textarea.form-control-static, .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0px; padding-right: 0px; }
#search .input-group-sm > .search-field, .comment-form .input-group-sm > .input-group-btn > input[type="submit"], .comment-form .input-group-sm > input[type="text"], .comment-form .input-group-sm > input[type="email"], .comment-form .input-group-sm > input[type="url"], .comment-form .input-group-sm > textarea, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
#search .input-group-sm > select.search-field, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm { height: 30px; line-height: 30px; }
#search .input-group-sm > select.search-field[multiple], #search .input-group-sm > textarea.search-field, .comment-form .input-group-sm > textarea, .input-group-sm > .input-group-btn > select.btn[multiple], .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select.input-sm[multiple], textarea.input-sm { height: auto; }
#search .form-group-sm .search-field, .comment-form .form-group-sm input[type="text"], .comment-form .form-group-sm input[type="email"], .comment-form .form-group-sm input[type="url"], .comment-form .form-group-sm textarea, .form-group-sm #search .search-field, .form-group-sm .comment-form input[type="text"], .form-group-sm .comment-form input[type="email"], .form-group-sm .comment-form input[type="url"], .form-group-sm .comment-form textarea, .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
#search .form-group-sm select.search-field, .form-group-sm #search select.search-field, .form-group-sm select.form-control { height: 30px; line-height: 30px; }
#search .form-group-sm select.search-field[multiple], #search .form-group-sm textarea.search-field, .comment-form .form-group-sm textarea, .form-group-sm #search select.search-field[multiple], .form-group-sm #search textarea.search-field, .form-group-sm .comment-form textarea, .form-group-sm select.form-control[multiple], .form-group-sm textarea.form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; min-height: 35px; }
#search .input-group-lg > .search-field, .comment-form .input-group-lg > .input-group-btn > input[type="submit"], .comment-form .input-group-lg > input[type="text"], .comment-form .input-group-lg > input[type="email"], .comment-form .input-group-lg > input[type="url"], .comment-form .input-group-lg > textarea, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
#search .input-group-lg > select.search-field, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg { height: 46px; line-height: 46px; }
#search .input-group-lg > select.search-field[multiple], #search .input-group-lg > textarea.search-field, .comment-form .input-group-lg > textarea, .input-group-lg > .input-group-btn > select.btn[multiple], .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select.input-lg[multiple], textarea.input-lg { height: auto; }
#search .form-group-lg .search-field, .comment-form .form-group-lg input[type="text"], .comment-form .form-group-lg input[type="email"], .comment-form .form-group-lg input[type="url"], .comment-form .form-group-lg textarea, .form-group-lg #search .search-field, .form-group-lg .comment-form input[type="text"], .form-group-lg .comment-form input[type="email"], .form-group-lg .comment-form input[type="url"], .form-group-lg .comment-form textarea, .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
#search .form-group-lg select.search-field, .form-group-lg #search select.search-field, .form-group-lg select.form-control { height: 46px; line-height: 46px; }
#search .form-group-lg select.search-field[multiple], #search .form-group-lg textarea.search-field, .comment-form .form-group-lg textarea, .form-group-lg #search select.search-field[multiple], .form-group-lg #search textarea.search-field, .form-group-lg .comment-form textarea, .form-group-lg select.form-control[multiple], .form-group-lg textarea.form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; min-height: 41px; }
.has-feedback { position: relative; }
#search .has-feedback .search-field, .comment-form .has-feedback input[type="text"], .comment-form .has-feedback input[type="email"], .comment-form .has-feedback input[type="url"], .comment-form .has-feedback textarea, .has-feedback #search .search-field, .has-feedback .comment-form input[type="text"], .has-feedback .comment-form input[type="email"], .has-feedback .comment-form input[type="url"], .has-feedback .comment-form textarea, .has-feedback .form-control { padding-right: 51.25px; }
.form-control-feedback { position: absolute; top: 0px; right: 0px; z-index: 2; display: block; width: 41px; height: 41px; line-height: 41px; text-align: center; pointer-events: none; }
#search .input-group-lg > .search-field + .form-control-feedback, .comment-form .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback, .comment-form .input-group-lg > input[type="text"] + .form-control-feedback, .comment-form .input-group-lg > input[type="email"] + .form-control-feedback, .comment-form .input-group-lg > input[type="url"] + .form-control-feedback, .comment-form .input-group-lg > textarea + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }
#search .input-group-sm > .search-field + .form-control-feedback, .comment-form .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback, .comment-form .input-group-sm > input[type="text"] + .form-control-feedback, .comment-form .input-group-sm > input[type="email"] + .form-control-feedback, .comment-form .input-group-sm > input[type="url"] + .form-control-feedback, .comment-form .input-group-sm > textarea + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: rgb(60, 118, 61); }
#search .has-success .search-field, .comment-form .has-success input[type="text"], .comment-form .has-success input[type="email"], .comment-form .has-success input[type="url"], .comment-form .has-success textarea, .has-success #search .search-field, .has-success .comment-form input[type="text"], .has-success .comment-form input[type="email"], .has-success .comment-form input[type="url"], .has-success .comment-form textarea, .has-success .form-control { border-color: rgb(60, 118, 61); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
#search .has-success .search-field:focus, .comment-form .has-success input[type="text"]:focus, .comment-form .has-success input[type="email"]:focus, .comment-form .has-success input[type="url"]:focus, .comment-form .has-success textarea:focus, .has-success #search .search-field:focus, .has-success .comment-form input[type="text"]:focus, .has-success .comment-form input[type="email"]:focus, .has-success .comment-form input[type="url"]:focus, .has-success .comment-form textarea:focus, .has-success .form-control:focus { border-color: rgb(43, 84, 44); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgb(103, 177, 104); }
.has-success .input-group-addon { color: rgb(60, 118, 61); border-color: rgb(60, 118, 61); background-color: rgb(223, 240, 216); }
.has-success .form-control-feedback { color: rgb(60, 118, 61); }
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: rgb(138, 109, 59); }
#search .has-warning .search-field, .comment-form .has-warning input[type="text"], .comment-form .has-warning input[type="email"], .comment-form .has-warning input[type="url"], .comment-form .has-warning textarea, .has-warning #search .search-field, .has-warning .comment-form input[type="text"], .has-warning .comment-form input[type="email"], .has-warning .comment-form input[type="url"], .has-warning .comment-form textarea, .has-warning .form-control { border-color: rgb(138, 109, 59); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
#search .has-warning .search-field:focus, .comment-form .has-warning input[type="text"]:focus, .comment-form .has-warning input[type="email"]:focus, .comment-form .has-warning input[type="url"]:focus, .comment-form .has-warning textarea:focus, .has-warning #search .search-field:focus, .has-warning .comment-form input[type="text"]:focus, .has-warning .comment-form input[type="email"]:focus, .has-warning .comment-form input[type="url"]:focus, .has-warning .comment-form textarea:focus, .has-warning .form-control:focus { border-color: rgb(102, 81, 44); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgb(192, 161, 107); }
.has-warning .input-group-addon { color: rgb(138, 109, 59); border-color: rgb(138, 109, 59); background-color: rgb(252, 248, 227); }
.has-warning .form-control-feedback { color: rgb(138, 109, 59); }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: rgb(169, 68, 66); }
#search .has-error .search-field, .comment-form .has-error input[type="text"], .comment-form .has-error input[type="email"], .comment-form .has-error input[type="url"], .comment-form .has-error textarea, .has-error #search .search-field, .has-error .comment-form input[type="text"], .has-error .comment-form input[type="email"], .has-error .comment-form input[type="url"], .has-error .comment-form textarea, .has-error .form-control { border-color: rgb(169, 68, 66); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
#search .has-error .search-field:focus, .comment-form .has-error input[type="text"]:focus, .comment-form .has-error input[type="email"]:focus, .comment-form .has-error input[type="url"]:focus, .comment-form .has-error textarea:focus, .has-error #search .search-field:focus, .has-error .comment-form input[type="text"]:focus, .has-error .comment-form input[type="email"]:focus, .has-error .comment-form input[type="url"]:focus, .has-error .comment-form textarea:focus, .has-error .form-control:focus { border-color: rgb(132, 53, 52); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgb(206, 132, 131); }
.has-error .input-group-addon { color: rgb(169, 68, 66); border-color: rgb(169, 68, 66); background-color: rgb(242, 222, 222); }
.has-error .form-control-feedback { color: rgb(169, 68, 66); }
.has-feedback label ~ .form-control-feedback { top: 28px; }
.has-feedback label.screen-reader-text ~ .form-control-feedback, .has-feedback label.sr-only ~ .form-control-feedback { top: 0px; }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: rgb(115, 115, 115); }
@media (min-width: 768px) {
  .comment-form .form-inline p, .form-inline .comment-form p, .form-inline .form-group { display: inline-block; margin-bottom: 0px; vertical-align: middle; }
  #search .form-inline .search-field, .comment-form .form-inline input[type="text"], .comment-form .form-inline input[type="email"], .comment-form .form-inline input[type="url"], .comment-form .form-inline textarea, .form-inline #search .search-field, .form-inline .comment-form input[type="text"], .form-inline .comment-form input[type="email"], .form-inline .comment-form input[type="url"], .form-inline .comment-form textarea, .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  #search .form-inline .input-group .search-field, .comment-form .form-inline .input-group input[type="text"], .comment-form .form-inline .input-group input[type="email"], .comment-form .form-inline .input-group input[type="url"], .comment-form .form-inline .input-group textarea, .form-inline .input-group #search .search-field, .form-inline .input-group .comment-form input[type="text"], .form-inline .input-group .comment-form input[type="email"], .form-inline .input-group .comment-form input[type="url"], .form-inline .input-group .comment-form textarea, .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto; }
  #search .form-inline .input-group > .search-field, .comment-form .form-inline .input-group > input[type="text"], .comment-form .form-inline .input-group > input[type="email"], .comment-form .form-inline .input-group > input[type="url"], .comment-form .form-inline .input-group > textarea, .form-inline #search .input-group > .search-field, .form-inline .comment-form .input-group > input[type="text"], .form-inline .comment-form .input-group > input[type="email"], .form-inline .comment-form .input-group > input[type="url"], .form-inline .comment-form .input-group > textarea, .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0px; vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0px; margin-bottom: 0px; vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label { padding-left: 0px; }
  .form-inline .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"] { position: relative; margin-left: 0px; }
  .form-inline .has-feedback .form-control-feedback { top: 0px; }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { margin-top: 0px; margin-bottom: 0px; padding-top: 9px; }
.form-horizontal .checkbox, .form-horizontal .radio { min-height: 32px; }
.comment-form .form-horizontal p, .form-horizontal .comment-form p, .form-horizontal .form-group { margin-left: -20px; margin-right: -20px; }
.comment-form .form-horizontal p::after, .comment-form .form-horizontal p::before, .form-horizontal .comment-form p::after, .form-horizontal .comment-form p::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before { content: " "; display: table; }
.comment-form .form-horizontal p::after, .form-horizontal .comment-form p::after, .form-horizontal .form-group::after { clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label { text-align: right; margin-bottom: 0px; padding-top: 9px; }
}
.form-horizontal .has-feedback .form-control-feedback { right: 20px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label { padding-top: 14.33px; }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label { padding-top: 6px; }
}
.btn, .comment-form input[type="submit"] { display: inline-block; margin-bottom: 0px; font-weight: 400; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 8px 12px; font-size: 14px; line-height: 1.71429; border-radius: 0px; -moz-user-select: none; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, .comment-form input.active.focus[type="submit"], .comment-form input.active[type="submit"]:focus, .comment-form input.focus[type="submit"], .comment-form input.focus[type="submit"]:active, .comment-form input[type="submit"]:active:focus, .comment-form input[type="submit"]:focus { outline: thin dotted; outline-offset: -2px; }
.btn.focus, .btn:focus, .btn:hover, .comment-form input.focus[type="submit"], .comment-form input[type="submit"]:focus, .comment-form input[type="submit"]:hover { color: rgb(51, 51, 51); text-decoration: none; }
.btn.active, .btn:active, .comment-form input.active[type="submit"], .comment-form input[type="submit"]:active { outline: 0px none; background-image: none; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }
.btn.disabled, .btn[disabled], .comment-form fieldset[disabled] input[type="submit"], .comment-form input.disabled[type="submit"], .comment-form input[disabled][type="submit"], fieldset[disabled] .btn, fieldset[disabled] .comment-form input[type="submit"] { cursor: not-allowed; pointer-events: none; opacity: 0.65; box-shadow: none; }
.btn-default { color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(204, 204, 204); }
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle { color: rgb(51, 51, 51); background-color: rgb(230, 230, 230); border-color: rgb(173, 173, 173); }
.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: rgb(255, 255, 255); border-color: rgb(204, 204, 204); }
.btn-default .badge { color: rgb(255, 255, 255); background-color: rgb(51, 51, 51); }
.btn-primary, .comment-form input[type="submit"] { color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); border-color: rgb(0, 103, 203); }
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .comment-form .open > input.dropdown-toggle[type="submit"], .comment-form input.active[type="submit"], .comment-form input.focus[type="submit"], .comment-form input[type="submit"]:active, .comment-form input[type="submit"]:focus, .comment-form input[type="submit"]:hover, .open > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 90, 177); border-color: rgb(0, 72, 141); }
.btn-primary.active, .btn-primary:active, .comment-form .open > input.dropdown-toggle[type="submit"], .comment-form input.active[type="submit"], .comment-form input[type="submit"]:active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .comment-form fieldset[disabled] input.active[type="submit"], .comment-form fieldset[disabled] input.focus[type="submit"], .comment-form fieldset[disabled] input[type="submit"], .comment-form fieldset[disabled] input[type="submit"]:active, .comment-form fieldset[disabled] input[type="submit"]:focus, .comment-form fieldset[disabled] input[type="submit"]:hover, .comment-form input.disabled.active[type="submit"], .comment-form input.disabled.focus[type="submit"], .comment-form input.disabled[type="submit"], .comment-form input.disabled[type="submit"]:active, .comment-form input.disabled[type="submit"]:focus, .comment-form input.disabled[type="submit"]:hover, .comment-form input.active[disabled][type="submit"], .comment-form input.focus[disabled][type="submit"], .comment-form input[disabled][type="submit"], .comment-form input[disabled][type="submit"]:active, .comment-form input[disabled][type="submit"]:focus, .comment-form input[disabled][type="submit"]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .comment-form input.active[type="submit"], fieldset[disabled] .comment-form input.focus[type="submit"], fieldset[disabled] .comment-form input[type="submit"], fieldset[disabled] .comment-form input[type="submit"]:active, fieldset[disabled] .comment-form input[type="submit"]:focus, fieldset[disabled] .comment-form input[type="submit"]:hover { background-color: rgb(0, 116, 228); border-color: rgb(0, 103, 203); }
.btn-primary .badge, .comment-form input[type="submit"] .badge { color: rgb(0, 116, 228); background-color: rgb(255, 255, 255); }
.btn-success { color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(68, 157, 68); border-color: rgb(57, 132, 57); }
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }
.btn-success .badge { color: rgb(92, 184, 92); background-color: rgb(255, 255, 255); }
.btn-info { color: rgb(255, 255, 255); background-color: rgb(91, 192, 222); border-color: rgb(70, 184, 218); }
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(49, 176, 213); border-color: rgb(38, 154, 188); }
.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: rgb(91, 192, 222); border-color: rgb(70, 184, 218); }
.btn-info .badge { color: rgb(91, 192, 222); background-color: rgb(255, 255, 255); }
.btn-warning { color: rgb(255, 255, 255); background-color: rgb(240, 173, 78); border-color: rgb(238, 162, 54); }
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(236, 151, 31); border-color: rgb(213, 133, 18); }
.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: rgb(240, 173, 78); border-color: rgb(238, 162, 54); }
.btn-warning .badge { color: rgb(240, 173, 78); background-color: rgb(255, 255, 255); }
.btn-danger { color: rgb(255, 255, 255); background-color: rgb(217, 83, 79); border-color: rgb(212, 63, 58); }
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(201, 48, 44); border-color: rgb(172, 41, 37); }
.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: rgb(217, 83, 79); border-color: rgb(212, 63, 58); }
.btn-danger .badge { color: rgb(217, 83, 79); background-color: rgb(255, 255, 255); }
.btn-link { color: rgb(0, 116, 228); font-weight: 400; border-radius: 0px; }
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent; }
.btn-link:focus, .btn-link:hover { color: rgb(0, 77, 152); text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: rgb(119, 119, 119); text-decoration: none; }
.btn-group-lg > .btn, .btn-lg, .comment-form .btn-group-lg > input[type="submit"] { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
.btn-group-sm > .btn, .btn-sm, .comment-form .btn-group-sm > input[type="submit"] { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.btn-group-xs > .btn, .btn-xs, .comment-form .btn-group-xs > input[type="submit"] { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.btn-block { display: block; width: 100%; }
.btn-block + .btn-block { margin-top: 5px; }
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] { width: 100%; }
.fade { opacity: 0; transition: opacity 0.15s linear 0s; }
.fade.in { opacity: 1; }
.collapse { display: none; }
.collapse.in { display: block; }
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }
.collapsing { position: relative; height: 0px; overflow: hidden; transition-property: height, visibility; transition-duration: 0.35s; transition-timing-function: ease; }
.caret { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.dropdown, .dropup { position: relative; }
.dropdown-toggle:focus { outline: 0px none; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0px; margin: 2px 0px 0px; list-style: outside none none; font-size: 14px; text-align: left; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0px; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0px; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 10.5px 0px; overflow: hidden; background-color: rgb(229, 229, 229); }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.71429; color: rgb(51, 51, 51); white-space: nowrap; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { text-decoration: none; color: rgb(38, 38, 38); background-color: rgb(245, 245, 245); }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: rgb(255, 255, 255); text-decoration: none; outline: 0px none; background-color: rgb(0, 116, 228); }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: rgb(119, 119, 119); }
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration: none; background-color: transparent; background-image: none; cursor: not-allowed; }
.open > .dropdown-menu { display: block; }
.open > a { outline: 0px none; }
.dropdown-menu-right { left: auto; right: 0px; }
.dropdown-menu-left { left: 0px; right: auto; }
.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.71429; color: rgb(119, 119, 119); white-space: nowrap; }
.dropdown-backdrop { position: fixed; left: 0px; right: 0px; bottom: 0px; top: 0px; z-index: 990; }
.pull-right > .dropdown-menu { right: 0px; left: auto; }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0px none; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }
@media (min-width: 768px) {
  .navbar-right .dropdown-menu { right: 0px; left: auto; }
  .navbar-right .dropdown-menu-left { left: 0px; right: auto; }
}
.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group-vertical > .btn, .btn-group > .btn, .comment-form .btn-group-vertical > input[type="submit"], .comment-form .btn-group > input[type="submit"] { position: relative; float: left; }
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .comment-form .btn-group-vertical > input.active[type="submit"], .comment-form .btn-group-vertical > input[type="submit"]:active, .comment-form .btn-group-vertical > input[type="submit"]:focus, .comment-form .btn-group-vertical > input[type="submit"]:hover, .comment-form .btn-group > input.active[type="submit"], .comment-form .btn-group > input[type="submit"]:active, .comment-form .btn-group > input[type="submit"]:focus, .comment-form .btn-group > input[type="submit"]:hover { z-index: 2; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group .comment-form .btn + input[type="submit"], .btn-group .comment-form .btn-group + input[type="submit"], .btn-group .comment-form input[type="submit"] + .btn, .btn-group .comment-form input[type="submit"] + .btn-group, .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .comment-form .btn-group .btn-group + input[type="submit"], .comment-form .btn-group input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn-group, .comment-form .btn-group input[type="submit"] + input[type="submit"] { margin-left: -1px; }
.btn-toolbar { margin-left: -5px; }
.btn-toolbar::after, .btn-toolbar::before { content: " "; display: table; }
.btn-toolbar::after { clear: both; }
.btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group, .comment-form .btn-toolbar > input[type="submit"] { margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0px; }
.btn-group > .btn:first-child, .comment-form .btn-group > input[type="submit"]:first-child { margin-left: 0px; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child), .comment-form .btn-group > input[type="submit"]:last-child:not(:first-child) { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.btn-group > .btn-group { float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] { border-radius: 0px; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0px none; }
.btn-group > .btn + .dropdown-toggle, .comment-form .btn-group > input[type="submit"] + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }
.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle, .comment-form .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }
.btn-group.open .dropdown-toggle { box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }
.btn-group.open .dropdown-toggle.btn-link { box-shadow: none; }
.btn .caret, .comment-form input[type="submit"] .caret { margin-left: 0px; }
.btn-group-lg > .btn .caret, .btn-lg .caret, .comment-form .btn-group-lg > input[type="submit"] .caret { border-width: 5px 5px 0px; }
.comment-form .dropup .btn-group-lg > input[type="submit"] .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret, .dropup .comment-form .btn-group-lg > input[type="submit"] .caret { border-width: 0px 5px 5px; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .comment-form .btn-group-vertical > .btn-group > input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before { content: " "; display: table; }
.btn-group-vertical > .btn-group::after { clear: both; }
.btn-group-vertical > .btn-group > .btn, .comment-form .btn-group-vertical > .btn-group > input[type="submit"] { float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group, .comment-form .btn-group-vertical > .btn + input[type="submit"], .comment-form .btn-group-vertical > .btn-group + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn-group, .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"] { margin-top: -1px; margin-left: 0px; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child) { border-radius: 0px; }
.btn-group-vertical > .btn:first-child:not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn:last-child:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child) { border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] { border-radius: 0px; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; }
.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > .btn-group, .comment-form .btn-group-justified > input[type="submit"] { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .comment-form input[type="submit"], .comment-form .btn-group-justified > .btn-group input[type="submit"] { width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu { left: auto; }
.comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"], .comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"], .comment-form [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"], .comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] { position: absolute; clip: rect(0px, 0px, 0px, 0px); pointer-events: none; }
.input-group { position: relative; display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-left: 0px; padding-right: 0px; }
#search .input-group .search-field, .comment-form .input-group input[type="text"], .comment-form .input-group input[type="email"], .comment-form .input-group input[type="url"], .comment-form .input-group textarea, .input-group #search .search-field, .input-group .comment-form input[type="text"], .input-group .comment-form input[type="email"], .input-group .comment-form input[type="url"], .input-group .comment-form textarea, .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0px; }
#search .input-group .search-field, .comment-form .input-group input[type="text"], .comment-form .input-group input[type="email"], .comment-form .input-group input[type="url"], .comment-form .input-group textarea, .input-group #search .search-field, .input-group .comment-form input[type="text"], .input-group .comment-form input[type="email"], .input-group .comment-form input[type="url"], .input-group .comment-form textarea, .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; }
#search .input-group .search-field:not(:first-child):not(:last-child), .comment-form .input-group input[type="text"]:not(:first-child):not(:last-child), .comment-form .input-group input[type="email"]:not(:first-child):not(:last-child), .comment-form .input-group input[type="url"]:not(:first-child):not(:last-child), .comment-form .input-group textarea:not(:first-child):not(:last-child), .input-group #search .search-field:not(:first-child):not(:last-child), .input-group .comment-form input[type="text"]:not(:first-child):not(:last-child), .input-group .comment-form input[type="email"]:not(:first-child):not(:last-child), .input-group .comment-form input[type="url"]:not(:first-child):not(:last-child), .input-group .comment-form textarea:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0px; }
.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
.input-group-addon { padding: 8px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: rgb(85, 85, 85); text-align: center; background-color: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); border-radius: 0px; }
#search .input-group-sm > .input-group-addon.search-field, .comment-form .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"], .comment-form .input-group-sm > input.input-group-addon[type="text"], .comment-form .input-group-sm > input.input-group-addon[type="email"], .comment-form .input-group-sm > input.input-group-addon[type="url"], .comment-form .input-group-sm > textarea.input-group-addon, .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
#search .input-group-lg > .input-group-addon.search-field, .comment-form .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"], .comment-form .input-group-lg > input.input-group-addon[type="text"], .comment-form .input-group-lg > input.input-group-addon[type="email"], .comment-form .input-group-lg > input.input-group-addon[type="url"], .comment-form .input-group-lg > textarea.input-group-addon, .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
.input-group-addon input[type="checkbox"], .input-group-addon input[type="radio"] { margin-top: 0px; }
#search .input-group .search-field:first-child, .comment-form .input-group input[type="text"]:first-child, .comment-form .input-group input[type="email"]:first-child, .comment-form .input-group input[type="url"]:first-child, .comment-form .input-group textarea:first-child, .comment-form .input-group-btn:first-child > .btn-group > input[type="submit"], .comment-form .input-group-btn:first-child > input[type="submit"], .comment-form .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"], .comment-form .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .input-group #search .search-field:first-child, .input-group .comment-form input[type="text"]:first-child, .input-group .comment-form input[type="email"]:first-child, .input-group .comment-form input[type="url"]:first-child, .input-group .comment-form textarea:first-child, .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.input-group-addon:first-child { border-right: 0px none; }
#search .input-group .search-field:last-child, .comment-form .input-group input[type="text"]:last-child, .comment-form .input-group input[type="email"]:last-child, .comment-form .input-group input[type="url"]:last-child, .comment-form .input-group textarea:last-child, .comment-form .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"], .comment-form .input-group-btn:first-child > input[type="submit"]:not(:first-child), .comment-form .input-group-btn:last-child > .btn-group > input[type="submit"], .comment-form .input-group-btn:last-child > input[type="submit"], .input-group #search .search-field:last-child, .input-group .comment-form input[type="text"]:last-child, .input-group .comment-form input[type="email"]:last-child, .input-group .comment-form input[type="url"]:last-child, .input-group .comment-form textarea:last-child, .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.input-group-addon:last-child { border-left: 0px none; }
.input-group-btn { position: relative; font-size: 0px; white-space: nowrap; }
.comment-form .input-group-btn > input[type="submit"], .input-group-btn > .btn { position: relative; }
.comment-form .input-group-btn > .btn + input[type="submit"], .comment-form .input-group-btn > input[type="submit"] + .btn, .comment-form .input-group-btn > input[type="submit"] + input[type="submit"], .input-group-btn > .btn + .btn { margin-left: -1px; }
.comment-form .input-group-btn > input[type="submit"]:active, .comment-form .input-group-btn > input[type="submit"]:focus, .comment-form .input-group-btn > input[type="submit"]:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 2; }
.comment-form .input-group-btn:first-child > input[type="submit"], .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.comment-form .input-group-btn:last-child > input[type="submit"], .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; }
.nav { margin-bottom: 0px; padding-left: 0px; list-style: outside none none; }
.nav::after, .nav::before { content: " "; display: table; }
.nav::after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:focus, .nav > li > a:hover { text-decoration: none; background-color: rgb(238, 238, 238); }
.nav > li.disabled > a { color: rgb(119, 119, 119); }
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: rgb(119, 119, 119); text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: rgb(238, 238, 238); border-color: rgb(0, 116, 228); }
.nav .nav-divider { height: 1px; margin: 10.5px 0px; overflow: hidden; background-color: rgb(229, 229, 229); }
.nav > li > a > img { max-width: none; }
.nav-tabs { border-bottom: 1px solid rgb(221, 221, 221); }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.71429; border: 1px solid transparent; border-radius: 0px; }
.nav-tabs > li > a:hover { border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221); }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: rgb(85, 85, 85); background-color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; cursor: default; }
.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 0px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); }
.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0px; }
.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0px; }
}
.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0px none; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0px; border-radius: 0px; }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border: 1px solid rgb(221, 221, 221); }
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid rgb(221, 221, 221); border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border-bottom-color: rgb(255, 255, 255); }
}
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
.navbar { position: relative; min-height: 50px; margin-bottom: 23px; border: 1px solid transparent; }
.navbar::after, .navbar::before { content: " "; display: table; }
.navbar::after { clear: both; }
@media (min-width: 768px) {
  .navbar { border-radius: 0px; }
}
.navbar-header::after, .navbar-header::before { content: " "; display: table; }
.navbar-header::after { clear: both; }
@media (min-width: 768px) {
  .navbar-header { float: left; }
}
.navbar-collapse { overflow-x: visible; padding-right: 20px; padding-left: 20px; border-top: 1px solid transparent; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset; }
.navbar-collapse::after, .navbar-collapse::before { content: " "; display: table; }
.navbar-collapse::after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 768px) {
  .navbar-collapse { width: auto; border-top: 0px none; box-shadow: none; }
  .navbar-collapse.collapse { display: block ! important; height: auto ! important; padding-bottom: 0px; overflow: visible ! important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse { padding-left: 0px; padding-right: 0px; }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 200px; }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: -20px; margin-left: -20px; }
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: 0px; margin-left: 0px; }
}
.navbar-static-top { z-index: 1000; border-width: 0px 0px 1px; }
@media (min-width: 768px) {
  .navbar-static-top { border-radius: 0px; }
}
.navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0px; left: 0px; z-index: 1030; }
@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top { border-radius: 0px; }
}
.navbar-fixed-top { top: 0px; border-width: 0px 0px 1px; }
.navbar-fixed-bottom { bottom: 0px; margin-bottom: 0px; border-width: 1px 0px 0px; }
.navbar-brand { float: left; padding: 13.5px 20px; font-size: 18px; line-height: 23px; height: 50px; }
.navbar-brand:focus, .navbar-brand:hover { text-decoration: none; }
.navbar-brand > img { display: block; }
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -20px; }
}
.navbar-toggle { position: relative; float: right; margin-right: 20px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 0px; }
.navbar-toggle:focus { outline: 0px none; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) {
  .navbar-toggle { display: none; }
}
.navbar-nav { margin: 6.75px -20px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 23px; }
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0px; background-color: transparent; border: 0px none; box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 23px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { background-image: none; }
}
@media (min-width: 768px) {
  .navbar-nav { float: left; margin: 0px; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 13.5px; padding-bottom: 13.5px; }
}
.navbar-form { margin: 4.5px -20px; padding: 10px 20px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.1); }
@media (min-width: 768px) {
  .comment-form .navbar-form p, .navbar-form .comment-form p, .navbar-form .form-group { display: inline-block; margin-bottom: 0px; vertical-align: middle; }
  #search .navbar-form .search-field, .comment-form .navbar-form input[type="text"], .comment-form .navbar-form input[type="email"], .comment-form .navbar-form input[type="url"], .comment-form .navbar-form textarea, .navbar-form #search .search-field, .navbar-form .comment-form input[type="text"], .navbar-form .comment-form input[type="email"], .navbar-form .comment-form input[type="url"], .navbar-form .comment-form textarea, .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .navbar-form .form-control-static { display: inline-block; }
  .navbar-form .input-group { display: inline-table; vertical-align: middle; }
  #search .navbar-form .input-group .search-field, .comment-form .navbar-form .input-group input[type="text"], .comment-form .navbar-form .input-group input[type="email"], .comment-form .navbar-form .input-group input[type="url"], .comment-form .navbar-form .input-group textarea, .navbar-form .input-group #search .search-field, .navbar-form .input-group .comment-form input[type="text"], .navbar-form .input-group .comment-form input[type="email"], .navbar-form .input-group .comment-form input[type="url"], .navbar-form .input-group .comment-form textarea, .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn { width: auto; }
  #search .navbar-form .input-group > .search-field, .comment-form .navbar-form .input-group > input[type="text"], .comment-form .navbar-form .input-group > input[type="email"], .comment-form .navbar-form .input-group > input[type="url"], .comment-form .navbar-form .input-group > textarea, .navbar-form #search .input-group > .search-field, .navbar-form .comment-form .input-group > input[type="text"], .navbar-form .comment-form .input-group > input[type="email"], .navbar-form .comment-form .input-group > input[type="url"], .navbar-form .comment-form .input-group > textarea, .navbar-form .input-group > .form-control { width: 100%; }
  .navbar-form .control-label { margin-bottom: 0px; vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio { display: inline-block; margin-top: 0px; margin-bottom: 0px; vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label { padding-left: 0px; }
  .navbar-form .checkbox input[type="checkbox"], .navbar-form .radio input[type="radio"] { position: relative; margin-left: 0px; }
  .navbar-form .has-feedback .form-control-feedback { top: 0px; }
}
@media (max-width: 767px) {
  .comment-form .navbar-form p, .navbar-form .comment-form p, .navbar-form .form-group { margin-bottom: 5px; }
  .comment-form .navbar-form p:last-child, .navbar-form .comment-form p:last-child, .navbar-form .form-group:last-child { margin-bottom: 0px; }
}
@media (min-width: 768px) {
  .navbar-form { width: auto; border: 0px none; margin-left: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px; box-shadow: none; }
}
.navbar-nav > li > .dropdown-menu { margin-top: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0px; border-radius: 0px; }
.navbar-btn { margin-top: 4.5px; margin-bottom: 4.5px; }
.btn-group-sm > .navbar-btn.btn, .comment-form .btn-group-sm > input.navbar-btn[type="submit"], .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; }
.btn-group-xs > .navbar-btn.btn, .comment-form .btn-group-xs > input.navbar-btn[type="submit"], .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; }
.navbar-text { margin-top: 13.5px; margin-bottom: 13.5px; }
@media (min-width: 768px) {
  .navbar-text { float: left; margin-left: 20px; margin-right: 20px; }
}
@media (min-width: 768px) {
  .navbar-left { float: left ! important; }
  .navbar-right { float: right ! important; margin-right: -20px; }
  .navbar-right ~ .navbar-right { margin-right: 0px; }
}
.navbar-default { background-color: rgb(248, 248, 248); border-color: rgb(231, 231, 231); }
.navbar-default .navbar-brand { color: rgb(119, 119, 119); }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: rgb(94, 94, 94); background-color: transparent; }
.navbar-default .navbar-text { color: rgb(119, 119, 119); }
.navbar-default .navbar-nav > li > a { color: rgb(119, 119, 119); }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: rgb(51, 51, 51); background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: rgb(85, 85, 85); background-color: rgb(231, 231, 231); }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { color: rgb(204, 204, 204); background-color: transparent; }
.navbar-default .navbar-toggle { border-color: rgb(221, 221, 221); }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: rgb(221, 221, 221); }
.navbar-default .navbar-toggle .icon-bar { background-color: rgb(136, 136, 136); }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: rgb(231, 231, 231); }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: rgb(231, 231, 231); color: rgb(85, 85, 85); }
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: rgb(119, 119, 119); }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: rgb(51, 51, 51); background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { color: rgb(85, 85, 85); background-color: rgb(231, 231, 231); }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: rgb(204, 204, 204); background-color: transparent; }
}
.navbar-default .navbar-link { color: rgb(119, 119, 119); }
.navbar-default .navbar-link:hover { color: rgb(51, 51, 51); }
.navbar-default .btn-link { color: rgb(119, 119, 119); }
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover { color: rgb(51, 51, 51); }
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { color: rgb(204, 204, 204); }
.navbar-inverse { background-color: rgb(34, 34, 34); border-color: rgb(9, 9, 9); }
.navbar-inverse .navbar-brand { color: rgb(157, 157, 157); }
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: rgb(255, 255, 255); background-color: transparent; }
.navbar-inverse .navbar-text { color: rgb(157, 157, 157); }
.navbar-inverse .navbar-nav > li > a { color: rgb(157, 157, 157); }
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: rgb(255, 255, 255); background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: rgb(255, 255, 255); background-color: rgb(9, 9, 9); }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: rgb(68, 68, 68); background-color: transparent; }
.navbar-inverse .navbar-toggle { border-color: rgb(51, 51, 51); }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: rgb(51, 51, 51); }
.navbar-inverse .navbar-toggle .icon-bar { background-color: rgb(255, 255, 255); }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: rgb(16, 16, 16); }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { background-color: rgb(9, 9, 9); color: rgb(255, 255, 255); }
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: rgb(9, 9, 9); }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: rgb(9, 9, 9); }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: rgb(157, 157, 157); }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: rgb(255, 255, 255); background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: rgb(255, 255, 255); background-color: rgb(9, 9, 9); }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: rgb(68, 68, 68); background-color: transparent; }
}
.navbar-inverse .navbar-link { color: rgb(157, 157, 157); }
.navbar-inverse .navbar-link:hover { color: rgb(255, 255, 255); }
.navbar-inverse .btn-link { color: rgb(157, 157, 157); }
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { color: rgb(255, 255, 255); }
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { color: rgb(68, 68, 68); }
.breadcrumb { padding: 8px 15px; margin-bottom: 23px; list-style: outside none none; background-color: rgb(245, 245, 245); border-radius: 0px; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li::before { content: "/ "; padding: 0px 5px; color: rgb(204, 204, 204); }
.breadcrumb > .active { color: rgb(119, 119, 119); }
.pagination { display: inline-block; padding-left: 0px; margin: 23px 0px; border-radius: 0px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 8px 12px; line-height: 1.71429; text-decoration: none; color: rgb(0, 116, 228); background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0px; border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { color: rgb(0, 77, 152); background-color: rgb(238, 238, 238); border-color: rgb(221, 221, 221); }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); cursor: default; }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: rgb(119, 119, 119); background-color: rgb(255, 255, 255); border-color: rgb(221, 221, 221); cursor: not-allowed; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
.pager { padding-left: 0px; margin: 23px 0px; list-style: outside none none; text-align: center; }
.pager::after, .pager::before { content: " "; display: table; }
.pager::after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 15px; }
.pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: rgb(238, 238, 238); }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: rgb(119, 119, 119); background-color: rgb(255, 255, 255); cursor: not-allowed; }
.label { display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: 700; line-height: 1; color: rgb(255, 255, 255); text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; }
.label:empty { display: none; }
.btn .label, .comment-form input[type="submit"] .label { position: relative; top: -1px; }
a.label:focus, a.label:hover { color: rgb(255, 255, 255); text-decoration: none; cursor: pointer; }
.label-default { background-color: rgb(119, 119, 119); }
.label-default[href]:focus, .label-default[href]:hover { background-color: rgb(94, 94, 94); }
.label-primary { background-color: rgb(0, 116, 228); }
.label-primary[href]:focus, .label-primary[href]:hover { background-color: rgb(0, 90, 177); }
.label-success { background-color: rgb(92, 184, 92); }
.label-success[href]:focus, .label-success[href]:hover { background-color: rgb(68, 157, 68); }
.label-info { background-color: rgb(91, 192, 222); }
.label-info[href]:focus, .label-info[href]:hover { background-color: rgb(49, 176, 213); }
.label-warning { background-color: rgb(240, 173, 78); }
.label-warning[href]:focus, .label-warning[href]:hover { background-color: rgb(236, 151, 31); }
.label-danger { background-color: rgb(217, 83, 79); }
.label-danger[href]:focus, .label-danger[href]:hover { background-color: rgb(201, 48, 44); }
.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; color: rgb(255, 255, 255); line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: rgb(119, 119, 119); border-radius: 10px; }
.badge:empty { display: none; }
.btn .badge, .comment-form input[type="submit"] .badge { position: relative; top: -1px; }
.btn-group-xs > .btn .badge, .btn-xs .badge, .comment-form .btn-group-xs > input[type="submit"] .badge { top: 0px; padding: 1px 5px; }
.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: rgb(0, 116, 228); background-color: rgb(255, 255, 255); }
.list-group-item > .badge { float: right; }
.list-group-item > .badge + .badge { margin-right: 5px; }
.nav-pills > li > a > .badge { margin-left: 3px; }
a.badge:focus, a.badge:hover { color: rgb(255, 255, 255); text-decoration: none; cursor: pointer; }
.jumbotron { padding: 30px 15px; margin-bottom: 30px; color: inherit; background-color: rgb(238, 238, 238); }
.jumbotron .h1, .jumbotron h1 { color: inherit; }
.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }
.jumbotron > hr { border-top-color: rgb(213, 213, 213); }
.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; }
.jumbotron .container { max-width: 100%; }
@media screen and (min-width: 768px) {
  .jumbotron { padding: 48px 0px; }
  .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; }
  .jumbotron .h1, .jumbotron h1 { font-size: 63px; }
}
.thumbnail, .wp-caption { display: block; padding: 4px; margin-bottom: 23px; line-height: 1.71429; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 0px; transition: border 0.2s ease-in-out 0s; }
.thumbnail a > img, .thumbnail > img, .wp-caption a > img, .wp-caption > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
.thumbnail .caption, .wp-caption .caption { padding: 9px; color: rgb(51, 51, 51); }
a.active.wp-caption, a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover, a.wp-caption:focus, a.wp-caption:hover { border-color: rgb(0, 116, 228); }
.alert { padding: 15px; margin-bottom: 23px; border: 1px solid transparent; border-radius: 0px; }
.alert h4 { margin-top: 0px; color: inherit; }
.alert .alert-link { font-weight: 700; }
.alert > p, .alert > ul { margin-bottom: 0px; }
.alert > p + p { margin-top: 5px; }
.alert-dismissable, .alert-dismissible { padding-right: 35px; }
.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }
.alert-success { background-color: rgb(223, 240, 216); border-color: rgb(214, 233, 198); color: rgb(60, 118, 61); }
.alert-success hr { border-top-color: rgb(201, 226, 179); }
.alert-success .alert-link { color: rgb(43, 84, 44); }
.alert-info { background-color: rgb(217, 237, 247); border-color: rgb(188, 232, 241); color: rgb(49, 112, 143); }
.alert-info hr { border-top-color: rgb(166, 225, 236); }
.alert-info .alert-link { color: rgb(36, 82, 105); }
.alert-warning { background-color: rgb(252, 248, 227); border-color: rgb(250, 235, 204); color: rgb(138, 109, 59); }
.alert-warning hr { border-top-color: rgb(247, 225, 181); }
.alert-warning .alert-link { color: rgb(102, 81, 44); }
.alert-danger { background-color: rgb(242, 222, 222); border-color: rgb(235, 204, 209); color: rgb(169, 68, 66); }
.alert-danger hr { border-top-color: rgb(228, 185, 192); }
.alert-danger .alert-link { color: rgb(132, 53, 52); }
@keyframes progress-bar-stripes {
0% { background-position: 40px 0px; }
100% { background-position: 0px 0px; }
}
@keyframes progress-bar-stripes {
0% { background-position: 40px 0px; }
100% { background-position: 0px 0px; }
}
.progress { overflow: hidden; height: 23px; margin-bottom: 23px; background-color: rgb(245, 245, 245); border-radius: 0px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; }
.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 23px; color: rgb(255, 255, 255); text-align: center; background-color: rgb(0, 116, 228); box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset; transition: width 0.6s ease 0s; }
.progress-bar-striped, .progress-striped .progress-bar { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; }
.progress-bar.active, .progress.active .progress-bar { animation: 2s linear 0s normal none infinite running progress-bar-stripes; }
.progress-bar-success { background-color: rgb(92, 184, 92); }
.progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-info { background-color: rgb(91, 192, 222); }
.progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-warning { background-color: rgb(240, 173, 78); }
.progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-danger { background-color: rgb(217, 83, 79); }
.progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.media { margin-top: 15px; }
.media:first-child { margin-top: 0px; }
.media, .media-body { overflow: hidden; }
.media-body { width: 10000px; }
.media-object { display: block; }
.media-right, .media > .pull-right { padding-left: 10px; }
.media-left, .media > .pull-left { padding-right: 10px; }
.media-body, .media-left, .media-right { display: table-cell; vertical-align: top; }
.media-middle { vertical-align: middle; }
.media-bottom { vertical-align: bottom; }
.media-heading { margin-top: 0px; margin-bottom: 5px; }
.media-list { padding-left: 0px; list-style: outside none none; }
.list-group { margin-bottom: 20px; padding-left: 0px; }
.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); }
.list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; }
.list-group-item:last-child { margin-bottom: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
a.list-group-item { color: rgb(85, 85, 85); }
a.list-group-item .list-group-item-heading { color: rgb(51, 51, 51); }
a.list-group-item:focus, a.list-group-item:hover { text-decoration: none; color: rgb(85, 85, 85); background-color: rgb(245, 245, 245); }
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { background-color: rgb(238, 238, 238); color: rgb(119, 119, 119); cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: rgb(119, 119, 119); }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: rgb(177, 217, 255); }
.list-group-item-success { color: rgb(60, 118, 61); background-color: rgb(223, 240, 216); }
a.list-group-item-success { color: rgb(60, 118, 61); }
a.list-group-item-success .list-group-item-heading { color: inherit; }
a.list-group-item-success:focus, a.list-group-item-success:hover { color: rgb(60, 118, 61); background-color: rgb(208, 233, 198); }
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover { color: rgb(255, 255, 255); background-color: rgb(60, 118, 61); border-color: rgb(60, 118, 61); }
.list-group-item-info { color: rgb(49, 112, 143); background-color: rgb(217, 237, 247); }
a.list-group-item-info { color: rgb(49, 112, 143); }
a.list-group-item-info .list-group-item-heading { color: inherit; }
a.list-group-item-info:focus, a.list-group-item-info:hover { color: rgb(49, 112, 143); background-color: rgb(196, 227, 243); }
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover { color: rgb(255, 255, 255); background-color: rgb(49, 112, 143); border-color: rgb(49, 112, 143); }
.list-group-item-warning { color: rgb(138, 109, 59); background-color: rgb(252, 248, 227); }
a.list-group-item-warning { color: rgb(138, 109, 59); }
a.list-group-item-warning .list-group-item-heading { color: inherit; }
a.list-group-item-warning:focus, a.list-group-item-warning:hover { color: rgb(138, 109, 59); background-color: rgb(250, 242, 204); }
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover { color: rgb(255, 255, 255); background-color: rgb(138, 109, 59); border-color: rgb(138, 109, 59); }
.list-group-item-danger { color: rgb(169, 68, 66); background-color: rgb(242, 222, 222); }
a.list-group-item-danger { color: rgb(169, 68, 66); }
a.list-group-item-danger .list-group-item-heading { color: inherit; }
a.list-group-item-danger:focus, a.list-group-item-danger:hover { color: rgb(169, 68, 66); background-color: rgb(235, 204, 204); }
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover { color: rgb(255, 255, 255); background-color: rgb(169, 68, 66); border-color: rgb(169, 68, 66); }
.list-group-item-heading { margin-top: 0px; margin-bottom: 5px; }
.list-group-item-text { margin-bottom: 0px; line-height: 1.3; }
.panel { margin-bottom: 23px; background-color: rgb(255, 255, 255); border: 1px solid transparent; border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body { padding: 15px; }
.panel-body::after, .panel-body::before { content: " "; display: table; }
.panel-body::after { clear: both; }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }
.panel-title { margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit; }
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { color: inherit; }
.panel-footer { padding: 10px 15px; background-color: rgb(245, 245, 245); border-top: 1px solid rgb(221, 221, 221); }
.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0px; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0px; border-radius: 0px; }
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0px none; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0px none; }
.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0px; }
.list-group + .panel-footer { border-top-width: 0px; }
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0px; }
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption { padding-left: 15px; padding-right: 15px; }
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {  }
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {  }
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {  }
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {  }
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {  }
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {  }
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {  }
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {  }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid rgb(221, 221, 221); }
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { border-top: 0px none; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0px none; }
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0px none; }
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0px none; }
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { border-bottom: 0px none; }
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0px none; }
.panel > .table-responsive { border: 0px none; margin-bottom: 0px; }
.panel-group { margin-bottom: 23px; }
.panel-group .panel { margin-bottom: 0px; border-radius: 0px; }
.panel-group .panel + .panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0px none; }
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid rgb(221, 221, 221); }
.panel-group .panel-footer { border-top: 0px none; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgb(221, 221, 221); }
.panel-default { border-color: rgb(221, 221, 221); }
.panel-default > .panel-heading { color: rgb(51, 51, 51); background-color: rgb(245, 245, 245); border-color: rgb(221, 221, 221); }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(221, 221, 221); }
.panel-default > .panel-heading .badge { color: rgb(245, 245, 245); background-color: rgb(51, 51, 51); }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(221, 221, 221); }
.panel-primary { border-color: rgb(0, 116, 228); }
.panel-primary > .panel-heading { color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(0, 116, 228); }
.panel-primary > .panel-heading .badge { color: rgb(0, 116, 228); background-color: rgb(255, 255, 255); }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(0, 116, 228); }
.panel-success { border-color: rgb(214, 233, 198); }
.panel-success > .panel-heading { color: rgb(60, 118, 61); background-color: rgb(223, 240, 216); border-color: rgb(214, 233, 198); }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(214, 233, 198); }
.panel-success > .panel-heading .badge { color: rgb(223, 240, 216); background-color: rgb(60, 118, 61); }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(214, 233, 198); }
.panel-info { border-color: rgb(188, 232, 241); }
.panel-info > .panel-heading { color: rgb(49, 112, 143); background-color: rgb(217, 237, 247); border-color: rgb(188, 232, 241); }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(188, 232, 241); }
.panel-info > .panel-heading .badge { color: rgb(217, 237, 247); background-color: rgb(49, 112, 143); }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(188, 232, 241); }
.panel-warning { border-color: rgb(250, 235, 204); }
.panel-warning > .panel-heading { color: rgb(138, 109, 59); background-color: rgb(252, 248, 227); border-color: rgb(250, 235, 204); }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(250, 235, 204); }
.panel-warning > .panel-heading .badge { color: rgb(252, 248, 227); background-color: rgb(138, 109, 59); }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(250, 235, 204); }
.panel-danger { border-color: rgb(235, 204, 209); }
.panel-danger > .panel-heading { color: rgb(169, 68, 66); background-color: rgb(242, 222, 222); border-color: rgb(235, 204, 209); }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgb(235, 204, 209); }
.panel-danger > .panel-heading .badge { color: rgb(242, 222, 222); background-color: rgb(169, 68, 66); }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgb(235, 204, 209); }
.embed-responsive { position: relative; display: block; height: 0px; padding: 0px; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0px; left: 0px; bottom: 0px; height: 100%; width: 100%; border: 0px none; }
.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive-4by3 { padding-bottom: 75%; }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: rgb(245, 245, 245); border: 1px solid rgb(227, 227, 227); border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset; }
.well blockquote { border-color: rgba(0, 0, 0, 0.15); }
.well-lg { padding: 24px; border-radius: 6px; }
.well-sm { padding: 9px; border-radius: 3px; }
.close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: rgb(0, 0, 0); text-shadow: 0px 1px 0px rgb(255, 255, 255); opacity: 0.2; }
.close:focus, .close:hover { color: rgb(0, 0, 0); text-decoration: none; cursor: pointer; opacity: 0.5; }
button.close { padding: 0px; cursor: pointer; background: transparent none repeat scroll 0px 0px; border: 0px none; }
.modal-open { overflow: hidden; }
.modal { display: none; overflow: hidden; position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1050; outline: 0px none; }
.modal.fade .modal-dialog { transform: translate(0px, -25%); transition: transform 0.3s ease-out 0s; }
.modal.in .modal-dialog { transform: translate(0px, 0px); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0px none; }
.modal-backdrop { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1040; background-color: rgb(0, 0, 0); }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in { opacity: 0.5; }
.modal-header { padding: 15px; border-bottom: 1px solid rgb(229, 229, 229); min-height: 16.71px; }
.modal-header .close { margin-top: -2px; }
.modal-title { margin: 0px; line-height: 1.71429; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid rgb(229, 229, 229); }
.modal-footer::after, .modal-footer::before { content: " "; display: table; }
.modal-footer::after { clear: both; }
.comment-form .modal-footer .btn + input[type="submit"], .comment-form .modal-footer input[type="submit"] + .btn, .comment-form .modal-footer input[type="submit"] + input[type="submit"], .modal-footer .btn + .btn, .modal-footer .comment-form .btn + input[type="submit"], .modal-footer .comment-form input[type="submit"] + .btn, .modal-footer .comment-form input[type="submit"] + input[type="submit"] { margin-left: 5px; margin-bottom: 0px; }
.comment-form .modal-footer .btn-group .btn + input[type="submit"], .comment-form .modal-footer .btn-group input[type="submit"] + .btn, .comment-form .modal-footer .btn-group input[type="submit"] + input[type="submit"], .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .comment-form .btn + input[type="submit"], .modal-footer .btn-group .comment-form input[type="submit"] + .btn, .modal-footer .btn-group .comment-form input[type="submit"] + input[type="submit"] { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0px; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 768px) {
  .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-content { box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm { width: 300px; }
}
@media (min-width: 1024px) {
  .modal-lg { width: 900px; }
}
.tooltip { position: absolute; z-index: 1070; display: block; font-family: Gotham,Verdana,sans-serif; font-size: 12px; font-weight: 400; line-height: 1.4; opacity: 0; }
.tooltip.in { opacity: 0.9; }
.tooltip.top { margin-top: -3px; padding: 5px 0px; }
.tooltip.right { margin-left: 3px; padding: 0px 5px; }
.tooltip.bottom { margin-top: 3px; padding: 5px 0px; }
.tooltip.left { margin-left: -3px; padding: 0px 5px; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: rgb(255, 255, 255); text-align: center; text-decoration: none; background-color: rgb(0, 0, 0); border-radius: 0px; }
.tooltip-arrow { position: absolute; width: 0px; height: 0px; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow { bottom: 0px; left: 50%; margin-left: -5px; border-width: 5px 5px 0px; border-top-color: rgb(0, 0, 0); }
.tooltip.top-left .tooltip-arrow { bottom: 0px; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0px; border-top-color: rgb(0, 0, 0); }
.tooltip.top-right .tooltip-arrow { bottom: 0px; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0px; border-top-color: rgb(0, 0, 0); }
.tooltip.right .tooltip-arrow { top: 50%; left: 0px; margin-top: -5px; border-width: 5px 5px 5px 0px; border-right-color: rgb(0, 0, 0); }
.tooltip.left .tooltip-arrow { top: 50%; right: 0px; margin-top: -5px; border-width: 5px 0px 5px 5px; border-left-color: rgb(0, 0, 0); }
.tooltip.bottom .tooltip-arrow { top: 0px; left: 50%; margin-left: -5px; border-width: 0px 5px 5px; border-bottom-color: rgb(0, 0, 0); }
.tooltip.bottom-left .tooltip-arrow { top: 0px; right: 5px; margin-top: -5px; border-width: 0px 5px 5px; border-bottom-color: rgb(0, 0, 0); }
.tooltip.bottom-right .tooltip-arrow { top: 0px; left: 5px; margin-top: -5px; border-width: 0px 5px 5px; border-bottom-color: rgb(0, 0, 0); }
.popover { position: absolute; top: 0px; left: 0px; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: Gotham,Verdana,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.71429; text-align: left; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }
.popover-title { margin: 0px; padding: 8px 14px; font-size: 14px; background-color: rgb(247, 247, 247); border-bottom: 1px solid rgb(235, 235, 235); border-radius: 5px 5px 0px 0px; }
.popover-content { padding: 9px 14px; }
.popover > .arrow, .popover > .arrow::after { position: absolute; display: block; width: 0px; height: 0px; border-color: transparent; border-style: solid; }
.popover > .arrow { border-width: 11px; }
.popover > .arrow::after { border-width: 10px; content: ""; }
.popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0px; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
.popover.top > .arrow::after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0px; border-top-color: rgb(255, 255, 255); }
.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0px; border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow::after { content: " "; left: 1px; bottom: -10px; border-left-width: 0px; border-right-color: rgb(255, 255, 255); }
.popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0px; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
.popover.bottom > .arrow::after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0px; border-bottom-color: rgb(255, 255, 255); }
.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0px; border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow::after { content: " "; right: 1px; border-right-width: 0px; border-left-color: rgb(255, 255, 255); bottom: -10px; }
.carousel { position: relative; }
.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; transition: left 0.6s ease-in-out 0s; }
.carousel-inner > .item > a > img, .carousel-inner > .item > img { display: block; max-width: 100%; height: auto; line-height: 1; }
@media not all, (-webkit-transform-3d) {
  .carousel-inner > .item { transition: transform 0.6s ease-in-out 0s; backface-visibility: hidden; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next { transform: translate3d(100%, 0px, 0px); left: 0px; }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev { transform: translate3d(-100%, 0px, 0px); left: 0px; }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { transform: translate3d(0px, 0px, 0px); left: 0px; }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0px; }
.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0px; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0px; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }
.carousel-control { position: absolute; top: 0px; left: 0px; bottom: 0px; width: 15%; opacity: 0.5; font-size: 20px; color: rgb(255, 255, 255); text-align: center; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, transparent 100%); background-repeat: repeat-x; }
.carousel-control.right { left: auto; right: 0px; background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; }
.carousel-control:focus, .carousel-control:hover { outline: 0px none; color: rgb(255, 255, 255); text-decoration: none; opacity: 0.9; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px; }
.carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; margin-top: -10px; line-height: 1; font-family: serif; }
.carousel-control .icon-prev::before { content: "‹"; }
.carousel-control .icon-next::before { content: "›"; }
.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0px; list-style: outside none none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid rgb(255, 255, 255); border-radius: 10px; cursor: pointer; background-color: transparent; }
.carousel-indicators .active { margin: 0px; width: 12px; height: 12px; background-color: rgb(255, 255, 255); }
.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: rgb(255, 255, 255); text-align: center; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption .comment-form input[type="submit"], .comment-form .carousel-caption input[type="submit"] { text-shadow: none; }
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; }
  .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; }
}
.clearfix::after, .clearfix::before { content: " "; display: table; }
.clearfix::after { clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.pull-right { float: right ! important; }
.pull-left { float: left ! important; }
.hide { display: none ! important; }
.show { display: block ! important; }
.invisible { visibility: hidden; }
.text-hide { font: 0px/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0px none; }
.hidden { display: none ! important; }
.affix { position: fixed; }
.visible-xs { display: none ! important; }
.visible-sm { display: none ! important; }
.visible-md { display: none ! important; }
.visible-lg { display: none ! important; }
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none ! important; }
@media (max-width: 767px) {
  .visible-xs { display: block ! important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row ! important; }
  td.visible-xs, th.visible-xs { display: table-cell ! important; }
}
@media (max-width: 767px) {
  .visible-xs-block { display: block ! important; }
}
@media (max-width: 767px) {
  .visible-xs-inline { display: inline ! important; }
}
@media (max-width: 767px) {
  .visible-xs-inline-block { display: inline-block ! important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm { display: block ! important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row ! important; }
  td.visible-sm, th.visible-sm { display: table-cell ! important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block { display: block ! important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline { display: inline ! important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block { display: inline-block ! important; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md { display: block ! important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row ! important; }
  td.visible-md, th.visible-md { display: table-cell ! important; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block { display: block ! important; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline { display: inline ! important; }
}
@media (min-width: 1024px) 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; }
  td.visible-lg, th.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: 767px) {
  .hidden-xs { display: none ! important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm { display: none ! important; }
}
@media (min-width: 1024px) 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; }
  td.visible-print, th.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; }
}
body { overflow-x: hidden; }
a { color: rgb(0, 116, 228); outline: 0px none ! important; }
a:hover { color: rgb(0, 116, 228); }
form.search-form.form-inline { margin-bottom: 20px; }
.entry-content { padding: 20px 0px 30px; }
#nav-mask { background: rgb(255, 255, 255) none repeat scroll 0% 0%; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; opacity: 0.9; display: none; }
.content-section-header { background: rgb(116, 192, 5) none repeat scroll 0% 0%; margin: 30px 0px; }
.content-section-header span { display: inline-block; position: relative; color: rgb(255, 255, 255); background: rgb(93, 153, 0) none repeat scroll 0% 0%; padding: 0px 10px 0px 15px; font-size: 1.2em; height: 36px; line-height: 36px; }
.content-section-header span::after { content: ""; line-height: 0; font-size: 0px; width: 0px; height: 0px; border-width: 36px 20px 36px 0px; border-style: solid; border-color: rgb(93, 153, 0) transparent transparent; position: absolute; top: 0px; right: -20px; }
.posts-nav { margin-bottom: 20px; }
.posts-nav span { display: inline-block; float: left; width: 50%; }
.posts-nav span a { display: inline-block; max-width: 90%; }
.posts-nav .next-post-link { text-align: right; float: right; }
.posts-nav::after { visibility: hidden; display: block; font-size: 0px; content: " "; clear: both; height: 0px; }
section.pagination { clear: both; display: block; text-align: center; }
section.pagination .page-numbers { color: rgb(0, 0, 0); display: inline-block; width: 26px; height: 26px; text-align: center; line-height: 28px; margin: 0px 5px; border-radius: 50%; font-size: 0.9em; font-weight: 600; }
section.pagination .page-numbers:hover { color: rgb(0, 116, 228); background: rgb(249, 249, 249) none repeat scroll 0% 0%; text-decoration: none; }
section.pagination .page-numbers.current { background: rgb(0, 0, 0) none repeat scroll 0% 0%; color: rgb(255, 255, 255); }
section.pagination .page-numbers.current:hover { color: rgb(255, 255, 255); background: rgb(0, 0, 0) none repeat scroll 0% 0%; }
section.pagination .page-numbers.next i, section.pagination .page-numbers.prev i { display: inline-block; margin-top: 2px; }
section.pagination .page-numbers.next:hover, section.pagination .page-numbers.prev:hover { background: transparent none repeat scroll 0px 0px; }
span.sup { font-size: 0.6em; position: relative; top: -0.4em; }
button, input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="image"], input[type="tel"], textarea { outline: 0px none; box-shadow: none ! important; }
button, input[type="button"], input[type="submit"], input[type="image"] { cursor: pointer; }
.video-container { position: relative; padding-bottom: 56.25%; height: 0px; overflow: hidden; }
.video-container embed, .video-container iframe, .video-container object, .video-container video { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.container { max-width: 100%; }
.load-more-content { display: block; }
@media (max-width: 767px) {
  body.has-featured .load-more-content { display: none; }
  body.has-featured .load-more-content.visible { display: block; }
}
.ui-autocomplete { position: absolute; }
.ui-menu { background-color: rgb(255, 255, 255); border-top: 2px solid rgb(0, 0, 0); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); list-style: outside none none; margin: 0px; padding: 0px; }
.ui-menu .ui-menu-item { padding: 8px 12px; }
.ui-menu .ui-menu-item:hover { background-color: rgb(238, 238, 238); color: rgb(0, 116, 228); }
.widget ul { margin: 0px; padding: 0px; list-style: outside none none; }
.widget ul li { padding: 0px 0px 15px; line-height: 1.3em; }
.widget ul li a { font-size: 0.9em; font-weight: 600; }
.widget ul li span.post-date { font-size: 0.8em; display: block; color: rgb(153, 153, 153); }
#search .widget input.search-field, .comment-form .widget input[type="text"], .comment-form .widget input[type="email"], .comment-form .widget input[type="url"], .widget #search input.search-field, .widget .comment-form input[type="text"], .widget .comment-form input[type="email"], .widget .comment-form input[type="url"], .widget input.form-control { transition: border-color 0.5s ease 0s; }
#search .widget input.error.search-field, .comment-form .widget input.error[type="text"], .comment-form .widget input.error[type="email"], .comment-form .widget input.error[type="url"], .widget #search input.error.search-field, .widget .comment-form input.error[type="text"], .widget .comment-form input.error[type="email"], .widget .comment-form input.error[type="url"], .widget input.form-control.error { border-color: rgb(204, 0, 0); }
.tagcloud a { color: rgb(51, 51, 51); background: rgb(255, 255, 255) none repeat scroll 0% 0%; font-size: 1em ! important; display: inline-block; min-height: 40px; line-height: 36px; padding: 0px 15px; border: 2px solid rgb(217, 234, 252); border-radius: 20px; margin: 0px 5px 10px 0px; font-weight: 600; }
.tagcloud a:hover { text-decoration: none; border-color: rgb(153, 153, 153); }
.widget.widget_lead-gen-form-widget h4.rentals-form-title, .widget.widget_rentals-lead-gen-form-widget h4.rentals-form-title { margin: -25px -31px 20px; display: block; color: rgb(255, 255, 255); text-align: center; padding: 12px 5px; font-size: 20px; background: rgb(0, 116, 228) none repeat scroll 0% 0%; }
.widget.widget_lead-gen-form-widget form, .widget.widget_rentals-lead-gen-form-widget form { position: relative; text-align: center; font-size: 1em; }
.widget.widget_lead-gen-form-widget form.submitted .select-wrap.error, .widget.widget_lead-gen-form-widget form.submitted input:invalid, .widget.widget_rentals-lead-gen-form-widget form.submitted .select-wrap.error, .widget.widget_rentals-lead-gen-form-widget form.submitted input:invalid { border-color: rgb(204, 0, 0); background: rgb(250, 230, 230) none repeat scroll 0% 0%; color: rgb(0, 0, 0); }
.widget.widget_lead-gen-form-widget form.submitted input:invalid:-moz-placeholder, .widget.widget_rentals-lead-gen-form-widget form.submitted input:invalid:-moz-placeholder { color: rgb(0, 0, 0); }
.widget.widget_lead-gen-form-widget form.submitted input:invalid::-moz-placeholder, .widget.widget_rentals-lead-gen-form-widget form.submitted input:invalid::-moz-placeholder { color: rgb(0, 0, 0); }
.widget.widget_lead-gen-form-widget form.submitted .validation-message, .widget.widget_rentals-lead-gen-form-widget form.submitted .validation-message { color: rgb(204, 0, 0); text-align: left; margin: -10px 0px 10px; }
.widget.widget_lead-gen-form-widget form p.opt-in, .widget.widget_rentals-lead-gen-form-widget form p.opt-in { text-align: left; position: relative; margin-left: 40px; font-size: 1em; line-height: 1.3em; }
.widget.widget_lead-gen-form-widget form p.opt-in label, .widget.widget_rentals-lead-gen-form-widget form p.opt-in label { font-weight: 400; margin-bottom: 0px; }
.widget.widget_lead-gen-form-widget form p.opt-in input[type="checkbox"], .widget.widget_rentals-lead-gen-form-widget form p.opt-in input[type="checkbox"] { position: absolute; left: -30px; top: -2px; transform: scale(1.3); padding: 10px; }
.widget.widget_lead-gen-form-widget form p.opt-in.disabled, .widget.widget_rentals-lead-gen-form-widget form p.opt-in.disabled { color: rgb(238, 238, 238); }
.widget.widget_lead-gen-form-widget form h4, .widget.widget_rentals-lead-gen-form-widget form h4 { margin-bottom: 15px; font-weight: 700; }
.widget.widget_lead-gen-form-widget form #user_type_radios, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios { text-align: left; font-size: 1.1em; margin-bottom: 10px; padding: 5px 0px; border: 2px solid transparent; }
.widget.widget_lead-gen-form-widget form #user_type_radios label, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios label { display: block; font-weight: 400; margin-bottom: 0px; }
.widget.widget_lead-gen-form-widget form #user_type_radios div, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios div { float: left; padding: 0px 5px; }
.widget.widget_lead-gen-form-widget form #user_type_radios div input, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios div input { margin-right: 5px; position: relative; top: -2px; }
.widget.widget_lead-gen-form-widget form #user_type_radios div.clear, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios div.clear { float: none; clear: both; }
.widget.widget_lead-gen-form-widget form #user_type_radios.error, .widget.widget_rentals-lead-gen-form-widget form #user_type_radios.error { border: 2px solid rgb(204, 0, 0); background: rgb(250, 230, 230) none repeat scroll 0% 0%; }
.widget.widget_lead-gen-form-widget form .select-wrap, .widget.widget_lead-gen-form-widget form input[type="text"], .widget.widget_lead-gen-form-widget form input[type="email"], .widget.widget_lead-gen-form-widget form input[type="tel"], .widget.widget_rentals-lead-gen-form-widget form .select-wrap, .widget.widget_rentals-lead-gen-form-widget form input[type="text"], .widget.widget_rentals-lead-gen-form-widget form input[type="email"], .widget.widget_rentals-lead-gen-form-widget form input[type="tel"] { display: block ! important; width: 100%; margin-bottom: 10px; border: 2px solid rgb(238, 238, 238); height: 42px; padding: 0px 10px; }
.widget.widget_lead-gen-form-widget form .select-label, .widget.widget_rentals-lead-gen-form-widget form .select-label { text-align: left; color: rgb(51, 51, 51); display: block; width: 100%; font-weight: 400; }
.comment-form .widget.widget_lead-gen-form-widget form input[type="submit"], .comment-form .widget.widget_rentals-lead-gen-form-widget form input[type="submit"], .widget.widget_lead-gen-form-widget form .btn, .widget.widget_lead-gen-form-widget form .comment-form input[type="submit"], .widget.widget_rentals-lead-gen-form-widget form .btn, .widget.widget_rentals-lead-gen-form-widget form .comment-form input[type="submit"] { width: 100%; margin: 20px 0px 10px; }
.comment-form .widget.widget_lead-gen-form-widget form input[type="submit"] img, .comment-form .widget.widget_rentals-lead-gen-form-widget form input[type="submit"] img, .widget.widget_lead-gen-form-widget form .btn img, .widget.widget_lead-gen-form-widget form .comment-form input[type="submit"] img, .widget.widget_rentals-lead-gen-form-widget form .btn img, .widget.widget_rentals-lead-gen-form-widget form .comment-form input[type="submit"] img { position: relative; left: -3px; top: -1px; }
.widget.widget_lead-gen-form-widget form .phone-number, .widget.widget_rentals-lead-gen-form-widget form .phone-number { margin-bottom: 20px; }
.widget.widget_lead-gen-form-widget form .phone-number span, .widget.widget_rentals-lead-gen-form-widget form .phone-number span { font-weight: 700; color: rgb(93, 153, 0); }
.widget.widget_lead-gen-form-widget form .privacy-policy, .widget.widget_rentals-lead-gen-form-widget form .privacy-policy { color: rgb(153, 153, 153); font-size: 0.9em; line-height: 1.3em; }
.widget.widget_lead-gen-form-widget form .privacy-policy span, .widget.widget_rentals-lead-gen-form-widget form .privacy-policy span { white-space: nowrap; }
.widget.widget_zblog-social-shares a { display: block; }
.widget.widget_zblog-social-shares label { display: none; }
.widget.widget_zblog-social-shares span { display: inline-block; margin: 10px 20px 15px 0px; font-weight: 300; vertical-align: top; color: rgb(153, 153, 153); font-size: 0.9em; }
.widget.widget_zblog-social-shares span::before { display: inline-block; width: 22px; height: 22px; margin-right: 3px; content: ""; background-size: 18px auto; background-position: center center; vertical-align: middle; font-size: 22px; }
.widget.widget_zblog-social-shares span.facebook-count::before { font-family: stargate; content: ""; color: rgb(59, 89, 152); }
.widget.widget_zblog-social-shares span.twitter-count::before { font-family: stargate; content: ""; color: rgb(0, 172, 237); }
.widget.widget_zblog-social-shares span.google-count::before { font-family: stargate; content: ""; color: rgb(209, 72, 54); }
.widget.widget_zblog-social-shares span.linkedin-count::before { font-family: stargate; content: ""; color: rgb(0, 123, 182); }
.comment-form .widget.widget_rentals-lead-gen-form-widget input[type="submit"], .widget.widget_rentals-lead-gen-form-widget .btn, .widget.widget_rentals-lead-gen-form-widget .comment-form input[type="submit"] { background: rgb(116, 192, 5) none repeat scroll 0% 0% ! important; border-color: rgb(116, 192, 5) ! important; }
.widget.widget_ads_widget { padding: 20px; }
.widget.affordability_calculator_widget, .widget.mortgage_calculator_widget, .widget.mortgage_rates_widget, .widget.refinance_calculator_widget, .widget.refinance_rates_widget, .widget.va_calculator_widget { background-color: rgb(255, 255, 255); margin: 25px 30px; border: 1px solid rgb(204, 204, 204); padding: 15px; }
.comment-form .widget.affordability_calculator_widget input[type="submit"], .comment-form .widget.mortgage_calculator_widget input[type="submit"], .comment-form .widget.refinance_calculator_widget input[type="submit"], .comment-form .widget.va_calculator_widget input[type="submit"], .widget.affordability_calculator_widget .btn, .widget.affordability_calculator_widget .comment-form input[type="submit"], .widget.mortgage_calculator_widget .btn, .widget.mortgage_calculator_widget .comment-form input[type="submit"], .widget.refinance_calculator_widget .btn, .widget.refinance_calculator_widget .comment-form input[type="submit"], .widget.va_calculator_widget .btn, .widget.va_calculator_widget .comment-form input[type="submit"] { border-color: rgb(0, 116, 228); color: rgb(0, 116, 228); }
.comment-form .widget.affordability_calculator_widget input[type="submit"]:active, .comment-form .widget.affordability_calculator_widget input[type="submit"]:focus, .comment-form .widget.affordability_calculator_widget input[type="submit"]:hover, .comment-form .widget.mortgage_calculator_widget input[type="submit"]:active, .comment-form .widget.mortgage_calculator_widget input[type="submit"]:focus, .comment-form .widget.mortgage_calculator_widget input[type="submit"]:hover, .comment-form .widget.refinance_calculator_widget input[type="submit"]:active, .comment-form .widget.refinance_calculator_widget input[type="submit"]:focus, .comment-form .widget.refinance_calculator_widget input[type="submit"]:hover, .comment-form .widget.va_calculator_widget input[type="submit"]:active, .comment-form .widget.va_calculator_widget input[type="submit"]:focus, .comment-form .widget.va_calculator_widget input[type="submit"]:hover, .widget.affordability_calculator_widget .btn:active, .widget.affordability_calculator_widget .btn:focus, .widget.affordability_calculator_widget .btn:hover, .widget.affordability_calculator_widget .comment-form input[type="submit"]:active, .widget.affordability_calculator_widget .comment-form input[type="submit"]:focus, .widget.affordability_calculator_widget .comment-form input[type="submit"]:hover, .widget.mortgage_calculator_widget .btn:active, .widget.mortgage_calculator_widget .btn:focus, .widget.mortgage_calculator_widget .btn:hover, .widget.mortgage_calculator_widget .comment-form input[type="submit"]:active, .widget.mortgage_calculator_widget .comment-form input[type="submit"]:focus, .widget.mortgage_calculator_widget .comment-form input[type="submit"]:hover, .widget.refinance_calculator_widget .btn:active, .widget.refinance_calculator_widget .btn:focus, .widget.refinance_calculator_widget .btn:hover, .widget.refinance_calculator_widget .comment-form input[type="submit"]:active, .widget.refinance_calculator_widget .comment-form input[type="submit"]:focus, .widget.refinance_calculator_widget .comment-form input[type="submit"]:hover, .widget.va_calculator_widget .btn:active, .widget.va_calculator_widget .btn:focus, .widget.va_calculator_widget .btn:hover, .widget.va_calculator_widget .comment-form input[type="submit"]:active, .widget.va_calculator_widget .comment-form input[type="submit"]:focus, .widget.va_calculator_widget .comment-form input[type="submit"]:hover { background-color: transparent; }
.widget.affordability_calculator_widget #affordability-calculator-widget-debt, .widget.affordability_calculator_widget #affordability-calculator-widget-income { text-indent: 1em; }
.widget.affordability_calculator_widget label[for="affordability-calculator-widget-income"], .widget.affordability_calculator_widget label[for="affordability-calculator-widget-debt"] { display: block; position: relative; white-space: nowrap; }
.widget.affordability_calculator_widget label[for="affordability-calculator-widget-income"]::after, .widget.affordability_calculator_widget label[for="affordability-calculator-widget-debt"]::after { color: rgb(204, 204, 204); content: "$"; left: 1em; line-height: 1em; position: absolute; top: calc(2em + 15px); z-index: 1; }
.widget.mortgage_calculator_widget #mortgage-calculator-widget-price { text-indent: 1em; }
.widget.mortgage_calculator_widget #mortgage-calculator-widget-down { padding-right: calc(1em + 12px); }
.widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-price"], .widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-down"] { display: block; position: relative; white-space: nowrap; }
.widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-price"]::after, .widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-down"]::after { color: rgb(204, 204, 204); line-height: 1em; position: absolute; top: calc(2em + 15px); z-index: 1; }
.widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-price"]::after { content: "$"; left: 1em; }
.widget.mortgage_calculator_widget label[for="mortgage-calculator-widget-down"]::after { content: "%"; right: 1em; }
.widget.refinance_calculator_widget #refinance-calculator-widget-amount { text-indent: 1em; }
.widget.refinance_calculator_widget #refinance-calculator-widget-rate { padding-right: calc(1em + 12px); }
.widget.refinance_calculator_widget label[for="refinance-calculator-widget-amount"], .widget.refinance_calculator_widget label[for="refinance-calculator-widget-rate"] { display: block; position: relative; white-space: nowrap; }
.widget.refinance_calculator_widget label[for="refinance-calculator-widget-amount"]::after, .widget.refinance_calculator_widget label[for="refinance-calculator-widget-rate"]::after { color: rgb(204, 204, 204); line-height: 1em; position: absolute; top: calc(2em + 15px); z-index: 1; }
.widget.refinance_calculator_widget label[for="refinance-calculator-widget-amount"]::after { content: "$"; left: 1em; }
.widget.refinance_calculator_widget label[for="refinance-calculator-widget-rate"]::after { content: "%"; right: 1em; }
.widget.va_calculator_widget #va-calculator-widget-price { text-indent: 1em; }
.widget.va_calculator_widget label[for="va-calculator-widget-price"], .widget.va_calculator_widget label[for="va-calculator-widget-zip"] { display: block; position: relative; white-space: nowrap; }
.widget.va_calculator_widget label[for="va-calculator-widget-price"]::after { color: rgb(204, 204, 204); line-height: 1em; position: absolute; top: calc(2em + 15px); z-index: 1; }
.widget.va_calculator_widget label[for="va-calculator-widget-price"]::after { content: "$"; left: 1em; }
.widget.mortgage_rates_widget .table, .widget.refinance_rates_widget .table { margin-bottom: 0px; }
.widget.mortgage_rates_widget .rate-30, .widget.refinance_rates_widget .rate-30 { color: rgb(135, 208, 40); }
.widget.mortgage_rates_widget .rate-15, .widget.refinance_rates_widget .rate-15 { color: rgb(20, 119, 225); }
.widget.mortgage_rates_widget .rate-51, .widget.refinance_rates_widget .rate-51 { color: rgb(97, 40, 194); }
.widget.mortgage_rates_widget .rate-up, .widget.refinance_rates_widget .rate-up { color: rgb(202, 14, 30); }
.widget.mortgage_rates_widget .rate-down, .widget.refinance_rates_widget .rate-down { color: rgb(135, 208, 40); }
.widget.text_and_button button { display: block; }
.widget.chinese_contact_form .widget-subtitle { margin-bottom: 0px; color: rgb(105, 105, 105); }
.widget.chinese_contact_form .modal-fields { padding: 0px 10px; }
.widget.chinese_contact_form .modal-fields .modal-field { padding: 10px; }
.widget.chinese_contact_form .modal-fields .modal-field .modal-field-icon { position: absolute; padding: 0px 20px; left: 0px; line-height: 61px; top: 0px; }
.widget.chinese_contact_form .modal-fields .modal-field .modal-input { padding-left: 31px; }
.widget.chinese_contact_form .modal-fields .modal-field .select-wrap { width: 100%; height: 41px; border: 1px solid rgb(204, 204, 204); }
.widget.chinese_contact_form .modal-fields .modal-field textarea { resize: none; }
.widget.chinese_contact_form .modal-btn-submit { background: rgb(0, 116, 228) none repeat scroll 0% 0%; color: rgb(255, 255, 255); border: medium none; padding: 10px; margin-top: 10px; width: 100%; }
.widget.chinese_contact_form .modal-info { margin: 10px 0px; color: rgb(105, 105, 105); padding: 0px 8px; }
.widget.chinese_contact_form .modal-info .modal-info-icon { padding: 2px; font-size: 12px; color: rgb(0, 0, 0); }
.widget.chinese_contact_form .modal-info .no-wrap { display: inline-block; }
.widget.chinese_contact_form .contact-form-content .modal-title { margin-bottom: 15px; }
.widget.chinese_contact_form .contact-form-content button.modal-back, .widget.chinese_contact_form .contact-form-content img { display: none; }
@media (min-width: 769px) {
  .widget.chinese_contact_form .modal-dialog { width: 600px; margin: 150px auto; }
}
@media (max-width: 768px) {
  .widget.chinese_contact_form .modal-fields { padding: 0px; }
}
.widget-tool { display: block; margin: 0px -20px; padding: 20px 0px; }
.widget-tool:hover { background-color: rgb(238, 238, 238); color: rgb(0, 116, 228); text-decoration: none; }
.widget-tool img { height: auto; margin: 10px; max-width: 40px; }
.widget-tool h4 { font-size: 1.125em; margin: 0px; }
.widget-tool p { color: rgb(153, 153, 153); font-size: 0.825em; margin: 0px; }
@media (min-width: 768px) and (max-width: 1023px) {
  .widget-tool { display: inline-block; margin: 0px; padding: 0px; width: 50%; }
}
@media (max-width: 767px) {
  .widget-tool { margin: 15px 0px; padding: 0px; }
}
.property_search_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
.property_search_widget h2 { font-size: 20px; font-weight: 600; margin: 10px 0px 20px; }
.comment-form .property_search_widget p, .property_search_widget .comment-form p, .property_search_widget .form-group { margin-bottom: 30px; }
.property_search_widget .list-inline { margin-bottom: 20px; position: relative; }
.property_search_widget .list-inline::after { border-top: 2px solid rgb(221, 221, 221); bottom: 0px; content: ""; left: 0px; position: absolute; right: 0px; z-index: 0; }
.property_search_widget .list-inline > li { display: inline-block; padding: 0px; margin: 0px 10px 0px 0px; width: auto; }
.property_search_widget .list-inline > li > label { margin-bottom: 0px; padding-bottom: 10px; position: relative; z-index: 1; }
.property_search_widget .list-inline > li > label:hover { cursor: pointer; }
.property_search_widget .list-inline > li > input[type="radio"] { display: none; }
.property_search_widget .list-inline > li > input[type="radio"]:checked + label { border-bottom: 2px solid rgb(0, 116, 228); }
.broker_referral_form_widget, .photography_3d_form_widget, .rental_form_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
.broker_referral_form_widget .photography-3d-form-types, .broker_referral_form_widget .rental-form-types, .photography_3d_form_widget .photography-3d-form-types, .photography_3d_form_widget .rental-form-types, .rental_form_widget .photography-3d-form-types, .rental_form_widget .rental-form-types { list-style: outside none none; margin: 0px 0px 30px; padding: 0px ! important; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type, .broker_referral_form_widget .photography-3d-form-types .rental-form-type, .broker_referral_form_widget .rental-form-types .photography-3d-form-type, .broker_referral_form_widget .rental-form-types .rental-form-type, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type, .photography_3d_form_widget .photography-3d-form-types .rental-form-type, .photography_3d_form_widget .rental-form-types .photography-3d-form-type, .photography_3d_form_widget .rental-form-types .rental-form-type, .rental_form_widget .photography-3d-form-types .photography-3d-form-type, .rental_form_widget .photography-3d-form-types .rental-form-type, .rental_form_widget .rental-form-types .photography-3d-form-type, .rental_form_widget .rental-form-types .rental-form-type { display: block; margin: 0px; padding: 0px; width: 100%; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type label, .broker_referral_form_widget .photography-3d-form-types .rental-form-type label, .broker_referral_form_widget .rental-form-types .photography-3d-form-type label, .broker_referral_form_widget .rental-form-types .rental-form-type label, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type label, .photography_3d_form_widget .photography-3d-form-types .rental-form-type label, .photography_3d_form_widget .rental-form-types .photography-3d-form-type label, .photography_3d_form_widget .rental-form-types .rental-form-type label, .rental_form_widget .photography-3d-form-types .photography-3d-form-type label, .rental_form_widget .photography-3d-form-types .rental-form-type label, .rental_form_widget .rental-form-types .photography-3d-form-type label, .rental_form_widget .rental-form-types .rental-form-type label { border-width: 0px 1px 1px; border-style: solid; border-color: rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; color: rgb(102, 102, 102); display: block; font-weight: 400; margin: 0px; padding: 15px 10px; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type label::after, .broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type label::before, .broker_referral_form_widget .photography-3d-form-types .rental-form-type label::after, .broker_referral_form_widget .photography-3d-form-types .rental-form-type label::before, .broker_referral_form_widget .rental-form-types .photography-3d-form-type label::after, .broker_referral_form_widget .rental-form-types .photography-3d-form-type label::before, .broker_referral_form_widget .rental-form-types .rental-form-type label::after, .broker_referral_form_widget .rental-form-types .rental-form-type label::before, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type label::after, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type label::before, .photography_3d_form_widget .photography-3d-form-types .rental-form-type label::after, .photography_3d_form_widget .photography-3d-form-types .rental-form-type label::before, .photography_3d_form_widget .rental-form-types .photography-3d-form-type label::after, .photography_3d_form_widget .rental-form-types .photography-3d-form-type label::before, .photography_3d_form_widget .rental-form-types .rental-form-type label::after, .photography_3d_form_widget .rental-form-types .rental-form-type label::before, .rental_form_widget .photography-3d-form-types .photography-3d-form-type label::after, .rental_form_widget .photography-3d-form-types .photography-3d-form-type label::before, .rental_form_widget .photography-3d-form-types .rental-form-type label::after, .rental_form_widget .photography-3d-form-types .rental-form-type label::before, .rental_form_widget .rental-form-types .photography-3d-form-type label::after, .rental_form_widget .rental-form-types .photography-3d-form-type label::before, .rental_form_widget .rental-form-types .rental-form-type label::after, .rental_form_widget .rental-form-types .rental-form-type label::before { content: none; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type label:hover, .broker_referral_form_widget .photography-3d-form-types .rental-form-type label:hover, .broker_referral_form_widget .rental-form-types .photography-3d-form-type label:hover, .broker_referral_form_widget .rental-form-types .rental-form-type label:hover, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type label:hover, .photography_3d_form_widget .photography-3d-form-types .rental-form-type label:hover, .photography_3d_form_widget .rental-form-types .photography-3d-form-type label:hover, .photography_3d_form_widget .rental-form-types .rental-form-type label:hover, .rental_form_widget .photography-3d-form-types .photography-3d-form-type label:hover, .rental_form_widget .photography-3d-form-types .rental-form-type label:hover, .rental_form_widget .rental-form-types .photography-3d-form-type label:hover, .rental_form_widget .rental-form-types .rental-form-type label:hover { cursor: pointer; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"], .broker_referral_form_widget .photography-3d-form-types .rental-form-type input[type="radio"], .broker_referral_form_widget .rental-form-types .photography-3d-form-type input[type="radio"], .broker_referral_form_widget .rental-form-types .rental-form-type input[type="radio"], .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"], .photography_3d_form_widget .photography-3d-form-types .rental-form-type input[type="radio"], .photography_3d_form_widget .rental-form-types .photography-3d-form-type input[type="radio"], .photography_3d_form_widget .rental-form-types .rental-form-type input[type="radio"], .rental_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"], .rental_form_widget .photography-3d-form-types .rental-form-type input[type="radio"], .rental_form_widget .rental-form-types .photography-3d-form-type input[type="radio"], .rental_form_widget .rental-form-types .rental-form-type input[type="radio"] { display: none; }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"]:checked + label, .broker_referral_form_widget .photography-3d-form-types .rental-form-type input[type="radio"]:checked + label, .broker_referral_form_widget .rental-form-types .photography-3d-form-type input[type="radio"]:checked + label, .broker_referral_form_widget .rental-form-types .rental-form-type input[type="radio"]:checked + label, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"]:checked + label, .photography_3d_form_widget .photography-3d-form-types .rental-form-type input[type="radio"]:checked + label, .photography_3d_form_widget .rental-form-types .photography-3d-form-type input[type="radio"]:checked + label, .photography_3d_form_widget .rental-form-types .rental-form-type input[type="radio"]:checked + label, .rental_form_widget .photography-3d-form-types .photography-3d-form-type input[type="radio"]:checked + label, .rental_form_widget .photography-3d-form-types .rental-form-type input[type="radio"]:checked + label, .rental_form_widget .rental-form-types .photography-3d-form-type input[type="radio"]:checked + label, .rental_form_widget .rental-form-types .rental-form-type input[type="radio"]:checked + label { background-color: rgb(226, 239, 252); color: rgb(51, 51, 51); }
.broker_referral_form_widget .photography-3d-form-types .photography-3d-form-type:first-of-type label, .broker_referral_form_widget .photography-3d-form-types .rental-form-type:first-of-type label, .broker_referral_form_widget .rental-form-types .photography-3d-form-type:first-of-type label, .broker_referral_form_widget .rental-form-types .rental-form-type:first-of-type label, .photography_3d_form_widget .photography-3d-form-types .photography-3d-form-type:first-of-type label, .photography_3d_form_widget .photography-3d-form-types .rental-form-type:first-of-type label, .photography_3d_form_widget .rental-form-types .photography-3d-form-type:first-of-type label, .photography_3d_form_widget .rental-form-types .rental-form-type:first-of-type label, .rental_form_widget .photography-3d-form-types .photography-3d-form-type:first-of-type label, .rental_form_widget .photography-3d-form-types .rental-form-type:first-of-type label, .rental_form_widget .rental-form-types .photography-3d-form-type:first-of-type label, .rental_form_widget .rental-form-types .rental-form-type:first-of-type label { border-top-width: 1px; }
.broker_referral_form_widget .rental-form-links > li, .photography_3d_form_widget .rental-form-links > li, .rental_form_widget .rental-form-links > li { display: block; width: 100%; }
.broker_referral_form_widget .rental-form-links a i, .photography_3d_form_widget .rental-form-links a i, .rental_form_widget .rental-form-links a i { font-size: 2em; margin-right: 5px; }
.broker_referral_form_widget .rental-form-links a:hover, .photography_3d_form_widget .rental-form-links a:hover, .rental_form_widget .rental-form-links a:hover { text-decoration: none; }
.broker_referral_form_widget .rental-form-share, .photography_3d_form_widget .rental-form-share, .rental_form_widget .rental-form-share { margin-top: 30px; text-align: center; }
.broker_referral_form_widget .rental-form-share li, .photography_3d_form_widget .rental-form-share li, .rental_form_widget .rental-form-share li { display: inline-block; padding: 0px 10px; width: auto; }
.broker_referral_form_widget .rental-form-share li a, .photography_3d_form_widget .rental-form-share li a, .rental_form_widget .rental-form-share li a { font-size: 3em; }
.broker_referral_form_widget .rental-form-share li a:hover, .photography_3d_form_widget .rental-form-share li a:hover, .rental_form_widget .rental-form-share li a:hover { text-decoration: none; }
.broker_referral_form_widget .alert.alert-warning, .photography_3d_form_widget .alert.alert-warning, .rental_form_widget .alert.alert-warning { margin-bottom: 15px; }
.broker_referral_form_widget .alert.alert-warning > ul > li, .photography_3d_form_widget .alert.alert-warning > ul > li, .rental_form_widget .alert.alert-warning > ul > li { width: 100%; }
.broker_referral_form_widget [data-step]:not([data-step="1"]), .photography_3d_form_widget [data-step]:not([data-step="1"]), .rental_form_widget [data-step]:not([data-step="1"]) { display: none; }
.broker_referral_form_widget [data-visible], .photography_3d_form_widget [data-visible], .rental_form_widget [data-visible] { display: none; }
.z_account_subscription_widget img { width: 45px; }
.z_account_subscription_widget input { padding: 3px 6px; }
.z_account_subscription_widget button { color: rgb(255, 255, 255); background-color: rgb(47, 114, 184); font-size: 13px; font-weight: 600; padding: 3px 10px; }
.z_account_subscription_widget button:active, .z_account_subscription_widget button:hover { background-color: rgb(27, 54, 101); color: rgb(255, 255, 255); }
.z_account_subscription_widget button:focus { color: rgb(255, 255, 255); }
.z_account_subscription_widget .zaccountservice-form .submit-error, .z_account_subscription_widget .zaccountservice-form .submit-success { display: none; padding: 5px 10px; margin-top: 10px; text-align: center; }
.entry-content .z_account_subscription_widget { display: none; border-top: 2px solid rgb(238, 238, 238); border-bottom: 2px solid rgb(238, 238, 238); margin: 10px 0px; }
.entry-content .z_account_subscription_widget.hide-registration, .sidebar .z_account_subscription_widget.hide-registration { display: none; }
.entry-content .z_account_subscription_widget img.envelope-icon-white, .sidebar .z_account_subscription_widget img.envelope-icon-white { display: none; }
@media (max-width: 600px) {
  .entry-content .z_account_subscription_widget h3, .sidebar .z_account_subscription_widget h3 { font-weight: 600; font-size: 25px; width: 100%; color: rgb(23, 34, 62) ! important; padding: 16px 0px; text-transform: capitalize; }
  .entry-content .z_account_subscription_widget p, .sidebar .z_account_subscription_widget p { color: rgb(23, 34, 62) ! important; font-size: 13px; }
  .entry-content .z_account_subscription_widget button, .sidebar .z_account_subscription_widget button { margin-top: 20px; display: block; }
}
@media (max-width: 649px) {
  .sidebar .z_account_subscription_widget h3 { font-weight: 600; font-size: 25px; width: 100%; color: rgb(23, 34, 62) ! important; border-bottom: 1px solid rgb(204, 204, 204); padding: 16px 0px; text-transform: capitalize; }
  .sidebar .z_account_subscription_widget p { color: rgb(23, 34, 62) ! important; font-size: 13px; }
  .sidebar .z_account_subscription_widget button { margin-top: 20px; display: block; }
}
@media (min-width: 1200px) {
  .sidebar .z_account_subscription_widget h3 { font-weight: 600; font-size: 25px; width: 100%; color: rgb(23, 34, 62) ! important; border-bottom: 1px solid rgb(204, 204, 204); padding: 16px 0px; text-transform: capitalize; }
  .sidebar .z_account_subscription_widget p { color: rgb(23, 34, 62) ! important; font-size: 13px; }
  .sidebar .z_account_subscription_widget button { margin-top: 20px; display: block; }
}
@media (min-width: 650px) and (max-width: 1199px) {
  .sidebar .z_account_subscription_widget { height: 140px; display: flex; -moz-box-align: center; align-items: center; }
  .sidebar .z_account_subscription_widget img { width: 62px; }
  .sidebar .z_account_subscription_widget .zaccountservice-icon { width: 14%; }
  .sidebar .z_account_subscription_widget .zaccountservice-info { width: 46%; }
  .sidebar .z_account_subscription_widget .zaccountservice-info h3 { margin: 0px 0px 8px; border-bottom: 0px none; }
  .sidebar .z_account_subscription_widget .zaccountservice-info p { margin: 0px; }
  .sidebar .z_account_subscription_widget .zaccountservice-form { width: 40%; text-align: right; }
  .sidebar .z_account_subscription_widget .zaccountservice-form button { width: 200px; margin-top: 8px; }
}
@media (max-width: 599px) {
  .entry-content .z_account_subscription_widget { padding: 15px 0px; }
  .entry-content .z_account_subscription_widget h3 { font-weight: 600; font-size: 25px; width: 100%; color: rgb(23, 34, 62) ! important; padding: 16px 0px; text-transform: capitalize; margin: 0px; }
  .entry-content .z_account_subscription_widget p { color: rgb(23, 34, 62) ! important; font-size: 13px; max-width: 80%; margin-top: 8px; }
  .entry-content .z_account_subscription_widget button { margin-top: 20px; display: block; }
}
@media (min-width: 600px) {
  .entry-content .z_account_subscription_widget { min-height: 140px; padding: 10px 0px; display: flex; -moz-box-align: center; align-items: center; }
  .entry-content .z_account_subscription_widget img { width: 62px; }
  .entry-content .z_account_subscription_widget .zaccountservice-icon { width: 16%; }
  .entry-content .z_account_subscription_widget .zaccountservice-info { width: 54%; }
  .entry-content .z_account_subscription_widget .zaccountservice-info h3 { margin: 0px 0px 8px; }
  .entry-content .z_account_subscription_widget .zaccountservice-info p { margin: 0px; }
  .entry-content .z_account_subscription_widget .zaccountservice-form { width: 30%; text-align: right; }
  .entry-content .z_account_subscription_widget .zaccountservice-form button { margin-top: 8px; }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .entry-content .z_account_subscription_widget .zaccountservice-icon { width: 14%; }
  .entry-content .z_account_subscription_widget .zaccountservice-info { width: 46%; }
  .entry-content .z_account_subscription_widget .zaccountservice-form { width: 40%; }
  .entry-content .z_account_subscription_widget .zaccountservice-form input { width: 200px; }
}
#takeoverModal { top: 145px; }
#takeoverModal .modal-dialog { width: 400px; max-width: 95%; margin: 0px auto; }
#takeoverModal .modal-dialog .modal-content { padding: 30px 25px; border-radius: 0px; }
#takeoverModal .modal-dialog .modal-content .z_account_subscription_widget { text-align: center; }
#takeoverModal .modal-dialog .modal-content .z_account_subscription_widget img { width: 90px; }
#takeoverModal .modal-dialog .modal-content .z_account_subscription_widget img.envelope-icon-blue { display: none; }
#takeoverModal .modal-dialog .modal-content .z_account_subscription_widget .zaccountservice-info h3 { border-bottom: 1px solid rgb(204, 204, 204); margin: 10px 20px; padding-bottom: 10px; }
@media (min-width: 400px) {
  #takeoverModal .modal-dialog .modal-content .z_account_subscription_widget .zaccountservice-form form { display: flex; }
  #takeoverModal .modal-dialog .modal-content .z_account_subscription_widget .zaccountservice-form input { width: 100%; margin-right: 10px; }
}
@media (max-width: 399px) {
  #takeoverModal .modal-dialog .modal-content .z_account_subscription_widget .zaccountservice-form button { margin-top: 10px; font-size: 15px; }
}
#sidebar-footer .z_account_subscription_widget .zaccountservice-icon .envelope-icon-blue { margin-bottom: 18px; width: 55px; }
#sidebar-footer .z_account_subscription_widget .zaccountservice-icon .envelope-icon-white { display: none; }
#sidebar-footer .z_account_subscription_widget form { font-size: 1.2em; }
#sidebar-footer .z_account_subscription_widget form input { height: 46px; }
#sidebar-footer .z_account_subscription_widget form button { height: 46px; font-size: 16px; margin-bottom: 2px; }
@media (max-width: 768px) {
  #sidebar-footer .z_account_subscription_widget form input[type="email"] { margin-bottom: 10px; }
}
@media (max-width: 1024px) {
  #sidebar-footer .z_account_subscription_widget form { font-size: 1em; }
  #sidebar-footer .z_account_subscription_widget form input { height: 40px; }
  #sidebar-footer .z_account_subscription_widget form button { height: 40px; font-size: 15px; margin-bottom: 2px; }
}
.widget.call_to_action_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
.widget.call_to_action_widget h3 { font-size: 1.25em; text-transform: none; }
.widget.call_to_action_widget p { font-size: 0.875em; margin-bottom: 16.5px; }
.widget.call_to_action_widget a { font-size: 0.875em; }
.widget.call_to_action_widget p.cta--disclaimer { padding-top: 10px; }
.widget.broker_referral_form_widget, .widget.photography_3d_form_widget, .widget.photography_form_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
.comment-form .widget.new_construction_form_widget p input.new-construction-field-error, .comment-form .widget.new_construction_form_widget p select.new-construction-field-error, .widget.new_construction_form_widget .comment-form p input.new-construction-field-error, .widget.new_construction_form_widget .comment-form p select.new-construction-field-error, .widget.new_construction_form_widget .form-group input.new-construction-field-error, .widget.new_construction_form_widget .form-group select.new-construction-field-error { border-color: rgb(204, 0, 0); background-color: rgb(250, 230, 230); }
.comment-form .widget.new_construction_form_widget p input.new-construction-field-error:focus, .comment-form .widget.new_construction_form_widget p select.new-construction-field-error:focus, .widget.new_construction_form_widget .comment-form p input.new-construction-field-error:focus, .widget.new_construction_form_widget .comment-form p select.new-construction-field-error:focus, .widget.new_construction_form_widget .form-group input.new-construction-field-error:focus, .widget.new_construction_form_widget .form-group select.new-construction-field-error:focus { background-color: initial; }
.comment-form .widget.new_construction_form_widget p p.new-construction-error-text, .widget.new_construction_form_widget .comment-form p p.new-construction-error-text, .widget.new_construction_form_widget .form-group p.new-construction-error-text { display: none; color: rgb(204, 0, 0); font-size: 12px; margin-top: 3px; }
.widget.new_construction_form_widget p.submit-error { display: none; }
.widget.new_construction_form_widget p.form-phone { font-size: 95%; margin-bottom: 5px; margin-top: 25px; }
.widget.new_construction_form_widget p.form-phone a { color: rgb(0, 0, 0); }
.widget.new_construction_form_widget p.form-phone a:active, .widget.new_construction_form_widget p.form-phone a:focus, .widget.new_construction_form_widget p.form-phone a:hover, .widget.new_construction_form_widget p.form-phone a:visited { text-decoration: none; }
.widget.new_construction_form_widget p.submit-success { padding: 15px; }
.widget.broker_form_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
.foreclosure_search_widget h3 { font-size: 16px ! important; text-transform: none ! important; }
.comment-form .foreclosure_search_widget form p, .foreclosure_search_widget form .comment-form p, .foreclosure_search_widget form .form-group { position: relative; }
.foreclosure_search_widget form input { height: 50px; border-radius: 5px; }
.foreclosure_search_widget form button { position: absolute; right: 0px; top: 0px; background-color: rgb(0, 116, 228); border-radius: 0px 5px 5px 0px; color: rgb(255, 255, 255); width: 70px; height: 50px; line-height: 50px; padding: 0px; font-size: 1.6em; }
@media (max-width: 767px) {
  .foreclosure_search_widget form, .foreclosure_search_widget h3 { max-width: 555px; margin: 0px auto; }
}
@media (min-width: 768px) {
  .foreclosure_search_widget h3 { font-size: 20px ! important; }
}
[class*="3d_tour_widget"] form { position: relative; }
[class*="3d_tour_widget"] form button[type="submit"] { position: absolute; right: 5px; top: 5px; }
[id="3d_tour_modal"] .modal-dialog { max-width: 350px; }
[id="3d_tour_modal"] .modal-content { border-radius: 0px; }
[id="3d_tour_modal"] .close { padding: 10px; position: absolute; right: 0px; top: 0px; z-index: 1; }
[id="3d_tour_modal"] .modal-body { padding: 30px; }
[id="3d_tour_modal"] .modal-body img[src*="/button-apple.png"] { margin: 30px auto 0px; max-width: 50%; }
[id="3d_tour_modal"] .modal-title { font-weight: 700; margin-bottom: 15px; }
.widget.instant_offers_form_widget { background-color: rgb(255, 255, 255); border-top: 5px solid rgb(0, 116, 228); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); padding: 25px 30px ! important; }
#z-subnav { margin-top: -80px; }
#z-subnav-mobile { display: none; }
.z-subnav-wrap { height: 80px; position: relative; background-color: rgba(0, 0, 0, 0.6); border-top: 1px solid rgb(255, 255, 255); background-clip: padding-box; }
.z-row-subnav { border-right: 1px solid rgb(255, 255, 255); background-clip: padding-box; }
.z-col-subnav { border-left: 1px solid rgb(255, 255, 255); background-clip: padding-box; text-align: center; position: relative; padding: 0px; }
.z-col-subnav a { text-transform: uppercase; display: table-cell; height: 79px; position: relative; top: -2px; line-height: 1.1em; padding: 0px 10px; vertical-align: middle; width: 2000px; font-size: 1em; font-weight: 700; color: rgb(255, 255, 255); border-top: 2px solid transparent; text-decoration: none; }
.z-col-subnav a:hover { color: rgb(0, 116, 228); }
.z-col-subnav.active { background-color: rgba(33, 128, 220, 0.8); }
.z-col-subnav.active a:hover { color: rgb(255, 255, 255); }
.z-col-subnav.active-default { background-color: rgba(33, 128, 220, 0.8); }
.z-col-sub-subnav .subnav-icon { display: none; }
#z-subnav-mobile.select-wrap { width: 240px; float: left; margin-right: 15px; }
.row.z-mobile-subnav { padding: 20px 0px 0px; }
.row.z-mobile-subnav span { float: left; margin-right: 15px; }
.row.z-mobile-subnav h1 { display: inline-block; float: left; font-size: 2em; line-height: 33px; padding: 0px; margin: 0px 15px 0px 0px; }
.row.z-mobile-subnav label { float: left; font-weight: 400; padding: 0px; margin: 0px 15px; line-height: 40px; }
.main .row.z-mobile-subnav { padding: 0px 0px 20px; }
.main .row.z-mobile-subnav .col-xs-12 { padding-left: 0px; }
h1.content-title { font-size: 2em; line-height: 33px; padding: 0px; margin: 0px 0px 20px; }
.z-sub-subnav-wrap { background: rgb(226, 240, 253) none repeat scroll 0% 0%; position: absolute; width: 100%; z-index: 10; padding-bottom: 0px; }
.z-row-sub-subnav { display: none; }
.z-row-sub-subnav.active { display: block; }
.z-row-sub-subnav::before { content: "."; visibility: hidden; line-height: 0; height: 0px; }
.z-col-sub-subnav { padding: 0px 5px 0px 0px; text-align: left; }
.z-col-sub-subnav a { display: block; height: 50px; line-height: 50px; }
.z-row-5 .col-md-1, .z-row-5 .col-sm-1 { width: 20%; }
.z-row-8 .col-md-1, .z-row-8 .col-sm-1 { width: 12.5%; }
.z-row-7 .col-md-1, .z-row-7 .col-sm-1 { width: 14.2857%; }
#subnav.fade { transition: opacity 0.25s ease 0s; }
#subnav .modal-dialog { top: 150px; transform: none; transition: transform 0.25s ease 0s; width: auto; pointer-events: none; }
#subnav .modal-dialog .row { pointer-events: auto; }
#subnav .modal-dialog .modal-content { border: medium none; border-radius: 0px; box-shadow: none; padding: 30px; }
#subnav .modal-dialog .modal-title { color: rgb(27, 80, 152); font-weight: 700; margin-bottom: 15px; }
#subnav .modal-dialog .modal-featured { padding-right: 30px; border-right: 1px solid rgb(204, 204, 204); }
#subnav .modal-dialog .modal-featured [class*="col-sm-"] { width: 100%; }
#subnav .modal-dialog .modal-featured article { padding-right: 0px ! important; }
#subnav .modal-dialog .modal-featured .excerpt-image, #subnav .modal-dialog .modal-featured .post-image { margin-bottom: 15px; }
#subnav .modal-dialog .modal-featured .excerpt-image .img { position: relative; width: 100%; }
#subnav .modal-dialog .modal-featured .excerpt-image .img::before { content: ""; display: block; padding-top: 62.5%; width: 100%; }
#subnav .modal-dialog .modal-featured .post-format .btn, #subnav .modal-dialog .modal-featured .post-format .comment-form input[type="submit"], .comment-form #subnav .modal-dialog .modal-featured .post-format input[type="submit"] { font-size: 12px; padding: 4px 6px; }
#subnav .modal-dialog .modal-featured .entry-title, #subnav .modal-dialog .modal-featured .post-title { font-size: 15px; font-weight: 600; margin: 0px 0px 15px; }
#subnav .modal-dialog .modal-featured .excerpt-text, #subnav .modal-dialog .modal-featured .links, #subnav .modal-dialog .modal-featured .post-author, #subnav .modal-dialog .modal-featured .post-detail, #subnav .modal-dialog .modal-featured .post-excerpt, #subnav .modal-dialog .modal-featured .post-permalink, #subnav .modal-dialog .modal-featured .small.text-muted.initialism, #subnav .modal-dialog .modal-featured .small.text-uppercase.text-muted { display: none; }
#subnav .modal-dialog .modal-topics a, #subnav .modal-dialog .modal-widget a { display: inline-block; font-weight: 600; padding: 15px 0px; }
#subnav .modal-dialog .modal-topics a:hover, #subnav .modal-dialog .modal-widget a:hover { color: rgb(27, 80, 152); text-decoration: none; }
#subnav .modal-dialog .modal-topics { padding-left: 30px; }
#subnav .modal-dialog .modal-topics ul li { display: inline-block; width: 50%; }
#subnav .modal-dialog .modal-topics ul li i { font-size: 1.5em; margin-right: 5px; }
@media (min-width: 1200px) {
  #subnav .modal-dialog .modal-content { height: 375px; }
  #subnav .modal-dialog .modal-content .modal-featured { height: 315px; }
}
@media (max-width: 1199px) {
  #subnav .modal-dialog { margin: 95px auto 40px; max-width: 768px; top: 0px; }
  #subnav .modal-dialog .modal-widget { margin-top: 40px; text-align: center; }
}
@media (max-width: 1023px) {
  #subnav .modal-dialog > .container { padding: 0px; }
}
@media (max-width: 767px) {
  #subnav .modal-dialog { margin: 45px 0px 0px; padding: 0px; top: 0px; }
  #subnav .modal-dialog .modal-content { padding: 30px 30px 5px; }
  #subnav .modal-dialog .modal-featured { border-right: medium none; padding-right: 15px; }
  #subnav .modal-dialog .modal-featured .post-format .btn, #subnav .modal-dialog .modal-featured .post-format .comment-form input[type="submit"], .comment-form #subnav .modal-dialog .modal-featured .post-format input[type="submit"] { font-size: 14px; padding: 8px 12px; }
  #subnav .modal-dialog .modal-topics { padding-left: 15px; }
  #subnav .modal-dialog .modal-topics ul li { display: block; width: initial; }
  #subnav .modal-dialog .modal-widget { margin-top: -1px; text-align: left; }
  #subnav .modal-dialog .modal-widget .modal-content { padding-top: 0px; }
}
.modal-backdrop.in { opacity: 0.75; }
.btn, .comment-form input[type="submit"] { border-radius: 5px; }
.btn.btn-primary, .comment-form input[type="submit"] { background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); color: rgb(255, 255, 255); }
.btn.btn-primary.highlight, .comment-form input.highlight[type="submit"] { background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); }
.btn.btn-large, .comment-form input.btn-large[type="submit"] { padding: 11px 50px; font-size: 1.1em; font-weight: 600; }
.btn.btn-medium, .comment-form input.btn-medium[type="submit"] { font-size: 1em; padding: 8px 17px; }
.btn:focus, .comment-form input[type="submit"]:focus { outline: 0px none ! important; }
.comment-list { padding-left: 0px; list-style: outside none none; }
.comment-list ol { list-style: outside none none; }
select.pretty-select { visibility: hidden; }
.select-wrap { vertical-align: middle; height: 40px; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 0px; position: relative; display: inline-block; overflow: hidden; z-index: 1; }
.select-wrap.error { border-color: rgb(204, 0, 0); }
.select-wrap.focus { border-color: rgb(153, 153, 153); }
.select-wrap::after { font-family: stargate; content: ""; height: 100%; line-height: 40px; padding: 0px; position: absolute; top: 0px; right: 7px; text-align: center; z-index: -1; pointer-events: none; background: transparent url(d8750e861d34ffe8c7be7129fc2cf647e505f8c6.css)  repeat scroll 0% 0%; }
.select-wrap:hover { border-color: rgb(153, 153, 153); }
.select-wrap select { height: 40px; width: 100%; padding: 0px 24px 0px 7px; background-color: transparent; border: 1px solid transparent; box-shadow: none; font-size: 1em; font-weight: 400; -moz-appearance: none; text-indent: 0.01px; text-overflow: ""; }
.select-wrap select:focus { outline: 0px none; }
select:-moz-focusring { color: transparent; text-shadow: 0px 0px 0px rgb(0, 0, 0); }
:-moz-any(.select-wrap)::before { background-color: rgb(255, 255, 255); pointer-events: none; z-index: 1; }
@media not all, not all {
}
input:disabled { color: rgb(238, 238, 238); background: rgb(249, 249, 249) none repeat scroll 0% 0%; }
input:disabled:-moz-placeholder { color: rgb(238, 238, 238); }
input:disabled::-moz-placeholder { color: rgb(238, 238, 238); }
input[type="checkbox"]:disabled { opacity: 0.3; }
.content.content-gated, .content.content-main { margin-left: -20px; margin-right: -20px; }
.main { position: relative; min-height: 1px; padding: 20px 0px; }
@media (min-width: 768px) {
  .main { float: left; width: 100%; }
}
.sidebar-primary .main { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; }
@media (min-width: 768px) {
  .sidebar-primary .main { float: left; width: 68.3333%; }
}
.sidebar { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; }
@media (min-width: 768px) {
  .sidebar { float: left; width: 31.6667%; }
}
.container-fluid.post-grid, .container.post-grid { padding-left: 0px; padding-right: 0px; margin-left: -10px; margin-right: -10px; }
.container-fluid.post-grid .post-grid-item, .container.post-grid .post-grid-item { padding-left: 10px ! important; padding-right: 10px ! important; }
.post-grid-item { margin-bottom: 20px; }
.post-grid-item a { display: block; color: rgb(255, 255, 255); }
.post-grid-item article { position: relative; padding: 0px; margin: 0px; height: 210px; background-size: cover; background-position: center center; background-color: rgb(249, 249, 249); }
.post-grid-item article h2, .post-grid-item article h4 { display: block; width: 100%; position: absolute; bottom: 0px; background-color: rgba(0, 0, 0, 0.6); margin: 0px; padding: 10px; font-size: 1em; line-height: 1.6em; }
.alignnone { margin-left: 0px; margin-right: 0px; max-width: 100%; }
.aligncenter { display: block; margin: 11.5px auto; }
.alignleft, .alignright { margin-bottom: 11.5px; }
@media (min-width: 768px) {
  .alignleft { float: left; margin-right: 11.5px; }
  .alignright { float: right; margin-left: 11.5px; }
}
.wp-caption-text { padding: 9px; }
#featured-articles { background-color: rgb(255, 255, 255); border-bottom: 2px solid rgb(249, 249, 249); padding: 20px 20px 0px; }
#featured-articles .featured-label { text-align: center; padding: 0px; margin: 0px 20px 20px; display: none; }
#featured-articles .col-sm-12 .featured-item { max-width: 700px; margin: auto; }
#featured-articles .featured-item.large article { height: 420px; }
#featured-articles .featured-item.small article .excerpt-summary { padding: 10px 18px; }
@media (max-width: 767px) {
  #featured-articles .featured-item.small article .excerpt-summary { background-color: rgb(249, 249, 249); }
}
#featured-articles .featured-item article { position: relative; background-position: center center; background-size: cover; height: 200px; background-color: rgb(249, 249, 249); margin-bottom: 20px; }
#featured-articles .featured-item article .featured-badge { position: absolute; top: 0px; left: 0px; background-color: rgb(93, 153, 0); color: rgb(255, 255, 255); padding: 3px 15px; font-size: 1em; font-weight: 600; text-transform: uppercase; }
#featured-articles .featured-item article .featured-badge::after { content: ""; line-height: 0; font-size: 0px; width: 0px; height: 0px; border-width: 30px 20px 30px 0px; border-style: solid; border-color: rgb(93, 153, 0) transparent transparent; position: absolute; top: 0px; right: -20px; }
#featured-articles .featured-item article .excerpt-summary { position: absolute; width: 100%; bottom: 0px; background-color: rgba(0, 0, 0, 0.6); padding: 18px; }
#featured-articles .featured-item article .excerpt-summary h2 { font-size: 14px; line-height: 20px; margin: 0px; }
#featured-articles .featured-item article .excerpt-summary h2 a { display: block; color: rgb(255, 255, 255); }
#seo-footer { background-color: rgb(238, 238, 238) ! important; padding: 20px; text-align: left; }
#seo-footer h6 { color: rgb(51, 51, 51); font-size: 1em; font-weight: 800; margin: 20px 0px; text-transform: uppercase; }
#seo-footer li.toggle { display: none; }
#seo-footer a { color: rgb(102, 102, 102) ! important; display: block; padding: 5px 0px; }
#seo-footer a:hover { text-decoration: underline; }
#seo-footer a.show { color: rgb(0, 116, 228) ! important; font-weight: 600; text-decoration: none ! important; }
.breadcrumb { background: transparent none repeat scroll 0px 0px; border-bottom: 1px solid rgb(238, 238, 238); margin: 0px; padding: 15px 0px; }
.breadcrumb > li { display: inline; }
.breadcrumb > li + li::before { color: rgb(0, 0, 0); content: "/"; padding: 0px; margin-left: 5px; }
#breadcrumbs { background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(238, 238, 238); color: rgb(27, 80, 152); line-height: 20px; font-weight: 600; padding: 20px 0px; position: absolute; top: 60px; width: 100%; z-index: 1; }
#breadcrumbs > .container { padding-left: 90px; }
#breadcrumbs a { color: rgb(27, 80, 152); }
#breadcrumbs a::after { content: "›"; display: inline-block; margin: 0px 5px 0px 10px; }
@media (max-width: 1199px) {
  #breadcrumbs { font-size: 12.5px; font-weight: 400; line-height: 25px; padding: 10px 0px; top: 45px; }
  #breadcrumbs > .container { padding-left: 60px; }
}
@media (max-width: 767px) {
  #breadcrumbs > .container { padding-left: 20px; }
}
body.single-post #breadcrumbs .breadcrumb_last_link::after { content: ""; }
body.single-post #breadcrumbs .breadcrumb_last { display: none; }
.owl-carousel { visibility: hidden; padding: 0px; height: 200px; overflow: hidden; }
.owl-carousel h4 { font-size: 1.5em; margin: 0px 0px 40px; text-align: center; }
.owl-carousel .img { background-size: cover; background-position: center center; height: 200px; position: relative; }
.owl-carousel .img h5 { background-color: rgba(0, 0, 0, 0.6); bottom: 0px; color: rgb(255, 255, 255); font-size: 1em; font-weight: 400; margin: 0px; padding: 10px 18px; position: absolute; text-align: left; width: 100%; }
.owl-carousel .owl-next, .owl-carousel .owl-prev { font-size: 20px; height: 200px; line-height: 200px; position: absolute; top: 0px; }
.owl-carousel .owl-prev { left: -30px; }
.owl-carousel .owl-next { right: -30px; }
.owl-carousel a:hover h5 { color: rgb(0, 116, 228); }
.owl-carousel.carousel .owl-item { opacity: 1; transition: opacity 0.5s ease 0s; }
.owl-carousel.carousel .owl-item.active { opacity: 1; }
.owl-carousel.carousel .owl-next, .owl-carousel.carousel .owl-prev { height: 200px ! important; line-height: 200px ! important; color: rgb(255, 255, 255); font-size: 30px; width: 40px; text-align: center; background-color: rgba(0, 0, 0, 0.5); }
.owl-carousel.carousel .owl-prev { left: 0px; }
.owl-carousel.carousel .owl-next { right: 0px; }
.owl-carousel.standard { height: 450px; overflow: hidden; padding: 0px; }
.owl-carousel.standard .img { height: 450px; }
.owl-carousel.standard .img h5 { bottom: 50px; }
.owl-carousel.standard .container { padding: 0px; }
.owl-carousel.standard .owl-stage { background: rgb(0, 0, 0) none repeat scroll 0% 0%; }
.owl-carousel.standard .owl-item { opacity: 0.5; transition: opacity 0.5s ease 0s; }
.owl-carousel.standard .owl-item.active { opacity: 1; }
.owl-carousel.standard .owl-next, .owl-carousel.standard .owl-prev { height: 450px; line-height: 450px; position: absolute; top: 0px; color: rgb(255, 255, 255); font-size: 30px; }
.owl-carousel.standard .owl-prev { left: 5px; }
.owl-carousel.standard .owl-next { right: 5px; }
@media (max-width: 1024px) {
  .owl-carousel.standard { height: 350px; }
  .owl-carousel.standard .img { height: 350px; }
  .owl-carousel.standard .owl-next, .owl-carousel.standard .owl-prev { height: 325px; line-height: 325px; }
}
@media (max-width: 480px) {
  .owl-carousel { padding: 0px; height: 200px ! important; }
  .owl-carousel .img { height: 200px ! important; }
  .owl-carousel .container { padding: 0px; }
  .owl-carousel .owl-stage { background: rgb(0, 0, 0) none repeat scroll 0% 0%; }
  .owl-carousel .owl-item { opacity: 0.5; transition: opacity 0.5s ease 0s; }
  .owl-carousel .owl-item.active { opacity: 1; }
  .owl-carousel .owl-next, .owl-carousel .owl-prev { height: 200px ! important; line-height: 200px ! important; color: rgb(255, 255, 255); font-size: 30px; }
  .owl-carousel .owl-prev { left: 5px; }
  .owl-carousel .owl-next { right: 5px; }
}
.owl-carousel h5 { font-size: 1.125em; font-weight: 700; margin: 40px 0px 0px; text-align: center; }
#home-page-carousel { padding: 40px 0px; }
#home-page-carousel .owl-carousel { overflow: visible; }
.zillow-rate-tables-table { margin-bottom: 1em; width: 100%; }
.zillow-rate-tables-table thead { font-size: 0.875em; text-transform: uppercase; }
.zillow-rate-tables-table thead tr th { padding: 7.5px 0px; }
.zillow-rate-tables-table thead tr th.zillow-rate-tables-program { width: 45%; }
.zillow-rate-tables-table thead tr th.zillow-rate-tables-rate { width: 30%; }
.zillow-rate-tables-table thead tr th.zillow-rate-tables-apr { width: 25%; }
.zillow-rate-tables-table tbody tr { border-top: 1px solid rgb(204, 204, 204); }
.zillow-rate-tables-table tbody tr td { padding: 7.5px 0px; }
.zillow-rate-tables-table tbody tr td.zillow-rate-tables-compare { padding-left: 1.25em; position: relative; }
.zillow-rate-tables-compare { text-align: right; white-space: nowrap; }
.zillow-rate-tables-down::before, .zillow-rate-tables-up::before { content: ""; display: block; height: 1em; left: 0px; position: absolute; top: calc(50% - 0.5em); vertical-align: middle; width: 1em; }
.zillow-rate-tables-down::before { background: transparent url(f38afee482ddb6c9f63c931326048484a24faa2f.116V4)  repeat scroll 0% 0%; }
.zillow-rate-tables-up::before { background: transparent url(3e3c44d00d1fc17414018c49229ca26ffb5059f2.116V4)  repeat scroll 0% 0%; transform: rotate(180deg); }
.zillow-rate-tables-disclaimer { color: rgb(170, 170, 170); font-size: 10px; }
#brand { padding-top: 13px; }
a.brand svg { height: 17px; width: 130px; fill: rgb(153, 153, 153); }
#z-primary-nav-toggle { display: none; width: 85px; font-size: 16px; line-height: 45px; }
#z-primary-nav-toggle i::before { padding-right: 4px; position: relative; top: 1px; }
.z-primary-nav { margin-bottom: 0px; min-height: 0px; }
.z-primary-nav .nav > li { background: transparent none repeat scroll 0px 0px; transition: none 0s ease 0s ; }
.z-primary-nav .nav > li > a { padding: 10px 0px; margin-right: 30px; font-size: 1.05em; color: rgb(51, 51, 51); background: transparent none repeat scroll 0px 0px; }
.z-primary-nav .nav > li > a:hover { background: transparent none repeat scroll 0px 0px; color: rgb(0, 116, 228); }
#z-primary-nav-wrap .mobile-nav-search { display: none; padding: 15px 10px 10px; }
#z-primary-nav-wrap .mobile-nav-search form { margin: 0px; }
#z-primary-nav-wrap .mobile-nav-search form .input-group { width: 100%; min-width: 280px; max-width: 400px; }
#z-primary-nav-wrap .mobile-nav-search form button { position: absolute; height: 100%; right: 0px; top: 0px; z-index: 5; font-size: 18px; color: rgb(51, 51, 51); line-height: 42px; padding-right: 10px; }
@media (max-width: 1023px) {
  #z-primary-nav-wrap.active .mobile-nav-search { display: block; }
}
#z-header-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; }
#z-header { position: relative; background-color: rgba(25, 52, 93, 0.4); height: 300px; overflow: hidden; color: rgb(255, 255, 255); text-align: center; }
#z-header #z-header-text { position: absolute; width: 100%; top: 50%; margin-top: -50px; }
#z-header.gated-content, #z-header.no-subnav { height: 280px; }
#z-header.gated-content #z-header-text, #z-header.no-subnav #z-header-text { top: 50%; margin-top: -25px; }
#z-header h1.header-title { font-weight: 300; font-size: 2.6em; margin: 0px; padding: 0px 15px 15px; }
#z-header h3.header-desc { max-width: 400px; margin: auto; padding: 0px; font-size: 1.1em; line-height: 1.4em; font-weight: 600; }
#z-header .alert.toast { display: none; position: absolute; top: 0px; left: 0px; color: rgb(255, 255, 255); width: 100%; border: medium none; background-color: rgba(93, 154, 1, 0.9); padding: 14px 0px 13px; font-size: 1.1em; z-index: 1; text-align: left; margin: 0px; }
#z-header .alert.toast .container { padding-right: 50px; position: relative; }
#z-header .alert.toast .container a { color: rgb(255, 255, 255); }
#z-header .alert.toast .container .close { color: rgb(255, 255, 255); opacity: 0.8; position: absolute; right: 10px; top: 50%; margin-top: -10px; height: 20px; font-size: 20px; text-shadow: none; }
#z-header .alert.toast .container .close:hover { opacity: 1; }
#z-header .alert.toast .container .btn, #z-header .alert.toast .container .comment-form input[type="submit"], .comment-form #z-header .alert.toast .container input[type="submit"] { background: transparent none repeat scroll 0px 0px; color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
#z-header .alert.toast .container #gated-content-toast { position: relative; padding-left: 50px; }
#z-header .alert.toast .container #gated-content-toast .download-text { padding-right: 10px; }
#z-header .alert.toast .container #gated-content-toast span.zsg-check-circle { position: absolute; left: 0px; top: 50%; margin-top: -15px; font-size: 30px; line-height: 45px; margin-right: 15px; }
@media (min-width: 488px) and (max-width: 769px) {
  #z-header .alert.toast .container #gated-content-toast span.zsg-check-circle { font-size: 24px; line-height: 39px; }
}
#header-search { float: right; padding: 5px; margin-left: -40px; margin-right: -20px; z-index: 10; }
#header-search .header-select-wrap { float: right; }
#header-search .header-select-wrap #header-select { background-color: transparent; border-width: 1px 1px 1px medium; border-style: solid solid solid none; border-color: transparent transparent transparent currentcolor; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-radius: 0px; color: rgb(0, 0, 0); height: 35px; padding: 0px 10px; }
#header-search .header-select-wrap i.zsg-bars { margin-right: 5px; }
#header-search .header-select-wrap .btn .caret, #header-search .header-select-wrap .comment-form input[type="submit"] .caret, .comment-form #header-search .header-select-wrap input[type="submit"] .caret { margin-left: 20px; }
#header-search .header-select-wrap .dropdown-menu { border: medium none; margin: 0px; padding: 0px; }
#header-search .header-select-wrap .dropdown-menu .parent { background-color: rgb(0, 116, 228); color: rgb(255, 255, 255); padding: 10px; }
#header-search .header-select-wrap .dropdown-menu > li > a.child { border-bottom: 1px solid rgb(238, 238, 238); color: rgb(0, 116, 228); padding: 10px 15px; }
#header-search .header-search-wrap { float: right; position: relative; border: 1px solid transparent; min-width: 35px; }
#header-search .header-search-wrap input[type="text"] { width: 0px; height: 35px; padding: 0px; color: rgb(0, 0, 0); border: 0px none; border-radius: 0px; }
#header-search .header-search-wrap input[type="text"]:-moz-placeholder { color: rgb(153, 153, 153); font-weight: 400; }
#header-search .header-search-wrap input[type="text"]::-moz-placeholder { color: rgb(153, 153, 153); font-weight: 400; }
#header-search .header-search-wrap button[type="submit"] { display: block; height: 35px; width: 35px; line-height: 35px; position: absolute; left: 0px; top: 0px; background: transparent none repeat scroll 0px 0px; border: 0px none; }
#header-search .header-search-wrap button[type="submit"] span { color: rgb(0, 0, 0); font-size: 1.4em; left: 7px; position: absolute; top: 10px; }
#header-search .header-search-wrap button#close-search { display: none; height: 35px; width: 35px; line-height: 35px; position: absolute; right: 0px; top: 0px; background: transparent none repeat scroll 0px 0px; border: 0px none; }
#header-search .header-search-wrap button#close-search span { color: rgb(0, 0, 0); font-size: 1.2em; }
#header-search.active { z-index: 100; }
#header-search.active .header-search-wrap { border: 1px solid rgb(0, 116, 228); }
#header-search.active .header-search-wrap button[type="submit"] { background: transparent none repeat scroll 0px 0px ! important; }
#header-search.active .header-search-wrap button[type="submit"] span { color: rgb(153, 153, 153) ! important; }
#header-search.active .header-search-wrap input[type="text"] { padding: 0px 35px; width: 220px; }
#header-search.active .header-search-wrap button#close-search { display: block; }
body.distinct #z-header, body.gated-content #z-header { background-color: transparent; text-align: left; }
body.distinct #z-header #z-header-text, body.gated-content #z-header #z-header-text { bottom: 0px; top: auto; height: auto; background: transparent linear-gradient(to bottom, transparent 0px, transparent 20%, rgb(0, 0, 0) 100%) repeat scroll 0% 0%; padding: 25px 0px 105px; }
body.distinct #z-header #z-header-text h1.header-title, body.gated-content #z-header #z-header-text h1.header-title { font-weight: 300; font-size: 2.5em; line-height: 1.3em; padding: 50px 50% 0px 0px; }
body.distinct #z-header.default, body.gated-content #z-header.default { height: 300px; }
body.distinct #z-header.no-subnav #z-header-text, body.gated-content #z-header.no-subnav #z-header-text { padding-bottom: 25px ! important; }
body.distinct #z-header.no-subnav.default, body.gated-content #z-header.no-subnav.default { height: 305px; }
body.distinct #z-header { height: 400px; }
body.distinct.no-subnav { height: 300px; }
body.gated-content #z-header { height: 275px; }
body.gated-content #z-header #z-header-text { display: block ! important; padding-bottom: 25px ! important; }
#header-static.navbar { border: 0px none; margin-bottom: 0px; min-height: auto; }
#header-static.navbar #header-search { margin-top: 2px; }
#header-static.navbar #header-static-top { position: relative; z-index: 1000; }
#header-static.navbar #header-static-top > .container { position: relative; }
#header-static.navbar #header-static-top.has-subnav { border-bottom: 1px solid rgb(204, 204, 204); box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
#header-static.navbar .navbar-header { position: relative; height: 50px; }
#header-static.navbar .navbar-brand { background-color: rgb(255, 255, 255); height: 100px; left: 0px; overflow: hidden; margin-left: 0px ! important; padding: 0px; position: absolute; top: 0px; width: 100px; z-index: 1; }
#header-static.navbar .navbar-brand svg { fill: rgb(0, 116, 228); height: 100px; width: 100px; }
#header-static.navbar .navbar-brand::after { border-right: 1px solid rgb(0, 116, 228); bottom: 0px; content: ""; position: absolute; right: 0px; top: 0px; }
#header-static.navbar .navbar-nav { margin-left: 90px; padding: 0px; }
#header-static.navbar .navbar-nav > li > a { background-color: rgb(255, 255, 255) ! important; color: rgb(51, 51, 51); padding-top: 12px; padding-bottom: 12px; }
#header-static.navbar.pfs-navbar .static-header-subnav-container { max-width: 1225px; margin: 0px auto; padding: 0px 20px; }
@media (min-width: 767px) {
  #header-static.navbar.pfs-navbar .static-header-subnav-container { padding-left: 125px; }
  #header-static.navbar.pfs-navbar #header-static-top { max-height: 50px; }
  #header-static.navbar.pfs-navbar #static-header-subnav ul.static-header-subnav { margin-left: 0px; }
}
@media (min-width: 1024px) {
  #header-static.navbar.pfs-navbar .static-header-subnav-container { max-width: 1020px; }
}
@media (min-width: 1200px) {
  #header-static.navbar.pfs-navbar .static-header-subnav-container { max-width: 1180px; }
}
@media (max-width: 767px) {
  #header-static.navbar { margin-top: -45px; min-height: 45px; height: auto; }
  #header-static.navbar.pfs-navbar { margin-top: -45px; }
  #header-static.navbar .navbar-header { height: 45px; }
  #header-static.navbar .navbar-brand { width: 45px; height: 45px; }
  #header-static.navbar .navbar-brand svg { height: 45px; width: 45px; }
  #header-static.navbar .navbar-toggle { border: 0px none; color: rgb(0, 116, 228); font-weight: 900; margin: 0px; padding: 10px; text-transform: uppercase; }
  #header-static.navbar .navbar-toggle i { margin-right: 5px; }
  #header-static.navbar .navbar-collapse { border-top: 3px solid rgb(0, 116, 228); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); margin: 1px 0px 0px; overflow: initial ! important; padding: 0px; position: absolute; right: 0px; z-index: 99; }
  #header-static.navbar .navbar-collapse::before { border-width: 10px; border-style: solid; border-color: transparent transparent rgb(0, 116, 228); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; bottom: 100%; content: ""; height: 0px; position: absolute; right: 22px; width: 0px; }
  #header-static.navbar .navbar-collapse > ul { margin: 0px; }
  #header-static.navbar .navbar-collapse > ul > li > a { background-color: rgb(247, 247, 247); border-bottom: 1px solid rgb(221, 221, 221); color: rgb(51, 51, 51); display: block; font-size: 1.25em; font-weight: 400; min-width: 230px; padding: 15px; white-space: nowrap; }
  #header-static.navbar .navbar-collapse > ul > li > a:hover { color: rgb(0, 116, 228); }
  #header-static.navbar ul.static-header-subnav { padding: 0px; margin-left: -10px ! important; }
}
#header-static.navbar #static-header-subnav { height: 50px; background: rgb(217, 240, 249) none repeat scroll 0% 0%; margin-top: -1px; }
#header-static.navbar #static-header-subnav label.zsg-nav-sub-expando { position: absolute; padding: 0px; right: 25px; top: 70px; color: rgb(255, 255, 255); cursor: pointer; -moz-user-select: none; }
@media (max-width: 767px) {
  #header-static.navbar #static-header-subnav label.zsg-nav-sub-expando { top: 65px; }
}
@media (min-width: 456px) {
  #header-static.navbar #static-header-subnav label.zsg-nav-sub-expando { display: none; }
}
#header-static.navbar #static-header-subnav label.zsg-nav-sub-expando span.zsg-nav-sub-hellip { cursor: pointer; color: rgb(0, 0, 0); padding-right: 15px; }
#header-static.navbar #static-header-subnav label.zsg-nav-sub-expando i { color: rgb(0, 116, 228); }
#header-static.navbar #static-header-subnav ul.static-header-subnav { margin-left: 65px; padding-right: 50px; list-style: outside none none; height: 50px; overflow: hidden; }
#header-static.navbar #static-header-subnav ul.static-header-subnav li { display: inline; }
#header-static.navbar #static-header-subnav ul.static-header-subnav li a { padding: 13px 10px; color: rgb(51, 51, 51); display: inline-block; text-decoration: none; }
#header-static.navbar #static-header-subnav ul.static-header-subnav li a:hover { color: rgb(0, 116, 228); }
#header-static.navbar #static-header-subnav ul.static-header-subnav li.active > a { font-weight: 700; color: rgb(0, 116, 228); }
#header-static.navbar #static-header-subnav ul.static-header-subnav li.current-menu-item a, #header-static.navbar #static-header-subnav ul.static-header-subnav li.current_page_item a { color: rgb(0, 116, 228); font-weight: 700; }
#header-static.navbar #static-header-subnav.expando-active { height: auto; }
#header-static.navbar #static-header-subnav.expando-active label.zsg-nav-sub-expando span.zsg-nav-sub-hellip { display: none; }
#header-static.navbar #static-header-subnav.expando-active label.zsg-nav-sub-expando i::before { content: ""; }
#header-static.navbar #static-header-subnav.expando-active ul.static-header-subnav { height: auto; overflow: visible; }
#nav { background-color: rgba(27, 80, 152, 0.9); border: medium none; margin: 0px; z-index: 1041; }
#nav a { color: rgb(255, 255, 255); font-size: 17.5px; font-weight: 700; }
#nav a:active, #nav a:focus, #nav a:hover { cursor: pointer; text-decoration: none; }
#nav .navbar-header { width: 100%; }
#nav .navbar-header .navbar-brand { height: 60px; margin: 0px; padding: 0px; position: relative; }
#nav .navbar-header .navbar-brand::after, #nav .navbar-header .navbar-brand::before { border-right: 1px solid rgb(0, 116, 228); bottom: 0px; content: ""; position: absolute; top: 0px; z-index: 1; }
#nav .navbar-header .navbar-brand::before { left: 0px; }
#nav .navbar-header .navbar-brand::after { left: 59px; }
#nav .navbar-header .navbar-brand .navbar-brand-icon { background-color: rgb(255, 255, 255); fill: rgb(0, 116, 228); height: 60px; width: 60px; vertical-align: middle; }
#nav .navbar-header .navbar-brand .navbar-brand-text { margin-left: -5px; padding: 0px 15px; }
#nav .navbar-header .navbar-nav > li { display: inline-block; }
#nav .navbar-header .navbar-nav > li > a { line-height: 60px; padding: 0px 15px; text-transform: uppercase; }
#nav .navbar-header .navbar-nav > li > a:active, #nav .navbar-header .navbar-nav > li > a:focus, #nav .navbar-header .navbar-nav > li > a:hover { background-color: transparent; }
#nav .navbar-header .navbar-nav.navbar-right { margin: 0px; text-align: right; }
#nav .navbar-header .navbar-nav.navbar-right .search-toggle { transition: color 0.25s ease 0s; }
#nav .navbar-header .navbar-nav.navbar-right .search-toggle.in { color: rgb(0, 116, 228); }
#nav .navbar-header .navbar-nav.navbar-right .search-toggle.in::after { border-width: 5px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; bottom: 0px; content: " "; height: 0px; left: 50%; margin-left: -5px; position: absolute; width: 0px; }
#nav .navbar-header .navbar-nav.navbar-right .subnav-toggle .zsg-bars { vertical-align: text-bottom; }
#nav .navbar-header .navbar-nav.navbar-right .subnav-toggle .zsg-bars::after { content: "MENU"; display: inline-block; font-family: inherit; font-style: normal; margin-left: 5px; position: relative; top: -3px; width: 60px; }
#nav .navbar-header .navbar-nav.navbar-right .subnav-toggle.in .zsg-bars::after { content: "CLOSE"; }
@media (max-width: 1199px) {
  #nav { min-height: 45px; }
  #nav a { font-size: 15px; }
  #nav .navbar-header .navbar-brand { height: 45px; margin-left: -15px; }
  #nav .navbar-header .navbar-brand::after { left: 44px; }
  #nav .navbar-header .navbar-brand .navbar-brand-icon { height: 45px; width: 45px; }
  #nav .navbar-header .navbar-nav > li { display: inline-block; }
  #nav .navbar-header .navbar-nav > li > a { line-height: 45px; padding: 0px 10px; }
  #nav .navbar-header .navbar-nav.navbar-right .subnav-toggle .zsg-bars::after { width: 45px; }
}
@media (max-width: 1023px) {
  #nav .navbar-header .navbar-brand { margin: 0px; }
  #nav .navbar-header .navbar-nav.navbar-right { margin-right: -25px; }
}
@media (max-width: 767px) {
  #nav .navbar-header .navbar-brand .navbar-brand-text { display: none; }
}
#search { background-color: rgb(255, 255, 255); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); height: 0px; overflow: hidden; position: fixed; top: 60px; transition: height 0.25s ease 0s; width: 100%; z-index: 1049; }
#search.in { height: 90px; }
#search .search-form { position: relative; }
#search .search-field { border: medium none; box-shadow: none; font-size: 30px; font-weight: 100; height: 90px; margin: 0px; padding: 0px 75px; }
#search .search-field:focus { box-shadow: none; }
#search .zsg-search, #search .zsg-times { color: rgb(204, 204, 204); font-size: 30px; position: absolute; top: 30px; }
#search .zsg-search.zsg-search, #search .zsg-times.zsg-search { left: 20px; }
#search .zsg-search.zsg-times, #search .zsg-times.zsg-times { cursor: pointer; right: 20px; }
@media (max-width: 1199px) {
  #search { top: 45px; }
  #search.in { height: 50px; }
  #search > container { padding: 0px 15px; }
  #search .search-field { font-size: 20px; height: 50px; margin: 0px; padding: 0px 45px; }
  #search .zsg-search, #search .zsg-times { font-size: 20px; top: 15px; }
  #search .zsg-search.zsg-search, #search .zsg-times.zsg-search { left: 0px; }
  #search .zsg-search.zsg-times, #search .zsg-times.zsg-times { right: 0px; }
}
@media (max-width: 767px) {
  #search .search-field { margin: 0px; padding: 0px 30px; }
}
body.admin-bar #nav, body.admin-bar #subnav { top: 32px; }
@media (max-width: 767px) {
  body.admin-bar #nav, body.admin-bar #subnav { top: 46px; }
  body.admin-bar #wpadminbar { position: fixed; }
}
body.home #nav .navbar-header .navbar-brand .navbar-brand-text { opacity: 0; transition: opacity 0.25s ease 0s; }
body.home.modal-open #nav .navbar-header .navbar-brand .navbar-brand-text { opacity: 1; }
body.sidebar article, body[class*=" sidebar-"] article, body[class^="sidebar-"] article { padding-right: 20px ! important; }
body.gated-content .wrap.container { overflow: visible; background: rgb(255, 255, 255) none repeat scroll 0% 0% ! important; }
aside.sidebar { background: rgb(249, 249, 249) none repeat scroll 0% 0%; padding: 0px; position: relative; }
aside.sidebar .sidebar-bg-fill { display: none; width: 100%; position: absolute; z-index: -1; height: 5000px; background: rgb(249, 249, 249) none repeat scroll 0% 0%; }
aside.sidebar section { padding: 25px 30px; border-bottom: 2px solid rgb(228, 228, 228); }
aside.sidebar section h3 { margin-top: 0px; padding-bottom: 5px; text-transform: uppercase; font-weight: 700; font-size: 1.1em; }
aside.sidebar section button.btn-widget { background-color: rgb(0, 116, 228); border: medium none; color: rgb(255, 255, 255); padding: 8px; width: 170px; border-radius: 4px; margin-top: 40px; }
aside.sidebar section:last-child { border-bottom: medium none; }
.widget .widgettitle { margin-top: 0px; padding-bottom: 5px; font-size: 1.1em; font-weight: 700; text-transform: uppercase; }
footer#site-footer { text-align: center; color: rgb(153, 153, 153); background: rgb(0, 0, 0) none repeat scroll 0% 0%; }
footer#site-footer #footer-search { padding: 76px 15px; background-image: url(6338de5421aaa3e6bed5790c9d1264a91844e42f.png) ; background-position: left center; background-size: cover; background-repeat: no-repeat; }
footer#site-footer #footer-search #search-wrap { position: relative; max-width: 400px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; margin: auto; }
footer#site-footer #footer-search #search-wrap input[type="text"] { width: 100%; height: auto; line-height: 1.25em; border: 0px none; color: rgb(0, 0, 0); padding: 15px 45px 15px 15px; font-size: 16px; font-weight: 600; }
footer#site-footer #footer-search #search-wrap input[type="text"]:-moz-placeholder { color: rgb(153, 153, 153); font-weight: 400; }
footer#site-footer #footer-search #search-wrap input[type="text"]::-moz-placeholder { color: rgb(153, 153, 153); font-weight: 400; }
footer#site-footer #footer-search #search-wrap button[type="submit"] { position: absolute; height: 50px; width: 50px; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: 26px 26px; top: 0px; right: 0px; border: 0px none; padding: 12px; cursor: pointer; }
footer#site-footer #footer-search #search-wrap button[type="submit"] span::before { font-size: 2em; color: rgb(0, 116, 228); }
footer#site-footer a { color: rgb(153, 153, 153); }
footer#site-footer #footer-links { border-bottom: 1px solid rgb(51, 51, 51); padding: 11px 0px 10px; }
footer#site-footer #footer-links ul { margin: 0px; padding: 0px; list-style-type: none; }
footer#site-footer #footer-links ul li { display: inline-block; padding: 5px 10px; }
footer#site-footer #footer-links ul li a { text-transform: uppercase; font-weight: 900; font-size: 13px; }
footer#site-footer #footer-links ul li a:hover { color: rgb(0, 116, 228); text-decoration: none; }
footer#site-footer #footer-copyright { font-weight: 900; font-size: 12px; }
footer#site-footer #footer-copyright span { display: inline-block; margin: 11px 20px 16px; }
footer#site-footer #footer-copyright .social { margin-left: 11px; display: inline-block; width: 30px; height: 30px; }
footer#site-footer #footer-copyright .social i { font-size: 30px; position: relative; top: 2px; }
footer#site-footer #footer-copyright .social:active, footer#site-footer #footer-copyright .social:focus, footer#site-footer #footer-copyright .social:hover { color: rgb(0, 116, 228); text-decoration: none; }
footer#site-footer #footer-copyright .social:active .zsg-facebook-circle, footer#site-footer #footer-copyright .social:focus .zsg-facebook-circle, footer#site-footer #footer-copyright .social:hover .zsg-facebook-circle { color: rgb(59, 89, 152); }
footer#site-footer #footer-copyright .social:active .zsg-twitter-circle, footer#site-footer #footer-copyright .social:focus .zsg-twitter-circle, footer#site-footer #footer-copyright .social:hover .zsg-twitter-circle { color: rgb(0, 172, 237); }
footer#site-footer #footer-copyright .social:active .zsg-google-plus-circle, footer#site-footer #footer-copyright .social:focus .zsg-google-plus-circle, footer#site-footer #footer-copyright .social:hover .zsg-google-plus-circle { color: rgb(209, 72, 54); }
footer#site-footer #footer-copyright .social:active .zsg-instagram, footer#site-footer #footer-copyright .social:focus .zsg-instagram, footer#site-footer #footer-copyright .social:hover .zsg-instagram { color: rgb(63, 114, 155); }
footer#site-footer #footer-copyright .social:active .zsg-linkedin-circle, footer#site-footer #footer-copyright .social:focus .zsg-linkedin-circle, footer#site-footer #footer-copyright .social:hover .zsg-linkedin-circle { color: rgb(0, 123, 182); }
@media (max-width: 1023px) {
  footer#site-footer #footer-copyright .social { margin-left: 5px; width: 20px; height: 20px; }
  footer#site-footer #footer-copyright .social i { font-size: 20px; }
}
body.infinite-scroll section.pagination { display: none; }
#posts .infinite-wrap { padding-top: 20px; }
#posts article { padding-bottom: 20px; padding-top: 20px; border-bottom: 2px solid rgb(249, 249, 249); }
#posts article:first-child { padding-top: 0px; }
#posts article::after { display: table; content: ""; clear: both; }
#posts article .excerpt .excerpt-image { float: left; width: 33.3333%; }
#posts article .excerpt .excerpt-image .img { width: 100%; height: 140px; background-size: cover; background-position: center center; }
#posts article .excerpt .excerpt-summary { padding-left: 20px; float: left; width: 66.6667%; }
#posts article .excerpt .excerpt-summary h2 { padding: 0px 0px 15px; margin: 0px; font-weight: 400; font-size: 28px; line-height: 1.25em; }
#posts article .excerpt .excerpt-summary h2 a { color: rgb(0, 116, 228); }
#posts article .excerpt .excerpt-summary h2 a:hover { color: rgb(126, 193, 253); text-decoration: none; }
@media (max-width: 767px) {
  #posts article .excerpt .excerpt-summary h2 { font-size: 18px; }
}
#posts article .excerpt .links { font-size: 0.9em; color: rgb(0, 116, 228); }
#posts article .excerpt .links .read-more { font-weight: 600; padding-right: 3px; }
#posts article .excerpt .links .cat-link { padding-left: 3px; }
.search-form .input-group { width: 100%; }
#search .search-form .input-group .search-field, .comment-form .search-form .input-group input[type="text"], .comment-form .search-form .input-group input[type="email"], .comment-form .search-form .input-group input[type="url"], .comment-form .search-form .input-group textarea, .search-form .input-group #search .search-field, .search-form .input-group .comment-form input[type="text"], .search-form .input-group .comment-form input[type="email"], .search-form .input-group .comment-form input[type="url"], .search-form .input-group .comment-form textarea, .search-form .input-group .form-control { border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(204, 204, 204) currentcolor rgb(204, 204, 204) rgb(204, 204, 204); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; box-shadow: none; height: 42px; }
.search-form .input-group .input-group-btn { width: 1%; }
.comment-form .search-form .input-group .input-group-btn input[type="submit"], .search-form .input-group .input-group-btn .btn, .search-form .input-group .input-group-btn .comment-form input[type="submit"] { background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-left: medium none ! important; border-radius: 0px; color: rgb(0, 116, 228); font-size: 24px; height: 42px; padding: 0px 5px; }
html { min-height: 100%; }
body.error503 { background-color: rgb(238, 238, 238); background-image: url(ed427237153aefe8374f07391309a874a3465129.jpg) ; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 100%; }
body.error503 #header-static { background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
body.error503 .error-content-block { margin-top: 125px; }
body.error503 .error-content-block h1 { font-family: Gotham,Verdana,sans-serif; font-size: 36px; font-weight: 300; line-height: 1.3; margin: 0px 0px 15px; }
body.error503 .error-content-block .error-logo { background-color: rgb(0, 0, 0); border-radius: 50%; color: rgb(255, 255, 255); height: 120px; opacity: 0.75; width: 120px; text-align: center; margin: 0px auto; padding-top: 25px; }
body.error503 .error-content-block .error-logo .zsg-fineprint-header { font-size: 13px; line-height: 1.5; font-weight: 700; text-transform: uppercase; }
body.error503 .error-content-block .error-text-content { margin: 50px auto 0px; text-align: center; width: 570px; }
body.error503 .error-content-block .error-text-content h5 { font-size: 18px; font-weight: 400; line-height: 1.5; margin-bottom: 15px; margin-top: 28px; }
body.error503 #site-footer, body.error503 #z-header-bg { display: none; }
body.author #author-header { background-color: rgb(255, 255, 255); padding: 30px 20px 15px; }
body.author h2 { margin-bottom: 30px; }
body.author .author .author-avatar { padding-right: 30px; }
body.author .author .author-meta .author-name { text-transform: uppercase; }
body.author .author .author-meta .author-description { color: rgb(102, 102, 102); }
body.author h3.section-title { color: rgb(153, 153, 153); font-size: 16px; font-weight: 400; margin-top: 30px; overflow: hidden; text-transform: uppercase; text-align: center; }
body.author h3.section-title::after, body.author h3.section-title::before { background-color: rgb(180, 180, 180); content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; }
body.author h3.section-title::before { margin-left: -50%; right: 0.5em; }
body.author h3.section-title::after { left: 0.5em; margin-right: -50%; }
@media (min-width: 769px) {
  body.author h3.section-title { margin-right: -20px; }
}
body.author .share-post-links-author { float: left; }
body.author .share-post-links-author ul { float: left; margin: 0px 5px 0px 0px; padding: 0px; list-style: outside none none; }
body.author .share-post-links-author ul li { display: inline-block; margin-right: 10px; }
body.author .share-post-links-author ul li a { display: block; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: rgb(85, 85, 85); top: -4px; position: relative; text-decoration: none; }
body.author .share-post-links-author ul li a.facebook:active, body.author .share-post-links-author ul li a.facebook:hover { color: rgb(59, 89, 152); }
body.author .share-post-links-author ul li a.twitter:active, body.author .share-post-links-author ul li a.twitter:hover { color: rgb(0, 172, 237); }
body.author .share-post-links-author ul li a.google-plus:active, body.author .share-post-links-author ul li a.google-plus:hover { color: rgb(209, 72, 54); }
body.author .share-post-links-author ul li a.linkedin:active, body.author .share-post-links-author ul li a.linkedin:hover { color: rgb(0, 123, 182); }
body.author .share-post-links-author ul li a.instagram:active, body.author .share-post-links-author ul li a.instagram:hover { color: rgb(18, 86, 136); }
body.author .share-post-links-author ul li a.website:active, body.author .share-post-links-author ul li a.website:hover { color: rgb(87, 0, 130); }
body.home #subnav-in-main { margin-left: -20px ! important; margin-right: -20px ! important; }
body.home .container-fluid.z-mobile-subnav { padding-left: 0px; padding-right: 0px; }
#z-subnav-mobile ul { list-style-type: none; padding: 0px; margin: 0px; }
#z-subnav-mobile ul li a { position: relative; color: rgb(0, 0, 0); font-size: 1.45em; font-weight: 400; display: block; padding: 12px; border-bottom: 2px solid rgb(238, 238, 238); text-decoration: none; }
#z-subnav-mobile ul li ul { display: none; }
#z-subnav-mobile ul li ul li a { position: relative; font-size: 1em; font-weight: 600; color: rgb(0, 116, 228); background: rgb(226, 240, 253) none repeat scroll 0% 0%; border-top: 1px solid rgb(255, 255, 255); border-bottom: medium none; }
#z-subnav-mobile ul li ul li a::after { display: none; }
#z-subnav-mobile ul li.menu-item-has-children > a::after { content: ""; width: 15px; height: 15px; border-bottom: 2px solid rgb(116, 192, 5); border-right: 2px solid rgb(116, 192, 5); display: block; background: transparent none repeat scroll 0px 0px; position: absolute; top: 50%; right: 25px; margin-top: -10px; transform: rotate(45deg); }
#z-subnav-mobile ul li.menu-item-has-children.active > a { color: rgb(255, 255, 255); background-color: rgb(0, 116, 228); border-bottom: 2px solid rgb(0, 116, 228); }
#z-subnav-mobile ul li.menu-item-has-children.active > a::after { margin-top: -3px; border-width: 2px medium medium 2px; border-style: solid none none solid; border-color: rgb(255, 255, 255) currentcolor currentcolor rgb(255, 255, 255); }
#z-subnav-mobile ul li.menu-item-has-children.active ul { display: block; }
body.search #posts article:first-child { padding-top: 20px; }
body.search .gsc-adBlock { display: none; }
body.search .gsc-control-cse { padding: 0px; }
body.search .gsc-control-cse .gsc-result-info { margin: 10px 0px; padding: 0px; }
body.search .gsc-control-cse .gsc-orderby-container { display: none; }
body.search .gsc-control-cse .gsc-results { padding: 0px; width: 100%; }
body.search .gsc-control-cse .gsc-results .gcsc-branding { display: none; margin: 5px 0px; padding: 0px; }
@media (max-width: 767px) {
  body.search .gsc-control-cse .gsc-results .gsc-result { border-bottom: 1px solid rgb(204, 204, 204); }
}
@media (max-width: 767px) {
  body.search .gsc-control-cse .gsc-results .gsc-thumbnail { display: none; }
}
body.search .gsc-control-cse .gsc-results .gsc-thumbnail-inside, body.search .gsc-control-cse .gsc-results .gsc-url-top { padding: 0px; }
body.search .gsc-control-cse .gsc-results .gs-title { height: auto; line-height: 1em; }
body.page .main, body.single .main, body.single-post .main { padding-top: 0px; }
body.page .main .row.z-mobile-subnav, body.single .main .row.z-mobile-subnav, body.single-post .main .row.z-mobile-subnav { padding-bottom: 0px; }
body.page #z-subnav-mobile, body.single #z-subnav-mobile, body.single-post #z-subnav-mobile { margin-top: 20px; }
body.page article, body.single article, body.single-post article { padding-bottom: 0px; }
body.page article img, body.single article img, body.single-post article img { max-width: 100%; height: auto; }
body.page article figure.wp-caption, body.single article figure.wp-caption, body.single-post article figure.wp-caption { max-width: 100%; }
body.page .breadcrumbs, body.single .breadcrumbs, body.single-post .breadcrumbs { padding: 15px 0px; border-bottom: 1px solid rgb(238, 238, 238); }
body.page .entry-footer-meta, body.page .entry-meta, body.single .entry-footer-meta, body.single .entry-meta, body.single-post .entry-footer-meta, body.single-post .entry-meta { padding: 15px 0px; border-bottom: 1px solid rgb(238, 238, 238); }
body.page .entry-footer-meta .share-post-links a:active, body.page .entry-footer-meta .share-post-links a:focus, body.page .entry-footer-meta .share-post-links a:hover, body.page .entry-meta .share-post-links a:active, body.page .entry-meta .share-post-links a:focus, body.page .entry-meta .share-post-links a:hover, body.single .entry-footer-meta .share-post-links a:active, body.single .entry-footer-meta .share-post-links a:focus, body.single .entry-footer-meta .share-post-links a:hover, body.single .entry-meta .share-post-links a:active, body.single .entry-meta .share-post-links a:focus, body.single .entry-meta .share-post-links a:hover, body.single-post .entry-footer-meta .share-post-links a:active, body.single-post .entry-footer-meta .share-post-links a:focus, body.single-post .entry-footer-meta .share-post-links a:hover, body.single-post .entry-meta .share-post-links a:active, body.single-post .entry-meta .share-post-links a:focus, body.single-post .entry-meta .share-post-links a:hover { text-decoration: none; }
body.page .entry-footer-meta .share-post-links a.facebook:active, body.page .entry-footer-meta .share-post-links a.facebook:focus, body.page .entry-footer-meta .share-post-links a.facebook:hover, body.page .entry-meta .share-post-links a.facebook:active, body.page .entry-meta .share-post-links a.facebook:focus, body.page .entry-meta .share-post-links a.facebook:hover, body.single .entry-footer-meta .share-post-links a.facebook:active, body.single .entry-footer-meta .share-post-links a.facebook:focus, body.single .entry-footer-meta .share-post-links a.facebook:hover, body.single .entry-meta .share-post-links a.facebook:active, body.single .entry-meta .share-post-links a.facebook:focus, body.single .entry-meta .share-post-links a.facebook:hover, body.single-post .entry-footer-meta .share-post-links a.facebook:active, body.single-post .entry-footer-meta .share-post-links a.facebook:focus, body.single-post .entry-footer-meta .share-post-links a.facebook:hover, body.single-post .entry-meta .share-post-links a.facebook:active, body.single-post .entry-meta .share-post-links a.facebook:focus, body.single-post .entry-meta .share-post-links a.facebook:hover { color: rgb(59, 89, 152); }
body.page .entry-footer-meta .share-post-links a.twitter:active, body.page .entry-footer-meta .share-post-links a.twitter:focus, body.page .entry-footer-meta .share-post-links a.twitter:hover, body.page .entry-meta .share-post-links a.twitter:active, body.page .entry-meta .share-post-links a.twitter:focus, body.page .entry-meta .share-post-links a.twitter:hover, body.single .entry-footer-meta .share-post-links a.twitter:active, body.single .entry-footer-meta .share-post-links a.twitter:focus, body.single .entry-footer-meta .share-post-links a.twitter:hover, body.single .entry-meta .share-post-links a.twitter:active, body.single .entry-meta .share-post-links a.twitter:focus, body.single .entry-meta .share-post-links a.twitter:hover, body.single-post .entry-footer-meta .share-post-links a.twitter:active, body.single-post .entry-footer-meta .share-post-links a.twitter:focus, body.single-post .entry-footer-meta .share-post-links a.twitter:hover, body.single-post .entry-meta .share-post-links a.twitter:active, body.single-post .entry-meta .share-post-links a.twitter:focus, body.single-post .entry-meta .share-post-links a.twitter:hover { color: rgb(0, 172, 237); }
body.page .entry-footer-meta .share-post-links a.google-plus:active, body.page .entry-footer-meta .share-post-links a.google-plus:focus, body.page .entry-footer-meta .share-post-links a.google-plus:hover, body.page .entry-meta .share-post-links a.google-plus:active, body.page .entry-meta .share-post-links a.google-plus:focus, body.page .entry-meta .share-post-links a.google-plus:hover, body.single .entry-footer-meta .share-post-links a.google-plus:active, body.single .entry-footer-meta .share-post-links a.google-plus:focus, body.single .entry-footer-meta .share-post-links a.google-plus:hover, body.single .entry-meta .share-post-links a.google-plus:active, body.single .entry-meta .share-post-links a.google-plus:focus, body.single .entry-meta .share-post-links a.google-plus:hover, body.single-post .entry-footer-meta .share-post-links a.google-plus:active, body.single-post .entry-footer-meta .share-post-links a.google-plus:focus, body.single-post .entry-footer-meta .share-post-links a.google-plus:hover, body.single-post .entry-meta .share-post-links a.google-plus:active, body.single-post .entry-meta .share-post-links a.google-plus:focus, body.single-post .entry-meta .share-post-links a.google-plus:hover { color: rgb(209, 72, 54); }
body.page .entry-footer-meta .share-post-links a.linkedin:active, body.page .entry-footer-meta .share-post-links a.linkedin:focus, body.page .entry-footer-meta .share-post-links a.linkedin:hover, body.page .entry-meta .share-post-links a.linkedin:active, body.page .entry-meta .share-post-links a.linkedin:focus, body.page .entry-meta .share-post-links a.linkedin:hover, body.single .entry-footer-meta .share-post-links a.linkedin:active, body.single .entry-footer-meta .share-post-links a.linkedin:focus, body.single .entry-footer-meta .share-post-links a.linkedin:hover, body.single .entry-meta .share-post-links a.linkedin:active, body.single .entry-meta .share-post-links a.linkedin:focus, body.single .entry-meta .share-post-links a.linkedin:hover, body.single-post .entry-footer-meta .share-post-links a.linkedin:active, body.single-post .entry-footer-meta .share-post-links a.linkedin:focus, body.single-post .entry-footer-meta .share-post-links a.linkedin:hover, body.single-post .entry-meta .share-post-links a.linkedin:active, body.single-post .entry-meta .share-post-links a.linkedin:focus, body.single-post .entry-meta .share-post-links a.linkedin:hover { color: rgb(0, 123, 182); }
body.page .entry-footer-meta .share-post-links a.whatsapp:active, body.page .entry-footer-meta .share-post-links a.whatsapp:focus, body.page .entry-footer-meta .share-post-links a.whatsapp:hover, body.page .entry-meta .share-post-links a.whatsapp:active, body.page .entry-meta .share-post-links a.whatsapp:focus, body.page .entry-meta .share-post-links a.whatsapp:hover, body.single .entry-footer-meta .share-post-links a.whatsapp:active, body.single .entry-footer-meta .share-post-links a.whatsapp:focus, body.single .entry-footer-meta .share-post-links a.whatsapp:hover, body.single .entry-meta .share-post-links a.whatsapp:active, body.single .entry-meta .share-post-links a.whatsapp:focus, body.single .entry-meta .share-post-links a.whatsapp:hover, body.single-post .entry-footer-meta .share-post-links a.whatsapp:active, body.single-post .entry-footer-meta .share-post-links a.whatsapp:focus, body.single-post .entry-footer-meta .share-post-links a.whatsapp:hover, body.single-post .entry-meta .share-post-links a.whatsapp:active, body.single-post .entry-meta .share-post-links a.whatsapp:focus, body.single-post .entry-meta .share-post-links a.whatsapp:hover { color: rgb(77, 194, 71); }
body.page .entry-footer-meta .share-post-links a.weibo:active, body.page .entry-footer-meta .share-post-links a.weibo:focus, body.page .entry-footer-meta .share-post-links a.weibo:hover, body.page .entry-meta .share-post-links a.weibo:active, body.page .entry-meta .share-post-links a.weibo:focus, body.page .entry-meta .share-post-links a.weibo:hover, body.single .entry-footer-meta .share-post-links a.weibo:active, body.single .entry-footer-meta .share-post-links a.weibo:focus, body.single .entry-footer-meta .share-post-links a.weibo:hover, body.single .entry-meta .share-post-links a.weibo:active, body.single .entry-meta .share-post-links a.weibo:focus, body.single .entry-meta .share-post-links a.weibo:hover, body.single-post .entry-footer-meta .share-post-links a.weibo:active, body.single-post .entry-footer-meta .share-post-links a.weibo:focus, body.single-post .entry-footer-meta .share-post-links a.weibo:hover, body.single-post .entry-meta .share-post-links a.weibo:active, body.single-post .entry-meta .share-post-links a.weibo:focus, body.single-post .entry-meta .share-post-links a.weibo:hover { color: rgb(235, 25, 45); }
body.page .entry-footer-meta .share-post-links a.wechat:active, body.page .entry-footer-meta .share-post-links a.wechat:focus, body.page .entry-footer-meta .share-post-links a.wechat:hover, body.page .entry-meta .share-post-links a.wechat:active, body.page .entry-meta .share-post-links a.wechat:focus, body.page .entry-meta .share-post-links a.wechat:hover, body.single .entry-footer-meta .share-post-links a.wechat:active, body.single .entry-footer-meta .share-post-links a.wechat:focus, body.single .entry-footer-meta .share-post-links a.wechat:hover, body.single .entry-meta .share-post-links a.wechat:active, body.single .entry-meta .share-post-links a.wechat:focus, body.single .entry-meta .share-post-links a.wechat:hover, body.single-post .entry-footer-meta .share-post-links a.wechat:active, body.single-post .entry-footer-meta .share-post-links a.wechat:focus, body.single-post .entry-footer-meta .share-post-links a.wechat:hover, body.single-post .entry-meta .share-post-links a.wechat:active, body.single-post .entry-meta .share-post-links a.wechat:focus, body.single-post .entry-meta .share-post-links a.wechat:hover { color: rgb(123, 179, 46); }
body.page .entry-footer-meta, body.single .entry-footer-meta, body.single-post .entry-footer-meta { border-top: 1px solid rgb(238, 238, 238); margin-bottom: 40px; }
body.page.gated-content .main, body.page.no-subnav .main, body.single-post.gated-content .main, body.single-post.no-subnav .main, body.single.gated-content .main, body.single.no-subnav .main { padding-top: 0px; }
body.page .mobile-entry-title, body.single .mobile-entry-title, body.single-post .mobile-entry-title { display: none; }
@media (max-width: 480px) {
  body.page .read-more-wrap, body.single .read-more-wrap, body.single-post .read-more-wrap { height: 80vh; overflow: hidden; position: relative; }
  body.page .read-more-wrap.expanded, body.single .read-more-wrap.expanded, body.single-post .read-more-wrap.expanded { height: auto; overflow: auto; }
}
body.page .read-more-wrap #read-more-article, body.single .read-more-wrap #read-more-article, body.single-post .read-more-wrap #read-more-article { display: none; position: absolute; width: 100%; bottom: 0px; left: 0px; padding-top: 220px; text-align: center; background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%; z-index: 1; }
@media (max-width: 480px) {
  body.page .read-more-wrap #read-more-article, body.single .read-more-wrap #read-more-article, body.single-post .read-more-wrap #read-more-article { display: block; }
}
.comment-form body.page .read-more-wrap #read-more-article input[type="submit"], .comment-form body.single .read-more-wrap #read-more-article input[type="submit"], .comment-form body.single-post .read-more-wrap #read-more-article input[type="submit"], body.page .read-more-wrap #read-more-article .btn, body.page .read-more-wrap #read-more-article .comment-form input[type="submit"], body.single .read-more-wrap #read-more-article .btn, body.single .read-more-wrap #read-more-article .comment-form input[type="submit"], body.single-post .read-more-wrap #read-more-article .btn, body.single-post .read-more-wrap #read-more-article .comment-form input[type="submit"] { display: inline-block; margin: auto; }
#featured-image { width: 100%; max-height: 600px; overflow: hidden; position: relative; margin-bottom: 20px; }
#featured-image img { width: 100%; height: auto; }
#featured-image figcaption { position: absolute; bottom: 0px; margin: 0px; padding: 5px; background: rgba(51, 51, 51, 0.9) none repeat scroll 0% 0%; color: rgb(255, 255, 255); line-height: 1; font-size: 11px; }
#featured-image figcaption a { color: rgb(255, 255, 255); }
.share-post-links { float: right; }
.share-post-links ul { float: right; margin: 0px 0px 0px 5px; padding: 0px; list-style: outside none none; }
.share-post-links ul li { display: inline-block; margin-left: 10px; }
.share-post-links ul li a { display: block; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: rgb(153, 153, 153); top: -4px; position: relative; }
.share-post-links ul li a.linkedin { font-size: 32px; top: -3px; }
.share-post-links ul li a.download { color: rgb(116, 192, 5); }
.share-post-links ul li a.download:hover { color: rgb(93, 153, 0); }
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green { color: rgb(93, 153, 0); }
h3.lightbulb { color: rgb(93, 153, 0); font-size: 1.2em; font-weight: 800; line-height: 1.9em; }
h3.lightbulb::before { font-family: stargate; vertical-align: middle; content: ""; margin-right: 10px; background: rgb(93, 153, 0) none repeat scroll 0% 0%; font-weight: 400; font-size: 200%; color: rgb(255, 255, 255); }
.well.toc { box-shadow: none; font-weight: 800; }
.well.toc ul { font-weight: 400; }
h5.toc { font-weight: 800; }
a.feat { background-color: rgb(238, 238, 238); display: block; padding: 10px 20px; position: relative; }
a.feat::after { content: ""; font-family: stargate; font-size: 25px; line-height: 25px; position: absolute; right: 20px; top: 10px; }
.carousel-inner > .item { height: 465px; }
.carousel-inner > .item > a > img, .carousel-inner > .item > img { height: 100%; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; max-width: none; }
.featured-course-info h2 { margin-top: 0px; margin-bottom: 20px; }
.post-grid-item.featured-course article.course-article-block .article-image { height: 122px ! important; }
.post-grid-item.featured-course article.course-article-block .course-excerpt { font-size: 1em ! important; }
.post-grid-item.featured-course article.course-article-block .course-info { padding-top: 10px ! important; padding-bottom: 15px ! important; }
.post-grid-item.featured-course article.course-article-block .course-info .min-height { min-height: 0px ! important; }
.post-grid-item.featured-course .btn-wrap { text-align: center; }
.comment-form .post-grid-item.featured-course .btn-wrap input[type="submit"], .post-grid-item.featured-course .btn-wrap .btn, .post-grid-item.featured-course .btn-wrap .comment-form input[type="submit"] { display: inline-block; width: 240px; margin: auto; }
@media (max-width: 480px) {
  .comment-form .post-grid-item.featured-course .btn-wrap input[type="submit"], .post-grid-item.featured-course .btn-wrap .btn, .post-grid-item.featured-course .btn-wrap .comment-form input[type="submit"] { width: 100%; }
}
body.single-course .topic-header #featured-image { padding-left: 20px; padding-right: 20px; }
body.single-course h5.entry-subtitle { margin-bottom: 20px; }
body.single-course .entry-content, body.single-course-topic .entry-content { padding: 0px; }
body.single-course .row.get-started, body.single-course-topic .row.get-started { padding-bottom: 20px; }
body.single-course .topic-nav-prev a.btn, body.single-course-topic .topic-nav-prev a.btn { padding-right: 30px; }
@media (max-width: 768px) {
  body.single-course .topic-nav-prev a.btn .btn-text, body.single-course-topic .topic-nav-prev a.btn .btn-text { display: none; }
}
@media (max-width: 768px) {
  body.single-course .topic-nav-prev a.btn .btn-standard-text::after, body.single-course-topic .topic-nav-prev a.btn .btn-standard-text::after { content: "Previous topic"; }
}
body.single-course .topic-nav-prev a.btn i, body.single-course-topic .topic-nav-prev a.btn i { padding-right: 5px; }
body.single-course .topic-nav-next, body.single-course-topic .topic-nav-next { text-align: right; }
body.single-course .topic-nav-next a.btn, body.single-course-topic .topic-nav-next a.btn { padding-left: 30px; }
@media (max-width: 768px) {
  body.single-course .topic-nav-next a.btn .btn-text, body.single-course-topic .topic-nav-next a.btn .btn-text { display: none; }
}
@media (max-width: 768px) {
  body.single-course .topic-nav-next a.btn .btn-standard-text::after, body.single-course-topic .topic-nav-next a.btn .btn-standard-text::after { content: "Next topic"; }
}
body.single-course .topic-nav-next a.btn i, body.single-course-topic .topic-nav-next a.btn i { padding-left: 5px; }
body.single-course .topic-navigation, body.single-course-topic .topic-navigation { margin-top: 47px; }
body.single-course .topic-navigation a.btn i, body.single-course-topic .topic-navigation a.btn i { position: relative; top: 2px; font-size: 0.9em; color: rgb(136, 136, 136); }
body.single-course #disqus_thread, body.single-course .topic-footer-navgation, body.single-course-topic #disqus_thread, body.single-course-topic .topic-footer-navgation { margin-top: 25px; }
body.single-course .topic-header .video-wrap, body.single-course-topic .topic-header .video-wrap { position: relative; height: auto; margin-bottom: 20px; }
body.single-course .topic-header .video-wrap .embed-container, body.single-course-topic .topic-header .video-wrap .embed-container { position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }
body.single-course .topic-header .video-wrap #featured-image, body.single-course-topic .topic-header .video-wrap #featured-image { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10; background-position: center center; background-size: cover; }
@media (max-width: 768px) {
  body.single-course .topic-header .video-wrap #featured-image, body.single-course-topic .topic-header .video-wrap #featured-image { padding-left: 0px; padding-right: 0px; }
}
body.single-course .topic-header .video-wrap .play-vid-btn, body.single-course-topic .topic-header .video-wrap .play-vid-btn { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 11; background-position: center center; background-repeat: no-repeat; background-size: 25% 25%; background-image: url(2350a49485a4c3a7df06f6187250b7dc40fa2840.svg) ; cursor: pointer; }
body.single-course .topic-header .video-wrap .play-vid-btn:hover, body.single-course-topic .topic-header .video-wrap .play-vid-btn:hover { background-color: rgba(255, 255, 255, 0.4); }
body.single-course .topic-header .embed-container embed, body.single-course .topic-header .embed-container iframe, body.single-course .topic-header .embed-container object, body.single-course-topic .topic-header .embed-container embed, body.single-course-topic .topic-header .embed-container iframe, body.single-course-topic .topic-header .embed-container object { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
body.single-course .course-topic-actions, body.single-course-topic .course-topic-actions { line-height: 50px; margin-bottom: 30px; }
body.single-course .course-topic-actions .course-topic-level span, body.single-course-topic .course-topic-actions .course-topic-level span { font-weight: 700; text-transform: capitalize; }
body.single-course .course-topic-actions .course-topic-download, body.single-course-topic .course-topic-actions .course-topic-download { text-align: right; }
body.single-course h4.top-questions, body.single-course-topic h4.top-questions { padding-top: 30px; padding-bottom: 15px; }
body.single-course .topic-top-questions .topic-top-question-q, body.single-course-topic .topic-top-questions .topic-top-question-q { position: relative; border: 1px solid rgb(238, 238, 238); margin-top: -1px; padding: 7px 7px 7px 35px; cursor: pointer; }
body.single-course .topic-top-questions .topic-top-question-q i, body.single-course-topic .topic-top-questions .topic-top-question-q i { position: absolute; z-index: -1; left: 12px; top: 13px; font-size: 0.85em; color: rgb(136, 136, 136); transition: all 0.2s ease-in-out 0s; }
body.single-course .topic-top-questions .topic-top-question-q.open i, body.single-course-topic .topic-top-questions .topic-top-question-q.open i { transform: rotate(90deg); }
body.single-course .topic-top-questions .topic-top-question-a, body.single-course-topic .topic-top-questions .topic-top-question-a { padding: 15px 20px; height: 0px; overflow: hidden; display: none; border: 1px solid rgb(249, 249, 249); margin-top: -1px; }
body.single-course .topic-top-questions .topic-top-question-a.open, body.single-course-topic .topic-top-questions .topic-top-question-a.open { display: block; height: auto; }
body.single-course .launch-quiz-container, body.single-course-topic .launch-quiz-container { text-align: center; margin-top: 80px; }
body.single-course .launch-quiz-container p.quiz-intro, body.single-course-topic .launch-quiz-container p.quiz-intro { margin-bottom: 15px; }
body.single-course .course-topic-sidebar, body.single-course-topic .course-topic-sidebar { background: rgb(197, 224, 250) none repeat scroll 0% 0%; padding: 25px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block { border-bottom: 1px solid rgb(255, 255, 255); padding-bottom: 35px; margin-bottom: 25px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block:last-child, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block:last-child { border-bottom: 0px none; padding-bottom: 0px; margin-bottom: 0px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block .block-thumb, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block .block-thumb { width: 87px; margin: 7px 15px 0px 0px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block .block-title, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block .block-title { margin-top: 0px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block .block-content p:last-child, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block .block-content p:last-child { margin-bottom: 20px; }
body.single-course .course-topic-sidebar .course-topic-sidebar-block .cta-btn, body.single-course-topic .course-topic-sidebar .course-topic-sidebar-block .cta-btn { padding-left: 0px; padding-right: 0px; display: block; width: 100%; max-width: 283px; margin: auto ! important; }
body.single-course #topic-quiz-modal, body.single-course-topic #topic-quiz-modal { width: 1005px; max-width: 97%; margin: auto; }
body.single-course #topic-quiz-modal .close, body.single-course-topic #topic-quiz-modal .close { opacity: 0.5; font-size: 28px; }
body.single-course #topic-quiz-modal .close:hover, body.single-course-topic #topic-quiz-modal .close:hover { opacity: 0.8; }
body.single-course #topic-quiz-modal .modal-body, body.single-course-topic #topic-quiz-modal .modal-body { padding: 15px 45px; }
body.single-course #topic-quiz-modal .modal-header, body.single-course-topic #topic-quiz-modal .modal-header { padding: 25px 45px; border-bottom: 0px none; }
body.single-course #topic-quiz-modal .modal-footer, body.single-course-topic #topic-quiz-modal .modal-footer { padding: 0px 45px; border-top: 0px none; height: 15px; position: relative; z-index: 1; }
body.single-course #topic-quiz-modal .modal-title, body.single-course-topic #topic-quiz-modal .modal-title { line-height: 1.1em; }
body.single-course #topic-quiz-modal .modal-dialog, body.single-course-topic #topic-quiz-modal .modal-dialog { width: 100%; margin: 50px 0px 0px; overflow: scroll; }
body.single-course #topic-quiz-modal #quiz-row, body.single-course-topic #topic-quiz-modal #quiz-row { margin: 0px; padding: 0px; }
body.single-course #topic-quiz-modal #quiz-questions, body.single-course-topic #topic-quiz-modal #quiz-questions { position: relative; padding: 0px; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks { width: 91px; float: left; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks::after, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks::after { content: " "; display: block; clear: both; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block { position: relative; background: rgb(23, 51, 94) none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 1.4em; width: 100%; height: 56px; line-height: 56px; text-align: center; margin-bottom: 10px; border: 3px solid rgb(255, 255, 255); }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(1), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(1) { background: rgb(197, 224, 250) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(2), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(2) { background: rgb(80, 162, 255) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(3), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(3) { background: rgb(0, 113, 231) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(4), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(4) { background: rgb(21, 78, 154) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(5), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(5) { background: rgb(23, 51, 94) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(6), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(6) { background: rgb(197, 224, 250) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(7), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(7) { background: rgb(80, 162, 255) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(8), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(8) { background: rgb(0, 113, 231) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(9), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(9) { background: rgb(21, 78, 154) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(10), body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block:nth-child(10) { background: rgb(23, 51, 94) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block .correct-ind, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block .correct-ind { display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(0, 175, 103) none repeat scroll 0% 0%; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block .correct-ind i, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block .correct-ind i { color: rgb(255, 255, 255); font-size: 1.2em; line-height: 1.2em; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block.active, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block.active { border-color: rgb(0, 175, 103); }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block.correct .correct-ind, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block.correct .correct-ind { background: rgb(0, 175, 103) none repeat scroll 0% 0%; display: block; }
body.single-course #topic-quiz-modal #quiz-questions #question-blocks div.question-block.incorrect .correct-ind, body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks div.question-block.incorrect .correct-ind { background: rgb(136, 136, 136) none repeat scroll 0% 0%; display: block; }
body.single-course #topic-quiz-modal #quiz-questions #cur-question, body.single-course-topic #topic-quiz-modal #quiz-questions #cur-question { font-family: ProximaNova-Bold; font-size: 18px; position: absolute; left: 0px; top: 0px; padding: 0px 40px 0px 125px; width: 100%; }
body.single-course #topic-quiz-modal #quiz-answers, body.single-course-topic #topic-quiz-modal #quiz-answers { padding: 0px; margin-bottom: 45px; }
body.single-course #topic-quiz-modal #quiz-answers div.quiz-answer, body.single-course-topic #topic-quiz-modal #quiz-answers div.quiz-answer { position: relative; margin-bottom: 20px; }
body.single-course #topic-quiz-modal #quiz-answers div.quiz-answer label, body.single-course-topic #topic-quiz-modal #quiz-answers div.quiz-answer label { padding-left: 30px; font-weight: 400; }
body.single-course #topic-quiz-modal #quiz-answers div.quiz-answer label input, body.single-course-topic #topic-quiz-modal #quiz-answers div.quiz-answer label input { position: absolute; left: 0px; top: 1px; }
body.single-course #topic-quiz-modal #quiz-answers #quiz-message, body.single-course-topic #topic-quiz-modal #quiz-answers #quiz-message { min-height: 4em; font-size: 0.9em; transform: translateY(-10px); }
body.single-course #topic-quiz-modal #quiz-answers #quiz-message span, body.single-course-topic #topic-quiz-modal #quiz-answers #quiz-message span { font-weight: 700; display: block; line-height: 1.5em; }
body.single-course #topic-quiz-modal #quiz-next-button, body.single-course #topic-quiz-modal #quiz-prev-button, body.single-course-topic #topic-quiz-modal #quiz-next-button, body.single-course-topic #topic-quiz-modal #quiz-prev-button { width: 120px; padding-left: 0px; padding-right: 0px; text-align: center; margin-top: -115px; }
body.single-course #quiz-status-dots, body.single-course-topic #quiz-status-dots { text-align: center; position: relative; top: 10px; padding-top: 15px; display: none; }
body.single-course #quiz-status-dots .quiz-status-dot, body.single-course-topic #quiz-status-dots .quiz-status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin: 2px; background: rgb(204, 204, 204) none repeat scroll 0% 0%; }
body.single-course #quiz-status-dots .quiz-status-dot.active, body.single-course-topic #quiz-status-dots .quiz-status-dot.active { background: rgb(136, 136, 136) none repeat scroll 0% 0%; }
body.single-course #quiz-complete-msg, body.single-course-topic #quiz-complete-msg { display: none; text-align: center; padding: 0px 45px 35px; }
body.single-course #quiz-complete-msg .trophy, body.single-course-topic #quiz-complete-msg .trophy { width: 185px; height: 185px; margin: 25px auto auto; background-color: rgb(0, 116, 228); background-position: center center; background-repeat: no-repeat; background-size: 100px auto; border-radius: 50%; }
body.single-course #quiz-complete-msg span.score, body.single-course-topic #quiz-complete-msg span.score { display: block; padding: 24px 0px; font-weight: 700; }
@media (max-width: 768px) {
  body.single-course-topic #topic-quiz-modal .modal-dialog { margin-top: 10px ! important; margin-bottom: 10px ! important; }
  body.single-course-topic #topic-quiz-modal #quiz-questions #question-blocks { display: none; }
  body.single-course-topic #topic-quiz-modal #quiz-questions #cur-question { position: relative; padding-left: 0px; padding-bottom: 25px; }
  body.single-course-topic #quiz-next-button, body.single-course-topic #quiz-prev-button { margin-top: 0px ! important; width: 100% ! important; margin-left: 0px ! important; max-width: 240px ! important; }
  body.single-course-topic #quiz-prev-button { display: none ! important; }
  body.single-course-topic .modal-body, body.single-course-topic .modal-footer, body.single-course-topic .modal-header { padding: 25px ! important; }
  body.single-course-topic .modal-body { padding-top: 0px ! important; }
  body.single-course-topic .modal-footer { height: auto ! important; padding: 0px 35px 25px ! important; text-align: center; }
  body.single-course-topic #quiz-message { text-align: center; margin-bottom: 0px ! important; }
  body.single-course-topic .course-topic-sidebar { margin-top: 37px; }
  #quiz-status-dots { display: block ! important; }
}
.post-grid-item article.course-article-block { height: auto; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-bottom: 0px none; }
.post-grid-item article.course-article-block .article-image { height: 155px; }
.post-grid-item article.course-article-block .course-info { padding: 20px ! important; }
.post-grid-item article.course-article-block .course-info .min-height { min-height: 145px; }
.post-grid-item article.course-article-block .course-info .min-height h2 { background: transparent none repeat scroll 0px 0px; position: relative; padding: 6px 0px 0px; min-height: 0px; font-size: 1.2em; margin-bottom: 13px; }
.post-grid-item article.course-article-block .course-info .min-height h2:hover { color: inherit; }
.post-grid-item article.course-article-block .course-info .min-height .course-excerpt { margin-bottom: 10px; font-size: 0.93em; line-height: 1.5em; display: inline-block; }
.post-grid-item article.course-article-block .btn-wrap { border-top: 1px solid rgb(136, 136, 136); padding: 20px ! important; }
@media (max-width: 768px) {
  .post-grid-item article.course-article-block { padding-right: 0px ! important; }
}
@media (max-width: 480px) {
  .post-grid-item article.course-article-block .course-info .min-height { min-height: 0px; }
}
.featured-course-badge { background: rgb(116, 192, 5) none repeat scroll 0% 0%; border-radius: 50%; color: rgb(255, 255, 255); height: 60px; padding: 20px 8px 8px; width: 60px; font-size: 0.8em; line-height: 1em; text-align: center; position: absolute; right: 26px; top: 91px; }
@media (max-width: 768px) {
  .featured-course-badge { right: 13px; top: 75px; }
}
@media (max-width: 768px) {
  .course-topic-sidebar { margin-top: 37px; }
}
.ungated-title { display: block; }
.gated-title { display: none; }
body.gated-content .wrap.container { min-height: 60vh; }
body.gated-content .ungated-title { display: none; }
body.gated-content .gated-title { display: block; }
body.gated-content #z-subnav { display: none ! important; }
body.gated-content .content.content-gated, body.gated-content .content.content-main { display: none; }
body.gated-content main.main .col-sm-12 { margin-left: -20px; margin-right: -20px; padding-top: 20px; padding-bottom: 40px; }
body.gated-content aside.sidebar { margin-top: -130px; margin-bottom: 100px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(238, 238, 238) rgb(238, 238, 238); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; box-shadow: 0px 2px 5px rgb(136, 136, 136); }
body.gated-content aside.sidebar::before { position: absolute; height: 4px; top: 0px; left: -1px; right: -1px; content: ""; background: rgb(0, 116, 228) none repeat scroll 0% 0%; }
.widget_lead-gen-form-widget { display: none; }
body.category-testimonials #posts article .excerpt .excerpt-image { width: auto; min-width: 33.3333%; }
body.category-testimonials #posts article .excerpt .excerpt-image img { max-width: 180px; }
body.category-testimonials #posts article .excerpt .excerpt-summary h2 { font-size: 1.3em; font-weight: 700; padding-bottom: 0px; }
body.category-testimonials #posts article .excerpt .excerpt-summary h2 .badge { color: rgb(153, 153, 153); border: 1px solid rgb(224, 224, 224); background: rgb(255, 255, 255) none repeat scroll 0% 0%; text-transform: uppercase; font-weight: 400; margin-left: 5px; position: relative; top: -4px; font-size: 0.4em; border-radius: 2px; }
body.category-testimonials #posts article .excerpt .excerpt-summary .testimonials-meta { color: rgb(153, 153, 153); }
body.category-testimonials #posts article .excerpt .excerpt-summary .testimonial-content { margin-top: 10px; }
body.category-testimonials select.cat-subnav-testimonials > option:first-child { display: none; }
@media (max-width: 767px) {
  body.category-testimonials #posts article .excerpt .excerpt-image { float: none; width: 100%; }
  body.category-testimonials #posts article .excerpt .excerpt-image img { margin: 0px auto 20px; }
  body.category-testimonials #posts article .excerpt .excerpt-summary { padding-left: 0px; float: none; width: 100%; }
  body.category-testimonials #posts article .excerpt .excerpt-summary .excerpt-text { display: block; }
}
@media (min-width: 1200px) {
  #posts article .excerpt .excerpt-image .img { height: 180px; }
}
@media (min-width: 768px) {
  body.sidebar .wrap.container, body[class*=" sidebar-"] .wrap.container, body[class^="sidebar-"] .wrap.container { background: rgb(249, 249, 249) none repeat scroll 0% 0%; }
  body.sidebar .wrap.container main.main, body[class*=" sidebar-"] .wrap.container main.main, body[class^="sidebar-"] .wrap.container main.main { background: rgb(255, 255, 255) none repeat scroll 0% 0%; transition: none 0s ease 0s  ! important; }
}
@media (max-width: 1024px) {
  body.sidebar article, body[class*=" sidebar-"] article, body[class^="sidebar-"] article { padding-right: 0px ! important; }
  .container { width: 100%; }
  .z-row-subnav { border-right: medium none ! important; }
  .z-col-subnav:first-child { border-left: medium none ! important; }
  .z-subnav-wrap .container { padding-left: 0px ! important; padding-right: 0px ! important; }
  #z-header { min-height: 0px; height: 240px ! important; }
  #z-header #z-header-text { padding-bottom: 95px ! important; margin-top: -45px; }
  #z-header #z-header-text h1.header-title { font-size: 2.6em; }
  #z-header.default { height: 240px ! important; }
  #z-header.gated-content, #z-header.no-subnav { height: 275px ! important; }
  #z-header.gated-content #z-header-text, #z-header.no-subnav #z-header-text { padding-bottom: 25px ! important; margin-top: -30px; }
  body.distinct #z-header #z-header-text h1.header-title, body.gated-content #z-header #z-header-text h1.header-title { padding-right: 35%; }
  body.gated-content aside.sidebar { border-right: 0px none; }
  #z-subnav { margin-top: -70px; }
  .z-subnav-wrap { height: 70px; }
  .z-col-subnav a { height: 69px; }
  .z-col-subnav a { font-size: 1em; }
}
@media (max-width: 767px) {
  #content-main { min-height: 0px ! important; }
  body.archive article { padding-right: 20px ! important; }
  body.single .main, body.single-post .main { padding-top: 20px; }
  #z-header { height: 150px ! important; }
  #z-header.default, #z-header.gated-content, #z-header.no-subnav { height: 150px ! important; }
  #z-header #z-header-text { margin-top: -20px; }
  #z-header #z-header-text h1.header-title { font-size: 2.05em; }
  #posts article:first-child { padding-top: 20px; border-top: 1px solid rgb(238, 238, 238); }
  #posts article { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
  body.home #z-header { min-height: 280px ! important; }
  body.home #posts article:first-child { border-top: 0px none; }
  body.single #z-header-text, body.single-post #z-header-text { display: none; }
  body.single h1.mobile-entry-title, body.single-post h1.mobile-entry-title { display: block; }
  body.single .entry-meta .share-post-links, body.single-post .entry-meta .share-post-links { display: none; }
  aside.sidebar { margin: 0px; }
  aside.sidebar .sidebar-bg-fill { display: none; }
  body.gated-content .content.row.content-gated { margin: 0px ! important; max-width: 100%; overflow: hidden; }
  body.gated-content aside.sidebar { box-shadow: none; border: medium none; }
  body.gated-content #z-header { height: 233px ! important; }
  body.gated-content #z-header #z-header-text { display: block ! important; padding-bottom: 10px ! important; }
  body.gated-content #z-header #z-header-text h1.header-title { font-size: 1.6em; line-height: 1.4em; font-weight: 700; padding: 0px ! important; }
  .post-grid-item.col-sm-4 { width: 50%; float: left; }
  #posts article .excerpt .excerpt-image .img { height: 130px; }
  #z-subnav { display: none; }
  body.single #subnav-in-main { margin-top: -20px ! important; }
  #z-subnav-mobile { display: block; width: 100%; }
  #subnav-page-title { display: none; }
  #featured-articles h2.featured-label { font-size: 1.5em; }
  #featured-articles .col-sm-12, #featured-articles .col-sm-8 { padding: 0px ! important; margin-left: -20px; margin-right: -20px; }
  #featured-articles .col-sm-12 .featured-item, #featured-articles .col-sm-8 .featured-item { max-width: none; }
  #featured-articles .col-sm-12 .featured-item.large article, #featured-articles .col-sm-8 .featured-item.large article { height: 315px; }
  #featured-articles .col-sm-4 { padding-left: 0px; padding-right: 0px; margin-left: -20px; margin-right: -20px; }
  #featured-articles .col-sm-4 .row { margin-left: 0px ! important; margin-right: 0px ! important; }
  #featured-articles .col-sm-4 .col-sm-12 { margin-left: 20px; margin-right: 20px; }
  #featured-articles .col-sm-4 article { background-color: rgb(249, 249, 249); background-repeat: repeat; background-attachment: scroll; background-clip: border-box; background-origin: padding-box; background-position: 0% 0%; background-size: auto auto; background-image: none ! important; height: auto ! important; }
  #featured-articles .col-sm-4 article .excerpt-summary { position: relative; background: transparent none repeat scroll 0px 0px; padding: 18px ! important; }
  #featured-articles .col-sm-4 article .excerpt-summary h2 a { color: rgb(0, 0, 0); }
  header.banner { margin-top: 45px; position: relative; }
  #header-search { position: absolute; bottom: 100% ! important; right: 20px ! important; }
  #brand { display: none; }
  .banner .container #z-primary-nav-wrap { z-index: 10; }
  .banner .container #z-primary-nav-wrap.active { z-index: 100 ! important; }
  #z-primary-nav-wrap { position: absolute; z-index: 100; height: 45px; line-height: 45px; left: 0px; bottom: 100%; transition: all 0s ease 0s; }
  #z-primary-nav-wrap #z-primary-nav-toggle { display: block; padding: 0px 10px; text-transform: uppercase; text-decoration: none; cursor: pointer; font-size: 1em; font-weight: 900; transition: all 0s ease 0s; }
  #z-primary-nav-wrap ul { transition: none 0s ease 0s ; position: absolute; left: 0px; top: 45px; margin: 0px; padding: 0px; overflow: auto; height: 0px; }
  #z-primary-nav-wrap ul li { background: rgb(27, 80, 152) none repeat scroll 0% 0%; }
  #z-primary-nav-wrap ul li a { padding: 15px 50px 12px 15px; text-transform: none; margin: 0px; color: rgb(255, 255, 255); display: block; border-bottom: 1px solid rgb(95, 132, 184); white-space: nowrap; min-width: 230px; }
  #z-primary-nav-wrap ul li:last-child a { border-bottom: medium none; }
  #z-primary-nav-wrap.active #z-primary-nav-toggle { background: rgb(27, 80, 152) none repeat scroll 0% 0%; color: rgb(255, 255, 255); }
  #z-primary-nav-wrap.active ul { transition: height 0.2s ease 0s; height: auto; }
  #nav-mask.active { display: block; }
  aside.sidebar section { padding: 20px; }
  aside .widget li { width: 50%; display: inline-block; vertical-align: top; padding-right: 20px; }
}
@media (max-width: 480px) {
  #z-subnav-mobile.select-wrap { margin: 0px; width: 100%; }
  .post-grid-item.col-sm-4 { width: auto; float: none; }
  .z-col-sub-subnav { width: 100% ! important; float: none ! important; }
  footer #footer-search { padding-top: 30px; padding-bottom: 30px; }
  #posts article .excerpt .excerpt-image .img { height: 90px; }
  #posts article .excerpt-summary .excerpt-text { display: none; }
  #posts article .links a.read-more, #posts article .links span.read-more-sep { display: none; }
  #featured-articles .col-sm-12 .featured-item.large article, #featured-articles .col-sm-8 .featured-item.large article { height: 215px; }
  aside .widget li { width: auto; display: block; padding-right: 0px; }
}
body.category-case-studies .main { padding: 0px; }
body.category-case-studies #subnav-in-main { display: none; }
body.category-case-studies #posts article { border-bottom: medium none; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); padding: 50px 0px ! important; }
body.category-case-studies #posts article .excerpt { -moz-box-align: center; align-items: center; display: flex; margin: 0px auto; max-width: 800px; }
body.category-case-studies #posts article .excerpt .excerpt-image img { max-width: 210px; }
body.category-case-studies #posts article .excerpt .excerpt-summary .entry-title { color: inherit; }
body.category-case-studies #posts article .excerpt .excerpt-summary .excerpt-text { color: inherit; }
body.category-case-studies #posts article .excerpt .excerpt-summary .links { font-size: 1em; }
body.category-case-studies #posts article .excerpt .excerpt-summary .links a { font-weight: 700; }
body.category-case-studies #posts article:nth-child(2n) { background-color: rgb(24, 53, 94); color: rgb(255, 255, 255); }
body.category-case-studies #posts article:nth-child(2n) .excerpt { -moz-box-orient: horizontal; -moz-box-direction: reverse; flex-direction: row-reverse; }
body.category-case-studies #posts article:nth-child(2n) .excerpt .excerpt-image img { margin-left: auto; }
@media (max-width: 1023px) {
  body.category-case-studies #subnav-in-main { display: block; }
  body.category-case-studies #subnav-in-main .row.z-mobile-subnav { padding: 20px; }
}
@media (max-width: 767px) {
  body.category-case-studies #posts article .excerpt { display: block; }
  body.category-case-studies #posts article .excerpt .excerpt-image, body.category-case-studies #posts article .excerpt .excerpt-summary { float: none; width: 100%; }
  body.category-case-studies #posts article .excerpt .excerpt-image img { margin: 0px auto 20px; }
  body.category-case-studies #posts article .excerpt .excerpt-summary .excerpt-text { display: block; }
}
body.category-webinars #page-title, body.category-webinars #posts > h2, body.single-webinar #page-title, body.single-webinar #posts > h2 { border-bottom: 1px solid rgb(238, 238, 238); font-size: 2em; margin: 15px 0px; padding-bottom: 15px; }
body.category-webinars article.webinar .byline.author.vcard, body.single-webinar article.webinar .byline.author.vcard { display: none; }
body.category-webinars article.webinar h2.datetime, body.single-webinar article.webinar h2.datetime { color: rgb(153, 153, 153); font-size: 1.25em; margin: 0px 0px 15px; }
body.category-webinars article.webinar p.datetime, body.single-webinar article.webinar p.datetime { color: rgb(153, 153, 153); }
.comment-form body.category-webinars article.webinar input[type="submit"], .comment-form body.single-webinar article.webinar input[type="submit"], body.category-webinars article.webinar .btn, body.category-webinars article.webinar .comment-form input[type="submit"], body.single-webinar article.webinar .btn, body.single-webinar article.webinar .comment-form input[type="submit"] { min-width: 160px; }
.comment-form body.category-webinars article.webinar input.btn-default[type="submit"], .comment-form body.single-webinar article.webinar input.btn-default[type="submit"], body.category-webinars article.webinar .btn.btn-default, body.category-webinars article.webinar .comment-form input.btn-default[type="submit"], body.single-webinar article.webinar .btn.btn-default, body.single-webinar article.webinar .comment-form input.btn-default[type="submit"] { border-color: rgb(0, 116, 228); color: rgb(0, 116, 228); }
.comment-form body.category-webinars article.webinar input[type="submit"], .comment-form body.single-webinar article.webinar input[type="submit"], body.category-webinars article.webinar .btn.btn-primary, body.category-webinars article.webinar .comment-form input[type="submit"], body.single-webinar article.webinar .btn.btn-primary, body.single-webinar article.webinar .comment-form input[type="submit"] { background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); }
@media (max-width: 1023px) {
  body.category-webinars #page-title, body.single-webinar #page-title { border-bottom: medium none; }
  body.category-webinars .entry-meta, body.single-webinar .entry-meta { display: none; }
}
body.page-template-page-sections .section { background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 45px 0px 30px; }
@media (max-width: 767px) {
  body.page-template-page-sections .section { padding: 20px 0px 10px; }
}
body.page-template-page-sections .section > .container > .row > [class^="col-sm-"] { margin-bottom: 15px; }
body.page-template-page-sections .section .section-title { font-size: 2.25em; font-weight: 600; margin: 30px 0px; text-align: center; }
body.page-template-page-sections .section .section-excerpt { font-size: 1.5em; margin-bottom: 30px; text-align: center; }
body.page-template-page-sections .section-cta { text-align: center; }
body.page-template-page-sections .section-cta .btn-default { background-color: transparent; border: 1px solid rgb(0, 116, 228); color: rgb(0, 116, 228); transition: all 0.25s ease 0s; }
body.page-template-page-sections .section-cta .btn-default:hover { background-color: rgb(0, 116, 228); color: rgb(255, 255, 255); }
body.page-template-page-sections .section-image { text-align: center; }
body.page-template-page-sections .section-image img { height: auto; max-width: 100%; }
body.page-template-page-sections .section-quotes { height: auto; margin: 0px auto; overflow: visible; width: calc(100% - 180px); }
body.page-template-page-sections .section-quotes .owl-stage-outer { overflow: hidden; }
body.page-template-page-sections .section-quotes .owl-nav .owl-next, body.page-template-page-sections .section-quotes .owl-nav .owl-prev { font-size: 30px; height: 30px; line-height: 30px; opacity: 0.25; text-align: center; top: 50%; transform: translateY(-50%); width: 45px; }
body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-prev, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-prev { left: -90px; }
body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-next, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-next { right: -90px; }
body.page-template-page-sections .section-quotes .media .media-left { padding-right: 15px; }
body.page-template-page-sections .section-quotes .media .media-left .media-object { border-radius: 50%; height: auto; width: 120px; }
body.page-template-page-sections .section-quotes .media .media-body blockquote { border-left: medium none; margin: 0px; overflow: visible ! important; padding: 15px 45px; }
body.page-template-page-sections .section-quotes .media .media-body blockquote p { font-size: 0.875em; margin-bottom: 15px; position: relative; }
body.page-template-page-sections .section-quotes .media .media-body blockquote p::after, body.page-template-page-sections .section-quotes .media .media-body blockquote p::before { color: rgb(27, 80, 152); content: ""; font-family: stargate; font-size: 30px; height: 30px; line-height: 30px; position: absolute; width: 30px; }
body.page-template-page-sections .section-quotes .media .media-body blockquote p::before { left: -43px; transform: rotate(180deg); top: 0px; }
body.page-template-page-sections .section-quotes .media .media-body blockquote p::after { bottom: 0px; right: -43px; }
body.page-template-page-sections .section-quotes .media .media-body blockquote footer { color: rgb(51, 51, 51); font-size: 1.125em; font-weight: 600; }
body.page-template-page-sections .section-quotes .media .media-body blockquote footer::before { content: ""; }
body.page-template-page-sections .section-quotes .media .media-body blockquote footer cite { font-style: normal; }
@media (max-width: 1023px) {
  body.page-template-page-sections .section-quotes { width: calc(100% - 190px); }
  body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-prev, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-prev { left: -80px; }
  body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-prev, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-prev { right: -80px; }
}
@media (max-width: 767px) {
  body.page-template-page-sections .section-quotes { height: auto ! important; width: calc(100% - 30px); }
  body.page-template-page-sections .section-quotes .owl-stage { background-color: transparent; }
  body.page-template-page-sections .section-quotes .owl-nav .owl-next, body.page-template-page-sections .section-quotes .owl-nav .owl-prev { color: inherit; font-size: 20px; height: 30px ! important; line-height: 30px ! important; width: 30px; }
  body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-prev, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-prev { left: -30px; }
  body.page-template-page-sections .section-quotes .owl-nav .owl-next.owl-next, body.page-template-page-sections .section-quotes .owl-nav .owl-prev.owl-next { right: -30px; }
  body.page-template-page-sections .section-quotes .media .media-left { display: block; padding-right: 0px; }
  body.page-template-page-sections .section-quotes .media .media-left .media-object { margin: 0px auto; }
  body.page-template-page-sections .section-quotes .media .media-body blockquote { padding: 15px 20px; }
  body.page-template-page-sections .section-quotes .media .media-body blockquote p::after, body.page-template-page-sections .section-quotes .media .media-body blockquote p::before { font-size: 15px; height: 15px; line-height: 15px; width: 15px; }
  body.page-template-page-sections .section-quotes .media .media-body blockquote p::before { left: -18px; }
  body.page-template-page-sections .section-quotes .media .media-body blockquote p::after { right: -18px; }
}
body.page-template-page-sections .section-related .section-related-link { background-color: rgb(255, 255, 255); box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); display: block; padding: 15px 0px 10px; text-align: center; }
body.page-template-page-sections .section-related .section-related-link:hover { text-decoration: none; }
body.page-template-page-sections .section-related .section-related-title { color: rgb(51, 51, 51); font-size: 1em; font-weight: 600; height: 2.6em; line-height: 1.3em; margin: 0px 0px 15px; max-height: 2.6em; overflow: hidden; padding: 0px 15px; text-align: left; }
body.page-template-page-sections .section-related .section-related-image { background-position: center center; background-repeat: no-repeat; background-size: cover; padding-top: 56.25%; margin-bottom: 10px; width: 100%; }
body.page-template-page-sections .section-text.has-icon { position: relative; padding-left: 60px; }
body.page-template-page-sections .section-text.has-icon .section-text-icon { background-color: rgb(27, 80, 152); border-radius: 50%; left: 0px; padding: 10px; position: absolute; top: 0px; height: 45px; width: 45px; }
body.page-template-page-sections .section-text.has-icon .section-text-icon i { color: rgb(255, 255, 255); font-size: 25px; line-height: 1.3em; }
body.page-template-page-sections .section-text.has-headline .section-text-headline { font-size: 18px; font-weight: 600; position: relative; text-transform: none; }
body.page-template-page-sections .section-text .section-text-buttons { list-style: outside none none; margin: 0px 0px -15px; padding: 0px; }
body.page-template-page-sections .section-text .section-text-buttons > li { display: inline-block; margin: 0px 5px 10px 0px; vertical-align: middle; }
body.page-template-page-sections .section-text .section-text-buttons > li .btn-amazon, body.page-template-page-sections .section-text .section-text-buttons > li .btn-apple, body.page-template-page-sections .section-text .section-text-buttons > li .btn-google { display: inline-block; height: 42px; }
body.page-template-page-sections .section-text .section-text-buttons > li .btn-amazon img, body.page-template-page-sections .section-text .section-text-buttons > li .btn-apple img, body.page-template-page-sections .section-text .section-text-buttons > li .btn-google img { max-height: 100%; }
@media (max-width: 767px) {
  body.page-template-page-sections .section-text.has-icon { padding-left: 40px; }
  body.page-template-page-sections .section-text.has-icon .section-text-icon { height: 30px; padding: 5px; width: 30px; }
  body.page-template-page-sections .section-text.has-icon .section-text-icon i { font-size: 20px; }
}
body.page-template-page-sections .section-faqs { border-bottom: 1px solid rgb(170, 170, 170); margin-bottom: 40px; }
body.page-template-page-sections .section-faqs .panel { background-color: transparent; border: medium none; box-shadow: none; margin: 0px; }
body.page-template-page-sections .section-faqs .panel-heading { padding: 0px; }
body.page-template-page-sections .section-faqs .panel-title { font-weight: 700; }
body.page-template-page-sections .section-faqs .panel-title a { border-top: 1px solid rgb(170, 170, 170); border-bottom: 1px solid rgb(170, 170, 170); display: block; padding: 20px 40px 20px 0px; position: relative; }
body.page-template-page-sections .section-faqs .panel-title a:focus, body.page-template-page-sections .section-faqs .panel-title a:hover { color: inherit; text-decoration: none; }
body.page-template-page-sections .section-faqs .panel-title a::after { content: ""; display: block; font-family: stargate; font-size: 15px; height: 10px; line-height: 15px; position: absolute; right: 0px; top: calc(50% - 5px); transform: rotate(180deg); width: 15px; }
body.page-template-page-sections .section-faqs .panel-title a.collapsed { border-bottom: medium none; }
body.page-template-page-sections .section-faqs .panel-title a.collapsed::after { top: calc(50% - 5px); transform: rotate(0deg); }
body.page-template-page-sections .section-faqs .panel-body { border-top: medium none ! important; padding: 20px 0px; }
body.page-frame-service { line-height: 1.71429; }
body.page-frame-service #z-header-bg ol, body.page-frame-service #z-header-bg ul, body.page-frame-service .wrap.container ol, body.page-frame-service .wrap.container ul {  }
body.page-frame-service #z-header-bg ol, body.page-frame-service .wrap.container ol { list-style-type: decimal; }
body.page-frame-service #z-header-bg ul, body.page-frame-service .wrap.container ul { list-style-type: disc; }
body.page-frame-service #z-header-bg a.btn:visited, body.page-frame-service .wrap.container a.btn:visited { color: rgb(255, 255, 255); }
body.page-frame-service #z-header-bg a:visited, body.page-frame-service .wrap.container a:visited { color: rgb(0, 116, 228); }
body.page-frame-service #z-subnav a:visited { color: rgb(255, 255, 255); }
body.page-frame-service input[type="checkbox"], body.page-frame-service input[type="radio"] { left: initial; }
.znav .zsg-layout-width, .znav .zsg-subfooter-content { max-width: 1240px; }
#header-static.navbar.pfs-navbar .static-header-subnav-container { max-width: 1240px; padding-left: 20px; }
#header-static.navbar.pfs-navbar #static-header-subnav { margin-top: 0px; }
#header-static.navbar.pfs-navbar #static-header-subnav ul.static-header-subnav { margin-left: 10px; padding-left: 100px; }
@media (max-width: 768px) {
  #header-static.navbar.pfs-navbar #static-header-subnav { display: block; font-size: 13px; height: auto; }
  #header-static.navbar.pfs-navbar #static-header-subnav .static-header-subnav-container { padding: 0px 10px; }
  #header-static.navbar.pfs-navbar #static-header-subnav ul.static-header-subnav { height: 44px; margin-left: 0px; padding-left: 0px; }
  #header-static.navbar.pfs-navbar #static-header-subnav.expando-active ul.static-header-subnav { height: auto; }
}
body.page-frame-service #z-header-bg a.btn-default:visited, body.page-frame-service .wrap.container a.btn-default:visited { color: rgb(0, 116, 228) ! important; }
body.page-frame-service #z-header-bg a.btn-primary:visited, body.page-frame-service .wrap.container a.btn-primary:visited { color: rgb(255, 255, 255) ! important; }
.widget .menu-quick-access-container .menu .menu-item a { background-size: 45px 45px; background-repeat: no-repeat; background-position: left center; display: block; font-size: 1.1em; padding: 15px 0px; text-indent: 60px; }
.widget .menu-quick-access-container .menu .menu-item a:hover { text-decoration: none; }
.widget .menu-quick-access-container .menu .menu-item.presentations a { background-image: url(44cbfe238449910538ee6edd8dbcbe8a3e5b7ba2.png) ; }
.widget .menu-quick-access-container .menu .menu-item.about a { background-image: url(45b531d9ff6582c2f814ce304058ca83927d06ac.png) ; }
.widget .menu-quick-access-container .menu .menu-item.contact a { background-image: url(1137042715d35a1b348aa87a0d052f999452b3c5.png) ; }
.widget.widget_z-most-viewed .event-date { display: none; }
@media (min-width: 768px) {
  aside.sidebar .foreclosure_search_widget form button { width: 50px; }
}
@media (min-width: 768px) and (max-width: 920px) {
  aside.sidebar .foreclosure_search_widget form input { height: 40px; font-size: 11px; }
  aside.sidebar .foreclosure_search_widget form button { width: 36px; height: 40px; line-height: 40px; font-size: 16px; }
}
.breadcrumbs { display: none; }
.breadcrumb { background-color: rgb(255, 255, 255); border: medium none; margin: 0px; padding: 20px; }
.breadcrumb > li + li::before { color: rgb(204, 204, 204); content: "/"; padding: 0px 5px 0px 3px ! important; margin-left: 0px; }
body.page .breadcrumb, body.post-type-archive-authors .breadcrumb, body.search .breadcrumb, body.single .breadcrumb, body.tag .breadcrumb { padding: 20px 0px; }
@media (max-width: 768px) {
  body.single-post .main .breadcrumb { margin-bottom: 30px ! important; }
}
@media (min-width: 767px) {
  #featured-articles { padding-top: 64px; }
}
.filter { list-style: outside none none; margin: 20px 0px 40px; padding: 0px; }
.filter li { display: inline-block; margin-right: 10px; vertical-align: middle; }
.filter li .filter-title { color: rgb(102, 102, 102); font-size: 2em; font-weight: lighter; margin: 0px; }
@media (max-width: 767px) {
  .filter li:first-child { display: block; margin: 0px 0px 20px; }
}
body.header-search-active #nav-mask { display: none; }
body.home .header-desc { display: none; }
@media (max-width: 767px) {
  body.single #z-header { height: 140px ! important; }
  body.single #header-search { display: none; }
}
@media (min-width: 768px) {
  #static-header-subnav ul#menu-static-header-subnav { padding-left: 50px; }
}
#z-header, #z-header.default, body.distinct #z-header, body.distinct #z-header.default { height: 400px; overflow: visible; }
#z-header .header-title, #z-header.default .header-title, body.distinct #z-header .header-title, body.distinct #z-header.default .header-title { font-weight: 300; font-size: 2.6em; margin: 0px; padding: 0px 15px 15px; }
@media (max-width: 767px) {
  body.category #z-header.default { height: 280px ! important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.category #z-header, body.home #z-header { height: 400px ! important; }
}
body.single .foreclosure-header { display: none; }
@media (min-width: 768px) {
  body.single .foreclosure-header { display: block; }
  body.single .foreclosure-header .foreclosure-header-container { position: absolute; bottom: 0px; margin-left: 0px; }
  body.single .foreclosure-header h1.foreclosure-header-title { font-size: 2.5em; font-weight: 400; padding: 50px 50% 0px 0px; }
}
body.search .foreclosure-header { display: none; }
@media (max-width: 767px) {
  .foreclosure-header { height: 100%; }
  .foreclosure-header .container { height: 100%; }
}
.foreclosure-header-container h1 { font-size: 35px; line-height: 38px; font-weight: 700; margin-top: 38px; }
.foreclosure-header-container .foreclosure_search_widget h2.widgettitle { font-weight: 100; line-height: 20px; text-transform: none; }
@media (max-width: 767px) {
  .foreclosure-header-container { max-width: 400px; margin: 0px auto; display: flex; -moz-box-orient: vertical; -moz-box-direction: normal; flex-direction: column; -moz-box-pack: center; justify-content: center; height: 100%; }
  .foreclosure-header-container h1 { margin-top: 0px; }
}
@media (min-width: 768px) {
  .foreclosure-header-container { text-align: left; }
  .foreclosure-header-container h1.foreclosure-header-title { font-size: 65px; margin-top: 95px; margin-bottom: 32px; }
  .foreclosure-header-container .foreclosure_search_widget { max-width: 500px; }
  .foreclosure-header-container .foreclosure_search_widget h2.widgettitle { line-height: 26px; }
  .foreclosure-header-container .foreclosure_search_widget input[type="text"] { font-size: 16px; }
}
@media (min-width: 1024px) {
  .foreclosure-header-container { margin-left: 123px; }
  .foreclosure-header-container h1.foreclosure-header-title { margin-top: 85px; }
}
#header-search { position: absolute; right: 20px; top: 110px; }
#header-search #header-search-input { background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%; border: 1px solid rgb(255, 255, 255); color: rgb(255, 255, 255); opacity: 0; }
#header-search .header-select-wrap { float: right; }
#header-search .header-select-wrap #header-select { background-color: rgba(0, 0, 0, 0.25) ! important; border-width: 1px 1px 1px medium; border-style: solid solid solid none; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) currentcolor; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-radius: 0px; color: rgb(255, 255, 255) ! important; height: 35px; padding: 0px 10px; }
#header-search .header-select-wrap i.zsg-bars { margin-right: 5px; }
#header-search .header-select-wrap .btn .caret, #header-search .header-select-wrap .comment-form input[type="submit"] .caret, .comment-form #header-search .header-select-wrap input[type="submit"] .caret { margin-left: 20px; }
#header-search .header-select-wrap .dropdown-menu { border: medium none; margin: 0px; padding: 0px; }
#header-search .header-select-wrap .dropdown-menu .parent, #header-search .header-select-wrap .dropdown-menu > li > a.child { background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(238, 238, 238); color: rgb(0, 116, 228); padding: 10px; }
#header-search .header-search-wrap { border: medium none; }
#header-search .header-search-wrap button[type="submit"] { background-color: rgba(0, 0, 0, 0.25); border: 1px solid rgb(255, 255, 255); }
#header-search .header-search-wrap button[type="submit"] .zsg-search { color: rgb(255, 255, 255) ! important; display: block; font-size: 20px; height: 20px; left: 7px; line-height: 20px; margin-top: 2px; position: absolute; top: 5px; width: 20px; }
#header-search .header-search-wrap #close-search .zsg-times { color: rgb(255, 255, 255) ! important; }
#header-search.active #header-search-input { opacity: 1; }
#header-search.active .header-search-wrap { border: medium none; }
#header-search.active .header-search-wrap input[type="text"] { width: 230px; }
#header-search.active .header-search-wrap button[type="submit"] { border: medium none; }
#header-search.active .header-search-wrap button[type="submit"] .zsg-search { color: rgb(255, 255, 255) ! important; }
@media (max-width: 767px) {
  #header-search { display: block; padding: 0px; text-align: center; width: 100%; }
  #header-search .header-inner-wrap { display: inline-block; }
  #header-search.active .header-select-wrap { display: none; }
}
.header-search-drop-down { top: 175px ! important; }
@media (max-width: 768px) {
  body.single #header-search { display: block; }
}
#posts .entry-title { font-size: 1.25em; font-weight: 700; }
#posts .entry-title a { color: rgb(51, 51, 51); }
#posts .excerpt-text { font-weight: 100; }
#posts .links { color: rgb(51, 51, 51); font-size: 0.825em; font-weight: 100; }
#posts .links a.read-more { color: rgb(0, 116, 228); font-weight: 700; }
#posts .links time { color: rgb(51, 51, 51); }
@media (max-width: 767px) {
  #posts article:first-child { border-top: medium none; padding-top: 0px; }
}
.table-responsive { border: medium none ! important; }
.table { border-style: solid; border-color: rgb(238, 238, 238); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-width: 1px 0px; }
.table thead tr th { border-bottom: 1px solid rgb(238, 238, 238); line-height: 1.25em; padding: 20px; text-transform: uppercase; }
.table thead tr th strong { color: rgb(93, 153, 0); font-size: 1.25em; text-transform: none; }
.table tbody tr td { border-bottom: 1px solid rgb(238, 238, 238); padding: 20px; }
@media (max-width: 767px) {
  .table { font-size: 0.75em; }
  .table thead tr th { padding: 5px; }
  .table tbody tr td { padding: 5px; }
}
#sticky-header { background-color: rgb(198, 224, 249); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); margin-top: -60px; position: fixed; top: 0px; transition: margin-top 0.25s ease 0s; width: 100%; max-height: 54px; z-index: 11; }
#sticky-header #sticky-cta { background: rgb(27, 80, 152) none repeat scroll 0% 0%; border: medium none; line-height: 1em; margin: 10px 0px; padding: 10px; min-width: 140px; }
#sticky-header #sticky-menu { margin-bottom: 0px; margin-left: -70px; white-space: nowrap; }
@media (max-width: 1199px) {
  #sticky-header #sticky-menu { margin-left: -95px; }
}
#sticky-header #sticky-menu > li > a { color: rgb(0, 0, 0); display: inline-block; line-height: 1em; padding: 20px 10px; }
#sticky-header #sticky-menu > li > a:hover { text-decoration: none; }
#sticky-header #sticky-menu > li.current-category-ancestor > a, #sticky-header #sticky-menu > li.current-menu-item > a, #sticky-header #sticky-menu > li.current-menu-parent > a, #sticky-header #sticky-menu > li.current-post-ancestor > a, #sticky-header #sticky-menu > li.current-post-parent > a, #sticky-header #sticky-menu > li.current_page_item > a { border-bottom: 3px solid rgb(0, 116, 228); color: rgb(0, 116, 228); font-weight: 700; margin: 0px 10px; padding: 20px 0px 17px; }
#sticky-header #header-search { margin: 10px 0px 0px; padding: 0px; position: absolute; top: 0px; right: 0px ! important; }
#sticky-header #header-search .header-search-wrap { border: medium none; }
#sticky-header #header-search .header-search-wrap input#header-search-input { background-color: rgb(255, 255, 255); }
#sticky-header #header-search .header-search-wrap button[type="submit"] { margin-top: 2px; }
#sticky-header #header-search .header-search-wrap button[type="submit"] span { background: transparent none repeat scroll 0px 0px ! important; border: medium none ! important; color: rgb(0, 116, 228) ! important; }
#sticky-header #header-search .header-search-wrap button[type="button"] span.zsg-times { color: rgb(0, 0, 0) ! important; }
#sticky-header #header-search.active #header-search-input { opacity: 1; color: rgb(0, 0, 0); }
#sticky-header #header-search.active .header-search-wrap button[type="submit"] .zsg-search { color: rgb(153, 153, 153) ! important; }
@media (max-width: 1023px) {
  #sticky-header { display: none; }
}
button#sticky-search-btn { background: transparent none repeat scroll 0px 0px ! important; border: medium none ! important; color: rgb(0, 116, 228); }
button#sticky-search-btn span { background: transparent none repeat scroll 0px 0px ! important; border: medium none ! important; color: rgb(0, 116, 228); }
@media (max-width: 767px) {
  #subnav-in-main { margin: 0px ! important; }
  #featured-articles .row { margin: 0px; }
  #featured-articles .row article { background-size: cover; height: 200px ! important; margin: 0px 20px 20px; }
  #featured-articles .row article .excerpt-summary { background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; position: absolute; }
  #featured-articles .row article .excerpt-summary h2 a { color: rgb(255, 255, 255); }
  #posts article .links .read-more, #posts article .links a.read-more, #posts article .links span.read-more-sep { display: initial; }
  aside.sidebar { margin: 0px; }
}
footer#site-footer #footer-search { text-align: left; color: rgb(51, 51, 51); background-image: none; background-color: rgb(255, 255, 255); padding: 35px 0px; }
footer#site-footer #footer-search #search-wrap { max-width: 555px; }
footer#site-footer #footer-search #search-wrap h2 { font-size: 16px; font-weight: 700; text-transform: none; line-height: 26px; }
footer#site-footer #footer-search #search-wrap form input[type="text"] { border: 1px solid rgb(204, 204, 204); height: 50px; font-size: 14px; }
footer#site-footer #footer-search #search-wrap form button[type="submit"] { position: absolute; right: 0px; top: 0px; background-color: rgb(0, 116, 228); color: rgb(255, 255, 255); width: 70px; height: 50px; line-height: 50px; padding: 0px; font-size: 1.5em; }
@media (min-width: 768px) {
  footer#site-footer #footer-search { padding: 45px; }
  footer#site-footer #footer-search #search-wrap { max-width: 555px; }
  footer#site-footer #footer-search #search-wrap h2 { font-size: 18px; font-weight: 400; }
  footer#site-footer #footer-search #search-wrap form input[type="text"] { height: 70px; font-size: 17px; }
  footer#site-footer #footer-search #search-wrap form button[type="submit"] { width: 120px; height: 70px; line-height: 70px; font-size: 2em; }
}
footer#site-footer #seo-footer h6 { display: none; }
body #posts .links span.read-more { color: rgb(102, 102, 102); font-weight: 700; }
body.single-authors .main { padding: 20px; }
body.single-authors .author-image { margin-bottom: 20px; }
@media (min-width: 1024px) {
  body.single-authors .author-image { float: left; margin: 0px 40px 40px 0px; }
}
body.single-authors #posts .read-more, body.single-authors #posts .read-more-sep { display: none; }
.authors .author { background-color: rgb(0, 51, 102); display: block; margin-bottom: 30px; position: relative; }
.authors .author .author-image { filter: grayscale(1); height: auto; opacity: 1; width: 100%; }
.authors .author .author-excerpt, .authors .author .author-title { color: rgb(255, 255, 255); font-size: 1em; font-weight: 100; left: 0px; margin: 0px 15px; opacity: 0; padding: 15px 0px; position: absolute; }
.authors .author .author-title { bottom: 50%; font-size: 1.25em; }
.authors .author .author-hr { border-top: 1px solid rgb(116, 192, 5); left: 0px; margin: 0px 15px; max-width: 100%; opacity: 0; position: absolute; right: 0px; top: 50%; }
.authors .author .author-excerpt { top: 50%; }
.authors .author:hover .author-image { filter: grayscale(0); opacity: 0.5; }
.authors .author:hover .author-excerpt, .authors .author:hover .author-hr, .authors .author:hover .author-title { opacity: 1; }
@media (min-width: 420px) and (max-width: 768px) {
  .authors .col-sm-4 { width: 50%; }
}
body.search #z-header, body.tag #z-header { display: block; height: 70px ! important; }
body.search #z-header #z-header-text, body.tag #z-header #z-header-text { display: none; }
@media (max-width: 1023px) {
  body.search #z-header, body.tag #z-header { height: 80px ! important; }
}
body.search #z-subnav, body.tag #z-subnav { display: none; }
.entry-meta { border-top: 1px solid rgb(238, 238, 238); }
.posts-nav { display: none; }
body.single-post #z-header #z-header-text { padding-bottom: 25px; }
body.single-post #z-subnav { display: none; }
body.single-post .breadcrumb { border: medium none; padding: 20px; }
body.single-post .breadcrumb > li + li::before { padding: 0px 5px; }
body.single-post .main { padding-top: 20px; }
body.single-post .main .breadcrumb { padding: 20px 0px; }
@media (max-width: 767px) {
  body.single-post .main .breadcrumb { margin-bottom: 20px; padding: 0px; }
}
body.single-post .entry-author { font-weight: 100; margin-top: 40px; }
body.single-post .entry-author h4 { text-transform: uppercase; }
body.single-post .share-post-links { display: block ! important; float: left; }
body.single-post .share-post-links li a { color: rgb(51, 51, 51); }
body.single-format-aside #content-main { width: 100%; }
body.single-format-aside #content-main .mobile-entry-title { display: block; }
.well.toc { background: rgb(226, 239, 252) none repeat scroll 0% 0%; border: medium none; color: rgb(0, 0, 0); text-transform: uppercase; }
.well.toc ul { list-style: outside none none; margin: 0px; padding: 0px; text-transform: none; }
@media (min-width: 768px) {
  .well.toc ul li { display: inline-block; margin-right: 10px; }
}
body.post-template-glossary-template #footer-search { display: none; }
@media (min-width: 1200px) {
  .container { width: 1240px; }
}
@media (min-width: 769px) {
  .sidebar-primary .main { width: 70%; }
  .sidebar { width: 30%; }
}
#subnav-page-title { display: none; }
.btn.btn-primary, .comment-form input[type="submit"] { background-color: rgb(0, 116, 228); border-color: rgb(0, 116, 228); }
.iframe-responsive { overflow-y: scroll; }
iframe { border: medium none; max-width: 100%; }
@media (max-width: 768px) {
  #posts article { padding-right: 20px ! important; }
}
body.category-webinars ul.filter { display: none; }
article.type-post .excerpt-summary h2 { font-size: 20px ! important; }
article.type-post .excerpt-summary > p { display: none; }
article.type-post .links { display: none; }
#posts article.type-glossary .excerpt-summary { width: 100%; }
#posts article.type-glossary .excerpt-summary .entry-title { font-size: 24px ! important; }
section.widget_nav_menu ul#menu-quick-access li a { padding: 7px 0px; text-indent: 0px; }
#header-static.navbar #static-header-subnav ul.static-header-subnav li.menu-item-selected a { color: rgb(0, 116, 228); font-weight: 700; }
#header-static.navbar #static-header-subnav ul.static-header-subnav li.menu-item-selected a:hover { color: rgb(85, 164, 255); }
body.category-webinars article.webinar { border-bottom: 0px none ! important; border-top: 2px solid rgb(249, 249, 249); }
body.category-webinars article.webinar:first-child { padding-top: 20px ! important; }
body.category-webinars h1#page-title { border-bottom: 3px solid rgb(0, 116, 228); display: inline-block; margin-bottom: 0px; margin-top: 0px; }
body.category-webinars h2 { border-bottom: 0px none ! important; }
#content-main select option[value="webinars"], option[value="uncategorized"] { display: none ! important; }
body.category #content-main { padding-top: 0px; }
.sidebar section { border-bottom: 0px none ! important; }
