@charset "UTF-8";
/*
* Theme Name: Temple Israel of Lawrence
* Description: Website theme for Temple Israel of Lawrence. 
* Author: Web.com
* Author URI: http://web.com
* Contributing Author: Nolan Wagner
* Template: solidcactus-bootstrap
* Version: 1.0.0
*/
@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';

/* Animation / Keyframes
------------------------------------
------------------------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.visible-xxs-block {
  display: none;
}

.visible-xxs-inline-block {
  display: none;
}

.visible-xxs-inline {
  display: none;
}

.visible-xxs-table {
  display: none;
}

.add-bottom {
  margin-bottom: 2rem !important;
}

.half-bottom {
  margin-bottom: 1rem !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.add-top {
  margin-top: 2rem !important;
}

.half-top {
  margin-top: 1rem !important;
}

.remove-top {
  margin-top: 0 !important;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-jusify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap;
}

html body {
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

html body,h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

h1 {
  line-height: 58px;
  color: #003366;
  font-weight: 900;
}

h1,h2 {
  font-size: 48px;
}

h2 {
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h5,h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6 {
  font-size: 62px;
  line-height: 60px;
}

p, .module-form .ninja-forms-response-msg {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}

a {
  color: #0033cc;
}

a,a:hover {
  text-decoration: none;
}

a:hover {
  color: #626262;
}

ul {
  font-size: 12px;
  line-height: 18px;
}

ul,ol {
  color: #000;
}

ol {
  font-size: 18px;
  line-height: 24px;
}

button,
input[type=submit],
a {
  transition: width 250ms ease, background-color 250ms ease, border-color 250ms ease, color 250ms ease, padding 250ms ease, margin 250ms ease;
}

button svg *,
input[type=submit] svg *,
a svg * {
  transition: fill 250ms ease;
}

button,
[type=submit],
[type=button],
.button {
  background: transparent;
  border: 1px solid #001f7b;
  border-radius: 10px;
  color: #001f7b;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 0 20px 0;
  outline: 0;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

button:active, button:hover,
[type=submit]:active,
[type=submit]:hover,
[type=button]:active,
[type=button]:hover,
.button:active,
.button:hover {
  background: #626262;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
}

button.button-secondary,
[type=submit].button-secondary,
[type=button].button-secondary,
.button.button-secondary {
  background: transparent;
  color: #001f7b;
}

button.button-secondary:active, button.button-secondary:hover,
[type=submit].button-secondary:active,
[type=submit].button-secondary:hover,
[type=button].button-secondary:active,
[type=button].button-secondary:hover,
.button.button-secondary:active,
.button.button-secondary:hover {
  background: transparent;
  color: #3f486c;
}

.decorative-title {
  margin: 0 0 10px 0;
  position: relative;
}

.decorative-title::after {
  background: #efefef;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  width: 100%;
  z-index: 1;
}

.decorative-title h2 {
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.decorative-title h2,.chevron:after {
  display: inline-block;
  font-family: "Lato", sans-serif;
}

.chevron:after {
  color: "inherit";
  content: "»";
  font-size: 21px;
  line-height: 21px;
  padding: 0 0 0 5px;
}

.module {
  padding: 0 0 40px 0;
}

.module .bottom-links {
  padding: 10rem 0 0;
  text-align: center;
}

.module .bottom-links div {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
}

.module .bottom-links .button {
  margin: 0 10px 15px;
}

.module .bottom-links-horizontal {
  padding: 10rem 0 0;
  text-align: center;
}

.module .bottom-links-horizontal div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.module .bottom-links-horizontal .button {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 10px 15px;
}

.alignnone,.alignleft {
  padding: 0;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 40px auto;
  padding: 0;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
  padding: 0;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.boxed-title {
  color: #fff;
}

.boxed-title__top-border {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
}

.boxed-title__top-border__line {
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
}

.boxed-title__top-border__text {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding: 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.boxed-title__body {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 45px;
  margin: 0;
  padding: 0 15px 10px;
  position: relative;
  text-align: center;
  top: -16px;
}

.boxed-title__body__text, .boxed-title--small__body__text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  vertical-align: middle;
}

.boxed-title__body__text :first-child, .boxed-title--small__body__text :first-child {
  margin-right: 0px;
}

.boxed-title__body .lg-text {
  font-size: 26px;
}

.boxed-title__body .bold-text {
  font-weight: bold;
}

.boxed-title__body.border-bottom {
  border-bottom: 1px solid #fff;
}

.boxed-title .neg-right-margin {
  margin-right: -15px;
}

.boxed-title .caps {
  text-transform: uppercase;
}

.boxed-title--small {
  color: #fff;
}

.boxed-title--small__top-border {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
}

.boxed-title--small__top-border__line {
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
}

.boxed-title--small__top-border__text {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.125em;
  padding: 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.boxed-title--small__body {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 45px;
  margin: 0;
  padding: 0 15px 10px;
  position: relative;
  text-align: center;
  top: -16px;
}

.boxed-title--small__body__text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  vertical-align: middle;
}

.boxed-title--small__body__text :first-child {
  margin-right: 0px;
}

.boxed-title--small__body .lg-text {
  font-size: 26px;
}

.boxed-title--small__body .bold-text {
  font-weight: bold;
}

.boxed-title--small__body.border-bottom {
  border-bottom: 1px solid #fff;
}

.boxed-title--small .neg-right-margin {
  margin-right: -15px;
}

.boxed-title--small .caps {
  text-transform: uppercase;
}

.boxed-title--small__top-border__text {
  font-size: 7px;
  padding: 0 5px;
}

.boxed-title--small__body {
  line-height: 25px;
  padding: 0 5px 10px;
}

.boxed-title--small__body__text {
  font-size: 7px;
}

.boxed-title--small__body__text:first-child {
  margin-right: -15px;
}

.boxed-title--small__body__text:last-child {
  margin-left: -15px;
}

.boxed-title--small__body .lg-text {
  font-size: 14px;
}

#header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}

#header .overlay {
  display: none;
}

#header .branding {
  height: 0px;
}

#header .branding .row {
  text-align: center;
}

#header .branding .logo {
  display: inline-block;
  position: relative;
  top: -28px;
}

#header .branding .logo img {
  transition: height 100ms ease;
}

#header .top {
  background: #626262;
  border-bottom: 1px solid #444;
  height: 32px;
}

#header .top a {
  color: #fff;
  font-size: 14px;
}

#header .top a:hover {
  color: #fff;
}

#header .top .top-icon svg {
  position: relative;
  top: 4px;
}

#header .top .top-left-svgs {
  margin-top: 17px;
}

#header .top .top-left-svgs .top-icon {
  margin-top: 0;
}

#header .top .top-right {
  padding-left: 5%;
  text-align: right;
}

#header .top .phone-container {
  display: inline;
}

#header .top .phone-container .number {
  display: inline;
  position: relative;
  top: 1px;
}

#header .top .email-container {
  display: inline;
  margin-left: 20px;
}

#header .top .email-container .email {
  display: inline;
}

#header .top .social {
  display: inline;
  float: right;
  text-align: right;
  position: relative;
  top: 5px;
}

#header .top .social .social-icon {
  display: inline;
  padding-right: 4px;
}

#header .top .social .social-icon:last-child {
  padding-right: 0;
}

#header .nav-row {
  background: #fff;
  height: 71px;
}

#header .nav-row .sub-menu {
  display: none;
}

#header .nav-row nav {
  height: 71px;
}

#header .nav-row nav ul {
  margin: 0;
  padding: 0;
}

#header .nav-row nav li {
  color: #0033cc;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  height: 71px;
  line-height: 38px;
  list-style: none;
  padding: 15px 10px;
  position: relative;
}

#header .nav-row nav li a {
  color: #0033cc;
}

#header .nav-row nav li a:hover,#header .nav-row nav li:hover {
  text-decoration: none;
}

#header .nav-row nav li:hover .sub-menu {
  display: block;
  padding-bottom: 10px;
  position: absolute;
  top: 71px;
  z-index: 1;
}

#header .nav-row nav li:hover .sub-menu li {
  height: 40px;
  padding: 0 20px;
  width: 280px;
}

#header .nav-row nav li:hover .sub-menu li a {
  color: #0033cc;
  font-size: 16px;
  font-weight: bold;
}

#header .nav-row .right-navigation {
  margin-right: -15px;
}

#header .nav-row .right-navigation ul,#header .nav-row .right-navigation ul li {
  text-align: right;
}

#header .nav-row .right-navigation ul li:not(:first-child) {
  margin-left: 5px;
}

#header .nav-row .right-navigation ul li .sub-menu {
  right: 0;
  text-align: right;
}

#header .nav-row .right-navigation ul li .sub-menu li {
  text-align: right;
  margin: 0;
}

#header .bottom {
  background: url(assets/images/top-bg.png) no-repeat #727272;
  height: 140px;
}

#header .bottom .left-text {
  position: relative;
  top: 40px;
}

#header .bottom .left-text .tagline-title {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

#header .bottom .left-text .tagline-title-text {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
}

#header .bottom .quote-container {
  float: right;
  text-align: right;
  position: relative;
  top: 30px;
}

#header .bottom .quote-container .quote {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

#header .bottom .quote-container .quotee {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#header .site-navigation {
  background: #0033cc;
  border-top: 1px solid #5f686f;
  border-bottom: 1px solid #5f686f;
}

#header .site-navigation .main ul {
  list-style: none;
  margin: auto;
  text-align: center;
  height: 50px;
  padding-left: 0;
}

#header .site-navigation .main ul > li {
  display: inline-block;
  padding: 15px 2px;
  position: relative;
}

#header .site-navigation .main ul > li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

#header .site-navigation .main ul > li ul {
  position: absolute;
  top: 50px;
  border: 1px solid #0033cc;
  border-top: 1px solid #5f686f;
  background: #a7a7a7;
  padding-left: 0;
  z-index: 10;
  width: 235px;
  height: auto;
  padding: 10px 0;
  display: none;
}

#header .site-navigation .main ul > li ul li {
  display: block;
  padding: 2px 5px;
  text-align: left;
}

#header .site-navigation .main ul > li ul li + li:before {
  content: "" !important;
  padding: 0;
}

#header .site-navigation .main ul > li ul li:hover {
  background: #0033cc;
}

#header .site-navigation .main ul > li ul li:hover a {
  color: #fff;
}

#header .site-navigation .main ul > li ul li.current-menu-item {
  background: #0033cc;
}

#header .site-navigation .main ul > li ul li.current-menu-item a {
  color: #fff;
}

#header .site-navigation .main ul > li ul li a {
  color: #333;
}

#header .site-navigation .main ul > li:hover > a {
  color: #a7a7a7;
}

#header .site-navigation .main ul > li.menu-item-has-children:hover ul {
  display: block;
}

#header .site-navigation .main ul > li.current_page_parent > a,#header .site-navigation .main ul > li.current-menu-item > a {
  color: #a7a7a7;
}

#header .site-navigation .main ul li + li:before {
  content: " // ";
  padding: 0 10px;
  color: #164eff;
  font-size: 16px;
}

#mobile-header {
  margin: 0;
  position: relative;
  height: 90px;
  z-index: 999;
  border-bottom: 1px solid #001f7b;
}

#mobile-header::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}

#mobile-header .inner {
  height: 65px;
  position: relative;
}

#mobile-header .menu-icon {
  width: 40px;
  height: 40px;
  position: relative;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block !important;
  margin: 0;
  top: 25px;
  float: right;
}

#mobile-header .menu-icon,#mobile-header .menu-icon span {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

#mobile-header .menu-icon span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #0033cc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: .25s ease-in-out;
}

#mobile-header .menu-icon span:nth-child(1) {
  top: 0px;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mobile-header .menu-icon span:nth-child(2) {
  top: 14px;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mobile-header .menu-icon span:nth-child(3) {
  top: 28px;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#mobile-header .nav-toggle span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 5px;
  left: 8px;
}

#mobile-header .nav-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mobile-header .nav-toggle span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 33px;
  left: 8px;
}

#mobile-header .branding {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: 27px;
}

#mobile-header .branding .logo {
  top: -20px;
  left: -15px;
}

#mobile-header .branding .logo img {
  height: 75px;
}

#mobile-header .top-icon {
  position: absolute;
  right: 0;
  top: -2px;
}

#mobile-header .top-icon svg {
  width: 90px;
}

#mobile-nav {
  position: absolute;
  top: 108px;
  width: 100%;
  background: #fff;
  z-index: 997;
}

#mobile-nav .mobile-container {
  overflow-y: scroll;
}

#mobile-nav li {
  position: relative;
  font-weight: 500;
  line-height: 50px;
}

#mobile-nav li > a {
	display: inline-block;
	width: 75%;
	color: #333;
}

#mobile-nav ul, #mobile-nav li {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}

#mobile-nav .current_page_item {
  background: #0033cc;
}

#mobile-nav .current_page_item .arrow:before,#mobile-nav .current_page_item a {
  color: #fff;
}

#mobile-nav .current-menu-parent {
  background: #0033cc;
}

#mobile-nav .current-menu-parent .arrow:before,#mobile-nav .current-menu-parent a {
  color: #fff;
}

#mobile-nav .sub-menu li.current-menu-item {
  background: #fff;
}

#mobile-nav .sub-menu li.current-menu-item a {
  color: #0033cc;
  font-weight: bold;
}

#mobile-nav .sub-menu li {
  font-weight: 400;
  line-height: 35px;
  text-indent: -50px;
  padding-left: 70px;
  line-height: 1;
  margin: 20px 0 0 0;
}

#mobile-nav .sub-menu li a {
  color: #333;
  margin-left: 50px;
}

#mobile-nav .sub-menu li:first-child {
  margin: 0;
}

#mobile-nav .sub-menu li:last-child {
  margin-bottom: 10px;
}
#mobile-nav .arrow {
	display: inline-block;
}
#mobile-nav .arrow::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: '>';
	cursor: pointer;
	padding: 13px 0 0 15px;
	width: 20%;
	height: 50px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -3px;
	color: #333;
}

#mobile-nav .current_page_parent {
  background: #0033cc;
}

#mobile-nav .current_page_parent a {
  color: #fff;
}

#mobile-nav .current_page_parent .arrow:before {
  color: #fff !important;
}

#mobile-nav .main-menu-mobile {
  margin-top: -10px;
}

#mobile-nav .main-menu-mobile ul {
  list-style: none;
  padding: 0;
}

#mobile-nav .main-menu-mobile ul > li {
	padding-left: 50px;
  font-size: 16px;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
}

#mobile-nav .main-menu-mobile ul > li > ul {
  padding: 5px 0;
  background: #fff;
  color: #333;
}

#mobile-nav .main-menu-mobile ul > li > ul li:first-child {
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

#mobile-nav .main-menu-mobile ul > li > ul li {
  border-top: 0;
}

#mobile-nav .main-menu-mobile ul > li > ul :last-child {
  border-bottom: 0;
}

#mobile-nav .main-menu-mobile ul li:last-child {
  border-bottom: 1px solid #dadada;
}

#footer {
  background: #3f486c;
  overflow: hidden;
  padding-top: 70px;
}

#footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

#footer .contact {
  font-size: 16px;
  color: #fff;
}

#footer .contact div {
  border-bottom: 1px solid #656d89;
  margin: 10px 0px;
  padding-bottom: 10px;
}

#footer .contact .phone a, #footer .contact .email a {
  color: #fff;
}

#footer .contact .phone a:hover, #footer .contact .email a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .contact .social {
  border-bottom: none;
}

#footer .contact .social .social-icon {
  border-bottom: none;
  margin-right: 5px;
  display: inline-block;
}

#footer nav ul {
  -moz-column-count: 1;
       column-count: 1;
  list-style: none;
  padding: 0;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

#footer nav ul li {
  border-bottom: 1px solid #656d89;
  padding: 0;
  line-height: 40px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

#footer nav ul li a {
  color: #fff;
  font-size: 16px;
}

#footer nav ul li a:hover {
  text-decoration: underline;
}

#footer .copyright {
  margin: auto;
  margin: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#footer .copyright a {
  color: #fff;
}

#footer .copyright .web {
  margin-top: -10px;
  margin-left: 5px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

/* handling phones and small screens */

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

