/*=== HEADER ===*/
#home #header {
   height: 0px;
}
.header-wrapper {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.float .top-bar {
	background: transparent;
}
.top-bar {
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	background: url(/images/layout/pattern_strips.png) #0f2234;
	transition: all 0.3s ease 0s;
}
.top-bar .cell:first-child {
	padding-left: 160px;
}
.top-bar .cell:last-child {
	width: 230px;
	padding-right: 20px;
	text-align: right;
}
.top-menu li {
	display: inline-block;
	vertical-align: middle;
}
.top-menu li:not(:last-child) {
	margin-right: 22px;
}
.top-menu a {
	position: relative;
	white-space: nowrap;
}
.top-menu .btn {
	padding: 13px 27px 9px;
	border-color: #dc272b;
	background-color: #dc272b;
	min-width: 0;
}
.top-menu .btn.logged.in {
	padding: 13px 27px 11px;
}
.top-menu .item-login .btn:before,
.nav-menu .item-login .btn:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-right: 10px;
	background: url(/images/icons/lock.png) no-repeat;
}
.top-menu .item-globe a {
	padding: 17px 0;
}
.top-menu .item-globe a:after,
.top-menu .item-globe a:before {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -13px;
	width: 5px;
	height: 8px;
	background: url(/images/arrows/more_sm.png) no-repeat;
}
.top-menu .item-globe a:after {
	background: url(/images/arrows/more_sm_red.png) no-repeat;
}
.top-menu .item-globe span,
.nav-menu .item-globe span {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.top-menu .item-globe span:before,
.nav-menu .item-globe span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/icons/globe.png) no-repeat;
	
}
.top-menu .item-globe span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/images/icons/globe_hov.png) no-repeat;
}

.top-bar a:not(.btn):hover {
	color: #dc272b;
}
.top-right-menu li {
	display: inline-block;
}
.top-right-menu li:first-child:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	margin: 0 15px 0 20px;
	vertical-align: text-top;
	background-color: #fff;
	pointer-events: none;
}
.search-btn {
	position: relative;
	padding-right: 21px;
}
.search-btn:before,
.search-btn:after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 13px;
	height: 13px;
	background: url(/images/icons/search.png) no-repeat;
}
.search-btn:after {
	background: url(/images/icons/search_hov.png) no-repeat;
}
.search-btn.close {
    background: url(/images/icons/close.png) no-repeat center center;
    background-size: inherit;
}
.search-btn.close:hover {
	background: url(/images/icons/close_hov.png) no-repeat center center;
}
.search-box {
	height: 0;
	text-align: center;
    background-color: #08131d;
    overflow: hidden;
}
.search-box.show {
	height: 66px;
	padding: 18px 0 17px;
}
.search-box .search-form {
	position: relative;
	padding: 0 20px 0 55px;
	background: url(/images/icons/search_lg.png) no-repeat left 15px center;
}
.search-box input[type=text] {
    width: 100%;
    padding: 8px 0 6px 26px;
	border: none;
	border-left: 3px solid #fff;
	vertical-align: middle;
	font: 16px 'Metropolis-RegularItalic';
	color: #fff;
	background-color: transparent;
}
.search-box input[type=submit] {
	width: 26px;
    height: 26px;
	margin-left: 15px;
    vertical-align: middle;
    color: transparent;
	background: url(/images/icons/search_lg.png) no-repeat center center;
    cursor: pointer;
}
.close-search {
	position: absolute;
	top: 5px;
	right: 0;
	font: 16px/16px 'Metropolis-Bold';
	color: #fff;
}

/*=== MAIN NAVIGATION ===*/
.logo {
	position: absolute;
	top: -50px;
	width: 160px;
	height: 228px;
	padding: 28px 26px;
	background-color: #004b8e;
}
.logo-contain {
	width: 100%;
	height: 100%;
}
.header-menu .cell:first-child {
	width: 160px;
}
.header-menu .cell:last-child {
	padding: 75px 160px 0 0 ;
	text-align: right;
}
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav,
.main-nav nav,
.nav-menu,
.nav-menu > li,
.nav-menu li a {
    height: 100%;
}

.nav-menu {
	text-align: center;
}

.nav-menu > li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
    text-align: center;
}
.nav-menu > li:first-child {
	padding-left: 0;
}
.nav-menu > li:last-child {
	padding-right: 0;
}
.nav-menu > li > a {
	position: relative;
	display: inline-block;
	padding: 0 5px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	font-family: 'Metropolis-Medium';
	color: #fff;
}
.nav-menu > li.active > a:after,
.nav-menu > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #004b8e;
}
.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    list-style: none;
    width: 250px;
    padding: 25px 20px;
    text-align: center;
    font-family: 'Metropolis-Medium';
	color: #fff;
    background-color: #004b8e;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li.active > a:after,
