/* 







Theme Name: Skelotheme







Version: 1







Author: The Skeloton Man







Author URI: #











/* =Reset CSS 











-------------------------------------------------------------- */

@font-face {
    font-family: 'Ebrima';
    src: url('Ebrima-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ebrima';
    src: url('Ebrima.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


div, ul, li, a, span {
    box-sizing: border-box;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
div article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea {
    font-size: 100%;
    overflow: visible;
    margin: 0;
    vertical-align: baseline;
    width: auto;
}
textarea {
    overflow: auto;
    vertical-align: text-top;
}
/* =Horizontal Rule









-------------------------------------------------------------- */
hr {
    background: #dddddd;
    border: none;
    clear: both;
    color: #dddddd;
    float: none;
    height: 1px;
    width: 100%;
}
hr.space {
    background: #ffffff;
    color: #ffffff;
}
/* =Base































-------------------------------------------------------------- */
html {
    height: 100%;
}
body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #555555;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}
/* =Typography































-------------------------------------------------------------- */
p {
    word-wrap: break-word;
}
i, em, dfn, cite {
    font-style: italic;
}
tt, var, pre, kbd, samp, code {
    font-family: monospace, serif;
    font-style: normal;
}
b, strong {
    font-weight: 700;
}
pre {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 2px;
    height: auto;
    margin: 0;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
del {
    color: #555555;
    text-decoration: line-through;
}
ins, dfn {
    border-bottom: 1px solid #cccccc;
}
sup, sub, small {
    font-size: 85%;
}
abbr, acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}
a abbr, a acronym {
    border: none;
}
dfn[title], abbr[title], acronym[title] {
    border-bottom: 1px solid #cccccc;
    cursor: help;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
/* =Responsive 12 Column Grid



-------------------------------------------------------------- */
.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}
.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}
.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
    display: inline;
    margin-right: 2.127659574468%;
}
.col-60 {
    width: 6.382978723404%;
}
.col-140 {
    width: 14.893617021277%;
}
.col-220 {
    width: 23.404255319149%;
}
.col-300 {
    width: 31.914893617021%;
}
.col-380 {
    width: 40.425531914894%;
}
.col-460 {
    width: 48.936170212766%;
}
.col-540 {
    width: 57.446808510638%;
}
.col-620 {
    width: 65.957446808511%;
}
.col-700 {
    width: 74.468085106383%;
}
.col-780 {
    width: 82.978723404255%;
}
.col-860 {
    width: 91.489361702128%;
}
.col-940 {
    width: 100%;
}
.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* =Visibility







-------------------------------------------------------------- */
.hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.none {
    display: none;
}
.hide-desktop {
    display: none;
}
.show-desktop {
    display: block;
}
/* =Responsive Images































-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.ie8 img {
    height: auto;
    width: auto\9;
}
.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}
/* =Responsive Videos































-------------------------------------------------------------- */
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* =Responsive Embeds/Objects































-------------------------------------------------------------- */
embed, object {
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
/* =Links































-------------------------------------------------------------- */
a {
    color: #0066cc;
    font-weight: 400;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #444444;
    outline: 0;
    text-decoration: none;
}
::selection {
    background: #999999;
    color: #ffffff;
    text-shadow: none;
}
/* =Forms































-------------------------------------------------------------- */
label {
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}
legend {
    padding: 2px 5px;
}
fieldset {
    border: 1px solid #cccccc;
    margin: 0 0 1.5em;
    padding: 1em 2em;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], area, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    cursor: text;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
select {
    height: auto;
    width: 100%;
}
input, select {
    cursor: pointer;
}
area:focus, input:focus, textarea:focus {
    border: 1px solid #66ccff;
}
input[type='text'], input[type='password'] {
    cursor: text;
}
/* =IE Forms































-------------------------------------------------------------- */
.ie7 area, .ie7 select, .ie7 textarea, .ie7 input[type="text"], .ie7 input[type="password"], .ie7 input[type="email"] {
    width: 96%;
}
/* =IE6 Notice































-------------------------------------------------------------- */
.msie-box {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    color: #212121;
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    padding: 10px;
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
}
.msie-box a {
    color: #212121;
}
/* =Tables































-------------------------------------------------------------- */
th, td, table {
    border: 1px solid #dddddd;
}
table {
    border-collapse: collapse;
    width: 100%;
}
/* =Lists































-------------------------------------------------------------- */
ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}
ol {
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
dt {
    font-weight: 400;
}
/* =Blockquote































-------------------------------------------------------------- */
blockquote {
    background: #f9f9f9;
    border: none;
    border-left: 4px solid #d6d6d6;
    margin: 20px;
    overflow: auto;
    padding: 0 0 10px 12px;
}
blockquote p {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}
/* =Headings































-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    line-height: 1.0em;
    word-wrap: break-word;
}
h1 {
    font-size: 2.625em;
    /* = 42px */
    margin-bottom: .5em;
    margin-top: .5em;
}
h2 {
    font-size: 2.250em;
    /* = 36px */
    margin-bottom: .75em;
    margin-top: .75em;
}
h3 {
    font-size: 1.875em;
    /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
}
h4 {
    font-size: 1.500em;
    /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
}
h5 {
    font-size: 1.125em;
    /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}
h6 {
    font-size: 1.000em;
    /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}
/* =Margins & Paddings































-------------------------------------------------------------- */
p, hr, dl, pre, form, table, address, blockquote {
    margin: 1.6em 0;
}
th, td {
    padding: .8em;
}
caption {
    padding-bottom: .8em;
}
blockquote {
    padding: 0 1em;
}
blockquote:first-child {
    margin: .8em 0;
}
fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}
legend {
    padding-left: .8em;
    padding-right: .8em;
}
legend + * {
    margin-top: 1em;
}
select {
    padding: .1em .2em 0;
}
option {
    padding: 0 .4em;
}
dt {
    margin-bottom: .4em;
    margin-top: .8em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}
li ul, li ol {
    margin: 0;
}
form div {
    margin-bottom: .8em;
}
/* =Globals































-------------------------------------------------------------- */
#container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
}
.wrapper {
    clear: both;
    position: relative;
    width: 100%;
    display: table;
    margin-top: 0px;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0;
    padding: 20px;
}
#wrapper_container {
    height: auto;
    width: 100%;
}
.front-page .wrapper {
    background-color: transparent;
    border: none;
    margin: 20px auto 20px auto;
    padding: 0;
}
#header_container {
    padding: 5px;
    height: auto;
    display: inline-block;
    float: left;
    width: 100%;
    background: #444;
}
#header {
    margin: auto;
    max-width: 98%;
    display: table;
    width: 100%;
}
#footer_container {
    background-color: #444;
    height: auto;
    width: 100%;
}
#footer {
    clear: both;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0px;
}
#footer-wrapper {
    margin: 0;
    padding: 0;
}
#credits_container {
    background-color: #FC0;
    height: auto;
    width: 100%;
}
#credits {
    clear: both;
    margin: 0 auto;
    max-width: 1240px;
    padding: 3px 10px;
    font-size: 0.9em;
}
/* =Header































-------------------------------------------------------------- */
#logo {
    float: left;
    margin: 0;
}
.site-name {
    display: block;
    font-size: 2.063em;
    /* = 33px */
    line-height: 1.0em;
    padding-top: 20px;
}
.site-name a {
    color: #333333;
    font-weight: 700;
}
.site-description {
    color: #afafaf;
    display: block;
    font-size: 0.875em;
    /* = 14px */
    margin: 10px 0;
}
/* =Content































-------------------------------------------------------------- */
#content {
    margin-top: 40px;
    margin-bottom: 20px;
}
#content-full {
    margin-top: 40px;
    margin-bottom: 20px;
}
#content-blog {
    margin-top: 40px;
    margin-bottom: 20px;
}
#content-images {
    margin-bottom: 20px;
}
#content-search {
    margin-bottom: 20px;
    margin-top: 20px;
}
#content-archive {
    margin-top: 40px;
    margin-bottom: 20px;
}
#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}
#content-sitemap a {
    font-size: 12px;
}
#content .sticky {
    clear: both;
}
#content .sticky p {}
/* =Templates (Landing Page)































-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .main-nav, .page-template-landing-page-php .footer-menu, .page-template-landing-page-php .sub-header-menu {
    display: none;
}
/* =Author Meta (Author's Box)































-------------------------------------------------------------- */
#author-meta {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    clear: both;
    display: block;
    margin: 30px 0 40px 0;
    padding: 10px;
    overflow: hidden;
}
#author-meta img {
    float: left;
    padding: 10px 15px 0 5px;
}
#author-meta p {
    margin: 0;
    padding: 5px;
}
#author-meta .about-author {
    font-weight: 700;
    margin: 10px 0 0 0;
}
/* =Featured Content































-------------------------------------------------------------- */
#featured {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-bottom: 40px;
    width: 99.893617021277%;
}
#featured p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    padding: 0 40px 0 40px;
    text-align: center;
}
#featured-image {
    margin: 40px 0 0 0;
}
#featured-image .fluid-width-video-wrapper {
    margin-left: -20px;
}
.featured-image img {
    margin-top: 44px;
}
/* =Post































-------------------------------------------------------------- */
.comments-link {
    font-size: 12px;
}
#cancel-comment-reply-link {
    color: #990000;
}
.post-data {
    clear: both;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}
