@charset "UTF-8";
/*
Theme Name:  Bowstern
Developer: BowStern Marketing Communications - Web Dev Team
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
.page-child #main ul {
    list-style: none;
    text-indent: 2em;
    margin-bottom: 2em;
    line-height: 26px;
}
.page-child #main ol {
    text-indent: 2em;
    margin-bottom: 2em;
    line-height: 26px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
body {
    color: #242424;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.8;
}
body P {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 2rem;
}
body P.large {
    font-size: 18px;
}
body P .text-muted {
    color: #777777;
}
body P .text-primary {
    color: #203E58 !important;
}
body P.lead {
    line-height: 30px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}
body h1 {
    text-transform: none;
    font-style: normal;
    font-weight: 300;
    font-size: 3em;
}
@media (max-width: 768px) { body h1 { font-size: 2rem; } }
body.home.page h2 {
    font-weight: 600;
    color: #2D4961;
    font-size: 28px;
    padding: 15px 0 55px;
}
body.page h2 {
    font-weight: 600;
    color: #2D4961;
    font-size: 28px;
    padding: 65px 0 12px;
}
body.home.page h2.homepage-exception-one {
    color: white;
}
body h4 {
    font-size: 16px;
}
body h4 .category {
    font-size: 14px !important;
}
body a {
    color: #D87900;
    transition: .3s;
}
body a,
body a:hover,
body a:focus,
body a:active,
body a.active {
    outline: none;
}
body a:hover,
body a:focus,
body a:active,
body a.active {
    color: #D87900;
}
body.page {
    padding-top: 0px;
}
body.home {
    padding-top: 0;
}
i.fa-circle {
    color: #203E58;
}

#magic-line {
    display: none;
}
body.page .navbar-custom.navbar-fixed-top {
    top: 0px;
    transition: all .6s cubic-bezier(0, 1.3, .5, 1.1);
    background-color: rgba(32, 62, 88, 0.91) !important;
    -o-backdrop-filter: saturate(180%) blur(10px) !important;
    -webkit-backdrop-filter: saturate(180%) blur(10px) !important;
    -moz-backdrop-filter: saturate(180%) blur(10px) !important;
    backdrop-filter: saturate(180%) blur(10px) !important;
    border-color: transparent;
    padding: 10px 0 0 !important;
    max-height: 50px;
}
body.logged-in.page .navbar-custom.navbar-fixed-top {
    top: 32px;
}

/* Animate the Responsive Push Menu and Button 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button#responsive-menu-button {
    width: 45px !important;
    height: 45px !important;
    background: #fff !important;
    position: relative;
    top: -9px !important;
    border: 1px solid #D87900;
}
#responsive-menu-button {
    display: block;
    transition: transform 0.85s, background-color 0.95s;
    padding: 1px !important;
    top: 12px;
}
#responsive-menu-container #responsive-menu,
#responsive-menu-container #responsive-menu ul {
    padding-top: 10px;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: white !important;
}
#responsive-menu-button:focus {
    outline: 1px solid rgba(0, 50, 0, 0.4);
}
.responsive-menu-button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: fixed;
    top: 186px;
    border-radius: 0;
    right: 15px;
    transition: .2s;
}
.nav-itemdropdown:hover .dropdown-menu {
    display: block !important;
    top: 30px;
    border-radius: 0;
}
.responsive-menu-inner,
.responsive-menu-inner::before,
.responsive-menu-inner::after {
    width: 25px;
    height: 3px;
    background-color: #D87900;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 1.15s;
    transition-timing-function: ease;
    transition: .85s !important;
}
.responsive-menu-boring .responsive-menu-inner {
    transition: .4s;
    transform: rotate(0deg) !important;
}
.responsive-menu-boring .responsive-menu-inner,
.responsive-menu-boring .responsive-menu-inner::before,
.responsive-menu-boring .responsive-menu-inner::after {
    transition-property: none;
    transition: .3s !important;
}
.responsive-menu-boring.is-active .responsive-menu-inner::after {
    bottom: 0;
    transform: rotate(-90deg) !important;
    transition: .3s;
}
.responsive-menu-open #responsive-menu-container.push-left,
.responsive-menu-open #responsive-menu-container.slide-left {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
    transition: all 0.2s cubic-bezier(0, 1.3, 0.55, 1) !important;
}
#responsive-menu-container.push-left,
#responsive-menu-container.slide-left {
    opacity: .4;
    transition: all 0.2s cubic-bezier(0, 1.3, 0.55, 1);
}
.responsive-menu-box {
    width: 25px;
    height: auto;
    display: inline-block;
    position: relative;
    top: -2px;
}
.responsive-menu-boring.is-active .responsive-menu-inner {
    transform: rotate(45deg) !important;
}
.responsive-menu-boring.is-active .responsive-menu-inner::before {
    top: 0 !important;
    opacity: 0 !important;
}
@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    header .intro-text .intro-heading {
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}
body.logged-in .navbar-fixed-top {
    top: 32px;
}
.animation-element {
    position: relative;
}
/*3 grid layout*/