/* Always display arrows on touch devices */

/* handling phones and small screens */

.module-form .ninja-row {
  margin: 0 -10px;
}

.module-form [class*='ninja-col-'] {
  padding: 0 10px;
}

.module-form .label-above label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-transform: uppercase;
}

.module-form .ninja-forms-form-wrap input,
.module-form .ninja-forms-form-wrap select,
.module-form .ninja-forms-form-wrap textarea {
  border: 2px solid #0033cc;
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 5px 10px;
}

.module-form .ninja-forms-required-items,.module-form .hidden-wrap {
  display: none;
}

.module-photo-gallery {
  margin-top: 80px;
  margin-bottom: 10px;
}

.module-photo-gallery h2 {
  text-align: center;
  font-weight: 900;
  color: #001f7b;
  text-transform: uppercase;
}

.module-photo-gallery .latest-gallery {
  position: relative;
  margin-top: 40px;
  min-height: 500px;
}

.module-photo-gallery .latest-gallery .gal {
  display: block;
}

.module-photo-gallery .latest-gallery .gal .gal-data {
  padding-bottom: 40px;
}

.module-photo-gallery .latest-gallery .gal .gal-data .date {
  color: #949494;
  font-size: 14px;
  margin-bottom: 15px;
}

.module-photo-gallery .latest-gallery .gal .gal-data .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}