.post-data a {
    color: #111111;
}
.post-entry {
    clear: both;
}
.post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 10px;
}
.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 1.5em 0;
}
.post-search-terms {
    clear: both;
}
.read-more {
    clear: both;
    font-weight: 700;
}
.attachment-entry {
    clear: both;
    text-align: center;
}
/* =bbPress































    bbPress has its own breadcrumb lists































-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
    display: none;
}
/* =Symbols































-------------------------------------------------------------- */
.ellipsis {
    color: #aaaaaa;
    font-size: 18px;
    margin-left: 5px;
}
.form-allowed-tags {
    display: none;
    font-size: 10px;
}
/* =Widgets































-------------------------------------------------------------- */
.widget-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
}
.widget-wrapper select, .widget-wrapper input[type="text"], .widget-wrapper input[type="password"], .widget-wrapper input[type="email"] {
    width: 75%;
}
#widgets {
    margin-top: 40px;
}
#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#widgets form {
    margin: 0;
}
#widgets ul, #widgets ol {
    padding: 0 0 0 20px;
}
#widgets ul li a {
    display: inline;
    text-decoration: none;
}
#widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}
#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}
#widgets .rssSummary {
    padding: 10px;
}
#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}
#widgets .tagcloud, #widgets .textwidget {
    display: block;
    line-height: 1.5em;
    margin: 0;
    word-wrap: break-word;
}
#widgets .textwidget a {
    display: inline;
}
#widgets ul .children {
    padding: 0 0 0 10px;
}
#widgets .author {
    font-weight: 700;
    padding-top: 4px;
}
.widget_archive select, #cat {
    display: block;
    margin: 0 15px 0 0;
}
#colophon-widget ul {}
.colophon-widget {
    background: none;
    min-height: 0;
}
.colophon-widget select, .colophon-widget input[type="text"], .colophon-widget input[type="password"], .colophon-widget input[type="email"] {
    width: 100%;
}
#top-widget {}
.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
    min-height: 0;
    padding: 0 3px 0 0;
    text-align: right;
    width: 45%;
}
.top-widget ul {
    padding: 0;
}
.top-widget select, .top-widget input[type="text"], .top-widget input[type="password"], .top-widget input[type="email"] {
    width: auto;
}
.top-widget #searchform {
    margin: 0;
}
/* =Titles































-------------------------------------------------------------- */
.featured-title {
    font-size: 60px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
}
.featured-subtitle {
    padding: 0 10px;
    text-align: center;
}
.widget-title, .widget-title-home h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
}
.top-widget .widget-title {
    font-size: 14px;
    padding: 0;
    text-align: right;
}
.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}
.title-404 {
    color: #993333;
}
/* =404 Page 































-------------------------------------------------------------- */
.error404 select, .error404 input[type="text"], .error404 input[type="password"], .error404 input[type="email"] {
    width: auto;
}
/* =Top Menu































-------------------------------------------------------------- */
.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}
.top-menu li {
    display: inline;
    list-style-type: none;
}
.top-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    font-size: 11px;
    padding: 0 4px 0 8px;
}
.top-menu > li:first-child > a {
    border-left: none;
}
.top-menu li a:hover {
    color: #333333;
}
/* =Header Menu (Primary)































-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
.ie7 .menu ul {
    background: url(core/images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a {
    min-width: 100%;
}
/* =Sub-Header Menu*/

.hide-scrollbar {
    scrollbar-width: none; /*FireFox*/
    -ms-overflow-style: -ms-autohiding-scrollbar; /*IE10+*/
}
.hide-scrollbar::-webkit-scrollbar {
    display: none; /*Chrome, Safari, Edge*/
}













































