
/* Mobile Nav */
html.modal-open {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
    transition: top .2s linear;
}

#mobile_nav {
    position: fixed;
    top: 0px;
    height: 80px;
    background-color: #333333;
    z-index: 2;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

.logo_centerd {
    width: auto;
    padding-left: 30px;
    margin: 0px;
    display: inline-block;
    float: left;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
    margin: 0px 30px;
    display: grid;
    align-items: center;
    font-size: 30px;
    color: #333333;
}

#hamburger .fa-times {
    display: none;
    color: white;
}

#hamburger {
    color: white;
}

#mobile {
    display: none;
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: white;
}

#mobile_nav .logo img {
    width: auto;
    height: 60px;
    margin: 10px auto;
    display: block;
}

#mobile_nav ul {
    padding: 0px;
    background-color: white;
}

#mobile_nav ul li {
    display: block;
    padding: 15px 30px;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: black;
}

/* Desktop Nav Bar */

nav {
    background-color: #333333;
    height: 130px;
}

nav .nav_grid {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 3fr 1fr 3fr;
    align-items: center;
    padding-top: 25px;
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

nav ul li a {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: .3px;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li.current_page_item a {
    padding-bottom: 4px;
    border-bottom: 2px solid #F8B343;
}

nav .left ul li {
    display: inline-block;
    margin-left: 30px;
    float: right;
}

img.header_logo {
    width: 130px;
}

nav .right ul li {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

nav .top_right_nav {
    text-align: right;
}

nav .top_right_nav ul li a{
    font-size: .8rem;
    font-weight: 600;
}

nav .top_right_nav ul li:first-child a {
    font-size: .8rem;
    padding: 0.3rem 0.7rem;
    margin-right: 10px;
    background-color: #666666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

nav ul li a:hover {
    color: #999999;
}

/* Footer */
footer {
    background-color: #404040;
    padding: 60px 0;
}

footer .outcomes {
    margin-top: 30px;
}

.outcomes h3 {
    font-size: .9rem;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.outcomes p {
    font-size: .8rem;
    color: white;
    line-height: 1.2rem;
    margin: 5px 0;
    font-weight: 100;
    text-align: center;
}

.outcomes blockquote {
    margin: 10px 0px;
    padding: 0px;
    border-left: none;
    text-align: center;
}

footer .logo img {
    max-width: 60%;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: block;
    color: white;
    margin: 0px 0px 5px 0px;
}

footer ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .9rem;
    line-height: .9rem;
    letter-spacing: 1px;
    transition: padding .2s linear;
}

footer ul li a:hover {
   color: #999999;
   padding-left: 5px;
   transition: padding .2s linear;
}

footer p a:hover  {
    color: #999999;
}

footer h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
}

footer h2.widget_title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: .8rem;
    letter-spacing: 1px;
}

footer p, footer p a {
    color: white;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4rem;
    margin: 0px 0px 15px 0px;
}

footer img.logo {
    width: 115px;
    display: block;
    margin: auto;
}

footer .nf-field-element input[type="email"] {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: transparent;
    border: 2px solid white;
    color: #ffffff;
}

footer .nf-field-element input[type="button"] {
    background-color: #F8B343;
    border: 2px solid #F8B343;
    border-radius: 4px;
}

footer input[type="email"]::placeholder {
    color: #ffffff;
}

.copyright p {
    text-align: center;
    color: #999999;
    font-size: .9rem;
    text-transform: uppercase;
}

/* Typography */
html {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0px;
    margin-top: 30px;
    letter-spacing: .3px;
}

#parents-pastors ul li {
    font-family: 'Lora', serif;
    margin: 10px 0px 10px 0px;
    font-size: 0.9rem;
    line-height: 1rem;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h1.border_bottom {
    border-bottom: 2px solid #333333;
    padding-bottom: 15px;
}

h2 {
    font-size: 1.6rem;
    line-height: 1.4rem;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.4rem;
}

h5 {
    font-size: .8rem;
    line-height: 1.4rem;
}

h6 {
    font-size: .6rem;
    line-height: 1.4rem;
}

p {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    letter-spacing: .3px;
    font-family: 'Lora', serif;
}

p.testimony {
    font-style: italic;
    font-size: .9rem;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
}

p.drop_cap::first-letter {
    font-size: 3rem;
    margin-right: 2px;
    color: #999999;
}

p.jumbo {
    font-size: 120%;
    font-family: 'Source Sans Pro', sans-serif;
}

p.bold {
    font-weight: 600 !important;
}

a.ui {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}

a.align_right {
    float: right;
    color: #999999;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}

a.remove_link_style {
    text-decoration: none;
    color: #333333;
}

a.no_decoration {
    text-decoration: none;
}

a.align_right:hover {
    color: #666666;
}

a .fa-chevron-right {
    position: relative;
    top: 2px;
    margin-left: 6px;
}

blockquote {
    margin: 30px 0px;
    padding: 0px 60px;
    border-left: 4px solid #F8B343;
}

blockquote p {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.8rem;
    font-size: 1.1rem;
    color: #333333;
    font-weight: 300;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 15px;
}

td, th {
    padding: 10px 10px 10px 0px;
    font-size: 0.9rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    font-weight: 300;
}

.credits {
    text-align: center;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

img.alignleft {
    float: left;
    padding-right: 60px;
}

img.full {
    max-width: 100%;
}

img.extra_wide {
    max-width: 120%;
    margin-left: -10%;
}

img.inline {
    max-width: 50%;
    padding: 40px 0px 0px 30px;
}

img.right {
    float: right;
    display: inline;
}

.profile_image {
    height: 30vh;
}

.pureflix {
    text-align: center;
}

.pureflix p {
    margin-bottom: 20px;
    text-decoration: none;
}

.pureflix a {
    text-decoration: none;
}

.pureflix img {
    width: 150px;
}

.page_banner {
    display: grid;
    width: 100%;
}

.video_banner {
    display: grid;
    width: 100%;
    padding-bottom: 60px;
}

.video_banner a h2 {
    color: white;
}

.video_banner a {
    text-decoration: none;
}

.page_banner h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.page_banner button {
    background-color: #F8B343;
    border: 0px solid #F8B343;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 20px 40px;
    border-radius: 4px;
}

.page_banner button:hover {
    opacity: .9;
}

.page_banner span {
    text-align: center;
    color: white;
    font-size: 2.4em;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.author_link img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 4px RGBA(0,0,0,.4);
    display: inline-grid;
    float: left;
}

.author_link h2 a {
    color: #333333;
    text-decoration: none;
}

.author_link h2 a:hover {
    color: #666666;
    text-decoration: none;
}

.author_bio p {
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5rem;
}

.author_bio h3 {
    margin-bottom: 15px !important;
}

.video {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    position: relative;
}

.video_banner .video {
    margin-top: 0px;
}

.video_thumbnail {
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
}

.video_thumbnail h3 {
    color: white;
    z-index: 2;
}

.video_thumbnail h3 a {
    color: white;
    z-index: 2;
    font-weight: 700;
}

.video_thumbnail::after {
    content:"";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: RGBA(0,0,0,.7);
    z-index: 1;
}

.video iframe {
    width: 100%;
    height: 100%;
}

/* Homepage */
.featured_row h3 {
    margin-bottom: 5px !important;
}

.featured_row p {
    margin-top: 0px !important;
}

.left_sidebar.featured_row {
    align-items: center;
}

.testimonial p {
    font-size: .9rem;
    line-height: 1.7rem;
    font-style: italic;
    color: #666666;
    font-weight: 100;
    display: inline;
}

/* Login, Register, Forgot Password */
.tml.tml-login,
.tml.tml-register {
    background-color: white;
    max-width: 400px;
    margin: auto;
}

label.tml-label {
    margin: 0 0 4px 0 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.tml-field-wrap.tml-user_email-wrap,
.tml-field-wrap.tml-user_pass1-wrap,
.tml-field-wrap.tml-user_pass2-wrap {
    margin: 0px;
}

.tml.tml-register p {
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.2rem;
    font-size: .9rem;
}

input.tml-button {
    width: 100%;
}

ul.tml-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li.tml-register-link,
li.tml-login-link, {
    margin: 0px;
}

li.tml-lostpassword-link {
    margin-top: 8px;
}

li.tml-register-link a,
li.tml-lostpassword-link a,
li.tml-login-link a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

.description.indicator-hint,
.tml-field-wrap.tml-indicator-wrap,
.tml-field-wrap.tml-indicator_hint-wrap {
    display: none;
}

/* Audio */
.mejs-container {
    border: none;
    margin-top: 30px;
}

/* Base Card Style */
.card {
    padding: 30px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: -1px 1px 2px RGBA(0,0,0,.2);
    transition: box-shadow .1s linear;
    margin: 2px 30px;
}

.card p {
    line-height: 1.5rem;
}

.card ul {
    padding: 0px;
    margin: 30px;
}

.card ul li {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

a.card_link {
    text-decoration: none;
}

.card:hover {
    box-shadow: -2px 2px 2px RGBA(0,0,0,.2);
    transition: box-shadow .1s linear;
}

/* Pricing Card */
.pricing.card h3 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.7rem;
    font-weight: 100;
}

.pricing.card h2 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    width: inherit;
    margin: 0px;
}

.pricing.card p {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 20px;
}

.pricing.card h2 span {
    font-size: 1rem;
    font-weight: 400;
}

.pricing.card ul {
    margin-bottom: 70px;
}

.pricing.card ul li i {
    color: #00E6C4;
}

/* Project Card */
.project.card h1 {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.project.card h2 {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none;
}

.project.card div {
    margin: -30px -30px 0px -30px;
    height: 160px;
}

/* Blog Post Card */
.post_thumbail {
    height: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 1s linear;
    position: relative;
}

.post_thumbail i.fas.fa-play-circle {
    color: white;
    font-size: 3rem;
    position: absolute;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
}

.post_meta {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
}

.blog_card,
.video_card {
    box-shadow: 0px 0px 5px 2px RGBA(0,0,0,.1);
}

.blog_card h1,
.post_meta h1,
.video_card h1 {
    font-size: 1.1rem;
    margin-top: 15px;
    line-height: 1.5rem;
    font-family: 'Lora', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5rem;     /* fallback */
    max-height: 3rem;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_card .post_meta h1,
.video_card .post_meta h1{
    color: #333333;
}

.blog_card h2,
.video_card h2 {
    font-size: .8rem;
    margin-top: 15px;
    font-weight: 400;
}

.blog_card h2 .seperator,
.video_card h2 .seperator,
.next_up_video h2 .seperator {
    margin: 0 8px 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #999999;
}

.blog_card p, 
.post_meta p,
.video_card p {
    font-size: .9rem;
    line-height: 1.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25rem;     /* fallback */
    max-height: 3.75rem;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_card .post-edit-link h2,
.video_card .post-edit-link h2 {
    display: inline;
    float: left;
    position: relative;
    top: 0px;
    margin: 10px;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    opacity: .7;
}

.blog_card .post-edit-link h2:hover,
.video_card .post-edit-link h2:hover {
    opacity: 1;
}

.blog_card .post-edit-link .fa-pencil {
    position: relative;
    top: 3px;
}

.video_card {
    margin-bottom: 60px;
}

.next_up_video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    position: relative;
    align-items: center;
}

.next_up_video h1 {
    font-size: 1.7rem;
    margin: 0 0 .5rem 0 !important;
}

.next_up_video h2 {
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

.sixteen_nine {
  width: 100%;
  padding-bottom: 56.25%;
}

/* Course Card */
.course_header {
    background-color: #F8B343;
    padding: 30px 30px;
    vertical-align: middle;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.course_header h1 {
    margin: 0px;
}

.course_header p {
    margin: 0px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

.course_card .couse_date p {
    margin: 0px;
    font-size: .8rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.course_card .couse_date i {
    color: #333333;
    text-decoration: none;
}

.course_description {
    background-color: white;
    padding: 30px;
}

.course_description p {
    font-size: .9rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.9rem;
}

.course_description ul li {
    font-size: .9rem;
    margin: 8px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.course_card .post_thumbail {
    height: 160px;
    transition: all 1s linear;
}

.course_card .post_meta {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
}

.course_card {
    box-shadow: 0px 0px 5px 2px RGBA(0,0,0,.1);
    border-radius: 4px;
}

.course_card h1, .post_meta h1 {
    font-size: 1.1rem;
    margin-top: 0px;
    font-family: 'Lora', serif;
    overflow: hidden;
    color: white;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5rem;     /* fallback */
    max-height: 3rem;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.course_card h2 {
    font-size: .8rem;
    margin-top: 15px;
    font-weight: 400;
}

.course_card h3 {
    font-size: .8rem;
    margin: 0px;
    font-weight: 800;
    color: white;
}

.course_card .tags {
    margin-top: 15px;
}

.course_card .tag {
    font-size: .7rem;
    color: #666666;
    padding: 4px 8px;
    background-color: #EEEEEE;
    width: auto;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
}

.course_card h2 .seperator {
    margin: 0 8px 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #999999;
}

.course_card p, .post_meta p {
    font-size: .8rem;
    line-height: 1.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25rem;     /* fallback */
    max-height: 3.75rem;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.course_card .post-edit-link h2 {
    display: inline;
    float: left;
    position: relative;
    top: 52px;
    margin: 10px;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    opacity: .7;
}

.course_card .post-edit-link h2:hover {
    opacity: 1;
}

.course_card .post-edit-link .fa-pencil {
    position: relative;
    top: 3px;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
    background-color: transparent;
}

.navigation.pagination h2 {
    display: none;
}

.nav-links a.page-numbers {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

.nav-links a.page-numbers:hover {
    font-family: 'Source Sans Pro', sans-serif;
    color: #999999;
    padding: 0 4px;
    text-decoration: none;
}

.page-numbers.current {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0px;
}

.page-numbers .fa-chevron-left, .page-numbers .fa-chevron-right {
    position: relative;
    top: 1px;
}

/* Single Blog Post */
.post_details h2 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 15px;
}

.post_details .seperator {
    margin: 0 8px 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #999999;
}

.author_meta img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.author_link {
    margin-top: 15px;
}

.author_link h2 {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    position: relative;
    top: 6px;
}

#the_post {
    margin-top: 30px;
}

.card_carousel .blog_card {
    margin: 2px 30px;
}

/* Sidebar */
.sidebar {
    background-color: #fafafa;
    padding: 30px;
}

.sidebar ul {
    margin: 10px 0px 0px 0px;
}

.sidebar ul li {
    margin: 0px 0px 10px 0px;
}

.sidebar ul li a {
    color: #333333;
    text-decoration: none;
}

.sidebar ul li a:hover { color: #999999 }

.sidebar h2, .sidebar h4 {
    margin: 10px 0px;
}

.sidebar p {
    font-size: .8rem;
    line-height: 1.4rem;
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0px;
}

ul.tag_pills {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    display: block;
}

ul.tag_pills:after {
  content: "";
  display: table;
  clear: both;
}

ul.tag_pills li {
    display: inline;
    float: left;
    font-size: .7rem;
    background-color: #DADADA;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    font-style: none;
}

/* Progress Bar */
div.progress_bar {
    width: 100%;
    margin-top: 20px;
    height: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    position: relative;
}

div.progress_bar div {
    width: 20%;
    height: 10px;
    background-color: #7ED321;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    float: left;
    position: relative;
}

.progress_bar #incomplete {
    background-color: #dadada;
    border-radius: 0px;
}

.progress_bar #margin {
    background-color: #dadada;
    border-radius: 0px;
}

label[for=progress],label[for=incomplete] {
    color: #4a4a4a;
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 0.8rem;
}

.progress_bar i {
    position: relative;
    top: -23px;
    left: 18%;
    font-size: 2rem;
    transform: rotate(45deg);
    color: #4e4e4e;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"], 
textarea {
    width: 100%;
    padding: 5px 0 5px 8px;
    margin-bottom: 15px;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #999999;
    border-radius: 2px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    color: #999999;
}

.nf-error-msg {
    color: #666666 !important;
    font-style: italic;
    font-size: .8rem;
}

.nf-form-fields-required {
    color: #666666;
    font-style: italic;
    font-size: .8rem;
    margin-bottom: 15px;
}

button.primary {
    background-color: #F8B343;
    border: 2px solid #F8B343;
    border-radius: 4px;
}

button, .nf-field-element input[type="button"], input[type="submit"]  {
    padding: 10px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 2px;
}

button.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    padding: 20px 60px;
    text-transform: uppercase;
    border-radius: 4px;
}

button.center:hover, 
button.full_width:hover, 
.nf-field-element input[type="button"]:hover {
    opacity: .8;
}

button.full_width {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 1.5rem;
    padding: 20px 0px;
    background-color: #333333;
    border: 0px;
    color: white;
}

button.disabled {
    background-color: #dadada;
}

.image_button {
    display: grid;
    position: relative;
}

.image_button:after {
    content: " ";
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: RGBA(0,0,0,.3);
}

.image_button:hover:after {
    background-color: #F8B343;
    opacity: .5;

}

a .image_button h3 {
    text-decoration: none !important;
    z-index: 2;
    line-height: 2.2rem;
}

.image_button h3 {
    text-align: center;
    display: grid;
    align-items: center;
    color: white;
    font-size: 2rem;
    margin: 0px !important;
}

/* Color Classes */
.white {
    color: white;
}

.color_fill_blue {
    background-color: #4aacf2;
}

.color_fill_blue h1,
.color_fill_blue h2,
.color_fill_blue h3,
.color_fill_blue h4,
.color_fill_blue h5,
.color_fill_blue h6,
.color_fill_blue p,
.color_fill_blue a {
    color: white;
}

/* Margin Classes */
.no_margin_top {
    margin-top: 0px !important;
}

.no_margin_bottom {
    margin-bottom: 0px !important;
}

.bump_down {
    margin-top: 60px !important;
}

/* Alignment Classes */
.center {
    text-align: center;
}

/* Media Queries */

@media (min-width: 1100px) {
    #mobile_nav {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .video_banner {
        padding: 0px;
    }
}

@media (min-width: 320px) and (max-width: 1099px) {
    #desktop_menu {
        display: none !important;
    }

    #mobile_nav {
        display: block !important;
    }

    .container {
        padding: 0px 30px;
    }

    .card {
        margin: 2px 7.5px;
    }

    .content {
        margin: 140px 0px 60px 0px;
    }

    .page-template-page-blog .row:first-of-type {
        margin-bottom: 30px;
    }

    .blog_card {
        margin-bottom: 30px;
    }

    footer img {
        width: 80%;
        display: block;
        margin: auto;
    }

    footer .column {
        margin: 0px 0px 60px 0px;
    }
}