@charset "UTF-8";
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
shame.css - http://csswizardry.com/2013/04/shame-css/
*/
/* Global Variables ====================================================== */
/* Homepage Variables ====================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #636363;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  min-width: 320px;
  -webkit-animation: bugfix infinite 1s;
}

html,
body {
  height: 100%;
}

.site-content {
  min-height: 100%;
  margin-bottom: -410px;
}
.site-content:after {
  content: "";
  display: block;
  height: 410px;
}

.site-footer, .site-content:after {
  height: 410px;
}

body.menu-active, body.search-active {
  overflow: hidden;
}
body.menu-active .nav__trigger--menu,
body.menu-active .nav__trigger--search, body.search-active .nav__trigger--menu,
body.search-active .nav__trigger--search {
  display: none;
}
body.menu-active .site-content,
body.menu-active .site-footer {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
body.menu-active .site-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.search-active .site-content,
body.search-active .site-footer {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body.search-active .site-search {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 480px) {
  body.menu-active .site-content,
  body.menu-active .site-footer {
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  body.search-active .site-content,
  body.search-active .site-footer {
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
}
.blog-style {
	margin-bottom: 45px;
	padding-left: 50px;
}
.why-stetson {
   width: 100%;
   font-size: 19px;
   margin-bottom: 0px;
}
.why-stetson a {
   display:block;
   font-style: italic;
   text-align: center;
   border: 0px;
}
.law-page-intro {
   padding-bottom: 47px !important;
}
.site-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 86px;
}
@media (min-width: 768px) {
  .site-header {
    height: 110px;
  }
}

.site-footer,
.site-menu,
.site-search,
.site-content {
  -webkit-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -o-transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  transition: transform 300ms cubic-bezier(0.626, 0, 0, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.626, 0, 0, 1);
}

.site-takeover-overlay {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  background: #11181b;
  opacity: 0.8;
}

.site-menu,
.site-search {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 25px 20px 50px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #182023;
}
@media (min-width: 480px) {
  .site-menu,
  .site-search {
    padding: 25px 50px 50px;
  }
}

.site-menu {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (min-width: 480px) {
  .site-menu {
    width: 400px;
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
  }
}

.site-search {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (min-width: 480px) {
  .site-search {
    width: 400px;
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

.main-content {
  background: #fff;
}

.site-header .nav__logo {
  position: absolute;
  top: 0;
  width: 176px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 86px;
  background: #3d8e33 url(../svgs/logo.svg) center center no-repeat;
  background-size: 145px auto;
}
@media (min-width: 480px) {
  .site-header .nav__logo {
    width: 230px;
    background-size: 192px auto;
  }
}
@media (min-width: 768px) {
  .site-header .nav__logo {
    height: 110px;
    left: 20%;
    display: block;
    transform: none;
  }
}
.site-header .nav__trigger--menu,
.site-header .nav__trigger--search {
  z-index: 10;
  height: 86px;
  position: fixed;
  top: 0;
  width: 80px;
}
.site-header .nav__trigger--menu .icon,
.site-header .nav__trigger--search .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-header .nav__trigger--menu .icon .line,
.site-header .nav__trigger--search .icon .line {
  stroke: #fff;
  -webkit-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
  transition: all 1000ms cubic-bezier(0.626, 0, 0, 1);
}
@media (min-width: 768px) {
  .site-header .nav__trigger--menu,
  .site-header .nav__trigger--search {
    height: 110px;
  }
}
.site-header .nav__trigger--menu {
  left: 0;
}
.site-header .nav__trigger--search {
  right: 0;
}
@media (min-width: 768px) {
  .site-header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #3d8e33;
  }
}
@media (min-width: 1024px) {
  .site-header .nav__trigger--menu {
    left: 40px;
  }
  .site-header .nav__trigger--search {
    right: 40px;
  }
}

.site-header .nav__secondary {
  display: none;
  text-align: right;
  width: auto;
  position: absolute;
  right: 80px;
  top: 26px;
}
.site-header .nav__secondary a {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  display: inline-block;
  color: white;
}
.site-header .nav__secondary a:hover {
  color: white;
}
@media (min-width: 768px) {
  .site-header .nav__secondary {
    display: block;
    top: 38px;
  }
}
@media (min-width: 1024px) {
  .site-header .nav__secondary {
    right: 120px;
  }
}

.site-menu,
.site-search {
  min-width: 320px;
}
.site-menu .menu__close,
.site-search .menu__close {
  margin-bottom: 2rem;
  *zoom: 1;
}
.site-menu .menu__close:before, .site-menu .menu__close:after,
.site-search .menu__close:before,
.site-search .menu__close:after {
  display: table;
  content: "";
  line-height: 0;
}
.site-menu .menu__close:after,
.site-search .menu__close:after {
  clear: both;
}
@media (min-width: 480px) {
  .site-menu .menu__close,
  .site-search .menu__close {
    margin: 3rem 0;
  }
}

.site-search .h5--search {
  color: #fff;
  margin: 6rem 0 0 0;
}
.site-search .ul--blue {
  margin: 2.5rem 0 0 0;
}
.site-search .ul--blue a {
  font-size: 1.5rem;
}
.site-search .btn__group {
  margin: 1.5rem 0 0 0;
}

.menu__group input {
  display: none;
}
.menu__group label {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 31px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  display: block;
  border-bottom: solid 1px #373d40;
  padding: 2rem 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.menu__group label a {
  color: #fff;
}
.menu__group label:after {
  content: '\e000';
  font-family: 'stetson';
  font-size: 1.4rem;
  line-height: 32px;
  width: 29px;
  height: 29px;
  float: right;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #3d8e33;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.menu__group label:hover:after,
.menu__group input:checked + label:hover:after {
  content: '\e000';
  float: right;
}

.menu__group input:checked + label:hover:after {
  content: '\e003';
  line-height: 28px;
}

.menu__group .menu__expander {
  margin-top: -1px;
  overflow: hidden;
  /*mp: height: 100%; */
  max-height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.menu__group .menu__expander ul {
  font-size: 1.5rem;
  margin: 0 0 0 2rem;
}
.menu__group .menu__expander ul li {
  list-style: none;
  margin: 1.5rem 0;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.menu__group input:checked ~ .menu__expander {
  max-height: 3000px;
}

.site-footer {
  position: relative;
  background: #11181b;
  height: 410px;
}
.site-footer .footer-top {
  background: #182023;
  padding: 3rem 4.16667% 4rem;
}
@media (min-width: 768px) {
  .site-footer .footer-top {
    display: block;
  }
}
.site-footer .footer-bottom {
  position: relative;
  background: #11181b;
  padding: 1.6rem 20px;
}
@media only screen and (min-width: 960px) {
  .site-footer .footer-bottom {
    padding: 2.7rem 4.16667%;
  }
}

.footer__lists {
  *zoom: 1;
}
.footer__lists:before, .footer__lists:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer__lists:after {
  clear: both;
}

.footer__list {
  float: left;
  width: 33%;
  font-size: 1.5rem;
  margin: 0;
  padding-right: 1rem;
}
.footer__list li {
  list-style: none;
  line-height: 33px;
  margin: 0;
}
.footer__list li > a {
  color: #cccccc;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.footer__list li > a:hover {
  color: #b5c0c3;
}

.footer__locations {
  *zoom: 1;
}
.footer__locations:before, .footer__locations:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer__locations:after {
  clear: both;
}

.footer__location {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.footer__location li {
  list-style: none;
  line-height: 16px;
  color: #cccccc;
  margin: 0;
}
.footer__location li:first-child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__location {
    float: left;
    width: 154px;
  }
}
@media (min-width: 1024px) {
  .footer__location {
    width: 174px;
  }
}

.footer__socials {
  display: none;
  margin: 0;
  float: right;
  position: relative;
}
.footer__socials li {
  list-style: none;
  display: inline;
  margin: 0;
}
.footer__socials li:first-child {
  font-size: 1rem;
  position: absolute;
  left: -7rem;
}
.footer__socials li.follow {
  color: #f2f2f2;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__socials li.icon {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: normal;
}
.footer__socials li.icon a {
  color: #cccccc;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.footer__socials li.icon a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .footer__socials {
    display: block;
  }
}