.animation-element:nth-of-type(3n-0) {
    clear: right;
}
/*bounce up animation for the subject*/

.bounce-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*bounce up animation for the subject*/

.fade-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-up .subject .in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding right*/

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element fade in*/

.animation-element.fade {
    opacity: 0;
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.animation-element.fade.in-view {
    opacity: 1;
}
footer {
    background: black;
    color: #ededed;
    padding: 45px;
    padding-top: 65px;
}
footer p {
    color: #ededed;
    font-size: 12px;
    line-height: 15px;
}
footer .fa,
footer a,
footer a:visited {
    color: #eeeeee;
}
footer.entry-footer {
    background-color: transparent !important;
}
footer .fa-stack-1x {
    background-color: #2f2f2f;
}
html {
    margin-top: 0 !important;
    overflow-x: hidden;
}
body {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #eeeeee;
}
.bg-darkest-gray {
    background-color: #222222;
}
.btn-primary {
    color: white;
    background-color: #000;
    border-color: #000;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
}
.btn-primary:focus,
.btn-primary.focus {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-primary:hover {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #000;
    border-color: #000;
}
.btn-primary .badge {
    color: #000;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #000;
    border-color: #000;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:focus,
.btn-xl.focus {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-xl:hover {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-xl:active:hover,
.btn-xl:active:focus,
.btn-xl:active.focus,
.btn-xl.active:hover,
.btn-xl.active:focus,
.btn-xl.active.focus,
.open > .btn-xl.dropdown-toggle:hover,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus {
    color: white;
    background-color: black;
    border-color: black;
}
.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    background-image: none;
}
.btn-xl.disabled:hover,
.btn-xl.disabled:focus,
.btn-xl.disabled.focus,
.btn-xl[disabled]:hover,
.btn-xl[disabled]:focus,
.btn-xl[disabled].focus,
fieldset[disabled] .btn-xl:hover,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus {
    background-color: #000;
    border-color: #000;
}
.btn-xl .badge {
    color: #000;
    background-color: white;
}
#hero-header {
    text-align: center;
    color: white;
}
#hero-header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
#hero-header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}
#hero-header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    #hero-header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    #hero-header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    #hero-header .intro-text .intro-heading {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}
section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}
@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
#mission {
    background-color: #000;
}
#mission p {
    color: white;
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #000;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}
@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 200px;
}
section#contact .form-control:focus {
    border-color: #000;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-moz-placeholder {
    /* Firefox 18- */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact::-moz-placeholder {
    /* Firefox 19+ */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #900;
}
section#contact input,
section#contact textarea {
    border-radius: 0;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    max-width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.3);
}
section#contact input:-moz-placeholder,
section#contact textarea:-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input::-moz-placeholder,
section#contact textarea::-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input::-webkit-input-placeholder,
section#contact textarea::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input:-ms-input-placeholder,
section#contact textarea:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus:-moz-placeholder,
section#contact textarea:focus:-moz-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus::-moz-placeholder,
section#contact textarea:focus::-moz-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus::-webkit-input-placeholder,
section#contact textarea:focus::-webkit-input-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus:-ms-input-placeholder,
section#contact textarea:focus:-ms-input-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
.subject {
    float: left;
    width: 100%;
    margin: 0% 1.33% 2.66% 1.33%;
    background: #F5F5F5;
    padding: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #EAEAEA;
}
.subject:hover,
.subject:active {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.subject .header {
    margin: 8px 0px;
}
.subject .header .date,
.subject .header .category {
    margin: 0px;
    clear: none;
    width: 50%;
}
.subject .header .date i,
.subject .header .category i {
    margin-right: 5px;
    color: #333;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.subject .header .date {
    float: left;
    text-align: left;
}
.subject .header .category {
    float: right;
    text-align: right;
}
.btn-nav {
    display: inline-block;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #D87900;
    border-radius: 0;
    color: #D87900;
    transition: .3s;
}
.btn-nav:hover {
    text-decoration: none;
    color: white;
    border-color: white;
}
header.entry-header {
    padding: 25px 0;
}
/*These styles contain basic styles for fomatting along with our animation css*/
/*animation element*/

.animation-element {
    position: relative;
}
/*3 grid layout*/

.animation-element:nth-of-type(3n-0) {
    clear: right;
}
/*bounce up animation for the subject*/

.bounce-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*bounce up animation for the subject*/

.fade-up .subject {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fade-up .subject .in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element sliding right*/

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation element fade in*/

.animation-element.fade {
    opacity: 0;
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.animation-element.fade.in-view {
    opacity: 1;
}
footer {
    background: #101e2b;
    color: #ededed;
    padding: 45px;
    padding-top: 65px;
}
footer a:hover {
    text-decoration: none;
}
footer p,
footer .footer-text {
    color: #ededed;
    font-size: 12px;
    line-height: 25px;
    transition: .3s;
}
footer p:hover,
footer .footer-text:hover {
    color: #D87900 !important;
    text-decoration: none !important;
}
footer h3 {
    font-size: 14px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    footer h3 {
        padding: 15px 0;
        padding-top: 35px;
    }
}
.social_network .fa,
footer .fa,
footer a,
footer a:visited {
    color: #eeeeee;
}
footer img.img-footer {
    width: 250px;
}
.social_network,
footer.entry-footer {
    background-color: transparent !important;
}
.social_network .fa-stack-1x,
footer .fa-stack-1x {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #5B7E96;
}
.social_network .fa-stack-1x:hover,
footer .fa-stack-1x:hover {
    transition: .4s;
    background-color: #5B7E96;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
.home .social_network { display: none; }
}

footer .social_network.list-inline > li {
    padding-right: 15px !important;
    padding-left: 0px !important;
}
footer #footerRights {
    opacity: .2;
}
#primary .page {
    /* 
    padding: 75px;
    background: #ededed;
    */
}
.page a.page.larger {
    padding: 3px !important;
    background: transparent !important;
    color: #FE4902;
}
.hero-btn-wrapper,
.hero-btn-wrapper {
    display: none;
}
.top-bar {
    position: absolute;
    z-index: 9998;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #203E58 !important;
    border-color: transparent;
    padding: .85rem 1rem !important;
    min-height: 135px;
}
.logged-in .top-bar {
    top: 32px;
}
.navbar-custom {
    border-color: transparent;
    padding: .85rem 1rem !important;
    z-index: 9999;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    top: 95px;
    position: fixed;
    transition: .1s !important;
}
.page .navbar-custom {
    top: 85px;
}
.page.admin-bar .navbar-custom {
    top: 108px;
}
@media only screen and (max-width: 768px) {
    .page-child.page .navbar-custom {
        top: 85px;
        transition: all .6s cubic-bezier(0, 1.3, .5, 1.1);
    }
    .page-child.admin-bar.page .navbar-custom {
        top: 122px;
        transition: all .6s cubic-bezier(0, 1.3, .5, 1.1);
    }
    .page-child.page .navbar-custom.navbar-fixed-top {
        top: 0px;
    }
}
body.home.page .navbar-custom {
    top: 80px;
}
body.home.page .navbar-custom.navbar-fixed-top {
    top: 0px;
}
.page {
    padding-top: 0px;
}
.home {
    padding-top: 0px;
}
.navbar-custom.navbar-fixed-top {
    background-color: rgba(32, 62, 88, 0.94) !important;
    top: 0px;
}
.logged-in .navbar-custom.navbar-fixed-top {
    background-color: rgba(32, 62, 88, 0.94) !important;
    top: 32px;
}
@media only screen and (max-width: 991px) {
    .logged-in .navbar-custom.navbar-fixed-top {
        top: 0px;
    }
}
.navbar-fixed-top,
.navbar-fixed-top {
    top: 49px;
}
#sidebar {
    margin-top: 60px;
}
ul.page-list,
ul.page-list {
    margin-left: 20px;
    width: 90%;
}
ul.page-list li {
    list-style-type: disc;
    text-indent: 0;
}
.btn-xl {
    color: #D87900;
    background-color: transparent;
    border-color: #D87900;
    font-family: "Gotham A", "Gotham B";
    transition: .3s;
}
.home .twitter-pluggin {
    margin-left: 0 !important;
    transform: scale(1.08);
}
.page-pad {
    padding-top: 75px;
}
.page-pad h1.entry-title {
    font-weight: 200;
    padding-bottom: 25px;
    color: #203E58;
    margin-top: 75px;
}
@media only screen and (max-width: 991px) {
    .page-pad h1.entry-title {
        font-size: 42px;
    }
}
html {
    margin-top: 0;
    overflow-x: hidden;
    background-color: #203E58;
}
body {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}
.img-centered {
    margin: 0 auto;
}
body.page .bg-light-gray {
    background-color: #5B7E96;
}
body.page.home .bg-light-gray {
    background-color: #ededed;
}
.bg-darkest-gray {
    background-color: #222222;
}
.clear-row {
    clear: both;
    padding-bottom: 50px;
}
.btn-primary {
    color: white;
    background-color: #203E58;
    border-color: #203E58;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
}
.btn-primary:focus,
.btn-primary.focus {
    color: white;
    background-color: #122433;
    border-color: black;
}
.btn-primary:hover {
    color: white;
    background-color: #122433;
    border-color: #101e2b;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #122433;
    border-color: #101e2b;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: #091118;
    border-color: black;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #203E58;
    border-color: #203E58;
}
.btn-primary .badge {
    color: #203E58;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #203E58;
    border-color: #203E58;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:focus,
.btn-xl.focus {
    color: white;
    background-color: #122433;
    border-color: black;
}
.btn-xl:hover {
    color: white;
    background-color: #122433;
    border-color: #101e2b;
}
.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    color: white;
    background-color: #122433;
    border-color: #101e2b;
}
.btn-xl:active:hover,
.btn-xl:active:focus,
.btn-xl:active.focus,
.btn-xl.active:hover,
.btn-xl.active:focus,
.btn-xl.active.focus,
.open > .btn-xl.dropdown-toggle:hover,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus {
    color: white;
    background-color: #091118;
    border-color: black;
}
.btn-xl:active,
.btn-xl.active,
.open > .btn-xl.dropdown-toggle {
    background-image: none;
}
.btn-xl.disabled:hover,
.btn-xl.disabled:focus,
.btn-xl.disabled.focus,
.btn-xl[disabled]:hover,
.btn-xl[disabled]:focus,
.btn-xl[disabled].focus,
fieldset[disabled] .btn-xl:hover,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus {
    background-color: #203E58;
    border-color: #203E58;
}
.btn-xl .badge {
    color: #203E58;
    background-color: white;
}
.btn,
#nf-field-4m {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #D87900;
    border-radius: 0;
    border-color: #D87900;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #D87900;
    font-weight: 800;
    transition: .3s;
}
.btn.btn-lg.btn-danger {
    padding: 12px 25px;
    font-size: 22px;
    border-color: #fff;
    color: white;
    background-color: #D87900 !important;
    transition: 1.5s;
}
.btn.btn-lg.btn-danger:hover {
    padding: 12px 25px;
    font-size: 22px;
    border-color: #D87900;
    color: #D87900;
    background-color: transparent !important;
    transform: scale(1.1);
}
#hero-header {
    text-align: center;
    color: white;
}
#hero-header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
#hero-header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}
#hero-header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    #hero-header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    #hero-header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    #hero-header .intro-text .intro-heading {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}
section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    color: white !important;
    margin-bottom: 15px;
}
section h3.section-subheading {
    font-size: 16px;
    color: white;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}
