html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*, *::after, *::before {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}

a {
  color: #1C3F94;
  text-decoration: none;
}

body {
  color: #323A4E;
  font-family: "proxima-nova";
  line-height: 27px;
  color: #2f2f2f;
  font-size: 17px;
  margin: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-family: proxima-nova;
  font-weight: 600;
  font-size: 2.35294rem;
  color: #1C3F94;
  letter-spacing: 0.03529rem;
  line-height: 2.64706rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    margin: 1em 0 .5em;
  }
}

h2 {
  font-family: proxima-nova;
  font-weight: 600;
  font-size: 2.11765rem;
  color: #1C3F94;
  line-height: 2.11765rem;
  margin: 0;
}

h3 {
  font-family: proxima-nova;
  font-size: 1.41176rem;
  color: #2F2F2F;
  letter-spacing: 0;
  line-height: 1.76471rem;
  font-weight: 600;
}

h4 {
  font-family: proxima-nova;
  font-size: 1.23529rem;
  color: #1C3F94;
  letter-spacing: 0.00588rem;
  line-height: 1.58824rem;
  margin: 0;
}

h5 {
  font-family: proxima-nova;
  font-size: 1rem;
  font-weight: 600;
  color: #2F2F2F;
  letter-spacing: 0.02706rem;
  line-height: 1.23529rem;
  margin: 1em 0 0;
}
h5 + p {
  margin-top: 0;
}

h6 {
  font-family: proxima-nova;
  font-size: 0.88235rem;
  color: #2F2F2F;
  letter-spacing: 0.02765rem;
  line-height: 1.41176rem;
}

hr {
  clear: both;
  display: block;
  width: 100%;
  border-color: #F4F4F7;
  color: #F4F4F7;
  background-color: #F4F4F7;
  opacity: .25;
}
hr::after {
  clear: both;
  content: "";
  display: block;
}

hr.alt {
  border-color: #1C3F94;
  background-color: #1C3F94;
  opacity: 1;
  border-bottom: 0;
}

img {
  max-width: 100%;
}

label {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.logo-wrapper {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 1em;
}

.logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: 9999px;
  background-image: url("/wp-content/uploads/2019/01/SGR-Logo-240x100.png");
  background-size: 240px 100px;
  width: 240px;
  height: 100px;
  margin: 8px 0 0 0;
  display: block;
}
@media screen and (min-width: 767px){
  .logo-chambers {
    display: block;
    overflow: hidden;
    background-image: url("/wp-content/uploads/2021/01/Chambers-Logo-1.jpg");
    background-size: 260px 65px;
    height: 65px;
    width: 260px;
    margin: 0 0px 0 0px;
  }wp-content/uploads/2021/01/Chambers-Logo.jpg
}
@media screen and (max-width: 767px) {
  .logo {
    width: 133px;
    height: 30px;
    background-size: 133px 30px;
    background-image: url("/wp-content/uploads/2019/01/SGR-Logo-Mobile-Header.png");
  }
}

.logo-stacked {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("/wp-content/uploads/2019/01/SGR-Logo-240x100.png");
  background-size: 240px 100px;
  width: 240px;
  height: 100px;
  margin: 0;
  display: block;
}
@media screen and (max-width: 767px) {
	footer#colophon {
		margin-top: 0;
    	padding-top: 20px;
	}
	
	#colophon .container .logo-container {
		text-align: center;
    	width: 100%;
	}
	
	.logo-stacked {
		background-size: 133px 30px;
		width: 133px;
		height: 30px;
		background-image: url("/wp-content/uploads/2019/01/SGR-Logo-Mobile-Footer.png");
		text-indent: 500%;
		margin: 0 auto;
	}
}

.logo-wide {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("/wp-content/uploads/2019/01/SGR-Logo-Mobile-Footer.png");
  background-size: 261px 59px;
  width: 261px;
  height: 59px;
  margin: 0;
  display: block;
  margin-bottom: 2em;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
  margin-right: 1em;
}