.footer__legal {
  font-size: 1.2rem;
  margin: 0;
}
.footer__legal li {
  color: #cccccc;
  list-style: none;
  line-height: 1.5;
  margin: 0;
}
.footer__legal li a {
  color: #2c8cac;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.footer__legal li a:hover {
  color: #66bbd8;
}
@media (min-width: 768px) {
  .footer__legal {
    margin: 1rem 0 0;
  }
}

body {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #292929;
  margin: 0;
  text-rendering: optimizelegibility;
}

h1 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 3.6rem;
  line-height: 54px;
}
h1.subpage {
  color: #fff;
}
@media (min-width: 768px) {
  h1 {
    font-size: 8.4rem;
    line-height: 100px;
  }
}

h3 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  h3 {
    letter-spacing: 3px;
    font-size: 4rem;
  }
}

h4 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 2em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 3rem;
  }
}

h5 {
  font-weight: 400;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 2.4em;
  }
}

a {
  color: #2c8cac;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2c8cac;
  text-decoration: none;
}

p {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  p {
    font-size: 1.8rem;
  }
}
p a {
  border-bottom: 1px solid #2c8cac;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
p a:hover {
  border-bottom-color: #11181b;
  color: #11181b;
}

ul, ol {
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 10px 25px;
}

li {
  line-height: 20px;
  margin: 5px 0;
}

.ul--blue {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.ul--blue a {
  font-size: 0.9rem;
  line-height: 1.2;
}
.ul--blue li + li {
  margin-top: 0.5rem;
}

.breadcrumbs {
  background: #fff;
  border-bottom: solid 1px #f2f2f2;
  display: block;
  height: 60px;
  padding: 0 4.16667%;
}
.breadcrumbs .breadcrumbs__list {
  color: #636363;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs .breadcrumbs__list li {
  list-style: none;
  display: inline;
}
.breadcrumbs .breadcrumbs__list li:first-child {
  padding: 0 1.5rem 0 0;
}
.breadcrumbs .breadcrumbs__list li:nth-child(n+2) {
  padding: 0 0.5rem 0 0;
}
.breadcrumbs .breadcrumbs__list li a {
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.breadcrumbs .breadcrumbs__list li a:hover {
  border-bottom-color: #11181b;
  color: #11181b;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--home a {
  color: #636363;
  font-size: 1rem;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  border: solid 1px #636363;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--home a:hover {
  background: #636363;
  color: #fff;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back:after {
  content: '>';
  padding: 0 0 0 1rem;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back .inactive:before {
  content: '…';
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__link--back .inactive span {
  display: none;
}
@media (min-width: 650px) {
  .breadcrumbs .inactive:before {
    display: none;
  }
  .breadcrumbs .inactive span {
    display: inline !important;
  }
}

.button {
  border: 1px solid #292929;
  color: #292929;
  display: inline-block;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  height: 56px;
  letter-spacing: 1px;
  line-height: 54px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.button:hover {
  background-color: #292929;
  color: #fff;
}
.button.green {
  background-color: #3d8e33;
  border: none;
  color: #fff;
}
.button.green:hover {
  background-color: #2d6826;
}
.button.white {
  border-color: #fff;
  color: #fff;
}
.button.white:hover {
  background-color: #fff;
  color: #000;
}

.button--minwidth {
  min-width: 180px;
}

.btn__group {
  margin: 1.5rem 0;
}

label {
  ccolor: #cccccc;
  font-size: 1.4rem;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  display: inline-block;
  text-transform: uppercase;
  /* @include break(mobile-only) {
    font-size: 1.2em;
  }
  @include break(desktop-only) {
    font-size: 1.4em;
  } */
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"] {
  background: #fff;
  border: 1px solid #d7d7d7;
  font-size: 1.4rem;
  color: #000;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.626, 0, 0, 1);
}

.form__group .input__text--tall {
  height: 45px;
  padding: 0 25px;
}

@font-face {
  font-family: "stetson";
  src: url("../fonts/stetson.eot");
  src: url("../fonts/stetson.eot?#iefix") format("embedded-opentype"), url("../fonts/stetson.woff") format("woff"), url("../fonts/stetson.ttf") format("truetype"), url("../fonts/stetson.svg#stetson") format("svg");
  font-weight: normal;
  font-style: normal;
}
*[class*=icon-], *[class*=icon-]:before, *[class*=icon-]:after, .icon {
  font-family: 'stetson';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e000";
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-arrow-up:before {
  content: "\e003";
}

.icon-social-facebook:before {
  content: "\e004";
}

.icon-social-twitter:before {
  content: "\e005";
}

.icon-instagram:before {
  content: "\e006";
}

.icon-social-pinterest:before {
  content: "\e007";
}

.icon-tumblr:before {
  content: "\e008";
}

.icon-youtube-alt:before {
  content: "\e009";
}

.icon {
  display: inline-block;
}
.icon.hamburger:hover .line-1 {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.icon.hamburger:hover .line-3 {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.icon.hamburger:active .line-1 {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.icon.hamburger:active .line-3 {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.icon.hamburger svg {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
@media (min-width: 1024px) {
  .icon.hamburger svg {
    padding: 0.5rem 0;
  }
}
.icon.hamburger svg .line {
  stroke: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.close {
  float: right;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.close:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.icon.close:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.icon.close svg .slant-1,
.icon.close svg .slant-2 {
  fill: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.icon.search:hover .circle {
  r: 8;
}
.icon.search:hover .circle-handle {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.icon.search svg .line {
  fill: none;
  stroke: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
.hero {
  position: relative;
  background: #292929;
  color: white;
  padding: 15rem 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .video-container {
  display: none;
}
@media (min-width: 1024px) {
  .hero .video-container {
    display: block;
  }
}
.hero .video-container .full-bleed {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero .video-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.27);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 1024px) {
  .hero .video-overlay {
    display: block;
/*     background-color: rgba(61, 142, 51, 0.6); */
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.hero__pointer {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 50px;
  height: 28px;
  background: transparent url(../svgs/pointer.svg) center center no-repeat;
  background-size: 25px auto;
  margin: 0 0 0 -25px;
}
.hero__pointer:hover {
	color: #3d8e33 !important; /* to give more insentive to traverse to apply section */
}
@media only screen and (min-width: 960px) {
  .hero__pointer {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 14.3rem 4.16667%;
  }
  .hero__pointer {
    bottom: 60px;
  }
}

.hero--law {
  background-image: url(../images/PlazaMayor-home-image-web.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1400px auto;
  overflow: hidden;
}
.hero--law h1 {
  position: relative;
}
@media (min-width: 768px) {
  .hero--law {
    background-position: top center;
    background-size: cover;
    padding: 34.8rem 4.16667% 23.8rem 4.16667%;
  }
}

@media (max-width: 480px) {
  .breadcrumbs {
    height: 80px;
  }
}
.breadcrumbs__list {
  overflow: hidden;
}
.breadcrumbs__list .disclosure {
  float: right;
  display: block;
  margin: 3px auto;
  font-size: 17px;
}
@media (max-width: 480px) {
  .breadcrumbs__list .disclosure {
    float: left;
    display: block;
    margin: 10px 0 0 40px;
  }
}

.stetson-accordion .sub-menu, .law-accordion .sub-menu {
  padding-left: 30px;
}
.stetson-accordion .sub-menu .menu__group label, .law-accordion .sub-menu .menu__group label {
  font-size: 2rem;
}

.law-accordion label.icon:after {
  color: #3d8e33;
  background: #FFF;
}

.law-page-intro {
  background: #fff;
  padding: 1.5rem 20px 4rem;
}
.law-page-intro__content {
  width: 70%;
  min-width: 280px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .law-page-intro {
    padding: 6.2rem 0;
  }
  .law-page-intro__content {
    width: 50%;
    max-width: 690px;
  }
}

.law-page-main-cta {
  *zoom: 1;
}
.law-page-main-cta:before, .law-page-main-cta:after {
  display: table;
  content: "";
  line-height: 0;
}
.law-page-main-cta:after {
  clear: both;
}
.law-page-main-cta__info {
  padding: 4rem 20px;
  background: #292929;
}
@media (min-width: 650px) {
  .law-page-main-cta__info {
    float: left;
    width: 50%;
    height: 400px;
    position: relative;
    padding: 4rem 3rem;
  }
  .law-page-main-cta__info div {
    position: absolute;
    bottom: 60px;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 960px) {
  .law-page-main-cta__info {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .law-page-main-cta__info {
    width: 25%;
    height: 440px;
    padding: 6rem 1.6667%;
  }
}
.law-page-main-cta__info .button {
  min-width: 180px;
}
.law-page-main-cta__info h5 {
  color: #fff;
}
.law-page-main-cta__info p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 28px;
  margin: 3.5rem 0 0 0;
}
.law-page-main-cta__info div {
  margin: 30px 0 0 0;
}
.law-page-main-cta__info:nth-child(1) {
  background: url(../../assets/images/first-cta-bg-01.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.law-page-main-cta__info:nth-child(2) {
  background: url(../../assets/images/first-cta-bg-02.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.law-page-main-cta__info:nth-child(3) {
  background: url(../../assets/images/first-cta-bg-03.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.law-page-main-cta__info:nth-child(4) {
  background: url(../../assets/images/first-cta-bg-04.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.law-ctas {
  *zoom: 1;
  background: #fff;
}
.law-ctas:before, .law-ctas:after {
  display: table;
  content: "";
  line-height: 0;
}
.law-ctas:after {
  clear: both;
}
.law-ctas__cta {
  padding: 4rem 2rem;
  text-align: center;
}
.law-ctas__cta .cta-content {
  max-width: 345px;
  margin: 0 auto;
}
.law-ctas__cta .cta-content h4 {
  font-size: 3em;
}
.law-ctas__cta .cta-content .cta-copy {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 1.5rem;
  line-height: 28px;
}
.law-ctas__cta:nth-child(even) {
  background: #fafafa;
}
.law-ctas__cta .cta-copy {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .law-ctas__cta {
    float: left;
    width: 33.33333%;
    height: 420px;
    padding: 0 2rem;
  }
  .law-ctas__cta .cta-content {
    padding: 1rem 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.law-page-videos__content {
  overflow: hidden;
}
.law-page-videos__content .video {
  width: 50%;
  float: left;
  height: 400px;
}
@media (max-width: 768px) {
  .law-page-videos__content .video {
    width: 100%;
    float: none;
  }
}
.law-page-videos__content .video iframe {
  display: none;
}
.law-page-videos__content .video .video__player {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #182023;
}
.law-page-videos__content .video .video__player__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #182023;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.law-page-videos__content .video .video__player:after {
  /*content: "";  mp: removing */
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -52px 0 0 -52px;
  border: 2px solid white;
  background: transparent url(../svgs/play.svg) 55% center no-repeat;
  background-size: 30% auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.law-page-videos__content .video .video__player:hover .video__player__thumb {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.law-page-videos__content .list {
  float: left;
  height: 400px;
  width: 50%;
  background-color: #e9f0dd;
  padding: 58px;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .law-page-videos__content .list {
    width: 100%;
    float: none;
  }
}
.law-page-videos__content .list ul {
  margin: 0;
  background-color: #e9f0dd;
  height: 100%;
  color: #000000;
}
.law-page-videos__content .list ul li {
  cursor: pointer;
  color: #000000;
  margin: 0;
  list-style: none;
  height: auto;
  padding-left: 0px;
  width: 100%;
  line-height: 20px;
  background-color: #fafafa;
  padding-bottom: 18px; 
}
.law-page-videos__content .list ul li a {
  text-decoration: underline;
}
.law-page-videos__content .list .header {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.law-page-videos__content .list .header .title {
  float: left;
}
.law-page-videos__content .list .header .view-blog {
  float: right;
  margin: 0;
  font-size: 1.5rem;
  padding-top: 10px;
}	
.law-page-videos__content .list ul li.linkout {
  padding-left: 0;
}
.law-page-videos__content .list ul li.linkout a, .law-page-videos__content .list ul li.linkout a:visited {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
}
.law-page-videos__content .list ul li:nth-child(odd) {
  background-color: #212121;
}
.law-page-videos__content .list ul li:hover, .law-page-videos__content .list ul li.active {
  background-color: #8abd85;
}

.law-page-users {
  background: #fff;
  padding: 4rem 20px 5rem;
}
.law-page-users__entry {
  width: 83.3333%;
  min-width: 280px;
  max-width: 400px;
  margin: 0 auto;
}
.law-page-users__entry .single {
  margin: 3rem 0;
}
.law-page-users__entry .single .user-image {
  width: 175px;
  height: 175px;
  margin: 0 auto 1rem auto;
  padding: 0;
}
.law-page-users__entry .single .user-title {
  font-size: 1.8rem;
  line-height: 31px;
  -webkit-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.626, 0, 0, 1);
}
.law-page-users__entry .single .user-title:hover {
  border-bottom-color: #11181b;
  color: #11181b;
}
@media (min-width: 768px) {
  .law-page-users__entry {
    *zoom: 1;
    width: 90%;
    min-width: none;
    max-width: none;
  }
  .law-page-users__entry:before, .law-page-users__entry:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .law-page-users__entry:after {
    clear: both;
  }
  .law-page-users__entry .single {
    float: left;
    width: 50%;
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1024px) {
  .law-page-users {
    padding: 6.8rem 0;
  }
  .law-page-users__entry {
    width: 90%;
  }
  .law-page-users__entry .single {
    width: 25%;
  }
}

.latest__content {
  overflow: hidden;
}
.latest__content .header {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.latest__content .header .icon:after {
  content: "\e002";
}
.latest__content .header .title, .latest__content .header .view-white {
  display: inline-block;
}
.latest__content .header .title {
  float: left;
}
.latest__content .header .view-white {
  float: right;
  margin: 0;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .latest__content .header .view-white {
    padding-top: 5.3px;
  }
}
.latest__content .header .view-white .link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.latest__content .header .view-white .icon {
  margin-left: 10px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 9px;
  text-align: center;
  text-decoration: none;
  padding: 0.4rem;
  border: solid 1px #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.latest__content .news, .latest__content .events {
  width: 50%;
  float: left;
  padding-right: 30px;
  padding: 6rem 5.8rem;
}
.latest__content .news h5.overview-title, .latest__content .events h5.overview-title {
  font-style: italic;
  font-weight: 700;
}
.latest__content .news h6.title, .latest__content .events h6.title {
  margin: 20px 0 2px;
}
.latest__content .news.news, .latest__content .events.news {
  background-color: #79b373;
}
.latest__content .news.news .title, .latest__content .news.news .copy, .latest__content .news.news .view-white, .latest__content .news.news .option, .latest__content .events.news .title, .latest__content .events.news .copy, .latest__content .events.news .view-white, .latest__content .events.news .option {
  color: #fff;
}
.latest__content .news.news .item, .latest__content .events.news .item {
  overflow: hidden;
  margin-top: 40px;
  min-height: 120px;
}
.latest__content .news.news .item img, .latest__content .events.news .item img {
  float: left;
}
.latest__content .news.news .item .copy, .latest__content .events.news .item .copy {
  float: left;
  padding-left: 20px;
  width: 70%;
}
@media (max-width: 1000px) {
  .latest__content .news.news .item .copy, .latest__content .events.news .item .copy {
    width: 65%;
  }
}
.latest__content .news.news .item .copy p, .latest__content .events.news .item .copy p {
  margin: 15px 0 5px 0;
  line-height: 23px;
}
.latest__content .news.news .item .copy a, .latest__content .events.news .item .copy a {
  font-size: 1.8em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.latest__content .news.events, .latest__content .events.events {
  background-color: #f2f2f2;
}
.latest__content .news.events .title, .latest__content .news.events .copy, .latest__content .events.events .title, .latest__content .events.events .copy {
  color: #000;
}
.latest__content .news.events .view-blue, .latest__content .events.events .view-blue {
  float: right;
  margin: 0;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .latest__content .news.events .view-blue, .latest__content .events.events .view-blue {
      padding-top: 5.2px;
  }
}
.latest__content .news.events h6:first-child, .latest__content .events.events h6:first-child {
  margin: 9px 0 2px;
}
.latest__content .news.events .item, .latest__content .events.events .item {
  overflow: hidden;
  min-height: 120px;
  margin-top: 40px;
}
.latest__content .news.events .item .event-date, .latest__content .events.events .item .event-date {
  float: left;
  background: #3d8e33;
  width: 100px;
  height: 100px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.latest__content .news.events .item .event-date ul, .latest__content .events.events .item .event-date ul {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.latest__content .news.events .item .event-date ul li, .latest__content .events.events .item .event-date ul li {
  list-style: none;
  padding: 0;
}
.latest__content .news.events .item .event-date ul li.day, .latest__content .events.events .item .event-date ul li.day {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0 0 1.5rem 0;
  padding: 1rem 0 0 0;
}
.latest__content .news.events .item .event-date ul li.month, .latest__content .events.events .item .event-date ul li.month {
  font-weight: 600;
  letter-spacing: 5px;
  margin: 0;
  font-size: 1.4rem;
}
.latest__content .news.events .item .copy, .latest__content .events.events .item .copy {
  float: left;
  padding-left: 20px;
  width: 70%;
}
.latest__content .news.events .item .copy a, .latest__content .events.events .item .copy a {
  font-size: 1.8em;
  margin: 15px 0 5px 0;
  display: inline-block;
  text-decoration: underline;
}
.latest__content .news.events .item .copy p, .latest__content .events.events .item .copy p {
  margin: 0;
}
@media (max-width: 450px) {	
  .view-blog {
	  display: none;
  }	  
}
@media (max-width: 900px) {
  .latest__content .news, .latest__content .events {
    float: none;
    width: 100%;
  }
  .latest__content .news.right h6:first-child, .latest__content .events.right h6:first-child {
    margin: 20px 0 2px;
  }
  .law-page-videos__content .video, .law-page-videos__content .list {
    float: none;
    width: 100%;
    display: inline-block;
    height: 100%;
  }
  .latest__content .news.right h6:first-child, .latest__content .events.right h6:first-child {
    margin: 20px 0 2px;
  }
  .blog-style {
    padding-left: 0px !important;
  }
}

.inline-map {
  height: 300px;
  background: url(../../assets/images/law-map.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

/* mp: additional styling */

.law-page-intro__content p span {
	font-style: italic;
}
#alert-container {
	border: 4px solid red;
	display: block;
    padding: 30px;
    text-align: center;
}
#alert-container-advisory {
	border: 4px solid red;
	display:block; 
	padding: 20px; 
	width: 70%; 
	margin: auto; 
	display: block; 
	position: relative;
	text-align: center;
}
#alert-container a {
	text-decoration: underline;
	cursor: pointer;
	color: red;
	font-size: 17px;
	font-weight: bold;
}
#alert-container-advisory h3 {
    font-size: 23;
}
#alert-container-advisory a {
	text-decoration: underline;
	cursor: pointer;
	color: red;
	font-size: 14px;
	font-weight: bold;
}
#alert-container a:hover {
	color: black;
}
#alert-container img {
	float: left;
	width: 42px;
	margin: 0px 2px 0px 0px;
	display: none;
}
.col-alerts {
	color: red;
	margin: 0px 0px 20px 0px;
	font-size: 30px;
}
@media (max-width: 768px) {
    .col-alerts {
	    font-size: 45px;
    }
}

@media (max-width: 480px) {
    .events .copy {
	    width: 100% !important;
	    padding-left: 0px !important;
    }
    .footer__list {
        width: 50%;
    }
    .hidden-phone {
        display: block !important;
    }
	.inline-map  {
        background: url(../../assets/images/law-map-phone.jpg) center center no-repeat;
        background-size: cover;
	}
	.law-page-main-cta__info div {
        transform: translate(0%, -50%);
       -webkit-transform: translate(0%, -50%);
    }
	.news .copy {
	    width: 100% !important;
	    padding-left: 0px !important;
    }
    .site-menu {
	    min-height: 850px;
	    overflow: scroll;
    }
}
@media (max-width: 550px) {
    .accordion-container {
       min-height: 1400px;
    }
}
.events .event-date {
    cursor: pointer;
}