section h4.service-heading {
    color: #F3D7B3;
    text-transform: uppercase !important;
    margin-bottom: 1px;
}
section p.text-muted {
    color: #ededed;
}
@media (min-width: 768px) {
    section {
        padding: 150px 0;
        padding-top: 50px;
    }
}
#services {
    background-color: #203E58;
}
#services .service-heading {
    margin: 15px 0;
    margin-bottom: 1px;
    text-transform: none;
}
#services i.fa-circle {
    color: #F3D7B3;
}
#services .fa-inverse {
    color: #203E58;
}
#mission {
    background-color: #203E58;
}
#mission p {
    color: white;
}
#weblinks h2 {
    color: #203E58;
}
#weblinks .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#weblinks .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#weblinks .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(32, 62, 88, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#weblinks .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#weblinks .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#weblinks .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#weblinks .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#weblinks .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#weblinks .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px;
}
#weblinks .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#weblinks .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#weblinks * {
    z-index: 2;
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
#cornerstone {
    background-color: #5B7E96;
}
#cornerstone p.lead {
    color: #ededed;
    margin-bottom: 2rem;
}
#cornerstone h1 {
    color: white;
}
#cornerstone .timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
#cornerstone .timeline:before {
    top: 0;
    bottom: 30px;
    position: absolute;
    content: "";
    width: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 40px;
    margin-left: -1.5px;
}
#cornerstone .timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
#cornerstone .timeline > li:before,
#cornerstone .timeline > li:after {
    content: " ";
    display: table;
}
#cornerstone .timeline > li:after {
    clear: both;
}
#cornerstone .timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
#cornerstone .timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
#cornerstone .timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
#cornerstone .timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #2e587d;
    color: white;
    border-radius: 100%;
    border: 5px solid white;
    text-align: center;
}
#cornerstone .timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
#cornerstone .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
#cornerstone .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
#cornerstone .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
#cornerstone .timeline > li:last-child {
    margin-bottom: 0;
}
#cornerstone .timeline .timeline-heading h4 {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #eeeeee;
}
#cornerstone .timeline .timeline-heading h4.subheading {
    text-transform: none;
}
#cornerstone .timeline .timeline-body > p,
#cornerstone .timeline .timeline-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #cornerstone .timeline:before {
        left: 50%;
    }
    #cornerstone .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    #cornerstone .timeline > li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    #cornerstone .timeline > li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    #cornerstone .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }
    #cornerstone .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}
