/*
Theme Name: McCroryTheme
Theme URI: http://underscores.me/
Author: Ricky Diaz
Author URI: http://diazblog.com
Description: A Theme For Governor Pat McCrory by Ricky Diaz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mccrory
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

McCroryTheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* GLOBAL STRUCTURE & ALIGNMENT */

type[role="clear"] {
    clear: both;
}
.u-center {
    display: block;
    width: 100%;
    text-align: center;
}
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right {
    float: right;
}
.u-pull-left {
    float: left;
}

/* Self Clearing Goodness */

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: inline-block;
}
.error404 #primary {
    background-image: none !important;
    min-height: inherit !important;
    background-repeat: no-repeat !important;
}
.error404 #primary .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* MOBILE*/

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
@media screen and (min-width: 600px) {
    .container {
        padding: 0 40px;
    }
}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.menu-toggle {
    display: inline-block;
}
.main-navigation ul {
    display: none;
}

/* START GRID FOR DEVICES LARGER THAN 550px */


/* DESKTOP */

@media (min-width: 750px) {
    .error404 #primary {
        color: #ffffff !important;
        background-size: cover !important;
        background-position: 0 !important;
        background-image: url(img/mccrory-bg.jpg) !important;
        min-height: 500px !important;
        background-repeat: no-repeat !important;
    }
    .error404 #primary .container {
        padding-left: 50% !important;
    }
    .site-disclaimer {
        min-width: 350px;
    }
    .container {
        width: 100%;
    }
    .column, .columns {
        margin-left: 4%;
    }
    .column:first-child, .columns:first-child {
        margin-left: 0;
    }
    .column:nth-child(3n+1), .columns:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
    .one.column, .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column, .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column, .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column, .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column, .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column, .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column, .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column, .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column, .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column, .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column, .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column, .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column, .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column, .offset-by-one-half.columns {
        margin-left: 52%;
    }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: "ff-tisa-web-pro", serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #34495e;
}
body.vp3 {
    background: #fff;
}
#content {
    background-color: #FFFFFF;
}
.vp3 #content {
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="radio"] + input[type="text"] {
        margin-left: 0.5em;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #404040;
    font-family: "ff-tisa-sans-web-pro", serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #2c3e50;
}
h1 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    margin-top: .08rem;
    margin-bottom: 1rem;
}
h2 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 2.3125rem;
    font-weight: normal;
    margin: .08em 0 .62em 0;
}
h3 {
    font-family: "ff-tisa-sans-web-pro", serif;
    font-size: 1.6875rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    margin-top: 0.625em;
    font-weight: normal;
}
h4 {
    font-family: "ff-tisa-sans-web-pro", serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
}
h5, h6 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: .08rem;
    margin-bottom: .625rem;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    font-family: "ff-tisa-sans-web-pro", serif;
    line-height: 1.25;
    margin-top: .08rem;
    margin-bottom: .625rem;
}
.widget h1 {
    font-size: 1.6875rem;
}
.widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    font-size: 1.2rem;
}
#signup h3 {
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px #000000;
}
.single-video h1 {
    text-align: center;
    text-shadow: 1px 1px 0px #FFFFFF;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eeeeee;
    font-family: monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
.spacer {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #34495e;
    margin: 0 auto;
}
blockquote {
    background: #f1f1f1;
    border-left: 10px solid #008265;
    margin: 1.5em 10px;
    color: #888888;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’";
}
blockquote:before {
    color: #008265;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

/* blockquote p {
  display: inline;
} */

hr {
    background-color: #cccccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 1em 0 1em 1em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1em 1em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
table {
    font: 85% monospace;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    color: #404040;
    background: #f1f1f1;
}
table a {
    color: #008265;
    text-decoration: none;
    border-bottom: 1px solid #C6C8CB;
}
table a:visited {
    color: #777;
}
table a:hover {
    color: #000;
}
table caption {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font: 200% monospace;
}
table thead th {
    background: #008265;
    padding: 15px 10px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
}
table tbody, table thead {
    border-left: 1px solid #EAECEE;
    border-right: 1px solid #EAECEE;
}
table tbody {
    border-bottom: 1px solid #EAECEE;
}
table tbody td, table tbody th {
    padding: 10px;
}
table tbody tr {
    background: #f1f1f1;
}
table tbody tr.odd {
    background: #F0F2F4;
}
table tbody tr:hover {
    background: #CCCCCC;
    color: #ffffff;
}
table tfoot td, table tfoot th, table tfoot tr {
    text-align: left;
    font: 120% monospace;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
}
@font-face {
    font-family: 'si';
    src: url("/wp-content/themes/mccrory/img/socicon.eot");
    src: url("/wp-content/themes/mccrory/img/socicon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mccrory/img/socicon.woff") format("woff"), url("/wp-content/themes/mccrory/img/socicon.ttf") format("truetype"), url("/wp-content/themes/mccrory/img/socicon.svg#icomoonregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(/wp-content/themes/mccrory/img/socicon.svg) format(svg);
    }
}
.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.soc li a {
    border-radius: 3px;
    font-family: si !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}
.soc a:hover {
    z-index: 2;
    background-color: #004e3d;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
.soc-twitter {
    background-color: none;
}
.soc-twitter:before {
    content: 'a';
}
.soc-facebook {
    background-color: none;
}
.soc-facebook:before {
    content: 'b';
}
.soc-youtube {
    background-color: none;
}
.soc-youtube:before {
    content: 'r';
}
.soc-instagram {
    background-color: none;
}
.soc-instagram:before {
    content: 'x';
}

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before, .fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before, .fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before, .fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before, .fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before, .fa-users:before {
    content: "";
}
.fa-chain:before, .fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before, .fa-scissors:before {
    content: "";
}
.fa-copy:before, .fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before, .fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before, .fa-sort:before {
    content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "";
}
.fa-legal:before, .fa-gavel:before {
    content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before, .fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before, .fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before, .fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before, .fa-usd:before {
    content: "";
}
.fa-rupee:before, .fa-inr:before {
    content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}
.fa-won:before, .fa-krw:before {
    content: "";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before, .fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before, .fa-car:before {
    content: "";
}
.fa-cab:before, .fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before, .fa-rebel:before {
    content: "";
}
.fa-ge:before, .fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before, .fa-weixin:before {
    content: "";
}
.fa-send:before, .fa-paper-plane:before {
    content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-genderless:before, .fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-hotel:before, .fa-bed:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.btn, submit, .readmore, button, input[type="button"], input[type="submit"], #click-menu {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "ff-tisa-sans-web-pro", serif;
    font-weight: normal;
    line-height: normal;
    margin: 1rem 0 1rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-appearance: none;
    border: none;
    font-weight: normal;
    background-color: #008265;
    border-color: #004e3d;
    color: #ffffff;
    box-shadow: #004d3c 0px 3px 0px;
}
.btn:hover, submit:hover, .readmore:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, #click-menu:hover {
    background-color: #004e3d;
}
.btn.red, submit.red, .readmore.red, button.red, input[type="button"].red, input[type="submit"].red, #click-menu.red {
    background-color: #bf2718;
    border-color: #8c190e;
    color: #ffffff;
}
.btn.red:hover, submit.red:hover, .readmore.red:hover, button.red:hover, input[type="button"].red:hover, input[type="submit"].red:hover, #click-menu.red:hover {
    background-color: #8c190e;
}
.btn.clear, submit.clear, .readmore.clear, button.clear, input[type="button"].clear, input[type="submit"].clear, #click-menu.clear {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border: 2.5px solid #ffffff;
}
.btn.clear:hover, submit.clear:hover, .readmore.clear:hover, button.clear:hover, input[type="button"].clear:hover, input[type="submit"].clear:hover, #click-menu.clear:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.btn.green, submit.green, .readmore.green, button.green, input[type="button"].green, input[type="submit"].green, #click-menu.green {
    background-color: #008265;
    border-color: #004e3d;
    color: #ffffff;
}
.btn.green:hover, submit.green:hover, .readmore.green:hover, button.green:hover, input[type="button"].green:hover, input[type="submit"].green:hover, #click-menu.green:hover {
    background-color: #004e3d;
}
.btn.blue, submit.blue, .readmore.blue, button.blue, input[type="button"].blue, input[type="submit"].blue, #click-menu.blue {
    background-color: #34495e;
    border-color: #2c3e50;
    color: #ffffff;
}
.btn.blue:hover, submit.blue:hover, .readmore.blue:hover, button.blue:hover, input[type="button"].blue:hover, input[type="submit"].blue:hover, #click-menu.blue:hover {
    background-color: #2c3e50;
}
#click-menu .threeLines {
    display: none;
}
.sharedaddy h3 {
    margin: 0 0 1em 0;
    display: block;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    font-family: "ff-tisa-web-pro", serif;
}
.sharedaddy a {
    letter-spacing: 0.5px;
    font-size: .68rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding-top: .625rem;
    padding-right: 1rem;
    padding-bottom: .625rem;
    padding-left: 1rem;
    margin-right: 7px;
    border: none;
    cursor: pointer;
    font-family: "ff-tisa-sans-web-pro", serif;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #ffffff;
}
.sharedaddy a span {
    color: #ffffff;
}
.sharedaddy a:before {
    color: #ffffff;
}
.sharedaddy a.share-facebook {
    background-color: #306199 !important;
}
.sharedaddy a.share-facebook:hover {
    background-color: #1e3c5f !important;
}
.sharedaddy a.share-twitter {
    background-color: #26c4f1 !important;
}
.sharedaddy a.share-twitter:hover {
    background-color: #0c97be !important;
}
.sharedaddy a.share-google-plus-1 {
    background-color: #bf2718 !important;
}
.sharedaddy a.share-google-plus-1:hover {
    background-color: #8c190e !important;
}
.sharedaddy a.share-email {
    background-color: #008265 !important;
}
.sharedaddy a.share-email:hover {
    background-color: #004e3d !important;
}
.sharedaddy a.share-print {
    background-color: #777777 !important;
}
.sharedaddy a.share-print:hover {
    background-color: #5C5C5C !important;
}
.btn.expand {
    width: 100%;
}
.btn.small {
    padding: 7px 15px;
    font-size: .825rem;
}
header *[title="donate"] {
    margin-top: 45px;
    color: #ffffff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #888888;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 1rem;
}
textarea {
    padding: 1rem;
    width: 100%;
}
label {
    margin-right: 7px;
}
.gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#gform_wrapper_1 {
    max-width: 570px;
    margin: 0 auto;
    background-color: rgba(44, 62, 80, 0.7);
    padding: 1.25rem;
    border-radius: 3px;
}
#gform_wrapper_1 .gform_body, #gform_wrapper_1 .gform_footer {
    float: left;
}
#gform_wrapper_1 .gform_body {
    width: 75%;
}
#gform_wrapper_1 .gform_footer {
    width: 25%;
}
#gform_wrapper_1 label.gfield_label, #gform_wrapper_1 li.gfield_label.gform_hidden, #gform_wrapper_1 li.gfield.gform_validation_container {
    display: none;
}
#gform_wrapper_1 li.gfield {
    width: 50%;
    float: left;
}
#gform_wrapper_1 li.gfield .ginput_container {
    background: #fff;
    padding: 0 .625rem;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 10%;
}
#gform_wrapper_1 li.gfield .ginput_container input[type="text"], #gform_wrapper_1 li.gfield .ginput_container input[type="email"] {
    border: none;
    padding: .625rem 0;
    max-width: 100%;
}
#gform_wrapper_1 .gform_footer input[type="submit"] {
    margin: 0;
    display: block;
    width: 100%;
    padding: .625rem 0;
    background: #3498db;
    border: 1px solid #3498db;
    box-shadow: #1d6fa5 0 3px 0;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
    background: #217bb8;
    border: 1px solid #217bb8;
    box-shadow: #124364 0 3px 0;
}
#gform_wrapper_2 {
    max-width: 570px;
    margin: 0 auto;
    border-radius: 3px;
}
#gform_wrapper_2 .gform_body, #gform_wrapper_2 .gform_footer {
    width: auto;
    float: none;
}
#gform_wrapper_2 .gform_body:before, #gform_wrapper_2 .gform_body:after {
    content: "";
    display: table;
}
#gform_wrapper_2 .gform_body:after {
    clear: both;
}
#gform_wrapper_2 label.gfield_label, #gform_wrapper_2 li.gfield_label.gform_hidden, #gform_wrapper_2 li.gfield.gform_validation_container {
    display: none;
}
#gform_wrapper_2 li.gfield {
    width: 50%;
    float: left;
}
#gform_wrapper_2 li.gfield .ginput_container {
    background: #fff;
    padding: 0 .625rem;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 2%;
}
#gform_wrapper_2 li.gfield .ginput_container input[type="text"], #gform_wrapper_2 li.gfield .ginput_container input[type="email"] {
    border: none;
    padding: .625rem 0;
    max-width: 100%;
}
#gform_wrapper_2 .gform_footer {
    margin-top: 2%;
}
#gform_wrapper_2 .gform_footer input[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 98%;
    padding: .625rem 0;
    background: #3498db;
    border: 1px solid #3498db;
    box-shadow: #1d6fa5 0 3px 0;
}
#gform_wrapper_2 .gform_footer input[type="submit"]:hover {
    background: #217bb8;
    border: 1px solid #217bb8;
    box-shadow: #124364 0 3px 0;
}
.gform_wrapper .gfield {
    margin: 1rem 0;
}
.gform_wrapper .no-labels li > .gfield_label,
.gform_wrapper li.no-labels.gfield > .gfield_label {
    display: none;
}
.gform_wrapper .gfield_radio li {
    margin-bottom: 0.5em;
}
.gform_wrapper .gfield_radio li > label {
    margin-left: 0.5em;
}
.gform_wrapper .inline.gfield {
    float: left;
}
.gform_wrapper .inline.gfield .ginput_container input {
    width: 100%;
}
.gform_wrapper .inline.gf_ten {
    width: 7%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_twenty {
    width: 17%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_twentyfive {
    width: 22%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_thirtythree {
    width: 30%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_thirty {
    width: 27%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_forty {
    width: 37%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_fifty {
    width: 47%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_sixty {
    width: 57%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_sixtysix {
    width: 63%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_seventy {
    width: 67%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_eighty {
    width: 77%;
    margin-right: 3%;
}
.gform_wrapper .inline.gf_ninety {
    width: 87%;
    margin-right: 3%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #404040;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a:visited {
    color: #888888;
}
a:hover, a:focus, a:active {
    color: #008265;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
.hover-link .img-container {
    display: block;
    /*width:100%;*/
    position: relative;
}
.hover-link .img-container img {
    display: block;
}
.hover-link .img-container .img-overlay {
    display: block;
    opacity: 0;
    position: absolute;
    color: #fff;
    background: rgba(0, 130, 101, 0.77);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 1;
}
.hover-link .img-container .img-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hover-link:hover .img-container .img-overlay {
    display: block;
    opacity: 1;
}
#pagination {
    clear: both;
    display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#social {
    background-color: #008265;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
header.site-header {
    background: #FFFFFF;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.08);
    height: 150px;
    width: 100%;
    -webkit-transition: height 0.15s;
    -moz-transition: height 0.15s;
    -ms-transition: height 0.15s;
    -o-transition: height 0.15s;
    transition: height 0.15s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.vp3 header.site-header {
    box-shadow: none;
}
header.site-header #logo {
    height: 150px;
}
.vp3 header.site-header #logo {
    height: 71px;
    width: 227px;
}
header.site-header #logo a {
    display: inline-block;
}
header.site-header #logo img {
    margin-top: 30px;
    width: 300px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
header.site-header .main-navigation {
    clear: both;
    display: block;
    float: right;
    text-align: right;
    padding-top: 17px;
}
header.site-header .main-navigation .menu-about-us-container {
    /*overflow: hidden;*/
    float: right;
}
header.site-header .main-navigation button.menu-toggle {
    font-size: 14px;
    margin-top: 29px;
    margin-bottom: 29px;
    letter-spacing: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    float: right;
    top: 0;
    position: absolute;
    right: 40px;
}
header.site-header .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
header.site-header .main-navigation ul li {
    float: left;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1000;
}
header.site-header .main-navigation ul li.menu-item-has-children > a:after {
    content: '\21E9';
    font-size: 0.85em;
    margin-left: 5px;
}
header.site-header .main-navigation ul li a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
header.site-header .main-navigation ul li > ul {
    position: absolute;
    /*top: 105%;*/
    left: -10000px;
    overflow: hidden;
    padding-top: 10px;
}
header.site-header .main-navigation ul li > ul li {
    float: none;
    min-width: 185px;
    margin: 0 !important;
}
header.site-header .main-navigation ul li:hover > ul, header.site-header .main-navigation ul li.focus > ul {
    right: 0;
    left: auto;
}
header.site-header .main-navigation ul li *[title="donate"] {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "ff-tisa-sans-web-pro", serif;
    font-weight: normal;
    line-height: normal;
    margin: 1rem 0 1rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal;
    background-color: #2ecc71;
    border-color: #008265;
    color: #ffffff;
    box-shadow: #004e3d 0px 3px 0px;
}
header.site-header .main-navigation ul li *[title="donate"]:hover {
    background-color: #004e3d;
}
header.site-header .main-navigation a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #888888;
}
header.site-header .main-navigation a:hover, header.site-header .main-navigation a:active {
    color: #008265;
}
nav.toggled {
    width: 100%;
}
nav.toggled .menu-about-us-container {
    background-color: transparent;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
nav.toggled .menu-about-us-container ul.nav-menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
nav.toggled .menu-about-us-container ul.nav-menu li {
    float: left;
    position: relative;
    margin: 0;
    width: 50%;
    height: inherit;
    line-height: 1em;
    padding: 5px;
}
nav.toggled .menu-about-us-container ul.nav-menu li a {
    margin: 0;
    padding: 0;
    line-height: 1rem;
}
nav.toggled .menu-about-us-container ul.nav-menu li#menu-item-274 {
    width: 100%;
}
nav.toggled .menu-about-us-container ul.nav-menu li#menu-item-274 *[title="donate"] {
    width: 100%;
    margin: 0;
    padding: .625rem 1rem;
}
header#smallheader {
    display: none;
    z-index: 999;
    height: 100px;
    position: fixed;
    top: 0;
}
header#smallheader #logo {
    /*height: 100px;*/
}
header#smallheader #logo img {
    /*width: 200px;*/
    /*margin-top: 19.5px;*/
}
header#smallheader .main-navigation a {
    margin-top: 38px;
    /*padding-top: 0px;
    padding-bottom: 35px;*/
}
header#smallheader .main-navigation *[title="donate"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: 29px;
}
#click-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    right: 40px;
    top: 39.5px;
    margin: 0;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* MENU SCALING */

@media (min-width: 750px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .site-disclaimer {
        min-width: 350px;
    }
}
@media (max-width: 1199px) {
    header.site-header {
        /*height: 100px;*/
    }
    header.site-header #logo {
        /*height: 100px;*/
    }
    body header.site-header #logo img {
        /*width: 200px;*/
        /*margin-top: 19.5px;*/
    }
    header.site-header .main-navigation a {
        /*margin-top: 38px;*/
        /*padding-top: 0px;*/
        /*padding-bottom: 35px;*/
    }
    header.site-header .main-navigation *[title="donate"] {
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin-top: 29px;
    }
}
@media (max-width: 1000px) {
    body header.site-header #logo img {
        /*width: 150px;*/
        /*margin-top: 27.9px;*/
    }
    header.site-header .main-navigation li {
        margin-left: 1rem;
    }
    header.site-header .main-navigation li a {
        font-size: 14px;
        margin-top: 39.5px;
        letter-spacing: 0;
    }
    header.site-header .main-navigation *[title="donate"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 1024px) {
    #site-navigation {
        display: none;
    }
}
@media (max-width: 749px) {
    /*Don't display the scrolling header for mobile devices */
    #smallheader {
        display: none;
    }
    #social {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    #click-menu {
        top: 17px;
    }
}
header#pageheader, header.big-image-header {
    height: auto;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #008265;
    color: #ffffff;
    text-shadow: 0 0 5px #888888;
}
header#pageheader .box, header.big-image-header .box {
    border: 3px solid #ffffff;
    border-radius: 3px;
    padding: 15px 25px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    box-shadow: 0px 0 5px #888, inset 0px 0px 5px #888;
}
header#pageheader input, header.big-image-header input {
    padding: .625rem;
    border: 2px solid #fff;
}
header#pageheader .btn, header#pageheader submit, header#pageheader .readmore, header#pageheader button, header#pageheader input[type="button"], header#pageheader input[type="submit"], header.big-image-header .btn, header.big-image-header submit, header.big-image-header .readmore, header.big-image-header button, header.big-image-header input[type="button"], header.big-image-header input[type="submit"] {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border: 2.5px solid #ffffff;
    padding: .625rem;
}
header#pageheader .btn:hover, header#pageheader submit:hover, header#pageheader .readmore:hover, header#pageheader button:hover, header#pageheader input[type="button"]:hover, header#pageheader input[type="submit"]:hover, header.big-image-header .btn:hover, header.big-image-header submit:hover, header.big-image-header .readmore:hover, header.big-image-header button:hover, header.big-image-header input[type="button"]:hover, header.big-image-header input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
header#pageheader .container, header.big-image-header .container {
    padding: 40px;
}
header#pageheader .spacer, header.big-image-header .spacer {
    background-color: #ffffff;
    box-shadow: 0 0 5px #000000;
}
header#pageheader h1, header.big-image-header h1 {
    margin: .08rem 0 1rem;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}
