/*
Theme Name: Post & Schell Custom Theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com/
*/

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.hidden {
	display: none !important;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
.invisible {
	visibility: hidden;
}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster */
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}

/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/

a[href^="#"]:after, a[href^="javascript:"]:after {
content: "";
}
pre {
	white-space: pre-wrap !important;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#393939;
	background-color:#fff;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin: 1em 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
figure {
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
main td {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px
}
.table-responsive {
	margin-bottom: 15px;
	overflow-y: hidden;
	width: 100%;
	border: none
}
p.archive_link {
	margin-bottom: 0;
	padding-bottom: 0;
}
p.archive_link a {
	color:#679ac8!important;
    text-decoration:none!important;
	font-weight:700
}
 @media only screen and (max-width: 767px) {
td {
display: block;
width: 100%;
text-align: center
}
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
/*========= basic global font sizes =============*/
h1 {
	color: #fff;
	font-weight:600;
	line-height: 122%;
	font-size:36px;
}

 @media only screen and (max-width: 768px) {
h1 {
color: #003359
}
}


 @media only screen and (min-width: 480px) {
h1 {
font-size:40px;
}
}
 @media only screen and (min-width: 768px) {
h1 {
font-size:21px;
}
}
@media only screen and (min-width: 992px) {
h1 {
font-size:28px;
}
}
@media only screen and (min-width: 1200px) {
h1 {
font-size:34px;
}
}
@media only screen and (min-width: 1800px) {
h1 {
font-size:40px;
}
}
h2, h3, h4, h5, h6 {
	line-height: 122%;
	font-weight:700;
}
h2, h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}
h2 {
	font-size:22px;
	color:#003359;
}
h3 {
	font-size:18px;
	color: #679ac8;
}
h4 {
	font-size:16px;
}
p {
	font-size: 20px;
	line-height: 129%;

	margin-bottom: 10px;
}
.content ul {
	margin-bottom: 10px;
    margin-left: 41px;
}
.content ul li {
	font-size: 20px;
	line-height: 133%;
	padding-bottom: 5px;
}
.content ul li ul {
	padding-top: 2px;
}
.content ul li ul li {
	padding-bottom: 1px;
}
p.lead {
	font-size: 18px;
}
@media only screen and (min-width: 768px) {
h2 {
font-size:17px;
}
h3 {
font-size:15px;
}
h4 {
font-size:14px;
}
p {
font-size: 14px;
}
.content ul li, .content ol li {
font-size: 14px;
}
p.lead {
font-size: 16px;
}
}
@media only screen and (min-width: 992px) {
h2 {
font-size:19px;
}
h3 {
font-size:17px;
margin-bottom:15px;
}
h4 {
font-size:16px;
}
p {
font-size: 15px;
}
.content ul li, .content ol li {
font-size: 15px;
}
p.lead {
font-size: 17px;
}
}
@media only screen and (min-width: 1200px) {
h2 {
font-size:24px;
}
h3 {
font-size:22px;
}
h4 {
font-size:21px;
}
p {
font-size: 20px;
padding-bottom: 15px;
}
.content ul li, .content ol li {
font-size: 20px;
padding-bottom: 8px;
}
p.lead {
font-size: 25px;
}
}
/* --------- other helpers and overrides ---------*/


.italic {
	font-style:italic;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin:0;
	padding: 0;
	margin-left:1rem;
}
a, a:visited {
	color:#003359;
	text-decoration:  underline;
	transition: all 0.12s ease-in-out 0s
}
a:hover, a:focus {
	color: #B84A00;
}
a:focus {
	outline: thin dotted;
}

/* telephone links */

a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
}
 a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
text-decoration: none;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e8f8e;
}
img {
	max-width: 100%;
	height: auto
}
table img {
	max-width: none;
	height: auto
}
img.fullwidth-photo {
	width: 100%;
	height: auto
}
.alignnone {
	margin:5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto
}
p.aligncenter {
	text-align:center
}
.alignright {
	float:right;
	margin:5px 0 20px 20px
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px
}
a img.alignnone {
	margin:5px 20px 20px 0
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0
}
img.photohalf {
	width:50%;
	height:auto
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
figure {
	padding: 0px;
	margin: 0px
}
.marginabove {
	padding-top: 30px
}
.spaceabove {
	padding-top: 30px
}
.spacebelow {
	padding-bottom: 30px
}
@media only screen and (min-width: 768px) {
.spaceabove {
padding-top: 40px
}
.spacebelow {
padding-bottom: 40px
}
}
@media only screen and (min-width: 992px) {
.spaceabove {
padding-top: 50px
}
.spacebelow {
padding-bottom: 50px
}
}
@media only screen and (min-width: 1200px) {
.spaceabove {
padding-top: 60px
}
.spacebelow {
padding-bottom: 60px
}
}
.padding {
	padding-top: 30px;
	padding-bottom: 30px
}
.overflow {
	overflow:hidden;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color: #FFF;
	background-color:#679ac8;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color: #FFF;
	background-color:#0894d0;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom:20px;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px
}
@media only screen and (min-width: 768px) {
.video-wrapper {
margin-bottom: 0px
}
}
@media only screen and (min-width: 1200px) {
.iframe-responsive.map {
margin-top:30px;
}
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
@media only screen and (min-width: 360px) {
.container {
padding-left:36px;
padding-right:36px;
}
}
@media only screen and (min-width: 768px) {
.container {
width:85%;
max-width:1580px;
padding-left:15px;
padding-right:15px;
}
}

}
/* =========== buttons and colors ================= */

.btn {
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.42857143;
	text-align: center;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 3px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 1rem;
	padding-bottom: 6px;
	padding-left: 1rem;
}
.btn:visited {
	color: #FFF
}
/* white button */
.btn-white {
	color: #0894d0;
	background-color: #FFF;
}
.btn-white:visited {
	color: #0894d0;
	background-color: #FFF;
}
.btn-white:hover {
	color: #FFF;
	background-color: #0894d0;
}
/* white semi-transparent button */
.btn-white-transp {
	color: #0894d0;
	background-color: rgba(255, 255, 255, 0.9);
}
.btn-white-transp:visited {
	color: #0894d0;
	background-color: rgba(255, 255, 255, 0.9);
}
.btn-white-transp:hover {
	color: #FFF;
	background-color: #0894d0;
}
/* dk blue button */
.btn-dkblue {
	color: #FFF;
	background-color: #679ac8;
}
.btn-dkblue:visited {
	color: #FFF;
	background-color: #679ac8;
}
.btn-dkblue:hover {
	color: #FFF;
	background-color: #0894d0;
}
/* blue button */
.btn-blue {
	color: #FFF;
	background-color: #0894d0;
}
.btn-blue:visited {
	color: #FFF;
	background-color: #0894d0;
}
.btn-blue:hover {
	color: #FFF;
	background-color: #679ac8;
}
.btn-darktan {
	color: #FFF;
	background-color: #8d8b8b;
	font-size:20px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 0px solid transparent;
	border-radius: 0;
}
.btn-darktan:hover {
	color: #FFF;
	background-color: #8d8b8b;
}
/* lt blue button */
.btn-search {
	color: #0894d0;
	background-color: #FFF;
}
.btn-search:visited {
	color: #0894d0;
	background-color: #FFF;
}
.btn-search:hover {
	color: #679ac8;
	background-color: #FFF;
}
.bg-orange {
	background-color: #B84A00;
}
.bg-dkgray {
	background-color: #666666;
}
.bg-ltgray {
	background-color:#ededed;
}
.bg-ltblue {
	background-color: #0894d0;
}
.bg-blue {
	background-color: #679ac8;
}

.darkblue {
	color: #003359!important;;
}


/* ================================================= */
/* ====================== globals ================= */
/* ================================================= */
header {
	width: 100%;
	/*! padding-top: 50px; */
	padding-bottom: 0px;
	background-color: #FFF;
}

 @media only screen and (min-width: 768px) {
 body {
 padding-left: 18.75%;
}
header {
 /* background-color: #8d8b8b; */
 background-color: #ffffff;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 500;
 width: 18.75%;
 padding-top: 0px;
 text-align: center;
 transform: translateZ(0);
 height: calc(100vh);
-webkit-box-shadow: 5px 0px 6px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 5px 0px 6px 0px rgba(0, 0, 0, 0.15);
box-shadow: 5px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
}
.header-inner {
	padding-left:26px;
	padding-right:26px;
}
 @media only screen and (min-width: 480px) {
.header-inner {
 padding-left:36px;
 padding-right:36px;
}
}
 @media only screen and (min-width: 768px) {
 .header-inner {
 padding-left:16%;
 padding-right:10%;
}
}
header .logo {
	width:35%;
	max-width:150px;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 header .logo {
 margin-bottom:30px;
 width:90%;
 max-width:220px;
}
}
header .mobile-tools {
	/*float:right;*/
	text-align:right;
}
header .mobile-tools .btn {
	position:absolute;
	right:76px;
	top:15px;
	font-size:30px;
	line-height:1;
	display:block;
	padding:3px;
}
 @media only screen and (min-width: 480px) {
header .mobile-tools .btn {
right:88px;
}
}
 @media only screen and (max-width: 768px) {
header .desktop-tools {
 display:none;
}
}
 @media only screen and (min-width: 768px) {
 header .desktop-tools {
 text-align: left;
}
 header .desktop-tools .btn {
 margin-left:-15px;
 font-size:36px;
}
}
main {
	background-color: #FFF;
}
/* ================= navigation menu ================= */


/* mobile navigation */
.mobile_header {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:9999;
}
#mobile_menu {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index: 9999;
}
 @media only screen and (min-width: 767px) {
 .mobile_header {
 display:none;
}
 #mobile_menu {
 display:none;
}
}