.skip-link {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container > ul {
  padding: 0;
  list-style: none;
}

.small {
  font-size: .75em;
}

.fa.small {
  font-size: .5em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .js-mobile.js-expanded {
    overflow: hidden;
    -webkit-transition: max-height 800ms ease;
  }
}

.dropdown-list__content.js-expanded {
  overflow: hidden;
  -webkit-transition: max-height 800ms ease;
}

.dropdown-list__content.js-collapsed {
  display: none;
}

.block {
  display: block;
}

ul.inline-block,
.wysiwyg ul.inline-block {
  padding-left: 0;
}
ul.inline-block li,
.wysiwyg ul.inline-block li {
  display: inline-block;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.metaslider .flexslider {
  margin-bottom: 6px !important;
}

.metaslider .caption-wrap {
  position: absolute;
  bottom: 2em !important;
  left: 2em !important;
  background: rgba(28, 63, 148, 0.9) !important;
  color: #fff;
  opacity: 1 !important;
  margin: 0;
  display: block;
  max-width: 24em !important;
  line-height: 1.4em;
  padding: .7em;
}

@media screen and (min-width: 768px) {
  .metaslider .caption:before {
    content: "SGR WINS";
    top: 0;
    left: 0;
    min-height: 1em;
    width: 100%;
    color: #FFC02E;
    display: block;
    border-bottom: 1px solid #FFC02E;
    margin-bottom: .5em;
    margin-top: .25em;
  }
}

.hidden {
  display: none;
}

.clearfix {
  clear: both;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container + p {
  line-height: 1.4em;
  font-size: 14px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zoom {
  position: relative;
  overflow: hidden;
  max-width: 384px;
  max-height: 250px;
}

.zoom img {
  max-width: 100%;
  margin-bottom: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.zoom:hover img {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.05, 1.05);
  -moz-transform: translateZ(0) scale(1.05, 1.05);
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
}

.zoom-images {
  width: 100%;
  height: 286px;
  max-width: 1100px;
  position: relative;
}

.sticky.is_stuck {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.underline {
  border-bottom: 3px solid #1C3F94;
  padding-bottom: .25em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .underline {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

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

#masthead {
  padding: 40px 1em 0;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #masthead {
    background-color: #1C3F94;
    color: white;
    padding: 20px 0 0;
  }
  #masthead .logo {
    margin: auto;
    background-image: url("/wp-content/uploads/2019/01/SGR-Logo-Mobile-Header.png");
    background-size: 133px 30px;
    width: 133px;
    height: 30px;
  }
  #masthead a {
    color: white;
  }
}

.site-navigation {
  margin-top: 0;
  display: block;
  padding: 0 1em;
}
.site-navigation::after {
  clear: both;
  content: "";
  display: block;
}
.site-navigation h3 {
  font-size: 0.82353rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #535353;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-navigation {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .site-navigation:last-child {
    margin-right: 0;
  }
  .site-navigation .nav-menu {
    margin-top: 0;
  }
  .site-navigation .menu {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  .site-navigation .menu:last-child {
    margin-right: 0;
  }
  .site-navigation > div {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .site-navigation > div:last-child {
    margin-right: 0;
  }
  .site-navigation a:link {
    -webkit-transition: background-color 600ms;
            transition: background-color 600ms;
  }
  .site-navigation a:hover {
    background-color: #E8EBF4;
    -webkit-transition: background-color 600ms;
            transition: background-color 600ms;
  }
}
@media screen and (max-width: 767px) {
  .site-navigation {
    background-color: #1C2D56;
  }
  .site-navigation > div {
    border-bottom: 1px solid #1C3F94;
  }
  .site-navigation > div::after {
    clear: both;
    content: "";
    display: block;
  }
  .site-navigation h3 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    margin-top: 1em;
  }
  .site-navigation h3:last-child {
    margin-right: 0;
  }
  .site-navigation .menu-has-children,
  .site-navigation .nav-menu {
    margin-top: 0;
    padding-left: 1em;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    margin-right: 0;
  }
  .site-navigation .menu-has-children:last-child,
  .site-navigation .nav-menu:last-child {
    margin-right: 0;
  }
  .site-navigation .menu-has-children li,
  .site-navigation .nav-menu li {
    text-indent: 1em;
  }
  .site-navigation .menu-has-children li a,
  .site-navigation .nav-menu li a {
    width: 100%;
    display: block;
    padding: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .logo-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .logo-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo-wrapper {
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 768px) {
  .tools {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: right;
  }
  .tools:last-child {
    margin-right: 0;
  }
  .tools input {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .tools form {
    background-color: #1C2D56;
    padding: 1em 0;
  }
  .tools form::after {
    clear: both;
    content: "";
    display: block;
  }
  .tools .tool__remote {
    display: none;
  }
}
.tools input[type=text],
.tools input[type=search] {
  background-color: white !important;
}
@media screen and (max-width: 767px) {
  .tools input[type=text],
  .tools input[type=search] {
    width: 90%;
    margin: 0 auto !important;
    display: block;
    padding: 1em;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .tools input[type=text],
  .tools input[type=search] {
    padding: .4em 1em;
    border: 1px solid #1C3F94;
    outline: none;
    max-width: 120px;
    float: right;
  }
}

.site-navigation__toggle {
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  left: 1em;
}
@media screen and (min-width: 768px) {
  .site-navigation__toggle {
    display: none;
  }
}

.site-search__toggle {
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  right: 1em;
}
@media screen and (min-width: 768px) {
  .site-search__toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .js-nav,
  .js-search {
    display: none;
  }
}

#colophon {
  background-color: #FAF9F5;
  border-bottom: 20px solid #1C3F94;
  padding: 80px 1em;
  margin-top: 80px;
}
#colophon::after {
  clear: both;
  content: "";
  display: block;
}
#colophon .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
#colophon .column:last-child {
  margin-right: 0;
}
#colophon .logo-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: .25em;
}
#colophon .logo-container:last-child {
  margin-right: 0;
}

.footer-navigation h3 {
  font-size: 0.82353rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 2px;
  margin: 0;
}
.footer-navigation .nav-menu {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer-navigation {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .footer-navigation:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 15.84234%;
  }
  .footer-navigation .menu:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu-has-children {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .footer-navigation .menu-has-children:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu-has-children:nth-child(3n) {
    margin-right: 0;
  }
  .footer-navigation .menu-has-children:nth-child(3n+1) {
    clear: left;
  }
  .footer-navigation .menu-has-children:nth-child(4) {
    margin-left: 34.94305%;
  }
}
@media screen and (max-width: 767px) {
  .footer-navigation {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .footer-navigation:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .footer-navigation .menu:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu:nth-child(2n) {
    margin-right: 0;
  }
  .footer-navigation .menu:nth-child(2n+1) {
    clear: left;
  }
  .footer-navigation .menu-has-children {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .footer-navigation .menu-has-children:last-child {
    margin-right: 0;
  }
  .footer-navigation .menu-has-children:nth-child(2n) {
    margin-right: 0;
  }
  .footer-navigation .menu-has-children:nth-child(2n+1) {
    clear: left;
  }
}

.footer__social {
  font-size: 1.5em;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer__social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-top: 1.5em;
    font-size: 1.25em;
  }
  .footer__social:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__search {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .footer__search:last-child {
    margin-right: 0;
  }
}
.footer__search h6 {
  color: #737373;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.70588em;
  letter-spacing: 1px;
}
.footer__search form {
  float: left;
  display: block;
  margin-right: 5.85151%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
}
.footer__search form:last-child {
  margin-right: 0;
}
.footer__search input[type=text] {
  float: left;
  display: block;
  margin-right: 5.85151%;
  width: 100%;
  border-radius: 0;
  border: none !important;
  padding: 1em;
  margin-bottom: 2em;
  background-color: white !important;
}
.footer__search input[type=text]:last-child {
  margin-right: 0;
}
.footer__search button {
  position: absolute;
  right: 0;
  color: white;
  background-color: #1C3F94;
  outline: none;
  padding: 1em;
}

.footer__remote {
  padding-top: 1.75em;
}
@media screen and (min-width: 768px) {
  .footer__remote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .footer__remote:last-child {
    margin-right: 0;
  }
  .footer__remote a {
    float: right;
    margin-right: 5em;
  }
  .footer__remote a .fa {
    padding-right: .5em;
  }
}
@media screen and (max-width: 767px) {
  .footer__remote {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .footer__remote:last-child {
    margin-right: 0;
  }
  .footer__remote a {
    display: block;
    text-align: center;
  }
  .footer__remote .fa {
    padding-right: .5em;
  }
}

.footer__copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
  color: #737373;
}
.footer__copyright:last-child {
  margin-right: 0;
}

.menu, .sub-menu {
  list-style: none;
  padding: 0;
}
.menu li, .sub-menu li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .menu > .menu-item-has-children {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .menu > .menu-item-has-children:last-child {
    margin-right: 0;
  }
}

nav ul {
  list-style: none;
  padding: 0;
  font-size: .9em;
  line-height: 150%;
}
nav ul li {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #737373;
  font-size: .85em;
}
nav ul li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

.wysiwyg h3 {
  margin: 1.5em 0 -.5em 0;
}
.wysiwyg h3:first-child,
.wysiwyg h3.underline {
  margin: 1em 0 0;
}
.wysiwyg h4 {
  margin: 1.5em 0 -.5em 0;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 30px;
}
.wysiwyg ul li {
  list-style: disc;
}

.events {
  background: url("../img/worldmap.png") no-repeat #1C3F94;
  background-size: cover;
  color: white;
  padding: 80px 0;
  overflow: auto;
}
.events h2 {
  color: white;
}
.events .container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .events .container {
    padding: 0 1em;
  }
}
.events .c-event__title {
  color: white;
  text-decoration: none;
  display: block;
  margin: .25em 0;
}
.events .c-event__date {
  color: #FFC02E;
  font-size: .85em;
  line-height: 1.5em;
}
.events .c-event__time,
.events .c-event__location {
  display: block;
  font-size: .85em;
  line-height: 1.5em;
}
.events .c-event__more {
  color: #FFC02E;
  font-size: .85em;
}
.events .button {
  display: block;
  background-color: white;
  color: #1C3F94;
  font-weight: 600;
  max-width: 8em;
  text-align: center;
  padding: .5em 1em;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: .5em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .events .button {
    width: 96%;
    max-width: none;
  }
}
.events .events__subheading {
  text-align: center;
  display: table;
  white-space: nowrap;
  width: 100%;
  color: white;
  line-height: 100%;
}
.events .events__subheading:before, .events .events__subheading:after {
  border-top: 1px solid #FFC02E;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.events .events__subheading:before {
  right: 1.5%;
}
.events .events__subheading:after {
  left: 1.5%;
}
.events .events__form,
.events .newsletter__form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 2em;
}
.events .events__form:last-child,
.events .newsletter__form:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .events .events__form,
  .events .newsletter__form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
  }
  .events .events__form:last-child,
  .events .newsletter__form:last-child {
    margin-right: 0;
  }
}
.events .events__form h2, .events .events__form h3,
.events .newsletter__form h2,
.events .newsletter__form h3 {
  text-align: center;
  color: white;
}
.events .events__form h2,
.events .newsletter__form h2 {
  font-weight: bold;
}
.events .events__form form,
.events .newsletter__form form {
  position: relative;
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
}
.events .events__form form:last-child,
.events .newsletter__form form:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .events .events__form form,
  .events .newsletter__form form {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
    margin-left: 17.47153%;
  }
  .events .events__form form:last-child,
  .events .newsletter__form form:last-child {
    margin-right: 0;
  }
}
.events .events__form input,
.events .newsletter__form input {
  width: 100%;
  padding: 1.5em;
  border-radius: 3px;
  border: 0;
}
.events .events__form button,
.events .events__form input[type=submit],
.events .newsletter__form button,
.events .newsletter__form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  color: #1C3F94;
  background-color: #ffc217;
  border: 1px solid #ffc217;
  outline: none;
  padding: 2em;
  font-size: 11px;
  width: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-indent: 9999px;
  max-width: 60px;
  background-image: url("../img/submit.png");
  background-repeat: no-repeat;
  background-size: 26px 29px;
  background-position: 50% 50%;
  -webkit-transition: box-shadow 400ms;
          transition: box-shadow 400ms;
}
.events .events__form button:hover,
.events .events__form input[type=submit]:hover,
.events .newsletter__form button:hover,
.events .newsletter__form input[type=submit]:hover {
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 400ms;
          transition: box-shadow 400ms;
}
.events .events__form .ninja-forms-response-msg.ninja-forms-success-msg,
.events .newsletter__form .ninja-forms-response-msg.ninja-forms-success-msg {
  text-align: center;
}
.events .newsletter__form {
  overflow: auto;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}
