﻿@import "vars.less";

body
{
    color: @fontColor;
    font-family: @fontFamily;
    font-weight: 400;
    font-size: 1.2rem;
}

/******************************************************
                       Header
******************************************************/
.logo
{
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 0;
}
.logo img
{
    height: @logoHeight;
}
img.footer-logo
{
    height: 70px;
}
.banner
{
    background-repeat: no-repeat;
    background-position: right;
}
.banner, .banner .banner-left
{
    height: 120px;
}
.banner .banner-left
{
    background-color: @primaryColor;
}
.banner .banner-right
{
    background-color: @bannerSecondaryColor;
}
.site-logo, .partners .container
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.site-logo .row
{
    height: 100%;
}
.site-logo img
{
    max-width: 200px;
    height: auto;
}
.navbar-light
{
    background-color: #fff;
}
.navbar a, .navbar a:link
{
    color: @fontColor;
    text-decoration: none;
}
.navbar a:focus, .navbar a:hover
{
    color: @primaryColor;
    text-decoration: none;
}
ul.navbar-nav .nav-item > a
{
    line-height: 30px;
}
ul.navbar-nav > li.active > a, ul.navbar-nav > li.active > a:link
{
    color: @primaryColor;
    font-weight: bold;
}
ul.navbar-nav > li.active > a:focus, ul.navbar-nav > li.active > a:hover
{
    color: @fontColor;
}