@media (min-width: 992px) {
    #cornerstone .timeline > li {
        min-height: 150px;
    }
    #cornerstone .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    #cornerstone .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    #cornerstone .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
    #cornerstone .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    #cornerstone .timeline > li {
        min-height: 170px;
    }
    #cornerstone .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    #cornerstone .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    #cornerstone .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    #cornerstone .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
section#contact {
    background-color: #D87900;
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 200px;
}
section#contact .form-control:focus {
    border-color: #203E58;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-moz-placeholder {
    /* Firefox 18- */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact::-moz-placeholder {
    /* Firefox 19+ */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #D87900;
}
section#contact input,
section#contact textarea {
    border-radius: 0;
    color: #203E58;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    max-width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.3);
}
section#contact input#nf-field-4 {
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    color: #FE4902;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    max-width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-style: normal;
    background-color: rgba(255, 255, 255, 95);
    text-transform: uppercase;
}
section#contact input#nf-field-4:hover {
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    color: #FE4902;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    max-width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    font-style: normal;
    background-color: rgba(255, 255, 255, .2);
    text-transform: uppercase;
}
section#contact input:-moz-placeholder,
section#contact textarea:-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input::-moz-placeholder,
section#contact textarea::-moz-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input::-webkit-input-placeholder,
section#contact textarea::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input:-ms-input-placeholder,
section#contact textarea:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus:-moz-placeholder,
section#contact textarea:focus:-moz-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus::-moz-placeholder,
section#contact textarea:focus::-moz-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus::-webkit-input-placeholder,
section#contact textarea:focus::-webkit-input-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
section#contact input:focus:-ms-input-placeholder,
section#contact textarea:focus:-ms-input-placeholder {
    color: transparent;
    font-style: normal;
    font-weight: 200;
}
.subject {
    float: left;
    width: 100%;
    margin: 0% 1.33% 2.66% 1.33%;
    background: #F5F5F5;
    padding: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #EAEAEA;
}
.subject:hover,
.subject:active {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.subject .header {
    margin: 8px 0px;
}
.subject .header .date,
.subject .header .category {
    margin: 0px;
    clear: none;
    width: 50%;
}
.subject .header .date i,
.subject .header .category i {
    margin-right: 5px;
    color: #333;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.subject .header .date {
    float: left;
    text-align: left;
}
.subject .header .category {
    float: right;
    text-align: right;
}
/*subject icon at top*/

.subject .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    left: calc(50% - 20px);
}
.subject .icon i {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 150%;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}
/*Category color / icon color*/

