@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
.wpcf7 form.submitting .ajax-loader {
visibility: visible;
}
.wpcf7 .ajax-loader::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7 .ajax-loader::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
 .row {
list-style: none;
margin-left: -15px; }
.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-7-of-7, .col-8-of-8, .col-9-of-9, .col-10-of-10, .col-11-of-11, .col-12-of-12 {
width: 100%; }
.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-5-of-10, .col-6-of-12 {
width: 50%; }
.col-1-of-3, .col-2-of-6, .col-3-of-9, .col-4-of-12 {
width: 33.33333%; }
.col-2-of-3, .col-4-of-6, .col-6-of-9, .col-8-of-12 {
width: 66.66667%; }
.col-1-of-4, .col-2-of-8, .col-3-of-12 {
width: 25%; }
.col-3-of-4, .col-6-of-8, .col-9-of-12 {
width: 75%; }
.col-push-1-of-1, .col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-7-of-7, .col-push-8-of-8, .col-push-9-of-9, .col-push-10-of-10, .col-push-11-of-11, .col-push-12-of-12 {
margin-left: 100%; }
.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-5-of-10, .col-push-6-of-12 {
margin-left: 50%; }
.col-push-1-of-3, .col-push-2-of-6, .col-push-3-of-9, .col-push-4-of-12 {
margin-left: 33.33333%; }
.col-push-2-of-3, .col-push-4-of-6, .col-push-6-of-9, .col-push-8-of-12 {
margin-left: 66.66667%; }
.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
margin-left: 25%; }
.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
margin-left: 75%; }
.col-pull-1-of-1, .col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-7-of-7, .col-pull-8-of-8, .col-pull-9-of-9, .col-pull-10-of-10, .col-pull-11-of-11, .col-pull-12-of-12 {
margin-left: -100%; }
.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-5-of-10, .col-pull-6-of-12 {
margin-left: -50%; }
.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-3-of-9, .col-pull-4-of-12 {
margin-left: -33.33333%; }
.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-6-of-9, .col-pull-8-of-12 {
margin-left: -66.66667%; }
.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
margin-left: -25%; }
.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
margin-left: -75%; }
.col-1-of-5 {
width: 20%; }
.col-push-1-of-5 {
margin-left: 20%; }
.col-pull-1-of-5 {
margin-left: -20%; }
.col-2-of-5 {
width: 40%; }
.col-push-2-of-5 {
margin-left: 40%; }
.col-pull-2-of-5 {
margin-left: -40%; }
.col-3-of-5 {
width: 60%; }
.col-push-3-of-5 {
margin-left: 60%; }
.col-pull-3-of-5 {
margin-left: -60%; }
.col-4-of-5 {
width: 80%; }
.col-push-4-of-5 {
margin-left: 80%; }
.col-pull-4-of-5 {
margin-left: -80%; }
.col-1-of-6 {
width: 16.66667%; }
.col-push-1-of-6 {
margin-left: 16.66667%; }
.col-pull-1-of-6 {
margin-left: -16.66667%; }
.col-5-of-6 {
width: 83.33333%; }
.col-push-5-of-6 {
margin-left: 83.33333%; }
.col-pull-5-of-6 {
margin-left: -83.33333%; }
.col-1-of-7 {
width: 14.28571%; }
.col-push-1-of-7 {
margin-left: 14.28571%; }
.col-pull-1-of-7 {
margin-left: -14.28571%; }
.col-2-of-7 {
width: 28.57143%; }
.col-push-2-of-7 {
margin-left: 28.57143%; }
.col-pull-2-of-7 {
margin-left: -28.57143%; }
.col-3-of-7 {
width: 42.85714%; }
.col-push-3-of-7 {
margin-left: 42.85714%; }
.col-pull-3-of-7 {
margin-left: -42.85714%; }
.col-4-of-7 {
width: 57.14286%; }
.col-push-4-of-7 {
margin-left: 57.14286%; }
.col-pull-4-of-7 {
margin-left: -57.14286%; }
.col-5-of-7 {
width: 71.42857%; }
.col-push-5-of-7 {
margin-left: 71.42857%; }
.col-pull-5-of-7 {
margin-left: -71.42857%; }
.col-6-of-7 {
width: 85.71429%; }
.col-push-6-of-7 {
margin-left: 85.71429%; }
.col-pull-6-of-7 {
margin-left: -85.71429%; }
.col-1-of-8 {
width: 12.5%; }
.col-push-1-of-8 {
margin-left: 12.5%; }
.col-pull-1-of-8 {
margin-left: -12.5%; }
.col-3-of-8 {
width: 37.5%; }
.col-push-3-of-8 {
margin-left: 37.5%; }
.col-pull-3-of-8 {
margin-left: -37.5%; }
.col-5-of-8 {
width: 62.5%; }
.col-push-5-of-8 {
margin-left: 62.5%; }
.col-pull-5-of-8 {
margin-left: -62.5%; }
.col-7-of-8 {
width: 87.5%; }
.col-push-7-of-8 {
margin-left: 87.5%; }
.col-pull-7-of-8 {
margin-left: -87.5%; }
.col-1-of-9 {
width: 11.11111%; }
.col-push-1-of-9 {
margin-left: 11.11111%; }
.col-pull-1-of-9 {
margin-left: -11.11111%; }
.col-2-of-9 {
width: 22.22222%; }
.col-push-2-of-9 {
margin-left: 22.22222%; }
.col-pull-2-of-9 {
margin-left: -22.22222%; }
.col-4-of-9 {
width: 44.44444%; }
.col-push-4-of-9 {
margin-left: 44.44444%; }
.col-pull-4-of-9 {
margin-left: -44.44444%; }
.col-5-of-9 {
width: 55.55556%; }
.col-push-5-of-9 {
margin-left: 55.55556%; }
.col-pull-5-of-9 {
margin-left: -55.55556%; }
.col-7-of-9 {
width: 77.77778%; }
.col-push-7-of-9 {
margin-left: 77.77778%; }
.col-pull-7-of-9 {
margin-left: -77.77778%; }
.col-8-of-9 {
width: 88.88889%; }
.col-push-8-of-9 {
margin-left: 88.88889%; }
.col-pull-8-of-9 {
margin-left: -88.88889%; }
.col-1-of-10 {
width: 10%; }
.col-push-1-of-10 {
margin-left: 10%; }
.col-pull-1-of-10 {
margin-left: -10%; }
.col-2-of-10 {
width: 20%; }
.col-push-2-of-10 {
margin-left: 20%; }
.col-pull-2-of-10 {
margin-left: -20%; }
.col-3-of-10 {
width: 30%; }
.col-push-3-of-10 {
margin-left: 30%; }
.col-pull-3-of-10 {
margin-left: -30%; }
.col-4-of-10 {
width: 40%; }
.col-push-4-of-10 {
margin-left: 40%; }
.col-pull-4-of-10 {
margin-left: -40%; }
.col-6-of-10 {
width: 60%; }
.col-push-6-of-10 {
margin-left: 60%; }
.col-pull-6-of-10 {
margin-left: -60%; }
.col-7-of-10 {
width: 70%; }
.col-push-7-of-10 {
margin-left: 70%; }
.col-pull-7-of-10 {
margin-left: -70%; }
.col-8-of-10 {
width: 80%; }
.col-push-8-of-10 {
margin-left: 80%; }
.col-pull-8-of-10 {
margin-left: -80%; }
.col-9-of-10 {
width: 90%; }
.col-push-9-of-10 {
margin-left: 90%; }
.col-pull-9-of-10 {
margin-left: -90%; }
.col-1-of-11 {
width: 9.09091%; }
.col-push-1-of-11 {
margin-left: 9.09091%; }
.col-pull-1-of-11 {
margin-left: -9.09091%; }
.col-2-of-11 {
width: 18.18182%; }
.col-push-2-of-11 {
margin-left: 18.18182%; }
.col-pull-2-of-11 {
margin-left: -18.18182%; }
.col-3-of-11 {
width: 27.27273%; }
.col-push-3-of-11 {
margin-left: 27.27273%; }
.col-pull-3-of-11 {
margin-left: -27.27273%; }
.col-4-of-11 {
width: 36.36364%; }
.col-push-4-of-11 {
margin-left: 36.36364%; }
.col-pull-4-of-11 {
margin-left: -36.36364%; }
.col-5-of-11 {
width: 45.45455%; }
.col-push-5-of-11 {
margin-left: 45.45455%; }
.col-pull-5-of-11 {
margin-left: -45.45455%; }
.col-6-of-11 {
width: 54.54545%; }
.col-push-6-of-11 {
margin-left: 54.54545%; }
.col-pull-6-of-11 {
margin-left: -54.54545%; }
.col-7-of-11 {
width: 63.63636%; }
.col-push-7-of-11 {
margin-left: 63.63636%; }
.col-pull-7-of-11 {
margin-left: -63.63636%; }
.col-8-of-11 {
width: 72.72727%; }
.col-push-8-of-11 {
margin-left: 72.72727%; }
.col-pull-8-of-11 {
margin-left: -72.72727%; }
.col-9-of-11 {
width: 81.81818%; }
.col-push-9-of-11 {
margin-left: 81.81818%; }
.col-pull-9-of-11 {
margin-left: -81.81818%; }
.col-10-of-11 {
width: 90.90909%; }
.col-push-10-of-11 {
margin-left: 90.90909%; }
.col-pull-10-of-11 {
margin-left: -90.90909%; }
.col-1-of-12 {
width: 8.33333%; }
.col-push-1-of-12 {
margin-left: 8.33333%; }
.col-pull-1-of-12 {
margin-left: -8.33333%; }
.col-2-of-12 {
width: 16.66667%; }
.col-push-2-of-12 {
margin-left: 16.66667%; }
.col-pull-2-of-12 {
margin-left: -16.66667%; }
.col-5-of-12 {
width: 41.66667%; }
.col-push-5-of-12 {
margin-left: 41.66667%; }
.col-pull-5-of-12 {
margin-left: -41.66667%; }
.col-7-of-12 {
width: 58.33333%; }
.col-push-7-of-12 {
margin-left: 58.33333%; }
.col-pull-7-of-12 {
margin-left: -58.33333%; }
.col-10-of-12 {
width: 83.33333%; }
.col-push-10-of-12 {
margin-left: 83.33333%; }
.col-pull-10-of-12 {
margin-left: -83.33333%; }
.col-11-of-12 {
width: 91.66667%; }
.col-push-11-of-12 {
margin-left: 91.66667%; }
.col-pull-11-of-12 {
margin-left: -91.66667%; }
.col {
box-sizing: border-box;
display: inline-block;
margin-right: -.25em;
min-height: 1px;
padding-left: 15px;
vertical-align: top; }
@media (max-width: 700px) {
.col {
display: block;
margin-left: 0;
margin-right: 0;
width: auto; } }
@media (max-width: 700px) and (min-width: 480px) {
.col[class*="col-m-"] {
display: inline-block;
margin-right: -.24em; }
.col.col-m-1-of-2, .col.col-m-2-of-4 {
width: 50%; }
.col.col-m-1-of-3 {
width: 33.33333%; }
.col.col-m-2-of-3 {
width: 66.66667%; }
.col.col-m-1-of-4 {
width: 25%; }
.col.col-m-3-of-4 {
width: 75%; } }
@media (max-width: 480px) {
.col[class*="col-s-"] {
display: inline-block;
margin-right: -.24em; }
.col.col-s-1-of-2, .col.col-s-2-of-4 {
width: 50%; }
.col.col-s-1-of-3 {
width: 33.33333%; }
.col.col-s-2-of-3 {
width: 66.66667%; }
.col.col-s-1-of-4 {
width: 25%; }
.col.col-s-3-of-4 {
width: 75%; } }
.col-centered {
display: block;
margin-left: auto;
margin-right: auto; }
.col-d-first {
float: left; }
.col-d-last {
float: right; }
.row-no-gutter {
margin-left: 0;
width: 100%; }
.row-no-gutter .col {
padding-left: 0; }
.row-no-gutter .col-span-all {
margin-left: 0;
width: 100%; }
.col-ab {
vertical-align: bottom; }
.col-am {
vertical-align: middle; }
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:     100%; box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote{
border-left: 5px solid;
padding-left: 15px;
}
blockquote,
blockquote p {
color: rgb(0, 0, 0);
font-style: italic;
}
blockquote {
margin:20px 0 20px 25px;
position: relative;
}
blockquote,
q {
quotes: "" "";
}
a {
color:#009586
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} h1,h2,h3,h4,h5,h6{
margin: 0;
line-height: 1.5;
font-family: 'Oswald', sans-serif;
}
p,li{
color: #848484;
font-family: 'Raleway', sans-serif;
line-height: 1.5;
font-size: 14px;
margin-bottom: 15px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 15px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 13px;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 15px;
line-height: 1.6;
margin-bottom:15px;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-size: 15px;
margin-bottom:15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
margin-bottom:15px;
}
mark,
ins {
background: #fff9c0;
margin-bottom:15px;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
caption, th, td {
border-bottom: 1px solid #dedede;
border-left: 1px solid #dedede;
font-weight: 400;
padding: 5px;
text-align: center;
}
caption {
border: 1px solid #dedede;
margin-bottom:15px;
}
.gallery-caption {
display: block;
}
.gallery {
margin-bottom: 1.5em;
margin-left: -15px;
margin-right: -15px;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-item {
display: inline-block;
margin: 0 0 10px;
padding: 15px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery img {
border: 0px;
margin:0px;
padding: 0px;
}
.comments-area ol li {
list-style: none;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 10px 0 5px 30px;
}
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 15px 15px;
}
img {
height: auto; 
max-width: 100%;
}
figure {
margin: 0;
}
table {
width: 100%;
margin: 15px 0;
width: 100%;
border-top: 1px solid #dedede;
border-right: 1px solid #dedede;
}
th {
font-weight: bold;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
background-color: #009586;
border-radius: 0;
border: none;
color: #fff;
cursor: pointer;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1.5;
padding: 15px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.7;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
border-radius: 3px;
border: 1px solid #ccc;
color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
div.wpcf7-validation-errors {
border: 2px solid #004A80;
bottom: -51px;
clear: both;
color: #E90838;
margin: 0;
padding: 15px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
clear: both;
color: #398f14;
margin: 0;
padding: 15px;
}
span.wpcf7-not-valid-tip {
bottom: -16px;
color: #ff0000;
display: block;
font-size: 14px;
position: absolute;
}
input[type="text"], 
input[type="password"], 
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],select {
-moz-border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
background-color: #fff;
border-radius: 0;
border:1px solid #d2d1d1;
box-sizing: border-box;
color: #666;
font-size: 14px;
line-height: 1.5;
margin: 0 0 20px;
padding: 15px 10px;
width: 100%;
}
span.wpcf7-form-control-wrap{
display: block;
margin-top: 5px;
}
.wpcf7 label {
margin: 0px 0px 10px 0px;
}
::-webkit-input-placeholder {
color: #c9c9c9;
font-family: Raleway;
font-size: 14px;
}
:-moz-placeholder { color: #c9c9c9;
font-family: Raleway;
font-size: 14px;
}
::-moz-placeholder { color: #c9c9c9;
font-family: Raleway;
font-size: 14px;  
}
:-ms-input-placeholder {  
color: #c9c9c9;
font-family: Raleway;
font-size: 14px;
}  a:focus{
outline: none;
}
a {
text-decoration: none;
}
a,a:hover{
text-decoration: none;
}
a:hover {
color: #222534;
}   .main-navigation:before, .main-navigation:after {
clear: both;
content: "";
display: block;
}
.main-navigation ul {
text-align: right;
margin: 0;
}
.main-navigation ul ul {
display: none;
left: 0;
margin: 0;
min-width: 245px;
position: absolute;
top: 61px;
z-index: 9999;
background: rgb(34, 37, 52);
padding: 0px;
}
.main-navigation ul ul ul {
left:100%;
top: 0px;
}
.main-navigation li {
display: inline-block;
margin-bottom:0;
padding: 0 20px;
position: relative;
}
.main-navigation li li {
border-bottom: 1px solid #363535;
display: block;
float: none;
padding: 0;
text-align: left;
}
.main-navigation li li li {}
.main-navigation li li li li {}
.main-navigation li:hover ul{
display: block;
}
.main-navigation li:hover li ul{
display: none;
}
.main-navigation li li:hover ul{
display: block;
}
.main-navigation li li:hover li ul{
display: none;
}
.main-navigation li li li:hover ul{
display: block;
}
.main-navigation li li li:hover li ul{
display: none;
}
.main-navigation li li li li:hover > ul{
display: block;
}
.main-navigation ul li a {
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
display: block;
font-size: 13px;
padding: 21px 0;
position: relative;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 99;
}
.primary-header.header-logo-text .main-navigation > ul > li > a {
padding: 33px 0;
}
.primary-header.header-logo-text .main-navigation ul ul {
top: 85px;
}
.primary-header.header-logo-text .main-navigation ul ul ul {
top: 0;
}
.main-navigation ul.menu li:hover a {
color: #fff;
}
.main-navigation ul li a:hover{
color: #fff;
}
.main-navigation li li.current-menu-item li a:hover {}
.main-navigation li li li.current-menu-item li a:hover {}
.main-navigation ul ul a {
color: #fff;
height: auto;
padding: 5px 15px;
text-align: left;
}
.main-navigation ul ul > li > a {
padding: 10px 20px;
}
.main-navigation ul li ul li a:hover {
box-shadow: none;
}
.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
display: none;
}
.main-navigation .menu > li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul > li:hover:after,
.main-navigation li.current_page_item:after {
width: 100%;
}
.main-navigation .menu > li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul > li:after,
.main-navigation li.current_page_item:after {
bottom: 0px;
content: "";
display: block;
height: 100%;
left: 0;
margin: 0 auto;
position: absolute;
transition: width 0.25s ease 0s;
width: 0;
z-index:88;
}
.main-navigation ul li li:after{
display: none;
}
.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
width:100%;
}
.main-navigation ul li.menu-item-has-children > ul >li.menu-item-has-children > a:after {
content: "\f0d7";
display: inline-block;
font-size: 12px;
left: 10px;
position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after {
content: "\f0d7";
display: inline-block;
font-size: 12px;
left: 10px;
position: relative;
}   .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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: 1.4rem;
font-size: 14px;
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;
text-align: center;
}
.alignnone{
clear: both;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
margin-top: 15px;
}
.alignfull {
width: 100vw;
margin-left: calc( 50% - 50vw );
max-width: none;
}
.wp-block-columns.is-background-enabled {
background: #26a9af;
position: relative;
padding-top: 80px;
padding-bottom: 50px;
}
.wp-block-columns.is-background-enabled:after {
content: "";
width: 100vw;
height: 100%;
background: #26a9af;
position: absolute;
top: 0;
right: -100vw;
visibility: visible;
}
.wp-block-columns.is-background-enabled:before {
content: "";
width: 100vw;
height: 100%;
background: #26a9af;
position: absolute;
top: 0;
left: -100vw;
visibility: visible;
} .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;
} .widget select {
max-width: 100%;
}
.widget.wen_corporate_social_widget{
clear: both;
}  .entry-content img {
margin-bottom: 15px;
} 
.entry-content{
margin-bottom: 15px;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
margin: 0px;    
}
.content-wrapper .entry-meta > span {
margin-right: 15px;    
}
.page-content,
.entry-content,
.entry-summary,
.entry-header {
margin:0 0 15px;
}
.entry-content img,
.page-content img,
.entry-summary img {
margin-bottom: 15px;
} 
.page-links {
clear: both;
margin: 15px 0 0;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title { } .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
ol.comment-list li {
list-style: none;
}
.comment-metadata {
margin: 5px 0;
}
ol.comment-list {
margin: 15px 0;
}
ol.comment-list > li {
border: 1px solid #ddd;
padding: 15px;
}
ol.comment-list > li > ol {
padding: 15px;
}  .infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}  body {
background: #fff;
color:#222534;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.5;
overflow-x: hidden;
} .container {
padding: 0 15px;
}header#masthead {
background: #222534;
margin: 0px auto;
width: 100%;
}
.sticky-header{
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
header#masthead.sticky-header {
position: fixed;
top: 0;
z-index: 99999;
}
header#masthead.affix .site-branding img {
width: 185px;
margin: 11px 0;
}
.site-branding h1.site-title {
font-size: 23px;
}
.site-branding img{
-moz-transition: width .46s ease-in;
-o-transition: width .4s ease-in;
-webkit-transition: width .4s ease-in;
margin: 5px 0;
width: 190px;
transition: width .4s ease-in;
}
a.custom-logo-link {
display: block;
}
.site-branding p.site-description {
font-size: 11px;
margin-bottom: 10px;
}
.header-title-text.sticky-header .site-branding h1.site-title,
.site-branding .site-title.title-only {
font-size: 28px;
margin-top: 3px;
}
.site-branding .site-title.title-only {
margin-top: 6px;
}
a.custom-logo-link {
display: block;
}
.site-branding p.site-description {
font-size: 11px;
margin-bottom: 10px;
}
.header-title-text.sticky-header .site-branding h1.site-title,
.site-branding .site-title.title-only  {
font-size: 28px;
margin-top: 3px;
}
.site-branding .site-title.title-only {
margin-top: 9px;
}
.sticky-header .main-navigation ul ul {
top: 49px;
}
.sticky-header .main-navigation ul ul ul {
top: 0;
} .sticky-header .logo-section {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
width: 30%;
}
.sticky-header .menu-section {
width: 70%;
}
.sticky-header .menu-section,
.sticky-header .logo-section {
float: left;
}
.sticky-header .site-branding {
text-align: left;
}
.sticky-header .site-branding .site-title.title-only {
margin-top: 4px;
}
.sticky-header .site-branding img {
width: 170px;
}
.sticky-header .main-navigation > ul > li > a,
.primary-header.sticky-header.header-logo-text .main-navigation > ul > li > a{
padding: 17px 0;
}
.sticky-header .top-bar,
.sticky-header .site-branding p.site-description {
display: none;
}
.sticky-header .site-branding p.site-description {
font-size: 9px;
margin-bottom: 0;
}  .top-bar {
background: #000;
clear: both;
overflow: hidden;
}
.top-bar button.search-submit {
background: transparent;
padding: 0 5px;
}
.top-bar .top-left {
padding-top: 10px;
}
.social-list-top {
display: inline-block;
margin: 0 15px 0 0;
padding: 0;
}
.social-list-top li a {
-moz-transition: color 0.13s ease-in;
-ms-transition: color 0.13s ease-in;
-webkit-transition: color 0.13s ease-in;
color: #fff;
transition: color 0.13s ease-in;
}
.social-list-top li {
display: inline-block;
margin: 0 3px 0 0;
}
.social-list-top li a {
padding: 0 5px;
}
.top-bar .search-form {
float: right;
transition: all 0.13s ease-in;
width: 60%;
position: relative;
}
.top-bar .search-form input[type="search"] {
background: #000;
border: none;
color: #fff;
margin: 0;
}
.top-bar .search-form input[type="search"]:focus {
outline: none;
}
.top-bar .search-form input[type="submit"],
.top-bar .search-form input[type="search"] {
padding: 0px 15px;
}
.top-bar .search-submit, .full-nav-menu .search-submit {
background-color: transparent;
background-image: url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/images/search-icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 12px;
position: absolute;
right: 0;
text-indent: -9999em;
top: 0px;
}
.top-bar label {
width: 100%;
}
.top-bar .search-form input[type="submit"]:after {
color:red;
content:"\f002";
font-family: FontAwesome;
font-size: 30px;
}
address.top-address {
color: #fff;
display: inline-block;
margin: 0 15px 0 0;
}
.top-right address.top-address {
margin: 0 0px 0 15px;
}
address.top-address i {
margin-right: 5px;
}
.top-bar .search-form ::-webkit-input-placeholder {
color: #fff;
font-size: 12px;
}
.top-bar .search-form :-moz-placeholder { color: #fff;
font-size: 16px;
}
.top-bar .search-form ::-moz-placeholder { color: #fff;
font-size: 16px;  
}
.top-bar .search-form :-ms-input-placeholder {  
color: #fff;
font-size: 12px;
}
.top-bar .top-navigation ul li {
display: inline-block;
list-style: none;
margin:0 15px;
}
.top-bar .top-navigation ul li:last-child {
margin-right: 0;
}
.top-bar .top-left ul.menu,
.top-bar .top-right {
text-align: right;
}
.top-bar .top-left ul {
text-align: left;
margin:0;
}
.top-bar ul.menu {
margin: 0;
}
.top-bar .top-left ul.menu {
text-align: left;
}
.top-bar .top-left ul.social-list li:first-child,
.top-bar .top-left ul.menu li:first-child {
margin-left: 0;
}
.top-bar .top-right ul.social-list li:last-child {
margin-right: 0;
}
.top-bar .top-right {
padding: 10px 0;
}  .error-404 {
margin: 40px auto;
width: 70%;
text-align: center;
}
.error-404 label,
.error-404 input.search-field,
.not-found .search-form,
.not-found label{
width: 100%;
} 
.error-404 form.search-form,
.top-bar .search-form,
.not-found .search-form {
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}
.error-404 input.search-submit {
background: #009586;
}
.error-404 .search-form input[type="submit"],
.not-found .search-form input[type="submit"] {
margin-bottom: 20px;
}
.error-404 h1,
.not-found h1 {
color: #009586;
}  #main-slider{
position: relative;
}
#main-slider .item {
background-position:center;
background-size: cover;
height: 65vh;
overflow: hidden;
position: relative;
}
.owl-carousel .owl-stage-outer .item:after{
background: rgba(34, 37, 52, 0.5);
content: "";
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
}
.v-center{
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.caption {
padding: 20px;
text-align: center;
z-index: 10;
}
.caption h2 {
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 30px;
font-weight: 600;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.caption .date {
color: #fff;
font-size: 20px;
}
.caption .readmore {
border:1px solid;
display: inline-block;
margin-top: 40px;
padding: 10px 20px;
}
.slider_arrow_btn {
bottom: 45px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 10;
}
.slider_arrow_btn a {
background: url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/images/arrow_top.png) bottom;
display: block;
height: 41px;
margin-left: auto;
margin-right: auto;
width: 109px;
}
#main-slider img {
width: 100%;
max-height: 500px;
}
.owl-controls .owl-prev {
left: 0;
}
.owl-controls .owl-prev {
right: 0;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
background: #222534;
color: #fff;
font-size: 14px;
height: 37px;
line-height: 36px;
position: absolute;
text-align: center;
text-shadow: none;
top: 50%;
transform: translateY(-50%);
transition: background .3s;
vertical-align: middle;
width: 37px;
z-index: 999;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-prev:focus,
.owl-controls .owl-next:hover,
.owl-controls .owl-next:focus {
background-color: #009586;
color: #fff;
}
.owl-controls .owl-prev {
left: 0;
}
.owl-controls .owl-next {
right: 0;
}
.owl-controls .owl-next:before,
.owl-controls .owl-prev:before{
display: inline-block;
font-family: "FontAwesome";
}
.owl-controls .owl-next:before {
content: "\f105";
}
.owl-controls .owl-prev:before {
content: "\f104";
}  .featured-boxes-wrapper ul {
margin: 0
}
.featured-boxes-wrapper li {
margin: 0;
}
.featured-boxes-wrapper {
-webkit-flex-flow: wrap row;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
flex-flow: wrap row;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
}
.featured-boxes-wrapper .featured-box {
background: #e7e7e7;
max-height: 245px;
min-height: 40px;
overflow: hidden;
position: relative; 
text-align: center;
width: 31.3333%;
}
.featured-boxes-wrapper .featured-box a {
display: block;
}
.box-text {
background: #fff;
max-width: 180px;
overflow: hidden;
padding: 10px 15px;
text-overflow: ellipsis;
white-space: nowrap;
z-index: 10;
}
.box-text:after {
background: none;
border: 1px solid #fff;
bottom: -5px;
content: "";
display: block;
left: -5px;
position: absolute;
right: -5px;
top: -5px;
}
.box-text:hover {
background: #009586;
color: #fff;
}
li.featured-box:before,
li.featured-box:after {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
bottom: 10px;
content: '';
left: 10px;
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
transition: opacity 0.35s, transform 0.35s;
}
li.featured-box:before {
-webkit-transform: scale(0,1);
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
transform: scale(0,1);
}
li.featured-box:after {
-webkit-transform: scale(1,0);
border-left: 1px solid #fff;
border-right: 1px solid #fff;
transform: scale(1,0);
}
li.featured-box:hover:after,
li.featured-box:hover:before{
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
transform: scale(1);
}  .site-content {
margin-top: 30px;
}
div#primary {
padding-right: 10px;
}
div#secondary {
padding-left: 28px;
}
.left-sidebar div#secondary {
float: left;
padding-left: 15px;
padding-right: 10px;
}
.left-sidebar div#primary {
padding-right: 0; 
padding-left: 27px;
}
.article-row {
-moz-box-shadow: 0px 4px 8px #eee;
-webkit-box-shadow: 0px 4px 8px #eee;
background: #f7f7f7;
box-shadow: 0px 4px 8px #eee;
clear:both;
margin-bottom: 30px;
overflow: hidden;
}
.article-row .grid-thumbnail {
background: transparent;
box-shadow: none;
margin-bottom: 0;
}
.grid-thumbnail {
-moz-box-shadow: 0px 4px 8px #eee;
-webkit-box-shadow: 0px 4px 8px #eee;
background: #f7f7f7;
box-shadow: 0px 4px 8px #eee;
float: left;     
margin: 0 0 30px 0;
padding: 15px;
position: relative;
width: 50%;
}
.article-row  .grid-thumbnail:before {
left: -2px;
}
.article-row  .grid-thumbnail:after {
right: -2px;
}
.article-row  .grid-thumbnail:nth-child(1):after,
.article-row  .grid-thumbnail:nth-child(2):before {
box-shadow: -13px 0 7px -15px #d6d4d4 inset;
content: " ";
height: 100%;
position: absolute;
top:0;
width: 5px;
}
.favourite {
color:#fff;
margin-left: 20px;
padding: 5px 10px;
position: absolute;
top: 0;
}
.favourite:before {
border-left: 17px solid rgba(0, 0, 0, 0);
border-right: 17px solid rgba(155, 97, 97, 0);
border-top: 18px solid #009586;
content: "";
height: 0;
left: 0;
position: absolute;
top: 30px;
width: 0;
}
.post-details span {
margin-right: 15px;
}
.entry-content > p:last-child {
margin-bottom: 0;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
margin-bottom: 20px;
}
nav.navigation.posts-navigation,
.posts-navigation .nav-links,
.post-navigation .nav-links {
overflow: hidden;
clear: both;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before{
color: #222534;
content:"\f177";
padding-right: 10px;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after{
color: #222534;
content:"\f178";
padding-left: 10px;
}
.posts-navigation .nav-previous, 
.posts-navigation .nav-next,
.post-navigation .nav-previous, 
.post-navigation .nav-next {
display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
}
a.readmore,
a.load-more,
.nav-previous a,
.nav-next a ,
.nav-previous a,
.nav-next a {
-moz-border-radius: 30px;
-moz-transition: all .5s  ease-in-out;
-webkit-border-radius: 30px;
-webkit-transition: all .5s  ease-in-out;
background: #D9D9D9;
border-radius: 30px;
border: 1px solid #9F9C9C;
color:#222534;
display: inline-block;
margin-right: 15px;
padding: 10px 25px;
transition: all .5s  ease-in-out;
}
a.readmore:hover,
a.load-more:hover,
a.load-more,
.caption .readmore:hover a,
.nav-previous a:hover,
.nav-next a:hover,
.nav-previous a:hover:after,
.nav-next a:hover:after {
color:#fff;
}
span.pin-favourite a {
margin-left: 15px;
vertical-align: middle;
}
.grid-thumbnail a.readmore,
.inline-social-share-wrapper {
display: inline-block
}
.inline-social-share-wrapper{
background: #fff;
border-radius: 30px;
padding: 5px 0;
}
.inline-social-share-wrapper ul {
margin: 0;
}
.inline-social-share-wrapper li{
display: inline-block;
margin: 0;
padding: 0 8px;
}
.inline-social-share-wrapper .share:hover i {
background: #D9D9D9;
color: #009586;
}
.inline-social-share-wrapper .facebook a{
color:#3B5998;
}
.inline-social-share-wrapper .twitter a{
color:#1C9DED;
}
.inline-social-share-wrapper .goole-plus a{
color:#d73d32;
}
.inline-social-share-wrapper .pinterest a{
color:#d73d32;
}
.inline-social-share-wrapper .share {
padding:0
}
.inline-social-share-wrapper .share i{
border-radius: 30px;
color: #fff;
padding: 10px;
}
.full-thumbnail {
margin-bottom: 40px;
overflow: hidden;
position: relative;
width: 100%;
padding: 5px;
background: #fff;
}
.search .full-thumbnail {
padding: 10px 15px
}
.search .sidebar > .widget {
margin-top: 0;
}
.full-thumbnail img {
width: 100%;
}
.full-thumbnail h2 {
font-size: 25px;
}
.full-thumbnail .entry-content > p {
min-height: 50px;
}
.single-post .full-thumbnail .entry-content > p {
min-height: inherit;
} .full-thumbnail .content-wrapper {
position: relative;
padding-left: 120px;
}
.full-thumbnail .content-wrapper.full-wrap {   
padding-left: 0px;
}
.standard-social-wrapper {
background: #222534;
left: 0;
padding: 25px 0 10px;
position: absolute;
top: 0;
width: 90px;
}
.standard-inner-social-wrapper {
position: relative;
}
.standard-social-wrapper .social-icon {
margin-bottom:15px;
text-align: center;
}
.standard-inner-social-wrapper:before {
border-left: 45px solid transparent;
border-right: 45px solid transparent;
border-top: 45px solid #222534;
bottom: -55px;
content: "";
height: 0;
position: absolute;
width: 0;
}
.standard-social-wrapper .social-icon a {
color: #fff;
}
.full-thumbnail span.artical-categorie a {
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
}
.full-thumbnail span.artical-categorie a:before {
content: "//";
padding-right: 5px;
}  .load-more-wrapper {
margin-bottom: 70px;
text-align: center;
}
.widget-title {
font-weight: bold;
letter-spacing: 1px;
margin: 0 0 3px;
padding: 5px 0 15px;
position: relative;
text-transform: uppercase;
}
.border-bottom,
.widget h3.widget-title {
border-bottom: 1px solid #222534;
}
.footer-widget-wrapper > .row {
margin-left: -40px;
}
.footer-widget-wrapper > .row > .col {
padding-left: 40px;
}
.widget .post-image {
float: left;
max-height: 73px;
width: 97px;
}
.widget .border-bottom{
margin-bottom: 20px;
display: block;
}
.widget .post-item-text {
overflow: hidden;
padding-left: 20px;
}
.post-item {
border-bottom: 1px solid #d2d1d1;
clear: both;
margin-top: 20px;
padding-bottom: 15px;
}
.post-item-text header.entry-header {
margin-bottom: 5px;
}
.post-item:last-child {
border: none;
}
.widget h3.entry-title{
}
.post-item-meta span {
display: inline-block;
margin-right: 4px;
}
.footer-widget-wrapper {
clear: both;
padding:30px 0;  
background: #fff;
}
.footer-widget-wrapper .widget{
background: #fff;
padding: 10px;
}
span.comments-link:before,
span.date::before {
font-family: "FontAwesome";
margin-right: 5px;
}
.comments-link:before {
content: "\f086";
}
span.date::before {
content: "\f017";
}
aside.widget input {
width: 100%;
}   .site-footer {
background: #222534;
padding: 15px;
text-align: center;
}
.footer-socials-section {
margin-top: 30px;
}
ul.social-list {
margin: 0;
}
ul.social-list li {
display: inline-block;
list-style: none;
margin:0 10px;
}
.footer-socials-section .social-list a {
font-size: 20px;
}
ul.social-list i {
margin-right: 15px;
}
.footer-copyright {
padding: 20px 0 0;
}
ul.social-list a {
color:#fff;
font-size: 12px;
}
.go-to-top span {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
color: #999;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
transition: all 0.3s;
}
a.go-to-top-link,
.footer-copyright a {
color: #848484;
}  .sidebar .widget {
background: #fff;
border: 1px solid #ddd; 
margin-bottom: 40px;
padding: 10px; 
}
.sidebar >.widget {
margin-top: 5px;
}
.headshot-wrapper {
margin-bottom: 40px;
position: relative;
}
.widget-about-me {
clear: both;
}
.widget .header-image img {
width: 100%;
}
.header-image {
height: 140px;
overflow: hidden;
position: relative;
}
.headshot {
bottom: -40px;
height: 80px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: center;
width: 80px;
}
.headshot img{
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #e7e7e7;
height: 80px;
width: 80px;
}
.widget-about-me span.name {
display: inline;
font-weight: bold;
}
.widget-about-me span {
display: block;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
}
.profile-content {
text-align: center;
}
.profile-content p{
margin-bottom: 10px;
}
.widget ul {
margin: 0
}
.widget ul li {
border-bottom: 1px solid #ddd;
list-style: none;
padding-bottom: 15px;
}
.widget ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 10px;
}
widget_categories ul li a:before,
.widget_archive ul li a:before {
content: "\f105";
display: inline-block;
font-family: FontAwesome;
font-size: 90%;
margin-right: 10px;
}
.widget ul li a {
-moz-transition: all .3s  ease-in-out;
-webkit-transition: all .3s  ease-in-out;
transition: all .3s  ease-in-out;
-ms-transition: all .3s  ease-in-out;
}
.widget ul li a:hover{
padding-left: 5px;
}
.widget_tag_cloud .tagcloud a {
border: 1px solid #ddd;
color: #848484;
display: inline-block;
font-size: 12px !important;
margin-bottom: 15px;
padding: 5px 13px;
}
.widget_tag_cloud .tagcloud a:hover {
color: #fff;
}  .single-header-banner{
background-position: top center;
background-size: cover;
margin-bottom: 40px;
max-height: 250px;
min-height: 150px;
overflow: hidden;
position: relative;
width: 100%;
}
h2.comments-title {
margin-bottom:15px;
}
.banner-image img {
overflow: hidden;
width: 100%;
}
.single-header-banner .v-center {
max-width: 1200px;
padding: 15px;
width: 100%;
z-index: 10;
}
.single-header-banner .post-details,
.single-header-banner span.post-by a {
color: #fff;
}
.single-header-banner h2.entry-title{
color: #fff;
font-size: 25px;
text-align: left;
}
.single-header-banner:after {
background: -moz-linear-gradient(to right, rgb(34, 37, 52) 5%,rgba(0, 0, 0, 0.6)100%);
background: -webkit-gradient(to right, rgb(34, 37, 52) 5%,rgba(0, 0, 0, 0.6)100%);
background: linear-gradient(to right, rgb(34, 37, 52) 5%,rgba(0, 0, 0, 0.6)100%);
bottom: 0;
content: "";
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222534', endColorstr='#000',GradientType=1 );
position: absolute;
top: 0;
width: 100%;
z-index: 9;
}
.single .inline-social-share-wrapper {
float: right;
}
.single .full-thumbnail .content-wrapper, .page .full-thumbnail .content-wrapper {
padding-left: 0;
}
span.total-post {
float: right;
}
.comment-author.vcard img {
margin-right: 10px;
vertical-align: top;
}
.reply,
.comment-author.vcard img  {
margin-bottom: 15px;
}  table#wp-calendar td a {
color: #009586;
}
table#wp-calendar td#today {
background: #009586;
}
table#wp-calendar td#today a,
table#wp-calendar td#today {
color: #fff;
}   #breadcrumb-list span.sep {
padding: 0 5px;
}
#breadcrumb-list span.breadcrumb-current{
color:#fff;
}
#breadcrumb-list a:hover {
color: #fff;
}
.home #breadcrumb-list span.breadcrumb-current{
color:#222534;
}
.home #breadcrumb-list a:hover {
color: #222534;
}
#breadcrumb-list .wrapper {
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.home #breadcrumb-list .wrapper {
padding: 15px;
}
.home #breadcrumb-list + .site-content {
margin-top: 0;
}
#breadcrumb-list + .featured-block-section .medium-section-padding {
padding-top: 0;
}  .display-none {
display: none;
} .footer-socials-section a{
font-family: 'Oswald', sans-serif;
}
.main-navigation > ul > li.current-menu-item > a {
border-bottom: 2px solid;
}
.main-navigation > ul > li > a {
border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.small-section-padding {
padding-bottom: 20px;
padding-top: 20px;
}
.medium-section-padding {
padding-bottom: 40px;
padding-top: 40px;
}
.large-section-padding {
padding-bottom: 60px;
padding-top: 60px;
}
.featured-block-section .medium-section-padding {
padding-bottom: 10px;
}
.featured-block-section .medium-section-padding {
padding-bottom: 10px;
}
.main-navigation>ul>li.current-menu-item > a,
.box-text,
a.readmore:hover
a.load-more:hover,
a.load-more,
.caption .readmore,
blockquote,
.widget_tag_cloud .tagcloud a:hover  {
border-color:#009586
}
.box-text:hover,
.favourite,
a.readmore:hover,
a.load-more:hover,
.inline-social-share-wrapper .share i ,
.main-navigation li li:hover,
a.load-more,
.caption .readmore:hover,.widget_tag_cloud .tagcloud a:hover,
.nav-previous a:hover,
.nav-next a:hover{
background: #009586;
}
.post-details,
article.grid-thumbnail img,
article.full-thumbnail img {
display: inline-block;
margin-bottom: 15px;
}
.post-details i {
font-size: 12px;
}
h2.entry-title a,
.inline-social-share-wrapper li a,
span.pin-favourite a,
span.post-by a,
.footer-widget-wrapper .widget-title,
.widget h3.entry-title a,
.widget a,.widget ul li a{
color: #222534;
} .main-navigation>ul>li>a:hover, 
.pin-favourite a:hover,.pin-favourite.pined a, .pined a,
.inline-social-share-wrapper li a:hover,
span.post-by a:hover,
.standard-social-wrapper .social-icon a:hover,
h2.entry-title a:hover,
.standard-social-wrapper .social-icon.pined a,
.widget h3.entry-title a:hover,
ul.social-list li  a:hover,
a.go-to-top-link:hover,
.widget ul li a:hover,
span.total-post,
.single-header-banner span.post-category a:hover,
.single-header-banner span.post-category:hover,
.social-list-top li a:hover, .social-list-top li a:focus,
.top-bar .top-navigation ul li a:hover  {
color: #009586;
}
.main-navigation ul li ,
.main-navigation ul li a,
.single-header-banner span.post-category a,
.nav-previous:hover a:before,
.top-bar .top-navigation ul li a,
.site-branding h1.site-title a:hover,
#copyright a:hover  {
color: #fff;
}
a.load-more:hover{
background: #D9D9D9;
border-color: #9F9C9C;
color:#222534;
}
.widget h3.entry-title {
font-family: 'Raleway', sans-serif;
}
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after,
.main-navigation ul li.menu-item-has-children > ul >li.menu-item-has-children > a:after,
blockquote:before,
.main-navigation ul li.menu-item-has-children > a:after {
font-family: FontAwesome;
} .no-sidebar .full-thumbnail{
overflow: initial;
}
article.full-thumbnail .entry-content img{
margin-bottom: 0;
}a.meanmenu-reveal {
display: none;
} .mean-container .mean-bar {
float: left;
min-height: 55px;
position: relative;
width: 100%;
z-index: 999999;
background-color:rgb(34, 37, 52); 
}
.mean-container a.meanmenu-reveal {
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: Arial,Helvetica,sans-serif;
font-size: 1px;
font-weight: 700;
height: 20px;
line-height: 22px;
padding: 17px;
position: absolute;
right: 0;
text-decoration: none;
text-indent: -9999em;
top: 0;
width: 30px;
}
.mean-container a.meanmenu-reveal span {
background: none repeat scroll 0 0 rgb(255, 255, 255);
display: block;
height: 4px;
margin-top: 5px;
}
.mean-container .mean-nav {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
float: left;
margin-top: 55px;
width: 100%;
}	
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
float: left;
margin: 0;
position: relative;
width: 100%;
}
.mean-container .mean-nav ul li a {
border-bottom: 1px solid #383838;
border-bottom: 1px solid rgba(255,255,255,0.5);
color: #fff;
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 1em 5%;
text-align: left;
text-decoration: none;
text-transform: uppercase;
width: 90%;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #f1f1f1;
border-bottom: 1px solid rgba(255,255,255,0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
} .mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-container a.meanmenu-reveal span:first-child {
margin: 0;
}@font-face{font-family:'FontAwesome';src:url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.tmmenards.org/wp-content/themes/blog-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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-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"}.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}