html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.img-border {
    border: 1px solid #CCC;
    padding: 5px
}

.img-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px
}

.img-circle {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px
}

span.amp {
    font-family: Arial, serif !important;
    font-style: italic
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
    display: none !important
}

@media only screen and (max-width: 767px) {
    .mobile-only {
        display: block !important
    }
    tr.mobile-only {
        display: table-row !important
    }
    th.mobile-only,
    td.mobile-only {
        display: table-cell !important
    }
}

.mobile-hide {
    display: block !important
}

tr.mobile-hide {
    display: table-row !important
}

th.mobile-hide,
td.mobile-hide {
    display: table-cell !important
}

@media only screen and (max-width: 767px) {
    .mobile-hide,
    tr.mobile-hide,
    th.mobile-hide,
    td.mobile-hide {
        display: none !important
    }
}

.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
    display: none !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-only {
        display: block !important
    }
    tr.tablet-only {
        display: table-row !important
    }
    th.tablet-only,
    td.tablet-only {
        display: table-cell !important
    }
}

.tablet-hide {
    display: block !important
}

tr.tablet-hide {
    display: table-row !important
}

th.tablet-hide,
td.tablet-hide {
    display: table-cell !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-hide,
    tr.tablet-hide,
    th.tablet-hide,
    td.tablet-hide {
        display: none !important
    }
}

.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .desktop-only {
        display: block !important
    }
    tr.desktop-only {
        display: table-row !important
    }
    th.desktop-only,
    td.desktop-only {
        display: table-cell !important
    }
}

.desktop-hide {
    display: block !important
}

tr.desktop-hide {
    display: table-row !important
}

th.desktop-hide,
td.desktop-hide {
    display: table-cell !important
}

@media only screen and (min-width: 992px) {
    .desktop-hide,
    tr.desktop-hide,
    th.desktop-hide,
    td.desktop-hide {
        display: none !important
    }
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.clear-left {
    clear: left
}

.clear-both,
.clear {
    clear: both
}

.clear-right {
    clear: right
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0
}

.scaffolding-hidden {
    display: none !important;
    visibility: hidden
}

.scaffolding-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.scaffolding-visuallyhidden.focusable:active,
.scaffolding-visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.scaffolding-invisible {
    visibility: hidden
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #111;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

body {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.55
}

p {
    -webkit-hyphens: manual;
    -epub-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual
}

b,
strong,
.strong {
    font-weight: bold
}

cite,
dfn,
em,
i,
.em {
    font-style: italic
}

small,
.small {
    font-size: 75%
}

abbr[title],
abbr[data-original-title] {
    cursor: help
}

blockquote {
    border-left: 5px solid #EEE;
    margin: 2em 0;
    padding: 0 0 0 1.5em
}

blockquote p {
    font-size: 1.125em;
    font-weight: 300;
    margin-top: 0
}

blockquote small {
    color: #999;
    display: block
}

blockquote small:before {
    content: "\2014 \00A0"
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    font-style: normal;
    margin-bottom: 1em
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 0;
    padding: 0 3px 2px
}

code {
    background-color: #F7F7F7;
    border: 1px solid #E1E1E8;
    color: #D14;
    display: inline-block;
    padding: 2px 4px;
    white-space: pre-wrap
}

pre {
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

pre code {
    background-color: transparent;
    border: 0;
    color: inherit;
    padding: 0;
    white-space: pre;
    white-space: pre-wrap
}

hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #EEE;
    margin: 1.429em 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-weight: 500;
    text-rendering: optimizelegibility;
        font-family: 'Oswald', sans-serif;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none
}

h1,
.h1 {
    font-size: 2em;
    line-height: 1.2;
    margin: 0.67em 0
}

h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.3;
    margin: 0.83em 0
}

h3 {
    color: #f89630;
}

h4,
.h4 {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.33em 0
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 1.5;
    margin: 1.67em 0
}

h6,
.h6 {
    font-size: 0.746em;
    line-height: 1.55;
    margin: 2.33em 0
}

.underline {
    text-decoration: underline
}

.italic {
    font-style: italic
}

.bold {
    font-weight: bold
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}





a,
a:visited {
    color: #3498db;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2980b9;
    text-decoration: underline
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

a.read-more {
    white-space: nowrap
}

a.sc-btn,
button.sc-btn {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out
}

a.sc-btn:hover,
a.sc-btn:focus,
a.sc-btn:active,
a.sc-btn.active,
button.sc-btn:hover,
button.sc-btn:focus,
button.sc-btn:active,
button.sc-btn.active {
    text-decoration: none
}

a.sc-btn:disabled,
a.sc-btn.disabled,
a.sc-btn:disabled[disabled],
button.sc-btn:disabled,
button.sc-btn.disabled,
button.sc-btn:disabled[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

a.sc-btn--primary,
button.sc-btn--primary {
    background-color: #34495e;
    color: #FFF
}

a.sc-btn--primary:hover,
a.sc-btn--primary:focus,
a.sc-btn--primary:active,
a.sc-btn--primary.active,
button.sc-btn--primary:hover,
button.sc-btn--primary:focus,
button.sc-btn--primary:active,
button.sc-btn--primary.active {
    background-color: #22303d;
    color: #FFF
}

a.sc-btn--primary:active,
a.sc-btn--primary.active,
button.sc-btn--primary:active,
button.sc-btn--primary.active {
    background-color: #10161c
}

a.sc-btn--primary:disabled:hover,
a.sc-btn--primary:disabled:focus,
a.sc-btn--primary:disabled:active,
a.sc-btn--primary.disabled:hover,
a.sc-btn--primary.disabled:focus,
a.sc-btn--primary.disabled:active,
a.sc-btn--primary:disabled[disabled]:hover,
a.sc-btn--primary:disabled[disabled]:focus,
a.sc-btn--primary:disabled[disabled]:active,
button.sc-btn--primary:disabled:hover,
button.sc-btn--primary:disabled:focus,
button.sc-btn--primary:disabled:active,
button.sc-btn--primary.disabled:hover,
button.sc-btn--primary.disabled:focus,
button.sc-btn--primary.disabled:active,
button.sc-btn--primary:disabled[disabled]:hover,
button.sc-btn--primary:disabled[disabled]:focus,
button.sc-btn--primary:disabled[disabled]:active {
    background-color: #34495e
}

a.sc-btn--secondary,
button.sc-btn--secondary {
    background-color: #9b59b6;
    color: #FFF
}

a.sc-btn--secondary:hover,
a.sc-btn--secondary:focus,
a.sc-btn--secondary:active,
a.sc-btn--secondary.active,
button.sc-btn--secondary:hover,
button.sc-btn--secondary:focus,
button.sc-btn--secondary:active,
button.sc-btn--secondary.active {
    background-color: #804399;
    color: #FFF
}

a.sc-btn--secondary:active,
a.sc-btn--secondary.active,
button.sc-btn--secondary:active,
button.sc-btn--secondary.active {
    background-color: #623475
}

a.sc-btn--secondary:disabled:hover,
a.sc-btn--secondary:disabled:focus,
a.sc-btn--secondary:disabled:active,
a.sc-btn--secondary.disabled:hover,
a.sc-btn--secondary.disabled:focus,
a.sc-btn--secondary.disabled:active,
a.sc-btn--secondary:disabled[disabled]:hover,
a.sc-btn--secondary:disabled[disabled]:focus,
a.sc-btn--secondary:disabled[disabled]:active,
button.sc-btn--secondary:disabled:hover,
button.sc-btn--secondary:disabled:focus,
button.sc-btn--secondary:disabled:active,
button.sc-btn--secondary.disabled:hover,
button.sc-btn--secondary.disabled:focus,
button.sc-btn--secondary.disabled:active,
button.sc-btn--secondary:disabled[disabled]:hover,
button.sc-btn--secondary:disabled[disabled]:focus,
button.sc-btn--secondary:disabled[disabled]:active {
    background-color: #9b59b6
}

a.sc-btn--sm,
button.sc-btn--sm {
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

a.sc-btn--lg,
button.sc-btn--lg {
    font-size: 1.25em;
    padding-top: 0.875em;
    padding-bottom: 0.875em
}

a.sc-btn--narrow,
button.sc-btn--narrow {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em
}

a.sc-btn--wide,
button.sc-btn--wide {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em
}

@media only screen and (min-width: 992px) {
    a.sc-btn--wide,
    button.sc-btn--wide {
        padding-left: 3em;
        padding-right: 3em
    }
}

a.sc-btn--full,
button.sc-btn--full {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%
}

ul,
ol {
    margin: 1em 0;
    padding: 0
}

ul.list-style--none,
ol.list-style--none {
    list-style-type: none
}

ul.list-style--none li,
ol.list-style--none li {
    margin-left: 0
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ul li>ul,
ul li>ol,
ol li>ol,
ol li>ul {
    margin-top: 5px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-right: 0.5em
}

li {
    margin-bottom: 0.5em;
    margin-left: 2em
}

dd {
    color: #787878;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    margin-left: 0
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
    height: auto;
    max-width: 100%
}

video {
    height: auto !important;
    width: 100% !important
}

figure {
    margin: 1em 0
}

img.alignleft,
.alignleft,
img.alignright,
.alignright,
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
    display: block;
    margin: 15px auto
}

@media only screen and (min-width: 600px) {
    img.alignleft,
    .alignleft {
        float: left;
        margin: 5px 20px 15px 0
    }
    img.alignright,
    .alignright {
        float: right;
        margin: 5px 0 15px 20px
    }
    img.aligncenter,
    .aligncenter {
        display: block;
        margin: 15px auto
    }
    img.alignnone,
    .alignnone {
        clear: both;
        margin: 15px 0
    }
}

.wp-caption {
    background: #EEE;
    padding: 6px
}

.wp-caption img {
    margin-bottom: 6px;
    width: 100%;
    vertical-align: top
}

.wp-caption-text {
    font-size: 0.85em;
    text-align: center;
    background: #EEE;
    font-style: italic
}

.gallery {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.gallery .gallery-item .gallery-icon {
    text-align: center
}

.gallery .gallery-item .gallery-icon a:focus {
    outline: none
}

.gallery .gallery-item .gallery-icon a img {
    vertical-align: top
}

.gallery>br {
    display: none
}

.gallery-caption {
    padding: 6px
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: 33.333%
}

@media only screen and (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        width: 25%
    }
    .gallery-columns-5 .gallery-item {
        width: 20%
    }
}

.wp-video {
    margin: 1em 0
}

.mejs-video {
    height: auto !important;
    padding-top: 57%;
    width: 100% !important
}

.mejs-video .mejs-inner .mejs-mediaelement video {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important
}

.mejs-video .mejs-inner .mejs-layers .mejs-poster {
    height: 100% !important;
    width: 100% !important
}

.mejs-video .mejs-inner .mejs-overlay-play {
    height: 100% !important;
    width: 100% !important
}

.wp-playlist {
    overflow: hidden
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
    display: block
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

table {
    border-collapse: collapse;
    margin: 1em 0;
    text-align: left;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

table thead {
    text-align: center
}

table th,
table td {
    padding: 4px
}

table th {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #111;
    font-weight: bold;
    text-align: center
}

table td {
    color: #111;
    vertical-align: top
}

table tr:nth-child(even),
table tr.even {
    background-color: #FFF
}



@media only screen and (min-width: 768px) {
    table th,
    table td {
        padding: 8px
    }
}

::-webkit-input-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

:-moz-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

::-moz-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #CCC;
    font-style: italic;
    font-weight: 400
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0
}

[placeholder]:focus:-moz-placeholder {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0
}

[placeholder]:focus::-moz-placeholder {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0
}

[placeholder]:focus:-ms-placeholder {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
    background: #F9F9F9;
    border: 1px solid #DDD;
    border-radius: 0;
    color: #444;
    font-size: 1em;
    letter-spacing: normal;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%
}

textarea:focus,
textarea:active,
select:focus,
select:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:active {
    background: #FFF;
    border: 1px solid #999
}

select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
    vertical-align: middle;
    height: 42px;
    padding: 0 8px
}

input[type="image"] {
    border: none;
    padding: 0;
    width: auto
}

textarea {
    resize: vertical;
    padding: 8px
}

select {
    font-size: 1em;
    font-family: inherit;
    padding: 5px !important;
    overflow: hidden;
    letter-spacing: normal;
    border: 0;
    outline: 1px ridge #DDD;
    -webkit-border-radius: 0;

}

select option {
    padding: 2px 10px !important;
    display: block
}

select:focus {
    border: 0;
    outline: 1px ridge #999;
    -webkit-border-radius: 0;

}

input[type="submit"],
input[type="button"],
button[type="submit"] {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background-color: #34495e;
    color: #FFF;
    font-size: 1.25em;
    padding-top: 0.875em;
    padding-bottom: 0.875em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    background-image: none;
    border-radius: 0;
    cursor: pointer;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"].active {
    text-decoration: none
}

input[type="submit"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled[disabled],
input[type="button"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled[disabled],
button[type="submit"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"].active {
    background-color: #22303d;
    color: #FFF
}

input[type="submit"]:active,
input[type="submit"].active,
input[type="button"]:active,
input[type="button"].active,
button[type="submit"]:active,
button[type="submit"].active {
    background-color: #10161c
}

input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:active,
input[type="submit"].disabled:hover,
input[type="submit"].disabled:focus,
input[type="submit"].disabled:active,
input[type="submit"]:disabled[disabled]:hover,
input[type="submit"]:disabled[disabled]:focus,
input[type="submit"]:disabled[disabled]:active,
input[type="button"]:disabled:hover,
input[type="button"]:disabled:focus,
input[type="button"]:disabled:active,
input[type="button"].disabled:hover,
input[type="button"].disabled:focus,
input[type="button"].disabled:active,
input[type="button"]:disabled[disabled]:hover,
input[type="button"]:disabled[disabled]:focus,
input[type="button"]:disabled[disabled]:active,
button[type="submit"]:disabled:hover,
button[type="submit"]:disabled:focus,
button[type="submit"]:disabled:active,
button[type="submit"].disabled:hover,
button[type="submit"].disabled:focus,
button[type="submit"].disabled:active,
button[type="submit"]:disabled[disabled]:hover,
button[type="submit"]:disabled[disabled]:focus,
button[type="submit"]:disabled[disabled]:active {
    background-color: #34495e
}

@media only screen and (min-width: 992px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"] {
        padding-left: 3em;
        padding-right: 3em
    }
}

input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.error-404 #searchform {
    margin: 1em 0;
    max-width: 481px
}

#searchform {
    height: 42px;
    overflow: hidden;
    position: relative
}

#searchform label {
    display: none
}

#searchform #s {
    padding-right: 12%;
    width: 100%
}

#searchform #searchsubmit {
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%
}