header#pageheader h2, header#pageheader h3, header#pageheader h4, header#pageheader h5, header#pageheader h6, header#pageheader p, header.big-image-header h2, header.big-image-header h3, header.big-image-header h4, header.big-image-header h5, header.big-image-header h6, header.big-image-header p {
    text-align: center;
    margin-top: 1rem;
    display: block;
    width: 100%;
    letter-spacing: 1px;
}
header.big-image-header {
    box-shadow: none;
}
header.big-image-header span.down-arrow #arrow-down, .home #arrow-down {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 400ms ease-in-out;
    font-size: 2.4rem;
    margin-bottom: 25px;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
header.big-image-header .container {
    padding: 0 40px;
}
header.big-image-header .container .box {
    margin: 50px auto 15px;
}
header.big-image-header .main-navigation a, .blog header .main-navigation a, .single-video header .main-navigation a {
    text-shadow: none;
    color: #ffffff !important;
}
header.big-image-header .main-navigation a:hover, .blog header .main-navigation a:hover, .single-video header .main-navigation a:hover {
    color: #3498db !important;
}
.RMPushOpen #click-menu {
    margin-right: 75%;
}
#responsive-menu *[title="donate"] {
    background-color: #bf2718;
    font-size: 1.4em;
    font-weight: bold;
}
#responsive-menu *[title="donate"]:hover {
    background-color: #8c190e;
}
#responsive-menu .responsive-menu ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text, #field_5_1 label, #field_5_2 label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #FFFFFF;
    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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .gform_wrapper:before, .gform_wrapper:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .gform_wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 3px 3px 3px 3px;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}