.module-photo-gallery .latest-gallery .gal .gal-data .link a {
  color: #003bff;
  font-size: 14px;
}

.module-photo-gallery .latest-gallery .gal .img {
  display: inline;
  position: relative;
}

.module-photo-gallery .latest-gallery .gal .img img {
  max-width: 100%;
  height: auto;
}

.module-photo-gallery .latest-gallery .gal:nth-child(2) {
  padding-top: 40px;
}

.module-photo-gallery .latest-gallery .gal:nth-child(3) {
  padding-top: 40px;
}

.module-photo-gallery .latest-gallery .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
}

.module-photo-gallery .latest-gallery .arrow-right {
  border-left: 20px solid #fff;
}

.module-photo-gallery .latest-gallery .arrow-right,.module-photo-gallery .latest-gallery .arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
}

.module-photo-gallery .latest-gallery .arrow-left {
  border-right: 20px solid #fff;
}

.module-photo-gallery .photo-container {
  margin: auto;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d6d6d6;
}

.module-photo-gallery .photo-container a {
  color: #333;
}

.module-regular-text *:first-child {
  margin-top: 30px;
}

.module-regular-text ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.module-regular-text ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.module-regular-text p, .module-regular-text .module-form .ninja-forms-response-msg, .module-form .module-regular-text .ninja-forms-response-msg {
  margin: 0 0 60px 0;
}

