article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

article {
	display: block;
	padding-bottom: 15em;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
    height: 100%;
}

a:focus {
    outline: thin dotted
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

figure {
    margin: 0
}

form {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

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

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

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

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

ul,
ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: 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);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    -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;
    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
}

body {
    font-family:  "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: #111;
    line-height: 1.35
}

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] {
    border-bottom: 1px dotted #999;
    cursor: help
}

blockquote {
    border-left: 5px solid #EEE;
    margin: 0 0 20px;
    padding: 0 0 0 15px
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0
}

blockquote small {
    color: #999999;
    display: block;
    line-height: 20px
}

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

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

address {
    display: block;
    font-style: normal;
    line-height: 1.3;
    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
}

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,
.h3 {
    font-size: 1.25em;
    line-height: 1.4;
    margin: 1em 0
}

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
}

#mobile-menu-button {
    clear: both;
    display: block;
    float: right;
    font-size: 1em;
    line-height: 1;
    margin: 10px;
    overflow: hidden;
    white-space: nowrap;
    -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
}

#mobile-menu-button:hover,
#mobile-menu-button:active,
#mobile-menu-button:focus {
    text-decoration: none
}

#mobile-menu-button .fa:before {
    content: "\f0c9"
}

#main-navigation ul.menu {
    background-color: #fff;
    bottom: 0;
    clear: both;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    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;
    text-transform: uppercase;
}

#main-navigation ul.menu li a {
    color: #000;
    display: inline-block;
    font-size: .875em;
    padding: 0px 5%;
    text-decoration: none;
    letter-spacing: .0375em;
    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;
    transition: all 0.25s ease-in-out
}

#main-navigation ul.menu li a:hover,
#main-navigation ul.menu li a:focus {
    background-color: #FFF;
    color: #09743b
}

#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.current-menu-item>a {
    color: #000;
}

#main-navigation ul.menu li.current-menu-ancestor>a {
    background-color: #292929
}

#main-navigation ul.menu li.current-menu-ancestor>a:hover,
#main-navigation ul.menu li.current-menu-ancestor>a:focus {
    background-color: #222
}

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

#main-navigation ul.menu li ul.sub-menu {
    background-color: #333;
    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
}

#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 .fa:before {
    content: "\f00d"
}

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

@media only screen and (min-width: 768px) {
    #mobile-menu-button {
        display: none !important
    }
    #main-navigation {
        background-color: #fff;
        white-space: nowrap;
         position:fixed; top:0px; left:0px; z-index:100; width: 100%;
    }
    #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;
        margin-left: -6px;
        position: relative;
        z-index: 1000
    }
    #main-navigation ul.menu li a {
        border-left: 2px solid #fff;
        display: block;
        padding: 10px 20px;
        width: auto
    }
    #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 {
        background-color: #fff
    }
    #main-navigation ul.menu li:hover.current-menu-ancestor>a,
    #main-navigation ul.menu li:focus.current-menu-ancestor>a {
        background-color: #222
    }
    #main-navigation ul.menu li.first-item a {
        border-left: none
    }
    #main-navigation ul.menu li.last-item ul.sub-menu {
        left: auto;
        right: 0
    }
    #main-navigation ul.menu li.last-item 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 {
        background-color: #222;
        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
    }
    #main-navigation ul.menu li ul.sub-menu li.last-item 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
    }
}

@media only screen and (min-width: 1200px) {
    #main-navigation ul.menu li.last-item ul.sub-menu {
        left: 0;
        right: auto
    }
    #main-navigation ul.menu li.last-item ul.sub-menu li ul.sub-menu {
        left: 99.9%;
        right: auto
    }
}

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

a:hover,
a:focus {
    color: #111;
    text-decoration: none
}

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

.read-more {
    white-space: nowrap
}

ul,
ol {
    margin: 1em 0;
    padding: 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: 0 .5em
}

li {
    margin-bottom: .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
}

img.alignleft,
.alignleft {
    float: left;
    margin: 15px 20px 15px 0
}