.widget#gform_widget-2 h1 {
    color: #fff;
    font-size: 3rem;
    max-width: 30rem;
    margin: 0 auto 1rem;
}
.widget#gform_widget-3 {
    padding: 4rem 0;
}
.widget#gform_widget-3 h1 {
    color: #fff;
    font-size: 1.75rem;
    max-width: 70%;
    margin: 0 auto 1rem;
    font-weight: 400;
}

/* Search widget. */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-area {
    float: none;
    margin: 0;
    width: 100%;
}
.site-main {
    margin: 0;
}
.site-content .widget-area {
    display: none;
}
@media (min-width: 750px) {
    .content-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .site-main {
        margin: 0;
    }
    .withsidebar .content-area {
        float: left;
        margin: 0 -300px 0 0;
        width: 100%;
    }
    .withsidebar .site-main {
        margin: 0 300px 0 0;
    }
    .withsidebar .site-content .widget-area {
        display: block;
        float: right;
        padding-left: 25px;
        overflow: hidden;
        width: 300px;
    }
    .site-footer {
        clear: both;
        width: 100%;
    }
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.site-footer {
    background-color: #34495e;
    font-family: "ff-tisa-sans-web-pro", serif;
    text-align: center;
    padding: 45px 0;
    color: #ffffff;
}
.site-footer .site-disclaimer {
    display: block;
    color: #ffffff;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    margin-bottom: 1rem;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto !important;
    float: none;
}
.site-footer .site-disclaimer span {
    font-weight: bold;
    clear: both;
}
.site-footer span.footerlinks {
    margin: 25px 0px;
    font-size: .625em;
    display: block;
}

/*--------------------------------------------------------------
## FRONT PAGE
--------------------------------------------------------------*/

.home .content-area {
    padding: 0;
}
#latest .btn {
    margin-top: 1rem;
}
#header {
    position: relative;
}
#header .widget {
    background: none;
    padding: 15px;
    margin-top: 25px;
}
#header:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(44, 62, 80, 0.3);
    display: block;
}
.vp3 #header:before {
    display: none;
}
#featured {
    background-color: #34495e;
    padding: 25px 0;
    color: #ffffff !important;
    text-align: center;
}
#featured h1, #featured h2, #featured h3, #featured h4, #featured p {
    text-align: center;
}
#featured .spacer {
    background-color: #ffffff;
}
#showcase {
    margin-bottom: 15px;
}
#signup {
    background-image: url("img/raleigh-footer.jpg");
    background-size: cover;
    text-align: center;
    clear: both;
    color: #ffffff;
}
#signup .row {
    padding: 40px 0;
    margin: 0 auto;
    float: none;
}
#signup .widget {
    background: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
}
#content {
    clear: both;
}
.content-area, .widget-area {
    padding: 15px 0;
}
@media screen and (min-width: 600px) {
    .content-area, .widget-area {
        padding: 40px 0;
    }
}
.single-format-standard .entry-meta .post-type {
    display: none;
}
.entry-meta {
    font-size: .825rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}
