html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
text-align:center;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #444545;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight:normal;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 2px solid #06BCF9;
padding:5px 5px 5px 10px;
margin-bottom:10px;
}
address {
margin: 0 0 1.5em;
}
pre {
border-left: 2px solid #06BCF9;
padding:5px 5px 5px 10px;
margin-bottom:10px;
overflow: auto;
line-height:1.2;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin:0;
padding:0;
}
body {
background-color: #CCCCCC; background-repeat: repeat;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 20px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
border-bottom:1px solid #EBEDED;
}
th{
padding:5px 0;
text-align:left;
text-transform:uppercase;
border-top:1px solid #EBEDED;
}
td{
padding:5px 0;
text-align:left;
border-top:1px solid #EBEDED;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-radius: 3px;
background: #06BCF9;
color: #ffffff;
line-height: 1;
padding: 10px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity:0.8;
-webkit-opacity:0.8;
-moz-opacity:0.8;
filter:alpha(opacity=80);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px 5px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #444545;
text-decoration:none;
}
a:hover,
a:focus,
a:active {
color: #00CCFF;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
display:block;
position:absolute;
width:auto;
min-height:48px;
background-color: #4d4d4d;
bottom:0;
}
.main-navigation,
.main-navigation * {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
letter-spacing:-4px;
word-spacing:-4px;
position:relative;
}
.main-navigation li {
float: left;
position: relative;
height:48px;
display:inline-block;
letter-spacing:normal;
word-spacing:normal;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a  {
background-color:#45c5ed;
}
.main-navigation li a {
height: 48px;
display: block;
line-height: 48px;
color: #ffffff;
font-weight: bold;
padding: 0 15px;
}
.main-navigation li a:hover {
background-color:#06BCF9;
}
.nav-menu li > a:after {
font-family: FontAwesome;
font-weight: normal;
color: #999;
content: " \f107";
}
.nav-menu li > a:hover:after {
color: #FFF;
content: " \f103";
}
.nav-menu li li.page_item_has_children > a:after,
.nav-menu li li.menu-item-has-children > a:after {
content: " \f105";
margin-left:5px;
}
.nav-menu li > a:only-child:after {
content: '';
}
a.the-wp-menu-icon i {
margin-right:3px;
}
.main-navigation .sub-menu,
.main-navigation .children {
height:0;
left:0;
overflow:hidden;
padding:0;
position:absolute;
z-index:99999;
color:#ffffff;
}
.main-navigation ul li:hover > ul {
left: auto;
}
.main-navigation li:hover > ul,
.main-navigation .focus > ul {
clip: inherit;
overflow: inherit;
height: inherit;
width: inherit;
}
.main-navigation ul ul {
display:inline-block;
position:absolute; z-index:9999;
width: 180px;
left: initial;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation ul ul a {
padding:10px;
line-height:1.5rem;
margin:0;
display:inline-block; background-color:#666;
width: 180px;
height:auto;
}
.main-navigation ul ul li {
padding:0;
height:auto;
width:100%;
border-top:1px solid #999999;
display:block;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation ul ul li:first-child {
border-radius:0;
}
.main-navigation ul ul li:first-child a {
border-radius:0;
}
.main-navigation ul .sub-menu ul,
.main-navigation ul .children ul  {
border-left:0 none;
left:100%;
top:-1px;
}
.nav-foot{
width:100%;
height:10px;
background:#09F url(//www.generationsacupuncture.com/wp-content/themes/the-wp/images/bar.png) center bottom repeat-x;
} .main-navigation.position-top {
position:relative;
margin:0 auto;
width:auto;
top:0;
}
.main-navigation.position-top .menu-main-menu-container {
margin:0 auto;
width:auto;
} .main-navigation.fixed {
z-index:9999;
} #footer-menu {
width:100%;
position:relative;
overflow:hidden;
}
#footer-menu > div {
left:auto;
right:auto;
}
#footer-menu ul {
margin:0;
padding: 0;
text-align: center;
}
#footer-menu li {
margin: 0 10px;
display:inline-block;
padding:5px;
}
#footer-menu ul > :first-child {
list-style:none;
} .responsive-menu-bar {
display:none;
border: 1px solid #D4D4D4 !important;
border-radius: 5px 5px 2px 2px;
color: #444;
background: linear-gradient(to bottom, #F4F4F2, #EDEDEB);
box-shadow: inset 0 1px 0 #FDFDFC;
white-space: nowrap;
padding: 5px 8px !important;
line-height: 2.4em;
}
#responsive-menu {
display:none;
padding:10px 0 10px 19px;
background:#CCC;
}
#responsive-menu > ul {
margin:0;
}
#responsive-menu ul li {
list-style:none;
}
.menu-close-bar {
text-align:right;
font-weight:bold;
padding-right:1%;
}
@media only screen and (max-width: 799px) {
.responsive-menu-bar {
display:block;
}
.main-navigation {
display:none;
}	
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.site-main #nav-below a {
border-radius: 4px;
box-shadow: 1px 1px 0 #7d7d7d;
padding: 7px 10px;
color: #fff;
margin-bottom: 3px;
background-color: #008ACC;
display: inline-block;
}  .screen-reader-text {
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin:0 auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
}
#content .widget {
margin: 0;
} .parallax-widget{
background-attachment: fixed;
} .widget select {
max-width: 100%;
} .widget_recent_entries li {
overflow:auto;
overflow-style:auto;
}
.widget_recent_entries li a::before {
content: "\f0f6 ";
font-family: 'FontAwesome';
margin-right:5px;
}
.widget_recent_entries li span {
color:#999;
float:right;
}
.widget_recent_entries li span.post-date::before {
content: "\f073 ";
font-family: 'FontAwesome';
margin-right:5px;
} .widget_search .search-field {
width:70%;
padding: 4px 5px;
}
.widget_search .search-submit {
width:20%;
padding: 8px 10px;
} .widget_recent_comments > ul > li > a::before {
content: "\f0f6 ";
font-family: 'FontAwesome';
margin-right:5px;
}
.widget_recent_comments > ul > li > span.comment-author-link::before {
content: "\f2be ";
font-family: 'FontAwesome';
margin-right:5px;
} .widget_categories > ul > li > a::before {
content: "\f115 ";
font-family: 'FontAwesome';
margin-right:5px;
}
.widget_categories > ul > li > .children li a::before {
content: "\f114 ";
font-family: 'FontAwesome';
margin-right:5px;
} .widget_archive li a::before {
content: "\f017 ";
font-family: 'FontAwesome';
margin-right:5px;
} .widget_calendar td#next {
text-align:right;
} .widget_links li a::before {
content: "\f0c1 ";
font-family: 'FontAwesome';
margin-right:5px;
} .widget_pages > ul > li > a::before {
content: "\f0f6 ";
font-family: 'FontAwesome';
margin-right:5px;
}
.widget_pages > ul > li > .children li a::before {
content: "\f016 ";
font-family: 'FontAwesome';
margin-right:5px;
} .homepage-widget-area {
display:block;
} .social-icons-widget {
width:100%;
text-align:center;
display:block;
}
.social-icons-widget .description {
display:inline-block;
height:0;
margin-right:5px;
}
.social-icons-widget .description > span{
height:100%;
box-sizing:border-box;
display:table;
}
.social-icons-widget .description span span {
display:table-cell;
vertical-align:middle;
}
.social-icons-small .description {
margin-bottom: 0.6em;
font-size: 1em;
}
.social-icons-medium .description {
margin-bottom: 0.4em;
font-size: 1.2em;
}
.social-icons-large .description {
margin-bottom: 0.2em;
font-size: 2em;
}
.social-icons-huge .description {
margin-bottom: 0;
font-size: 2.1em;
}
@media only screen and (max-width: 799px) {
.social-icons-widget .description {
display:block;
height:auto;
margin:3px auto;
width:100%;
text-align:center;
}
}
.social-icons-icon {
display: inline-block;
text-align: center; color: #888888 !important;
vertical-align: top;
text-shadow: 0.3px 0.3px 0.2px #333;
}
.social-icons-small .social-icons-icon {
width: 40px;
height: 30px;
font-size: 15px;
line-height: 30px;
}
.social-icons-medium .social-icons-icon {
width: 50px;
height: 40px;
font-size: 25px;
line-height: 40px;
}
.social-icons-large .social-icons-icon {
width: 70px;
height: 60px;
font-size: 40px;
line-height: 60px;
}
.social-icons-huge .social-icons-icon {
width: 85px;
height: 75px;
font-size: 50px;
line-height: 75px;
}
.social-icons-widget .social-icons-icon:hover {
color: #ffffff !important;
}
.social-icons-widget .fa-amazon-block:hover {
background: #161413;
border-color: #161413;
}
.social-icons-widget .fa-behance-block:hover {
background: #4176fa;
border-color: #4176fa;
}
.social-icons-widget .fa-bitbucket-block:hover {
background: #183f73;
border-color: #183f73;
}
.social-icons-widget .fa-btc-block:hover {
background: #f7931a;
border-color: #f7931a;
}
.social-icons-widget .fa-codepen-block:hover {
background: #000000;
border-color: #000000;
}
.social-icons-widget .fa-delicious-block:hover {
background: #0002f5;
border-color: #0002f5;
}
.social-icons-widget .fa-deviantart-block:hover {
background: #5e7163;
border-color: #5e7163;
}
.social-icons-widget .fa-digg-block:hover {
background: #1b5791;
border-color: #1b5791;
}
.social-icons-widget .fa-dribbble-block:hover {
background: #c6356b;
border-color: #c6356b;
}
.social-icons-widget .fa-dropbox-block:hover {
background: #0089d1;
border-color: #0089d1;
}
.social-icons-widget .fa-envelope-block:hover {
background: #e44321;
border-color: #e44321;
}
.social-icons-widget .fa-facebook-block:hover {
background: #3c5a98;
border-color: #3c5a98;
}
.social-icons-widget .fa-flickr-block:hover {
background: #0062dd;
border-color: #0062dd;
}
.social-icons-widget .fa-foursquare-block:hover {
background: #3ab6e8;
border-color: #3ab6e8;
}
.social-icons-widget .fa-github-block:hover {
background: #000000;
border-color: #000000;
}
.social-icons-widget .fa-google-plus-block:hover {
background: #e44321;
border-color: #e44321;
}
.social-icons-widget .fa-instagram-block:hover {
background: #3f729b;
border-color: #3f729b;
}
.social-icons-widget .fa-jsfiddle-block:hover {
background: #2b97f3;
border-color: #2b97f3;
}
.social-icons-widget .fa-lastfm-block:hover {
background: #d2013b;
border-color: #d2013b;
}
.social-icons-widget .fa-linkedin-block:hover {
background: #00659b;
border-color: #00659b;
}
.social-icons-widget .fa-mixcloud-block:hover {
background: #25292b;
border-color: #25292b;
}
.social-icons-widget .fa-paypal-block:hover {
background: #15477c;
border-color: #15477c;
}
.social-icons-widget .fa-pinterest-block:hover {
background: #cf1d25;
border-color: #cf1d25;
}
.social-icons-widget .fa-reddit-block:hover {
background: #ff4500;
border-color: #ff4500;
}
.social-icons-widget .fa-rss-block:hover {
background: #ff6501;
border-color: #ff6501;
}
.social-icons-widget .fa-scribd-block:hover {
background: #1a7bba;
border-color: #1a7bba;
}
.social-icons-widget .fa-slack-block:hover {
background: #352931;
border-color: #352931;
}
.social-icons-widget .fa-slideshare-block:hover {
background: #0ca8aa;
border-color: #0ca8aa;
}
.social-icons-widget .fa-soundcloud-block:hover {
background: #ff6600;
border-color: #ff6600;
}
.social-icons-widget .fa-spotify-block:hover {
background: #79b800;
border-color: #79b800;
}
.social-icons-widget .fa-stack-exchange-block:hover {
background: #205297;
border-color: #205297;
}
.social-icons-widget .fa-stack-overflow-block:hover {
background: #f47c23;
border-color: #f47c23;
}
.social-icons-widget .fa-steam-block:hover {
background: #000000;
border-color: #000000;
}
.social-icons-widget .fa-stumbleupon-block:hover {
background: #ee4723;
border-color: #ee4723;
}
.social-icons-widget .fa-trello-block:hover {
background: #0089d9;
border-color: #0089d9;
}
.social-icons-widget .fa-tripadvisor-block:hover {
background: #589442;
border-color: #589442;
}
.social-icons-widget .fa-tumblr-block:hover {
background: #3e5976;
border-color: #3e5976;
}
.social-icons-widget .fa-twitch-block:hover {
background: #6542a6;
border-color: #6542a6;
}
.social-icons-widget .fa-twitter-block:hover {
background: #32ccfe;
border-color: #32ccfe;
}
.social-icons-widget .fa-vimeo-square-block:hover {
background: #1bb6ec;
border-color: #1bb6ec;
}
.social-icons-widget .fa-wikipedia-w-block:hover {
background: #000000;
border-color: #000000;
}
.social-icons-widget .fa-wordpress-block:hover {
background: #3378b0;
border-color: #3378b0;
}
.social-icons-widget .fa-xing-block:hover {
background: #cfdc00;
border-color: #cfdc00;
}
.social-icons-widget .fa-y-combinator-block:hover {
background: #f26522;
border-color: #f26522;
}
.social-icons-widget .fa-yelp-block:hover {
background: #c41200;
border-color: #c41200;
}
.social-icons-widget .fa-youtube-block:hover {
background: #d4231e;
border-color: #d4231e;
}
.social-icons-widget .fa-skype-block:hover {
background: #00aff0;
border-color: #00aff0;
} .buttons-widget {
text-align:center;
padding:1% 0;
background-size: cover;
background-repeat: no-repeat;
}
.buttons-widget .title {
font-size: 36px;
font-weight: bold;
}
.buttons-widget .description {
padding: 5px;
font-size: 16px;
width:auto;
display:inline-block;
}
.buttons-widget-container {
margin:0 auto;
}
a.button-item  {
display:inline-block;
border-radius:3px;
color: #FFF;
background-color: #0095ff;
border-color: #07c;
box-shadow: inset 0 1px 0 #66bfff;
text-shadow: 0 .01em .01em white;
text-align:center;
padding:1%;
margin:1% auto;
}
a.button-item:hover  {
color:#FFF;
}
.buttons-widget.size-1 a.button-item {
padding:0.5%;
font-size: 0.9em;
}
.buttons-widget.size-2 a.button-item {
padding: 1%;
font-size: 1.2em;
}
.buttons-widget.size-3 a.button-item {
padding: 1% 2%;
font-size: 1.4em;
font-weight:bold;
box-shadow: inset 0 2px 0 #66bfff;
}
.buttons-widget.size-4 a.button-item {
padding: 1% 3%;
font-size: 1.8em;
font-weight:bold;
box-shadow: inset 0 2px 0 #66bfff;
}
@media only screen and (max-width: 479px) {
.buttons-widget.size-3 a.button-item,
.buttons-widget.size-4 a.button-item {
padding: 0 2%;
font-size: 1em;
font-weight:normal;
}
} header .widget_the-wp-buttons-widget {
margin:0;
}
header .buttons-widget {
padding:0;
text-align:right;
} .widget-hr {
display:block;
width:auto;
border: 0; 
height: 1px; 
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.stats-widget {
padding:1% 0;
text-align:center;
background-size:cover;
background-repeat:no-repeat;
}
.stats-widget .title {
font-size: 36px;
font-weight: bold;
}
.stats-widget .description {
padding: 5px;
font-size: 16px;
width:auto;
display:inline-block;
}
.stats-widget-container {
padding:50px 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}	
.stat-item {
margin:1%;
text-align:center;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 20%;
-ms-flex: 0 1 20%;
flex: 0 1 20%;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}
.stat-item .number {
color:#111;
font-size:3em;
font-weight:bold;
}
.stat-item .milestone {
font-weight:bold;
margin-bottom:20px;
}
@media only screen and (max-width: 479px) {
.stat-item {
flex: 0 1 30%;
margin:5px;
}
.stat-item .number {
font-size:2em;
}
} .widget-text-rotator {
display:block;
text-align:center;
}
.widget-text-rotator .rotator {
padding:2em 0;
font-size:45px;
}
.widget-text-rotator .rotator a, .widget-text-rotator .rotator a:hover {
color:inherit;
}
.widget-text-rotator .rotator blockquote {
padding:0;
border:none;
margin:0 auto;
max-width:85%;
display:inline-block;
position:relative;
}
.widget-text-rotator .rotator blockquote::before {
content: "\f10d ";
font-family: 'FontAwesome';
position:absolute;
top:-0.5em;
left:-1em;
}
.widget-text-rotator .rotator blockquote::after {
content: "\f10e ";
font-family: 'FontAwesome';
position:absolute;
bottom:-0.5em;
right:-1em;
}
.rotating {
display: inline-block;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
-o-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform-origin-x: 50%;
}
.rotating.flip {
position: relative;
}
.rotating .front, .rotating .back {
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.rotating .front {
position: absolute;
display: inline-block;
-webkit-transform: translate3d(0,0,1px);
-moz-transform: translate3d(0,0,1px);
-ms-transform: translate3d(0,0,1px);
-o-transform: translate3d(0,0,1px);
transform: translate3d(0,0,1px);
}
.rotating.flip .front {
z-index: 1;
}
.rotating .back {
display: block;
opacity: 0;
}
.rotating.spin {
-webkit-transform: rotate(360deg) scale(0);
-moz-transform: rotate(360deg) scale(0);
-ms-transform: rotate(360deg) scale(0);
-o-transform: rotate(360deg) scale(0);
transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
z-index: 2;
display: block;
opacity: 1;
-webkit-transform: rotateY(180deg) translate3d(0,0,0);
-moz-transform: rotateY(180deg) translate3d(0,0,0);
-ms-transform: rotateY(180deg) translate3d(0,0,0);
-o-transform: rotateY(180deg) translate3d(0,0,0);
transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,0);
-moz-transform: rotateX(180deg) translate3d(0,0,0);
-ms-transform: rotateX(180deg) translate3d(0,0,0);
-o-transform: rotateX(180deg) translate3d(0,0,0);
transform: rotateX(180deg) translate3d(0,0,0);
}
.rotating.flip.cube .front {
-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: translate3d(0,0,100px) scale(0.85,0.85);
transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube .back {
-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
} .space-widget {
display:table;
width:100%;
clear:both;
}
.space-widget .description {
display: table-cell;
vertical-align: middle;
text-align:center;
font-size:1.3em;
font-weight:bold;
color:#FFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.space-widget .description p {
margin:1em 0;
} .cta-widget-wrap {
padding:1em;
background-size:cover;
background-repeat:no-repeat;
}
.cta-widget {
text-align: center;
padding: 2em;
}
.cta-widget p {
margin: 5px;
}
.cta-icon {
color:#666;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.cta-widget-image {
text-align:center;
}
.cta-align-left,
.cta-align-right {
display: flex;
}
.cta-align-left .cta-widget,
.cta-align-left .cta-widget-image,
.cta-align-right .cta-widget,
.cta-align-right .cta-widget-image {
flex: 1;
text-align:left;
}
.cta-align-left .cta-widget-image {
text-align:right;
}
.cta-align-right .cta-widget-image {
order: 2;
}
.cta-align-left .cta-widget-image img,
.cta-align-right .cta-widget-image img {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.cta-headine {
font-weight:300;
font-size: 3.6em;
margin: 0 0 5px;
line-height:1.2em;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.cta-subline {
font-weight:300;
font-size: 2em;
margin: 0 0 10px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.cta-description {
font-size: 1.2em;
line-height: 1.5em;
margin: 0 0 15px;
}
.cta-widget-button {
width: 315px;
max-width: 100%;
border-radius: 4px;
box-shadow: 1px 1px 0 #7d7d7d;
padding: 7px 10px;
color: #fff !important;
margin-top: 10px;
margin-bottom: 20px;
background: #61cbe6;
} .content-blocks-widget {
margin: 40px 0;
}
.content-blocks-widget-wrap {
background-size: cover;
background-repeat: no-repeat;
}
.content-blocks-widget .clearfix {
margin: 0 0 1em;
clear:both;
}
.content-blocks-widget .clearfix:last-child {
margin: 0;
}
.content-blocks-header {
text-align:center;
padding-top:30px;
}
.content-blocks-header .title {
font-size:36px;
font-weight:bold;
}
.content-blocks-header .description {
padding: 5px;
font-size: 16px;
width:auto;
display:inline-block;
}
.flexbox {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
.content-block-column {
margin: 1%;
float: left;
box-sizing: border-box;
}
.content-block-column.column-1-1 {
padding-left: 0;
padding-right: 0;
margin:%1 0;
}
.content-block-icon {
width: 60px;
height: 60px;
max-width: 100%;
display: inline-block;
text-align: center;
font-size: 66px;
line-height: 60px;
-webkit-transition: color 0.3s ease-in, background-color 0.3s linear;
-moz-transition: color 0.3s ease-in, background-color 0.3s linear;
-o-transition: color 0.3s ease-in, background-color 0.3s linear;
transition: color 0.3s ease-in, background-color 0.3s linear;
}
.icon-style-none {
line-height: 1em;
width: auto;
height: auto;
}
.icon-style-circle {
border-radius: 60px;
height: 120px;
width: 130px;
padding: 21px;
border:6px solid #444545;
}
.icon-style-square {
height: 110px;
width: 130px;
padding: 17px;
border:6px solid #444545;
}
.content-block-content {
padding-top: 20px;
}
.content-block-content.content-block-content-hasimage {
padding-top: 0;
}
.content-block-content.no-visual {
text-align:center;
padding: 5px;
margin-top: 0;
}
.content-block-content h4 {
margin: 0 0 7px;
font-size:22px;
}
.content-block-content p {
margin: 0 0 5px;
font-size:14px;
}
.content-block-text p a {
color:#06BCF9;
}
.content-block-content .readmore {
font-size:15px;
font-weight:bold;
}
.content-block-content .readmore a::after {
content: "\f0a9 ";
font-family: 'FontAwesome';
margin-left: 5px;
} .content-block-style1,
.content-block-style2,
.content-block-style3 {
text-align: center;
}
.content-block-style1 .content-block-image img.content-block-img,
.content-block-style2 .content-block-image img.content-block-img,
.content-block-style3 .content-block-image img.content-block-img,
.content-block-style4 .content-block-image img.content-block-img{
width:100%;
} .content-block-style1 .content-block-icon {
} .content-block-style2 .content-block.no-highlight {
text-align: left;
}
.content-block-style2 .content-block.highlight-typo {
padding: 25px 20px 15px;
}
.content-block-style2 .content-block-image {
margin: -25px -20px 0 -20px;
}
.content-block-style2 .content-block-image img.content-block-img {
border-radius: 5px 5px 0px 0px;
}
.content-block-style2 .content-block.highlight-typo .content-block-text {
opacity: 0.85;
filter: alpha(opacity=85);
}
.content-block-style2 .icon-style-circle {
padding: 20px;
} .content-block-style2,
.content-block-style3 {
background: #fcfdfe linear-gradient(#fcfdfe, #f4f8fc) repeat scroll 0 0;
border: 1px solid #c9ddf2;
border-radius: 5px;
box-shadow: 0 -2px 0 rgba(204, 223, 243, 0.3) inset, 0 0 1px rgba(0, 0, 0, 0.1);
} .content-block-style3 .content-block {
padding: 30px 15px 20px;
position: relative;
margin-top: 27px;
}
.content-block-style3 .content-block-icon {
width: 80px;
height: 80px;
font-size: 33px;
line-height: 80px;
position: absolute;
top: -50px;
left: 50%;
margin-left: -40px;
background-color: #F0F0F0;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #E1E1E1;
border-right-color: #C4C4C4;
border-left-color: #E1E1E1;
}
.content-block-style3 .content-block-icon i {
position: relative;
top: -24px;
}
.content-block-style3 .icon-style-circle {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.content-block-style3 .icon-style-none i {
top: 0;
}
.content-block-style3 .content-block-image {
position: relative;
top: -90px;
left: 30%;
width:40%;
line-height:0; -webkit-box-shadow: 0px -3px 13px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px -3px 13px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px -3px 13px 0px rgba(50, 50, 50, 0.4);
}
.content-block-style3 .content-block-content-hasimage {
margin-top:-90px;
} .content-block-style4 .content-block-icon {
position:relative;
font-size: 24px;
width: 49px;
height: 49px;
float: left;
margin-right: 8px;
border-width:3px;
}
.content-block-style4 .icon-style-none {
font-size: 45px;
}
.content-block-style4 .icon-style-circle i,
.content-block-style4 .icon-style-square i {
top:-30px;
left:-12px;
}
.content-block-style4 .content-block-icon i {
position:relative;
}
.content-block-style4 .content-block-image {
margin-top:3%;
width: 25%;
float: left;
}
.content-block-style4 .content-block-image.icon-style-circle {
padding:0;
line-height:0;
}
.content-block-style4 .content-block-image.icon-style-circle img {
border-radius:60px;
}
.content-block-style4 .content-block-image.icon-style-square {
padding:0;
line-height:0;
}
.content-block-style4 .content-block-content {
padding-top: 0;
float: left;
}
.content-block-style4 .content-block-content-hasicon {
width: 75%;
}
.content-block-style4 .content-block-content-hasimage {
float:right;
width:70%;
}
.content-block-style4 .content-block-content.no-visual {
margin-left: 0;
} .topborder-none {
border-top: none;
margin-top: 0;
}
.bottomborder-none {
border-bottom: none;
margin-bottom: 0;
}
.topborder-line {
border-top: solid 1px #dddddd;
margin-top:10px;
}
.bottomborder-line {
border-bottom: solid 1px #dddddd;
margin-bottom:10px;
}
.topborder-shadow:before,
.bottomborder-shadow:after {
content: "\00a0";
border-top: solid 1px #dddddd;
border-bottom: solid 1px #dddddd;
display: block;
font: 0/0 a;
height: 3px;
margin: 0 auto;
} .column-1-1,
.column-2-2,
.column-3-3,
.column-4-4,
.column-5-5 {
width: 100%;
}
.column-1-2 {
width: 48%;
}
.column-1-3 {
width: 31.33333333%;
}
.column-2-3 {
width: 65.66666667%;
}
.column-1-4 {
width: 24%;
}
.column-2-4 {
width: 49%;
}
.column-3-4 {
width: 74%;
}
.column-1-5 {
width: 19%;
}
.column-2-5 {
width: 39%;
}
.column-3-5 {
width: 59%;
}
.column-4-5 {
width: 79%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline-block;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
height:30px;
clear: both;
margin: 0 0 1.5em;
line-height:30px;
font-size:1.4em;
}
.page-links::before {
content: "\f0c5 ";
font-family: 'FontAwesome';
margin-right:5px;
}
.page-links a {
margin:0 0 0 3px;
text-decoration:underline;
}
.more-link {
border-radius: 4px;
box-shadow: 1px 1px 0 #7d7d7d;
padding: 7px 10px;
color: #fff !important;
background: #61cbe6;
display: inline-block;
}
.more-link:hover {
text-decoration:none !important;
color:#06F;
background-color:#39F;
}
.more-link::after {
content: "\f0a9 ";
font-family: 'FontAwesome';
margin-right: 5px;
}
.more-link span.meta-nav {
display:none;
} .sticky .entry-title::before {
content: "\f08d ";
}
article.page .entry-title::before,
.format-standard .entry-title::before {
content: "";
margin:0;
}
.format-aside .entry-title::before {
content: "\f0f6 ";
}
.format-image .entry-title::before {
content: "\f030 ";
}
.format-video .entry-title::before {
content: "\f03d ";
}
.format-audio .entry-title::before {
content: "\f001 ";
}
.format-quote .entry-title::before {
content: "\f10d ";
}
.format-status .entry-title::before {
content: "\f0e5 ";
}
.format-link .entry-title::before {
content: "\f08e ";
}
.format-gallery .entry-title::before {
content: "\f03e ";
}
.post-password-required .entry-title::before {
content: "\f023 ";
}
article.product .entry-title::before { content: "\f07a ";
}
.woocommerce .product .entry-title::before { content: "";
margin:0;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area{
padding:20px 0 0;
}
.no-comments {
line-height:30px;
}
.comments-title{
display:none;
}
.comment-list {
list-style:none;
margin:0;
}
.comment,.pingback {
padding:0 0 10px;
}
.pingback .comment-body {
padding:10px;
line-height:1em;
}
.comment-body {
padding:0 0 10px;
position:relative;
border:1px solid #bdbdbd;
border-radius:4px;
margin-bottom:1rem;
}
.comment-author {
position:absolute;
top:9px;
left:-16px;
width:32px;
height:32px;
}
.comment-author img {
width:32px;
height:32px;
border-radius:16px;
border:1px solid #bdbdbd;
}
.comment-meta {
line-height:16px;
padding:0 0 4px;
margin:0 0 0 30px;
font-size:12px;
}
.comment-meta span {
margin:0 5px 0 0;
}
.comment-meta .fn {
font-size:13px;
font-weight:bold;
}
.comment-content {
text-align:justify;
text-justify:inter-ideograph;
padding:2px 0 0;
margin:0 0 0 30px;
}
.comment-content p:last-child{
margin-bottom:0;
}
.reply {
position:absolute;
top:0;
right:5px;
line-height:20px;
font-size:20px;
}
.comments-area .children {
list-style:none;
margin:0 0 0 %1;;
}
.comments-area .children .comment {
padding:0;
}
.comments-area.children .comment-body {
padding:0 0 10px;
}
#comment-form {
margin:2rem 0;
}
#respond {
padding:10px 0 0;
}
.comment-reply-title {
font-size:18px;
height:65px;
line-height:60px;
}
.comment-reply-title::before {
content: "\f27b ";
font-family: "FontAwesome";
margin-right: 10px;
}
.comment-reply-title small {
float:right;
line-height:40px;
font-size:11px;
}
.input-container {
float: left;
width: 33.3333333333333%;
position: relative;
}
.input-container-comment {
display:block;
margin-bottom: -2px;
width:100%;
position: relative;
clear:both;
}
.logged-in-as {
height:30px;
line-height:20px;
font-size:13px;
margin-bottom:0;
}
.comment #respond {
margin:25px 0 0 40px;
padding:10px 0 20px;
}
#commentform button {
display: inline-block;
}
#commentform label {
}
#commentform input {
border-radius: 0px 0px 8px 8px;
}
#commentform textarea {
border-radius: 8px 8px 0px 0px;
min-height: 15em;
}
#commentform input,
#commentform textarea {
padding: 1rem 1rem;
border: #CCC 1px solid;
width: 100%;
font-size: 1rem;
}
#commentform input:focus,
#commentform textarea:focus { outline: 0; }
#commentform input:focus ~ label,
#commentform textarea:focus ~ label {
color: #06bcf9;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
}
.form-submit {
text-align:right;
}
#commentform #submit {
display:inline-block;
border: none;
border-radius: 3px;
color: #fff;
line-height: 1;
padding: 10px 15px;
width:auto;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.1em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
font-size:0.9em;
color:#666;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}  .site{
max-width:1200px;
margin:0 auto; } #content {
border-top: none;
border-radius: 0px 0px 7px 7px;
box-shadow: 0 0 16px #85969f;
} header.site-header {
position:relative;
background-size:contain;
background-position:50% 0;
background-repeat:no-repeat;
background-attachment:fixed;
}
.site-branding {
position:relative;
line-height:1.2em;
padding:5px 15px 5px 15px;
}
.header-logo-image {
float:left;
position:relative; }
.header-text{
color:#FFF;
float:left;
}
.site-title{
display:inline-block;
padding:10px 20px 0 5px;
font-size:3em;
line-height:1.6em;
text-shadow:0 0 5px #999999;
}
.site-title a {
color:#FFF;
}
.site-description {
display:block;
padding: 0 0 0 5px;
margin-bottom:10px;
text-shadow:0 0 1px #999999;
line-height:1em;
}
.header-description {
color:#FFF;
display:inline-block;
line-height:2em;
font-size:12px;
font-weight:bold;
}
.header-description i {
margin:0 5px 0 10px;
}
.header-search {
float:right;
width:40%;
height:auto;
text-align:right;
overflow:hidden;
word-wrap:break-word;
}
.header-search form {
float:right;
margin-left:15px;
}
.header-search .search-field {
opacity:0.8;
background: url(//www.generationsacupuncture.com/wp-content/themes/the-wp/images/search.png) no-repeat 10px 6px #fcfcfc;
border: 1px solid #d1d1d1;
font: bold 12px Arial, Helvetica, Sans-serif;
color: #bebebe;
width: 107px;
padding: 6px 15px 6px 35px;
margin:3px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
.header-search .search-field:focus {
opacity: 1;
width: 150px;
box-shadow: 0px 0px 2px 1px #FFF;
}
.header-search .search-submit {
display:none;
} .site-content {
width:100%;
background:#FFF;
}
.content-area {
width:69%;
float:left;
padding:30px 15px;
}
.content-area.full-size {
width:100%;
}
.content-area.no-sidebar {
width:100%;
}
.page-header {
line-height:25px;
padding:10px 0 20px;
}
.page-title{
font-size:20px;
}
#nav-below {
height:25px;
line-height:15px;
}
#nav-below .nav-previous {
float:left;
}
#nav-below .nav-next {
float:right;
}
#page-nav-below {
padding:30px 15px 0;
}
#page-nav-below .nav-previous {
float:left;
}
#page-nav-below .nav-next {
float:right;
}
.pagination {
padding:40px 0 0;
font-size:14px;
}
.pagination .nav-links {
width:100%;
height:42px;
line-height:40px;
position:relative;
text-align:center; border:1px solid #EBEDED;
font-size:14px;
font-weight:bold;
}
.pagination .nav-links .fa {
color:#ffffff;
}
.pagination .nav-links a,
.pagination .nav-links span {
padding:0 10px;
display:inline-block;
height:40px;
}
.pagination .nav-links a {
color:#555555;
}
.pagination .nav-links a:hover {
color:#06BCF9;
}
.pagination .prev {
width:40px;
height:40px;
position:absolute;
top:0;
left:0;
text-align:center;
font-size:16px;
background:#cccccc;
}
.pagination .prev:hover {
background:#999999;
}
.pagination .next {
width:40px;
height:40px;
position:absolute;
top:0;
right:0;
text-align:center;
font-size:16px;
background:#cccccc;
}
.pagination .next:hover {
background:#999999;
}
.pagination .current {
color:#06BCF9;
}
.pagination .screen-reader-text,
.pagination .nav-links .screen-reader-text {
display:none;
} article.post,
article.page {
margin:0 0 20px;
padding:0 0 40px;
background:url(//www.generationsacupuncture.com/wp-content/themes/the-wp/images/divider.png) center bottom no-repeat;
}
.entry-title {
width:100%;
text-shadow:0 1px 0 #DBDBDB;
line-height:1.1em;
font-size:25px;
font-weight:bold;
}
.entry-title,
.entry-title a {
color: #333;
}
.entry-title::before {
content: "\f0a4 ";
font-family: "FontAwesome";
margin-right: 10px;
}
.entry-meta {
color: #bababa;
width: 100%;
padding: 10px 0 0;
font-size: 12px;
line-height: 14px;
}
.entry-meta > span {
margin:0 12px 0 0;
display:inline-block;
padding:2px 4px;
}
.entry-meta span a {
padding:0 4px 0 0;
color:#bababa;
}
.entry-meta span a:hover {
color: #595959;
}
.entry-meta .comments-link {
float:right;
margin:0;
text-align:right;
}
.entry-meta .comments-link a {
padding:0;
}
.entry-content {
width:100%;
padding:15px 0 0;
}
.entry-content a{
color: #06BCF9;
}
.entry-content a:hover{
text-decoration:underline;
}
.entry-content img {  }
.entry-content img.alignleft {
margin-right: 1.5em;
}
.entry-content img.alignright {
margin-left: 1.5em;
}
.entry-content p:last-child{
margin-bottom:0;
}
.entry-content input[type="submit"]{
line-height:1px;
padding:14px 20px;
}
.entry-footer {
color: #bababa;
width:100%;
padding:20px 0 0;
font-size:12px;
line-height:14px;
}
.entry-footer > span {
margin:0 12px 0 0;
padding:2px 4px;
display:inline-block;
}
.entry-footer span a {
padding:0 4px 0 0;
display:inline-block;
color:#bababa;
}
.entry-footer span a:hover {
color:#595959;
}
.post-entry-media {
font-size:0;
line-height:0;
margin:0 0 10px;
} .widget-area {
width:30%;
float:left;
padding:30px 15px;
}
.widget-area ul,
.widget-area ol{
list-style:none;
margin:0;
}
.widget-area .widget {
margin:0 0 25px;
}
.widget-area .widget-title {
position:relative;
color: #7BC2D7;
min-height: 35px;
line-height: 26px;
font-size: 16px;
font-weight: bold;
padding: 10px 0;
text-shadow: 0.3px 0.3px 0px #CCC;
}
.widget-area .widget-title:after {
content:" ";
position:absolute;
bottom:9px;
left:0;
right:0;
height:4px;
background-color:#CCC;
}
.widget-area .widget-title span {
border-bottom:#7BC2D7 4px solid;
position:relative;
z-index:1;
}
.widget-area li {
line-height:17px;
padding:6px 0;
border-bottom:1px solid #f2f2f2;
}
.widget-area table {
width:100%;
}
.widget-area select {
max-width:100%;
}
.widget-area ul ul {
padding:0 0 0 10px;
} body.page-template-no-sidebar #primary {
width:100%;
}
body.page-template-no-sidebar #secondary {
display:none;
} .site-footer {
width:100%;
padding:20px 0 25px;
}
.site-footer .site-info {
font-size:0.8em;
margin:25px 0;
padding:0 15px;
line-height:20px;
text-align:center;
}
.site-footer .site-info a, .site-footer .site-info strong {
font-weight:normal;
}
.site-footer .footer-page {
padding:30px 15px;
}
.site-footer .footer-contact-info {
display:table;
font-size:1.1em;
margin: 20px auto;
}
.site-footer .footer-contact-info > div {
float:left;
margin-right:10px;
}
.site-footer .footer-contact-info .fa {
margin-right:7px;
}
.site-footer .footer-contact-info .social-media {
float:right;
}
footer .widgets {
background-color:#FFF; border-radius: 15px;
box-shadow: 0 0 16px #85969f;
}
footer .footer-full {
width:100%;
overflow:hidden;
}
footer .footer-full .widget {
padding:10px;
}
footer .footer-full .widget-title {
margin:10px;
text-align:center;
font-size:2em;
}
footer .wrap {
width:100%;
display: -webkit-flex; display: flex;
}
footer .wrap > div {
width:30%;
margin:1%;
}
#back_top  {
border-radius:3px;
bottom:20px;
cursor:pointer;
height:36px;
opacity:0.8;
position:fixed;
right:20px;
text-align:center;
width:36px;
z-index:100;
background:#444545;
color:#ffffff;
}
#back_top i {
line-height:36px;
font-size:24px;
color:#ffffff;
}
#back_top:hover {
opacity:1;
} .wp-pagenavi {
padding:30px 0 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
background:#ffffff;
border: 1px solid #EBEDED;
padding:5px 10px;
margin:0 3px 0 0;
}
#main .wp-pagenavi .page {
padding:5px 10px;
margin:0 3px 0 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
border: 1px solid #EBEDED;
}
.wp-pagenavi span.current {
color:#06BCF9;
} .site-slider {
line-height:0;
font-size:0;
}
.site-slider a:hover {
color: #FFF;
}
#slider-text-box {
color: #fff;
}
#featured-slider {
position: relative;
}
.slider-text-wrap {
position: absolute;
bottom: 15%;
width:99%;
text-align:center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.slider-text-wrap span{
display:block;
}
.slider-text-wrap span a{
display:inline-block;
}
.wide .slider-text-wrap {
left: 15%;
}
.slider-title {
font-size: 2rem;
margin-bottom: 5px;
}
.slider-title a {
color: #FFFFFF;
padding: 10px;
line-height: 1;
background: #06BCF9;
}
.slider-content {
background: none repeat scroll 0 0 rgb(255, 255, 255);
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
margin:0 auto;
padding: 10px;
display: inline-block;
max-width: 40%;
color: #777777;
line-height:1.3rem;
font-size:1rem;
text-shadow:none;
}
.widescreen-enabled .slider-image-wrap img {
width:100%;
}
.slider-button {
font-size:1.2rem;
font-weight:bold;
line-height:3rem;
color:#FFF;
padding:5px 19px;
border-radius:5px;
}
.slider-wrap {
position: relative;
}
.slider-wrap .displayblock {
display: block;
}
.slider-wrap .displaynone {
display: none;
} #controllers {
bottom: 15px;
line-height: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 9998;
}
#controllers a {
display: inline-block;
height: 18px;
width: 18px;
margin: 0 4px;
overflow: hidden;
border:#EEE 3px solid;
border-radius: 9px;
}
#controllers a:hover, #controllers a.active {
color: #06BCF9;
background-color: #06BCF9;
}
#next-slide, #prev-slide {
position:absolute;
z-index: 9998;
top:45%;
display:block;
font-size:3rem;
cursor:pointer;
color: #fff;
width:50px;
height:50px;
opacity:0.3;
}
#next-slide {
right:1%;
}
#prev-slide {
left:1%;
}
#next-slide:hover, #prev-slide:hover {
opacity:1;
} .site-slider .fit {
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.site-slider .fit .slider-image-wrap img.transparent {
opacity: 0;
filter: alpha(opacity=0);
}  .post-box {
}
.post-box .clear {
height:20px;
}
.post-box-media {
float:left;
width:24%;
margin-right:1%;
}
.post-box-wrap {
float:left;
width:100%;
}
.post-box.has-post-thumbnail .post-box-media {
width:24%;
margin-right:1%;
}
.post-box.has-post-thumbnail .post-box-media img {
width:100%;
}
.post-box.has-post-thumbnail .post-box-wrap {
width:75%;
}
.post-box-title {
}
.post-box-title .entry-title {
line-height:1.3em;
}
.post-box-meta {
margin:1% 0;
}
.post-box-meta span {
margin-right:8px;
}
.post-box-more {
margin-top: -13px;
text-align:right;
}
.post-box-more a {
display:inline-block;
padding:3px;
} body.woocommerce #content {
padding:10px;
} @media only screen and (max-width: 799px) {
#secondary {
width:100% !important;
}
.site-branding {
min-height:100px;
}
header.site-header {
height:auto !important;
}
.header-logo-image{
text-align:center;
width:100%;
position:relative;
transform:none;
}
.site-title {
width:100%;
float:none;
text-align:center;
padding:40px 0 20px;
}
.header-description{
text-align:center;
float:none;
}
.header-search {
width:100%;
text-align:center;
float:none;
}
.header-search form {
float:none;
margin: auto 15px;
}
.main-navigation {
height:auto;
background-image:none;
background-color:#f86906;
padding-bottom:0;
}
.main-navigation .menu {
background:#4d4d4d;
}
.main-navigation li {
width:100%;
height:auto;
display:block;
position:inherit;
border-top:1px solid #cccccc;
background-color:#4d4d4d;
}
.main-navigation .current_page_item {
background-image:none;
}
.main-navigation li:first-child {
background-image:none;
}
.main-navigation li a {
text-align:center;
}
.main-navigation li a:hover {
background-image:none;
background:#06BCF9;
}
.main-navigation .sub-menu,
.main-navigation .children {
border:none;
position:inherit;
height:auto;
width:100%;
overflow:inherit;
background-color:#4d4d4d;
}
.main-navigation ul ul a {
padding:5px 0;
width:100%;
background:none;
}
.main-navigation .menu {
display:none;
}
.content-area {
width:99%;
float:none;
margin:0 0 0 1%;
}
.widget-area {
width:99%;
float:none;
margin:0 0 0 1%;
}
.widget-area .widget {
width:50%;
float:left;
padding:0 10px 0 0;
}
footer .wrap {
display:block;
}
footer .wrap > div {
width:100%;
margin:0;
} .flexbox {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex: 2 0px;    }
.content-block-column {
flex-grow: 1;
}
.column-1-2,
.column-1-3,
.column-1-4,
.column-1-5 {
width: 48%;
margin-bottom:30px;
} .slider-title {
font-size:1.5rem;
}
.slider-content {
max-width:90%;
font-size:0.8rem;
}
.slider-button {
font-size:0.9rem;
}
#prev-slide, #next-slide {
display:none;
}
}
@media only screen and (max-width: 479px) {
.site-title {
font-size:2rem !important;
}
.site-description{
font-size:1rem !important;
}
.widget-area .widget {
width:100%;
float:none;
padding:0;
}
.header-search {
float:none;
height: auto;
text-align:center;
width: 99%;
}
.site-footer {
height:auto;
}
.site-footer .div1 {
width:96%;
padding:0 2% 10px;
}
.site-footer .div1 span {
display:block;
margin:0;
}
.site-footer .div2 {
width:96%;
padding:0 2%;
}
.site-footer .div2 span {
display:block;
margin:0;
} .slider-title {
font-size:1.1rem;
}
.slider-content {
display:none !important;
} .column-1-2,
.column-1-3,
.column-1-4,
.column-1-5 {
width: 99%;
margin-bottom:30px;
} #back_top  {
bottom:10px;
height:26px;
right:10px;
width:26px;
}
#back_top i {
line-height:24px;
}
}@font-face{font-family:'FontAwesome';src:url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.generationsacupuncture.com/wp-content/themes/the-wp/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}