img.alignright,
.alignright {
    float: right;
    margin: 15px 0 15px 20px
}

img.aligncenter,
.aligncenter {
    display: block;
    margin: 0 auto
}

img.alignnone,
.alignnone {
    clear: both;
    margin: 15px 0
}

.wp-caption {
    background: #EEE;
    max-width: 100% !important;
    padding: 5px
}

.wp-caption img {
    margin-bottom: 0;
    width: 100%
}

.wp-caption .wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}

.gallery .gallery-item {
    display: inline-block;
    margin: 1%;
    overflow: hidden;
    position: relative
}

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

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

.gallery>br {
    display: none
}

.gallery-caption {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #FFF;
    display: none;
    font-size: 0.8em;
    left: 0;
    line-height: 1;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 3px 5px;
    position: absolute;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

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

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

.gallery-columns-3 .gallery-item {
    width: 31.3%
}

.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: 23%
}

@media only screen and (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        width: 18%
    }
    .gallery-columns-6 .gallery-item {
        width: 14.6%
    }
    .gallery-columns-7 .gallery-item {
        width: 12.2%
    }
    .gallery-columns-8 .gallery-item {
        width: 10.5%
    }
    .gallery-columns-9 .gallery-item {
        width: 9.1%
    }
}

.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: 100%
}

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 {
    border: solid 1px #DDD;
    color: #111;
    vertical-align: top
}

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

table tr:nth-child(odd),
table tr.odd {
    background-color: #F0F0F0
}

@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
}

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

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

[placeholder]:focus:-moz-placeholder {
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

[placeholder]:focus::-moz-placeholder {
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

[placeholder]:focus:-ms-placeholder {
    -ms-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    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"] {
    line-height: 42px;
    height: 42px;
    padding: 0 8px
}

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

textarea {
    resize: none;
    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;
    -webkit-appearance: menulist-button
}

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

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

input[type="submit"],
input[type="button"],
button[type="submit"],
a.button {
    background-color: #34495e;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0.675em;
    padding-bottom: 0.675em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    vertical-align: middle;
    width: 100%
}

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,
a.button:hover,
a.button:focus,
a.button:active,
a.button.active {
    background-color: #2c3e50;
    color: #FFF;
    text-decoration: none
}

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

input[type="submit"]:active,
input[type="button"]:active,
button[type="submit"]:active,
a.button:active {
    outline: 0
}

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],
a.button:disabled,
a.button.disabled,
a.button:disabled[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65
}

input[type="submit"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled[disabled]:hover,
input[type="button"]:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled[disabled]:hover,
button[type="submit"]:disabled:hover,
button[type="submit"].disabled:hover,
button[type="submit"]:disabled[disabled]:hover,
a.button:disabled:hover,
a.button.disabled:hover,
a.button:disabled[disabled]:hover {
    color: #FFF;
    background-color: #2c3e50
}

input[type="submit"]:first-child,
input[type="button"]:first-child,
button[type="submit"]:first-child,
a.button:first-child {
    *margin-left: 0
}

.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) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    a.button {
        padding-left: 2em;
        padding-right: 2em;
        width: auto
    }
    .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
}

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

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

.lt-ie9 .container:after {
    clear: both
}

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

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

@media (min-width: 1200px) {
    .lt-ie9 .container {
        width: 1170px
    }
}

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

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

.container-fluid:after,
.wrap:after {
    clear: both
}

@media only screen and (min-width: 1200px) {
    .container-fluid,
    .wrap {
        max-width: 1170px
    }
}

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

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

.row:after {
    clear: both
}

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

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    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: 0%
}

.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: 0%
}

.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-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        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: 0%
    }
    .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: 0%
    }
    .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-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        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: 0%
    }
    .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: 0%
    }
    .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-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        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: 0%
    }
    .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: 0%
    }
    .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 {
    margin: 1em 0
}

.scaffolding_page_navi li {
    float: left;
    margin: 0
}

.scaffolding_page_navi li a {
    color: #333;
    display: block;
    padding: 3px 10px;
    position: relative;
    text-decoration: none
}