-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
    background: url(core/images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a {
    min-width: 100%;
}
/* =Footer Menu































-------------------------------------------------------------- */
.footer-menu {
    margin-left: 0;
    padding: 0;
}
.footer-menu li {
    display: inline;
    list-style-type: none;
}
.footer-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    padding: 0 8px;
}
.footer-menu li a:hover {
    color: #222222;
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}
/* =Navigation































-------------------------------------------------------------- */
.navigation {
    color: #111111;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    padding: 0 5px;
}
.navigation a {
    color: #aaaaaa;
    padding: 4px 10px;
}
.navigation a:hover {
    color: #111111;
    text-decoration: none;
}
.navigation .previous {
    float: left;
}
.navigation .next {
    float: right;
}
.navigation .bracket {
    font-size: 36px;
}
/* =Pagination (pages)































-------------------------------------------------------------- */
.pagination {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 0;
}
.pagination a {
    text-decoration: none;
}
/* =Breadcrumb Lists































-------------------------------------------------------------- */
.breadcrumb-list {
    font-size: 12px;
}
/* =Comments































-------------------------------------------------------------- */
#commentform {
    margin: 0;
}
.commentlist {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0;
}
.commentlist .bypostauthor {}
.commentlist li cite {
    color: #111111;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}
.commentlist li.alt {
    background: #f9f9f9;
}
.commentlist .children {
    list-style: none;
    margin-left: 10px;
    padding: 10px;
}
.commentlist .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}
.comment-author .fn {}
.comment-author .says {
    color: #999999;
}
.comment-body .comment-meta {
    color: #999999;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}
.comment-body .comment-meta a {
    font-size: 11px;
}
.comment-body {
    clear: both;
    padding: 10px;
}
.comment-body p {
    clear: both;
}
.comment-body .reply {}
.pingback, .trackback {
    list-style: none;
    margin: 20px 0;
}
.pingback cite, .trackback cite {
    font-style: normal;
}
#pings, #comments {
    text-align: left;
}
#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
    background-image: linear-gradient(top, #ffffff, #eaeaea);
    border: 1px solid #cccccc;
    border-bottom-color: #aaaaaa;
    border-radius: 4px;
    clear: both;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
    margin-top: 15px;
    padding: 10px 20px 50px;
}
#respond label {
    display: inline;
}
.reply {
    margin: 10px 0;
}
.comment-form-url input, .comment-form-email input, .comment-form-author input, .comment-form-comment textarea {
    display: block;
}
.nocomments {
    color: #999999;
    font-size: .9em;
    text-align: center;
}
/* =WordPress Core































-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
}
img.wp-smiley {
    vertical-align: middle;
}
/* =WordPress Gallery































-------------------------------------------------------------- */
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    max-width: 155px;
}
.gallery img {
    border: 1px solid #dddddd;
}
.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery br + br {
    display: none;
}
.attachment-gallery img {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}
.gallery-meta .iso, .gallery-meta .camera, .gallery-meta .shutter, .gallery-meta .aperture, .gallery-meta .full-size, .gallery-meta .focal-length {
    display: block;
}
/* =Post Thumbnails 































-------------------------------------------------------------- */
img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
    display: block;
    margin: 15px auto;
    width: auto;
}
/* =Buttons































-------------------------------------------------------------- */
a.button, input[type='reset'], input[type='button'], input[type='submit'] {
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-border-radius: 2px;
    background-color: #f9f9f9;
    /* Alabaster */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    white-space: nowrap;
}
a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(top, #ffffff, #f1f1f1);
    border: 1px solid #dddddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #333333;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}
a.button:active, input[type='reset']:active, input[type='button']:active, input[type='submit']:active {
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}
/* =Buttons (Call to Action)































-------------------------------------------------------------- */
.call-to-action {
    text-align: center;
}
.call-to-action a.button {
    font-size: 24px;
    padding: 15px 35px;
}
.call-to-action a.button:hover {
    text-decoration: none;
}
.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}
/* =Buttons (Sizes)































-------------------------------------------------------------- */
.small a.button {
    font-size: 10px;
    padding: 3px 6px;
}
.medium a.button {
    font-size: 16px;
    padding: 8px 16px;
}
.large a.button {
    font-size: 18px;
    padding: 10px 35px;
}
.xlarge a.button {
    font-size: 24px;
    padding: 12px 55px;
}
/* =Buttons (Colors)































-------------------------------------------------------------- */
a.blue {
    background-color: #1874cd;
    /* Dodger Blue */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
    background-image: linear-gradient(top, #4f9eea, #1874cd);
    border: 1px solid #115290;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
    text-shadow: 0 -1px 0 #115290;
}
a.blue:hover {
    background-color: #7db7f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
    background-image: linear-gradient(top, #7db7f0, #1874cd);
    border: 1px solid #115290;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
    text-shadow: 0 -1px 0 #115290;
}
a.red {
    background-color: #cd0000;
    /* Red 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
    background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
    background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
    background-image: -o-linear-gradient(top, #ff2323, #cd0000);
    background-image: linear-gradient(top, #ff2323, #cd0000);
    border: 1px solid #890000;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
    text-shadow: 0 -1px 0 #890000;
}
a.red:hover {
    background-color: #ff5656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
    background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
    background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
    background-image: -o-linear-gradient(top, #ff5656, #cd0000);
    background-image: linear-gradient(top, #ff5656, #cd0000);
    border: 1px solid #890000;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
    text-shadow: 0 -1px 0 #890000;
}
a.orange {
    background-color: #ff7f00;
    /* Dark Orange 1 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: linear-gradient(top, #ffaa55, #ff7f00);
    border: 1px solid #bb5d00;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
}
a.orange:hover {
    background-color: #ffc388;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
    background-image: linear-gradient(top, #ffc388, #ff7f00);
    border: 1px solid #bb5d00;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
}
a.yellow {
    background-color: #ecca06;
    /* Yellow Gold */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
    background-image: linear-gradient(top, #fff2aa, #ffd700);
    border: 1px solid #bb9e00;
    color: #161300;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
    text-shadow: 0 1px 0 #ffffff;
}
a.yellow:hover {
    background-color: #fffadd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
    background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
    background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
    background-image: -o-linear-gradient(top, #fffadd, #ffd700);
    background-image: linear-gradient(top, #fffadd, #ffd700);
    border: 1px solid #bb9e00;
    color: #161300;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
    text-shadow: 0 1px 0 #ffffff;
}
a.green {
    background-color: #2e8b57;
    /* Sea Green 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
    background-image: linear-gradient(top, #4bc380, #2e8b57);
    border: 1px solid #1d5837;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
}
a.green:hover {
    background-color: #71d09b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
    background-image: linear-gradient(top, #71d09b, #2e8b57);
    border: 1px solid #1d5837;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
}
a.olive {
    background-color: #838b83;
    /* Honey Dew 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
    background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
    background-image: -moz-linear-gradient(top, #afb4af, #838b83);
    background-image: -ms-linear-gradient(top, #afb4af, #838b83);
    background-image: -o-linear-gradient(top, #afb4af, #838b83);
    background-image: linear-gradient(top, #afb4af, #838b83);
    border: 1px solid #626862;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
    text-shadow: 0 -1px 0 #626862;
}
a.olive:hover {
    background-color: #c9cdc9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
    background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
    background-image: linear-gradient(top, #c9cdc9, #838b83);
    border: 1px solid #626862;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
    text-shadow: 0 -1px 0 #626862;
}
a.purple {
    background-color: #5d478b;
    /* Medium Purple 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
    background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
    background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
    background-image: -o-linear-gradient(top, #8771b6, #5d478b);
    background-image: linear-gradient(top, #8771b6, #5d478b);
    border: 1px solid #3f305e;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
    text-shadow: 0 -1px 0 #3f305e;
}
a.purple:hover {
    background-color: #a492c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
    background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
    background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
    background-image: -o-linear-gradient(top, #a492c8, #5d478b);
    background-image: linear-gradient(top, #a492c8, #5d478b);
    border: 1px solid #3f305e;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
    text-shadow: 0 -1px 0 #3f305e;
}
a.pink {
    background-color: #cd1076;
    /* Deep Pink 3 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
    background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
    background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
    background-image: -o-linear-gradient(top, #f042a0, #cd1076);
    background-image: linear-gradient(top, #f042a0, #cd1076);
    border: 1px solid #8e0b52;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
}
a.pink:hover {
    background-color: #f471b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
    background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
    background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
    background-image: -o-linear-gradient(top, #f471b8, #cd1076);
    background-image: linear-gradient(top, #f471b8, #cd1076);
    border: 1px solid #8e0b52;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
}
a.brick {
    background-color: #b22222;
    /* Fire Brick */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
    background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
    background-image: linear-gradient(top, #dd4c4c, #b22222);
    border: 1px solid #791717;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
    text-shadow: 0 -1px 0 #791717;
}
a.brick:hover {
    background-color: #e57777;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
    background-image: -webkit-linear-gradient(top, #e57777, #b22222);
    background-image: -moz-linear-gradient(top, #e57777, #b22222);
    background-image: -ms-linear-gradient(top, #e57777, #b22222);
    background-image: -o-linear-gradient(top, #e57777, #b22222);
    background-image: linear-gradient(top, #e57777, #b22222);
    border: 1px solid #791717;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
    text-shadow: 0 -1px 0 #791717;
}
a.gold {
    background-color: #8b6508;
    /* Dark Golden Rod 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
    background-image: linear-gradient(top, #db9f0d, #8b6508);
    border: 1px solid #6b4e06;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
}
a.gold:hover {
    background-color: #f3b828;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
    background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
    background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
    background-image: -o-linear-gradient(top, #f3b828, #8b6508);
    background-image: linear-gradient(top, #f3b828, #8b6508);
    border: 1px solid #6b4e06;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
}
a.brown {
    background-color: #8b4513;
    /* Saddle Brown */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
    background-image: linear-gradient(top, #d66a1d, #8b4513);
    border: 1px solid #4f270b;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
    text-shadow: 0 -1px 0 #4f270b;
}
a.brown:hover {
    background-color: #8b4513;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
    background-image: -moz-linear-gradient(top, #e58541, #8b4513);
    background-image: -ms-linear-gradient(top, #e58541, #8b4513);
    background-image: -o-linear-gradient(top, #e58541, #8b4513);
    background-image: linear-gradient(top, #e58541, #8b4513);
    border: 1px solid #4f270b;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
    text-shadow: 0 -1px 0 #4f270b;
}
a.silver {
    background-color: #c0c0c0;
    /* Silver */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: linear-gradient(top, #eaeaea, #c0c0c0);
    border: 1px solid #9e9e9e;
    color: #444444;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
    text-shadow: 0 1px 0 #ffffff;
}
a.silver:hover {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: linear-gradient(top, #ffffff, #c0c0c0);
    border: 1px solid #9e9e9e;
    color: #444444;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
    text-shadow: 0 1px 0 #ffffff;
}
a.gray {
    background-color: #696969;
    /* Dim Gray */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
    background-image: -webkit-linear-gradient(top, #939393, #696969);
    background-image: -moz-linear-gradient(top, #939393, #696969);
    background-image: -ms-linear-gradient(top, #939393, #696969);
    background-image: -o-linear-gradient(top, #939393, #696969);
    background-image: linear-gradient(top, #939393, #696969);
    border: 1px solid #474747;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
    text-shadow: 0 -1px 0 #474747;
}
a.gray:hover {
    background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
    background-image: -webkit-linear-gradient(top, #adadad, #696969);
    background-image: -moz-linear-gradient(top, #adadad, #696969);
    background-image: -ms-linear-gradient(top, #adadad, #696969);
    background-image: -o-linear-gradient(top, #adadad, #696969);
    background-image: linear-gradient(top, #adadad, #696969);
    border: 1px solid #474747;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
    text-shadow: 0 -1px 0 #474747;
}
a.black {
    background-color: #080808;
    /* Black */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
    background-image: -webkit-linear-gradient(top, #323232, #080808);
    background-image: -moz-linear-gradient(top, #323232, #080808);
    background-image: -ms-linear-gradient(top, #323232, #080808);
    background-image: -o-linear-gradient(top, #323232, #080808);
    background-image: linear-gradient(top, #323232, #080808);
    border: 1px solid #000000;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
    text-shadow: 0 -1px 0 #000000;
}
a.black:hover {
    background-color: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
    background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
    background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
    background-image: -o-linear-gradient(top, #4c4c4c, #080808);
    background-image: linear-gradient(top, #4c4c4c, #080808);
    border: 1px solid #000000;
    color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
    text-shadow: 0 -1px 0 #000000;
}
/* =Info Boxes































-------------------------------------------------------------- */
.info-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    padding: 15px;
    text-align: left;
}
.alert {
    background-color: #faebeb;
    border: 1px solid #dc7070;
    color: #212121;
}
.address {
    background-color: #f6f5ef;
    border: 1px solid #cdc9a5;
    color: #212121;
}
.notice {
    background-color: #fbf9e9;
    border: 1px solid #e3cf57;
    color: #212121;
}
.success {
    background-color: #f9fde8;
    border: 1px solid #a2bc13;
    color: #212121;
}
.download {
    background-color: #fff4e5;
    border: 1px solid #ff9912;
    color: #212121;
}
.information {
    background-color: #eef3f6;
    border: 1px solid #6ca6cd;
    color: #212121;
}
.required {
    color: #d5243f;
}
/* =WooCommerce































-------------------------------------------------------------- */
#breadcrumb {
    padding: 40px 0 0 0;
}
#breadcrumb a {
    color: #0066cc;
    font-size: 12px;
    font-weight: 400;
}
#breadcrumb a:hover {
    color: #444444;
    text-decoration: none;
}
#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}
.products ul, ul.products {
    margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
    width: 100%;
}
table.shop_table {}
table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .input-text {
    cursor: text;
}
/* =WPML































-------------------------------------------------------------- */
.icl_languages_selector {
    float: right;
    text-align: left
}
.rtl .icl_languages_selector {
    float: left;
    text-align: right
}
@media screen and (max-width: 650px) {
    .icl_languages_selector, .rtl .icl_languages_selector {
        float: none;
    }
}
/* =Polylang































-------------------------------------------------------------- */
.widget_polylang li {
    display: inline;
    list-style-type: none;
}
/* =Footer































-------------------------------------------------------------- */
#footer {
    font-size: 11px;
    line-height: 1.5em;
}
#footer a {
    color: #333333;
    font-weight: 400;
}
#footer a:hover {
    color: #444444;
}
#footer-wrapper .grid.col-940 {
    margin: 0;
}
.scroll-top {
    text-align: center;
}
.copyright {
    text-align: left;
}
.powered {
    text-align: right;
}
/* =Social Icons































-------------------------------------------------------------- */
#footer .social-icons {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: right;
}
#footer .yelp-icon, #footer .vimeo-icon, #footer .youtube-icon, #footer .twitter-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .foursquare-icon, #footer .google-plus-icon, #footer .stumble-upon-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
}
/* =Alignments Extras































-------------------------------------------------------------- */
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
/* =Clearfix































-------------------------------------------------------------- */
.clearfix:after, .clearfix:before, #container:after, #container:before, .widget-wrapper:after, .widget-wrapper:before {
    content: ' ';
    display: table;
}
.clearfix:after, #container:after, .widget-wrapper:after {
    clear: both;
}
.ie7 .clearfix, .ie7 #container, .ie7 .widget-wrapper {
    zoom: 1;
}
.clear {
    clear: both;
}
/* =Begin bidirectionality settings (do not change)































-------------------------------------------------------------- */
BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}
[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}
[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}
/* =Media Print































    If you're working on a Child Theme, make sure that all































	media queries are included in your style.css































-------------------------------------------------------------- */
@media print {
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
}
/*	Retina (HiDPI) Display































    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html































-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body {}
}
/*The last 29 days of the month are the hardest."- Nikola Tesla*/
.post-meta {
    display: none;
}
#topbar {
    text-align: right;
    background-color: #585858;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    padding: 5px 0;
    font-size: 1.1em;
}
#topbar .wrapper {
    margin: 0 auto!important;
}
#topbar ul {
    margin: 0;
    padding: 0;
}
#topbar ul li {
    padding: 0px 5px;
    display: inline-block;
    list-style: none;
}
.temp_head img {
    max-width: 240px;
}
.post-edit, .post-data, .breadcrumb-list,  #credits_container {
    display: none;
}

#header_container {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    background: transparent
}
#credits_container {
    display: none;
}
.temp_head a {}
.temp_head a:hover {}
h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #444444;
}
#job_flex span div span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #444444;
}
h1, h2, h3, h4, h5, h6, p, span, div, a, input, textarea, button, body {
font-family: 'Montserrat', sans-serif!important;
}
.awsm-job-form {
    border: 2px solid #ff8b1b;
}
#job_flex {
    display: flex;
    align-content: stretch;
    width: 100%;
    float: left;
}
#job_flex > span {
    width: 50%;
    padding: 100px;
    background-size: cover!important;
    background-position: center!important;
}
#job_flex span div span {
    width: 100%;
    float: left;
    margin: 5px 0
}
.tab {
    width: 400px;
    float: left;
}
/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #333333;
    position: relative;
}
.tab button > span {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.tab button > span > span {
       background: #f4f4f4;
    display: inline;
    position: relative;
    z-index: 15;
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #333333;
}
.tab button > span .orange_pole {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    bottom: 4px;
}
.tab button > span .blue_pole {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 80%;
    bottom: 3px;
}
.orange_pole {
    display: none;
}
.tab button:hover > span .orange_pole {
    display: block!important;
    z-index: 10;
    transition: 0.3s;
}
.tab button:hover .blue_pole {
    display: none;
}
/* Change background color of buttons on hover */
.tab button:hover {
    color: #F7941D;
}
/* Create an active/current tablink class */
.tab button.active {
    color: #F7941D;
}
.tab button.active .blue_pole {
    display: none;
}
.tab button.active .orange_pole {
    display: block;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    float: right;
    width: 65%;
}
.job_deets {
    padding: 150px 0
}
.tabcontent p, .tabcontent ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.01em;
    color: #222222;
	text-align:left!important;
}
#single_app_form {
    width: 100%;
    float: right;
}
#single_app_downloads {
    width: 100%;
    float: left;
    margin: 30px 0;
}
#single_app_downloads a {
    width: 100%;
    text-align: left;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.01em;
    color: #000000;
}
#single_app_downloads a:hover {
    color: #F29200;
    transition: 0.3s;
}
.awsm-selectric-hover .awsm-selectric {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.awsm-filter-wrap .awsm-filter-item {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.awsm-grid-item .awsm-job-item {
    padding: 0!important
}
.awsm-filter-wrap .awsm-filter-item input, .awsm-selectric {
    border: none!important;
    -webkit-appearance: none!important;
    border-radius: 0px;
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/01/Line-8.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.awsm-filter-item-search {
    margin-bottom: 0!important
}
.awsm-job-search, .awsm-selectric .label {}
.awsm-job-item:hover {
    transform: scale(1.02)
}
.archy_job_deets span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    letter-spacing: -0.02em;
    color: #444444;
}
.awsm-job-form-inner {
    box-shadow: none!important;
    padding: 0!important;
}
.awsm-job-form-inner > h2 {
    display: none;
}
.awsm-job-form-group label {
    margin-bottom: 0;
}
.awsm-job-form-group {
    margin-bottom: 0;
}
.awsm-job-form-inner input {
    border-radius: 0!important;
    padding: 15px 0;
    border: 0!important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: -0.04em;
    color: #333;
}
.awsm-job-form-inner input {
    background: url('https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/01/Line-8.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.awsm-job-form-inner textarea {
    border-radius: 0!important;
    padding: 15px 0;
    border: 0!important;
    border-bottom: 1px solid #000!important;
    border-right: 1px solid #000!important;
}
.awsm-job-form-file-group input {
    border: none!important;
    padding: 15px;
    background: none;
}
.awsm-job-form-group.awsm-job-form-text-group label, .awsm-job-form-group.awsm-job-form-email-group label, .awsm-job-form-group.awsm-job-form-tel-group label, .awsm-job-form-group.awsm-job-form-textarea-group label {
    display: none;
}
.awsm-job-form-inner input[type='submit'] {
    background: linear-gradient(90deg, #0059AA 0%, #5FB3FF 100%);
    border-radius: 20px 0px 20px 20px!important;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none!important;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 35px;
    margin-top: 20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: #888888;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: #888888;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: #888888;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: #888888;
}
#single_app_downloads a img {
    margin-right: 10px;
    max-width: 20px;
    margin-top: -10px;
}
.wrapper {
    max-width: 70%;
}
h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #444444;
}
.archy_job_deets span {
    width: 100%;
    float: left;
}
.archy_job_deets {
    padding: 25px 20px;
    float: left;
    width: 100%;
}
.archy_image {
    width: 100%;
    float: left;
    height: 200px;
    background-size: cover!important;
    background-position: center!important;
    border-radius: 30px 30px 0 0;
}
.awsm-filter-wrap form div {
    margin-bottom: 0!important;
}
.awsm-filter-wrap {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: -450px;
    max-width: 650px;
    background: #fff;
    margin-left: 0;
    padding: 40px 50px;
    border-radius: 20px;
    margin-bottom: 100px;
}
.awsm-grid-item .awsm-job-specification-term {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.04em;
    color: #333333;
}
.awsm-grid-item .awsm-job-more {
    font-style: normal;
    font-weight: 500!important;
    font-size: 18px;
    line-height: 36px;
    /* or 200% */
    text-shadow: none;
    box-shadow: none;
    background: #F29200;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 30px;
    margin-top: 20px;
    float: left;
    border-radius: 30px;
}
.awsm-job-form-file-group input {
    border-radius: 0!important;
    padding-left: 0;
}
label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 36px;
    /* or 277% */
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #000000;
}
#awsm-application-submit-btn {
    float: left;
    margin-top: 10px;
    border: 2px solid #F29200;
    border-radius: 30px;
    padding: 6px 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    background: #F29200;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */
    text-transform: uppercase;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
small {
    display: none;
}
#awsm-application-submit-btn:hover {
    border: 2px solid #F29200;
    background: #fff;
    color: #F29200;
    transition: 0.3s;
}
.awsm-application-message {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.awsm-selectric-arrow-drop {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2021/11/Polygon-2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 50%;
}
.awsm-filter-item-search .awsm-job-search-icon-wrapper {}
element.style {}
.awsm-filter-item-search .awsm-job-search-icon-wrapper i {
    font-size: 26px;
    color: #f29200;
}
.awsm-row {
    width: 100%!important;
    float: left!important;
}
span.arch_location.\31, span.arch_location.\32 {
    display: none!important;
}
#header_container {
    position: absolute;
    z-index: 10;
    background: transparent;
    box-shadow: none;
}
#top_image {
    width: 100%;
    float: left;
    height: 620px;
    background-size: cover!important;
    background-position: center;
    position: relative;
}
.wrapper.temp_head {
    max-width: 95%;
}
.awsm-selectric .awsm-selectric-arrow-drop:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #f7941d;
    border-bottom: none;
}
#top_image > span#grady {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40379901960784315) 0%, rgba(0, 0, 0, 0.28335084033613445) 0%, rgba(0, 212, 255, 0) 100%);
}
.awsm-filter-wrap h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height */
    letter-spacing: -0.04em;
    color: #000000;
}
.awsm-job-search, .awsm-selectric .label {
font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: -0.05em;
    color: #888888;
	margin-left:0;
}
#story_left {
    width: 30%;
    float: left;
    margin-top: 30px;
}
#story_left img{border-radius:20px;}
#story_right {
    width: 65%;
    float: right;
}
#story_right h3{color:#000;line-height:40px;}
#story_top_text {
/*
    max-width: 650px;
    float: right;
    margin-top: 200px;
    margin-right: 12.5%;
	position: relative;
	z-index: 9;
*/
	
	
    position: absolute;
    top: -180px;
    padding-right: 200px;

}
#story_top_text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}
#story_top_text p {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}
.home_text_block{display:flex; align-content:stretch;margin:100px 0;}
.home_text_block > span{width:50%;}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    letter-spacing: -0.04em;
    color: #222222;
}