.entry-meta span.post-type {
    padding: 3px 7px;
    margin-right: 15px;
    background-color: #cccccc;
    border-radius: 3px;
    color: #f1f1f1;
}
.entry-meta span.date {
    color: #999999;
    margin-right: 7px;
}
.entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.entry-meta ul li.cat-item {
    list-style: none;
    margin-right: 7px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px 7px;
    background-color: #cccccc;
    border-radius: 3px;
    color: #f1f1f1;
    display: inline-block;
}
.entry-meta ul li.cat-item a {
    color: #f1f1f1;
    text-decoration: none;
}
.search article {
    border-bottom: 2px solid #34495e;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.search article a.btn {
    padding: .625rem;
    font-size: .825rem;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.single-video .video {
    color: #ffffff;
}
.single-video .site-main {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
}
#latestVideo, #moreVideos {
    padding: 40px 0;
    width: 100%;
}
#latestVideo {
    color: #ffffff;
}
.blog .content-area h3 {
    margin-top: 0;
}
.blog .content-area p {
    margin-bottom: 7px;
}
.blog .content-area .row {
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}
.blog .content-area .row btn {
    margin: 0;
}
#latest, .page-template-archive-video #moreVideos, .single-video #moreVideos {
    padding: 40px 0;
    text-align: center;
    /* CENTER ALIGN */
}
#latest h1, #latest h2, #latest h3, #latest h4, #latest p, .page-template-archive-video #moreVideos h1, .page-template-archive-video #moreVideos h2, .page-template-archive-video #moreVideos h3, .page-template-archive-video #moreVideos h4, .page-template-archive-video #moreVideos p, .single-video #moreVideos h1, .single-video #moreVideos h2, .single-video #moreVideos h3, .single-video #moreVideos h4, .single-video #moreVideos p {
    text-align: center;
}
.page-template-archive-video #moreVideos h3 {
    color: #fff;
}
#latest article.video, #latest article.post, .page-template-archive-video #moreVideos article.video, .page-template-archive-video #moreVideos article.post, .single-video #moreVideos article.video, .single-video #moreVideos article.post {
    margin-bottom: 25px;
}
#latest main.entry, .page-template-archive-video #moreVideos main.entry, .single-video #moreVideos main.entry {
    /*padding:20px;*/
    width: 100%;
}
#latest main.entry img, .page-template-archive-video #moreVideos main.entry img, .single-video #moreVideos main.entry img {
    -webkit-transition: 250ms ease all;
    -moz-transition: 250ms ease all;
    transition: 250ms ease all;
}
#latest main.entry a, .page-template-archive-video #moreVideos main.entry a, .single-video #moreVideos main.entry a {
    text-decoration: none;
}
#latest a, .blog .content-area a, .page-template-archive-video #moreVideos a, .single-video #moreVideos a {
    color: #404040;
    text-decoration: none;
}
#latest a:hover, #latest a:focus, #latest a:active, .blog .content-area a:hover, .blog .content-area a:focus, .blog .content-area a:active, .page-template-archive-video #moreVideos a:hover, .page-template-archive-video #moreVideos a:focus, .page-template-archive-video #moreVideos a:active, .single-video #moreVideos a:hover, .single-video #moreVideos a:focus, .single-video #moreVideos a:active {
    text-decoration: none;
    color: #008265;
}
.page-template-archive-video #latestVideo a {
    color: #ffffff;
    text-decoration: none;
}
.page-template-archive-video #latestVideo a:hover, .page-template-archive-video #latestVideo a:focus, .page-template-archive-video #latestVideo a:active {
    text-decoration: none;
    color: #008265;
}
body.post-type-archive-accomplishment, body.single-accomplishment {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #008265;
}
body.post-type-archive-accomplishment .mobile-only, body.single-accomplishment .mobile-only {
    display: none;
}
body.post-type-archive-accomplishment .skrollable-before, body.single-accomplishment .skrollable-before {
    z-index: 1;
}
body.post-type-archive-accomplishment .skrollable-between, body.single-accomplishment .skrollable-between {
    z-index: 11;
}
body.post-type-archive-accomplishment .skrollable-after, body.single-accomplishment .skrollable-after {
    display: none;
    z-index: -99999;
}
body.post-type-archive-accomplishment .gradientbox, body.single-accomplishment .gradientbox {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body.post-type-archive-accomplishment .parallax, body.single-accomplishment .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body.post-type-archive-accomplishment .parallax header, body.single-accomplishment .parallax header {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #008265;
}
body.post-type-archive-accomplishment .parallax header .ccWrap, body.single-accomplishment .parallax header .ccWrap {
    padding: 7px 50px;
}
body.post-type-archive-accomplishment .parallax header .ccWrap a.back, body.single-accomplishment .parallax header .ccWrap a.back {
    float: left;
    display: block;
    margin: 0;
}
body.post-type-archive-accomplishment .parallax header .ccWrap #social, body.single-accomplishment .parallax header .ccWrap #social {
    float: right;
    display: block;
    width: auto;
    padding: 0;
}
body.post-type-archive-accomplishment .parallax header .ccWrap #social ul, body.single-accomplishment .parallax header .ccWrap #social ul {
    display: inline-block;
}
body.post-type-archive-accomplishment .parallax header .ccWrap #social .btn, body.single-accomplishment .parallax header .ccWrap #social .btn {
    display: inline-block;
    margin: 0 0 0 0;
    float: right;
}
body.post-type-archive-accomplishment .parallax .ccPage, body.single-accomplishment .parallax .ccPage {
    height: 100%;
    width: 100%;
    position: fixed;
    background: transparent;
    background-position: 50% 50%;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackPage, body.single-accomplishment .parallax #carolinaComebackPage {
    background-color: #008265;
    background-size: cover;
    z-index: 9999;
    background-position: 50% 50%;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackLast, body.single-accomplishment .parallax #carolinaComebackLast {
    background-color: #008265;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -800;
    /*z-index: 99;*/
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFront, body.single-accomplishment .parallax #carolinaComebackFront {
    width: 100%;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFront .centered, body.single-accomplishment .parallax #carolinaComebackFront .centered {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFront h1, body.single-accomplishment .parallax #carolinaComebackFront h1 {
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 15px 25px;
    text-align: center;
    color: #ffffff;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFront span.down-arrow #arrow-down, body.single-accomplishment .parallax #carolinaComebackFront span.down-arrow #arrow-down {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 400ms ease-in-out;
    font-size: 2.4rem;
    margin-bottom: 25px;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries, body.single-accomplishment .parallax .carolinaComebackEntries {
    height: 100%;
    width: 100%;
    /*z-index:9;*/
    /*section.ccPage:nth-child(3n+0) {
      	background: #cccccc;
      }
      section.ccPage:nth-child(3n+1) {
      	background: #f8f8f8;
      }
      section.ccPage:nth-child(3n+2) {
      	background: #222222;
      }*/
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading {
    position: relative;
    /* margin-top: 75px; */
    display: block;
    padding: 75px 50px 25px;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading h4, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading h4 {
    margin: 0;
    font-weight: bold;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading h2, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-heading h2 {
    margin: 0 0 7px;
    font-weight: bold;
    color: #FFFFFF !important;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-content, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-content {
    position: relative;
    margin: 0;
    padding: 0px 50px;
}
body.post-type-archive-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-content p, body.single-accomplishment .parallax .carolinaComebackEntries article.accomplishment .entry-content p {
    margin-bottom: 1.5em;
    line-height: 2;
    font-size: 1.1rem;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFooter, body.single-accomplishment .parallax #carolinaComebackFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#1a000000', GradientType=0);
    /* IE6-9 */
    z-index: 99999;
    color: #ffffff;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFooter a, body.single-accomplishment .parallax #carolinaComebackFooter a {
    color: #ffffff;
    text-decoration: none;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFooter .ccWrap, body.single-accomplishment .parallax #carolinaComebackFooter .ccWrap {
    padding: 30px 50px 0 50px;
    width: 100%;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFooter .ccWrap #logo, body.single-accomplishment .parallax #carolinaComebackFooter .ccWrap #logo {
    width: 175px;
    max-width: 175px;
    float: left;
    display: block;
    margin-bottom: 15px;
}
body.post-type-archive-accomplishment .parallax #carolinaComebackFooter .ccWrap #ccSignup, body.single-accomplishment .parallax #carolinaComebackFooter .ccWrap #ccSignup {
    float: right;
    display: block;
}
.abs-centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
body.single-accomplishment {
    background-attachment: fixed;
    background-size: cover;
}
body.single-accomplishment .carolinaComebackEntries, body.single-accomplishment .ccPage {
    height: auto !important;
    position: relative !important;
}
body.single-accomplishment .ccPage {
    padding-bottom: 200px;
}
@media (max-width: 750px) {
    body.post-type-archive-accomplishment .ccPage, body.single-accomplishment .ccPage {
        position: relative !important;
    }
    body.post-type-archive-accomplishment footer, body.single-accomplishment footer {
        display: none;
    }
    body.post-type-archive-accomplishment header, body.single-accomplishment header {
        display: none;
    }
    body.post-type-archive-accomplishment .mobile-only, body.single-accomplishment .mobile-only {
        display: block;
        position: relative;
        top: 15px;
        margin: 0 15px 15px 15px;
    }
    body.post-type-archive-accomplishment .carolinaComebackEntries .ccPage, body.single-accomplishment .carolinaComebackEntries .ccPage {
        position: relative !important;
        height: initial !important;
    }
    body.post-type-archive-accomplishment .carolinaComebackEntries .ccPage .entry-heading, body.single-accomplishment .carolinaComebackEntries .ccPage .entry-heading {
        display: block;
        position: initial !important;
        padding: 15px !important;
        /* top: 15px !important; */
        /* left: 15px !important; */
        width: 100%;
    }
    body.post-type-archive-accomplishment .carolinaComebackEntries .ccPage .entry-heading h4, body.single-accomplishment .carolinaComebackEntries .ccPage .entry-heading h4 {
        margin: 0;
        font-weight: bold;
    }
    body.post-type-archive-accomplishment .carolinaComebackEntries .ccPage .entry-heading h2, body.single-accomplishment .carolinaComebackEntries .ccPage .entry-heading h2 {
        margin: 0 0 7px;
        font-weight: bold;
        color: #FFFFFF !important;
    }
    body.post-type-archive-accomplishment .carolinaComebackEntries .ccPage .entry-content, body.single-accomplishment .carolinaComebackEntries .ccPage .entry-content {
        display: block;
        position: initial !important;
        margin: 0 !important;
        padding: 0 15px !important;
    }
}

/** Get the Facts **/
body.page-id-907 header.site-header {
    height: auto;
}
body.page-id-907 #content {
    background: #002440;
}
.get-the-facts {
    background: #fff;
    padding: 20px;
}
    .entry-header h1.entry-title {
        margin-bottom: 2rem;
    }
    .get-the-facts article.post {}
        .get-the-facts article.post + article.post {
            border-top: 1px solid #01654f;
            margin-top: 2rem;
            padding-top: 2rem;
        }
        .get-the-facts article.post .post-thumbnail {
            text-align: center;
        }
        @media screen and (min-width: 768px){
            .get-the-facts article.post .post-thumbnail {
                float: left;
            }
            .get-the-facts article.post .post-header,
            .get-the-facts article.post .post-content {
                margin-left: 215px;
            }
        }
        .get-the-facts article.post .post-header h2.post-title {
            clear: none;
            margin-top: 0;
            font-size: 2rem;
        }
        .get-the-facts article.post .post-header h2.post-title a,
        .get-the-facts article.post .post-header h2.post-title a:link,
        .get-the-facts article.post .post-header h2.post-title a:visited {
            text-decoration: none;
        }
        .get-the-facts article.post .post-meta {
            text-transform: uppercase;
        }
        .get-the-facts article.post .post-content .more-link {
            text-transform: uppercase;
        }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*# sourceMappingURL=style.css.map */


/* Header updates */

header.site-header #logo img {
    width: 100%;
    max-width: 370px;
    margin-top: 15px;
    /*height: 71px;*/
    width: 227px;
}
#menu-item-274 a {
    /*box-shadow: #208e4e 0px 3px 0px;*/
    color: #fff !important;
    /*font-size: 13px;*/
    /*margin-top: 16px !important;*/
    /*padding: 10px 20px 11px;*/
    box-shadow: none !important;
    margin: 0 !important;
    border-bottom: 3px solid #208e4e;
}