.scaffolding_page_navi li a:hover,
.scaffolding_page_navi li a:focus {
    color: #008CBA;
    text-decoration: underline
}

.scaffolding_page_navi li.bpn-current {
    background-color: #f5f5f5;
    color: #008CBA;
    padding: 3px 10px;
    position: relative
}

.scaffolding_page_navi li.bpn-current a:hover,
.scaffolding_page_navi li.bpn-current a:focus {
    color: #333
}

.scaffolding_page_navi li.bpn-prev-link,
.scaffolding_page_navi li.bpn-next-link {
    font-weight: 700
}

.scaffolding_page_navi li.bpn-prev-link a,
.scaffolding_page_navi li.bpn-next-link a {
    color: #008CBA
}

.scaffolding_page_navi li.bpn-prev-link a:hover,
.scaffolding_page_navi li.bpn-prev-link a:focus,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:focus {
    color: #333
}

.scaffolding_page_navi li.bpn-prev-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-first-page-link a:hover,
.scaffolding_page_navi li.bpn-last-page-link a:hover {
    background: none
}

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

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

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

.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 ul {
    margin: 1em 0
}

.comment-nav ul li {
    margin-left: 0
}

.commentlist {
    margin: 0;
    padding: 0
}

.commentlist li {
    clear: both;
    list-style-type: none;
    margin-bottom: 1.5em;
    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 {
    float: right;
    margin-left: 10px
}

.commentlist .vcard time a {
    color: #999;
    font-size: 1.25em;
    font-weight: 300;
    text-decoration: none
}

.commentlist .vcard time a: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 .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: #008CBA;
    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: #007BA1;
    text-decoration: none
}

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

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