.events .newsletter__form:last-child {
  margin-right: 0;
}

.articles {
  margin-top: 1.25em;
}
.articles span a {
  color: #222630;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .articles span a {
    padding: 0 1em 2em;
  }
}
.articles span a:hover {
  color: #1C3F94;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .articles {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .articles:last-child {
    margin-right: 0;
  }
  .articles li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .articles li:last-child {
    margin-right: 0;
  }
  .articles li:nth-child(3n) {
    margin-right: 0;
  }
  .articles li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .articles h3 {
    padding: 0 1em;
  }
}
.articles .zoom {
  margin-bottom: .5em;
}
.articles img {
  max-width: 100%;
  display: block;
}

article.post {
  margin-bottom: 2em;
}

.knowledge h2 {
  color: #1C3F94;
  font-size: 2em;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .knowledge h2 {
    margin: 2em 1rem 0;
  }
}
.knowledge .c-article {
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .knowledge .c-article {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%;
  }
  .knowledge .c-article:last-child {
    margin-right: 0;
  }
  .knowledge .c-article div.zoom {
    float: left;
    display: block;
    margin-right: 2.84259%;
  }
  .knowledge .c-article .c-article__meta {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 58.86297%;
    margin-right: 0;
  }
  .knowledge .c-article .c-article__meta:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .knowledge .c-article img {
    width: 100%;
  }
  .knowledge .c-article .c-article__meta {
    margin: 0 1em;
  }
}
.knowledge .c-article .c-article__category {
  color: #4D4C4B;
}
.knowledge .c-article .c-article__title {
  margin: .2em 0 -.4em;
  font-size: 1.4rem;
}

.entry__article {
  margin-bottom: 1em;
}