#primary-menu a {
    /*margin-top: 26px;*/
    border-radius: 3px;
}
#primary-menu li.menu-item-object-page a,
#primary-menu li.menu-item-object-video a {
    padding: 15px;
}
#primary-menu li.menu-item-object-page .sub-menu a,
#primary-menu li.menu-item-object-video .sub-menu a {
    color: #fff !important;
    background: #3498db !important;
    padding: 10px 15px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1050px) {
    #primary-menu li.menu-item-object-page a,
    #primary-menu li.menu-item-object-video a {
        padding: 15px 10px;
    }
}
#primary-menu a:hover {
    color: #ecf0f1;
}
#primary-menu li.menu-item-object-page a:hover,
#primary-menu li.menu-item-object-video a:hover {
    color: #fff !important;
    background: #3498db !important;
}
#primary-menu li.menu-item-object-page .sub-menu a:hover,
#primary-menu li.menu-item-object-video .sub-menu a:hover {
    color: #3498db !important;
    background: #fff !important;
}
.btn.blue, .bg2 h4, .bg2 h2, #header h1, #header h6 {
    color: #fff !important;
}

/* Contact Form */

.name_first, .name_last, #field_3_3, #field_3_4, .address_line_1, .address_line_2, .address_city, .address_state, .address_zip, .address_country {
    width: 47%;
    float: left;
    margin-right: 3%;
}
.name_first input, .name_last input, #field_3_3 input, #field_3_4 input, .address_line_1 input, .address_line_2 input, .address_city input, .address_state input, .address_zip input, .address_country select {
    width: 100%;
}
input[type=tel] {
    padding: 1rem;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Sidebar form */

#gform_widget-4 .widget-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
#gform_widget-4 label {
    display: none;
}
#gform_widget-4 input[type=text], #gform_widget-4 input[type=email] {
    margin-bottom: 5px;
    padding: .5rem;
    width: 100%;
}
.sidebar-donate, #gform_submit_button_4 {
    border-radius: 3px;
    color: #fff !important;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.sidebar-donate, #menu-item-274 a {
    box-shadow: #bf2718 0px 3px 0px;
    background-color: #e74c3c;
    border-color: #cf2b1a;
}
.or {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
#gform_submit_button_4 {
    box-shadow: #1d6fa5 0px 3px 0px;
    background-color: #3498db;
    border-color: #217bb8;
}