/* desktop navigation */

 @media only screen and (max-width: 768px) {
nav.mainmenu {
 display:none;
}
}
header nav ul {
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
}
 @media only screen and (min-width: 768px) {
 header nav ul {
 padding-top: 2px;
 padding-bottom: 2px;
}
}
header nav.main-nav {
	position:relative;
	padding-bottom:20px;
	/*! margin-bottom:20px; */
}
header nav.main-nav:after {
	/* content: '';
	position:absolute;
	background-color:#0894d0;
	width:50%;
	height:4px;
	bottom:0;
	left:0; */
}
header nav.main-nav ul li a {
	text-decoration: none;
	font-size: 24px;
	/*font-weight:700;  */
	color: #000228;
	display: block;
	transition: 0.3s;
	text-align:center;
	margin-bottom:18px;
}
header nav.secondary-nav ul li {
	margin-bottom:10px;
}
header nav.secondary-nav ul li a {
	text-decoration: none;
	font-size: 30px;
	font-weight:600;
	color: #679ac8;
	text-transform:uppercase;
	display: block;
	transition: 0.3s;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
header nav.main-nav ul li a {
 font-size: 18px;
 text-align: left;
}
header nav.secondary-nav ul li a {
 font-size: 12px;
 text-align: left;
}
}
 @media only screen and (min-width: 992px) {
header nav.main-nav ul li a {
 font-size: 21px;
}
 header nav.secondary-nav ul li a {
 font-size: 16px;
}
}
 @media only screen and (min-width: 1200px) {
header nav.main-nav ul li a {
 font-size: 20px;
}
 header nav.secondary-nav ul li a {
 font-size: 14px;
}
}
 @media only screen and (min-width: 1700px) {
header nav.main-nav ul li a {
 font-size: 20px;
}
 header nav.secondary-nav ul li a {
 font-size: 17px;
}
}
 @media only screen and (min-width: 1920px) {
header nav.main-nav ul li a {
 font-size: 20px;
}
 header nav.secondary-nav ul li a {
 font-size: 17px;
}
}
header nav ul li a:visited {
	/*! color: #679ac8; */
}
header nav ul li a.active {
	color: #0894d0;
}
header nav ul li a.active:visited {
	color: #003359;
}
header nav ul li a:hover {
	color: #003359;
}
header nav ul li a.active:hover {
	color: #0894d0;
}
/* ======== home hero =========== */

.home-hero {
 position:relative;
 color:#FFF;
 background-color:#679ac8;
 /*min-height:500px;*/
}
@media only screen and (min-width: 768px) {
 .home-hero {
  height:auto;
 }
}
 /*.home-hero img {
 width: 100%;
 height: auto;
}
*/
.home-hero .banner-content {
 position: absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
 padding-top:28px;
 padding-bottom:28px;
 padding-bottom:12%;
}
.home-hero .banner-content .container {
 height:100%;
}
.home-hero .banner-content .container .row {
 height:100%;
}
@media only screen and (min-width: 480px) {
 .home-hero .banner-content {
 }
	
 .home-hero img {
  /* width: 100%; */
  /* height: auto; */
 }
	
}
@media only screen and (min-width: 768px) {
 .home-hero {
  min-height: inherit;
 }
 .home-hero .banner-content {
  padding-top:38px;
  padding-top:5%;
  padding-bottom:38px;
 }
}
@media only screen and (min-width: 1400px) {
 .home-hero .banner-content {
  padding-top:80px;
  padding-top:5%;
  padding-bottom:10%;
 }
}
@media only screen and (min-width: 1700px) {
 .home-hero .banner-content {
  padding-top:150px;
  padding-top:5%;
  padding-bottom:12%;
 }
}
.home-hero h1 {
 font-size:30px;
 line-height:110%;
 color:#FFF;
 font-weight:700;
}
@media only screen and (min-width: 400px) {
 .home-hero h1 {
  font-size:36px;
 }
}
@media only screen and (min-width: 768px) {
 .home-hero h1 {
  font-size:32px;
 }
}
@media only screen and (min-width: 992px) {
 .home-hero h1 {
  font-size:45px;
 }
}
@media only screen and (min-width: 1200px) {
 .home-hero h1 {
  font-size:54px;
  width:90%;
 }
}


/* large search form */
.filter-search {
	padding-top:32px;
	padding-bottom:0;
}
 @media only screen and (min-width: 768px) {
.filter-search {
 padding-top:28px;
 padding-bottom:10px;
}
}
 @media only screen and (min-width: 992px) {
.filter-search {
 padding-top:36px;
 padding-bottom:15px;
}
}
 @media only screen and (min-width: 1200px) {
.filter-search {
 padding-top:46px;
}
}
.has-search .form-control {
	padding-left: 2.375rem;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #393939;
}
 @media only screen and (max-width: 767px) {
 .filter-search .largescreen {
 display:none;
}
}
@media only screen and (min-width: 768px) {
 .filter-search .smallscreen {
 display:none;
}
}
.filter-search input {
	background-color:#FFF;
	border: 1px solid #FFF;
	background-clip: border-box;
	font-weight:400;
}
 @media only screen and (min-width: 992px) {
 .filter-search .form-control {
 padding: .65rem;
 padding-left:1rem;
 height:auto;
 font-size:22px;
}
}
 .filter-search input::-webkit-input-placeholder {
 color: #393939;
 display: inline-block !important;
 overflow-wrap: break-word;
 word-wrap: break-word;
 hyphens: auto;
}
.filter-search input::-webkit-input-placeholder {
 color: #393939;
}
.filter-search input:-moz-placeholder {
 color: #393939;
}
.filter-search input:-moz-placeholder {
 color: #393939;
}
.form-control {
	font-weight: 400;
	color: #393939;
}
.smallscreen .form-control {
	height:auto;
}
.largescreen .form-control {
	height:auto;
}
.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 0;
}
.btn-searchsubmit {
	color: #0894d0;
	background-color: #FFF;
}
.btn-searchsubmit .fa {
	font-size:30px;
}
 @media only screen and (min-width: 768px) {
 .btn-searchsubmit .fa {
 font-size:22px;
}
}
 @media only screen and (min-width: 992px) {
 .btn-searchsubmit {
 font-size:24px;
}
 .btn-searchsubmit .fa {
 font-size:30px;
}
}
.btn-searchsubmit:visited {
	color: #0894d0;
	background-color: #FFF;
}
.btn-searchsubmit:focus {
	color: #0894d0;
	background-color: #FFF;
	text-decoration: none;
}
.category-filters {
	padding-top:30px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 .category-filters {
 padding-top:15px;
 padding-bottom:15px;
}
}
 @media only screen and (min-width: 992px) {
.category-filters {
 padding-top:22px;
 padding-bottom:22px;
}
}
 @media only screen and (min-width: 1200px) {
.category-filters {
 padding-top:30px;
 padding-bottom:30px;
}
}
/* The search-cat */
.search-cat {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 35px;
	vertical-align:middle;
}
 @media only screen and (min-width: 480px) {
.search-cat {
 font-size: 24px;
 padding-top:2px;
}
}
 @media only screen and (min-width: 768px) {
.search-cat {
 display:  inline;
 vertical-align:middle;
 font-size: 12px;
 padding-left: 25px;
 margin-right: 15px;
 margin-bottom: 0;
}
}
 @media only screen and (min-width: 992px) {
.search-cat {
 font-size: 18px;
 padding-top:0px;
 padding-left: 25px;
}
}
 @media only screen and (min-width: 1200px) {
.search-cat {
 padding-left: 35px;
 font-size: 22px;
}
}