.subject .category-color {
    height: 7px;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
}
.subject.design .category-color,
.subject.design .icon i {
    background: #203E58;
}
.subject.development .category-color,
.subject.development .icon i {
    background: #2e587d;
}
.subject.photography .category-color,
.subject.photography .icon i {
    background: #122433;
}
/*hovering over subject*/

.subject.development:hover .header i {
    color: white;
}
.subject.design:hover .header i {
    color: #203E58;
}
.subject.photography:hover .header i {
    color: #2980b9;
}
.subject .title {
    margin: 12px 0px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.subject .content {
    margin-bottom: 8px;
}
.subject .enrole {
    position: relative;
    color: #333;
    padding: 5px 12px;
    cursor: pointer;
    float: right;
    display: inline-block;
    border: solid 1px #ccc;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.subject .enrole .enrole:hover,
.subject .enrole .enrole:active {
    background: #222;
    color: #fff;
}
/*media queries for mobile */

@media screen and (max-width: 678px) {
    .animation-element,
    .animation-element:nth-of-type(3n-1),
    .animation-element:nth-of-type(3n-2),
    .animation-element:nth-of-type(3n-0) {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .subject .header .date,
    .subject .header .category {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}
.hero-strong-wrapper {
    position: relative;
    left: 150px;
    top: 150px;
}
@media only screen and (max-width: 991px) {
    .hero-strong-wrapper {
        left: -35px;
        top: 38px;
        display: block;
        position: absolute;
        transform: scale(.8);
        -webkit-transform: scale(.75);
    }
    body.page.home .hero-strong-wrapper img.hero-logo {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        padding-top: 130px !important;
        margin-left: 50px !important;
    }
    .page.admin-bar .navbar-custom.navbar-fixed-top {
        top: 0px !important;
    }
    body.home.page div#n2-ss-2 h1,
    div#n2-ss-2 h2,
    div#n2-ss-2 h3,
    div#n2-ss-2 h4,
    div#n2-ss-2 h5,
    div#n2-ss-2 h6,
    div#n2-ss-2 p {
        padding-bottom: 10px !important;
    }
}
div#n2-ss-2 h1,
div#n2-ss-2 h2,
div#n2-ss-2 h3,
div#n2-ss-2 h4,
div#n2-ss-2 h5,
div#n2-ss-2 h6,
div#n2-ss-2 p {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    width: auto;
    border: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: none;
    font-size: 62px;
    line-height: 55px;
    letter-spacing: -6px;
    color: white !important;
}
div#n2-ss-2 h1 > span.hero-sub,
div#n2-ss-2 h2 > span.hero-sub,
div#n2-ss-2 h3 > span.hero-sub,
div#n2-ss-2 h4 > span.hero-sub,
div#n2-ss-2 h5 > span.hero-sub,
div#n2-ss-2 h6 > span.hero-sub,
div#n2-ss-2 p > span.hero-sub {
    font-size: 78px !important;
    letter-spacing: -6px;
}
.hero-btn-wrapper {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 1px;
    position: absolute;
    z-index: 9000;
}
.hero-btn-wrapper .btn-danger,
.ninja-forms-field.nf-element {
    border-color: #D87900 !important;
    background-color: rgba(255, 255, 255, 0.9);
    color: #D87900;
    font-weight: 800;
    padding: 10px 45px;
    transition: .3s;
}
.ninja-forms-field.nf-element {
    padding-left: 10px;
}
.hero-btn-wrapper .field-wrap input[type="submit"],
.field-wrap input[type="button"],
.field-wrap button {
    padding: 10px 60px;
}
.hero-btn-wrapper .field-wrap input[type="submit"]:hover,
.field-wrap input[type="button"]:hover,
.field-wrap button:hover {
    background-color: #D87900;
    color: white;
}
.hero-btn-wrapper .btn-danger:hover {
    background-color: #D87900 !important;
    border-color: white;
    color: white;
}
.btn-danger:hover,
.btn-default:hover,
.btn-lg:hover {
    background-color: #D87900 !important;
    border-color: white !important;
    color: white !important;
}
.home.page .nf-form-fields-required {
    color: white;
}
.page.page-child .nf-form-fields-required {
    color: #203E58;
}
div.no-pad {
    padding: 0 !important;
}

/* new stuff */

.homepage-exception-one {
    font-weight: 300;
    color: #fff;
    line-height: 170%;
    font-size: 1.5em;
}
.homepage-exception-one span {
    font-weight: 700;
    display: block;
    font-size: 2em;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #fff;
    background-size: 100%;
    transition: all .3s ease-in-out;
    transform: scale(.75);
}
.circle2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .3s ease-in-out
}
#circle-advocate {
    background: #5b7e96 url('../_img/icon2-01.svg') no-repeat 50% 50%;
}
#circle-growth {
    background: #5b7e96 url('../_img/icon1-01.svg') no-repeat 50% 50%;
}
#circle-value {
    background: #5b7e96 url('../_img/icon3-01.svg') no-repeat 50% 50%;
}
#circle-advocate:hover {
    background: #203E58 url('../_img/icon2-01.svg') no-repeat 50% 50%;
    opacity: 0.7;
    transition: 1s;
    filter: alpha(opacity=70);
}
#circle-growth:hover {
    background: #203E58 url('../_img/icon1-01.svg') no-repeat 50% 50%;
    opacity: 0.7;
    transition: 1s;
    filter: alpha(opacity=70);
}
#circle-value:hover {
    background: #203E58 url('../_img/icon3-01.svg') no-repeat 50% 50%;
    opacity: 0.7;
    transition: 1s;
    filter: alpha(opacity=70);
}
#circle-talent {
    background: #000 url('../_img/circle-talent.jpg') no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.7;
    transition: 1s;
    filter: alpha(opacity=70);
}
#circle-entrepreneur {
    background: #000 url('../_img/circle-entrepreneur.jpg') no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: 1s;
}
#circle-industry {
    background: #000 url('../_img/circle-industry.jpg') no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: 1s;
}
#circle-environment {
    background: #000 url('../_img/circle-environment.jpg') no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.7;
    transition: 1s;
    filter: alpha(opacity=70);
}
#circle-advocate:hover,
#circle-growth:hover,
#circle-value:hover,
#circle-talent:hover,
#circle-entrepreneur:hover,
#circle-industry:hover,
#circle-environment:hover {
    opacity: 1;
    transition: scale(1.01);
    transition: 1s;
}
#services p {
    margin: 0 40px;
}
#home-news span {
    font-weight: 300;
    color: #999;
    display: block;
}
#home-news p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
#contact {
    background: #d87900 url('../_img/contact-arrow-01.svg') -110px center no-repeat !important;
}
#contact .btn:hover {
    background: #f3d7b3;
    border: 1px solid #f3d7b3;
    color: #4c4c4c;
}
header {
    padding-top: 0 !important;
}
#sidebar li.menu-item {
    border-bottom: 1px solid #f3d7b3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#sidebar {
    padding-top: 0px;
}
#sidebar h3 {
    color: #5b7e96;
}
#main {
    margin-top: 50px;
}
#joinnow {
    padding: 75px 0;
}
h5.sponsors {
    text-align: center;
    color: #ededed;
    font-weight: 300;
}
#sidebar .testimonials {
    background: #f7ecde;
    padding: 10px;
    font-size: 0.875rem;
    margin: 40px 0;
    line-height: 1rem;
}
.testimonials h3 {
    color: #ecbc80;
    font-weight: 700;
}
#sidebar .author {
    font-size: 0.875rem;
}
body.page-child strong,
.author strong {
    font-weight: 700;
}
#sidebar .bubble {
    font-size: 0.75rem;
    margin-bottom: 1em;
}
footer button#responsive-menu-button {
    display: none;
}
footer .row.pad {
    padding-top: 3em;
}
@media only (min-width: 991px) {
    div#n2-ss-2 img {
        width: 90%;
        margin-top: 68px;
    }
}
footer .footer-right2 {
    float: none !important;
    text-align: left;
}
.btn.btn-loggin {
    transform: scale(.7);
    margin-top: -5px;
    right: 0;
    margin-right: -15px;
    float: left;
    position: absolute;
    display: block;
}
@media only screen and (max-width: 991px) {
    .btn.btn-loggin {
        margin-top: -5px;
        left: 0;
        margin-left: -15px;
        float: left;
        width: 200px;
    }
    img.chamber-logo {
        display: block;
        width: 300px;
        margin: 15px auto;
        position: absolute;
        left: 0;
        right: 0;
    }
}
.panel {
    margin-bottom: 20px;
    width: 100%;
    margin: 25px 0;
    background: #F5F5F5;
    padding: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #EAEAEA;
}
.bs-example>.alert:last-child,
.bs-example>.form-control:last-child,
.bs-example>.jumbotron:last-child,
.bs-example>.list-group:last-child,
.bs-example>.navbar:last-child,
.bs-example>.panel:last-child,
.bs-example>.progress:last-child,
.bs-example>.table-responsive:last-child>.table,
.bs-example>.table:last-child,
.bs-example>.well:last-child,
.bs-example>blockquote:last-child,
.bs-example>ol:last-child,
.bs-example>p:last-child,
.bs-example>ul:last-child {
    margin-bottom: 0;
}
.dropdown-item,
.dropdown-item.active,
.dropdown-item.active {
    left: 0;
    right: 0;
    width: 100%
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5D87A1;
    outline: 0;
}
.dropdown-menu>a {
    padding: 12px 15px !important;
}
.dropdown-item {
    display: block;
    padding: 3px 20px;
    line-height: 1;
}
#responsive-menu-container .responsive-menu-search-box {
    background: #fff;
    border: 2px solid #D87900;
    color: #203E58;
}
@media screen and (max-width: 1000px) {
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        right: 0;
        height: 45px;
        line-height: 45px;
        width: 55px;
        color: #fff;
        border-left: 1px solid #212121;
        background-color: #5D87A1;
    }
}
body.home.page #nf-field-131 {
    min-height: 100px;
}
/* new stuff 2016 09 26 */