.post-password-form label {
    display: block
}

.post-password-form input[type="password"] {
    margin-top: 4px;
    margin-bottom: 1em
}

@media only screen and (min-width: 768px) {
    .post-password-form input[type="password"] {
        display: block;
        width: 50%
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.wrap {
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.wrap:after,
.wrap:before {
    content: " ";
    display: table
}

.wrap:after {
    clear: both
}

@media only screen and (min-width: 1200px) {
    .wrap {
        max-width: 80%
    }

     .page-id-6 .wrap {
        max-width: 100%
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    zoom: 1
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.scaffolding-page-navi {
    list-style: none;
    text-align: center;
    margin: 2em -2px 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.scaffolding-page-navi:empty {
    display: none;
    margin: 0
}

.scaffolding-page-navi li {
    display: inline-block;
    margin: 2px;
    min-width: 3em
}

.scaffolding-page-navi li:empty {
    display: none;
    margin: 0
}

.scaffolding-page-navi li a,
.scaffolding-page-navi li span {
    display: block;
    padding: 0.675em;
    border: 1px solid #DDD;
    text-align: center
}

.scaffolding-page-navi li a {
    color: #111;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.scaffolding-page-navi li a:hover,
.scaffolding-page-navi li a:focus {
    color: #3498db;
    text-decoration: none
}

.scaffolding-page-navi li.sc-current span {
    background-color: #EEE
}

.scaffolding-page-navi li.sc-prev-link,
.scaffolding-page-navi li.sc-next-link {
    display: none
}

.scaffolding-page-navi li.sc-prev-link a,
.scaffolding-page-navi li.sc-next-link a {
    color: #FFF;
    background-color: #34495e;
    border-color: #34495e
}

.scaffolding-page-navi li.sc-prev-link a:hover,
.scaffolding-page-navi li.sc-prev-link a:focus,
.scaffolding-page-navi li.sc-next-link a:hover,
.scaffolding-page-navi li.sc-next-link a:focus {
    background-color: #22303d;
    border-color: #22303d
}

.scaffolding-page-navi li.sc-first-link a,
.scaffolding-page-navi li.sc-last-link a {
    color: #FFF;
    background-color: #9b59b6;
    border-color: #9b59b6
}

.scaffolding-page-navi li.sc-first-link a:hover,
.scaffolding-page-navi li.sc-first-link a:focus,
.scaffolding-page-navi li.sc-last-link a:hover,
.scaffolding-page-navi li.sc-last-link a:focus {
    background-color: #804399;
    border-color: #804399
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

@media only screen and (min-width: 481px) {
    .scaffolding-page-navi li a,
    .scaffolding-page-navi li span {
        padding: 0.5em 1.25em
    }
}

@media only screen and (min-width: 768px) {
    .scaffolding-page-navi li.sc-prev-link,
    .scaffolding-page-navi li.sc-next-link {
        display: inline-block
    }
}

.respond-form,
.comment-respond {
    zoom: 1
}

.respond-form:after,
.respond-form:before,
.comment-respond:after,
.comment-respond:before {
    content: " ";
    display: table
}

.respond-form:after,
.comment-respond:after {
    clear: both
}

.respond-form #reply-title,
.comment-respond #reply-title {
    font-weight: bold
}

.respond-form #reply-title small,
.comment-respond #reply-title small {
    display: block;
    font-weight: normal;
    margin-top: 1em
}

.respond-form form,
.comment-respond form {
    margin: 0.75em 0
}

.respond-form form p,
.comment-respond form p {
    margin: 0 0 0.75em
}

.respond-form form ul,
.comment-respond form ul {
    margin: 0
}

.respond-form form ul li,
.comment-respond form ul li {
    clear: both;
    list-style-type: none;
    margin-bottom: 0.7335em;
    margin-left: 0
}

.respond-form form ul li label,
.respond-form form ul li small,
.comment-respond form ul li label,
.comment-respond form ul li small {
    display: none
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"],
.respond-form form textarea,
.comment-respond form input[type="text"],
.comment-respond form input[type="email"],
.comment-respond form input[type="url"],
.comment-respond form textarea {
    width: 100%
}

.respond-form form input[type="text"]:invalid,
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid,
.comment-respond form input[type="text"]:invalid,
.comment-respond form input[type="email"]:invalid,
.comment-respond form input[type="url"]:invalid,
.comment-respond form textarea:invalid {
    background-color: #f6e7eb;
    border-color: #fbc2c4;
    box-shadow: none;
    outline: none
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"],
.comment-respond form input[type="text"],
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea,
.comment-respond form textarea {
    height: 150px
}

.respond-form form label,
.comment-respond form label {
    clear: both;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 4px 0
}

.respond-form form label .required,
.comment-respond form label .required {
    color: #AF3124
}

.respond-form #comment-form-title,
.comment-respond #comment-form-title {
    margin: 0 0 1.1em
}

.respond-form .form-allowed-tags,
.comment-respond .form-allowed-tags {
    margin: 1em 0 1.675em 0
}

.respond-form .form-allowed-tags code,
.comment-respond .form-allowed-tags code {
    display: block;
    margin-top: 0.5em;
    overflow: hidden
}

.respond-form .nocomments,
.comment-respond .nocomments {
    margin: 0 20px 1.1em
}

#comment-nav-above {
    margin-bottom: 2em
}

#comment-nav-below {
    margin-top: 1em;
    margin-bottom: 1em
}

.comment-navigation {
    zoom: 1
}

.comment-navigation:after,
.comment-navigation:before {
    content: " ";
    display: table
}

.comment-navigation:after {
    clear: both
}

.comment-navigation .nav-previous {
    float: left
}

.comment-navigation .nav-next {
    float: right;
    text-align: right
}

.commentlist {
    margin: 0;
    padding: 0
}

.commentlist li {
    clear: both;
    list-style-type: none;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0;
    position: relative
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li .children {
    margin: 0
}

.commentlist li .children li {
    margin-left: 0 0 0 3em
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist .vcard {
    height: auto;
    min-height: 32px;
    position: relative
}

.commentlist .vcard .fn {
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    margin-left: 50px
}

.commentlist .vcard time {
    display: block;
    margin-left: 50px
}

.commentlist .vcard time a {
    font-size: 0.9em;
    font-weight: 300
}

.commentlist .vcard time .comment-date-link {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time .comment-date-link:hover {
    text-decoration: underline
}

.commentlist .vcard .avatar,
.commentlist .vcard .photo {
    border: 1px solid #DDD;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.commentlist .vcard .comment-edit-link {
    margin-left: 0.5em;
    font-size: 0.875em
}

.commentlist .alert.info p {
    color: #AF3124;
    font-style: italic
}

.commentlist .comment_content {
    border: 1px solid #DDD;
    clear: both;
    margin-top: 1em;
    padding: 0.5em 0.5em 0.5em 1.5em
}

.commentlist .comment_content p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1em 0
}

.commentlist .comment_content ul li,
.commentlist .comment_content ol li {
    list-style-type: inherit;
    overflow: visible
}

.commentlist .comment-reply-link {
    color: #3498db;
    float: right;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0.5em 0 1em 0;
    padding: 5px 15px;
    text-decoration: none
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    color: #2980b9;
    text-decoration: none
}

.commentlist .comment-reply-link:after {
    content: "\f112";
    font-family: "FontAwesome";
    padding-left: 5px
}

.widget {
    margin: 2.2em 0;
    padding: 0
}

.widget:first-child {
    margin: 0 0 2.2em
}

.widget:first-child .widgettitle {
    margin-top: 0
}

.widget:last-child {
    margin: 2.2em 0 0
}

.widget:only-child {
    margin: 0
}

.widget:only-child .widgettitle {
    margin-top: 0
}

.widget .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em
}

.widget ul li,
.widget ol li {
    margin-left: 0;
    margin-bottom: 0.75em
}

.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
    margin-top: 0.75em;
    margin-left: 2em;
    margin-right: 0
}

.widget a,
.widget p,
.widget li,
.widget .widgettitle {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

#calendar_wrap {
    overflow-x: auto
}

#wp-calendar caption {
    margin-bottom: 0.5em
}

#wp-calendar td {
    text-align: center;
    vertical-align: middle
}

#wp-calendar tfoot td {
    background: #FFF;
    border: 0;
    padding-left: 0;
    padding-right: 0
}

#wp-calendar #next a,
#wp-calendar #prev a {
    font-size: 0.9em
}

#wp-calendar #next {
    text-align: right
}