.home_text_block h3{font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 26px;
/* or 108% */

letter-spacing: -0.02em;

color: #222222;}

.home_text_block > span:first-child{margin-right:50px;    padding: 50px 0;}

.home_text_block > span:last-child{border-radius:20px;margin-left:50px; background-size:cover!important; background-position:center!important; max-height:350px; min-height:350px;}
.home_text_block:nth-child(even) > span:first-child{order:2;margin-left:50px;margin-right:0; }
.home_text_block:nth-child(even) > span:last-child{order:1;margin-left:0; margin-right:50px; max-height:350px; min-height:350px;}

.home_text_block span li{font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* or 144% */

letter-spacing: -0.04em;

color: #222222;}

h4 {
    color: #222;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    color: #333333;
}
#top_image > #white_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #fff;
    padding-left: 50px;
    border-radius: 15px 0 0 0
}
.single-stories .wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
}
#white_block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #000000;
	padding-right:100px;
}
.single-stories #orange_bottom_wave {
    background-color: #e5e5e5;
}
#orange_bottom_wave {
    width: 100%;
    float: left;
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2021/11/Orange-Wave.png);
    background-position: bottom left;
    background-size: contain;
	background-repeat:no-repeat;
    height: 100px;
	margin-bottom:-4px;
}
#orange_bottom {
    background: rgb(247, 148, 29);
    background: linear-gradient(269.97deg, #F7941D 27.68%, #FF6939 99.95%);
    height: 200px;
    width: 100%;
    float: left;
	
}
#orange_bottom .wrapper {
    padding: 0;
}
#orange_bottom .wrapper span {
    width: 75%;
    float: left;
}
#orange_bottom .wrapper span h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    /* or 100% */
    align-items: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
	margin-bottom:0;
}
#orange_bottom .wrapper span p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    /* or 218% */
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
	margin-top:20px;
}
.temp_head {
    padding: 10px 0 0 0!important
}
#orange_bottom .wrapper a {
    float: right;
    background: #fff;
    border-radius: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-top: 80px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    padding: 10px 20px;
    color: #F7941D;
	text-transform:uppercase;
}
#orange_bottom .wrapper a:hover{color:#000; transition:0.3s;}
#related_box{width:100%; float:left; background:#f4f4f4;position:relative;}
#related_box .stories_details, #related_box .stories_details a > span{background:#f4f4f4;}
#related_box > span {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-7-1.png);
    width: 100%;
    height: 150px;
    position: absolute;
    top: -75px;
    background-size: cover;
}
#top_white_block {
    position: absolute;
    bottom: -50px;
    left: 12.5%;
    background: #fff;
    max-width: 670px;
    padding: 30px 50px;
    border-radius: 15px;
	
}
#top_white_block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.04em;
    color: #000000;
}
#top_white_block p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.04em;
    color: #000000;
}
.social-sidebar {
    position: fixed;
    z-index: 999;
    top: 40%;
    padding: 40px 15px;
    font-size: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient( 180deg, red 0%, blue 100%);
    text-align: center;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 2px 2px 4px #00000030;
    opacity: 0;
    animation: 1s ease-out 0s 1 fadeInFromLeft forwards;
    animation-delay: 750ms;
    max-width: 2.5em;
    height: fit-content;
}
.lollipop {
    position: relative;
    /* font-size: 1rem; */
}
.lollipop::before, .lollipop::after {
    content: '';
    background-color: var(--primary);
    position: absolute;
}
.lollipop::after {
    top: 0.6em;
    right: -4.5em;
    width: 4em;
    height: 0.15em;
    border-radius: 0.5em;
}
.lollipop::before {
    top: 0.375em;
    right: -4.5em;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
}
.social-sidebar:is(a, p) {
    color: white;
}
.social-sidebar a {
    filter: drop-shadow(2px 2px 4px #00000030);
    transition: all 0.15s ease-in-out;
}
.social-sidebar a:hover {
    filter: none;
}
.social-sidebar a.lollipop {
    font-size: 0.6em;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 5em;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.social-sidebar a.lollipop::after, .social-sidebar a.lollipop::before {
    background-color: #fff;
}
.social-sidebar a.lollipop::after {
    right: -3em;
    width: 2.5em;
}
.social-sidebar a.lollipop::before {
    right: -3.5em;
}
@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
#white_wave_block {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2021/11/Group-7-1.png);
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 100px;
    left: 0;
    z-index: 9;
    background-position: 55% 0;
    background-size: cover;
}
.awsm-job-post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    position: relative;
    color: #333333!important;
    width: 100%;
    float: left;
}
.awsm-job-post-title > span:first-child {
 background: #f4f4f4!important;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.awsm-job-post-title > span:last-child {
    position: absolute;
    width: 100%;
    top: -3px;
    left: 0;
    z-index: 0;
}
.awsm-grid-item .awsm-job-item {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none;
}
.awsm-grid-item {
    width: 30.3333%!important;
    float: left!important;
    margin: 1.5%!important;
    display: block!important;
}
.job_list_image {
    width: 100%;
    float: left;
    height: 200px;
    background-size: cover!important;
    background-position: center!important;
    margin-bottom: 20px;
    border-radius: 20px;
}