.staff-thumb {
    float: right;
    margin: 0 0px 10px 10px;
    padding: 5px;
    background: #fff;
}
#featuredimage {
    margin-top: 0px;
    background: #eee;
    padding: 0;
}
.page-template-page-banner h1.entry-title,
.page-template-page-banner #sidebar {
    margin-top: 0;
}
.page-template-page-banner .page-pad {
    padding-top: 0;
}
.member-news {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0 0 15px 0;
}
.member-news h3 {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.member-news .entry_metadata {
    color: #666;
}
.page-template-page-testimonials .author {
    margin-bottom: 10px;
}
.page-template-page-testimonials .quotes {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
}
.wp-pagenavi {
    margin: 50px 0;
}
.child_pages .child_page-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/* remove a few headers - exceptions */

#post-147 .entry-header,
#post-143 .entry-header,
#post-153 .entry-header,
#post-149 .entry-header,
#post-10138 .entry-header {
    display: none;
}
#post-147 .entry-content,
#post-143 .entry-content,
#post-153 .entry-content,
#post-149 .entry-content,
#post-10138 .entry-content {
    padding-top: 40px;
}
#primary article ul {
    margin-left: 0;
    padding-left: 1em;
}
#primary article li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1em !important;
    padding-left: 0 !important;
    text-indent: 0em;
}
.sponsor-banner {
    margin-bottom: 10px;
}
.child_pages .attachment-thumbnail {
    display: none;
}
#menu-main-menu li a {
    color: #fff !important;
    font-size: 12px !important;
    display: block;
    padding: 6px 0px 7px 0;
    text-decoration: none;
    text-transform: uppercase;
}