#wp-calendar #prev {
    text-align: left
}

#wp-calendar .pad {
    background: #FFF
}

.widget_recent_entries ul li .post-date {
    display: block;
    color: #999;
    font-size: 0.875em;
    font-style: italic
}

.widget_rss ul li {
    margin-bottom: 1em
}

.widget_rss ul li .rss-date {
    display: block;
    color: #999;
    font-size: 0.875em;
    font-style: italic
}

.widget_rss ul li .rssSummary {
    margin: 0.5em 0;
    font-size: 0.875em
}

.widget_rss ul li cite {
    color: #999
}

li.gf_inline div.ginput_container {
    white-space: nowrap !important
}

.top_label input.small,
.top_label select.small,
.top_label select.small+.select2-container,
.top_label textarea.small,
.top_label input.medium,
.top_label select.medium,
.top_label select.medium+.select2-container,
.top_label textarea.medium,
.top_label input.large,
.top_label select.large,
.top_label select.large+.select2-container,
.top_label textarea.large,
.left_label input.small,
.left_label select.small,
.left_label select.small+.select2-container,
.left_label textarea.small,
.left_label input.medium,
.left_label select.medium,
.left_label select.medium+.select2-container,
.left_label textarea.medium,
.left_label input.large,
.left_label select.large,
.left_label select.large+.select2-container,
.left_label textarea.large,
.right_label input.small,
.right_label select.small,
.right_label select.small+.select2-container,
.right_label textarea.small,
.right_label input.medium,
.right_label select.medium,
.right_label select.medium+.select2-container,
.right_label textarea.medium,
.right_label input.large,
.right_label select.large,
.right_label select.large+.select2-container,
.right_label textarea.large {
    width: 100%
}

.top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.top_label li.gfield.gf_inline input[type=text].large,
.top_label li.gfield.gf_inline input[type=url].large,
.top_label li.gfield.gf_inline input[type=email].large,
.top_label li.gfield.gf_inline input[type=tel].large,
.top_label li.gfield.gf_inline input[type=number].large,
.top_label li.gfield.gf_inline input[type=password].large {
    width: 25.4em !important
}

.top_label li.gfield.gf_inline input[type=text].medium,
.top_label li.gfield.gf_inline input[type=url].medium,
.top_label li.gfield.gf_inline input[type=email].medium,
.top_label li.gfield.gf_inline input[type=tel].medium,
.top_label li.gfield.gf_inline input[type=number].medium,
.top_label li.gfield.gf_inline input[type=password].medium {
    width: 18.7em !important
}

.top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 6em !important
}

.top_label li.gfield.gf_inline input[type=text].small,
.top_label li.gfield.gf_inline input[type=url].small,
.top_label li.gfield.gf_inline input[type=email].small,
.top_label li.gfield.gf_inline input[type=tel].small,
.top_label li.gfield.gf_inline input[type=number].small,
.top_label li.gfield.gf_inline input[type=password].small {
    width: 5em !important
}

.top_label li.gfield.gf_inline select {
    width: auto !important
}

.top_label li.gfield.gf_inline textarea {
    width: 95% !important
}

.top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
.top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important
}

.top_label li.gfield.gf_inline div.gfield_time_hour,
.top_label li.gfield.gf_inline div.gfield_time_minute,
.top_label li.gfield.gf_inline div.gfield_date_month,
.top_label li.gfield.gf_inline div.gfield_date_day,
.top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px
}

.top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto
}

.top_label li.gfield.gf_left_half,
.top_label li.gfield.gf_right_half {
    width: 100%
}

.top_label li.gfield.gf_left_half input.medium,
.top_label li.gfield.gf_left_half input.large,
.top_label li.gfield.gf_left_half select.medium,
.top_label li.gfield.gf_left_half select.large,
.top_label li.gfield.gf_left_half select.medium+.select2-container,
.top_label li.gfield.gf_left_half select.large+.select2-container,
.top_label li.gfield.gf_right_half input.medium,
.top_label li.gfield.gf_right_half input.large,
.top_label li.gfield.gf_right_half select.medium,
.top_label li.gfield.gf_right_half select.large,
.top_label li.gfield.gf_right_half select.medium+.select2-container,
.top_label li.gfield.gf_right_half select.large+.select2-container {
    width: 100%
}