.entry__recent,
.blog__recent {
  color: #737373;
  font-size: 1em;
  text-transform: uppercase;
  margin: .5em 0;
  display: inline-block;
}

.entry__title {
  font-size: 1rem;
}

.entry__publishdate,
.news-item__date {
  display: block;
  color: #585858;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05rem;
}

.news-item {
  padding: 1em 0;
  border-top: 1px solid #1C3F94;
}

.news-item__title {
  display: block;
  color: #323A4E;
}
.news-item__title:hover {
  color: #1C3F94;
  text-decoration: underline;
}

.ttl-thumbnail img {
  width: 100px;
  height: 117px;
}

.category__page-header {
  margin-bottom: 1em;
}

.category__divider {
  margin: 2em 0;
}

.knowledge {
  padding: 2em 0;
}

.feature-full {
  border-top: 5px solid #1C3F94;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-full img {
    max-width: none;
  }
  .feature-full h2 {
    max-width: 80%;
    position: absolute;
    bottom: 1em;
    left: 10%;
    background-color: #1C3F94;
    padding: 1em;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: white;
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (min-width: 768px) {
  .feature-full h2 {
    background-color: #1C3F94;
    color: white;
    max-width: 500px;
    font-weight: normal;
    padding: 1em;
    font-size: 26px;
    line-height: 33px;
    position: absolute;
    bottom: 1em;
    left: 2em;
  }
  .feature-full img {
    max-width: none;
    width: 100%;
    margin-bottom: .5em;
  }
}

.feature {
  border-top: 5px solid #1C3F94;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.feature::after {
  clear: both;
  content: "";
  display: block;
}
.feature img {
  max-width: none;
  width: 100%;
}
.feature .zoom-images {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.feature .zoom-images img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.feature:empty {
  margin-bottom: 1em;
}

.feature-leader {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.feature-leader::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .feature-leader {
    background-color: #FAF9F5;
    padding: 2em;
    margin: 2em auto;
  }
  .feature-leader > main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 25.58941%;
  }
  .feature-leader > main:last-child {
    margin-right: 0;
  }
  .feature-leader > main h2 {
    margin-top: 0;
  }
  .feature-leader > aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: -102.35765%;
  }
  .feature-leader > aside:last-child {
    margin-right: 0;
  }
  .feature-leader aside.pull-right {
    width: 16em;
    float: right;
    border-left: 1px solid #d6d6e2;
    padding-left: 1em;
  }
  .feature-leader aside.pull-right h3 {
    margin-top: 0;
    color: #737373;
  }
}
@media screen and (max-width: 767px) {
  .feature-leader {
    padding: 0 1em;
  }
  .feature-leader aside.pull-right {
    float: none;
  }
}
.feature-leader h3:first-of-type {
  margin-top: 0;
}
.feature-leader .button {
  font-size: 1em;
  width: 100%;
  max-width: none;
  margin: .5em 0;
  display: block;
}