.nav-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.nav-menu .sub-menu a {
	display: block;
	padding: 6px 0;
	font-size: 16px;
}
.nav-menu .sub-menu a:hover {
 	color: #08131d;
 }
 .nav-menu .sub-menu > li.has-child {
	 position: relative;
 }
 
 /* tertiary menus */
 .nav-menu .sub-menu .sub-menu {
	top: 0;
 	left: 100%;
 	margin-left: 20px;
 	border-left: 5px solid #efefef;
    -webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 7;
 }
 /* hidden hitboxes */
  .nav-menu .sub-menu .sub-menu:before {
	  content: "";
	  height: 100%;
	  width: 40px;
	  position: absolute;
	  bottom: 0;
	  left: -25px;
  }
   .nav-menu .sub-menu > li.has-child:not(:first-child) .sub-menu:before {
	   padding-top: 40px;
   }
   .nav-menu .sub-menu .sub-menu:after {
	  content: "";
	  width: 40px;
	  height: 50%;
	  position: absolute;
	  left: -45px;
	  bottom: 50%;
	  -webkit-transform: translateY(50%);
	  -ms-transform: translateY(50%);
	  transform: translateY(50%);
   }
 
.close-btn {
	position: absolute;
	top: 50px;
	right: 50px;
	display: none;
	width: 28px;
	height: 28px;
	margin: 0;
	background: url(/images/icons/close-btn.png) no-repeat;
	z-index: 5;
}
.logo img {
	display: inline-block;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
}

/*=== FIXED & INNER HEADER STYLES ===*/
#inner #header {
	height: 0px;
}
.fixed .logo,
#inner .logo {
	text-align: center;
	height: 113px;
	padding: 5px 46px;
}

.fixed .header-menu,
#inner .header-menu {
	height: 63px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.fixed .header-menu .cell:last-child,
#inner .header-menu .cell:last-child {
	padding-top: 0px;
}
.header-wrapper,
#inner .header-wrapper {
	position: fixed !important;
	width: 100%;
	top: 0 !important;
	z-index: 120;
}
.reset #home .header-wrapper {
	top: -200px;
	transition: all 0.5s ease 0s;
}
#inner .nav-menu > li > a,
.fixed .nav-menu > li > a {
	color: #08131d;
	padding-top: 27px !important; 
}
#inner .nav-menu > li > a:after,
.fixed .nav-menu > li > a:after {
	height: 8px;
}