.module-regular-text h2 {
  font-weight: 900;
  color: #001f7b;
  text-transform: uppercase;
}

.module-regular-text .button {
  margin-top: 0;
}

.module-regular-text img {
  max-width: 100%;
  height: auto;
}

.module-about-us .staff {
  border-radius: 10px;
  border: 1px solid #626262;
  position: relative;
  padding: 40px 0;
  margin: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

.module-about-us .staff img {
  border-radius: 50%;
  position: relative;
  top: -20px;
  margin-top: -120px;
}

.module-about-us .staff .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.module-about-us .staff .position-name {
  font-size: 16px;
  margin-bottom: -20px;
}

.module-about-us p, .module-about-us .module-form .ninja-forms-response-msg, .module-form .module-about-us .ninja-forms-response-msg {
  margin: 20px 50px 0 50px;
  text-align: center;
}

.module-about-us h2 {
  text-transform: uppercase;
  color: #001f7b;
  font-weight: 900;
  text-align: center;
}

.module-text-bg-img {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.module-text-bg-img h2 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.module-text-bg-img .button-container {
  text-align: center;
  margin: auto;
  padding-top: 20px;
}

.module-text-bg-img .map iframe {
  pointer-events: none;
}

#front-page .hero {
  background: #607ba0;
  margin: 0;
}

#front-page .hero .slide {
  height: 667px;
  overflow: hidden;
  text-align: center;
}

