
body {
    background-color: white;
    background-image: none;
}

body.admin-bar .content.full_width_banner.home.no_margin_bottom {
    position: relative;
    top: -30px;
}

.full_width_banner {
    position: relative;
}

.full_width_banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40vh;
    background-color: #00458b90;
}

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

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

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

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

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

#mobile {
    display: none;
    position: fixed;
    top: 70px;
    height: 100vh;
    width: 100%;
    background-color: white;
}

.mobile_nav_actions {
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    color: #333333;
}

#close_mobile_menu {
    display: none;
}

#mobile_nav .logo img {
    height: 50px;
    display: block;
    margin: auto;
    padding-left: 1rem;
}

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

#mobile_nav ul li {
    display: block;
    padding: 15px 30px;
    text-align: left;
}

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

/* Desktop Nav Bar */
#desktop_menu .logo img {
    width: auto;
    height: 50px;
}

#desktop_menu .container {
    width: 100%;
}

header {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.home .full_width_section.home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

header {
    background-color: #ffffff;
}

nav {
    height: 80px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 5fr;
}

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

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

nav ul li a {
    color: #00458b;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 400;
}

nav ul li:last-child {
    margin: 0px;
}

li.current-menu-item a, li.current_page_item a {
    color: #5f5f5f;
    padding-bottom: 0px;
    border-bottom: 2px solid #00458b;
}

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

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right: 0px;
}

/* Footer */
.home footer {
    position: relative;
    top: 87vh;
}

footer {
    background-color: #404040;
}

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, footer ul li {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .5s;
}

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

footer .fa-ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}

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

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

footer p {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
}

footer .credits {
    margin-top: 2rem;
}

footer .credits p {
    text-align: center;
}