/*=== LANDING PAGE ===*/
#header.entry-header {
	height: 0;
}
.entry-header .header-wrapper {
	top: 74px;
}
.entry-header .logo {
	position: static;
	display: inline-block;
	width: 203px;
	height: auto;
	background: none;
	padding: 0;
}
.entry-content {
	min-height: 790px;
}
.entry-content > div {
	padding: 35px 35px 0;
	background: url(/images/layout/pattern_strips.png) #0f2234;
}
.entry-content .img-box {
	width: 100%;
	height: 100%;
	background-position: center top;
}
.entry-content .relative:before,
.entry-content .relative:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,75,142,0.86) 0%, rgba(0,23,43,0.86) 57%, rgba(0,23,43,0.86) 98%);
	background: -webkit-linear-gradient(top, rgba(0,75,142,0.86) 0%,rgba(0,23,43,0.86) 57%,rgba(0,23,43,0.86) 98%);
	background: linear-gradient(to bottom, rgba(0,75,142,0.86) 0%,rgba(0,23,43,0.86) 57%,rgba(0,23,43,0.86) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db004b8e', endColorstr='#db00172b',GradientType=0 );
}
.entry-content .relative:after {
	background: rgba(0, 30, 56, 0.8);
	background: -moz-linear-gradient(45deg, rgba(220,39,43,0.2) 0%, rgba(0,23,43,0) 25%, rgba(0,23,43,0) 75%, rgba(220,39,43,0.4) 100%);
	background: -webkit-linear-gradient(45deg, rgba(220,39,43,0.2) 0%,rgba(0,23,43,0) 25%,rgba(0,23,43,0) 75%,rgba(220,39,43,0.4) 100%);
	background: linear-gradient(45deg, rgba(220,39,43,0.2) 0%,rgba(0,23,43,0) 25%,rgba(0,23,43,0) 75%,rgba(220,39,43,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33dc272b', endColorstr='#66dc272b',GradientType=1 );
}
.entry-content .inner-box {
	position: relative;
	height: 100%;
	padding-top: 360px;
	color: #fff;
	z-index: 1;
}
.entry-content .buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.entry-content .btn-wrap:after {
	content: "";
	position: absolute;
	top: -137px;
	left: 0;
	width: 183px;
	height: 365px;
	background: url(/images/layout/triangle_lt.png) -365px top no-repeat;
}
.entry-content .btn-wrap:last-child:after {
	left: auto;
	right: 0;
	background: url(/images/layout/triangle_rt.png) 365px top no-repeat;
}
.entry-content .btn-wrap.hover:after {
	background-position: 0 0;
}
.entry-content  .btn {
	position: absolute;
	padding: 32px 20px;
	z-index: 1;
}
.entry-content .btn-wrap:first-child .btn {
	left: -21px;
}
.entry-content .btn-wrap:last-child .btn {
	right: -21px;
}
.entry-content .btn:after {
	content: ". . .";
	position: absolute;
	top: 27px;
	left: -10px;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'Metropolis-Bold';
	color: #dc272b;
}
.entry-content .btn-wrap:last-child .btn:after {
	left: auto;
	right: -11px;
}
.entry-content .btn:hover {
	border-color: #dc272b;
	background: #dc272b;
}
.entry-content .btn:before {
	content: "";
	position: absolute;
	top: 34px;
    left: 31px;
	width: 7px;
	height: 11px;
	background: url(/images/arrows/more_lt.png) no-repeat;
}
.entry-content .btn-wrap:last-child .btn:before {
	left: auto;
	right: 17px;
	background: url(/images/arrows/more_rt.png) no-repeat;
}
.entry-content .container {
	max-width: 600px;
}
.entry-content h1 {
	margin-bottom: 12px;
	line-height: 70px;
	font-size: 62px;
}
.entry-content h3 {
	letter-spacing: 3px;
	font: 18px/24px 'Metropolis-Regular';
}
.entry-content h3:after {
	content: "";
	display: block;
	width: 76px;
	height: 4px;
	margin: 15px auto;
	vertical-align: top;
	background-color: #dc272b;
}
.entry-content p {
	font-size: 16px;
}
.entry-footer.footer-wrapper {
	background: url(/images/layout/pattern_strips.png) #0f2234;
}

/*=== TOP BANNER ===*/
.main-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.main-slider .banners {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main-slider .banners div {
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content .slick-arrow {
	display: block;
}
.banner {
	min-height: 550px !important;
}
.banner,
.sub-banner {
	min-height: 650px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.safari .banners div {
	background-attachment: scroll;
}
.banner > .cell > .relative,
.banner-content > .relative,
.sub-banner .relative {
	height: 100%;
	min-height: 100%;
}
.sub-banner .relative {
	padding-top: 110px;
}
.sub-banner > .relative:before,
.banner > .cell > .relative:before {
	content: "";
	position: absolute;
	top: -50px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, rgba(220,39,43,0) 71%, rgba(220,39,43,0.2) 99%, rgba(220,39,43,0.2) 100%);
	background: -webkit-linear-gradient(45deg, rgba(220,39,43,0) 71%,rgba(220,39,43,0.2) 99%,rgba(220,39,43,0.2) 100%);
	background: linear-gradient(45deg, rgba(220,39,43,0) 71%,rgba(220,39,43,0.2) 99%,rgba(220,39,43,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc272b', endColorstr='#33dc272b',GradientType=1 );
	z-index: 2;
}
.banner-overlay {
	background: rgba(0,75,142,0.4);
	background: -moz-linear-gradient(top, rgba(0,75,142,0.7) 0%, rgba(0,23,43,0.6) 46%, rgba(0,23,43,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,75,142,0.7) 0%,rgba(0,23,43,0.6) 46%,rgba(0,23,43,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,75,142,0.7) 0%,rgba(0,23,43,0.6) 46%,rgba(0,23,43,0.7) 100%);
}
.banner-overlay:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(8,19,29,0.5);
	background: -moz-linear-gradient(top, rgba(8,19,29,0.85) 2%, rgba(0,23,43,0.1) 32%);
	background: -webkit-linear-gradient(top, rgba(8,19,29,0.85) 2%,rgba(0,23,43,0.1) 32%);
	background: linear-gradient(to bottom, rgba(8,19,29,0.85) 2%,rgba(0,23,43,0.1) 32%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d908131d', endColorstr='#1a00172b',GradientType=0 );
	z-index: 2;
}
.banner-overlay:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(45deg, rgba(15,34,52,0.85) 0%, rgba(15,34,52,0.1) 32%);
	background: -webkit-linear-gradient(45deg, rgba(15,34,52,0.85) 0%,rgba(15,34,52,0.1) 32%);
	background: linear-gradient(45deg, rgba(15,34,52,0.85) 0%,rgba(15,34,52,0.1) 32%);
}
.banner-content {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.banner-content > .container > .table > .cell {
	padding-top: 100px;
}
.banner-content .banners {
	position: relative;
	z-index: 1;
}
.banner-text {
	color: #fff;
}
.banner .banner-text {
	padding-left: 84px;
	max-width: 600px;
}
.banner-text .large-text {
	margin-bottom: 20px;
	line-height: 64px;
	text-transform: uppercase;
	font-size: 77px;
	font-family: 'LeagueGothic-Regular';
}
.banner-text p {
	margin-bottom: 30px;
	line-height: 28px;
	font-size: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slider-dots {
    position: absolute;
    top: 8px;
    left: 0;
    text-align: right;
    z-index: 2;
}
.slider-dots .slick-dots {
	bottom: inherit;
}
.slider-dots .slick-dots li {
    width: 6px;
    height: 32px;
    margin: 0 0 15px 0;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.banner .slick-dots li:before,
.slick-dots li button::before {
    content: none;
}
.banner .slick-dots li.slick-active {
	 background: #dc272b;
}
.banner .slick-list, .banner .slick-track {
	height: 100%;
}
.slick-track {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.slider-arrows {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 5;
}
.slick-arrow {
	position: static;
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.slick-arrow:hover {
	border-color: #dc272b;
	background-color: #dc272b !important;
}
.slick-arrow.slick-prev {
	background: url(/images/arrows/arr_sl_top.png) center center no-repeat;
	margin-bottom: 15px;
}
.slick-arrow.slick-next {
	background: url(/images/arrows/arr_sl_btm.png) center center no-repeat;
}

.move-down {
	position: absolute;
    bottom: 60px;
    left: 50%;
    width: 23px;
    height: 14px;
    background: url(/images/arrows/move_down.png) no-repeat;
    margin-left: -11.5px;
    z-index: 9;
}
.move-down:after {
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 14px;
    background: url(/images/arrows/move_down_hov.png) no-repeat;
}

.sub-banner {
	height: 475px;
	min-height: auto;
}
.sub-banner > .relative:before {
	top: 0;
}
.sub-banner .container {
	z-index: 4;
}
.sub-banner .container:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 258px;
	height: 98px;
	background: url(/images/layout/bg_lines_rt.png) no-repeat;
}
.sub-banner .banner-overlay:after {
	background: -moz-linear-gradient(45deg, rgba(0,75,142,0.3) 0%, rgba(0,75,142,0.1) 32%);
    background: -webkit-linear-gradient(45deg, rgba(0,75,142,0.3) 0%,rgba(0,75,142,0.1) 32%);
    background: linear-gradient(45deg, rgba(0,75,142,0.3) 0%,rgba(0,75,142,0.1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b8e34', endColorstr='#1a0f2234',GradientType=1 );
}
.sub-banner .cell {
	padding: 20px 0;
}
.sub-banner .large-text {
	margin-bottom: 0;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    padding: 33px 0 43px;
}
.breadcrumbs li {
	display: inline-block;
    line-height: 22px;
	font-size: 12px;
}
.breadcrumbs li:after {
	content: "";
	display: inline-block;
    width: 4px;
    height: 7px;
    margin: 0 3px 0 6px;
    vertical-align: middle;
    background: url(/images/arrows/more_brdcr.png) no-repeat;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs li a {
	display: inline-block;
	line-height: 26px;
}
.breadcrumbs li a:hover,
.bottom-menu li.active a,
.bottom-menu li a:hover {
	color: #dc272b;
}

/*=== BOTTOM MENU ===*/
.bottom-menu-wrapper {
	padding: 19px 0 15px;
	text-align: center;
	background: url(/images/layout/pattern_strips.png) #0f2234;
}
.bottom-menu li {
	position: relative;
	display: inline-block;
	margin: 5px 37px;
	width: 25%;
}
.bottom-menu li a {
    display: inline-block;
	text-transform: uppercase;
	font: 16px/26px 'Metropolis-Bold';
	color: #fff;
}

/*=== MAIN CONTENT ===*/
.main-content {
	padding-bottom: 105px;
	background: url(/images/layout/pattern_dots.jpg);
}
.main-content:after{
	content: "";
	display: block;
	width: 610px;
	height: 269px;
	background: url(/images/layout/hand.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-content .container {
	z-index: 1;
}
.main-content .col-left {
	padding-right: 50px;
}
.main-content .full-width .col-left {
	padding-right: 0;
}
.main-content .col-right {
	width: 290px;
}
.main-content .col-left h1 + h3 {
	margin-bottom: 15px;
	font-size: 16px;
}
ul:not([class]),
.main-content .col-left .list {
	margin-bottom: 25px;
}
ul:not([class]) li,
.main-content .col-left .list li {
	position: relative;
	margin-left: 30px;
	padding: 14px 0 11px;
	border-bottom: 1px solid #b4b8bb;
	font: 14px/20px 'Metropolis-Medium';
}
ul:not([class]) li:last-child,
.main-content .col-left .list li:last-child {
	border-bottom: none;
}
ul:not([class]) li:before,
.main-content .col-left .list li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -30px;
	width: 14px;
	height: 14px;
	margin-top: 0;
	border: 3px solid #004b8e;
	border-radius: 50%;
	box-sizing: border-box;
}
.main-content .col-right > div:after{
	content: ". . . . . .";
	display: block;
    margin: 18px 0 22px;
    text-align: center;
    font: 18px 'Metropolis-Bold';
	color: #b4b8bb;
}
.main-content .col-right > div:last-child:after {
	content: none;
}
.main-content .col-right .image-banner {
	margin-top: -102px;
}
.main-content .col-right .inner-box {
	display: block;
	max-width: 290px;
	width: 100%;
	height: 310px;
}
.main-content  .img-banner .inner-box {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-content  .blue-banner .inner-box {
	padding-top: 30px;
	background: url(/images/layout/pattern_strips.png) #0f2234;
	color: #fff;
}
.main-content  .blue-banner .icon {
	display: inline-block;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    width: 190px;
    height: 190px;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 4px solid #004b8e;
    vertical-align: top;
}
.main-content .blue-banner .item-attorney {
/*     background: url(/images/icons/attorney.png) 50% 50% no-repeat; */
}
.main-content .blue-banner:hover .item-attorney {
	background-color: #004b8e;
}
.main-content  .blue-banner .icon img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
.main-content .blue-banner h3 {
    display: inline-block;
	max-width: 190px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.main-content .text-banner {
	text-align: left;
}
.main-content .text-banner h3 {
	font: 24px/30px 'Metropolis-Bold';
}
.text-banner > div {
	margin: 20px auto;	
}

/*=== ABOUT SECTION ===*/
.about-wrapper {
	padding-top: 115px;
    border-top: 6px solid #b4b8bb;
    background: url(/images/layout/pattern_dots.jpg);
}
.about-wrapper:before {
	content: "";
	width: 97px;
	height: 40px;
	background: url(/images/layout/bg_decor.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -48.5px;
}
.about-wrapper .container {
	padding-bottom: 55px;
}
.about-wrapper .inner-box {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
.about-wrapper .container:after {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 0;
	width: 258px;
	height: 95px;
	background: url(/images/layout/bg_lines.png) no-repeat;
}
.about-wrapper p {
	margin-bottom: 35px;
	font-size: 16px;
}

/*=== QUICK LINCKS SECTION ===*/
.quick-links-wrapper {
	padding: 28px 0 20px;
	background: url(/images/layout/pattern_strips.png) #0f2234;
}
.quick-links-wrapper:before {
	content: '';
	background: transparent url(/images/layout/white-icon.png) no-repeat center center scroll;
	background-size: contain;
	display: block;
	margin: auto;
	height: 70px;
	width: 170px;
}
.ql-box {
	display: block;
	margin: 0 30px;
	text-align: center;
}
li:last-child .ql-box {
	margin-right: 0;
}
.ql-box span {
	display: block;
	width: 190px;
	height: 190px;
	margin-bottom: 35px;
	border: 4px solid #004b8e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ql-box span.item-books {	
	background: url(/images/icons/books.png) 50% 50% no-repeat;
}
.ql-box span.item-book {	
	background: url(/images/icons/book.png) 55% 50% no-repeat;
}
.ql-box span.item-attorney {	
	background: url(/images/icons/attorney.png) 50% 50% no-repeat;
}
.ql-box:hover span {
	background-color: #004b8e;
}
.ql-box p {
	display: inline-block;
	max-width: 140px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
}
.quick-links-wrapper .img-box:after {
	background: url(/images/icons/plus_lg.png) no-repeat center center rgba(132, 40, 50, .85);
	opacity: 0;
	visibility: hidden;
}
.quick-links-wrapper a:hover .img-box:after {
	opacity: 1;
	visibility: visible;
}
.quick-links-wrapper .btn {
	margin-top: 15px;
}

/*=== NEWS SECTION ===*/
.news-wrapper {
 	background: url(/images/layout/pattern_dots.jpg);
}
.news-wrapper .container {
	position: relative;
	padding: 70px 0 75px;
}
.news-wrapper .container:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 258px;
	height: 98px;
	background: url(/images/layout/bg_lines_rt.png) no-repeat;
}
.news-wrapper .table {
	margin-bottom: 50px;
}
.news-wrapper .cell {
	height: 410px;
}
.news-wrapper .cell .relative {
	height: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.news-wrapper h2 + h3 {
	margin-bottom: 20px;
}
.news-box {
	position: absolute;
    top: 18px;
    left: 20px;
    right: 20px;
	bottom: 18px;
	padding: 25px;
	border-top: 10px solid transparent;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
}
.news-wrapper .cell:hover .news-box {
	top: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
	padding-top: 43px;
	border-top: 10px solid #dc272b;
}
.news-wrapper .inner-box {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.news-box .date {
	margin-bottom: 35px;
	letter-spacing: 3px;
	font: 12px 'Metropolis-Bold';
}
.news-box h3 {
	min-height: 155px;
}
.news-box p,
.reasons-content p {
	line-height: 22px;
	font-size: 14px;
}
.news-box .read-more {
	position: relative;
	white-space: nowrap;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 14px;
}
.news-box .read-more:hover {
	font-family: 'Metropolis-Bold';
	color: #dc272b;
}
.news-box .read-more:after {
	content: ". . .";
	position: relative;
	top: -3px; 
	margin-left: 10px;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'Metropolis-Bold';
	color: #dc272b;
}

/*=== REASONS SECTION ===*/
.reasons-wrapper {
	color: #fff;
	background: url(/images/layout/pattern_strips.png) #0f2234;
}
.reasons-wrapper .cell:first-child {
	padding: 75px 30px 70px 20px;
}
.reasons-wrapper .cell:first-child .relative {
	padding-left: 64px;
}
.reasons-wrapper .cell:last-child {
	padding: 75px 0px 70px 20px;
}
.reasons-wrapper h2 {
	position: absolute;
	top: 78%;
	left: -8px;
    margin-bottom: 0;
    white-space: nowrap;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.reasons-wrapper h2 span,
.reasons-wrapper .reasons-counter .slick-current,
.reasons-wrapper .reasons-counter .slick-slide:hover {
	color: #004b8e;
}

.reasons-counter {
	width: 168px !important;
}
.reasons-content {
	position: relative;
}

.reasons-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #b4b8bb;
}
.reasons-content h4 {
    margin-bottom: 8px;
}
.reasons-content p:last-of-type {
	margin-bottom: 30px;
}
.reasons-content .slick-slide {
	min-height: 310px;
/* 	border-left: 4px solid #b4b8bb; */
	padding: 105px 0 20px 35px;
}
.reasons-wrapper .reasons-counter  {
	bottom: auto;
    top: 18px;
    left: 98px;
    text-align: left;
    font-size: 42px;
	font-family: 'LeagueGothic-Regular';
	z-index: 100;
	position: absolute;
}
.reasons-wrapper .reasons-counter .slick-slide {
	width: auto;
	height: auto;
/*     margin: 0 35px 0 0; */
    display: inline-block;
    cursor: pointer;
    font-family: 'LeagueGothic-Regular' !important;
    transition: color 0.3s ease 0s;
}
.reasons-wrapper .reasons-counter .slick-slide:last-child {
	margin: 0;
}
.reasons-slider .slick-track {
	position: relative;
    height: 392px;
}
.reasons-slider .img-slide {
	width: 392px;
	height: 392px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.reasons-slider .slick-slide {
	position: absolute !important;
	left: -40px !important;
	width: 392px !important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
	transform: scale(0.8);
    opacity: 1 !important;
    z-index: 1 !important;
    transition: all 0.5s ease 0s !important;
}
.reasons-slider .slick-slide.next {
	left: 10px !important;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
	transform: scale(0.9);
	z-index: 3 !important;
}
.reasons-slider .slick-slide.next + .slick-slide {
	z-index: 2 !important
}
.reasons-slider .slick-current {
	left: 60px !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
	z-index: 4 !important
}
.reasons-slider-arrows .slick-arrow.slick-prev{
	background: url(/images/arrows/arr_sl_lt.png) center center no-repeat;
	left: 0;
	top: 59px;
}
.reasons-slider-arrows .slick-arrow.slick-next {
	background: url(/images/arrows/arr_sl_rt.png) center center no-repeat;
	top: 0;
	left: 0;
}
.reasons-slider-arrows {
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 42px;
	bottom: 0;
	margin: auto;
}
.reasons-slider-arrows .slick-arrow{
	position: absolute;
}
/*=== BAR CALLOUT ===*/
.bar-callout {
	height: 302px;
	color: #fff;
	background: url(/images/layout/bg_decor_lg.png) no-repeat #dc272b;
}
.bar-callout + .bar-callout {
	border-top: 1px solid #fff;
	background-image: none;
}
.bar-callout .table.page {
	height: 100%;
}
.bar-callout .cell {
	padding: 0 20px;
}
.bar-callout h3 {
	margin-bottom: 25px;
}
.bar-callout .btn:hover {
	color: #dc272b;
	background: #fff;
}

/* === DOCUMENT SECTION === */

.documents {
	margin: 35px auto 0;
}

.box-title {
	position: relative;
	display: block;
	font-size: 22px;
	font-family: 'LeagueGothic-Regular';
	line-height: 1.2;
	margin-bottom: 15px;
}
.box-title:after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #08131d;
	margin: 10px 0;
}
.pdf-link {
	position: relative;
	font-size: 18px;
	line-height: 1.8;
}
a.pdf-link {
	padding: 8px 0;
}
.pdf-link + .pdf-link {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b4b8bb;
}
.pdf-link p {
	margin: 10px auto 0;
}
.pdf-link i {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	margin-top: -4px;
	margin-right: 8px;
	color: #dc272b;
	transition: all 0.25s ease 0s;
}
.pdf-link:hover > i {
	color: #08131d;
}

/* Toggle boxes */

.section-list {
	padding: 50px 0;
}

.toggle-box {
	padding: 20px 0;
	border-top: 2px solid #004b8e;
}
.toggle-box:last-child {
	border-bottom: 2px solid #004b8e;
}
.toggle-box.open {
	
}

.toggle-head {
	position: relative;
	padding: 10px 0;
	font-size: 34px;
	font-family: LeagueGothic-Regular;
	text-transform: uppercase;
	cursor: pointer;	
}
.toggle-head:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}
.toggle-box.open .toggle-head:after {
	-webkit-transform: translateY(-50%) rotate(0.5turn);
	-ms-transform: translateY(-50%) rotate(0.5turn);
	transform: translateY(-50%) rotate(0.5turn);
}

/*
.toggle-content {
	display: none;
}
.open .toggle-content {
	display: block;
}
*/

/*=== FOOTER ===*/
.footer-wrapper {
	height: 110px;
    padding: 20px;
	font: 12px 'Metropolis-Light';
	color: #fff;
	background-color: #08131d;
}
.entry-footer.footer-wrapper {
	padding: 20px 40px;
}
.footer-wrapper .page {
	max-width: 1128px;
}
.footer-wrapper .cell:first-child > *,
.footer-wrapper li {
	display: inline-block;
}
.footer-wrapper .cell:nth-child(2) {
	width: 370px;
	padding: 0 40px;
}
.footer-wrapper .cell:last-child,
.entry-footer.footer-wrapper .cell:last-child {
	width: 138px;
	padding: 0;
}
.footer-wrapper li {
	margin-left: 25px;
}
.footer-wrapper li a {
    display: inline-block;
    line-height: 26px;
    text-transform: uppercase;
}
.footer-wrapper p {
	margin: 0;
	line-height: 18px;
	font-size: 12px;
}
.footer-wrapper p a {
	white-space: nowrap;
    cursor: pointer;
}
.footer-wrapper em {
	font-family: 'Metropolis-LightItalic';
}
.footer-wrapper a:hover:not(.jbsystem) {
	color: #dc272b;
}
.jbsystem {
	display: inline-block;
	height: 27px;
	padding: 11px 80px 0 0;
	background: url(/images/icons/logo_JB_Systems.png) right top no-repeat;
}
.jbsystem span {
	white-space: nowrap;
	vertical-align: top;
	font-size: 9px;
}

.gen-list {
	padding:60px 0;
}

.gen-list-item {
	text-align: center;
}

.gen-list-item + .gen-list-item {
	padding-top: 50px;
}

.question {
	font: 36px/1 'LeagueGothic-Regular';
	text-transform: uppercase;
}

.question:before {
	content: "Q:";
	display: inline-block;
	padding-right: 10px;
	font-size: 28px;
}

.answer {
	border: 1px solid #000;
	padding: 35px;
	width: 100%;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.answer p {
	margin: 0;
}

.answer p + p {
	margin-top: 25px;
}

.answer a,
body[data-id="answer"] a,
.main-content p a:not([class]) {
	font-family: 'Metropolis-Bold';
	color: #dc272b;
}

/*********** Find an Attorney Page ***********/

#member-search {
	height: 62px;
	margin-top: 38px;
	margin-bottom: 50px;
}

#member-search,
#member-search * {
	box-sizing: border-box;
}

#member-search .cell + .cell {
	padding-left: 15px;
}

#member-search .cell:last-child {
	width: 86px;
}

#member-search label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	left: 22px;
	text-transform: uppercase;
	z-index: 1;
	display: block;
	height: 14px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: rgba(99, 106, 133, 0.5);
	transition: all 0.3s ease 0s;
}
#member-search .has-value label {
	top:-12px;
	color:rgba(99, 106, 133, 1);
	left:0px;
}

#member-search input[type="text"] {
	background: #fff;
	position: relative;
	z-index: 0;
	display: block;
	height: 100%;
	width: 100%;
	padding: 22px;
	color:rgba(99, 106, 133, 1);
}

#member-search input[type="submit"] {
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/icons/search-btn.png) no-repeat scroll center center #004b8e;
	transition: all 0.3s ease 0s;
}

#member-search input[type="submit"]:hover {
	background-color: #08131d;
}

main .table.tracker {
  height: 46px;
  border-top: 1px solid #08131d;
  border-bottom: 1px solid #08131d;
}

.tracker > .total-count,
.tracker > .adv-pages {
/*   font-family: 'montserratregular'; */
  font-size: 14px;
  line-height: 22px;
  color: #08131d;
  text-transform: uppercase;
}

.tracker > .adv-pages a {
  color: inherit;
}

.tracker > .adv-pages a.prev-page,
.tracker > .adv-pages a.next-page {
  color: #415cce;
/*   font-family: 'montserratbold'; */
}

.member-info > header {
  font-size: 16px;
  line-height: 22px;
  background-color: #dc272b;
}



.member-info > header > .cell {
  color: #FFF;
  text-transform: uppercase;
}
.member-info > header > .cell:first-child,
.member-info > .row > .cell:first-child,
.member-info > header > .cell:last-child,
.member-info > .row > .cell:last-child {
  padding: 22px 0px 22px 29px;
}

.member-info > header > .cell,
.member-info > .row > .cell {
  padding: 22px 0px 22px 15px;
}

.member-info thead {
  font-size: 16px;
  line-height: 22px;
  background-color: #dc272b;
}



.member-info thead .cell {
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}
.member-info thead .cell:first-child,
.member-info .row .cell:first-child,
.member-info thead .cell:last-child,
.member-info .row .cell:last-child {
  padding: 22px 0px 22px 29px;
}
.dataTables_length label{
	float: right;
}
.dataTables_info{
	text-align: center;
}
.member-info thead .cell:before{
	content:'';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
	transition: 0.3s;
	width: 0; 
	height: 0; 

}
.member-info thead .sorting_asc:before{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #000;
}
.member-info thead .sorting_desc:before{
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  
	  border-top: 5px solid #000;
}
.member-info thead .cell,
.member-info .row .cell {
  padding: 22px 0px 22px 15px;
}

.member-info .row .cell {
  font-size: 12px;
  vertical-align: middle;
}

.member-info .row:nth-child(even) {
  background-color:#f3f4f6;
}

.member-info .row:not(.header-row):hover {
	background-color: #004b8e;
	color: #fff;
}

.dataTables_paginate{
	padding: 0.5rem;
	text-align: center;
}

.dataTables_paginate .paginate_button{
	padding: 1rem;
	border: 1px solid #fff;
	color: #fff;
	background-color: #dc272b;
	transition:	all .3s ease 0s;
	width: 40px;
	display: inline-block;
}
.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button.current{
	background-color: #fff;
	color: #dc272b;
	border: 1px solid #000;
}

.item-login #member-login-btn.logged.in{
	background-color: #358600;
	border: none;

}
.item-login #member-login-btn.logged.in::before{
	background: none;
	width: 0;
	height: 0;
	margin: 0;
}

.dataTables_filter{
	padding: 1rem 0;
}



.dataTables_filter input{
	width: 100%;
    padding: 1rem;
}



.member-info > .row > .cell {
  font-size: 12px;
  vertical-align: middle;
}

.member-info > .row:nth-child(even) {
  background-color:#f3f4f6;
}

.member-info > .row:not(.header-row):hover {
	background-color: #004b8e;
	color: #fff;
}

.tracker + .member-info,
.member-info + .tracker {
  margin-top: 40px;
}

a[href^="mailto"] {
	transition: none !important;	
}
.cell.email-address {
  width: 225px;
}

.member-info  .committees-title {
	font-size: 20px !important;
}

/*
i[class^=ico]{
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
a.pdf-link{
	font-family: 'Montserrat-Bold';
	color: #e71939;
	display: block;	
}
div.pdf-link {
  color: #e71939;
}
div.pdf-link + div.pdf-link {
  margin: 15px 0 0 0;
}
.ico-pdf{
	width: 33px;
	height: 33px;
	background: url(../images/icons/pdf.png) no-repeat;
	margin-right: 8px;
	top: -5px;
}
.icon{
	vertical-align: top;
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #02283c;
}
.icon.calendar{
	background-image: url(../images/icons/lg-calendar.png);
}
.icon.list{
	background-image: url(../images/icons/lg-list.png);
}
.icon.firework{
	background-image: url(../images/icons/lg-firework.png);
}
.icon.chat{
	background-image: url(../images/icons/lg-chat.png);
}

a:hover .icon.chat:after{
	background-image: url(../images/icons/lg-chat-hvr.png);
}
.icon.build{
	background-image: url(../images/icons/lg-build.png);
}
a:hover .icon.build:after{
	background-image: url(../images/icons/lg-build-hvr.png);
}
.icon.schedule{
	background-image: url(../images/icons/lg-schedule.png);
}
a:hover .icon.schedule:after{
	background-image: url(../images/icons/lg-schedule-hvr.png);
}

.icon-member-only {
	color: #E71938;
}

#search-results .icon {
  height: 40px;
  width: 40px;
}

#search-results .icon.document{
	background-image: url(../images/icons/doc.png);
	background-size: contain;
}

#search-results .icon.page{
	background-image: url(../images/icons/page.png);
	background-size: contain;
}

#search-results .icon.town{
	background-image: url(../images/icons/town.png);
	background-size: contain;
}
*/

/* ------------ Search Page ---------------- */

#search-results mark {
/* 	background-color:#E5A632; */
	display: inline-block;
	line-height: 1.15;
	padding:2px 2px 0px;
	margin-bottom:-1px;
	background-color:#004b8e;
	color: #fff;
}

#search-results ol {
	font-size:20px;
	padding-left:20px;
}


#search-results ol li + li {
	border-top:2px solid #b4b8bb;
	padding-top:15px;
	margin-top:15px;
}

#search-results h4 {
	font-size:18px;
	margin-bottom:5px;
}
#search-results small {
	display: block;
	color:#999;
	font-size:14px;
	line-height: 1;
	text-transform: none;
}

#search-results h4 a {
	text-decoration: underline;
}