#front-page .hero .slide img {
  min-height: 100%;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
}

#front-page .hero .info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 667px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#front-page .hero .info {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: rgba(200, 200, 200, 0.7);
  box-shadow: 0 0 8px 16px rgba(200, 200, 200, 0.7);
  margin: 0 20px 130px 20px;
  width: 100%;
}

#front-page .hero .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  text-transform: uppercase;
}

#front-page .hero .title .title-span {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #164eff;
}

#front-page .hero .title .title-span .first {
  color: #001a7c;
  font-weight: 900;
}

#front-page .hero .title .title-span .title-inner {
  position: relative;
  z-index: 1;
}

#front-page .hero .title .title-span::before {
  color: transparent;
  content: attr(title);
  position: absolute;
  z-index: 0;
}

#front-page .hero .title .title-span:nth-child(2) {
  font-size: 18px;
  color: #686868;
  line-height: 26px;
  font-weight: 400;
  padding-top: 0;
}

#front-page .hero .button {
  text-transform: uppercase;
  font-weight: bold;
  color: #001f7b;
  border: 1px solid #001f7b;
  font-size: 18px;
  border-radius: 10px;
  padding: 15px 20px;
}

#front-page .hero .button:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #626262;
}

#front-page .slick-dots {
  bottom: 20px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#front-page .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