.top_label li.gfield.gf_left_half textarea,
.top_label li.gfield.gf_right_half textarea {
    width: 100%
}

.top_label li.gfield.gf_left_half input.small,
.top_label li.gfield.gf_right_half input.small {
    width: 100%
}

.top_label li.gfield.gf_left_half+li.gsection,
.top_label li.gfield.gf_right_half+li.gsection {
    padding: 16px 0 8px 0
}

.top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0
}

.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0
}

.top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0
}

.top_label li.gfield.gf_left_half+li.gfield,
.top_label li.gfield.gf_right_half+li.gfield,
.top_label li.gfield.gf_left_half+.gform_footer,
.top_label li.gfield.gf_right_half+.gform_footer {
    clear: both
}

.top_label li.gfield.gf_left_third,
.top_label li.gfield.gf_middle_third,
.top_label li.gfield.gf_right_third {
    width: 100%
}

.top_label li.gfield.gfield_error.gf_left_third,
.top_label li.gfield.gfield_error.gf_middle_third,
.top_label li.gfield.gfield_error.gf_right_third {
    width: 100%
}

.top_label li.gfield.gf_left_third+li.gsection,
.top_label li.gfield.gf_right_third+li.gsection {
    padding: 16px 0 8px 0
}

.top_label li.gfield.gf_left_third+li.gfield,
.top_label li.gfield.gf_middle_third+li.gfield,
.top_label li.gfield.gf_right_third+li.gfield,
.top_label li.gfield.gf_left_third+.gform_footer,
.top_label li.gfield.gf_middle_third+.gform_footer,
.top_label li.gfield.gf_right_third+.gform_footer {
    clear: both
}

li.gfield.gf_list_2col ul.gfield_checkbox li,
li.gfield.gf_list_2col ul.gfield_radio li,
li.gfield.gf_2col ul.gfield_checkbox li,
li.gfield.gf_2col ul.gfield_radio li {
    width: 100%;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

li.gfield.gf_list_3col ul.gfield_checkbox li,
li.gfield.gf_list_3col ul.gfield_radio li,
li.gfield.gf_3col ul.gfield_checkbox li,
li.gfield.gf_3col ul.gfield_radio li {
    width: 100%;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

li.gfield.gf_list_4col ul.gfield_checkbox li,
li.gfield.gf_list_4col ul.gfield_radio li {
    width: 100%;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

li.gfield.gf_list_5col ul.gfield_checkbox li,
li.gfield.gf_list_5col ul.gfield_radio li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

li.gfield.gf_list_2col ul.gfield_checkbox,
li.gfield.gf_list_2col ul.gfield_radio,
li.gfield.gf_list_3col ul.gfield_checkbox,
li.gfield.gf_list_3col ul.gfield_radio,
li.gfield.gf_list_4col ul.gfield_checkbox,
li.gfield.gf_list_4col ul.gfield_radio,
li.gfield.gf_list_5col ul.gfield_checkbox,
li.gfield.gf_list_5col ul.gfield_radio,
li.gfield.gf_2col ul.gfield_checkbox,
li.gfield.gf_2col ul.gfield_radio,
li.gfield.gf_3col ul.gfield_checkbox,
li.gfield.gf_3col ul.gfield_radio {
    overflow: hidden
}

li.gfield.gf_list_2col label.gfield_label,
li.gfield.gf_list_3col label.gfield_label,
li.gfield.gf_list_4col label.gfield_label,
li.gfield.gf_list_5col label.gfield_label,
li.gfield.gf_list_inline label.gfield_label {
    margin: 10px 0 10px 0
}

li.gfield.gf_list_height_25 ul.gfield_checkbox li,
li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px
}

li.gfield.gf_list_height_50 ul.gfield_checkbox li,
li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px
}

li.gfield.gf_list_height_75 ul.gfield_checkbox li,
li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px
}

li.gfield.gf_list_height_100 ul.gfield_checkbox li,
li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px
}

li.gfield.gf_list_height_125 ul.gfield_checkbox li,
li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px
}

li.gfield.gf_list_height_150 ul.gfield_checkbox li,
li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px
}

li.gfield.gf_list_inline ul.gfield_checkbox li ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 10px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important
}

li.gsection.gf_scroll_text {
    height: 180px;
    width: 96%;
    overflow: auto;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important
}

li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 10px !important
}

li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 0.8em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 1em 0 1.5em 2.0em;
    padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 1em 0 1em 1.5em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li,
form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    padding-left: 0;
    margin: 0 0 0.5em
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 1.5em 0;
    padding-left: 0
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: bold
}

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 1em 1.5em
}

li.gfield.gfield_html.gf_alert_green,
li.gfield.gfield_html.gf_alert_red,
li.gfield.gfield_html.gf_alert_yellow,
li.gfield.gfield_html.gf_alert_gray,
li.gfield.gfield_html.gf_alert_blue {
    margin: 20px 0 !important;
    padding: 20px !important
}

li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030
}

li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525
}

li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222
}

li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242
}

li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475
}

div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 2em;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 2em;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 1.6em
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div#gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf', GradientType=0)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4)
}

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div#gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #FFFBCC;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088));
    background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088', GradientType=0)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

@media only screen and (min-width: 768px) {
    .right_label input.small,
    .right_label select.small,
    .right_label select.small+.select2-container,
    .right_label textarea.small,
    .left_label input.small,
    .left_label select.small,
    .left_label select.small+.select2-container,
    .left_label textarea.small {
        width: 15%
    }
    .right_label input.medium,
    .right_label select.medium,
    .right_label select.medium+.select2-container,
    .right_label textarea.medium,
    .left_label input.medium,
    .left_label select.medium,
    .left_label select.medium+.select2-container,
    .left_label textarea.medium {
        width: 35%
    }
    .right_label input.large,
    .right_label select.large,
    .right_label select.large+.select2-container,
    .right_label textarea.large,
    .left_label input.large,
    .left_label select.large,
    .left_label select.large+.select2-container,
    .left_label textarea.large {
        width: 69%
    }
    .right_label .ginput_complex,
    .left_label .ginput_complex {
        width: 69%
    }
    .top_label input.large,
    .top_label select.large,
    .top_label select.large+.select2-container,
    .top_label textarea.large,
    .top_label textarea.medium,
    .top_label textarea.small {
        width: 100%
    }
    .top_label input.small,
    .top_label select.small,
    .top_label select.small+.select2-container {
        width: 25%
    }
    .top_label input.medium,
    .top_label select.medium,
    .top_label select.medium+.select2-container {
        width: 49%
    }
    .top_label li.gf_list_inline ul.gfield_radio li,
    .top_label li.gf_list_inline ul.gfield_checkbox li {
        display: inline-block
    }
    .top_label li.gf_list_inline ul.gfield_radio li label,
    .top_label li.gf_list_inline ul.gfield_checkbox li label {
        margin-right: 2em
    }
    .top_label li.gfield.gf_left_half,
    .top_label li.gfield.gf_right_half,
    .top_label li.gfield_medium {
        width: 49%
    }
    .top_label li.gfield.gf_left_half input.small,
    .top_label li.gfield.gf_right_half input.small,
    .top_label li.gfield_medium input.small {
        width: 35%
    }
    .top_label li.gfield.gf_left_half {
        float: left;
        clear: left !important
    }
    .top_label li.gfield.gf_right_half {
        float: right;
        clear: right !important
    }
    .top_label li.gfield.gf_left_half input.large,
    .top_label li.gfield.gf_left_half select.large,
    .top_label li.gfield.gf_left_half select.large+.select2-container,
    .top_label li.gfield.gf_left_half textarea.large,
    .top_label li.gfield.gf_left_half input.medium,
    .top_label li.gfield.gf_left_half select.medium,
    .top_label li.gfield.gf_left_half select.medium+.select2-container,
    .top_label li.gfield.gf_left_half textarea.medium,
    .top_label li.gfield.gf_right_half input.large,
    .top_label li.gfield.gf_right_half select.large,
    .top_label li.gfield.gf_right_half select.large+.select2-container,
    .top_label li.gfield.gf_right_half textarea.large,
    .top_label li.gfield.gf_right_half input.medium,
    .top_label li.gfield.gf_right_half select.medium,
    .top_label li.gfield.gf_right_half select.medium+.select2-container,
    .top_label li.gfield.gf_right_half textarea.medium {
        width: 100% !important
    }
    .top_label li.gfield.gf_left_third,
    .top_label li.gfield.gf_middle_third,
    .top_label li.gfield.gf_right_third {
        width: 33.3%
    }
    .top_label li.gfield.gf_left_third input.medium,
    .top_label li.gfield.gf_left_third input.large,
    .top_label li.gfield.gf_left_third select.medium,
    .top_label li.gfield.gf_left_third select.large,
    .top_label li.gfield.gf_left_third select.medium+.select2-container,
    .top_label li.gfield.gf_left_third select.large+.select2-container,
    .top_label li.gfield.gf_middle_third input.medium,
    .top_label li.gfield.gf_middle_third input.large,
    .top_label li.gfield.gf_middle_third select.medium,
    .top_label li.gfield.gf_middle_third select.large,
    .top_label li.gfield.gf_middle_third select.medium+.select2-container,
    .top_label li.gfield.gf_middle_third select.large+.select2-container,
    .top_label li.gfield.gf_right_third input.medium,
    .top_label li.gfield.gf_right_third input.large,
    .top_label li.gfield.gf_right_third select.medium,
    .top_label li.gfield.gf_right_third select.large,
    .top_label li.gfield.gf_right_third select.medium+.select2-container,
    .top_label li.gfield.gf_right_third select.large+.select2-container {
        width: 100%
    }
    .top_label li.gfield.gfield_error.gf_left_third,
    .top_label li.gfield.gfield_error.gf_middle_third,
    .top_label li.gfield.gfield_error.gf_right_third {
        width: 29%
    }
    .top_label li.gfield.gf_left_third {
        float: left;
        clear: left !important
    }
    .top_label li.gfield.gf_middle_third {
        float: left;
        clear: none !important
    }
    .top_label li.gfield.gfield_error.gf_middle_third {
        margin-left: 3%
    }
    .top_label li.gfield.gf_right_third {
        float: right;
        clear: right !important
    }
    li.gfield.gf_list_2col label,
    li.gfield.gf_list_3col label,
    li.gfield.gf_list_4col label,
    li.gfield.gf_list_5col label {
        margin-bottom: 10px
    }
    li.gfield.gf_list_2col ul.gfield_checkbox li,
    li.gfield.gf_list_2col ul.gfield_radio li,
    li.gfield.gf_2col ul.gfield_checkbox li,
    li.gfield.gf_2col ul.gfield_radio li {
        width: 50%;
        float: left;
        padding-right: 1em
    }
    li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n),
    li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n),
    li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n),
    li.gfield.gf_2col ul.gfield_radio li:nth-child(2n) {
        clear: right
    }
    li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n+1),
    li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n+1),
    li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n+1),
    li.gfield.gf_2col ul.gfield_radio li:nth-child(2n+1) {
        clear: left
    }
    li.gfield.gf_list_3col ul.gfield_checkbox li,
    li.gfield.gf_list_3col ul.gfield_radio li,
    li.gfield.gf_3col ul.gfield_checkbox li,
    li.gfield.gf_3col ul.gfield_radio li {
        width: 33%;
        float: left;
        padding-right: 1em
    }
    li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n),
    li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n),
    li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n),
    li.gfield.gf_3col ul.gfield_radio li:nth-child(3n) {
        clear: right
    }
    li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n+1),
    li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n+1),
    li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n+1),
    li.gfield.gf_3col ul.gfield_radio li:nth-child(3n+1) {
        clear: left
    }
    li.gfield.gf_list_4col ul.gfield_checkbox li,
    li.gfield.gf_list_4col ul.gfield_radio li {
        width: 25%;
        float: left;
        padding-right: 1em
    }
    li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n),
    li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n) {
        clear: right
    }
    li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n+1),
    li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n+1) {
        clear: left
    }
    li.gfield.gf_list_5col ul.gfield_checkbox li,
    li.gfield.gf_list_5col ul.gfield_radio li {
        width: 20%;
        float: left;
        padding-right: 1em
    }
    li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n),
    li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n) {
        clear: right
    }
    li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n+1),
    li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n+1) {
        clear: left
    }
}

