﻿html {                
    color: #000027;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

body {
    background-color: #E7EAE1;
    color: #00003D;
    font-size: 1.6rem;
}

a {
    color:#BB0303;
}

/***** Grid Overrides *****/
.row {
    margin-left: 0;
    margin-right: 0;
}
/*************************/

/***** Alerts *****/
.alert-danger-invert {
    background-color: #fff;
}
/*************************/

/***** buttons *****/
.btn {
    border-radius: 0;
}

.btn-hero {
    background-color: #72B7BC;
    border: 0.1rem solid #599EA3;
    color:#fff;
    display: block;
    font-size: 2.6rem;    
    margin-bottom: 1rem;
    padding: 1rem;    
    text-align: center;
}

    .btn-hero.btn-primary {
        background-color:#BB0303;
    }

.btn-hero:hover, 
.btn-hero:focus {
    background-color:#599EA3;
    color:#fff;
    text-decoration:none;
}

.btn-hero.btn-primary:hover,
.btn-hero.btn-primary:focus {
    background-color: #A20000;
}

.btn-hero > .fa.pull-left {
    padding-top: 0.5rem;
}
/*************************/

/***** Images *****/
img { 
  text-align: center;
}
    img:after {  
      content: "\f1c5" " " attr(alt);
      font-size: 1.6rem;
      font-family: FontAwesome;
      color: rgb(100, 100, 100);

      display: block;
      /* position: absolute; */
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
    }

.photo-gallery-thumbnail {
    height: 15rem;
    margin-bottom: 1.6rem;
    overflow: hidden;
    position: relative;
}
    .photo-gallery-thumbnail a {
        display: block;
        text-align: center;
    }

    .photo-gallery-thumbnail img {
        max-width: 100%;
    }

.photo-gallery-actions {
    position: absolute;
    right: 0;
    top: 0;
}

.photo-gallery-cover {
    margin-bottom: 2rem;
}

.photo-gallery-cover-name {
    overflow: hidden;
    white-space: nowrap;    
}

.photo-gallery-cover-image {
    height: 25rem;
    overflow: hidden;
}
/**********************/

/***** Brand *****/
 .brand {
     height:10rem;
     margin: 1rem 0;
 }
    .brand a,
    .brand a:active,
    .brand a:link,
    .brand a:hover,
    .brand a:visited {
        color: #00003D;
    }
    .brand img {
        float: left;
        height: 10rem;
        padding-right: 1rem;
    }
    .brand span {
        display:inline-block;
        font-size: 4rem;
        font-weight:300;
        line-height: 3.5rem;
        margin-top: 1rem;
        text-align:center;
    }
    .brand small {
        display: block;
        font-size: 2.1rem;
    }
/*************************/

/***** Navigation *****/
.navbar {
    margin-bottom:0;
}

.nav.nav-primary {
    background-color: #0D2233;
}

.nav.nav-primary > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus,
.nav.nav-primary > li > a:hover,
.nav.nav-primary > li > a:focus {
    background-color: #72B7BC;
}

.nav.nav-secondary {
    font-size: 1.7rem;
}

.nav-primary .featured {
    background-color:#BB0303;    
}

.nav-secondary > li > a {    
    border-bottom-color: transparent;
    border-bottom-style: solid;
    padding: 1rem;        
}

.nav-secondary > li > a:active,
.nav-secondary > li > a:hover,
.nav-secondary > li > a:focus {
    background-color: transparent;
    border-bottom-width: 0.2rem;
    border-bottom-color: #BB0303;
    color: #BB0303;
}

.subnav__lawyer-referral {
    display:block;
    font-size: 2.4rem;
}

.dropdown-menu {
    border-color:#454545;
    border-top:none;    
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: 100%;
    padding: 0;    
}
    .dropdown-menu>li>a {
        font-size: 1.6rem;
        padding: 0.6rem 2rem;
    }
    .dropdown-menu>li>a:hover, 
    .dropdown-menu>li>a:focus {
        background-color: #CC9900;
        color: #fff;        
    }

.dropdown-submenu {
    position:relative;
}
    .dropdown-submenu:hover>.dropdown-menu {
        display:block;
    }
    .dropdown-submenu > .dropdown-menu
    {
        left: 100%;
        margin-left: 100%;
        margin-top: -3.7rem;        
        position: absolute;
        top: 0;
    }

.breadcrumbs {
    border-bottom: 0.1rem solid #0D2233;
    margin-bottom: 2rem;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb::after {
    content: " \00bb";
    margin-right: 0.5rem;
}

.breadcrumb:last-of-type::after {
    content: " ";
}

.breadcrumb-active {    
    font-weight: 600;
}
/*************************/

/* Inputs */
.file-upload {
    background-color: rgba(0, 0, 0, .5);
    margin: 1rem auto;
    padding: 5rem;
}
/*************************/

/***** Main *****/
.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.page-header h1 {
    margin-bottom: 0;
}

main {
    background-color: #fff;
    padding: 1.6rem;
}
/*************************/

/***** Footer *****/
footer {
    background-color:#0D2233;
    color:#fff;
    padding-top:2rem;
}
    footer a {
        color: #72B7BC;
    }
/*************************/

/***** Copyright *****/
.copyright p {
    color: #555;
    margin-top: 2rem;    
}
/*************************/

/***** Credit Cards *****/
.credit-card {
    display:inline-block; 
    height:3.2rem; 
    width:4.8rem; 
}
.american-express {
    background:url(//cdn.intustech.com/eAssociate/assets/images/american-express-straight-32px.png) no-repeat 0 0; 
    display: none;
}
.discover {
    background:url(//cdn.intustech.com/eAssociate/assets/images/discover-straight-32px.png) no-repeat 0 0;    
}
.mastercard {
    background:url(//cdn.intustech.com/eAssociate/assets/images/mastercard-straight-32px.png) no-repeat 0 0; 
}
.visa {
    background: url(//cdn.intustech.com/eAssociate/assets/images/visa-straight-32px.png) no-repeat 0 0;
}
/*************************/

/***** Blockquotes *****/
blockquote {    
    background-color:#fff;
    font-size:2rem;
    padding:0 2rem;
}
    blockquote cite {
        display: block;
        text-align: right;
    }
        blockquote p img {
            float: left;
            padding-right: 1rem;
        }

.nav-primary .featured {
    background-color:#BB0303;                
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
/*************************/

/***** Events *****/
.event {
    background-color:#fff;
    border:0.2rem solid #0D2233;
}
    .event-header {
        background-color:#0D2233;
        color:#fff;
        display:block;        
        padding-top: 1rem;
        padding-bottom: 1rem;        
        text-align:center;
    }
        .event-title {
            display:block;
            font-size: 2.2rem;
            font-weight:600;
        }
                
    .event-body {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
        .event-date, .event-location {
            display:block;
            font-size: 1.7rem;
        }
/*************************/

/*************************/
.cycle-slideshow {
    height: 40rem;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
}

.cycle-slideshow a {
    display: block;
}

.cycle-slideshow img {
    max-width: 100%;
}

.cycle-item {
    text-align: center;
    width: 100%;
}
/*************************/

.google-map {
    border: none;
    height: 15rem;
    width: 100%;
}

/******** Calendar ********/
.calendar {
  border: 1px solid #dedede;
}

.calendar__body__week {
  display: flex;
}

.calendar__body__day {
  border: 0.1rem solid #333;
  height: 16rem;
  min-width: 14.3%;
}

.calendar__body__day--other-month {
  background-color: #dedede;
  border: 0.1rem solid #dedede;
  color: #333;
}

.calendar__body__day__header {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5rem;
  text-align: right;
}

.calendar__header {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "title title" "prev next";
  width: 100%;
}

.calendar__header__title {
  grid-area: title;
  text-align: center;
}

.calendar__header__nav--previous {
  grid-area: prev;
  text-align: left;
}

.calendar__header__nav--next {
  grid-area: next;
  text-align: right;
}

.calendar__header__title {
  text-align: center;
  width: 100%;
}

.calendar__body__day__events {
  list-style-type: none;
  margin: 0 0.5rem;
  padding: 0;
}

.calendar-listing__location { font-size: 2.6rem; }
.calendar-listing__date { font-size: 2.6rem; }
.calendar_listing__time { font-size: 2.2rem; }
/**************************/

.sponsors {
    display: flex;
    justify-content: flex-start;
}

.sponsors__sponsor {
    background-color: #fff;
    color: rgb(100, 100, 100);
    font-size: 2rem;
    padding: 1rem;
}

/* Forms */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control,
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"],
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
    border: 0.1rem solid #466680;
    border-radius: 0;
    height: auto;
}

fieldset {
    border: 0.1rem solid #2A3D4D;
    margin: 1rem 0;
    padding: 1rem;    
}

legend {    
    border: none;
    font-size: 2.2rem;
    font-weight: 600;
    width: auto;
}

.form-control-required {
    color: #BB0303;
    font-size: 2.2rem;
    padding: 0.25rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control, 
    input[type="datetime-local"].form-control, 
    input[type="month"].form-control {
        line-height: inherit;
    }
}