.feature-library,
.wysiwyg .feature-library {
  background-color: #F4F4F7;
  padding: 1em;
}
.feature-library h3,
.wysiwyg .feature-library h3 {
  margin-top: 1em;
}
.feature-library ul,
.wysiwyg .feature-library ul {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .feature-library ul,
  .wysiwyg .feature-library ul {
    height: 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.feature-library li,
.wysiwyg .feature-library li {
  list-style: none !important;
}

.feature-left,
.wysiwyg .feature-left {
  background-color: #F4F4F7;
  padding: 1em;
  margin: 1em 0;
}
.feature-left ul,
.wysiwyg .feature-left ul {
  padding-left: 0 !important;
}
.feature-left li,
.wysiwyg .feature-left li {
  list-style: none !important;
}
@media screen and (min-width: 768px) {
  .feature-left,
  .wysiwyg .feature-left {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.feature-left h3,
.wysiwyg .feature-left h3 {
  margin-top: 1em;
}

.wysiwyg .timeline {
  background-color: #1C3F94;
  color: white;
  padding: 2em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wysiwyg .timeline ul {
  padding: 0;
}
.wysiwyg .timeline p > img {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg .timeline li {
  list-style: none !important;
}
.wysiwyg .timeline li:before {
  content: "\f1db";
  font-family: FontAwesome;
  color: #FFC02E;
  margin-right: .5em;
  font-size: .65em;
  line-height: 150%;
  vertical-align: middle;
}

.timeline__year {
  color: #FFC02E;
}

.timeline__masthead,
.feature-history__masthead {
  margin: 0 auto;
  padding: 0;
  display: block;
}

.timeline__toggle {
  color: #FFC02E;
  display: block;
  text-align: center;
}

.c-twitter-slider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  border-top: 5px solid #FFC02E !important;
  background-color: #F4F4F7 !important;
  text-align: center !important;
  padding: 1em 2em !important;
  position: relative;
  overflow: hidden;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.c-twitter-slider:last-child {
  margin-right: 0;
}
.c-twitter-slider .flex-viewport {
  height: 150px;
}
.c-twitter-slider i.fa {
  color: #1C3F94;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-twitter-slider .slides {
    padding: 0 100px;
  }
}
.c-twitter-slider .c-twitter-slider__slide {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 2em 0;
  width: 100%;
  text-align: center;
}
.c-twitter-slider .c-twitter-slider__tweet {
  font-size: 28px;
  line-height: 2rem;
}
.c-twitter-slider .c-twitter-slider__date {
  color: #1C3F94;
}
.c-twitter-slider a.control_prev, .c-twitter-slider a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #323A4E;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
.c-twitter-slider a.control_prev:hover, .c-twitter-slider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
.c-twitter-slider a.control_prev {
  border-radius: 0 2px 2px 0;
}
.c-twitter-slider a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.special-container {
  width: 50%;
  margin: auto;
}
.special-container img {
  margin: 4em auto 0;
  display: block;
  text-align: center;
}

.special-index {
  list-style: none;
  margin: 2em auto;
}
.special-index li {
  border-bottom: 1px dashed #1C3F94;
}
.special-index a {
  padding: 1em 0;
  display: block;
  -webkit-transition: all 600ms;
          transition: all 600ms;
}
.special-index a:hover {
  background-color: #F4F4F7;
  -webkit-transition: all 600ms;
          transition: all 600ms;
  text-indent: 2em;
}

.list {
  list-style: disc;
  padding: 1em 40px;
}

ul.dropdown-list {
  width: 100%;
  margin: 0;
  padding: 0 0 2em 0;
  list-style: none;
}
ul.dropdown-list > li {
  width: 100%;
  border-bottom: 1px solid #1C3F94;
  padding: 1em 0;
  list-style: none;
}
ul.dropdown-list > li > h2, ul.dropdown-list > li h3, ul.dropdown-list > li a {
  margin: 0;
}
ul.dropdown-list > li > h2 i.fa, ul.dropdown-list > li h3 i.fa, ul.dropdown-list > li a i.fa {
  font-size: 1rem;
}
ul.dropdown-list .dropdown-list__header {
  color: #1C3F94;
  display: block;
  font-weight: normal;
  position: relative;
}
ul.dropdown-list .dropdown-list__header i.fa {
  float: right;
  margin: .25em 1em 0;
  line-height: 200%;
  font-size: .75rem;
}
ul.dropdown-list .dropdown-list__header:after {
  content: "";
  position: absolute;
  background-image: url("../img/icon_plus@2x.png");
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  right: 1em;
  top: .45em;
}

@media screen and (min-width: 768px) {
  .dropdown-list--mobile .dropdown-list--mobile__content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-list--mobile .dropdown-list--mobile__header {
    color: #1C3F94;
    display: block;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #1C3F94;
  }
  .dropdown-list--mobile .dropdown-list--mobile__header i.fa {
    float: right;
    margin: .25em 1em 0;
    line-height: 200%;
    font-size: .75rem;
  }
  .dropdown-list--mobile .dropdown-list--mobile__header:after {
    content: "";
    position: absolute;
    background-image: url("../img/icon_plus@2x.png");
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    right: 1em;
    top: .45em;
  }
  .dropdown-list--mobile .dropdown-list--mobile__content {
    display: none;
  }
}

.dropdown-list__filters .dropdown-list__header {
  padding: 4px 0;
}

.l-one-column-sidebar aside li {
  padding: .25em 0;
}

.locations::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .locations li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .locations li:last-child {
    margin-right: 0;
  }
  .locations li:nth-child(2n) {
    margin-right: 0;
  }
  .locations li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .locations + hr {
    display: none;
  }
}

ul.list-three-column {
  padding-left: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  ul.list-three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
ul.list-three-column li {
  list-style: none;
}

ul.sgr-admissions__legend {
  margin-top: 1em;
  padding-left: 0;
}
ul.sgr-admissions__legend li {
  display: inline-block;
  margin-right: 1em;
  list-style: none;
}

.list-sidebar {
  position: relative;
  padding-top: 1em;
  clear: both;
}
.list-sidebar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  border-top: 5px solid #1C3F94;
}
.list-sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  border-top: 1px solid #1C3F94;
}

.list-letters {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: .9rem;
  text-transform: uppercase;
}
.list-letters li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .list-letters {
    display: none;
  }
}

.c-industries__heading {
  border-bottom: 3px solid #1C3F94;
  font-weight: 600;
}

.c-industry {
  background-color: white;
  -webkit-transition: background-color 600ms;
          transition: background-color 600ms;
  font-size: 16px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .c-industry {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 0 .5em;
    min-height: 200px;
  }
  .c-industry:last-child {
    margin-right: 0;
  }
  .c-industry:nth-child(2n) {
    margin-right: 0;
  }
  .c-industry:nth-child(2n+1) {
    clear: left;
  }
}
.c-industry:hover {
  background-color: #faf9f5;
  -webkit-transition: background-color 600ms;
          transition: background-color 600ms;
}

.c-industry__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}

.c-industry p {
  margin: .5em 0;
}

.blog-categories li {
  height: 90px;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.blog-categories li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: block;
}
.blog-categories li a .blog__category__header {
  position: absolute;
  width: 50%;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 63, 148, 0.9);
}
.blog-categories li a .blog__category__title {
  position: absolute;
  bottom: .25em;
  left: .5em;
  font-size: 24px;
  line-height: 27px;
}

.practices__practice a {
  color: #323A4E;
}
.practices__practice a:hover {
  color: #1C3F94;
  text-decoration: underline;
}

.entry-group {
  margin-bottom: 45px;
}
.entry-group h3 {
  margin-bottom: 0;
}

ul.entry-listing {
  padding-left: 20px;
  list-style-type: disc;
  margin: 15px 0 20px 0;
  font-size: 16px;
  letter-spacing: .16px;
  line-height: 23px;
}

.entry-listing__all {
  background-color: #e3ebfc;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 23px;
  -webkit-transition: background-color 600ms;
          transition: background-color 600ms;
}
.entry-listing__all:hover {
  background-color: #d5e1fb;
  -webkit-transition: background-color 600ms;
          transition: background-color 600ms;
}

ul.locations {
  padding-left: 0;
}

.location {
  margin-bottom: 1em;
  list-style: none !important;
}

.location__title {
  color: #323A4E;
  margin-bottom: .25em;
}
.location__title a {
  color: #323A4E;
}

h2.location__title {
  font-size: 1.7em;
}

h4.location__title {
  margin-bottom: 4px;
}

.location__contact {
  color: #323A4E;
  margin: 0;
}

.location__contact__title {
  line-height: 100%;
}

.location__map {
  margin-top: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .location__map {
    display: block;
    color: white;
    background-color: #1C3F94;
    max-width: 8em;
    text-align: center;
    padding: .5em 2em;
    position: relative;
    border: 2px solid #1C3F94;
    font-size: 1em;
  }
}

input[type=text],
input[type=search],
textarea {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
  border-radius: 0;
  border: 1px solid #1C3F94;
  padding: 1em;
  margin-bottom: 5px; 
  background-color: white;
  font-size: 14px;
}
input[type=text]:last-child,
input[type=search]:last-child,
textarea:last-child {
  margin-right: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222630;
  opacity: 1;
}

input[type=email] {
  font-size: 14px;
}

input.ninja-forms-field {
  margin-bottom: 0;
}

.button,
button,
input[type=submit] {
  margin-right: 0;
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -.5px;
  margin-bottom: -.5px;
}