/* News */


/* .news-page-title,
.single .entry-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: normal;
}

.news-page-title,
.single .entry-title,
.entry-title-primary,
.page-id-234 .entry-title,
.page-id-234 h2 {
    font-family: "ff-tisa-sans-web-pro", serif;
}

.blog .site-main .hover-link h3 {
  color: #3498db;
  font-size: 37px;
}

.blog .site-main .hover-link p {
  font-family: Georgia, serif;
}

.blog .twelve .blue {
  display: inline-block;
  width: auto;
  padding: 20px 40px;
} */


/* Page */

header#pageheader .box, header.big-image-header .box {
    border: none !important;
    box-shadow: none !important;
}
.entry-subtitle {
    display: block;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    margin-top: 40px;
}
.entry-subtitle:before {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -50px;
}
.page-id-234 .entry-title, .page-id-234 h2 {
    font-weight: normal;
}
.share-this-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.share-this-post li {
    float: left;
    width: 19%;
    margin-right: 1%;
}
@media (max-width: 960px) {
    .share-this-post li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.share-this-post a .icon {
    display: block;
    height: 100%;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%;
}
.share-this-post a .icon svg {
    height: 17px;
    width: 17px;
}
.share-this-post a .icon svg path {
    fill: #fff;
}
.share-this-post a .text {
    color: #fff;
}
.share-this-post a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #ccc;
    border-radius: 3px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.share-this-post .share-email a {
    background-color: #2ecc71;
    box-shadow: #208e4e 0px 3px 0px;
}
.share-this-post .share-facebook a {
    background-color: #306199;
    box-shadow: #1e3c5f 0px 3px 0px;
}
.share-this-post .share-twitter a {
    background-color: #26c4f1;
    box-shadow: #0c97be 0px 3px 0px;
}
.share-this-post .share-linkedin a {
    background-color: #007bb6;
    box-shadow: #00476a 0px 3px 0px;
}
.share-this-post .share-google a {
    background-color: #e93f2e;
    box-shadow: #b72213 0px 3px 0px;
}

/* Footer */

.footerlinks a {
    color: #fff;
    text-decoration: none;
}
.post-type-archive-video .hover-link {
    border-bottom: 0;
    text-decoration: none;
    text-align: center;
    padding-bottom: 20px;
    display: block;
}
.single-video h2, div.sharedaddy h3.sd-title {
    color: #fff !important;
}
div.sharedaddy h3.sd-title:before {
    display: none;
}
#moreVideos .container h1 {
    text-align: center !important;
}
.sd-social-icon-text .sd-content ul li a.sd-button {
    border: none !important;
    padding: 10px !important;
}
@media (min-width: 750px) {
    .single-video.withsidebar .site-main {
        margin: 0 0 0 0;
    }
}
.page-template-default #header, .error404 #header {
    background-color: #fff !important;
    background-image: none !important;
}