#front-page .slick-dots li button {
  background: #626262;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 0;
}

#front-page .slick-dots .slick-active button {
  background: #0033cc;
}

h1 {
  font-size: 30px;
  text-align: left;
  margin-top: 40px;
  text-transform: uppercase;
}

#page {
  background: #fff;
  padding: 0 0 30px 0;
}

#page .module-regular-text .row:first-child,#page .module-regular-text p:first-child, #page .module-regular-text .module-form .ninja-forms-response-msg:first-child, .module-form #page .module-regular-text .ninja-forms-response-msg:first-child,#page .module-regular-text img:first-child,#page .module-regular-text .col-xs-12:first-child {
  margin-top: 0;
}

#page-banner h1 {
  padding-bottom: 40px;
  color: #001f7b;
}

#page-banner .breadcrumb-trail {
  margin-left: -38px;
  margin-top: 40px;
  padding: 0;
  font-size: 14px;
}

#page-banner .breadcrumb-trail a {
  color: #626262;
}

#page-banner .breadcrumb-trail .trail-items {
  list-style: none;
}

#page-banner .breadcrumb-trail .trail-items li {
  display: inline-block;
  font-size: 14px;
}

#page-banner .breadcrumb-trail .trail-items li:last-child::after {
  display: none;
}

#page-banner .breadcrumb-trail .trail-items li::after {
  content: "//";
  padding: 0 5px;
}

#page-banner .breadcrumb-trail .trail-items a {
  text-decoration: none;
}

#page-banner .breadcrumb-trail .trail-end span {
  color: #777;
}

.post-item,.post-item .post-featured-image {
  margin: 0 0 30px 0;
}

.post-item .post-date {
  font-weight: 700;
}

.post-item .post-excerpt {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 481px){
  .media-query-order{
    width: 100%;
  }
}