.top_label input.small,
.top_label select.small,
.top_label .select2-container.small,
.top_label textarea.small,
.top_label input.medium,
.top_label select.medium,
.top_label .select2-container.medium,
.top_label textarea.medium,
.top_label input.large,
.top_label select.large,
.top_label .select2-container.large,
.top_label textarea.large,
.left_label input.small,
.left_label select.small,
.left_label .select2-container.small,
.left_label textarea.small,
.left_label input.medium,
.left_label select.medium,
.left_label .select2-container.medium,
.left_label textarea.medium,
.left_label input.large,
.left_label select.large,
.left_label .select2-container.large,
.left_label textarea.large,
.right_label input.small,
.right_label select.small,
.right_label .select2-container.small,
.right_label textarea.small,
.right_label input.medium,
.right_label select.medium,
.right_label .select2-container.medium,
.right_label textarea.medium,
.right_label input.large,
.right_label select.large,
.right_label .select2-container.large,
.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 .select2-container.medium,
.top_label li.gfield.gf_left_half .select2-container.large,
.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 .select2-container.medium,
.top_label li.gfield.gf_right_half .select2-container.large {
    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 .select2-container.small,
    .right_label textarea.small,
    .left_label input.small,
    .left_label select.small,
    .left_label .select2-container.small,
    .left_label textarea.small {
        width: 15%
    }
    .right_label input.medium,
    .right_label select.medium,
    .right_label .select2-container.medium,
    .right_label textarea.medium,
    .left_label input.medium,
    .left_label select.medium,
    .left_label .select2-container.medium,
    .left_label textarea.medium {
        width: 35%
    }
    .right_label input.large,
    .right_label select.large,
    .right_label .select2-container.large,
    .right_label textarea.large,
    .left_label input.large,
    .left_label select.large,
    .left_label .select2-container.large,
    .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 .select2-container.large,
    .top_label textarea.large {
        width: 100%
    }
    .top_label input.small,
    .top_label select.small,
    .top_label .select2-container.small,
    .top_label textarea.small {
        width: 25%
    }
    .top_label input.medium,
    .top_label select.medium,
    .top_label .select2-container.medium,
    .top_label textarea.medium {
        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 .select2-container.large,
    .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 .select2-container.medium,
    .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 .select2-container.large,
    .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 .select2-container.medium,
    .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: 32%
    }
    .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 .select2-container.medium,
    .top_label li.gfield.gf_left_third .select2-container.large,
    .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 .select2-container.medium,
    .top_label li.gfield.gf_middle_third .select2-container.large,
    .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 .select2-container.medium,
    .top_label li.gfield.gf_right_third .select2-container.large {
        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;
        margin-left: 2% !important;
        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("http://adamopizza.com/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-choice {
    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-choice: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("http://adamopizza.com/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("http://adamopizza.com/wp-content/plugins/gravityforms/images/gf-percentbar-blue.png");
    background-repeat: repeat-x;
    background-color: #0072BC;
    color: #FFF
}

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

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

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

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

.percentbar_custom {
    background-image: url("http://adamopizza.com/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("http://adamopizza.com/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 .select2-container.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex .select2-container.ginput_card_expiration.ginput_card_expiration_year {
    width: 49% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year,
.ginput_complex .select2-container.ginput_card_expiration.ginput_card_expiration_year {
    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 .select2-container.ginput_card_expiration.ginput_card_expiration_month {
    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("http://adamopizza.com/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] {
    width: 100%
}

.ginput_complex input[type=text]:focus+label,
.ginput_complex input[type=url]:focus+label,
.ginput_complex input[type=email]:focus+label,
.ginput_complex input[type=tel]:focus+label,
.ginput_complex input[type=number]:focus+label,
.ginput_complex input[type=password]:focus+label {
    font-weight: bold
}

.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%
}

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

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

.field_description_below .description,
.field_description_below .gfield_description,
.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 .ginput_left input:focus+label,
.ginput_complex .ginput_right input:focus+label,
.ginput_complex .ginput_full input:focus+label {
    font-weight: bold
}

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

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

.form_sublabel_above .ginput_complex label,
.form_sublabel_above .gfield_time_hour label,
.form_sublabel_above .gfield_time_minute label,
.form_sublabel_above .gfield_date_month label,
.form_sublabel_above .gfield_date_day label,
.form_sublabel_above .gfield_date_year label,
.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,
.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
}

.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 {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    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
}

.select2-container.small {
    font-size: 90%
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 42px;
    padding: 0 0 0 8px;
    overflow: hidden;
    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;
    border: 1px solid #DDD;
    white-space: nowrap;
    line-height: 42px;
    color: #111;
    text-align: left;
    text-decoration: none;
    background-color: #F9F9F9;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #DDD
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    font-size: 1em;
    line-height: 40px;
    margin-right: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("../libs/images/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

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

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #111;
    border: 1px solid #DDD;
    border-top: 0
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #DDD;
    border-bottom: 0
}

.select2-drop-active {
    border: 1px solid #999;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #999
}

.select2-drop-auto-width {
    border-top: 1px solid #DDD;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-clip: padding-box
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #DDD
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../libs/images/select2.png") no-repeat 7px 5px
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto !important;
    line-height: normal;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-size: 1em;
    border: 1px solid #DDD;
    background: #fff url("../libs/images/select2.png") no-repeat 100% -22px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -transition: none;
    transition: none
}

.select2-search input:focus,
.select2-search input:active {
    background: #fff url("../libs/images/select2.png") no-repeat 100% -22px !important
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url("../libs/images/select2.png") no-repeat -37px -22px
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url("../libs/images/select2-spinner.gif") no-repeat 100%
}

.select2-container:focus .select2-choice,
.select2-container:focus .select2-choices,
.select2-container:active .select2-choice,
.select2-container:active .select2-choices,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    background: #FFF;
    border: 1px solid #999;
    outline: none
}

.select2-dropdown-open .select2-choice {
    background-color: #FFF
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #999;
    border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -11px 5px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px
}

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

.select2-results {
    font-size: inherit;
    max-height: 200px;
    padding: 0;
    margin: 4px 0 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: 0
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    font-size: 1em;
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}

.select2-results .select2-highlighted {
    background: #008CBA;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    font-size: 1em;
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url("../libs/images/select2-spinner.gif") no-repeat 100%
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2)
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi:focus .select2-choices,
.select2-container-multi:active .select2-choices {
    background-color: #FFF
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #DDD;
    cursor: text;
    overflow: hidden;
    background-color: #F9F9F9
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #999;
    outline: none
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-size: 100%;
    color: #111;
    outline: 0;
    border: 0;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("../libs/images/select2-spinner.gif") no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-size: 1em;
    padding: 3px 5px 3px 18px;
    margin: 5px 0 3px 8px;
    position: relative;
    color: #333;
    cursor: default;
    border: 1px solid #DDD;
    background-color: #FFF;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 1px;
    outline: none;
    background: url("../libs/images/select2.png") right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../libs/images/select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }
    .select2-search input {
        background-position: 100% -22px !important
    }
}

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

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

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

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

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

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

.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: #cccccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-bottom-width: 21px;
    border-top-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}

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

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}

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

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

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

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

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

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

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

.mfp-figure {
    line-height: 0
}

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

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

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

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

.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 {
        bottom: 0;
        top: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-figure .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }
    .mfp-img-mobile .mfp-figure .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@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
    }
    .mfp-ie7 .mfp-img {
        padding: 0
    }
    .mfp-ie7 .mfp-bottom-bar {
        left: 50%;
        margin-left: -300px;
        margin-top: 5px;
        padding-bottom: 5px;
        width: 600px
    }
    .mfp-ie7 .mfp-container {
        padding: 0
    }
    .mfp-ie7 .mfp-content {
        padding-top: 44px
    }
    .mfp-ie7 .mfp-close {
        top: 0;
        right: 0;
        padding-top: 0
    }
}

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
}