.category-job-board aside.col-md-3.pull-right {
    background-color: rgba(16, 30, 43, .8);
    margin-top: 255px;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .45000000000000002);
}
.category-job-board aside.col-md-3.pull-right ul li a {
    font-size: 13px !important;
    line-height: 5px;
}
.category-job-board aside.col-md-3.pull-right ul li {
    line-height: 20px;
    margin-bottom: 10px;
}
.category-job-board aside #recent-posts-2.widget-container h3 {
    margin-top: 25px;
}
.category-job-board aside.col-md-3 h3.widget-title {
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
}


.ambass-thumb {
    margin: 0;
    padding: 5px;
    background: #fff;
}

.ambass-title { font-size: 14px; line-height: 14px; }

.page-template-page-conference .entry-content h2 { color: #fff; background: #2D4961; font-size: 20px; padding: 10px 0; text-align: center; }
.page-id-30904 .entry-content h2 { color: #fff; background: #2D4961; font-size: 20px; padding: 10px 0; text-align: center; margin: 20px 0; }
.nav_menu-3 { margin-bottom: 50px; }
#post-31184 h1 { display: none; }

.wc-EventDetailSponsor {
    width: 100%;
    margin: 20px 0;
}





img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
body > nav.navbar {
  border-radius: 0;
}

.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
}

body { 
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 400;
color: #242424;
}

em {
font-family: "Gotham A", "Gotham B";
font-style: italic;
font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 700;
}
/* new stuff 9.29.16 */
.circle2 a {
display: block;
width: 100%;
height: 100%;
}
.timeline-heading h4 a {
color: #fff;
}
.timeline-heading h4 a:hover {
color: #d87900;
text-decoration: none;
}
.hero-strong-wrapper { padding-top: 40px; }
.hero-strong-wrapper h2 { padding-bottom: 0px !important; }
#n2-ss-2-align h2.hero-driven { font-size: 64px !important; }
#n2-ss-2-align h2.hero-driven span.hero-sub { font-size: 84px !important; }
.hero-logo { margin-top: 20px !important; width: 315px; margin-left: 5px !important; }

#sidebarbanners { margin: 20px 0 0; }
#sidebarbanners img { margin: 0 0 20px 0; }

.page-id-25412 .entry-content img { display: block; float: left; margin:auto; width: 100%; vertical-align: center; }
.page-id-25412 h2 { clear: left; }
.page-id-25412 .logos { text-align: center; padding: 20px 0; }
.page-id-25412 .logos a { display: inline-block; width: 250px; float: none; padding: 10px; margin: auto 20px;vertical-align: middle; }

.page-id-6653 .logos img { display: block; float: left; margin:auto; width: 100%; vertical-align: center; }
.page-id-6653 h2 { clear: left; }
.page-id-6653 .logos { text-align: center; padding: 20px 0; }
.page-id-6653 .logos a { display: inline-block; width: 250px; float: none; padding: 10px; margin: auto 20px;vertical-align: middle; }

.page-id-9760 .logos img { display: block; float: left; margin:10px 20px; width: 160px; vertical-align: center; }
.page-id-9760 h2 { clear: left; }



.eventdate { display: block; font-size: 90%; margin-top: 5px; }

.header2020:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 100%; /* Change this to whatever width you want. */
    margin-top: -0.75rem; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #D87900; /* This creates the border. Replace black with whatever color you want. */
}