@media only screen and (min-width: 768px){
  .media-query-order{
    width: 100%;
  }
  .text-right-small-up{
    text-align: right !important;
  }
  .text-center-small-up{
    text-align: center !important;
  }
  .text-left-small-up{
    text-align: left !important;
  }
  .text-justify-small-up{
    text-align: justify !important;
  }
  .text-nowrap-small-up{
    white-space: nowrap !important;
  }
  .boxed-title--small__top-border__text{
    font-size: 10px;
    padding: 0 10px;
  }
  .boxed-title--small__body{
    padding: 0 15px 10px;
  }
  .boxed-title--small__body__text:first-child{
    margin-right: -5px;
  }
  .boxed-title--small__body__text:last-child{
    margin-left: -5px;
  }
  #mobile-header .top-icon svg{
    width: 130px;
  }
  #mobile-nav{
    top: 158px;
  }
  #front-page .hero .info-wrapper{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #front-page .hero .title{
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }
  #front-page .hero .title .title-span:nth-child(2){
    font-size: 18px;
    line-height: 26px;
  }
  h1{
    font-size: 40px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px){
  .media-query-order{
    width: 100%;
  }
  .text-right-medium-up{
    text-align: right !important;
  }
  .text-center-medium-up{
    text-align: center !important;
  }
  .text-left-medium-up{
    text-align: left !important;
  }
  .text-justify-medium-up{
    text-align: justify !important;
  }
  .text-nowrap-medium-up{
    white-space: nowrap !important;
  }
  .text-nowrap-medium-only{
    white-space: nowrap !important;
  }
  #footer nav ul{
    -moz-column-count: 3;
    column-count: 3;
  }
  .module-photo-gallery .latest-gallery .gal .gal-data{
    display: inline;
    float: left;
    width: 380px;
    height: 250px;
    padding: 60px 40px;
  }
  .module-photo-gallery .latest-gallery .gal .gal-data .date{
    text-align: left;
  }
  .module-photo-gallery .latest-gallery .gal .gal-data .title,.module-photo-gallery .latest-gallery .gal .gal-data .link{
    text-align: left;
  }
  .module-photo-gallery .latest-gallery .gal:first-child .img .arrow-down,.module-photo-gallery .latest-gallery .gal:first-child .img .arrow-left{
    display: none;
  }
  .module-photo-gallery .latest-gallery .gal:first-child .img .arrow-right{
    left: 0;
    top: -50%;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2){
    max-width: 760px;
    padding-top: 0;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2) .img{
    float: left;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2) .img .arrow-down{
    display: none;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2) .img .arrow-left{
    right: 0;
    top: 40%;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2) .img .arrow-right{
    display: none;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(2) .gal-data{
    float: right;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3){
    padding-top: 0;
  }
  .module-regular-text ul{
    -moz-column-count: 2;
    column-count: 2;
  }
  #front-page .hero .info{
    margin: 0px -55px 400px 142px;
    width: auto;
  }
  #front-page .hero .title{
    font-size: 38px;
    line-height: 38px;
  }
  #front-page .hero .title .title-span{
    text-align: right;
  }
  #front-page .hero .title .title-span:nth-child(2){
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  #front-page .hero .button{
    text-align: right;
    float: right;
  }
  #front-page .slick-dots{
    bottom: 20px;
  }
  h1{
    font-size: 48px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1200px){
  .media-query-order{
    width: 100%;
  }
  .text-right-large-up{
    text-align: right !important;
  }
  .text-center-large-up{
    text-align: center !important;
  }
  .text-left-large-up{
    text-align: left !important;
  }
  .text-justify-large-up{
    text-align: justify !important;
  }
  .text-nowrap-large-up{
    white-space: nowrap !important;
  }
  .boxed-title__body__text, .boxed-title--small__body__text{
    letter-spacing: 3px;
  }
  .boxed-title--small__body__text{
    letter-spacing: 3px;
  }
  #header .top .top-right{
    padding-left: 25%;
  }
  #header .nav-row nav li{
    padding: 15px 15px;
  }
  #header .nav-row .right-navigation ul li:not(:first-child){
    margin-left: 30px;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3){
    max-width: 380px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-down{
    top: -112px;
    left: 45%;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-left,.module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-right{
    display: none;
  }
}

@media only screen and (max-width: 480px){
  .media-query-order{
    width: 100%;
  }
  .col-xxs-full{
    width: 100% !important;
  }
  .hidden-xxs{
    display: none !important;
  }
  .visible-xxs-block{
    display: block !important;
  }
  .visible-xxs-inline-block{
    display: inline-block !important;
  }
  .visible-xxs-inline{
    display: inline !important;
  }
  .visible-xxs-table{
    display: table !important;
  }
  .boxed-title--small__body .lg-text{
    font-size: 12px;
  }
  #front-page .hero .title .title-span:nth-child(2){
    text-shadow: 1px 1px #000;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px){
  .media-query-order{
    width: 100%;
  }
  .container{
    max-width: 555px;
  }
  #front-page .hero .title .title-span:nth-child(2){
    text-shadow: 1px 1px #000;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .media-query-order{
    width: 100%;
  }
  .text-right-small-only{
    text-align: right !important;
  }
  .text-center-small-only{
    text-align: center !important;
  }
  .text-left-small-only{
    text-align: left !important;
  }
  .text-justify-small-only{
    text-align: justify !important;
  }
  .text-nowrap-small-only{
    white-space: nowrap !important;
  }
  .container{
    width: 555px;
  }
  #front-page .hero .title .title-span:nth-child(2){
    text-shadow: 1px 1px #000;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .media-query-order{
    width: 100%;
  }
  .text-right-medium-only{
    text-align: right !important;
  }
  .text-center-medium-only{
    text-align: center !important;
  }
  .text-left-medium-only{
    text-align: left !important;
  }
  .text-justify-medium-only{
    text-align: justify !important;
  }
  #header .site-navigation .main ul > li{
    padding: 15px 0px;
  }
  #header .site-navigation .main ul li + li:before{
    padding: 0 3px;
  }
  .module-photo-gallery .latest-gallery .gal .gal-data{
    padding-left: 90px;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-down,.module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-left{
    display: none;
  }
  .module-photo-gallery .latest-gallery .gal:nth-child(3) .img .arrow-right{
    top: -10px;
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 9999999px){
  .media-query-order{
    width: 100%;
  }
  .text-right-large-only{
    text-align: right !important;
  }
  .text-center-large-only{
    text-align: center !important;
  }
  .text-left-large-only{
    text-align: left !important;
  }
  .text-justify-large-only{
    text-align: justify !important;
  }
  .text-nowrap-large-only{
    white-space: nowrap !important;
  }
}

@media all{
  .featherlight{
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type{
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before{
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content{
    border: 1px solid #525552;
    box-sizing: border-box;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  .featherlight .featherlight-content::before{
    content: 'loading';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: calc(50% - 8px);
    width: 100%;
  }
  /* contains the content */
  .featherlight .featherlight-inner{
    border: 1px solid #a5a7a5;
    display: block;
    padding: 10px;
    min-height: 200px;
    min-width: 260px;
    position: relative;
  }
  .featherlight .featherlight-close-icon{
    border: 1px solid #0033cc;
    border-radius: 2px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    background: white;
    color: #0033cc;
  }
  .featherlight .featherlight-image{
    border: 0;
    height: auto;
    width: 100%;
  }
  .featherlight-iframe .featherlight-content{
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe{
    border: none;
  }
  .featherlight *{
    box-sizing: border-box;
  }
  .featherlight-next,
  .featherlight-previous{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 80%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
  }
  .featherlight-previous{
    left: 10px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover{
    background: rgba(0, 0, 0, 0.5);
  }
  .featherlight-next span,
  .featherlight-previous span{
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span{
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span{
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next{
    display: none;
  }
}

@media only screen and (max-width: 1024px){
  .featherlight .featherlight-content{
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
  }
  .featherlight-next,
  .featherlight-previous{
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous{
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span{
    margin-top: -30px;
    font-size: 40px;
  }
}

@media only screen and (max-device-width: 1024px){
  .featherlight-next:hover,
  .featherlight-previous:hover{
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span{
    display: block;
  }
}

@media only screen and (max-width: 1199px){
  .module-photo-gallery .latest-gallery .gal{
    margin: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px){
  .module-photo-gallery .latest-gallery .gal .img .arrow-down{
    display: block;
    left: 45%;
  }
  .module-photo-gallery .latest-gallery .gal .img .arrow-left,.module-photo-gallery .latest-gallery .gal .img .arrow-right{
    display: none;
  }
}