/* Hide the browser's default radio button */
.search-cat input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 35px;
	-webkit-appearance:none;
	cursor: pointer;
	background-color: transparent;
	border-radius: 50%;
	border: 3px solid #FFF;
}
 @media only screen and (min-width: 768px) {
.search-cat input[type="radio"] {
 height: 18px;
 width: 18px;
 border: 2px solid #FFF;
}
}
 @media only screen and (min-width: 992px) {
.search-cat input[type="radio"] {
 height: 20px;
 width: 20px;
}
}
 @media only screen and (min-width: 1200px) {
.search-cat input[type="radio"] {
 height: 25px;
 width: 25px;
 border: 2px solid #FFF;
}
}

.search-cat input:checked {
	background: #0894d0;
}
/* takeover search */

.close-btn {
	position: relative;
	z-index: 9999;
}
.search-area .close-btn .fa {
	color:#0894d0
}
.search-area {
	position:  fixed;
	z-index:400;
	display: none;
	content: '';
	top:0;
	left:0;
	padding-left:18.75%;
	background: #ccd4de;
	width:100%;
	height:100%;
}
 @media only screen and (max-width: 767px) {
.search-area {
 z-index:12000;
 padding-left:0;
}
 .search-area .container {
 padding-left: 15px;
 padding-right: 15px;
}
}
.form-btn {
	margin-top: 120px;
}
 @media only screen and (min-width: 768px) {
.form-btn {
 margin-top: 40%;
}
}
.form-btn input {
	height:60px;
	background: #FFF;
	font-size: 28px;
}
.form-btn input:focus {
	background: transparent;
	background: #FFF;
	outline: none;
	box-shadow: none;
	border-color:#ced4da;
}
.brd-left-none {
	border-left: none !important;
}
.form-btn .form-control {
	border-right:none !important;
}
.border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
 .form-btn input::placeholder {
/*color: #fff;*/
font-weight: normal;
}
.form-btn i {
	font-size: 30px;
}
/* =========== scroll down arrow =============*/

#scrolldown {
	text-align: left;
	line-height:100%;
}
#scrolldown img {
	width:60px;
	height:auto;
	opacity:1;
}
#scrolldown img:visited {
	opacity:1;
}
#scrolldown img:hover {
	opacity:.9;
}
 @media only screen and (min-width: 992px) {
#scrolldown img {
width:81px;
}
}
 @media only screen and (min-width: 1200px) {
 #scrolldown img {
 width: 98px;
}
}

/* ======== home page sections =========== */

.sectionpadding {
	padding-top:35px;
	padding-bottom:55px;
}
 @media only screen and (min-width: 768px) {
.sectionpadding {
 padding-top:5px;
 padding-bottom:25px;
}
}
 @media only screen and (min-width: 992px) {
.sectionpadding {
 padding-top:15px;
 padding-bottom:35px;
}
}
 @media only screen and (min-width: 1200px) {
.sectionpadding {
 padding-top:35px;
 padding-bottom:55px;
}
}

.intro {
	font-weight:600;
}
.intro p {
	font-weight:normal;
	line-height: 1.5em;
}
h2.sectionheader {
	font-size:30px;
	margin-bottom:10px;
	text-align: center;
}
 @media only screen and (min-width: 480px) {
 h2.sectionheader {
 font-size:36px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 768px) {
 h2.sectionheader {
 font-size:24px;
}
}
 @media only screen and (min-width: 1200px) {
h2.sectionheader {
 font-size:30px;
}
}

.stats {
	background-image:url(../images/attorney-meeting-gray-fade-sm.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
 @media only screen and (min-width: 768px) {
 .stats {
 background-image:url(../images/attorney-meeting-gray-fade.jpg);
 background-position:bottom center;
 background-size:cover;
}
}
 @media only screen and (min-width: 992px) {
.stats {
 padding-top:35px;
 padding-bottom:35px;
}
}
 @media only screen and (min-width: 1200px) {
.stats {
 padding-top:55px;
 padding-bottom:55px;
}
}

.card {
	background-color: transparent;
	border:  none;
	border-radius: 0;
}
.card-img {
	border:  none;
	border-radius: 0;
}
.card-img-top {
	width: 100%;
	border-top-left-radius:0;
	border-top-right-radius: 0;
}
.stats h2 {
	font-size:84px;
	line-height:90%;
	font-weight:600;
	color:#393939;
	position:relative;
	display:inline-block;
	padding-bottom:30px;
	margin-bottom:30px;
}

.stats h2 a:link, .stats h2 a:visited {
	color:#0894d0;
	text-decoration:none;
	
}

.stats h2 a:hover, .stats h2 a:focus {
	color:#B84A00;
	text-decoration:none;
	
}
.stats h2 span {
	display:block;
	font-size:52%;
}
 @media only screen and (min-width: 768px) {
.stats h2 {
 font-size:52px;
}
}
 @media only screen and (min-width: 992px) {
 .stats h2 {
 font-size:58px;
}
}
 @media only screen and (min-width: 1200px) {
 .stats h2 {
 font-size:71px;
}
}

.stats h2:after {
	content: '';
	position:absolute;
	background-color:#0894d0;
	width:60%;
	height:3px;
	bottom:0;
	left:0;
}
.stats p {
	font-weight:600;
}
/* ------ Owl Carousel styles------- */

.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: -25px;
}

.owl-carousel:focus {
	outline:none;
}
 .owl-theme .owl-nav [class*=owl-] {
opacity: .9;
background: none;
 border-radius: 0;
 padding:0;
margin: 0;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
background: none;
opacity: 1;
}

@media only screen and (max-width: 768px) {

.owl-prev {
	width: 28px;
	height: 58px;
	position: absolute;
	left: -36px;
	top:40%;
	border: none;
}
.owl-next {
	width: 28px;
	height: 58px;
	position: absolute;
	right: -36px;
	top:40%;
	border: none;
}
	
}

/*

@media only screen and (min-width: 768px) {
.owl-prev {
width: 12px;
height: 26px;
left: -26px;
}
.owl-next {
width: 12px;
height: 26px;
right: -26px;
}
}
@media only screen and (min-width: 992px) {
 .owl-prev {
width: 19px;
height: 41px;
left: -41px;
}
.owl-next {
width: 19px;
height: 41px;
right: -41px;
}
}
@media only screen and (min-width: 1200px) {
 .owl-prev {
width: 23px;
height: 50px;
left: -50px;
}
.owl-next {
width: 23px;
height: 50px;
right: -50px;
}
}

*/

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
	display: none;
}
/* ------- news blocks ------ */
/* ------- used in slider, grid block and accordions ------ */


.news-block {
	/* background-color:#ededed; */
	background-color:#fff;
}
.news-block:hover {
	background-color:#679ac8;
}
.news-block .card-body {
	padding:0;
}
.news-block .card-body {
	padding: 20px;
}
 @media only screen and (min-width: 360px) {
 .news-block .card-body {
 padding: 40px;
 padding-top:20px;
 padding-bottom:20px;
}
}
 @media only screen and (min-width: 768px) {
.news-block .card-body {
 padding: 15px;
 padding-top:10px;
 padding-bottom:10px;
}
}
 @media only screen and (min-width: 1200px) {
.news-block .card-body {
 padding: 20px;
 padding-top:20px;
 padding-bottom:20px;
}
}

.news-block a, .news-block a:visited, .news-block a:hover {
	text-decoration:none;
}
.news-block a >h3 {
	color:#679ac8
}
.news-block a:hover > h3 {
	color:#FFF
}
.news-block:hover h3 {
	color:#FFF
}
.news-block h3 {
	font-size:24px;
	line-height:118%;
	font-weight:600;
	text-transform: none;
	display:block;
	text-align:left;
	padding:0;
	margin-top:0;
}
p.news-cat {
	font-size:20px;
	color:#FFF;
	font-weight:700;
	position: absolute;
	bottom:0px;
	left:40px;
}
@media only screen and (min-width: 360px) {
.news-block h3 {
font-size:24px;
}
p.news-cat {
 font-size:24px;
	 left:24px;
}
}
 @media only screen and (min-width: 768px) {
.news-block h3 {
font-size:13px;
}
p.news-cat {
 font-size:14px;
	line-height: 105%;
 left:15px; padding-bottom: 0px;
}
}
 @media only screen and (min-width: 1200px) {
.news-block h3 {
font-size:20px;
}
 p.news-cat {
 font-size:24px;
 left: 20px;
 line-height: 105%;
 padding-bottom: 2px;
}
}

 p.news-cat {
 font-size:30px;
 left: 25px;
	 line-height: 105%;
	 padding-bottom: 4px;

}
}
.news-block h3 a, .news-block h3 a:visited {
	color:#679ac8;
	font-weight:600;
	text-decoration:none;
}
.news-block h3 a:hover {
	color:#B84A00;
	text-decoration: none;
}
/* ------- news slider ------ */