.job_list_image img{border-radius:20px;}
.reset_button {
    background: linear-gradient( 90deg, #0059AA 0%, #5EB2FE 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 20px;
    display: inline-block;
}
.internal_top_white_block {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 670px;
    background: #fff;
    padding: 10px 50px;
    border-radius: 15px 15px 0 0;
}
.internal_top_white_block h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.04em;
    color: #000000;
}
.internal_top_white_block span {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    width: 100%;
    float: left;
    color: #333333;
    margin-bottom: 5px;
}
#white_block p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */
    letter-spacing: -0.04em;
    max-width: 600px;
    color: #222222;
}
#top_image.stories {
    height: 85vh;
	max-height:850px;
}
.stories_list {
    position: relative;
    margin-bottom: 150px;
}
.stories_list:nth-child(odd) {
    width: 47%;
    float: left;
}
.stories_list:nth-child(even) {
    width: 47%;
    float: right;
}
.stories_list > div:first-child {
    width: 475px;
    float: left;
    height: 300px;
    background: #999;
    border-radius: 15px;
}
.stories_list > div:last-child {
    width: 475px;
    right: 0;
    position: absolute;
    bottom: -45px;
    background: #fff;
    border-radius: 15px;
    padding: 0 20px;
}
.stories_details a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    align-items: center;
    letter-spacing: -0.04em;
    color: #888888;
    width: 200px;
    float: left;
}
.stories_details a > span {
    display: inline;
    background: #fff;
    padding-right: 20px;
    position: relative;
    z-index: 9;
	font-weight:500;
}
.stories_details a > span:hover{color:#000; transtion:0.4s;}
.stories_details a > div {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 4px;
    width: 100%;
    height: 10px;
    background-size: cover!important;
    background-position: right center!important;
}
.stories_details h3{font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* or 150% */

letter-spacing: -0.04em;

color: #333333;}


.help_button{position:fixed;width:50px; z-index: 9999999; top:200px; right:0;}
.help_button:hover{opacity:0.7; transition:0.3s;}
.stories_wrapper {
    padding: 100px 20px
}
.stories_wrapper .stories_list:nth-child(3) > div:first-child {
    width: 475px;
    float: right;
    height: 300px;
    background: #999;
    border-radius: 15px;
}
.stories_wrapper .stories_list:nth-child(3) > div:last-child {
    width: 475px;
    left: 0;
    position: absolute;
    bottom: -25px;
    background: #fff;
    border-radius: 15px;
    padding: 0 20px;
}
.stories_wrapper .stories_list:nth-child(4) > div:first-child {
    width: 475px;
    float: right;
    height: 300px;
    background: #999;
    border-radius: 15px;
}
.stories_wrapper .stories_list:nth-child(4) > div:last-child {
    width: 475px;
    left: 0;
    position: absolute;
    bottom: -25px;
    background: #fff;
    border-radius: 15px;
    padding: 0 20px;
}
.awsm-row .awsm-load-more-main {
    padding: 0;
    width: auto;
    margin: 0 auto;
}
.awsm-row .awsm-load-more-main a {
    background: linear-gradient( 90deg, #0059AA 0%, #5EB2FE 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    display: inline-block;
}
.back_jobs {
    background: linear-gradient( 90deg, #0059AA 0%, #5FB3FF 100%);
    border-radius: 20px 0px 20px 20px!important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none!important;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    text-transform: uppercase;
    padding: 8px 35px;
    margin-top: 35px;
    float: left;
	margin-left:20px;
}
.back_jobs:hover {
    background: linear-gradient( 269.97deg, #F7941D 27.68%, #FF6939 99.95%);
    transition: 0.3s;
    color: #fff;
}
.awsm-row .awsm-load-more-main a:hover {
    background: linear-gradient(269.97deg, #F7941D 27.68%, #FF6939 99.95%)!important;
    transition: 0.3s!important
}
h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #333333;
}
.tabcontent {
    background: #fff;
    border-radius: 15px;
    padding: 0 40px;
}
body {
    background: #F4F4F4!important;
}
input#awsm-applicant-name {
    width: 47%;
    float: left;
    margin-bottom: 25px;
}
input#awsm-applicant-email {
    width: 47%;
    float: right;
    margin-bottom: 25px;
}
input#awsm-applicant-phone {
    width: 47%;
    float: left;
    margin-bottom: 25px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: -0.04em;
    color: #888888;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: -0.04em;
    color: #888888;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: -0.04em;
    color: #888888;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: -0.04em;
    color: #888888;
}
div#awsm-applicant-name-error {
    color: #db4c4c;
    float: left;
    text-align: right;
    width: 100%;
    margin-top: -20px;
}
div#awsm-applicant-email-error {
    color: #db4c4c;
    float: left;
    text-align: right;
    width: 100%;
    margin-top: -20px;
}
.awsm-job-item {
    background: transparent!important;
}
.tabcontent ul {
    list-style: none;
}
.tabcontent ul li:before {
    content: "•";
    color: #0059AA;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-size: 40px!important;
    margin-bottom: -30px;
    display: block;
}
.awsm-selectric .awsm-selectric-arrow-drop:after {
    display: none!important;
}