li.gfield.gfield_creditcard_warning {
    margin-bottom: 6px !important;
    padding: 6px 6px 4px 6px !important;
    border: 1px dashed #a00
}

li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: 1em;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    padding: 10px 20px 10px 45px;
    min-height: 25px;
    background-image: url("/wp-content/plugins/gravityforms/images/stopbanner.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #a00;
    border-bottom: 1px solid #620101;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.3em;
    letter-spacing: 0.2pt
}

li.gfield+li.gfield.gfield_creditcard_warning {
    margin-top: 14px !important
}

.gfield_error input[type=text],
.gfield_error input[type=url],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error textarea,
.gfield_error input,
.gfield_error .select2-container .select2-selection {
    border: 1px solid #c0392b
}

.gfield_error input[type=text]:focus,
.gfield_error input[type=url]:focus,
.gfield_error input[type=email]:focus,
.gfield_error input[type=tel]:focus,
.gfield_error input[type=number]:focus,
.gfield_error input[type=password]:focus,
.gfield_error textarea:focus,
.gfield_error input:focus,
.gfield_error .select2-container .select2-selection:focus {
    border: 1px solid #c0392b
}

.gfield_error .gform_fileupload_multifile .gform_drop_area {
    border: 2px dotted #c0392b
}

div.validation_error {
    position: relative;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    background-color: #EEE;
    border-top-width: 3px;
    border-top-style: solid;
    width: auto;
    font-weight: bold;
    margin-bottom: 1.6em;
    border-top-color: #c0392b
}

div.validation_error:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: 0.675em;
    font-size: 1.5em
}

div.validation_error:before {
    content: "\f071";
    color: #c0392b
}

div.gf_page_steps+div.validation_error {
    margin-top: 16px
}

div.gfield_description.validation_message {
    color: #c0392b
}

.ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0
}

.gform_ajax_spinner {
    padding-left: 10px
}

.gfield_captcha_input_container {
    padding-top: 3px
}

.simple_captcha_small input {
    width: 100px
}

.simple_captcha_medium input {
    width: 150px
}

.simple_captcha_large input {
    width: 200px
}

.gform_wrapper .left_label .simple_captcha_small,
.right_label .simple_captcha_small,
.left_label .simple_captcha_medium,
.right_label .simple_captcha_medium,
.left_label .simple_captcha_large,
.right_label .simple_captcha_large {
    margin-left: 32%
}

.gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.math_small input {
    width: 69px
}

.math_medium input {
    width: 90px
}

.math_large input {
    width: 108px
}

.left_label .math_small,
.right_label .math_small,
.left_label .math_medium,
.right_label .math_medium,
.left_label .math_large,
.right_label .math_large {
    margin-left: 32%
}

input[type=hidden],
input.gform_hidden,
.gform_hidden,
.gf_hidden {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden
}

.ginput_full br,
.ginput_left br,
.ginput_right br {
    display: none !important
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
    width: 70px;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
    margin-right: 12px;
    width: 50px;
    float: left
}

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
    width: 85% !important
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin-right: 6px
}

.gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.gfield_time_ampm select {
    width: 60px !important
}

.gfield_time_hour input,
.gfield_time_minute input,
.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
    width: 70% !important
}

.datepicker {
    width: 100px !important
}

input.datepicker.datepicker_with_icon {
    margin-right: 4px !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 0.875em;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse
}

.ui-datepicker-header {
    background-color: #666;
    color: #e0e0e0;
    font-weight: bold;
    -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
    box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 40px;
    min-height: 30px !important;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #666
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker-title .ui-datepicker-month {
    margin-right: 5px
}

.ui-datepicker-title select {
    margin-top: 2.5%
}

.ui-datepicker-prev:before {
    font-family: "FontAwesome";
    font-size: 1em;
    color: #FFF;
    content: "\f104";
    margin-right: 5px;
    margin-left: 5px
}

.ui-datepicker-next:after {
    font-family: "FontAwesome";
    font-size: 1em;
    color: #FFF;
    content: "\f105";
    margin-right: 5px;
    margin-left: 5px
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #FFF !important;
    height: 30px
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px
}

.ui-datepicker thead {
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0)
}

.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.ui-datepicker tbody td:last-child {
    border-right: 0px
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1)
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5)
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7
}

.ui-datepicker-calendar .ui-state-active {
    background: #FFF2AA;
    border: 1px solid #c19163;
    color: #666;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=1);
    position: relative;
    margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7
}

table.ui-datepicker-calendar {
    margin: 0 0 0 0 !important
}

body div#ui-datepicker-div[style] {
    z-index: 9999 !important
}

div.charleft {
    font-size: 11px;
    margin-top: 4px;
    color: #B7B7B7;
    width: 92% !important;
    white-space: nowrap !important
}

div.charleft[style] {
    width: 92% !important
}

div.charleft.warningTextareaInfo {
    color: #A1A1A1
}

li.gf_hide_charleft div.charleft {
    display: none !important
}

.gf_submission_limit_message {
    color: #790000;
    font-size: 1.4em
}

.ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7
}

span.ginput_total {
    color: #060;
    font-size: 1.2em
}

.top_label span.ginput_total {
    margin: 8px 0
}

span.ginput_product_price_label {
    margin-right: 2px
}

span.ginput_product_price {
    color: #900
}

span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px
}

input.ginput_quantity {
    width: 40px
}

.gform_page_footer {
    margin: 20px 0;
    width: 99%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0 0
}

.gform_page_footer input.gform_previous_button {
    float: left;
    width: auto !important;
    padding-left: 1em;
    padding-right: 1em
}

.gform_page_footer input.gform_next_button,
.gform_page_footer .button.gform_button {
    float: right;
    width: auto !important;
    padding-left: 1em;
    padding-right: 1em
}