.news-slider {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 360px) {
.news-slider {
 width:90%;
}
}
 @media only screen and (min-width: 768px) {
.news-slider {
 width:100%;
}
}
.news-slider .news-block {
	/* height:100%;  */
}
.news-thumb {
	position:relative;
	background-color:#679ac8;
}
 @media only screen and (min-width: 768px) {
 .news-slider.owl-carousel .owl-item {
 height:255px;
}
}
 @media only screen and (min-width: 992px) {
 .news-slider.owl-carousel .owl-item {
 height:285px;
}
}
 @media only screen and (min-width: 1200px) {
 .news-slider.owl-carousel .owl-item {
 height:435px;
}
}

p.see-all-ctr {
	padding-top:15px;
	font-weight:600;
	text-align:center;
	color:#393939;
}

@media only screen and (max-width: 768px) {
	
p.see-all-ctr {
	padding-top:50px;
}	
	
}

p.see-all-ctr a {
	color:#393939;
	text-decoration:none;
}
p.see-all-ctr a:hover {
	color:#0894d0;
	text-decoration: underline;
}
/* industry insiders grid */
.insiders-grid {
	color:#FFF;
	text-align:center;
	padding-top:0;
}
 @media only screen and (max-width: 575px) {
 .insiders-grid.sectionpadding {
 padding-top: 0;
}
 .insiders-grid .container {
 width: 100%;
 padding-left: 0px;
 padding-right: 0px;
}
}
.insiders-grid .row {
	padding-bottom: 10px;
}
.insiders-grid h2 {
	text-align: left;
	padding-left:20px;
}
 @media only screen and (min-width: 576px) {
.insiders-grid h2 {
 padding-left:0;
}
}
.insiders-grid h3 {
	padding-left:6px;
	padding-right:6px;
	color:#FFF;
	text-align:center;
}
 @media only screen and (min-width: 480px) {
.insiders-grid h3 {
 font-size:122%;
}
}
 @media only screen and (min-width: 768px) {
.insiders-grid h3 {
 font-size:90%;
}
}
 @media only screen and (min-width: 992px) {
 .insiders-grid h3 {
 font-size:17px;
}
}
 @media only screen and (min-width: 1200px) {
.insiders-grid h3 {
 font-size:18px;
}
}

.insiders-grid a:hover h3, .insiders-grid a:hover .icon {
	opacity:.8;
	transition: 0.3s;
}
.insiders-grid .icon {
	max-height:50px;
	width:auto;
	max-width: inherit;
}

.insiders-slider.owl-carousel .owl-item img.icon {
    width: auto;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
.insiders-grid .icon {
 max-height:35px;
}
}
 @media only screen and (min-width: 992px) {
 .insiders-grid .icon {
 max-height:60px;
}
}
 @media only screen and (min-width: 1200px) {
.insiders-grid .icon {
 max-height:75px;
}
}

.insiders-grid .griditem {
	position:relative;
	background-color:#666;
}
.insiders-grid .griditem-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* Jeff Update 4-30-2020
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	*/
	align-items: center;
	justify-content: center;
}
/* ======== INTERIOR PAGES =========== */

.pageheader {
	position:relative;
	color:#679ac8;
	font-weight:600;
}
.pageheaderimg {
	width:100%;
	height:auto;
	min-height:280px;
}
 @media only screen and (min-width: 480px) {
 .pageheaderimg {
 min-height:325px;
}
}
.pageheader article {
	padding-top:30px;
	padding-bottom:28px;
}
 @media only screen and (min-width: 768px) {
 .pageheader:after {
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); */
}

 .pageheader.bio:after {
/* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%); */
}
 .pageheader.nogradient:after {
 background: none;
}
 .pageheader article {
position: absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 padding:0;
 padding-bottom:20px;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-end;
 justify-content: flex-start;
flex-wrap: wrap;
 z-index:1;
}
}
 @media only screen and (min-width: 1500px) {
.pageheader article {
 padding-bottom:40px;
}
}
/* category icon for insights blog section */