/******************************************************
                       Home
******************************************************/
main .intro
{
    padding: 3rem 0;
    background-color: @contentBgColor;
}
main .intro img
{
    margin: auto;
    display: block;
}
.jumbotron2 
{
    background-color: #fff;
    color: @primaryColor;
    padding: 1rem 0;
}
.jumbotron2 .column:first-child div
{
    text-align: center;
    margin: auto;
    margin: 0;
    padding: 3rem 2rem;
    border-radius: 0;
    font-weight: bold;
}
.facts
{
    background-color: @primaryColor;
    padding: 3rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    background-image: url('/media/tcjlo0ok/facts.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 800px;
}
.facts ul
{
    list-style-type: none;
    padding: 0 6rem 0 0;
}
.facts ul li
{
    border-top: 3px solid #fff;
    padding: 1.5rem 0;
}
.facts ul li:last-child
{
    border-bottom: 3px solid #fff;
}
.cta
{
    padding: 3rem 0;
}
.cta .column a
{
    width: 200px;
    height: 200px;
    background-color: @tertiaryColor;
    border: 1px solid @tertiaryColor;
    border-radius: 50%;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding: 4.2rem 3.1rem;
    color: @primaryColor;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 1s ease;
}
.cta .column a:focus, .cta .column a:hover
{
    background-color: @primaryColor;
    color: #fff;
}
.tweets
{
    height: 500px;
    overflow-y: scroll;
    margin-top: 35px;
}

/******************************************************
                  Basic Content
******************************************************/
.content
{
    background-color: @contentBgColor;
}
.sidebar li
{
    border-top: 1px solid @fontColor;
}
.sidebar li.active, .sidebar li:focus, .sidebar li:hover
{
    background-color: @sidebarActiveColor;
}
.sidebar li:last-child
{
    border-bottom: 1px solid @fontColor;
}
.sidebar li a, .sidebar li a:link, .sidebar li a:hover, .sidebar li a:focus
{
    color: @fontColor;
}
.secondary ol, .secondary ul
{
    padding-left: 0;
    list-style: none;
}
.secondary ol
{
    counter-reset: item;
}
.secondary ol li, .secondary ul li
{
    border-top: 3px solid @olBorderColor;
    margin-right: 1rem;
    padding: 1rem;
    counter-increment: item;
    display: table;
}
.secondary ol li::before, .secondary ul li::before
{
    font-size: 3rem;
    font-weight: bold;
    color: @olBorderColor;
    padding-right: 1.5rem;
    display: table-cell;
    vertical-align: top;
    line-height: 3rem;
}
.secondary ol li::before
{
    content: counter(item)'.';
}
.secondary ul li::before
{
    content: "\f111";
    font-family: @fontAwesome;
    font-size: 1rem;
    line-height: 2rem;
}
.secondary ol li:nth-child(odd), .secondary ul li:nth-child(odd)
{
    height: 120px;
}
.secondary ol li:nth-child(even), .secondary ul li:nth-child(even)
{
    height: 160px;
}
.secondary .grid-section > div
{
    padding: 2rem 0;
}
.secondary .grid-section > div:nth-child(odd)
{
    background-color: #fff;    
}
.secondary .grid-section > div:nth-child(even)
{
    background-color: @secondaryColor;
}
/******************************************************
                    Profiles
******************************************************/
.profile
{
    background-color: #fff;
    padding: 10px;
    font-size: 1.1rem;
    text-align: center;    
    flex-direction: column;
    height: 100%;
}
.profile h3
{
    font-size: 1.3rem;
}
.profile span
{
    font-size: 1rem;
}
.profile .read-more
{
    text-align: right;
    margin-top: auto;
}
.profile .read-more a i
{
    border-radius: 50%;
    padding: 6px 4px 6px 3px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.profile .read-more a i, .profile .read-more a:link i
{
    color: @primaryColor;
    background-color: #fff;
    border: 1px solid #fff;
    
}
.profile .read-more a:focus i, .profile .read-more a:hover i
{
    color: #fff;
    background-color: @primaryColor;
    border: 1px solid @primaryColor;
}
a[aria-expanded="true"] i.fa-chevron-down:before
{
    content: "\f077";
}
.profile a
{
    color: @fontColor;
}
.profiles .short-bio
{
    background-color: @primaryColor;
    color: #fff;
    font-size: 0.9rem;
    padding: 1rem;
}
.profiles .short-bio .btn
{
    background-color: @secondaryColor;
    color: @fontColor;
}
.profiles .short-bio .btn:focus, .profiles .short-bio .btn:hover
{
    background-color: #fff;
    color: @primaryColor;
}
.profiles > .row > div, .tiles > .row > div
{
    margin-bottom: 1rem;
}
.card
{
    border-radius: 0;
    border-bottom: 4px solid @primaryColor;
    border-left: none;
    border-right: none;
    border-top: none;
}
.card-body
{
    padding: 0;
    flex-direction: column;
}
.full-profile .btn
{
    text-transform: none;
}
.full-profile > .row > div:first-child
{
    text-align: center;
    margin-bottom: 1rem;
}
.tiles .card
{
    border: none;
    border-radius: 0;
    background-color: @secondaryColor;
    max-width: 255px;
    height: 255px;
    vertical-align: middle;
    text-align: center;
}
.tiles .card:hover
{
    background-color: @primaryColor;
}
.tiles .card-body
{
    padding: 1rem;
    flex-direction: row;
    text-align: center;
}
.tiles .card-body a
{
    color: @fontColor;
}
/******************************************************
                    News & Events
******************************************************/
.list-unstyled a
{
    color: @fontColor;
    font-weight: bold;
}
/******************************************************
                    Contact Us
******************************************************/
.contact-us
{
    background-color: @contactBgColor;
}
.contact-us a
{
    color: @fontColor;
}
.contact-us .btn
{
    background-color: @contactBtnColor;
}
.contact-us #mc_embed_signup_scroll .form-group
{
    height: 40px;
}
#map
{
    height: 400px;
}
/******************************************************
                       Form
******************************************************/
input[type="email"], input[type="text"], textarea.form-control
{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid  #fff;
}
textarea.form-control
{
    height: 150px;
}
.footer-left input[type="email"]
{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid @formInputColor;
}
button.btn, input.btn, a.btn
{
    background-color: @primaryColor;
    color: #fff;    
}
button.btn:focus, button.btn:hover
, input.btn:focus, input.btn:hover
, a.btn:focus, a.btn:hover
{
    background-color: @secondaryColor;
    color: #fff;
}
.form-group.row > div
{
    margin-bottom: 1rem;
}
#mc_embed_signup
{
    margin-top: 1rem;
}
.contact-us #mc_embed_signup input[type="email"]
{
    min-width: 280px;
}

/******************************************************
                       Partners
******************************************************/
.partners
{
    background-color: @partnersBgColor;
    border-top: 4px solid @primaryColor;
    padding: 2rem 0;
}
.partners .logos .row div
{
    text-align: center;
}

/******************************************************
                       Footer
******************************************************/
footer
{
    background-color: @contentBgColor;
}
.footer-left .form-inline .form-control
{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.footer-left h4, .partners h4
{
    font-size: 1.1rem;
    font-weight: normal;
}
.footer-right
{
    padding-bottom: 10px;
}
.footer-right h4
{
    font-size: 1rem;
    font-weight: bold;
    margin: auto;
}
.footer-left i.fab
{
    color: @fontColor;
    font-weight: bold;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
}
.footer-left a:hover i.fab, .footer-left a:focus i.fab
{
    color: #fff;
    background-color: @secondaryColor;
}
.footer-right .small
{
    font-size: 70%;
}
.footer-right p
{
    margin: 0.5rem 0;
}
.footer-right ul
{
    margin-bottom: 0;
    padding-left: 0;
}
.footer-right ul li
{
    list-style-type: none;
    display: block;
}
.footer-right ul li a
{
    color: @fontColor;
}
h4.footer-site-type
{
    width: 100px;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid @fontColor;    
}
.toplink.active 
{
	bottom: 15px;
    background-color: @secondaryColor;
}
.toplink:focus, .toplink:hover 
{
	background-color: @primaryColor;
    color: #fff;
}
.toplink 
{
    background-color: @secondaryColor;
	border-radius: 50%;
	position: fixed;
	bottom: -62px;
	display: block;
	right: 15px;
	text-align: center;
	transition: background-color 0.3s ease 0s, bottom 0.3s ease 0s;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
    font-size: 20pt;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.toplink i
{
    vertical-align: top;
}

/******************************************************
                    Font
******************************************************/
h1
{
    margin-bottom: 1.5rem;
}
h2.blue
{
    color: @olBorderColor;
}
h3.sidebar-header
{
    color: @secondaryColor;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    font-weight: bold;
}
.content h2
{
    font-size: 1.5rem;
    font-weight: bold;
}
.btn
{
    border-radius: 0;
    text-transform: lowercase;
}
:target 
{
    display: block;
    position: relative;
    top: -120px; 
    visibility: hidden;
}
.umb-grid img, .content img
{
    max-width: 100%;
    height: auto !important;
}

/* Import the other css files at the very end */
@import "media/small.less";
@import "media/medium.less";
@import "media/large.less";
@import "media/extra-large.less";