.button .fa {
  font-size: .8em;
  margin-left: 1em;
}

select {
  -webkit-appearance: none;
  border: 1px solid #1C3F94;
  border-radius: 0;
  background-color: white;
  width: 100%;
  padding: 1em;
  font-size: 14px;
  color: #222630;
  position: relative;
}

.dropdown-select {
  clear: both;
  position: relative;
}
.dropdown-select:after {
  content: '\f078';
  font: 12px "FontAwesome", monospace;
  color: #1C3F94;
  right: 14px;
  top: 18px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

form.search {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
  position: relative;
  overflow: auto;
  display: block;
  margin: 1em 0;
}
form.search:last-child {
  margin-right: 0;
}
form.search input[type=text],
form.search input[type=search],
form.search textarea {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #1C3F94;
  padding: 1em;
  margin-bottom: 2em;
  background-color: white;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
}
form.search input[type=text]:last-child,
form.search input[type=search]:last-child,
form.search textarea:last-child {
  margin-right: 0;
}
form.search button {
  position: absolute;
  right: 0;
  color: white;
  background-color: #1C3F94;
  border: 1px solid #1C3F94;
  outline: none;
  padding: 1.45em;
  font-size: 11px;
  width: auto;
}

aside .search {
  float: none;
}

aside .search input[type=search] {
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .search-news {
    margin: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .search-news {
    margin: 0 !important;
  }
}

.ninja-forms-form-wrap label {
  font-weight: normal !important;
}

.ninja-forms-required-items {
  display: none !important;
}

button.button--inverse,
button.button.button--inverse,
.button.button--inverse {
  display: block;
  background-color: white;
  color: #1C3F94;
  max-width: 14em;
  text-align: center;
  padding: .5em 2em;
  position: relative;
  border: 2px solid #1C3F94;
  font-size: 1em;
}

.button,
input[type='submit'].ninja-forms-field {
  display: block;
  color: white;
  background-color: #1C3F94;
  max-width: 14em;
  text-align: center;
  padding: .5em 2em;
  position: relative;
  border: 2px solid #1C3F94;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .button,
  input[type='submit'].ninja-forms-field {
    width: 100%;
    max-width: none;
    margin-bottom: 1em;
  }
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: .5em 0 1.5em 0;
  font-size: .85em;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb__item {
  display: inline;
}
.breadcrumb .breadcrumb__item + .breadcrumb__item:before {
  content: ">";
  display: inline;
  margin: 0 .5em;
}

.email-this {
  font-size: .85em;
  margin: .5em 0 1.5em 0;
  display: block;
  color: #323A4E;
  float: right;
}
.email-this .fa {
  margin-left: .5em;
}
.email-this:hover {
  color: #1C3F94;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .email-this {
    display: none;
  }
}

.c-search-results__header {
  position: relative;
  clear: both;
  margin: 2em 0;
}

.c-search-results__title {
  border-bottom: 1px solid #1C3F94;
  font-weight: 600;
}

.c-search-results__results {
  position: absolute;
  right: 0;
  top: 0.17647em;
  font-size: .85em;
  color: #737373;
}

.c-search-results__controls {
  margin: 2em auto;
  padding: .5em 0;
  border-top: 5px solid #F4F4F7;
  text-align: center;
}
.c-search-results__controls li {
  display: inline-block;
  margin: 0 .5em;
}
@media screen and (max-width: 767px) {
  .c-search-results__controls .c-search-results__page {
    display: none;
  }
}
.c-search-results__controls li a {
  padding: .5em .75em;
  border-radius: 3px;
}
.c-search-results__controls li.active a {
  background-color: #1C3F94;
  color: white;
}

.c-search-results__item h4 {
  font-weight: 600;
}
.c-search-results__item p {
  margin: 0 0 2em 0;
  font-size: 14px;
}
.c-search-results__item .vcard {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CBCBCB;
}
.c-search-results__item .vcard__type,
.c-search-results__item .vcard__tel {
  color: #4D4C4B;
  font-weight: 600;
}
.c-search-results__item .vcard__name {
  margin: 0;
  color: #323A4E;
  display: block;
  padding-bottom: 2px;
  font-weight: 600;
}
.c-search-results__item .vcard__name a {
  color: #323A4E;
}
.c-search-results__item .vcard__name a:hover {
  color: #1C3F94;
  text-decoration: underline;
}
.c-search-results__item .vcard__practice {
  display: inline;
}
.c-search-results__item .vcard__practice a {
  color: #323A4E;
}
.c-search-results__item .vcard__practice a:hover {
  color: #1C3F94;
  text-decoration: underline;
}

.sidebar ul {
  position: relative;
  padding-top: 1em;
}
.sidebar ul:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  border-top: 5px solid #1C3F94;
}
.sidebar ul:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  content: "";
  border-top: 1px solid #1C3F94;
}

aside ul {
  margin: 4px 0 25px 0;
}

.c-attorney__name {
  font-weight: 600;
  color: #323A4E;
}

.c-attorney__type {
  font-weight: 600;
  color: #4D4C4B;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-attorney__type {
    margin-top: -1em;
  }
}

.c-attorney__thumbnail {
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .c-attorney__thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
  }
  .c-attorney__thumbnail:last-child {
    margin-right: 0;
  }
}

.c-attorney__schools,
.c-attorney__bar,
.c-attorney__civic {
  margin-top: 1em;
}

.c-attorney__school {
  display: block;
  margin-bottom: .5em;
}
.c-attorney__school strong {
  display: block;
}

.c-attorney__info .dropdown-list__header {
  font-family: proxima-nova;
  font-size: 1.41176rem;
  color: #2F2F2F;
  letter-spacing: 0;
  line-height: 1.76471rem;
  font-weight: 600;
  color: #1C3F94;
}

.c-attorney__location {
  color: #4D4C4B;
}

.c-attorney__related {
  font-size: 15px;
  line-height: 1.5rem;
}

aside.c-attorney__contact h3 {
  margin-bottom: 0;
  clear: both;
}
aside.c-attorney__contact h3 + ul {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-attorney__buttons {
    margin-top: 2em;
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    margin-right: 0;
    text-align: center;
    font-size: .85em;
  }
  .c-attorney__buttons:last-child {
    margin-right: 0;
  }
}