.header2020 span { background: #fafafa; padding: 0 30px 20px; text-transform: uppercase; font-size: 20px; letter-spacing: 2px;   }

.article2020 { display: block; clear: left; padding: 0; margin-bottom: 30px;  }
.article2020 span { border-top: 1px solid #eee; font-size: 13px; font-weight: 300; display: block; color: #666; }

.article2020 h3 { text-transform: none; padding-bottom: 5px; font-size: 16px; line-height: 20px; }

.article2020 h3 a { color: #235b8c; }

.article2020 h4 { font-size: 13px; font-weight: normal; }

.article2020 h4:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 80px; /* Change this to whatever width you want. */
    padding-top: 5px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #D87900; /* This creates the border. Replace black with whatever color you want. */
}
.article2020 .thumb2020 { display: none; clear: left; background: #eee; padding: 0px; width: 100%; margin: 0 0px 10px 0; }
.thumb2020 img { width: 100%; height: 130px; }
.article2020 p { font-size: 14px; line-height: 17px; margin-bottom: 10px; }

.subject .icon2020 {
    float: left; margin: 0 10px 10px 0;
}

.eventdate2020, .eventday2020 { font-size: 16px; line-height: 18px!important; margin: 0; display: block; }

.bg-light-blue { background: #d2d5da; }
.bg-lighter-gray { background: #eee; }

#video2020 { background: url(/wp-content/themes/bootstrap-four/_img/orange-field.png) 60px 70px no-repeat; }
#video2020 p { margin-left: 80px; padding: 20px 0 30px 0; font-size: 1.5rem;  }

.circle2020 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #fff;
    background-size: 100%;
    transition: all .3s ease-in-out;
    transform: scale(.75);
}

#circle-advocate2020 {
    background: #5b7e96 url('_img/icon2-01.svg') no-repeat 50% 50%; background-size: 50px;
}
#circle-growth2020 {
    background: #5b7e96 url('_img/icon1-01.svg') no-repeat 50% 50%; background-size: 50px;
}
#circle-value2020 {
    background: #5b7e96 url('_img/icon3-01.svg') no-repeat 50% 50%; background-size: 50px;
}
#circle-advocate2020:hover {
    background-color: #D87900;
    transition: 1s;
}
#circle-growth2020:hover {
    background-color: #D87900;
    transition: 1s;
}
#circle-value2020:hover {
    background-color: #D87900;
    transition: 1s;
}

.card { border-radius: 0; border: 0;  }
.card-body { padding: 20px; background: #fff;height: 350px; }
.card-body a { background: #D87900; color: #fff; font-weight: bold; padding: 10px 20px; margin-top: 10px; display: inline-block; }
.card-body a:hover { background: #D87900; color: #fff; }
#livework { background: url(/wp-content/themes/bootstrap-four/_img/skylinetlh.jpg) 50% 50% no-repeat; background-size: cover; }
.card h4 { font-weight: 700; color: #203E58; }

.mainvideo h4 { font-weight: 300; color: #203E58; margin: -20px 0 30px !important; padding: 10px 0 0 0; border-top: 1px solid #eee; }