#wpadminbar {
    min-height: 32px
}

#inner-header {
    padding: 1em 0
}

#logo {
	text-align: center;
}
#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 .archive-title,
#inner-content .single-title {
    margin-top: 0
}

#inner-content .byline {
    color: #999;
    margin: -1em 0 0
}

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

.blog #inner-content article.last-post,
.blog #inner-content article.only-post,
.archive #inner-content article.last-post,
.archive #inner-content article.only-post,
.search #inner-content article.last-post,
.search #inner-content article.only-post {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.single #inner-content .byline {
    margin: -1em 0 1em
}

.sidebar {
    margin-top: 2em
}

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

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

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

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

.widget.only-widget {
    margin: 0
}

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

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

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

.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
    margin-top: 0.75em;
    padding-left: 1em
}

#colophon {
    /*background-color: #FFF;*/
    color: #fff;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .875em;
    background:url("http://adamopizza.com/adamopizza/wp-content/uploads/footerbkgd/adamofootertest.png") no-repeat center top !important;
}

#inner-footer {
    padding: 1em 0
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    text-align: center
}

ul.footer-menu li {
    display: inline-block;
    margin: 0 0 0 -3px;
    padding: 0
}

ul.footer-menu li a {
    border-left: 1px solid #ccc;
    color: #999;
    display: block;
    line-height: 1;
    padding: 0 0.875em
}

ul.footer-menu li:first-child a {
    border-left: none
}

ul.footer-menu ul.sub-menu {
    display: none
}

.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) {
    .sidebar {
        margin-top: 0.5em
    }
}

@media only screen and (min-width: 1200px) {
    .container-fluid,
    .wrap {
        max-width: 1170px
    }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }
}

@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 MENU PAGE ADDITIONS********/

h3.restomenutitle {
	text-align: center;
	text-transform: uppercase;
	padding: 1em 0em .5em 0em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 2em 0em 1.5em 0em;
}

.restomenuitem {
/*border-bottom: 1px solid #e8e8e8;*/
padding: 1em 3em 1em 0em;
/*margin: 0em 0em 4em 0em;*/
/*min-height: 120px;*/
}

.restomenusection {
	display: inline-block;
	padding-bottom: 2em;
	clear: left;

}

.restomenuitemname {
float: left;
font-weight: bold;
text-transform: uppercase;
max-width: 80%;
padding-bottom: .25em;
}

.restomenuitemprice {
float: right;
}