/* .blog #header:before, */

.page-template-default #header:before,
/* .post-type-archive-video #header:before, */

.error404 #header:before, .single #header:before {
    display: none;
}
.blog header.site-header .main-navigation ul li a, .page-template-default header.site-header .main-navigation ul li a, .post-type-archive-video header.site-header .main-navigation ul li a, .error404 header.site-header .main-navigation ul li a, .single header.site-header .main-navigation ul li a {
    color: #888;
}
.blog #primary-menu a:hover, .page-template-default #primary-menu a:hover, .post-type-archive-video #primary-menu a:hover, .error404 #primary-menu a:hover, .single #primary-menu a:hover {
    color: #3498db;
}
.blog header.site-header #logo img, .page-template-default header.site-header #logo img, .post-type-archive-video header.site-header #logo img, .error404 header.site-header #logo img, .single header.site-header #logo img {
    max-width: 250px;
    margin-bottom: 15px;
}
.blog .main-navigation, .page-template-default .main-navigation, .post-type-archive-video .main-navigation, .error404 .main-navigation, .single .main-navigation {
    padding-top: 15px;
}
.error404 h1 {
    color: #fff;
}
.single-post div.sharedaddy h3.sd-title {
    color: #000 !important;
}
html, body {
    overflow: visible !important;
}
#social {
    display: none;
}
body.search, body.archive {
    background: #fff;
}
#gform_wrapper_3 textarea {
    width: 97%;
}
#gform_wrapper_3 li, #gform_wrapper_3 .address_city, #gform_wrapper_3 .address_state, #gform_wrapper_3 .address_zip, #gform_wrapper_3 .address_country {
    padding-top: 20px;
}
#field_3_5, #gform_wrapper_3 .gform_footer {
    clear: both;
}
.home header.site-header .wrapper {
    height: 100%;
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 38px;
    position: relative;
}
.home header.site-header .logo {
    float: left;
    margin-top: 30px;
}
.home header.site-header .main-navigation {
    clear: none;
    float: right;
}
.home header.site-header {
    background: url('/wp-content/uploads/2015/08/mccrory-hero.jpg');
    background-size: cover;
    height: 795px;
    min-height: 400px;
}
.home .logo img, .new-footer .logo img {
    height: 71px;
    width: 227px;
}
.home #primary-menu a {
    color: #fff;
    /* font-size: 19px; */
}
.header-optin h1, .home-optin h1 {
    font-family: "ff-tisa-sans-web-pro", serif;
    font-weight: bold;
}
.header-optin h1 {
    font-size: 70px;
    padding-bottom: 16px;
}
.header-optin h1, .home-optin h1, .home-optin p {
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .8);
}
.header-optin {
    clear: both;
    /* float: right;
  padding-top: 162px; */
    max-width: 700px;
    position: absolute;
    top: 50%;
    right: 38px;
    margin-top: -117px;
    padding-left: 38px;
}
#input_5_1, #input_5_2, #gform_submit_button_5 {
    border-radius: 0;
    float: left;
    width: 32%;
}
#input_5_1, #input_5_2 {
    background: rgba(213, 213, 213, .9);
    margin-right: 2%;
}
#gform_submit_button_5 {
    background: transparent;
    border: 6px solid #3498db;
    margin: 0;
    padding: 11px 0;
    transition: .5s background;
    box-shadow: none;
}
#gform_submit_button_5:hover {
    background: #3498db;
}
.gform_validation_container {
    display: none;
}
.home-articles:after {
    clear: both;
    content: "";
    display: block;
}
.home-articles {
    background: #fff;
    padding: 41px 0 49px;
}
.home-articles .wrapper {
    margin: 0 auto;
    max-width: 1175px;
    padding: 0 38px;
}
.home-article {
    border: 1px solid #b7b7b7;
    float: left;
    margin-right: 2%;
    width: 32%;
}
.home-article:last-of-type {
    margin-right: 0;
}
@media (max-width: 750px) {
    .home-article {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .home-article:last-of-type {
        margin-bottom: 0;
    }
}
.home-article-image {
    position: relative;
}
.home-article-category {
    background: #018265;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 33px;
    padding: 0 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.home-article-content {
    padding: 20px 29px 47px;
}
.home-article-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.home-article-content h2 a {
    color: #000;
    text-decoration: none;
}
a.home-article-read-more {
    background: #34495e;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 47px;
    padding: 0 19px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}
.home-optin {
    background: url('/wp-content/uploads/2015/08/mccrory-racecar.jpg');
    background-size: cover;
    min-height: 801px;
    padding: 171px 38px 0;
}
.home-optin h1, .home-optin p {
    text-align: center;
}
.home-optin h1, .home-optin p, .home-optin .gform_wrapper {
    margin: 0 auto;
}
.home-optin h1 {
    font-size: 61px;
    max-width: 980px;
}
.home-optin p {
    font-size: 32px;
    max-width: 900px;
    padding: 20px 0 30px;
}
.home-optin .gform_wrapper {
    max-width: 870px;
}
.home-optin #input_5_1 {
    margin-right: 2%;
}
.home-optin #input_5_1, .home-optin #input_5_2 {
    width: 49%;
}
.home-optin #input_5_2 {
    margin-right: 0;
}
.home-optin #gform_submit_button_5 {
    background: #3498db;
    clear: left;
    float: none;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
}
.new-footer {
    position: relative;
    padding: 0 38px 30px;
}
.new-footer .logo {
    padding: 42px 0 47px;
    text-align: center;
}
.new-disclaimer {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.follow {
    list-style: none;
    /* position: absolute;
  right: 40px;
  bottom: 26px; */
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 850px) {
    .follow {
        position: static;
        padding: 20px 0 0;
        margin: 0;
        text-align: center;
    }
}
.follow li {
    display: inline;
    padding-left: 5px;
}
.follow a {
    color: #fff;
    font-size: 21px;
}
.blog .home-article, .archive .home-article {
    margin-bottom: 30px;
}
.blog .home-article:nth-of-type(7), .blog .home-article:nth-of-type(8), .blog .home-article:nth-of-type(9), .archive .home-article:nth-of-type(7), .archive .home-article:nth-of-type(8), .archive .home-article:nth-of-type(9) {
    margin-bottom: 0;
}
.blog .home-article:nth-of-type(3n), .archive .home-article:nth-of-type(3n) {
    margin-right: 0;
}
.new-footer {
    background: #34495e
}
.vp3 .new-footer {
    background: transparent;
}
.single-video header#pageheader, header.big-image-header {
    background: #fff;
}
.error404 header.big-image-header .main-navigation a {
    color: #888 !important;
}
.home {
    background: #f7f7f7 !important;
}
#pagination .btn {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 47px;
    padding: 0 19px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}