.gf_progressbar_wrapper {
    clear: both;
    width: 99%;
    margin: 0 0 8px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px dotted #CCC
}

.gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 13px;
    line-height: 1em !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.gf_progressbar {
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px !important;
    border: 1px solid #CCC;
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFF
}

.gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1em
}

.gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 18px
}

.gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none
}

.percentbar_blue {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-blue.png");
    background-repeat: repeat-x;
    background-color: #0072BC;
    color: #FFF
}

.percentbar_gray {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-gray.png");
    background-repeat: repeat-x;
    background-color: #666;
    color: #FFF
}

.percentbar_green {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-green.png");
    background-repeat: repeat-x;
    background-color: #94DC21;
    color: #FFF
}

.percentbar_orange {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-orange.png");
    background-repeat: repeat-x;
    background-color: #DC7021;
    color: #FFF
}

.percentbar_red {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-red.png");
    background-repeat: repeat-x;
    background-color: #DC2521;
    color: #FFF
}

.percentbar_custom {
    background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-custom.png");
    background-repeat: repeat-x
}

.gf_page_steps {
    width: 99%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #CCC
}

.gf_step {
    width: auto !important;
    margin: 0 10px 10px 0;
    font-size: 14px;
    height: 20px;
    line-height: 20px !important;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    font-family: arial, sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.gf_step span.gf_step_number {
    font-size: 20px;
    float: left;
    font-family: arial, sans-serif
}

.gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0
}

.gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.gfield_password_strength {
    border: 1px solid #DDD;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    background-color: #EEE
}

.gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C
}

.gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0
}

.gfield_password_strength.short,
.gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040
}

.gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C
}

table.gfield_list,
table.gfield_list caption,
table.gfield_list tbody,
table.gfield_list tfoot,
table.gfield_list thead,
table.gfield_list tr,
table.gfield_list th,
table.gfield_list td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: none
}

table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse
}

table.gfield_list thead th {
    font-weight: bold;
    text-align: left
}

li.gfield.gfield_error table.gfield_list thead th {
    color: #790000
}

table.gfield_list thead,
table.gfield_list tr {
    padding: 0;
    margin: 0
}

table.gfield_list th,
table.gfield_list td {
    padding: 0 0 0.5em 0
}

table.gfield_list th+th,
table.gfield_list td+td {
    padding: 0 0 0.5em 0.7em
}

.left_label .gfield_list,
.right_label .gfield_list {
    width: 64%
}

.top_label .gfield_list {
    width: 100%
}

.left_label .gf_list_one_column,
.right_label .gf_list_one_column {
    width: 45%
}

.top_label .gf_list_one_column {
    width: 46%
}

.gfield_list input {
    width: 98%
}

.gfield_icon_disabled {
    cursor: default !important;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

table.gfield_list td.gfield_list_icons {
    min-width: 45px !important
}

.gform_fileupload_multifile .gform_drop_area {
    padding: 25px;
    border: 2px dotted #DDD;
    text-align: center;
    color: #888
}

.gform_fileupload_multifile .gform_drop_area input[type=button] {
    padding: 5px 1em;
    font-size: 0.875em;
    margin-left: 10px;
    line-height: 1.3;
    width: auto !important;
    background: #DDD;
    color: #666
}

.gform_fileupload_multifile .gform_drop_area input[type=button]:hover,
.gform_fileupload_multifile .gform_drop_area input[type=button]:focus {
    background: #CCC
}

.gform_delete {
    vertical-align: middle;
    cursor: pointer
}

.gform_save_link {
    display: block;
    margin-top: 1em;
    text-decoration: underline
}

.gform_save_link:hover {
    text-decoration: none
}

div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal !important;
    margin: 1em 0 1.5em 2.0em;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc !important;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 1em 0 1em 1.5em
}

form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 0.5em
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 1.5em 0;
    padding-left: 0
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: bold
}

div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 1em 1.5em
}

.gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .gform_save_link {
        display: inline-block;
        margin-left: 1em;
        margin-top: 0
    }
    .left_label div.charleft,
    .right_label div.charleft {
        margin-left: 32%
    }
    .right_label .gform_fileupload_multifile,
    .left_label .gform_fileupload_multifile {
        margin-left: 31%
    }
    .left_label li.gfield_html_formatted,
    .right_label li.gfield_html_formatted {
        margin-left: 32%
    }
}

.gform_card_icon_container {
    margin: 8px 0 6px 0;
    height: 32px
}

div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important
}

.ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important
}

.ginput_complex .ginput_cardinfo_left {
    display: block;
    margin-bottom: 0.5em
}

.ginput_complex .ginput_cardinfo_left label,
.ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month+.select2-container,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year+.select2-container {
    width: 49% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year+.select2-container {
    float: right
}

.ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important
}

.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month+.select2-container {
    margin-right: 4px
}

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 49% !important
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

@media only screen and (min-width: 768px) {
    .ginput_complex .ginput_cardinfo_left,
    .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left
    }
    .ginput_complex .ginput_cardinfo_left {
        width: 50%;
        margin-right: 1%;
        margin-bottom: 0;
        max-width: 400px
    }
}

.gform_wrapper {
    overflow: inherit;
    margin: 1em auto;
    width: 100%
}

.gform_wrapper:focus {
    outline: 0
}

.gfield_required {
    color: #c0392b;
    margin-left: 4px
}

textarea.small {
    height: 80px
}

textarea.medium {
    height: 150px
}

textarea.large {
    height: 250px
}

ul.gfield_checkbox,
ul.gfield_radio {
    margin: 0.5em 0 0
}

ul.gfield_checkbox li,
ul.gfield_radio li {
    position: relative
}

ul.gfield_checkbox li label,
ul.gfield_checkbox li input,
ul.gfield_radio li label,
ul.gfield_radio li input {
    margin-left: 5px
}

ul.gfield_checkbox li input[type="radio"],
ul.gfield_checkbox li input[type="checkbox"],
ul.gfield_radio li input[type="radio"],
ul.gfield_radio li input[type="checkbox"] {
    position: absolute;
    top: 0.3em
}

ul.gfield_checkbox li input[type="radio"][value="gf_other_choice"],
ul.gfield_checkbox li input[type="checkbox"][value="gf_other_choice"],
ul.gfield_radio li input[type="radio"][value="gf_other_choice"],
ul.gfield_radio li input[type="checkbox"][value="gf_other_choice"] {
    line-height: 42px;
    height: 42px;
    top: 0;
    left: 0
}

ul.gfield_checkbox li label,
ul.gfield_radio li label {
    display: inline-block;
    padding-left: 23px
}

ul.gfield_checkbox li input[type="text"],
ul.gfield_radio li input[type="text"] {
    margin-left: 28px;
    width: auto
}

.field_hover {
    border: 1px dashed #2175A9;
    cursor: pointer
}

.field_selected {
    background-color: #DFEFFF;
    border: 1px solid #C2D7EF
}

.ginput_complex {
    overflow: hidden
}

.ginput_complex .field_name_first,
.ginput_complex .field_name_last {
    width: 100%
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_full {
    min-height: 43px;
    display: block;
    overflow: hidden;
    margin-bottom: 0.5em
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
    width: 100%
}

.ginput_complex input[type="text"],
.ginput_complex input[type="url"],
.ginput_complex input[type="email"],
.ginput_complex input[type="tel"],
.ginput_complex input[type="number"],
.ginput_complex input[type="password"],
.ginput_complex select {
    width: 100%
}

.gform_heading {
    width: 100%;
    margin-bottom: 2em
}

.gform_footer {
    margin: 1.5em 0 1em 0;
    clear: both
}

h2.gsection_title {
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

h2.gsection_title,
h3.gform_title {
    font-weight: bold;
    font-size: 1.3em
}

h3.gform_title {
    letter-spacing: normal;
    margin: 10px 0 6px 0
}

span.gform_description {
    font-weight: normal
}

h2.gsection_title,
.gsection_description,
h3.gform_title {
    width: 100%
}

.gform_wrapper .description,
.gfield_description,
.gsection_description,
.gform_wrapper .instruction {
    font-size: 0.85em;
    line-height: 1.5em;
    clear: both;
    letter-spacing: normal
}

.gform_wrapper .field_description_above .description,
.gform_wrapper .field_description_above .gfield_description,
.gform_wrapper .field_description_above .gsection_description {
    padding: 4px 0 8px 0
}

.gform_wrapper .field_description_below .description,
.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .field_description_below .gsection_description {
    padding: 4px 0 0 0
}

.gfield_date_year+.gfield_description {
    padding: 0
}

.left_label .gsection .gsection_description,
.right_label .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5em
}

form ul {
    margin: 0;
    list-style-type: none
}

form ul li {
    margin-left: 0;
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    overflow: visible
}

form ul li.gfield {
    clear: both;
    margin-bottom: 1em
}

ul.gfield_radio li,
ul.gfield_checkbox li {
    overflow: hidden
}

form ul.right_label li,
form ul.left_label li {
    margin-bottom: 14px
}

form ul.right_label li ul.gfield_radio li,
form ul.left_label li ul.gfield_radio li,
form ul.right_label li ul.gfield_checkbox li,
form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px
}