footer .credits a {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

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

footer .nf-form-fields-required {
    color: white;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

footer .nf-field-element input[type="button"]:hover {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: white;
    border: 2px solid white !important;
    color: #333333;
    font-weight: 300;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    margin-top: 30px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

h1.title {
    line-height: 2.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
}

h2.title {
    line-height: 2rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500;
}

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, li, a {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: .07px;

}

a.file_download {
    display: block;
    text-align: left;
    font-weight: 600;
}

p.jumbo {
    font-size: 1.3rem;
    line-height: 2.3rem;
}

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

h1.ui,
h2.ui,
h3.ui,
h4.ui,
h5.ui,
h6.ui {
    font-family: 'Open Sans', sans-serif;
}

blockquote {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0px 0px 1em 0px;
    line-height: 2em;
    text-align: center;
}

.attribution {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 1px;
}

/* Home */
.slick-slide {
   -webkit-transform: translate3d(0,0,0);
}

.page_banner {
    height: 40vh;
    background-size: cover;
    background-position: center center;
    display: grid;
    align-items: center;
}

.page_banner h1 {
    color: white;
    z-index: 2;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1px;
}

.page_banner_carousel {
    display: grid;
    align-items: center;
}

.page_banner_carousel::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00458b90;
    position: absolute;
    z-index: 1;
}

.banner_content {
    position: relative;
    z-index: 2;
    margin: 0 4rem;
}

.banner_content h1 {
    text-align: left;
    color: white;
    font-weight: 600;
    font-size: 6rem;
    text-transform: uppercase;
    max-width: 1240px;
}

img.overlay_image {
    margin: auto;
    max-height: 600px;
}

.spotlight_card {
    display: grid;
    align-items: end;
    height: 40vh;
    position: relative;
}

.spotlight_card::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00458b40;
    position: absolute;
    z-index: 1;
}

.spotlight_content {
    color: white;
    margin: 60px;
    z-index: 2;
}

.spotlight_content h1 {
    color: white;
    margin: 0px;
    font-size: 4rem;
    font-weight: 300;
}

.spotlight_content h2 {
    color: white;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

.spotlight_content {
    color: white;
}

.spotlight_content a.button {
    display: table;
    padding: 10px 30px;
    text-align: center;
    font-size: 1.3rem;
    color: white;
}

/* Animations */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Contact Widget */
a.no_unerline {
    text-decoration: none;
    color: white;
}

.contact_method {
    display: block;
    width: 100%;
    background-color: #00458b;
    border-radius: 6px;
    margin-bottom: 30px;
    color: white;
}

.contact_method i {
    padding: 1rem;
    font-size: 1.1rem;
    background-color:RGBA(0,0,0,.5);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.contact_method .contact {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 1rem;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

/* Images */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

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

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

.square.image {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
}

.text_and_image_banner {
    display: grid;
    margin: auto;
    align-items: end;
    max-width: 1440px;
}

/* Base Card Style */
.card {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 4px 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.20);
    transition: box-shadow .1s linear;
    position: relative;
}

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

a.card_link {
    text-decoration: none;
}

/* City Talks */
.card.city_talk {
    margin-bottom: 40px;
}

.card.city_talk .two_columns {
    margin-bottom: 24px;
}

.card.city_talk h3 {
    margin: 0;
}

.file_download {
    text-align: right;
}

.file_download a {
    line-height: 1rem;
    font-size: 1rem;
    text-decoration: none;
}

/* Work Matters */
.work_matters .video {
    margin-bottom: 40px;
}

.video h2 {
    margin-bottom: 24px;
}

.resource.card h3 {
    margin-bottom: 1rem;
}

.resource.card .button {
    margin: 0px;
    width: 100%;
    padding: 1rem 0px;
    background-color: #00458b;
    color: #ffffff;
    border: 1px solid #00458b;
}

/* Journal */
.journal {
    height: 100%;
}

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

/* Resouces */
.book .book_cover {
    padding-top: 150%;
}

.book p,
.video p {
    margin: 0px;
}

a.book  {
    text-decoration: none;
}

a.card {
    text-decoration: none;
}

.city_leader_training h2 {
    margin: 0px;
}

.articles a.card p {
    margin: 8px 0 0 0;
}

/* Pagination */
nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.navigation.pagination h2 {
    display: none;
}

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

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

.page-numbers.current {
    font-family: 'Montserrat', 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;
}

/*  Buttons  - - - - - - - - - - - - - - - - 
    
    Button Types
    - Large Solid
    - Small Solid
    - Larege Wire
    - Small Wire
    - Rounded Wire

*/

.center.button {
    margin: auto;
}

.button {
    text-align: center;
    transition: all .1s linear;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 0.8rem 1.6rem;
    background-color: transparent;
}

.button.no_margin {
    margin-bottom: 0px
}

.small.button {
    padding: 0.8rem 1.6rem;
}

.large.button {
    padding: 0.8rem 3.2rem;
}

.small.rounded.wire.button {
    border-radius: 50px;
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: 600;
    padding: 1.2rem 4rem;
}

.wire.button {
    text-align: center;
    transition: all .1s linear;
    cursor: pointer;
    display: block;
    border: 2px solid #222222;
}

.small.wire.button,
ul.buttons.menu li:first-child a {
    padding: 0.8rem 1.6rem;
    border: 1px solid #222222;
}

.small.solid.button,
ul.buttons.menu li:nth-child(2) a {
    padding: 0.8rem 1.6rem;
    background-color: #00458b;
    color: #ffffff;
    border: 1px solid #00458b;
}

.large.solid.button {
    background-color: #00458b;
    color: #ffffff;
    border: 1px solid #00458b;
}

.large.wire.button {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #222222;
}

.white.button {
    background-color: #ffffff !important;
    color: #222222 !important;
    border: 1px solid #ffffff !important;
}

a.button {
    text-align: center;
    display: block;
    width: auto;
    margin: 10px 0px 0px 0px;
    padding: 20px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #00458b;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
}

i.fas.fa-file-pdf, .button i.fal, .button i.far {
    margin-right: 20px;
    font-size: 130%;
    position: relative;
    top: 3px;
}

.partner_website_button button {
    border: none;
    display: inline;
    padding: 1rem 2rem;
    color: white;
}

.partner_website_button a {
    text-decoration: none;
}
a.wire {
    border: 3px solid #ffffff;
    background-color: transparent;
    border-radius: 0px;
}

a.button:hover,
.button:hover {
    opacity: .8;
}

a.button:active,
.button:active {
    opacity: .6;
}

button {
    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 {
    padding: 20px 40px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background-color: #00458b;
    border: 1px solid #00458b !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    opacity: .8;
    transition: opacity .5s;
}

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

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

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

.half_margin {
    margin-top: 24px;
}

.thin_margin {
    margin-top: 16px;
}

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

/* Media Queries */

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

@media (min-width: 768px) and (max-width: 1024px) {
 	.container {
        padding: 0px 30px;
	}

    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

@media (min-width: 481px) and (max-width: 767px) {
    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: grid;
        align-items: center;
    }

    .content {
        margin-top: 70px;
    }
}

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

    #mobile_nav {
        display: grid;
        align-items: center;
    }

    .banner_content h1 {
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    a.card, .video {
        margin-bottom: 2rem;
    }

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

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