.home .site-header {
    position: relative;
}
.home #arrow-down {
    bottom: 0;
    left: 0;
    position: absolute;
}
.home.admin-bar #arrow-down {
    bottom: 25px;
}
@media (max-width: 500px) {
    .home header.site-header {
        background: url('/wp-content/uploads/2015/09/mccrory-hug-mobile.jpg');
        background-position: 50% 0%;
    }
    .home header.site-header {
        min-height: 600px;
    }
    .header-optin {
        margin-top: -192px;
    }
    #input_5_1, #input_5_2, #gform_submit_button_5 {
        float: none;
        width: 100% !important;
        margin-bottom: 15px;
    }
}
@media (max-width: 906px) {
    .home header.site-header .main-navigation ul li {
        margin-left: 1rem;
    }
}
@media (max-width: 826px) {
    .home header.site-header .main-navigation ul li {
        margin-left: .5rem;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 706px) {
    .header-optin h1 {
        font-size: 50px;
        line-height: 1.2em;
    }
}
@media (max-width: 527px) {
    .header-optin h1 {
        font-size: 35px;
    }
}
@media (max-width: 321px) {
    .header-optin h1 {
        font-size: 27px;
        padding-bottom: 0;
    }
    .header-optin {
        margin-top: -150px;
    }
    .home header.site-header {
        min-height: 480px;
    }
}
@media (max-width: 321px) and (max-height: 481px) {
    .header-optin #input_5_1, .header-optin #input_5_2 {
        padding: .5rem;
    }
    .header-optin #gform_submit_button_5 {
        padding: 6px 0;
    }
    .header-optin {
        margin-top: -132px;
    }
}

/* TEACHER PAY */
.teacher-pay_wrapper {
  background-color: #227ebc;
  padding: 5%;
}

.teacher-pay_wrapper .full-width {
  width: 100%;
}

.teacher-pay_wrapper .full-width label, .teacher-pay_wrapper .email label, .teacher-pay_wrapper .zip label {
  display: none;
}

.teacher-pay_wrapper .name_first, .teacher-pay_wrapper .name_last {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.teacher-pay_wrapper .email {
  width: 70%;
  margin-left: 1%;
  margin-right: 1%;
}

.teacher-pay_wrapper .address_zip {
  width: 100%;
  margin-left: 3%;
}

.teacher-pay_wrapper .zip {
  width: 26%;
}

.teacher-pay_wrapper .gform_footer {
  text-align: center;
}

.teacher-pay_wrapper .gform_footer input {
  width: 98%;
}

@media (max-width: 706px) {
  #petitiontable .boxleft {
    width: 100% !important;
  }
  #petitiontable .boxright {
    width: 100% !important;
  }
}

a.btn.more {
  color: white;
}

/* Voter Data Forms */
.voter-data {
    max-width: 420px;
    margin: 0 auto;
}
.voter-data h4 { font-weight: bold; }
.gform_wrapper .confirm-dialog .ui.button.incorrect:before {
    content: "\f00d";
    margin-right: 2%;
    font-family: fontawesome;
}
.gform_wrapper .confirm-dialog .ui.button.correct:before {
    content: "\f00c";
    margin-right: 2%;
    font-family: fontawesome;
}
.gform_wrapper.voter-data_wrapper .gfield_radio li > label {
    color: #404040;
}