form ul li:before,
form ul li:after,
form ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}

form .inline {
    display: inline !important
}

ul.gfield_radio label,
ul.gfield_checkbox label {
    font-weight: normal
}

.ginput_complex span input:focus+label,
.ginput_complex span select:focus+label,
.ginput_complex span textarea:focus+label,
.ginput_complex span .select2-container--focus ~ label {
    font-weight: bold
}

.gform_wrapper .form_sublabel_below .ginput_complex label,
.gform_wrapper .form_sublabel_below .gfield_time_hour label,
.gform_wrapper .form_sublabel_below .gfield_time_minute label,
.gform_wrapper .form_sublabel_below .gfield_date_month label,
.gform_wrapper .form_sublabel_below .gfield_date_day label,
.gform_wrapper .form_sublabel_below .gfield_date_year label,
.gform_wrapper .form_sublabel_below .instruction {
    margin: 3px 0 0
}

.gform_wrapper .form_sublabel_below .ginput_complex+.description,
.gform_wrapper .form_sublabel_below .ginput_complex+.gfield_description,
.gform_wrapper .form_sublabel_below .ginput_complex+.gsection_description {
    margin-top: 0.3em
}

.gform_wrapper .form_sublabel_above .ginput_complex label,
.gform_wrapper .form_sublabel_above .gfield_time_hour label,
.gform_wrapper .form_sublabel_above .gfield_time_minute label,
.gform_wrapper .form_sublabel_above .gfield_date_month label,
.gform_wrapper .form_sublabel_above .gfield_date_day label,
.gform_wrapper .form_sublabel_above .gfield_date_year label,
.gform_wrapper .form_sublabel_above .instruction {
    margin: 0 0 3px
}

.ginput_complex label,
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_date_month label,
.gfield_date_day label,
.gfield_date_year label,
.gform_wrapper .instruction {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    letter-spacing: 1px
}

.top_label .gfield_label,
.left_label .gfield_label,
.right_label .gfield_label {
    margin: 10px 0 5px 0;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3em;
    clear: both
}

.gsection .gfield_label {
    font-weight: bold;
    font-size: 1.3em
}

.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gform_wrapper .top_label .hidden_label .ginput_container {
    padding-top: 10px
}

.gsection {
    border-bottom: 4px double #CCC;
    padding: 2em 0 0.5em 0;
    margin: 0 0 1em;
    clear: both
}

.gsection:first-of-type {
    padding: 0 0 0.5em 0
}

@media only screen and (min-width: 768px) {
    .gform_footer.right_label,
    .gform_footer.left_label {
        padding: 16px 0 10px 31%
    }
    .gform_heading {
        width: auto
    }
    .field_name_first,
    .field_name_last {
        width: 49%
    }
    .left_label .gfield_label {
        float: left;
        margin: 0 2% 0 0;
        width: 29%
    }
    .right_label .gfield_label {
        float: left;
        margin: 0 2% 0 0;
        width: 29%;
        text-align: right
    }
    .left_label .gfield_description,
    .right_label .gfield_description {
        width: 69%
    }
    .left_label ul.gfield_checkbox,
    .right_label ul.gfield_checkbox,
    .left_label ul.gfield_radio,
    .right_label ul.gfield_radio {
        margin-left: 32%;
        overflow: hidden
    }
    .right_label .gfield_description,
    .left_label .gfield_description,
    .left_label .instruction,
    .right_label .instruction {
        margin-left: 31%
    }
    .field_name_first {
        float: left
    }
    .field_name_last {
        float: right
    }
    .ginput_complex .name_last {
        clear: none
    }
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
        float: left
    }
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
        float: right
    }
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
        width: 10%
    }
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix {
        margin-right: 2%
    }
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle,
    .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
        margin-right: 2%;
        width: 24%
    }
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle,
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
        width: 32%
    }
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first,
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle {
        float: left;
        margin-right: 2%
    }
    .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
        float: right
    }
    .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
        float: left;
        width: 49%
    }
    .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
        float: right;
        width: 49%
    }
    .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
        float: left;
        margin-right: 2%;
        width: 20%
    }
    .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
        float: left;
        margin-right: 2%;
        width: 38%
    }
    .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
        float: right;
        width: 38%
    }
    .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_first,
    .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_last {
        float: left;
        margin-right: 2%;
        width: 38%
    }
    .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_suffix {
        float: right;
        width: 20%
    }
    .ginput_complex .ginput_full {
        clear: both
    }
    .ginput_complex .ginput_left {
        float: left;
        width: 49%
    }
    .ginput_complex .ginput_right {
        float: right;
        width: 49%
    }
}

.select2-container {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container,
.select2-selection--single,
.select2-selection--multiple,
.select2-search__field,
.select2-dropdown,
.select2-selection--multiple .select2-selection__rendered {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-selection--single {
    cursor: pointer;
    display: block;
    height: 42px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    cursor: pointer;
    display: block;
    min-height: 42px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
    background-color: #FFF;
    border: 1px solid #999;
    outline: 0
}

.select2-container--open .select2-selection {
    border-bottom: 0
}

.select2-dropdown {
    background-color: #FFF;
    border: 1px solid #999;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0
}

.select2-results__option {
    padding: 6px;
    margin: 0;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[data-selected] {
    cursor: pointer;
    outline: none
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none
}

.select2-container--open .select2-dropdown--below {
    border-top: none
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-selection--single {
    background-color: #F9F9F9;
    border: 1px solid #DDD
}

.select2-selection--single .select2-selection__rendered {
    color: #111;
    line-height: 42px
}

.select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-selection--single .select2-selection__placeholder {
    color: #666
}

.select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666 transparent;
    border-width: 0 4px 5px 4px
}

.select2-selection--multiple {
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    cursor: text
}

.select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-selection--multiple .select2-selection__placeholder {
    color: #666;
    margin-top: 5px;
    float: left
}

.select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #666;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--focus .select2-selection--multiple {
    border: 1px solid #FFF;
    outline: 0
}

.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #DDD;
    height: 32px
}

.select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-results__option:empty {
    display: none
}

.select2-results__option[role=group] {
    padding: 0
}

.select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-results__option[data-selected=true] {
    background-color: #111;
    color: #FFF
}

.select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #111;
    color: white
}

.select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-content figure {
    margin: 0
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

html {
    height: 100%;
    overflow-x: hidden
}

body {
    height: auto;
    overflow-x: hidden
}

body #container {
    height: 100%;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#inner-header {
    padding: 1em 0
}

#logo {
    float: left
}

#logo.h1 {
    margin: 0
}

#banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

#banner .spacer {
    padding-top: 26%
}

#inner-content {
    padding: 2em 0
}

#inner-content .page-title,
#inner-content .single-title {
    margin-top: 45px
}

#inner-content .entry-meta {
    color: #999
}

#inner-content .tags .tags-title {
    color: #999
}

.blog #inner-content article,
.archive #inner-content article,
.search #inner-content article {
    border-bottom: 1px solid #DDD;
    padding-top: 1em;
    padding-bottom: 1em
}

.blog #inner-content article .entry-header,
.archive #inner-content article .entry-header,
.search #inner-content article .entry-header {
    margin-top: 2em;
    margin-bottom: 1em
}

.blog #inner-content article .entry-title,
.archive #inner-content article .entry-title,
.search #inner-content article .entry-title {
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.blog #inner-content article .entry-meta,
.archive #inner-content article .entry-meta,
.search #inner-content article .entry-meta {
    margin: 0.5em 0 0
}

.blog #inner-content article .entry-content,
.blog #inner-content article .entry-footer,
.archive #inner-content article .entry-content,
.archive #inner-content article .entry-footer,
.search #inner-content article .entry-content,
.search #inner-content article .entry-footer {
    margin-top: -1em;
    margin-bottom: 1em
}

.blog #inner-content article:first-child .entry-header,
.archive #inner-content article:first-child .entry-header,
.search #inner-content article:first-child .entry-header {
    margin-top: 0
}

.blog #inner-content article:only-child,
.archive #inner-content article:only-child,
.search #inner-content article:only-child {
    border-bottom: 0
}

.single #inner-content .entry-meta {
    margin: -0.5em 0 1em
}

.sidebar {
    margin-top: 2em
}

#colophon {
    clear: both;
    color: #999;
    font-size: 0.875em;
    background: #f8972f;
}

#colophon .copyright {
    margin-bottom: 0;
    text-align: center
}


#back-top {
    bottom: 10px;
    margin-right: 30px;
    position: fixed;
    right: 0;
    z-index: 9999
}

#back-top a {
    background: #000;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    display: block;
    opacity: 0.2;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 40px
}

#back-top a:hover,
#back-top a:focus {
    color: #000;
    opacity: 1
}

#back-top .fa {
    color: #FFF;
    display: block;
    font-size: 1.5em;
    height: 40px;
    line-height: 35px;
    margin-bottom: 7px;
    text-align: center;
    width: 40px
}

@media only screen and (min-width: 768px) {
    .has-left-sidebar,
    .has-both-sidebars {
        padding-left: 45px
    }
    .has-right-sidebar,
    .has-both-sidebars {
        padding-right: 45px
    }
    .sidebar {
        margin-top: 0.5em
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}

/******* Custom CSS *******/

#main-navigation ul.menu {
    bottom: 0;
    clear: both;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: -70%;
    top: 0;
    width: 70%;
    z-index: 1000
}