.pageheader article .container-fluid {
	padding:0;
}
.pageheader .category-icon {
	position:absolute;
	top:29%;
	left:0;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background: -moz-linear-gradient(left, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 65%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 65%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 65%, rgba(125, 185, 232, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0894d0', endColorstr='#007db9e8', GradientType=1 );
}
 @media only screen and (min-width: 768px) {
 .pageheader .category-icon {
 position: relative;
 top: auto;
 left: auto;
 display:block;
 padding-top:15px;
 padding-bottom:15px;
 margin-bottom:20px;
 background: -moz-linear-gradient(left, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 35%, rgba(125, 185, 232, 0) 100%);
background: -webkit-linear-gradient(left, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 35%, rgba(125, 185, 232, 0) 100%);
background: linear-gradient(to right, rgba(8, 148, 208, 1) 0%, rgba(49, 161, 216, 0) 35%, rgba(125, 185, 232, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0894d0', endColorstr='#007db9e8', GradientType=1 );
}
}
 @media only screen and (min-width: 992px) {
}
 @media only screen and (min-width: 1200px) {
 .pageheader .category-icon {
 padding-top:20px;
 padding-bottom:20px;
 margin-bottom:30px;
}
}
.pageheader .category-icon img {
	max-width:78px;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 .pageheader .category-icon img {
max-width:68px;
}
}
 @media only screen and (min-width: 1200px) {
 .pageheader .category-icon img {
 max-width:10%;
}
}
.pageheader h1 {
	padding:0;
	margin:0;
}
 @media only screen and (min-width: 768px) {
.pageheader.nogradient h1 {
 color:#FFF;
}

.pageheader.nogradient h1 a, .pageheader.nogradient h1 a:visited {
 color:#FFF;
 /*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;*/
}
.pageheader.nogradient h1 a:hover, .pageheader.nogradient h1 a:focus {
 color:#0894d0;
 /* border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0894d0;*/
}
}

.pageheader h2 {
	padding:0;
	margin:0;
	font-weight:700;
}
.pageheader h2.title {
	padding-bottom:9px;
}
 .pageheader div:nth-child(2) h2 {
 padding-top:5px;
}
.pageheader h2, .pageheader p {
	font-size:1rem;
}
 @media only screen and (min-width: 400px) {
.pageheader h2, .pageheader p {
 font-size:20px;
}
}
 @media only screen and (min-width: 768px) {
.pageheader h2, .pageheader p {
 font-size:0.8125rem;
 font-size:0.65rem;
font-size:0.5rem;
}
}
 @media only screen and (min-width: 850px) {
.pageheader h2, .pageheader p {
 font-size:0.63rem;
}
}
 @media only screen and (min-width: 992px) {
.pageheader h2, .pageheader p {
 font-size:0.875rem;
 font-size:0.73rem;
 letter-spacing:-.015em;
}
}
 @media only screen and (min-width: 1200px) {
.pageheader h2, .pageheader p {
 font-size:1rem;
 font-size:0.875rem;
}
}
 @media only screen and (min-width: 1400px) {
.pageheader h2, .pageheader p {
 font-size:1rem;
}
}
 @media only screen and (min-width: 1600px) {
.pageheader h2, .pageheader p {
 font-size:1.125rem;
}
}

.pageheader p.title {
	font-size:120%;
	margin:0;
	padding:0;
}
 @media only screen and (min-width: 400px) {
.pageheader p.title {
 font-size:22px;
}
}
 @media only screen and (min-width: 768px) {
.pageheader p.title {
 font-size:15px;
 max-width:58%;
}
}
 @media only screen and (min-width: 992px) {
.pageheader p.title {
 font-size:17px;
 max-width:48%;
}
}
 @media only screen and (min-width: 1200px) {
.pageheader p.title {
 font-size:21px;
 max-width:58%;
}
}

.pageheader .contactinfo {
	padding-top:20px;
	margin-top:20px;
	position:relative;
}
 @media only screen and (min-width: 768px) {
 .pageheader .contactinfo {
 padding-top:15px;
 margin-top:15px;
 max-width:60%;
}
 .pageheader .contactinfo .col-md-6:nth-child(2) {
 padding-left:5px;
}
}
 @media only screen and (min-width: 992px) {
 .pageheader .contactinfo {
 padding-top:18px;
 margin-top:15px;
 max-width:58%;
}
}
 @media only screen and (min-width: 1200px) {
.pageheader .contactinfo {
 padding-top:25px;
 margin-top:22px;
 position:relative;
}
}
 @media only screen and (min-width: 1600px) {
.pageheader .contactinfo {
}
}

.pageheader .contactinfo:before {
	content: '';
	position:absolute;
	background-color:#003359;
	width:30%;
	height:4px;
	top:0;
	left:0;
}
 @media only screen and (min-width: 992px) {
.pageheader .contactinfo:before {
 height:4px;
}
}
.contactinfo .email, .contactinfo .email:visited {
	font-weight:700;
	color: inherit;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.contactinfo .email:hover {
	color: #0894d0;
	text-decoration:underline;
}
/* page tools icons */

.pagetools {
	padding-top:15px;
}
 @media only screen and (min-width: 768px) {
.pagetools {
 padding-top:10px;
}
}
.pagetools a.icon {
	display: inline-block;
	overflow: hidden;
	width:40px;
	height:40px;
	text-align: center;
	color:#FFF;
 margin-right:.5rem;
	background-color: #0894d0;
	vertical-align:middle;
	border-radius:50%;
	position: relative;
	-js-display: flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom:15px;
}
 @media only screen and (min-width: 400px) {
.pagetools a.icon {
width:50px;
 height:50px;
}
}
 @media only screen and (min-width: 768px) {
.pagetools a.icon {
 width:21px;
height:21px;
margin-bottom:0;
}
}
@media only screen and (min-width: 992px) {
.pagetools a.icon {
width:26px;
height:26px;
}
}
@media only screen and (min-width: 1200px) {
.pagetools a.icon {
width:34px;
height:34px;
}
}

.pagetools a.icon:visited, .pagetools img:visited {
	opacity:1;
}
.pagetools img:hover {
	opacity:.9;
}
.pagetools a.icon:hover {
	opacity:.9;
}
.pagetools a.icon:focus {
	outline: thin dotted;
}
/* Tooltip */
.tooltip > .tooltip-inner {
	background-color: #679ac8;
  border: 1px solid  #679ac8;

}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #679ac8; /* Red */
}
/* intro interior pages */

.intro-content {
	font-weight:600;
	background-color:#ededed;
	color:#679ac8;
}
.intro-content p {
	font-size:26px;
	font-weight:600;
	color:#679ac8;
}
 @media only screen and (min-width: 768px) {
 .intro-content p {
 font-size:13px;
}
}
 @media only screen and (min-width: 992px) {
.intro-content p {
 font-size:17px;
}
}
 @media only screen and (min-width: 1200px) {
.intro-content p {
 font-size:22px;
}
}



/* read more read less */


[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
 display: none;
}
.readmore {
	padding-bottom:20px;
}
/* content - tabs area */


.content.sectionpadding {
	padding-top:25px;
	padding-bottom:25px;
}
 @media only screen and (max-width: 767px) {
.content.sectionpadding {
 padding-top:0;
}
}
.content-tabs {
	padding-bottom:20px;
}
 @media only screen and (min-width: 768px) {
.content-tabs.first {
 padding-bottom:0;
}
}
 @media only screen and (min-width: 768px) {
.nav-tabs {
 font-size:13px;
 font-weight:700;
 color: #679ac8;
 padding-bottom:20px;
 border:none;
}
}
 @media only screen and (min-width: 992px) {
.nav-tabs {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.nav-tabs {
 font-size:20px;
}
}
 @media only screen and (min-width: 1400px) {
.nav-tabs {
 font-size:21px;
}
}

.nav-tabs .nav-item.show .nav-link {
	color: #679ac8;
	background-color: #fff;
	border:none;
	text-decoration:none;
}
.nav-tabs .nav-link {
	color: #679ac8;
	white-space: nowrap;
	padding:0;
	padding-bottom:4px;
 margin-left:.35rem;
 margin-right:.35rem;
	border:none;
	text-decoration:none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
 @media only screen and (min-width: 800px) {
.nav-tabs .nav-link {
 margin-left:.5rem;
 margin-right:.5rem;
}
}
 @media only screen and (min-width: 900px) {
.nav-tabs .nav-link {
 margin-left:.75rem;
 margin-right:.75rem;
}
}
.nav-tabs .nav-link:first-of-type {
	margin-left:0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:#0894d0;/*text-decoration:none;*/
}
.nav-tabs .nav-link.active {
	color: #679ac8;
	background-color: #fff;
	border-bottom-color: #0894d0;/*text-decoration:none;*/
}
/* SUBNAV - for generic pages - displays in gray intro area */



 @media only screen and (min-width: 768px) {
.intro-content .subnav {
 padding-top:30px;
 padding-bottom:30px;
}
}
 @media only screen and (min-width: 1200px) {
.intro-content .subnav {
 padding-top:50px;
 padding-bottom:50px;
}
}
.subnav ul {
	margin:0;
	padding:0;
	list-style:none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
 @media only screen and (min-width: 1200px) {
.subnav ul {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
 -webkit-column-gap: 40px;
 -moz-column-gap: 40px;
 column-gap: 40px;
}
}
.subnav li a, .subnav li a:visited {
	font-size:14px;
	line-height:125%;
	color:#679ac8;
	font-weight:700;
	display:inline-block;
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #679ac8;
}
.subnav li a.active, .subnav li a:hover, .subnav li a:focus {
	color:#0894d0;
}
 @media only screen and (min-width: 992px) {
.subnav li a, .subnav li a:visited {
 font-size:15px;
}
}
 @media only screen and (min-width: 1200px) {
 .subnav li a, .subnav li a:visited {
 font-size:17px;
}
}

/* mobile subnav */


.subnav-mobile ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:30px;
}
.subnav-mobile a:link, .subnav-mobile a:visited {
	font-size:24px;
	font-weight:700;
	line-height:115%;
	color:#679ac8;
	text-transform: none;
	text-decoration:none;
	display: block;
	position:relative;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0894d0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subnav-mobile a.active {
	color:#0894d0;
}
.subnav-mobile a:hover {
	color:#0894d0;
}
.subnav-mobile span.toggle-icon {
	padding-left:16px;
}
.subnav-mobile span.toggle-icon img {
	width:14px;
	max-width:14px;
	height:auto;
}
/* ------- grid slider ------ */

.grid-slider {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 360px) {
.grid-slider {
 width:90%;
}
}
 @media only screen and (min-width: 768px) {
.grid-slider {
 width:100%;
}
}
.grid-slider .news-block, .grid-slider .news-block:visited {
	height:406px;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
.grid-slider .news-block {
 height:162px;
}
}
 @media only screen and (min-width: 992px) {
 .grid-slider .news-block {
 height:162px;
}
}
 @media only screen and (min-width: 1200px) {
.grid-slider .news-block {
 height:253px;
}
}

/* ------------- accordion ------------ */
 .accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
}
/* expand all collapse all */
p.expand {
	font-size:15px;
	text-align: right;
	font-weight:700;
	color:#679ac8;
	text-transform:uppercase;
	letter-spacing:.02em;
	width:90%;
	margin-top:24px;
}
 @media only screen and (min-width: 768px) {
p.expand {
 width:95%;
 margin-top:0;
}
}
.expand_all {
 margin-right:.25rem;
}
.closeall {
 margin-left:.25rem;
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-notoggle, a.accordion-notoggle:visited {
	font-size:32px;
	font-weight:700;
	line-height:115%;
	color:#679ac8;
	text-transform: none;
	text-decoration:none;
	display: block;
	position:relative;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0894d0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion-container:first-of-type a.accordion-toggle {
	border:none;
}
/* sub-accordions */
a.accordion-toggle.subaccordion, a.accordion-toggle.subaccordion:visited {
	font-size:1rem;
	font-weight:600;
	line-height:120%;
	color:#679ac8;
	letter-spacing:-.015em;
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
	border:none;
	display: block;
}
a.accordion-toggle h2 {
	font-size:24px;
padding-right:.5rem;
}
 @media only screen and (min-width: 480px) {
 a.accordion-toggle h2 {
 font-size:32px;
 padding-right:1.5rem;
}
}
a.accordion-toggle h3 {
	margin:0px;
	padding:0px;
}
a.accordion-toggle.open {
	color:#679ac8;
}
a.accordion-toggle:hover {
	color:#679ac8;
}
a.accordion-toggle:hover h2 {
/*text-decoration:underline;*/
}
a.accordion-toggle:focus {
	outline: thin dotted;
}
a.accordion-notoggle {
	color:#679ac8;
}
.toggle-title {
 padding-right:.35rem;
	display: inline;
}
.toggle-title br {
	display: none;
}
 @media only screen and (min-width: 768px) {
 .toggle-title br {
 display: block;
}
}
/* mobile accordion toggle icon */
 .accordion-toggle span.toggle-icon img {
	width:24px;
	height:auto;
 margin-left:.75rem;
	line-height:1;
}
 @media only screen and (min-width: 400px) {
.accordion-toggle span.toggle-icon img {
 width:32px;
}
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-toggle:hover {
	text-decoration: none;
}
a.accordion-toggle span.toggle-icon, a.accordion-toggle span.toggle-icon:visited, a.accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
}
/* sub accordion toggle icon */

.accordion-toggle.subaccordion span.toggle-icon, a.accordion-toggle.subaccordion span.toggle-icon:visited {
	position: relative;
	display:inline;
	top: 0;
	right: auto;
}
.accordion-toggle span.toggle-icon .fa {
	font-size:16px;
}
 @media only screen and (min-width: 768px) {
.accordion-toggle span.toggle-icon .fa {
 font-size:14px;
}
}
 @media only screen and (min-width: 992px) {
.accordion-toggle span.toggle-icon .fa {
}
}
 @media only screen and (min-width: 1200px) {
.accordion-toggle span.toggle-icon .fa {
 font-size:16px;
}
}

/* practice list accordions*/

.practicelist {
	padding-top:10px;
}
 @media only screen and (min-width: 768px) {
.practicelist {
 padding-top:0;
}
}
.practicelist a.accordion-toggle, a.accordion-toggle:visited, .practicelist a.accordion-notoggle, a.accordion-notoggle:visited {
	font-size:18px;
	max-width:90%;
	padding-top:12px;
	padding-bottom:12px;
	justify-content: flex-start;
	border:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(8, 148, 208, 0.5);
}
 @media only screen and (min-width: 768px) {
.practicelist a.accordion-toggle, a.accordion-toggle:visited, .practicelist a.accordion-notoggle, a.accordion-notoggle:visited {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.practicelist a.accordion-toggle, a.accordion-toggle:visited, .practicelist a.accordion-notoggle, a.accordion-notoggle:visited {
 font-size:18px;
}
}

.practicelist .accordion-toggle span.toggle-icon img {
	margin-bottom:3px;
}
/* practice list toggle icon*/

 .practicelist .accordion-toggle span.toggle-icon img {
	width:16px;
	height:auto;
}
/* accordion content */
.accordion-content {
	display: none;
	padding: 10px;
}
.accordion-set.mobile .accordion-content {
	padding-top:20px;
	padding-bottom:20px;
}
.accordion-content ul li ul {
	margin-top:8px;
}
.accordion-content .news-block {
	min-height:360px;
	margin-bottom:15px;
}
 @media only screen and (min-width: 480px) {
 .accordion-content .news-block {
 min-height:406px;
}
}
.practicelist .accordion-content ul li {
	font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.practicelist .accordion-content ul li {
 font-size:18px;
}
}

/* ============ Attorney Listing page ============ */
/* note - form styles also used for Insights search */


/* attorney and insights blog search form */

.attorney-search, .attorney-search p {
	font-size:25px;
	font-weight:700;
	color:#679ac8;
	position:relative;
}
.alphabet {
	clear:both;
	color:#679ac8;
	line-height:180%;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
 @media only screen and (max-width: 767px) {
 .alphabet a {
 padding-right: 1rem;
}
 .alphabet span.break-sm {
 padding-left: 0;
 padding-right: 0;
 display:block;
}
}
 @media only screen and (min-width: 768px) {
.attorney-search, .attorney-search p {
 font-size:13px;
}
 .alphabet {
 padding-bottom:3px;
 margin-bottom:3px;
 position: relative;
-js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
}
 @media only screen and (min-width: 1200px) {
.attorney-search, .attorney-search p {
 font-size:18px;
}
}
 @media only screen and (min-width: 1920px) {
.attorney-search, .attorney-search p {
 font-size:24px;
}
}
.alphabet a {
	color: #679ac8;
	display:inline-block;
}
.alphabet a.linked {
	color:#679ac8;
	text-decoration:underline;
}
.alphabet a.linked:hover {
	color:#B84A00;
	text-decoration: underline;
}
/* search (and other) forms */

span.required {
	color:#B84A00;
	font-weight:600;
	
}

label span.required {
	font-size:140%;
	vertical-align:middle;
	padding-left:1px;
	
}

.row.sm-gutters {
	margin-right: -8px;
	margin-left: -8px;
}
 .row.sm-gutters > [class^="col-"], .row.sm-gutters > [class*=" col-"] {
 padding-right: 8px;
 padding-left: 8px;
}
.attorney-searchform {
	padding-top:15px;
	padding-bottom:10px;
}


.attorney-searchform p {
	font-size:16px;
}

.attorney-searchform label {
	display:block;
	width:100%;
}


.attorney-searchform input[type=text], .attorney-searchform input[type=email], .attorney-searchform textarea, .attorney-searchform select {
	width:100%;
	height:38px;
	font-size:18px;
	font-weight:500;
	display: inline-block;
	border: 2px solid #0894d0;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom:15px;
}

.attorney-searchform textarea {
	
	height: auto;
	
}
.attorney-searchform select {
	color: #679ac8;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/toggle-arrow-down.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 29px 14px;
}
 @media only screen and (min-width: 768px) {
 .attorney-searchform input[type=text], .attorney-searchform select {
 font-size:14px;
}
 .attorney-searchform select {
 background-size: 24px 12px;
}
}
 @media only screen and (min-width: 1200px) {
 .attorney-searchform input[type=text], .attorney-searchform select {
 height:38px;
 font-size:18px;
}
}

 .attorney-searchform input::-webkit-input-placeholder {
 color: #679ac8;
}
.attorney-searchform input:-moz-placeholder {
 color: #679ac8;
}
.attorney-searchform input::-moz-placeholder {
 color: #679ac8;
}
.attorney-searchform input:-ms-input-placeholder {
 color: #679ac8;
}
.attorney-searchform .btn {
	width:100%;
	height:38px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:15px;
}

.attorney-searchform .btn-inline {
	width: auto;
	padding-left:20px;
	padding-right:20px;
	
}
.attorney-searchform .btn-upload {
	height:auto;
	width:auto;
	
}
.attorney-searchform input[type="file" i]::-webkit-file-upload-button {
  
    background-color: #FFF;
	
   -webkit-appearance: none;
    padding: 2px 6px 3px;
	border-radius:3px;
    border: 1px outset #679ac8;
}

.attorney-searchform input[type="file" i]::-webkit-file-upload-button:hover {
  
    background-color: #0894d0;
	color: #FFF;
	
   
    border: 1px outset #0894d0;
}




/* attorney listings and search results */

.attorney-listings {
	padding-top:28px;
	color:#679ac8;
}
/* attorney listings bottom border */
.attorney-listings .row.border-blue-sm {
	padding-bottom:21px;
	margin-bottom:21px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0894d0;
}
 .attorney-listings > .row:nth-child(4) .contactinfo:nth-child(2) .row.border-blue-sm {
 border:none
}
 @media only screen and (min-width: 768px) {
.attorney-listings .row.border-blue-sm {
 padding-bottom:0;
 margin-bottom:0;
 border:none
}
.border-blue-lg {
 padding-bottom:28px;
 margin-bottom:28px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #003359;
}
}
 @media only screen and (min-width: 1200px) {
 .border-blue-lg {
 padding-bottom:38px;
 margin-bottom:38px;
}
}
/* attorney listings thumbnail images */
.attorney-listings img {
	width:100%;
	height:auto;
}
/* attorney listings typography */

 .attorney-listings h2 {
	font-size:18px;
	padding:0;
	margin:0;
	margin-bottom:4px;
}
.attorney-listings .contactinfo p {
	font-size:15px;
	line-height:120%;
	font-weight:500;
	padding-bottom:4px;
}
.attorney-listings .contactinfo p.title {
	font-weight:600;
}
 @media only screen and (min-width: 480px) {
 .attorney-listings h2 {
 font-size:22px;
}
 .attorney-listings .contactinfo p {
 font-size:18px;
}
}
 @media only screen and (min-width: 768px) {
 .attorney-listings h2 {
 font-size:13px;
}
 .attorney-listings .contactinfo p {
 font-size:12px;
}
}
 @media only screen and (min-width: 992px) {
 .attorney-listings h2 {
 font-size:14px;
}
 .attorney-listings .contactinfo p {
 font-size:12px;
}
}
 @media only screen and (min-width: 1200px) {
 .attorney-listings h2 {
 font-size:20px;
}
 .attorney-listings .contactinfo p {
 font-size:18px;
}
}

.attorney-listings h2 a:link, .attorney-listings h2 a:visited {
	color:#679ac8;
	text-decoration: none;
}
.attorney-listings h2 a:hover {
	color:#0894d0;
	text-decoration:underline;
}
/* Insights (blog) listings and search results */


.catlinks {
	color:#679ac8;
	text-transform:uppercase;
	font-weight:600;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.catlinks {
	font-size:24px;
	color:#679ac8;
	font-weight:600;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
 @media only screen and (min-width: 768px) {
.catlinks {
 font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
.catlinks {
 font-size:18px;
}
}
 @media only screen and (min-width: 1200px) {
.catlinks {
 font-size:20px;
}
}

.catlinks a {
	text-transform:uppercase;
	color:#679ac8;
	text-decoration:none;
 padding-right: .65rem;
 margin-right: .65rem;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0894d0;
}
.catlinks a:last-of-type {
	margin-right: 0;
	border:none;
}
.catlinks a:hover {
	color:#B84A00;
}
.catlinks a:hover span {
	border-bottom:thin dotted #CCC;
}
.catlinks span.break {
	display:block;
	text-transform:none;
	font-size:90%;
	padding-bottom:10px;
}
 @media only screen and (min-width: 768px) {
}
/* INSIGHTS LISTINGS -- main blog landing page */






.insights-listings {
	color:#679ac8;
}

 @media only screen and (min-width: 768px) {

.insights-listings.two-col {
	
	 -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;

}
}


.insights-listings article {
	padding-bottom:15px;
}
.insights-listings h2 {
	display:block;
	text-transform:uppercase;
	padding-bottom:6px;
	margin-top:30px;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0894d0;
}
 @media only screen and (min-width: 992px) {
.insights-listings h2 {
 border-bottom-width: 4px;
}
}

.insights-listings h3.category-header {
	text-transform:uppercase;
	color:#0894d0;
	margin-top:30px;
}
.insights-listings h3.category-header:first-of-type {
	margin-top:0;
}
.insights-listings h4 {
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:6px;
}
.insights-listings h4 a, .insights-listings h4 a:visited {
	color:#679ac8;
	text-decoration:none;
}
.insights-listings h4 a:hover {
	color:#B84A00;
	border-bottom:thin dotted #CCC;
}
/* CATEGORY ARTICLE LISTINGS */



/* category landing page */

.article-listings {
	color:#679ac8;
	padding-top:40px;
}

.article-listings article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0894d0;
}
 @media only screen and (min-width: 992px) {
.article-listings article {
 border-bottom-width: 4px;
}
}

.article-listings article:last-of-type {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.article-listings h2 {
	color:#679ac8;
	text-transform: none;
	padding-bottom:6px;
	margin:0px;
}
.article-listings h2 a:link, .article-listings h2 a:visited {
	color:#679ac8;
	text-decoration:none;
	border-bottom:thin dotted #CCC;
}
.article-listings h2 a:hover {
	color:#B84A00;
	text-decoration:none;
	border-bottom:thin dotted #CCC;
}
 @media only screen and (min-width: 992px) {
.article-listings h2 {
 border-bottom-width: 4px;
}
}
/* BLOG DETAIL pages */

.insights.detail {
	padding-top:0px;
	padding-bottom:20px;
}


.insights.detail article {
	padding-bottom:20px;
}
.insights.detail article img {
	/* padding-bottom:20px; Jeff update. This caused issues with icon images in the content */
}
 @media only screen and (min-width: 1200px) {
.insights.detail article img.fullwidth-photo {
 padding-bottom:30px;
}
}
.insights.detail h2 {
	font-size:30px;
}
 @media only screen and (min-width: 768px) {
.insights.detail h2 {
 font-size:22px;
}
}
 @media only screen and (min-width: 992px) {
.insights.detail h2 {
 font-size:24px;
}
}
 @media only screen and (min-width: 1200px) {
.insights.detail h2 {
 font-size:28px;
}
}
 @media only screen and (min-width: 1500px) {
.insights.detail h2 {
 font-size:35px;
}
}

.insights.detail p.entry-meta {
	margin-bottom:30px;
}
/* author detail block */

.author-detail {
	color:#679ac8;
	margin-bottom:30px;
}
.author-detail img {
	width:100%;
	height:auto;
}
.author-detail h2 {
	font-size:20px;
	font-weight:600;
	margin-top:0;
	padding-top:0;
}
.author-detail p {
	font-size:18px;
	font-weight:600;
}
 @media only screen and (min-width: 768px) {
 .author-detail h2 {
font-size:16px;
}
.author-detail p {
 font-size:13px;
}
}
 @media only screen and (min-width: 992px) {
 .author-detail h2 {
font-size:18px;
}
 .author-detail p {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.author-detail h2 {
font-size:22px;
}
 .author-detail p {
 font-size:18px;
}
}

/* globals for all insights main and category listing pages */

.insights p {
	font-weight:500;
	/*margin:0;
	padding:0;
	margin-bottom:10px;*/
}
.insights ul, .insights ol {
	font-weight:500;
}
.insights p.entry-meta {
	font-weight:600;
}
.insights p .readmore, .insights p .readmore:visited {
	padding-bottom:0;
	text-decoration:none;
	border-bottom:thin dotted #CCC;
}
.insights p .readmore:hover {
	padding-bottom:0;
	text-decoration:none;
	border-bottom:thin dotted #CCC;
}
.insights blockquote {
	margin-left:2rem;
	margin-right:2rem;
}
/* -------- pagination --------- */

.pagination {
	font-weight:700;
	text-align:center;
	justify-content: center;
	padding-top:35px;
	padding-bottom:25px;
}
.content ul li.page-item {
 padding: .25rem .5rem;
}
.page-link {
	color: #679ac8;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	border:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
a.page-link:hover {
	color: #0894d0;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0894d0;
	background-color: transparent;
}
.page-item.active .page-link {
	color: #0894d0;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #6c757d;
	/* pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;*/
	
	border:none;
}
/* ======== footer =========== */
footer {
	padding-top:55px;
	padding-bottom:65px;
	/* text-align:center; */
	background-color: #679ac8;
}
footer, footer p {
	font-size:13px;
	line-height:138%;
	padding-bottom:15px;
}
 @media only screen and (min-width: 480px) {
 footer {
 padding-top:75px;
 padding-bottom:85px;
/* text-align:center; */
}
 footer, footer p {
 font-size:16px;
}
}
 @media only screen and (min-width: 768px) {
 footer {
 padding-top:22px;
 padding-bottom:50px;
 text-align: left;
}
footer, footer p {
 font-size:11px;
}
}
 @media only screen and (min-width: 992px) {
 footer {
 padding-top:32px;
 padding-bottom:60px;
}
footer, footer p {
 font-size:14px;
}
}

footer nav {
	padding-bottom:15px;
}
 @media only screen and (max-width: 767px) {
 footer nav {
 max-width:365px;
 margin-left:auto;
 margin-right:auto;
}
 footer .brk-sm {
 display:block;
}
 footer .brk-lg {
 display:  none;
}
}
 @media only screen and (min-width: 768px) {
 footer .brk-sm {
 display:  none;
}
 footer .brk-lg {
 display:  block;
}
}
footer a {
	color:inherit;
	display: inline;
	white-space: nowrap;
}
footer a:visited {
	color:inherit;
}
footer a:hover {
	color:#003359;
}
footer span.divider {
 padding-left:.35rem;
 padding-right:.35rem;
}
 @media only screen and (min-width: 992px) {
footer span.divider {
 padding-left:.75rem;
 padding-right:.75rem;
}
}
/* social icons */

footer .social {
	text-align: center;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 footer .social {
 text-align: right;
}
}
.custom-social {
	display: inline-block;
	overflow: hidden;
	width: 56px;
	height: 56px;
	text-align: center;
	color:#FFF;
	margin-left:7px;
	margin-right:7px;
	background-color: #679ac8;
	vertical-align:middle;
	border-radius:50%;
	position: relative;
	-js-display: flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-social .fa {
	font-size: 33px;
	line-height: 33px;
	vertical-align:middle;
}
 @media only screen and (min-width: 768px) {
.custom-social {
 width: 32px;
 height: 32px;
 margin-left:4px;
 margin-right:4px;
}
.custom-social .fa {
 font-size: 18px;
 line-height: 18px;
}
}
 @media only screen and (min-width: 1200px) {
.custom-social {
 width: 42px;
 height: 42px;
 margin-left:7px;
 margin-right:7px;
}
.custom-social .fa {
 font-size: 23px;
 line-height: 23px;
}
}

.custom-social a, .custom-social a:visited {
	color:#FFF;
}
.custom-social a:hover {
	color:#FFF;
	transition: 0.3s;
	opacity:.8;
}
.custom-social:hover {
	transition: 0.3s;
	opacity:.8;
}
/******************* Homepage Modal ****************************/

.modal {
   
    z-index: 9999;
    
}




 @media only screen and (min-width: 768px) {

#homeModal {
	margin-top: 25%;
}
}


#homeModal h4 {
	color: #679ac8;
	padding: 0px;
	margin: 0px;
}
 @media only screen and (min-width: 768px) {
 #homeModal {
 margin-top: 9%;
}
}
#homeModal .modal-body p, ul {
	font-size: 14px;
}
#homeModal .close {
	font-size:2em;
}
#homeModal ul {
	margin-bottom: 14px;
}
 /******************* Search Auto Complete ****************************/
 
#desk_search_results .ui-autocomplete { position: absolute;   top: 56px; height: 400px; overflow: scroll;}
#search_results .ui-autocomplete { position: absolute; top: 56px; height: 300px; overflow: scroll;}
.ui-widget-content { line-height: 30px; padding: 15px 16px; z-index: 99999; font-size: 17px; font-family: 'Raleway', sans-serif; font-weight: bold;}
.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item:hover { background: #679ac8; color: #fff; border: none;
    border-bottom: 1px solid #efefef;}
.ui-autocomplete-category { color:#679ac8;  }
.ui-menu .ui-menu-item { padding: 5px; border-bottom: 1px solid #efefef; cursor: pointer;}
.ui-menu .ui-menu-item.view_all { color: #0894d0; }

/*************** Tooltip ********************/

.ui-tooltip.ui-widget-content { padding: 3px 12px; font-size: 14px; max-width: 200px; background-color: #679ac8;
    border: 1px solid #679ac8; border-radius: .25rem; color: #fff; font-weight: 400;}

.ui-tooltip .ui-tooltip-content { position: relative; }
.ui-tooltip .ui-tooltip-content:before { content: ""; position: absolute;
    content: ""; border-color: transparent; border-style: solid; top: -10px; border-width: 0 .4rem .4rem; border-bottom-color: #679ac8; left: -3px; line-height: 26px;}

/*************** Extra homepage styles ********************/

.logo-block {
  color: #fff;
  -webkit-text-fill-color: inherit;
  margin: 45px 0 30px 0;
  text-align: center;
}


 @media only screen and (min-width: 768px) {
.logo-block img{
width: 80%
}
}

 @media only screen and (min-width: 1500px) {
.logo-block img{
width:unset
}
}


.text-block-14 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #679ac8;
  background-clip: border-box;
  border: 1px #fff;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 39px;
  padding-right: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
.text-block-14 a{
  color: #fff;
	text-decoration:none;
}
.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.section.cc-subscribe-form {
  background-color: #679ac8;
  margin-left: -23px;
  margin-right: -56px;
  padding-bottom: 40px;
  padding-right: 0;
}
.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container.cc-subscription-form {
  text-align: center;
  background-color: #679ac8;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: auto;
  padding-left: 60px;
  display: flex;
}

.div-block-12 {
  display: flex;
}



.payment_button .w-button {
  line-height: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000228;
}

.payment_button a {
 color:#fff;
}

.give_us_call{
	margin-top:50px;
}
.give_us_call a{
	color:#fff;
}

.logos{
	margin-top:20px;
}

.dark {
	background-color:#1a1b1f;
}

.btn.btn-primary.dark {
	margin-top:20px;
}

header nav.main-nav ul li a.dropdown-item {
	margin-bottom:3px;
	color: #000;
	font-size:16px;
}

/* Smooth fade for dropdown menus */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

li.nav-item.dropdown.active a{
color:#679ac8;
}

li.nav-item.dropdown a:hover{
color:#679ac8;
}

/* When the dropdown is shown */
.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.logo-list {
	max-width: 110px;
	margin-top: 15px;
	margin: 15px auto 0 auto; 
}

.logo-list img{
	margin-left: 0px;
	margin-bottom: 10px;
}


.footer-copyright{
	margin-top:18px;
}
.footer-links{
	margin-bottom:50px;
}