#fullscreen-menu  h5, .main-menu p{margin:0;}
.fullscreen-menu-content .main-menu footer .text-container h5 {
    
    color:#fff;
}

.buttons-container a{font-size:1.25em}
.decorative-menu p{  font-family: var(--text-font-stack)!important;margin:0.5em 0;}
.acf-form-submit input, .acf-actions a {
    background: linear-gradient( 
90deg
, #0059AA 0%, #5FB3FF 100%);
    border-radius: 20px 0px 20px 20px!important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none!important;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    text-transform: uppercase;
    padding: 8px 35px;
 	
    float: left;
}

.acf-form-submit{display:block; width:100%; float:left;}
 .tabcontent .acf-field-message .acf-input p, .acf-field-textarea p {
    font-size: 15px!important;
}
.acf-field.acf-field-repeater {
    margin: 30px 0;
}

hr#section_break {
    width: 100%;
    float: left;
    height: 10px;
    background: #f7941d;
}

.acf-form-submit input:hover, .acf-actions a:hover{
	
	    background: linear-gradient( 
269.97deg
, #F7941D 27.68%, #FF6939 99.95%);
    transition: 0.3s;
    color: #fff;
	transition:0.3s;
	
}

.acf-input ul li{width:120px; float:left; }
.acf-input ul li:before{display:none;}
.acf-input ul li input{margin-right:10px!important;}
.acf-input ul{padding:0; }

.acf-th label{line-height:20px!important;}

.acf-label label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
}

.gchoice {
    width: auto!important;
    float: left!important;
    margin-right: 15px!important;
}
.gform_next_button {
    float: right!important;
    color: #fff!important;
    background: #F7941D!important;
    text-shadow: none!important;
    text-transform: uppercase;
    padding: 10px 50px!important;
    border-radius: 30px!important;
    font-size: 20px!important;
    box-shadow: none!important;
    border: none!important;
}

.gform_send_resume_link_button, .gform_previous_button {
    float: left!important;
    color: #fff!important;
    background: #F7941D!important;
    text-shadow: none!important;
    text-transform: uppercase;
    padding: 10px 50px!important;
    border-radius: 30px!important;
    font-size: 20px!important;
    box-shadow: none!important;
    border: none!important;
}

.gform_save_link {
    color: #000!important;
    border: none;
    display: inline-block!important;
    text-decoration: underline!important;
	margin-top:10px;
}

.resume_form_link_wrapper > a{color:#000; text-decoration:underline;}

.resume_form_link_wrapper > a:hover{color:#F7941D; transition:0.3s;}

.gform_save_link svg{display:none!important;}
.gform_page_footer{text-align:center!important;}

.gform_page_fields form div{margin-bottom:0!important;}

.gform_wrapper.gravity-theme .gf_progressbar_title {
    font-size: 18px;
    font-weight: 400;
    color: #ff5d38;
    margin: 0 0 4.8px 0;
}

.gform_page_footer {
    margin-top: 40px!important;
}

.gform_body  div{margin-bottom:0!important}
header #logo{max-width:185px;}
#header{padding:20px 30px;}

#new_nav{float:right;margin-top:25px;}

#new_nav a{
	display:inline-block;
	text-transform:uppercase;
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;

align-items: center;
text-align: center;
letter-spacing: -0.04em;
margin-left:35px;
color: #FFFFFF;
	
}
#new_nav a:hover{color:#F7941D; transition:0.3s;}
#wrapper_container {
    background: #f4f4f4!important
}

#top_image .wavey{
	   
	    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-7.png);
    width: 1200px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
	 background-position: bottom;
	
}
#footer_container{width:100%; float:left;}
#bottom_footer_links a span{margin-right:10px;}
#bottom_footer_links a{
	
	color:#fff;
	margin-right:15px;
	font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 30px;
letter-spacing: -0.02em;
	
	display:inline-block;
}

#bottom_footer_text p{
	max-width:960px;
	font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 30px;
/* or 188% */

letter-spacing: -0.02em;

color: #FFFFFF;
	
}
#footer{max-width: 70%;padding-bottom:20px;}
#bottom_footer_text h5{font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
letter-spacing: -0.02em;

color: #C0C0C0;}