.dl-vcard,
.dl-pdf {
  display: inline-block;
  border-bottom: 3px solid #F4F4F7;
  padding: .5em 0;
  margin-right: 1em;
}
.dl-vcard .fa,
.dl-pdf .fa {
  padding-right: .5em;
}

.c-attorney-list h4 {
  text-transform: uppercase;
  color: #4D4C4B;
  font-size: .75rem;
}
.c-attorney-list table {
  width: 100%;
  font-size: 0.88235rem !important;
  margin-bottom: 1em;
  line-height: 20px;
}
.c-attorney-list td:first-child {
  width: 60%;
}
.c-attorney-list td:nth-child(2) {
  text-align: right;
}
.c-attorney-list td:last-child {
  text-align: right;
}

.c-attorney__publications {
  margin-top: 1em;
}
.c-attorney__publications li {
  margin: .5em 0;
}
.c-attorney__publications .c-attorney__publication {
  line-height: 21px;
  font-size: 16px;
  color: #323A4E;
}
.c-attorney__publications .c-attorney__publication:hover {
  color: #1C3F94;
  text-decoration: underline;
}

.fa[class*="sgr"] {
  font-size: .5em;
  vertical-align: middle;
}

.fa.sgr-bar {
  color: blue;
}

.fa.sgr-interlex {
  color: green;
}

.fa.sgr-bridge {
  color: red;
}

.single-sgr_article aside h4 {
  color: #323A4E;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
}

.page-id-7792 .entry-group h3 {
  margin: 1rem 0 .5rem 0;
}
.page-id-7792 .entry__article {
  margin-bottom: .5rem;
}

.l-one-column-sidebar aside h3 {
  border-bottom: 1px solid #323A4E;
  padding-bottom: .25em;
  margin: 1em 0 .5em;
}

.l-one-column-sidebar-reverse aside h3 {
  margin: 1em 0 .25em;
}

.l-one-column-sidebar aside h3.underline {
  margin-bottom: 0;
}

.l-one-column-sidebar main > p:first-of-type,
.l-full main > p:first-of-type {
  font-size: 24px;
  line-height: 33px;
}

.entry-content .wp-post-image {
  margin: 1em 0;
}

.archive .post .entry-title,
.archive article[class^=post-] .entry-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #222630;
}
.archive .post .entry-title:hover,
.archive article[class^=post-] .entry-title:hover {
  color: #1C3F94;
}

.news__related {
  font-size: 16px;
  line-height: 21px;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
  margin-bottom: 1em;
  display: block;
}
.entry-footer .cat-links a[rel*='tag'],
.entry-footer .tags-links a[rel*='tag'],
.entry-footer .comments-link a[rel*='tag'],
.entry-footer .edit-link a[rel*='tag'] {
  font-size: 15px;
}
.entry-footer .entry-footer__title {
  display: block;
  color: #585858;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 100%;
}

article[class^="post"] .intro {
  font-size: 24px;
  line-height: 33px;
}

.page-template-page-publications h2 {
  margin: 2em 0 -.2em 0;
  color: #222630;
}
.page-template-page-publications .entry__recent,
.page-template-page-publications .blog__recent {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  color: #222630;
  margin: .9em 0 .1em 0;
}
.page-template-page-publications .entry__title {
  line-height: 1.4rem;
}
.page-template-page-publications .archive__view {
  font-size: 16px;
}

.error404 main h6 {
  display: none;
}