#main-navigation ul.menu li {
    border-bottom: 1px solid #111;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    padding: 15px 5%;
    text-decoration: none;
    width: 80%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#main-navigation ul.menu li a:hover, #main-navigation ul.menu li a:focus {
    background-color: #f8972f;
    color: #000;
}

#main-navigation ul.menu li a.menu-button {
    border-left: 1px solid #111;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 20%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a.menu-back-button {
    background: #222;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}


#main-navigation ul.menu li.menu-item-no-children a {
    width: 100%
}

#main-navigation ul.menu li ul.sub-menu {
    bottom: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

footer #main-navigation ul.menu li a {
    font-size: 1em;
}

#main-navigation ul.menu li ul.sub-menu-open {
    right: 0
}

body.menu-open #main-navigation ul.menu {
    display: block
}

body.menu-open #mobile-menu-button:before {
    content: "\f00d"
}

body.menu-open #container {
    left: -70%
}

@media only screen and (min-width: 768px) {
    #mobile-menu-button {
        display: none !important
    }
 #main-navigation {
    white-space: nowrap;
}
    #main-navigation ul.menu {
        bottom: auto;
        box-shadow: none;
        display: block;
        margin: 0 auto;
        overflow: visible;
        padding: 0;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
        width: auto
    }
    #main-navigation ul.menu li {
        border-bottom: none;
        display: inline-block;
        position: relative;
        z-index: 1000
    }
  #main-navigation ul.menu li a {
    display: block;
    padding: 10px 35px;
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
    #main-navigation ul.menu li a.menu-button {
        display: none !important
    }
    #main-navigation ul.menu li a.menu-back-button {
        display: none !important
    }
    #main-navigation ul.menu li:hover,
    #main-navigation ul.menu li:focus {
    }

    #main-navigation ul.menu li:first-child a {
        border-left: none
    }
    #main-navigation ul.menu li:last-child ul.sub-menu {
        left: auto;
        right: 0
    }
    #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
        left: auto;
        right: 99.9%
    }
    #main-navigation ul.menu li.menu-item-no-children a {
        width: auto
    }
    #main-navigation ul.menu li ul.sub-menu {
        bottom: auto;
        display: none;
        left: 0;
        min-width: 120%;
        overflow: visible;
        position: absolute;
        text-align: left;
        top: 99.9%;
        width: auto;
        z-index: 1000;
        -webkit-transition: top 1s;
        -moz-transition: top 1s;
        -ms-transition: top 1s;
        -o-transition: top 1s;
        -transition: top 1s;
        transition: top 1s
    }
    #main-navigation ul.menu li ul.sub-menu li {
        display: block;
        margin: 0;
        white-space: nowrap
    }
    #main-navigation ul.menu li ul.sub-menu li a {
        border-bottom: 1px solid #292929;
        border-left: none;
        display: block;
        font-size: 95%;
        padding: 8px 12px;
    background: #e4e4e4;
}
    }
    #main-navigation ul.menu li ul.sub-menu li:last-child a {
        border-bottom: none
    }
    #main-navigation ul.menu li ul.sub-menu li ul.sub-menu {
        left: 99.9%;
        top: 0
    }
    #main-navigation ul.menu li:hover>ul {
        display: table
    }
}


#inner-header {
    padding: 10px 20px;
}


.contentwidget {
	padding: 10px 20px;
}

.homepagebanner h1 {
    font-size: 5em !important;
    padding: 50px 0 !important;
    font-family: 'Oswald', sans-serif !important;
    margin-left: 50px !important;
    text-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5) !important;
    background: rgba(255, 255, 255, 0.5);
    color: #fa9719 !important;
    margin-top: 300px !important;
}

.homepagebanner {
    margin-top: 105px;
}

#masthead {
    background: #fff;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

#menu-item-22 {
    background: #f8982f;
    padding: 5px 15px;
    margin-top: 25px;
}

#menu-item-22 a{
    color: #fff !important;
}

.textcolor {
    font-weight: 100;
    color: #f8972f;

}

.homepagerows img{width: 100% !important;}

hr {
    clear: both;
    border: 0;
    border-bottom: 2px solid #f8972f;
    border-top: 2px solid #f8972f;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
}

.contentbox {
padding: 0 25px;
}

a, a:visited {
    color: #f8972f;
    text-decoration: underline;
    font-size: 1.25em;
}

.contactarea hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    background: #ffffff8c;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .hidden_label textarea.textarea {
    width: 100% !important;
     background: #ffffff8c;
}

.homepagecf {
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

.page-id-14 section.page-content.clearfix {
    margin-top: 0;
}

.contactarea {
    color: #fff;
}

.gform_wrapper h3.gform_title {
    display: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.5em;
    width: 100%;
    background: #ffffff99;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

.contactarea h2 {
    font-size: 2.5em;
    font-weight: 100;
}

.footerinfo {color: #fff;}

footer {
    color: #fff !important;
}

.footernavarea {
    padding-bottom: 15px;
    margin-top: -10px;
}

.footernavarea {
    margin-top: -32px;
    padding-bottom: 20px;
    border-top: 5px solid #f89630;
    padding-top: 20px;
}

.page-header {
    background: #f8972f;
    text-align: center;
    padding: 20px 0 3px 0;
    color: #fff;
    margin-left: -190.594px;
    margin-right: -190.406px;
}

.copyright a {
    color: #fff;
}

.cd-timeline-content h2 {
    margin: 0;
    text-align: center;
}

.cd-timeline-content h2 {
    margin: 0;
    display: none;
}

ul {
    padding-left: 40px;
}

.entry-meta.vcard {
    display: none;
}

section.page-content.clearfix {
    margin-top: 35px;
}

#main {
    margin-top: 130px;
}

.foclogo img {
    width: 25%;
}

.socialiconsfoc img{width: 30%;}

.home #main {
    margin-top: 0px;
}

li#menu-item-466 {
    background: #fa9719;
}

li#menu-item-466 a {
    color: #fff !important;
}

.applynowbutton{
    background: #d24038;
}

.applynowbutton a {
    color: #fff !important;
}

footer img {
    left: 0;
    right: 0;
    margin: auto;
}

footer #main-navigation {
    float: none;
}
#main-navigation ul.menu li a {
    font-size: 1em;
}
/************* Device Media Queries *************/


@media screen and (max-width: 1450px) {
#main-navigation ul.menu li a {
    font-size: .9em;
}
}

@media screen and (max-width: 1200px) {
.logowidget {
display: none;

}
#main-navigation ul.menu li a{
    display: none;
}
}

/* ipad Pro Landscape */
@media screen and (max-width: 1366px) {

    .navigation li {
    float: left;
    padding: 0 25px;
    margin-top: 20px;
}

#menu-item-22 {
    background: #f8982f;
    padding: 5px 15px;
    margin-top: 15px;
}

.homepagerows img {
    margin-top: 10%;
}

.navigation a {
    font-size: 1em;
}


#main-navigation {©6764
    margin-top: 35px;
}

footer #main-navigation ul.menu li a {
    display: block;
    padding: 10px 15px;
    width: auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

}

/* ipad Pro Landscape/ ipad landscape */
@media screen and (max-width: 1024px) {


.wrap {
    max-width: 100%;
}

.homepagebanner h1 {
    font-size: 6em;
}


#main-navigation ul.menu li a {
    padding: 10px 30px;
}

.footernavarea {
    display: none !important;
}

#inner-content {
    padding: 0;
}

.homepagebanner h1 {
    font-size: 4em !important;
}



}


@media screen and (max-width: 812px) {
#inner-header {
    padding: 10px 20px;
    display: none;
}

.homepagebanner {
    margin-top: -35px;
}

.homepagebanner h1 {
    font-size: 4em;
}

}

/* ipad Verticle */
@media screen and (max-width: 768px) {

    .homepagebanner h1 {
    font-size: 4em;
}

.homepagerows img {
    margin-top: 0;
}


/* iphone 6/7/8 PLUS Horizontal */
@media screen and (max-width: 736px) {

.homepagerows img {
    margin-top: 0;
}

.homepagebanner h1 {
    font-size: 5em;
    padding: 20px 0;
}

#panel-6-1-0-0> .panel-widget-style, #panel-6-2-1-0> .panel-widget-style, #panel-6-3-0-0> .panel-widget-style {
        padding: 0 30px !important;
}

.navigation {
    float: right;
    display: none;
}

.logowidget {
    display: none;
}

.homepagecf {
    width: 80%;
}


}

/* iphone 6/7/8 PLUS Horizontal */
@media screen and (max-width: 414px) {

.homepagebanner h1 {
    font-size: 2em;
    padding: 20px 0;
}

.homepagebanner h1 {
    font-size: 2em !important;
    left: 0;
    right: 0;
    margin: 350px auto !important;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
    background-image: url(http://tarbellmg.flywheelsites.com/wp-content/uploads/2018/09/homepage-mobile-image.jpg) !important;
}

}