#top_footer{width:100%; float:left; padding:60px 0;}
#top_footer span:last-child{float:right;    margin-top: 20px;}

#top_footer span:last-child a{border: 1px solid #FFFFFF;
border-radius: 20px 0px 20px 20px;font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
display: inline-block;
align-items: center;
text-align: center;
letter-spacing: -0.04em;
text-transform:uppercase;
color: #FFFFFF;
	    padding: 6px 30px;
	margin-left:25px;
 }

#bottom_footer_links a:hover{color:#F7941D; transition:0.3s;}


#top_footer span:last-child a:hover{ color: #F7941D; background:#fff;transition:0.3s;}
   


#top_footer span img:first-child{max-width:200px; margin-right:20px;}
#top_footer span img:last-child{max-width:300px;}

.awsm-filter-wrap .awsm-filter-item .awsm-job-form-control{padding-left:0;line-height:16px;}
.stories_list .stories_image{background-size:cover!important; background-position:center!important;}
.single_story_wrap{padding:100px 0 150px 0;}

.home_text_block > span > div > h3 {
    background: #f4f4f4;
    display: inline;
    position: relative;
    z-index: 2;
	padding-right:20px;
	
	font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 26px;
/* or 108% */

letter-spacing: -0.02em;

color: #222222;
	
}
.home_text_block ul{margin-top:25px;}

.wrapper ul {list-style:none; padding:0;}
.wrapper ul li:before{content:"●"; color:#0059AA; padding-right:20px;margin-bottom:50px;    position: absolute;left: -30px;}
.wrapper ul li{margin-left:30px;position:relative;}
.home_text_block > span > div > div {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 0px;
    right: 0;
    background-repeat: no-repeat!important;
    background-position: center right!important;
    background-size: 65%!important;
}

#home_arrow{max-width:250px;padding:10px 0 10px 0;}
.home_text_block a{text-decoration:underline;}
.share_button{font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
/* or 133% */

letter-spacing: -0.04em;
margin-bottom:10px;
color: #333333;}

.tabcontent ul li:before {
    content: "●";
    color: #0059AA;
    padding-right: 20px;
    margin-bottom: 50px;
    position: absolute;
    left: 0;
    font-size: 20px!important;
}


#popmake-10000000136, div#popmake-10000000123{border:none!important;border-radius:10px!important;}



button.pum-close.popmake-close {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-1.png);
    width: 50px!important;
    height: 50px!important;
    border-radius: 0!important;
    border: none!important;
    background-color: transparent!important;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: none!Important;
    top: 40px!important;
    right: 30px!important;
	    color: #f7941d!important;
}

button.pum-close.popmake-close:hover {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-1.png);
    width: 50px!important;
    height: 50px!important;
    border-radius: 0!important;
    border: none!important;
    background-color: transparent!important;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: none!Important;
    top: 40px!important;
    right: 30px!important;
	    color: #f7941d!important;
	opacity:0.7!important;
	transition:0.3s!important;
}

#popmake-10000000136, div#popmake-10000000123 h4{
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 36px;
letter-spacing: -0.04em;

color: #333333;
}
#popmake-10000000136 img, div#popmake-10000000123 img{max-width:250px;}

#popmake-10000000136, div#popmake-10000000123 p{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* or 144% */

letter-spacing: -0.04em;

color: #222222;
}

#popmake-10000000136 h1{
font-style: normal;
font-weight: 500;
font-size: 64px;
line-height: 77px;
letter-spacing: -0.04em;

color: #000000;

	
}

#popmake-10000000136 h4{
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 36px;
letter-spacing: -0.04em;

color: #333333;
}
#popmake-10000000136 p{

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* or 144% */

letter-spacing: -0.04em;

color: #222222;
}

#bottom_footer_links > span:last-child{float:right;}

#bottom_footer_links > span:last-child a{max-width:30px;}

#bottom_footer_links > span:last-child a:hover{opacity:0.7; transition:0.3s;}


.single_related h2{
	
	
	font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 58px;
letter-spacing: -0.04em;

color: #000000;

}

div#popmake-10000000123 h1{
	
	font-style: normal;
font-weight: 500;
font-size: 59px;
line-height: 62px;
letter-spacing: -0.04em;

color: #000000;
	
}
.pum-content.popmake-content {
    padding: 20px 30px;
}

#home_bottom{width:100%; float:left;position: relative;height:700px;padding-bottom:100px; background-color:#fff;margin-top:100px;}


#home_bottom > span:first-child{width:36%; height:600px;position: absolute;background-size:cover!important; background-position:center!important;z-index:3; border-radius:0 20px 20px 0}
#home_bottom > .wrapper{height:600px;}
#home_bottom > .wrapper span{
width: 900px;
    float: right;
    background: #fff;
    padding: 0 30px;
    border-radius: 15px 0 0 0 ;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:99;
}

.popmake-title{display:none!important;}

#home_bottom p{
	
font-style: normal;
font-weight: 400;
font-size: 18px;

/* or 356% */

letter-spacing: -0.02em;

color: #222222;
	
	
}

#home_bottom .wavey_2 {
    width: 100%;
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-3.png);
    position: absolute;
    top: -148px;
    height: 158px;
    z-index: 1;
    background-size: 100%;
}
	
	


blockquote {
 
    border: none;
    background: none;
    padding: 0;
}

blockquote:before{content:" "; display:block; width:50px; height:50px; background:url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Component-3-e1653643468382.png);margin-bottom:-25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}


blockquote:after{content:" "; display:block; width:50px; height:50px; 
	background:url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/05/Group-5-e1653643482443.png);
	float:right; margin-top:-20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}



#home_bottom h3{
	
	
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 18px;
/* or 75% */

letter-spacing: -0.04em;

color: #333333;

}

#home_bottom blockquote p{
	font-style: normal;
	 font-family: 'Montserrat', sans-serif!important;
font-weight: 300;
font-size: 21px;
line-height: 32px;
/* or 150% */

letter-spacing: -0.04em;

color: #333333;}

#home_bottom h2{
	
	font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 24px;
/* or 67% */

letter-spacing: -0.04em;

color: #333333;
	
}

#gform_wrapper_8{
float: left;
    width: 90%;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px!important;
}
form#gform_8 {
    margin: 100px 0 0 0;
}


#field_8_7 label{display:none!important}
#gform_wrapper_8 input[type='submit']:hover{opacity:0.7!important; transition: 0.3s!important}

#gform_wrapper_8 select {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2021/11/Polygon-2.png), url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/01/Line-8.png);
    background-repeat: no-repeat;
    background-size: 20px, 100%;
    background-position: 98% 50%, bottom right;
    -webkit-appearance: none;
    border: none;
 padding:10px 0!important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    /* line-height: 14px; */
    letter-spacing: -0.04em;
    color: #888888;
}