#search-results ol p {
	font-size:14px;
}

#search-results .pagination li.prev > *,
#search-results .pagination li.next > * {
	width:auto;
	padding:0 4px;
}

#search-results header,
#search-results footer {
	margin:20px auto;
}
#search-results header {
	margin-top:5px;
}

#search-results h5 {
	margin:15px auto;
}

/* ------------ Board of directors page ---------------- */

#board-of-directors li::marker {
	content: "";
	display: none !important;
}

#board-of-directors li:before {
	top: 22px;
}

/* ---- proximity search box -- */
.btn.proximity,
a.btn.proximity,
input[type="submit"].btn.proximity {
	background-color: #004b8e;
	padding: 0.3em 0.3em 0.3em !important;
        margin: 0 0.3em;
        border-radius: 0.4em;
        float: right;
        font-size: 125%;
}
.btn.proximity:hover,
a.btn.proximity:hover,
input[type="submit"].btn.proximity:hover {
	color: #004b8e;
	border-color: #004b8e;
	background-color: transparent;
}
.proximity-form {
    margin: 0.4em 0;
}
.proximity-form input[type="text"],
.proximity-form input[type="tel"],
.proximity-form input[type="email"],
.proximity-form textarea,
.proximity-form select {
    display: inline-block;
    color: #333;
    font: 115%/1.2 Arial, Helvetica, sans-serif;
    margin: 0 0.3em;
    width: auto;
    padding: 0.3em 0.4em;
    background: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.proximity-form input[type="text"]:focus,
.proximity-form input[type="tel"]:focus,
.proximity-form input[type="email"]:focus,
.proximity-form textarea:focus,
.proximity-form select:focus {
    border-color: #aaa;
    box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.05);
}
.proximity-form select {
    width: auto;
}