.restomenuitemdescription {
float: left;
clear: left;
text-transform: capitalize;
max-width: 85%;
}






/*********GENERAL CUSTOM ADDITIONS********/

.pageheadertitle {
text-align: center;
padding-bottom: 2%;
padding-top: 5%;
}

.pageheadertitle a{
padding: .125em .25em;
text-transform: capitalize;
font-weight: bold;
font-style: oblique;
color: #b63126;
}

.redpagebold {
    color: #b63126;
}
/*********LOGO AS TEXT********/

.pageheadertitlemenu {
text-align: left;
padding-left: .125em;
padding-top: .7em;
}

.pageheadertitlemenu a{
padding: .125em .25em;
border: 2px solid #000;
text-transform: uppercase;
font-weight: bold;
}


/*********ROW MARGIN ADDITIONS********/

.bottom3 { margin-bottom: 3% }
.bottom5 { margin-bottom: 5% }
.bottom7 { margin-bottom: 7% }
.bottom9 { margin-bottom: 9% }
.bottom10 { margin-bottom: 10% }
.bottom20 { margin-bottom: 20% }
.bottom30 { margin-bottom: 30% }

/*********CUSTOM HOMEPAGE ADDITIONS********/

.home { 
  
    /*background: url(http://adamopizza.com/adamopizza/wp-content/uploads/2016/07/adamopizza-min.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #000;
}

.home #container #main-navigation {
background-color: #fff;
}


.home #main-navigation ul.menu div {
    background-color: transparent;
    bottom: 0;
    clear: both;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 10em;
    position: absolute;
    right: -70%;
    top: 0;
    width: 70%;
    z-index: 1000;
}

.home #main-navigation ul.menu li div {
   /* 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;
    text-transform: uppercase;
}

.home #main-navigation ul.menu li a div {
    color: #FFF;
    display: inline-block;
    font-size: .875em;
    padding: 0px 5%;
    text-decoration: none;
    letter-spacing: .0375em;
    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;
    transition: all 0.25s ease-in-out
}

.home #main-navigation ul.menu li a:hover div,
.home #main-navigation ul.menu li a:focus div {
    background-color: #FFF;
    color: #CCC
}

.home #colophon {
    display: none;
}


video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(http://adamopizza.com/wp-content/themes/adamo-2016/css/polina.jpg) no-repeat;
    background-size: cover; 
}






@media (max-width: 767px) {

#colophon {
    background-color: #333;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .875em;
}

#inner-footer {
    padding: 1em 0
}


}




/*********HEADER NAV CUSTOMIZATIONS (NOT MOBILE) ********/
.navoutside {vertical-align: bottom; height: 40px; }
.navleft {text-align: left; padding-top: 3px;}
.navmiddle {padding-top: 8px; margin-left: -20px;}
.navright {text-align: right; padding-top: 8px; margin-left: -20px;}
.navsocialicon {padding-left: .75em; padding-top: .8em;}


/*********CUSTOM MapList Pro ADDITIONS********/

body .prettyMapList .mapHolder {height:550px;}
.infoWindowContainer .infoWindow {display: none;}
.infoWindowContainer.infobox {display: none;}

/*********CUSTOM Shop Gear ADDITIONS********/

#shopgearimages ul { 
    margin: 0;
    padding: 0;
    overflow: hidden;
 }


#shopgearimages li { 
	float: left;
	list-style-type: none;
 }


#shopgearimages li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.shopgeardisclaimer {
	text-align: center;
}

/*********CUSTOM Contact Form ADDITIONS********/


div.wpforms-container-full .wpforms-form .wpforms-field-label
{
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  float: none;
  line-height: 1.3;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: .0375em;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel
{
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
    letter-spacing: .0375em;
}

div.wpforms-container-full .wpforms-form textarea
{
  width: 80%;
}

div.wpforms-container-full .wpforms-form .wpforms-field
{

  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  clear: both;
}




/*********CUSTOM Full Screen Background Image ADDITIONS********/



body.custom-background {
background-size: contain;
}