#gform_wrapper_8 input[type='submit']{
    background: linear-gradient( 90deg, #0059AA 0%, #5EB2FE 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 500;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;

align-items: center;
text-align: center;
letter-spacing: -0.04em;

color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;

    display: inline-block;
}
#gform_wrapper_8 input[type='text'],#gform_wrapper_8 textarea{max-width: 100%;
    border: none!important;
    -webkit-appearance: none!important;
    border-radius: 0px;
	 padding:10px 0!important;
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2022/01/Line-8.png);
    background-position: bottom right;
    background-repeat: no-repeat;}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {

}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(177deg, #F7941D 27.68%, #FF6939 99.95%); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.fixed_socials {
    background: linear-gradient(180deg, #FF6939 0%, #F7941D 100%);
  border-radius: 0px 0px 15px 15px;
    position: fixed;
    top: 50vh;
    left: -145px;
    z-index: 9999;
    width: 340px;
    height: 50px;
    padding: 10px 20px;
    transform: rotate(270deg);
}
.fixed_socials span:last-child{
	    transform: rotate(90deg);
   width: 50%;
    float: left;	padding:0px;
}
 

.fixed_socials span:last-child a {
    width: 27px;
    text-align: left;
    clear: both;
    float: left;
    margin-top: 12px;
}

.fixed_socials span:last-child a:hover{opacity:0.7; transition:0.3s;}

.fixed_socials > span:first-child img{
transform: rotate(90deg);
    float: right;
    text-align: left;
    margin-top: -45px;
    width: 50px;
    margin-right: 70px;
}

.fixed_socials > span:first-child{color:#fff; width:50%; float:left;




}

.bpress-heading .bpress-heading-icon.colored{color: #000;
    font-size: 26px;
    margin-right: 23px!important;
    left: -6px;}

.bpress-page-header{
background: linear-gradient(180deg, #025BAC 0%, #5EB2FF 100%);height:auto; text-align: center;}
.bpress-heading h2 a{color:#000!important;    margin-left: 5px;
font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500;
font-size: 24px!important;
line-height: 36px!important;
/* or 150% */

letter-spacing: -0.04em!important;

}
.bpress-viewall{color: #0760B1!important;font-weight: 400!important;
font-size: 16px!important;margin-top:10px!important;bottom: 10px!important;

}

.bpress-post-link .bpress-heading-icon{
	
	
	    font-size: 22px!important;
    color: #000!important;
    left: -6px!important;
}
.bpress-post-link a {
    font-size: 18px!important;
    line-height: 32px!important;
    margin-left: 7px;
}
.bpress-sidebar .widget, .bpress-section{background-color:#fff!important; border-radius: 15px;border:none;}
.bpress-crumbs-wrap a{color:#fff!important}
.bpress-crumbs-wrap{background:#444444!important; color:#fff!important}


.single-knowledgebase #footer_container, .single-knowledgebase #orange_bottom_wave, .single-knowledgebase #orange_bottom{display:none!important;}

.single-knowledgebase .help_button, .single-knowledgebase .fixed_socials, .tax-knowledgebase_cat .fixed_socials, .tax-knowledgebase_cat .help_button{display:none!important;}
.bpress-post-count{font-size:18px!important; color:#fff!important; background:#444!important}
.tax-knowledgebase_cat #footer_container, .tax-knowledgebase_cat #orange_bottom_wave, .tax-knowledgebase_cat #orange_bottom{display:none!important}
.single-knowledgebase header{display:none!important}
.tax-knowledgebase_cat header{display:none!important}
.bpress-wrap header{display:block!important;position: relative!important}
.bpress-page-header p{font-size: 24px;
line-height: 60px;
/* or 250% */

text-align: center;
letter-spacing: -0.04em;

color: #FFFFFF;}

.bpress-page-header h1, .bpress-page-header h2{font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500;
font-size: 48px!important;
line-height: 58px!important;
text-align: center;
letter-spacing: -0.04em;

color: #FFFFFF;}


.addtoany_content{display:none!important}


.bpress-post-header h1{
	font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
/* or 150% */

letter-spacing: -0.04em;

color: #000000;
	
	
	
}

.bpress-crumbs li a{font-style: normal;
font-weight: 500!important;
font-size: 16px!important;
line-height: 19px!important;
d
letter-spacing: -0.04em!important;

color: #FFFFFF!important;}


.bpress-article-content ul li, .bpress-article-content p{font-style: normal;
font-weight: 400;
font-size: 19px!important;
line-height: 32px;
/* or 200% */

letter-spacing: -0.04em;
    font-family: 'Ebrima'!important;
color: #222222;}


.tax-knowledgebase_cat .bpress-main ul li, .tax-knowledgebase_cat .bpress-main p {color:#000!important}
.bpress-post-meta{display:none!important}
.bpress-search-submit{width:120px!important}
.bpress-search-submit  input[type="submit"] {
	
	font-weight: 500;
font-size: 20px!important;
line-height: 24px;

align-items: center;
text-align: center;
letter-spacing: -0.04em;

color: #FFFFFF;
	background: #F7941D!important;
}


.bpress-search-form ::-webkit-input-placeholder { /* Edge */
font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500!important;
font-size: 24px!important;
line-height: 29px;


letter-spacing: -0.04em;

color: #A0A0A0;
}

.bpress-search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500!important;
font-size: 24px!important;
line-height: 29px;


letter-spacing: -0.04em;

color: #A0A0A0;
}
.bpress-wrap {
    padding: 0;
    border-bottom: 50px solid #F7941D;
    padding-bottom: 50px;
}
.bpress-search-form ::placeholder {
 font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500!important;
font-size: 24px!important;
line-height: 29px;

letter-spacing: -0.04em;

color: #A0A0A0;
}

#basepress_sections_widget-2 h2{
	
	font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500;
font-size: 24px!important;
line-height: 29px!important;
letter-spacing: -0.04em;

color: #000000!important;
	
}

.bpress-widget-icon {
    display: none!Important;
}
.bpress-sidebar .bpress-widget-item.show-icon a, .bpress-widget-item.show-icon a{
	
	
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 36px;
/* or 200% */

letter-spacing: -0.04em;

color: #222222;
	
}

.bpress-single-section h1{font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500;
font-size: 24px!important;
line-height: 36px!important;
/* or 150% */

letter-spacing: -0.04em!important;

color: #000000!important;}

.bpress-single-section h3 {
	font-weight: 400;
font-size: 18px!important;

/* or 267% */

letter-spacing: -0.04em!important;

color: #222222!important;
	
	
}



input[type="text"].bpress-search-field.show-submit{
	
	 font-family: 'Montserrat', sans-serif!important;
font-style: normal;
font-weight: 500!important;
font-size: 24px!important;
line-height: 29px;

letter-spacing: -0.04em;

color: #000!important;
	
}

#plain_template h2{
	
	
	font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #000000;
    padding-right: 100px;
}

#plain_template h3{    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.04em;
    max-width: 600px;
    color: #222222}

strong.form_checker {
    width: auto;
    display: inline-block;
    background: #7b726e;
    padding: 4px 20px;
    color: #fff;
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{max-width: initial!important;}



#gform_submit_button_11, #gform_submit_button_10, #gform_submit_button_9,  #gform_submit_button_7, #gform_submit_button_7, #gform_submit_button_6, #gform_submit_button_5, #gform_submit_button_4, #gform_submit_button_3, #gform_submit_button_2, #gform_submit_button_1 {
    float: right!important;
    color: #fff!important;
    background: #F7941D!important;
    text-shadow: none!important;
    text-transform: uppercase;
    padding: 10px 50px!important;
    border-radius: 30px!important;
    font-size: 20px!important;
    box-shadow: none!important;
    border: none!important;
}

input#gform_send_resume_link_button_11 {
    background: linear-gradient( 90deg, #0059AA 0%, #5FB3FF 100%);
    border-radius: 20px 0px 20px 20px!important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none!important;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    text-transform: uppercase;
    padding: 8px 35px;
    margin-top: 0;
    float: left;
    margin-left: 0;
}

.gfield_html a{color:#F7941D!important; font-weight:bold;}

#gform_confirmation_message_8{color:#000!important; font-weight:500!important}
.plaino{padding:50px 0;}

.plaino li a, .plaino p a {color:#F7941D; }

.plaino ul ul{margin:10px 0}
.plaino ul li {
    margin-left: 30px;
    position: relative;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
}

.new_job_item{width:31.3333%; float:left;margin:20px 0;}

.new_job_item > span{font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #333333;}
.hours_new, .job_types_new{display:block;}
.new_job_item:nth-child(3n-1) {
 margin:20px 3%;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-left: 0!important;
}

.searchandfilter label {

    width: 100%;
}
#new_search_box{z-index:9;position:relative;}
#new_search_box ul{list-style:none!important; padding:0!important; margin:0!important;}
#new_search_box ul li:before{ display:none!important}
#new_search_box select {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2021/11/Polygon-2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 97%;
    padding: 12px;
    font-family: 'Montserrat', sans-serif!important;
    -webkit-appearance: none!important;
    width: 100%!important;
    border-radius: 30px;
    padding: 15px;
    margin-top: 15px;
    -webkit-appearance:none!important;
}
#new_search_box{width:100%; float:left;}
#job_resulty{width:100%; float:left;}
.new_job_item .awsm-job-post-title {height:50px;}
span.hours_new {
    height: 60px;
}

a.search-filter-reset {
    background: linear-gradient( 90deg, #0059AA 0%, #5EB2FE 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
}



input.sf-input-text {
    background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/autisminitiatives/wp-content/uploads/2023/07/Screenshot-2023-07-26-105322.png);
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: 99%;
    padding: 15px;
    border-radius:30px;
}


.sf-field-reset{width:auto; float:left;}
.sf-field-submit{width:auto; float:right;}

.sf-field-reset:hover{ opacity:0.7; transition:0.3s;}

.sf-field-submit input{
background: linear-gradient(180deg, #FF6939 0%, #F7941D 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 400!important;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;
    margin-left: 0;
 
    display: inline-block;
    float: right;
    margin-top: 20px;
}



.sf-field-submit input:hover{background: linear-gradient(180deg, #FF6939 0%, #F7941D 100%);
    border-radius: 20px 0px 20px 20px;
    font-style: normal;
    font-weight: 400!important;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 8px 35px;
    text-transform: uppercase;
    margin-left: 0;
     opacity:0.7; transition:0.3s;
    display: inline-block;
    float: right;
    margin-top: 20px;}

span.hours_new {
    height: 60px;
}