* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    margin: 0 0 15px;
    max-width: 600px;
}

ul,
ol {
    margin: 15px 0;
    padding: 0 0 0 25px;
}

li {
    margin: 0 0 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 0 0 15px;
}

*>*:last-child {
    margin-bottom: 0;
}

*>ul:last-child,
*>ol:last-child {
    margin-bottom: 15px;
}

:active,
:focus {
    outline: none;
}

ul.menu:before,
.menu>ul:before,
.cf:before,
ul.menu:after,
.menu>ul:after,
.cf:after {
    content: ' ';
    display: table;
}

ul.menu:after,
.menu>ul:after,
.cf:after {
    clear: both;
}


img {
    border: none;
    display: inline-block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}




.row {
    margin: 0 -15px;
}

.row:before,
.row:after {
    content: ' ';
    display: table;
}

.row:after {
    clear: both;
}


.column,
.columns {
    float: left;
    padding: 20px;
}

.sml-1 {
    width: 8.333%
}

.sml-2 {
    width: 16.667%;
}

.sml-3 {
    width: 25%;
}

.sml-4 {
    width: 33.333%
}

.sml-5 {
    width: 41.667%;
}

.sml-6 {
    width: 50%;
}

.sml-7 {
    width: 58.333%
}

.sml-8 {
    width: 66.667%;
}

.sml-9 {
    width: 75%;
}

.sml-10 {
    width: 83.333%
}

.sml-11 {
    width: 91.667%;
}

.sml-12 {
    width: 100%;
}

@media (min-width: 768px) {

    .column,
    .columns {
        padding: 0 15px;
        position: relative;
    }

    .med-1 {
        width: 8.333%
    }

    .med-2 {
        width: 16.667%;
    }

    .med-3 {
        width: 25%;
    }

    .med-4 {
        width: 33.333%
    }

    .med-5 {
        width: 41.667%;
    }

    .med-6 {
        width: 50%;
    }

    .med-7 {
        width: 58.333%
    }

    .med-8 {
        width: 66.667%;
    }

    .med-9 {
        width: 75%;
    }

    .med-10 {
        width: 83.333%
    }

    .med-11 {
        width: 91.667%;
    }

    .med-12 {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .lrg-1 {
        width: 8.333%
    }

    .lrg-2 {
        width: 16.667%;
    }

    .lrg-3 {
        width: 25%;
    }

    .lrg-4 {
        width: 33.333%
    }

    .lrg-5 {
        width: 41.667%;
    }

    .lrg-6 {
        width: 50%;
    }

    .lrg-7 {
        width: 58.333%
    }

    .lrg-8 {
        width: 66.667%;
    }

    .lrg-9 {
        width: 75%;
    }

    .lrg-10 {
        width: 83.333%
    }

    .lrg-11 {
        width: 91.667%;
    }

    .lrg-12 {
        width: 100%;
    }
}




.inline {
    display: inline-block;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.no-margin {
    margin: 0;
}

.question {
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0 0;
}

.answer {
    display: none;
    padding: 5px 0 0;
    transition: none;
}




div#gallery-1 img {
    border: none;
}

div#gallery-1 .gallery-item {
    padding: 2px;
    width: 33.33%;
}

.sticky {
    border: 1px solid red;
}

.gallery-caption {}

.bypostauthor {}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: none;
    text-align: center;
    background: lightyellow;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.wp-caption-text {
    margin: 10px 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}




ul[class$='list'],
ul[class*='__list'],
ul.slides,
ul.flex-direction-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}




.wrapper,
.container {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.container:before,
.container:after {
    content: ' ';
    display: table;
}

.container:after {
    clear: both;
}


/******************************************************************************/

/* !    Forms                                                                 */

/******************************************************************************/

input,
textarea,
.section .gform_wrapper textarea {
    border: 1px solid #8e8e8e;
    border-radius: 3px;
    font-size: 12px;
    padding: 7px 8px;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:active {
    border-color: rgb(104, 147, 63);
}




input[type='submit'],
button {
    border: none;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgb(104, 147, 63);
    color: white;
}

input[type='submit']:hover,
button:hover {
    text-decoration: none;
    background: #2f530e;
}

.section .gform_wrapper input[type=email],
.section .gform_wrapper input[type=number],
.section .gform_wrapper input[type=password],
.section .gform_wrapper input[type=tel],
.section .gform_wrapper input[type=text],
.section .gform_wrapper input[type=url] {
    font-size: 12px;
    padding: 5px 8px;
}