.l-full {
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .l-full main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .l-full main:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #masthead + .l-full {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-three-columns {
    padding: 0 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .l-three-columns:last-child {
    margin-right: 0;
  }
  .l-three-columns > * {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .l-three-columns > *:last-child {
    margin-right: 0;
  }
  .l-three-columns > *:nth-child(3n) {
    margin-right: 0;
  }
  .l-three-columns > *:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .l-three-columns {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .l-three-columns:last-child {
    margin-right: 0;
  }
  .l-three-columns > * {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
    padding: 1em;
  }
  .l-three-columns > *:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-small-single-column {
    padding: 0 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .l-small-single-column:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-one-column-sidebar main, .l-one-column-sidebar aside {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-one-column-sidebar {
    padding: 0 1em;
  }
  .l-one-column-sidebar main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .l-one-column-sidebar main:last-child {
    margin-right: 0;
  }
  .l-one-column-sidebar aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 8.5298%;
    margin-right: 0;
  }
  .l-one-column-sidebar aside:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-one-column-sidebar-inverted main, .l-one-column-sidebar-inverted aside {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-one-column-sidebar-inverted {
    padding: 0 1em;
  }
  .l-one-column-sidebar-inverted main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 8.5298%;
    margin-right: 0;
  }
  .l-one-column-sidebar-inverted main:last-child {
    margin-right: 0;
  }
  .l-one-column-sidebar-inverted aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .l-one-column-sidebar-inverted aside:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-one-column-sidebar-reverse main, .l-one-column-sidebar-reverse aside {
    padding: 0 1em;
  }
  .l-one-column-sidebar-reverse aside h4:first-child {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-one-column-sidebar-reverse {
    padding: 0 1em;
  }
  .l-one-column-sidebar-reverse main {
    float: left;
    /*display: block;*/
    /*margin-right: 2.35765%;*/
    width: 57.35098%;
    /*margin-left: -102.35765%;*/
    /*margin-right: 0;*/
  }
  .l-one-column-sidebar-reverse main:last-child {
    margin-right: 0;
  }
  .l-one-column-sidebar-reverse aside {
    /*float: left;*/
    float: right;
    /*display: block;*/
    margin-right: 2.35765%;
    width: 31.76157%;
    /*margin-left: 68.23843%;*/
  }
  .l-one-column-sidebar-reverse aside:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-two-column-equal main, .l-two-column-equal aside {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-two-column-equal {
    padding: 0 1em;
  }
  .l-two-column-equal main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .l-two-column-equal main:last-child {
    margin-right: 0;
  }
  .l-two-column-equal aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
  }
  .l-two-column-equal aside:last-child {
    margin-right: 0;
  }
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container {
  border-top: 5px solid #1C3F94;
  height: 378px;
  overflow: hidden;
}
.swiper-container .swiper-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-slide {
  background-size: cover;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide .caption-wrap {
  position: absolute;
  bottom: 2em !important;
  left: 2em !important;
  background: rgba(28, 63, 148, 0.9) !important;
  color: #fff;
  opacity: 1 !important;
  margin: 0;
  display: block;
  width: 24em !important;
  min-height: 6em;
  line-height: 1.4em;
  padding: .7em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .swiper-slide .caption-wrap {
    width: 100% !important;
    margin: 0 auto !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    padding: 1.5em;
  }
}
.swiper-slide .caption-title {
  min-height: 1em;
  width: 100%;
  color: #FFC02E;
  display: block;
  border-bottom: 1px solid #FFC02E;
  margin-bottom: .5em;
  margin-top: .25em;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 3em;
  opacity: .5;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
}

.swiper-button-prev:before {
  content: "\f053";
  font-family: fontawesome;
  font-size: 3em;
  opacity: .5;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  opacity: .8;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
}

@media only screen and (max-width: 767px) {
  .c-twitter-slider__tweet {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  #colophon .logo-container {
    margin-bottom: 20px;
  }

  .social li {
    font-size: 2rem;
  }

  .site-navigation h3 {
    line-height: 28px;
    margin-top: .5rem;
    color: #a4abdb;
  }

  .site-navigation .menu-has-children li a, .site-navigation .nav-menu li a {
    padding: .5rem 0;
    line-height: 28px;
  }

  h1 {
    margin: .5em 0 .5em;
  }
}
.c-attorney__thumbnail {
  max-height: 480px;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFC02E;
  display: inline-block;
  height: auto;
  width: auto;
  display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: inline-block;
  }
}

.swiper-container {
  height: 435px;
}

form.search button {
  cursor: pointer;
}

.events .events__form input[type=submit] {
  border-radius: 0 3px 3px 0;
}

.home .ninja-forms-error-msg {
  display: none !important;
}
.home #ninja_forms_form_5 label {
  display: none;
}
.home .events .events__form input {
  margin-bottom: 10px;
  margin-right: 0;
}
.home .ninja-forms-field-error {
  color: #fff;
  font-weight: 700;
}

.home .events h2 {
  text-align: center;
}

.events__view-all {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  line-height: 2.11765rem;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  padding: 0 1rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .events__view-all {
    display: block;
  }
}
.events__view-all:link, .events__view-all:visited {
  color: #FFC02E;
  background-color: transparent;
}
.events__view-all:hover, .events__view-all:active, .events__view-all:focus {
  color: #1C3F94;
  background-color: #FFC02E;
}

.events .container {
  position: relative;
}

section {
  position: relative;
}

.home .events .c-event__date {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .85px;
}
.home #colophon {
  margin-top: 0;
}

.home-twitter {
  border-top: 5px solid #FFC02E !important;
  background-color: #F5f4f0 !important;
}
.home-twitter .c-twitter-slider {
  border-top: 0 !important;
  background-color: transparent !important;
}
.home-twitter .c-twitter-slider i.fa {
  font-size: 2em;
}

.tools input[type=search] {
  max-width: 215px;
  margin-top: 8px;
}

.zoom img {
  -webkit-transition: all 1s;
          transition: all 1s;
}

.entry-content .ninja-forms-cont {
  margin: 1em 0;
}

.post-type-archive-sgr_client_alert article:first-of-type {
  margin-top: 2em;
}
.post-type-archive-sgr_client_alert .entry-content .wp-post-image {
  margin: 1em 0 0;
}

.category__divider {
  margin: 1em 0 2em;
}

.entry-listing__all {
  padding: 2px 10px;
}

@media only screen and (min-width: 768px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1150px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-one-column-sidebar-reverse .container {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
  #colophon .logo-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  #colophon .logo-container .logo-stacked {
    margin-left: auto;
    margin-right: auto;
  }
  #colophon .footer-navigation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .l-one-column-sidebar-reverse table td:nth-child(2) {
    display: none;
  }

  .site-navigation {
    width: 73%;
    margin-right: 0;
  }

  .tools {
    margin-left: calc( 25.5% + 1em);
    float: none;
    clear: both;
    width: 425px;
  }
  .tools input[type="search"] {
    max-width: none;
    width: 100%;
    float: none;
  }
}
.events {
  background-attachment: fixed;
}

.location__title a {
  color: #1C3F94;
}

.single-sgr_location .l-three-columns {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .feature-leader aside.pull-right {
    margin-left: 1em;
  }
}
h1 {
  color: #212630;
}

@media only screen and (min-width: 1150px) {
  .l-three-columns {
    padding: 0;
  }
}
.industries-wrap {
  border-top: 3px solid #1C3F94;
}

.page-template-page-publications form {
  position: relative;
}
.page-template-page-publications aside .search input[type=search] {
  padding-right: calc( 1em + 46px );
}
.page-template-page-publications form.search button {
  height: 46px;
  width: 46px;
}
.page-template-page-publications form.search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ttl-list li {
  margin-bottom: 1em;
}
.ttl-list li:last-child {
  margin-bottom: 0;
}

.single-sgr_ttl_issue aside img {
  height: auto;
}

.single-sgr_ttl_article .ttl-thumbnail img {
  max-width: 95%;
  width: auto;
  height: auto;
}

.dropdown-open:after {
  background-image: url("../img/icon_minus@2x.png") !important;
}

ul.dropdown-list .dropdown-list__header {
  padding-right: 3rem;
}

.sgr-staff-title {
  border-bottom: 3px solid #212630;
  margin: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
}

.sgr-staff-header {
  margin-top: 2em;
  margin-bottom: 0.3em;
  font-weight: bold;
}

.sgr-staff-fields ul {
  margin: 0;
}

.l-one-column-sidebar aside h3.sgr-staff-contact {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.2em;
}

.l-one-column-sidebar aside h3.underline.sgr-staff-link {
  margin-top: 2.3em;
  margin-bottom: 0.5em;
}

.event_date {
  margin-top: 0.5em;
}

.event-title {
  color: #212630;
}

.attorney-experience-dropdown .wysiwyg ul li {
  margin-top: 15px;
}

/*# sourceMappingURL=style.css.map */
