/*
Theme Name: Paragon
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Paragon</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Paragon
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Paragon is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #7d7d7d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1865ab;
  font-weight: 600;
}

h1 {
  font-size: 34px;
  line-height: 37px;
  margin-bottom: 15px;
}
h1.widget-title {
	font-size: 34px;
	line-height: 40px;	
	color: #5CBCB3;
}
h2 {
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #5CBCB3;
}
h2.has-x-large-font-size {
  line-height: 51px;
}
h3 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  color: #373737;
}
div + h3 {
	margin-bottom: 18px;
}	

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5em;
  color: #1865ab;
  font-weight: 400;
}

p {
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

b, strong {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.radius-18 {
  border-radius: 18px;
  overflow: hidden;
}
.radius-28 {
  border-radius: 28px;
  overflow: hidden;
}

.has-medium-font-size {
  line-height: 30px;

}
p.has-medium-font-size {
  margin-bottom: 0.2em;
}
li.has-medium-font-size {
  margin-bottom: 1.2em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

hr.large-hr {
  height: 19px;
  margin: 0;
}

hr.large-hr.tablet-down{
	display: none;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 background-color: #5cbcb3;
 border: none;
 border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  text-decoration: none;
  padding: 0 2em;
  position: relative;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
 color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #7d7d7d;
  border: 1px solid #cccccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #666666;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
  max-width: 100%;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #3a3a3a;
}
a:visited {
  color: #3a3a3a;
}
a:hover, a:focus, a:active {
  color: #1865ab;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
}
.main-navigation ul {
  margin: 20px 0 10px 0;
  list-style: none;
  width: auto;
}
.main-navigation li {
  margin: 0;
  padding: 0 12px;
  position: relative;
  display: inline-block;
  *display:inline;
  width: auto;
}

.main-navigation a {
  color: #1865ab;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #000000;
}

.main-navigation li .sub-menu{
	position: absolute;
	top:0;
	left: -9999px;
	z-index: 9999;
	background: #1c3f69;
	/* padding: 0.5em 1em; */
	text-align: left;
	display: block;
	min-width: 100%;
	border-top: 20px solid white;
	
}

.main-navigation li:hover .sub-menu{
	left: 0;
	right: 0;
}

.main-navigation li .sub-menu li{
	padding: 0.5em 1em;
	/* margin-bottom: 0.5em; */
	display: block;
	line-height: 1em;
}

.main-navigation li .sub-menu li:hover{
	background-color: #135794;
}

.main-navigation li .sub-menu li a{
	font-size: 0.8em;
	color: white;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a{
	color: #112945;
}

.main-navigation .current-page-ancestor > .current_page_item > a,
.main-navigation .current-page-ancestor > .current-menu-item > a,
.main-navigation .current-page-ancestor > .current_page_ancestor > a{
	color: white;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #7d7d7d;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
  *zoom: 1;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1em;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* @import "modules/infinite-scroll"; */
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*-----------------------------------------------------------*/
/* GLOBAL REUSABLE CLASSES */
.container {
  width: 95%;
  max-width: 1015px;
  margin: 0 auto;
}

.full {
  margin: 0px calc(50% - 50vw); /* 0px is important here */
  max-width: 100vw;
  width: 100vw;
}

.btn-1 {
  background-color: #5cbcb3;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  text-decoration: none;
  padding: 0 2em;
  position: relative;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}
.btn-1:after {
  content: "";
  border-top: 21px solid transparent;
  border-left: 21px solid #5cbcb3;
  border-bottom: 21px solid transparent;
  position: absolute;
  right: -21px;
}
.btn-1:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.btn-1:visited {
  color: #fff;
}

.btn-2 {
  background-color: #b43725;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  text-decoration: none;
  padding: 0 2em;
  position: relative;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}
.btn-2:after {
  content: "";
  border-top: 21px solid transparent;
  border-left: 21px solid #b43725;
  border-bottom: 21px solid transparent;
  position: absolute;
  right: -21px;
}
.btn-2:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.btn-2:visited {
  color: #fff;
}

/* HEADER CSS */
.site-header {
  -moz-box-shadow: 0 5px 8px rgba(28, 63, 105, 0.3);
  -webkit-box-shadow: 0 5px 8px rgba(28, 63, 105, 0.3);
  box-shadow: 0 5px 8px rgba(28, 63, 105, 0.3);
  position: relative;
}

.site-branding {
  float: left;
  margin-top: 1em;
}

.header-right {
  display: block;
  text-align: right;
  margin-top: 1em;
  padding-bottom: 0.5em;
}

.header-contact, .client-login-btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.help-links {
  font-size: 10px;
  line-height: 10px;
}

.header-contact {
  text-align: right;
}
.header-contact a {
  color: #1865ab;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
}
.header-contact p {
  margin-bottom: 0;
}

.client-login-btn {
  vertical-align: top;
  margin: 6px 0 0 20px;
  background: url('img/login-btn.jpg') no-repeat scroll center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  width: 97px;
  height: 66px;
  text-align: center;
  white-space: pre-line;
  line-height: 0;
}
.client-login-btn > a:first-child {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1em;
  padding-top: 15px;
}
.client-login-btn a:first-child:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.client-login-btn > a:last-child {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  color: #373737;
}
.client-login-btn #mobile-menu {
  display: none;
}

/* HOME AND INTERIOR PAGE CSS */
#primary {
  padding: 2em 0;
  width: 54%;
  float: left;
}
.page-id-15 #primary {
  width: 100%;
  float: none;
}

#secondary {
  width: 36%;
  margin-left: 10%;
  float: right;
  padding: 80px 0;
}
body.blog > div#page.hfeed.site > div#content.site-content > div.container > div#secondary, body.single > div#page.hfeed.site > div#content.site-content > div.container > div#secondary {
	width: 27%;	
	margin-left: 5px;
}
body.blog > div#page.hfeed.site > div#content.site-content > div.container > div#primary, body.single > div#page.hfeed.site > div#content.site-content > div.container > div#primary {
	width: 67%;	
}
.blog-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blog-thumbnail {
  padding-right: 15px;
  max-width: 120px;
}
.home .col-1, .home .col-2 {
  float: left;
  width: 50%;
}
.home .col-1 {
  padding-right: 7%;
}

/* New 2020 site header */
.container-fluid.container-2020 {
  width: 95%;
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
}

.site-navigation-2020 {
  position: relative;
}
@media (max-width: 768px) {
  .site-navigation-2020 {
    padding-top: 58px;
  }
}

.site-navigation-2020 #site-navigation {
  display: none;
  position: absolute;
  top: 0;
  left: unset;
}
@media (max-width: 768px) {
  .site-navigation-2020 #site-navigation {
    display: block;
  }
}

.site-header-2020 {
  padding: 17px 0;
}

.site-header-2020__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header-2020__container {
    justify-content: center;
  }
}

.site-header-2020__branding {
  margin: 9px 10px;
}
@media (max-width: 768px) {
  .site-header-2020__branding {
    width: 100%;
    margin-bottom: 20px;
  }
}

.site-header-2020__branding a {
  display: block;
  max-width: 239px;
  margin-left: auto;
  margin-right: auto;
}

.site-header-2020__branding img {
  display: block;
}

.site-header-2020__motto {
  max-width: 290px;
  margin: 9px 10px;
  text-align: center;
  color: #262626;
}

.site-header-2020__motto p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}

.site-header-2020__phone {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66;
  color: #1864AB;
  text-decoration: none;
}

.site-header-2020__login {
  margin: 9px 10px;
}
@media (min-width: 760px) {
  .site-header-2020__login {
    width: 239px;
  }
}

a.site-header-2020__login-button {
  display: block;
  background: url('img/login-btn.jpg') no-repeat scroll center center;
  background-size: contain;
  width: 97px;
  height: 66px;
  text-align: center;
  white-space: pre-line;
  padding-top: 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 5px auto;
  line-height: 1;
}
a.site-header-2020__login-button:visited {
  color: #ffffff;
}
a.site-header-2020__login-button:hover {
  color: #eeeeee;
}

.site-header-2020__login-links a {
  display: block;
  text-align: center;
  white-space: pre-line;
  font-size: 10px;
  line-height: 1.75;
}

.navigation-2020 {
  background-color: #262626;
}
@media (max-width: 768px) {
  .navigation-2020 {
    display: none;
  }
}

.navigation-2020 .menu-primary-menu-container > ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

.navigation-2020 .menu-primary-menu-container > ul > li {
  position: relative;
}

.navigation-2020 .menu-primary-menu-container > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 845px) {
  .navigation-2020 .menu-primary-menu-container > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navigation-2020 .menu-primary-menu-container > ul > li:hover > a {
  background-color: #393939;
}

.navigation-2020 .menu-primary-menu-container > ul li .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #262626;
  text-align: left;
  min-width: 100%;
}

.navigation-2020 .menu-primary-menu-container > ul li:hover .sub-menu {
  display: block;
}

.navigation-2020 .menu-primary-menu-container > ul li .sub-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}

.navigation-2020 .menu-primary-menu-container > ul li .sub-menu a:hover {
  background-color: #393939;
}

body.page-template-template-home-2020 h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: #464646;
}
/** Replacement home banner */
.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
  height: auto;
  padding: 50px 20px;
}
.home-banner h1, .home-banner h2, .home-banner h3, .home-banner h4, .home-banner a {
  color: white;
}
@media (min-width: 768px) {
  .home-banner {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

body.page-template-template-home-2020 .flexslider {
  background: transparent no-repeat center center;
  background-size: cover;
  height: 363px;
}
@media (max-width: 768px) {
  body.page-template-template-home-2020 .flexslider {
    height: 280px;
  }
}

body.page-template-template-home-2020 .flexslider .flex-viewport {
  height: 100%;
}

body.page-template-template-home-2020 .flexslider ul.slides,
body.page-template-template-home-2020 .flexslider ul.slides li {
  height: 100%;
}

body.page-template-template-home-2020 .flexslider__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body.page-template-template-home-2020 .flexslider__headline {
  max-width: 620px;
  margin: 0 auto 40px auto;
  text-align: center;
}

body.page-template-template-home-2020 .flexslider__headline p {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-template-template-home-2020 .flexslider__headline p {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  body.page-template-template-home-2020 .flexslider__headline p {
    font-size: 36px;
  }
}

body.page-template-template-home-2020 .flexslider__button {
  display: inline-block;
  padding: 13px 42px;
  background: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  color: #1864AB;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 768px) {
  body.page-template-template-home-2020 .flexslider__button {
    padding: 10px 36px;
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  body.page-template-template-home-2020 .flexslider__button {
    padding: 8px 28px;
    font-size: 18px;
  }
}

body.page-template-template-home-2020 .flexslider__button:hover {
  background: #efefef;
}

body.page-template-template-home-2020 .instructions {
  padding: 30px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

body.page-template-template-home-2020 .instructions.process-payroll {
  max-width: 700px;
  margin: 0 auto;
}

.big-btn {
  display: inline-block;
  background-color: #1864AB;
  color: #FFFFFF!important;
  padding: 11px 30px;
  text-decoration: none;
  font-size: 20px;
}
.big-btn:hover {
  display: inline-block;
  background-color: #262626;
  color: #FFFFFF;
}

body.page-template-template-home-2020 .main-content-2020 {
  background-color: #EDEDEB;
  padding: 55px 0;
  text-align: center;
}

body.page-template-template-home-2020 .main-content-2020 .container-fluid {
  max-width: 840px;
}

body.page-template-template-home-2020 .main-content-2020 p {
  margin: 0 0 15px 0;
  color: #464646;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

body.page-template-template-home-2020 .main-content-2020 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy {
    padding: 35px 0;
  }
}

@media (min-width: 1025px) {
  body.page-template-template-home-2020 .our-philosophy .container-fluid {
    width: 100%;
  }
}

body.page-template-template-home-2020 .our-philosophy__container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

body.page-template-template-home-2020 .our-philosophy__image {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  margin-bottom: -1px;
}
@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy__image {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}


body.page-template-template-home-2020 .our-philosophy__image img {
  display: block;
  max-width: 650px;
  height: auto;
}
@media (max-width: 1270px) {
  body.page-template-template-home-2020 .our-philosophy__image img {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy__image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

body.page-template-template-home-2020 .our-philosophy__content {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy__content {
    flex-basis: 100%;
  }
}

body.page-template-template-home-2020 .our-philosophy__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

body.page-template-template-home-2020 .our-philosophy__content-sized {
  max-width: 530px;
  padding: 20px 15px;
}
@media (max-width: 1024px) {
  body.page-template-template-home-2020 .our-philosophy__content-sized {
    padding: 0;
  }
}

body.page-template-template-home-2020 .our-philosophy p {
  color: #464646;
  margin: 0 0 15px 0;
}

body.page-template-template-home-2020 .our-philosophy p:last-child {
  margin-bottom: 0;
}

body.page-template-template-home-2020 .our-philosophy__content-button {
  position: relative;
  display: inline-block;
  background-color: #1864AB;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 20px 0 24px;
  margin-top: 25px;
}

body.page-template-template-home-2020 .our-philosophy__content-button:hover {
  background-color: #1878BF;
}

body.page-template-template-home-2020 .our-philosophy__content-button::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #1864AB;
}

body.page-template-template-home-2020 .our-philosophy__content-button:hover::after {
  border-left-color: #1878BF;
}

body.page-template-template-home-2020 .testimonials {
  background-color: #EDEDEB;
  padding: 45px 0 20px 0;
}

body.page-template-template-home-2020 .testimonials h2 {
  text-align: center;
}

body.page-template-template-home-2020 .testimonials__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-template-template-home-2020 .testimonials__container {
    flex-direction: column;
    align-items: center;
  }
}

body.page-template-template-home-2020 .testimonials__testimonial {
  margin: 25px 30px;
  max-width: 355px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-template-home-2020 .testimonials__testimonial {
    margin-left: 0;
    margin-right: 0;
  }
}

body.page-template-template-home-2020 .testimonials__video {
  margin-bottom: 12px;
}

body.page-template-template-home-2020 .testimonials__blurb h3 {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

body.page-template-template-home-2020 .testimonials__blurb p {
  font-size: 13px;
  line-height: 2;
  color: #464646;
  margin: 0 0 15px 0;
}

body.page-template-template-home-2020 .testimonials__blurb p:last-child {
  margin-bottom: 0;
}

/* Bios */

body.page-template-default .bios {
  background-color: #EDEDEB;
  padding: 45px 0 20px 0;
}

body.page-template-default .bios h2 {
  text-align: center;
}

body.page-template-default .bios__container {
  padding: 60px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-template-default .bios__container {
    flex-direction: column;
    align-items: center;
  }
}

body.page-template-default .bios__bio {
  margin: 25px 30px;
  max-width: 275px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-default .bios__bio {
    margin-left: 0;
    margin-right: 0;
  }
}

body.page-template-default .bios__video {
  margin-bottom: 12px;
}

body.page-template-default .bios__blurb h3 {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

body.page-template-default .bios__blurb p {
  font-size: 13px;
  line-height: 2;
  color: #464646;
  margin: 0 0 15px 0;
}

body.page-template-default .bios__blurb p:last-child {
  margin-bottom: 0;
}

/* End Bios */

body.page-template-template-home-2020 .recent-awards {
  padding: 45px 0 30px 0;
}

body.page-template-template-home-2020 .recent-awards h2 {
  text-align: center;
}

body.page-template-template-home-2020 .recent-awards .container-fluid.container-2020 {
  width: 100%;
}

body.page-template-template-home-2020 .recent-awards__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

body.page-template-template-home-2020 .recent-awards__award {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4px 2px;
  margin: 20px;
}

body.page-template-template-home-2020 .recent-awards__award a {
  display: block;
}

body.page-template-template-home-2020 .recent-awards__award img {
  display: block;
}

body.page-template-template-home-2020 .introduction-video {
  background-color: #EDEDEB;
}

body.page-template-template-home-2020 .introduction-video .container-fluid.container-2020 {
  width: 100%;
}

body.page-template-template-home-2020 .introduction-video .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body.page-template-template-home-2020 .introduction-video .embed-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

body.page-template-template-home-2020 .introduction-video .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.our-services-new {
  padding: 45px 0 25px 0;
  border-bottom: 1px solid #262626;
}

.our-services-new h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: #464646;
  text-align: center;
}

.our-services-new .bg-blue {
  background-color: #1864AB;
}

.our-services-new .bg-red {
  background-color: #B1372A;
}

.our-services-new .bg-green {
  background-color: #26AA9E;
}

.our-services-new .container-fluid.container-2020 {
  width: 100%;
}

.our-services-new__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.our-services-new__section {
  display: flex;
  flex-direction: column;
  margin: 20px;
  width: 100%;
  max-width: 375px;
  height: 100%;
}

.our-services-new__header {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 13px 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.our-services-new__section > a {
  text-decoration: none;
}

.our-services-new__body {
  background: #464646 url('img/template-home-2020/bg-striped.png') repeat center center;
  text-align: center;
  padding: 20px 25px;
  color: #ffffff;
  height: 256px;
  font-size: 16px;
}

.our-services-new__body ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 220px;
}

.our-services-new__body li {
  padding: 8px 0;
}

.our-services-new__body li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#banner {
  background-color: #1c3f69;
  margin-bottom: 1em;
}
#banner .container {
  width: 100%;
}

.banner-left {
  float: left;
  line-height: 0;
  width: 69.5%;
}

.banner-right {
  float: left;
  line-height: 0;
  max-width: 100%;
  width: 30.5%;
}

.meet-the-team a {
  float: left;
  margin: 0.5em 2em 0 0;
}
.meet-the-team img {
  float: left;
  margin-left: 1em;
}
.meet-the-team .team-thumbs IMG {
  max-height: 54px;
}

.team-member > div.photo {
  float: left;
  width: 25%;
  margin: 10px 0 12px 0;
}
.team-member > div.photo IMG {
  width: 100%;
  height: auto;
}

.team-member > div.details {
  float: left;
  width: 70%;
  margin-bottom: 2em;
  margin-left: 5%;
}
.team-member h3 {
  color: #5cbcb3;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5em;
}
.team-member h4 {
  color: #202020;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 2.2em;
}

.service-shield {
  float: left;
  width: 25%;
}

.service-info {
  float: left;
  width: 70%;
  margin-left: 5%;
  margin-bottom: 1.5em;
}

.red-table, .blue-table, .green-table{
	/* max-width: 308px; */
}
.red-table td, .blue-table td, .green-table td{
	padding: 0.3em 1em;
}
.blue-table tr:nth-child(odd) {
  background-color: #8fabc9;
  color: #fff;
}
.blue-table tr:nth-child(even) {
  background-color: #e1e9f0;
  color: #1865ab;
}
.green-table tr:nth-child(odd) {
  background-color: #b5ccc9;
  color: #fff;
}
.green-table tr:nth-child(even) {
  background-color: #e8eeed;
  color: #5bbbb2;
}
.red-table tr:nth-child(odd) {
  background-color: #b56a6a;
  color: #fff;
}
.red-table tr:nth-child(even) {
  background-color: #eedddd;
  color: #b33725;
}
.resources ul{
	margin-left: 0;
}
.resources li{
	list-style: none;
}
/* FOOTER CSS */
.services {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxYzNmNjkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #1c3f69), color-stop(50%, #cccccc));
  background-image: -moz-linear-gradient(#1c3f69 50%, #cccccc 50%);
  background-image: -webkit-linear-gradient(#1c3f69 50%, #cccccc 50%);
  background-image: linear-gradient(#1c3f69 50%, #cccccc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3f69', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
  padding: 2em 0;
}
.services h3 {
  color: #fff;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
}
.services ul {
  list-style: none;
  margin: 0 auto;
}
.services li {
  color: #393939;
  border-bottom: 1px solid #ddd;
  padding: 0.25em 0;
}

.services li:last-of-type{
	border-bottom: none;
}

.services .col-1 {
  width: 34%;
  float: left;
  text-align: center;
  margin-top: 3em;
}
.services .col-2, .services .col-3, .services .col-4 {
  width: 18%;
  float: left;
  text-align: center;
  margin-left: 4%;
}

/* Some Buttons */

.my-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 2px solid #1864AB;
  color: #1864AB;
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  background-color: white;
  transition: all 0.2s ease;
}
.my-button.large {
  font-size: 24px;
  padding: 14px 32px;
}
.my-button:hover {
  background-color: #1864AB;
  color: white;
  transition: all 0.2s ease;
}
.my-button.blue {
  background-color: #1864AB;
  color: white;
  transition: all 0.2s ease;
}
.my-button.blue:hover {
  background-color: white;
  color: #1864AB;
  transition: all 0.2s ease;
}

/*  Contact Form CSS */

span.wpcf7-list-item { /* fixes the radio buttons */
    float: left;
    display: block;
    width: 52%;
    font-size: 12px;
    margin: 9px 0px 8px 0px; 
}
span.wpcf7-list-item:nth-child(even) {
    width: 48%;
}
span.wpcf7-not-valid-tip { /* error message arrow graphic */
    color: #5CBCB3;
    font-size: 1em;
    display: block;
	padding: 10px 0 12px 0;
	background-image: url(img/error-arrow.jpg);
	background-repeat: no-repeat;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 11px;
	font-size: 15px;
	color: #5A7E96;
	border: 1px solid #D9D9D9;
	border-radius: 3px; -webkit-border-radius: 3px;
	max-height: 90px;
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 12px 0;
}
input[type="submit"] {
	display: block;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	background-color: #5CBCB3;
	color: #FFFFFF; 
	height: 50px;
	border: none;
	-webkit-appearance: none;	
	cursor: pointer;
	border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: none;
	font-size: 16px;
}
input[type="submit"]:hover {
	background-color: #999999;
	color: #FFFFFF; 
	box-shadow: 0 0px 0px 0 #b7b0ab;
	
}
.wpcf7-validates-as-required { /* Give required fields stronger border color */
	border: 1px solid #8A8A8A!important;
}
.wpcf7-not-valid { /* Not valid field */
	border: 1px solid #5CBCB3!important;
}
.form-left { width: 48%; float: left; }
.form-right { width: 48%; float: right; }
.form-full { clear: both; }

.form-disclaimer {
  font-weight: bold;
  text-align: center;
  padding: 20px 26px;
  border: 1px solid darkgrey;
  font-size: 15px;
}

.theme-default .nivoSlider {
	box-shadow: 0px 0px 0px 0px #4A4A4A!important;
	margin-bottom: 0!important;
}

.bottom-footer {
  padding: 2em 0;
}
.bottom-footer p, .bottom-footer a, .bottom-footer li {
  color: #393939;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5em;
}
.bottom-footer ul {
  margin: 0 auto;
  list-style: none;
}
.bottom-footer .col-1 {
  float: left;
  width: 40%;
}
.bottom-footer .col-2 {
  float: left;
  width: 35%;
}
.bottom-footer .col-3 {
  float: left;
  width: 25%;
  text-align: right;
}
.rt-testimonial {
	background-color: #5CBCB3;
	color: #1B3F68;
	padding: 16px;
	font-size: 14px;
	max-width: 363px;
}
.rt-testimonial a {
	color: #FFFFFF;
	text-decoration: underline;	
}
.rt-testimonial a:hover {
	color: #1B3F68;	
}
.rt-testimonial H2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 27px;
	text-transform: uppercase;
		
}
.rt-testimonial-icon {
	float: left;
	width: 23%;	
	padding-top: 9px;
}
.rt-testimonial-icon IMG {
	max-width: 100%;
	height: auto;	
}
.rt-testimonial-text {
	float: right;
	width: 77%;
}
.testimonial-holder {
	border-bottom: 1px solid #9BB0BF;
	padding-bottom: 30px;
	margin-bottom: 30px;	
}
.testimonial-left {
	float: left;
	width: 25%;
	font-size: 12px;
	font-weight: normal;
	padding-right: 15px;
	line-height: 16px;
	font-style: italic;
}
.testimonial-left IMG {
	max-width: 114px;
	width: 80%;
	height: auto;	
}
.testimonial-name {
	color: #1865AB;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
		
}
.testimonial-right {
	width: 75%;
	float: left;	
}
.clear { clear: both; }

/* MEDIA QUERIES */
@media screen and (max-width: 852px) {
  .main-navigation li {
    padding: 0 7px;
  }
  .team-member > div.photo {
    float: none;
    width: 100%;
  }
  .team-member > div.details {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  
}
@media screen and (max-width: 768px) {
  .js .main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    background: #1865ab;
    width: 100%;
    z-index: 50;
  }
  .js .menu-primary-menu-container{
	  display: none;
  }
  .js .main-navigation ul {
    margin-left: 1.5em;
    height: auto;
  }
  .js .main-navigation li {
    display: block;
    text-align: left;
    padding: 0.5em 0;
  }
  
  .js .main-navigation li a{
	  color: #fff;
	  width: 100%;
	  display: block;
  }
  
  .js #mobile-menu {
    display: block;
    width: 48px;
    height: 42px;
    background: url('img/menu.png') no-repeat scroll center center #1865ab;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    margin: 8px 1em;
  }
  .js #mobile-menu:hover {
    background-color: #1c3f69;
  }
  .js .site-branding {
    padding: 70px 0 0 0;
    float: none;
    text-align: center;
  }
  
  .js .main-navigation li .sub-menu{
	position: relative;
	left: 0;
	background: none;
	padding: 0.5em 0 0;
	margin: 0 0 0 0.5em;
	border-top: none;
  }
  
  .js .main-navigation li .sub-menu li:hover{
	  background-color: #1865AB;
  }


  .site-branding {
    float: none;
    padding: 1em 0 0.5em 0;
    text-align: center;
  }

  .header-right {
    float: none;
    text-align: center;
    padding-bottom: 1em;
  }

  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }

  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  h3, {
    font-size: 28px;
    font-size: 2.8rem;
  }

  #primary {
    float: none;
    width: 100%;
	padding: 30px;
  }

  #secondary {
    float: none;
    width: 100%;
	max-width: 363px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .banner-left, .banner-right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .home .col-1, .home .col-2 {
    float: none;
    width: 100%;
  }
  
  hr.large-hr.tablet-down{
	display: block;
}

 .services{
	 display: none;
 }
 
  .bottom-footer .col-1, .bottom-footer .col-2, .bottom-footer .col-3 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 1em auto;
    text-align: center;
  }
  
}
@media screen and (max-width: 618px) {
  .js .site-branding {
    float: none;
	padding: 70px 0 15px 0;
    text-align: center;
  }
  .js .header-right {
    float: none;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 478px) {
  .team-member-img {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .team-member {
    float: none;
    width: 100%;
    margin: 0 auto 2em auto;
  }

  .meet-the-team a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .meet-the-team .team-thumbs {
    margin-top: 1em;
  }
  .meet-the-team img {
    margin: 0 1em 0 auto;
  }

  .service-info {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .service-shield {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .service-shield img {
    max-width: 50%;
    margin: 0 auto;
  }
  
  .blue-table, .green-table, .red-table{
	  margin: 0 auto 1.5em auto;
  }
}

@media screen and (max-width: 320px) {
  .header-contact, .client-login-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1em;
  }

  .services img {
    max-width: 50%;
  }
  
   .js .site-branding {
    padding: 4em 0 0.5em 0;
  }

  .site-branding {
    float: none;
    padding: 0.5em 0;
    text-align: center;
  }

}
@media screen and (min-width: 769px) {
  .menu-primary-menu-container{
    display: block !important;
  }
}

/* Videos Template */
.page-content {
  font-weight: bold;
  text-align: center;
  padding: 35px 0 0 0;
}
.featured-video .container-fluid {
  max-width: 1030px;
}
.featured-video h3 {

}
.featured-video p {

}
.featured-video__iframe {
  margin-bottom: 15px;
}
.featured-video__content {
  text-align: center;
  padding-bottom: 38px;
  margin-bottom: 19px;
  border-bottom: 1px solid #cf8e2a;
}
.videos .container-fluid {
  max-width: 1030px;
}
.videos h3 {

}
.videos p {

}
.videos__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -25px;
}
@media (max-width: 1004px) {
  .videos__container {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.videos__video {
  width: 100%;
  max-width: 435px;
  margin: 25px;
}
@media (max-width: 1004px) {
  .videos__video {
    margin: 25px 0;
  }
}
.videos__video__image {
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 56%;
}
.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("img/play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.videos__video__image img {
  max-width: 100%;
  height: auto;
}
.videos__video__content {
  text-align: center;
}
.fancybox-type-iframe .fancybox-inner {
  padding-top: 56.25%;
  /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
}
.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* Block: General */

.white-text, .white-text a, .white-text h1, .white-text h2, .white-text h3 {
  color: #FFFFFF;
}


section.general {

}
section.general.more-padding {
  padding: 60px 0;
}

section .flex {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

section .flex.a-center {
  align-items: center;
}

section .flex-col {
  padding: 0 0 25px 0;
}

@media (min-width: 750px) {
  section .flex {
    flex-flow: row;
  }
  section .flex.reverse {
    flex-flow: row-reverse;
  }
  section .flex-col {
    width: 48%;
    padding: 0;
  }
  .seventy-thirty .flex-col.thefirst {
    width: 68%;
  }
  .seventy-thirty .flex-col.thesecond {
    width: 30%;
  }
}

/* NEW BIOS / TEAM TEMPLATE */

/* Team Main */
.team-main {
  display: none;
  padding: 60px 0;
}
.team-main .holder {
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.team-main .holder .item {
  width: 290px;
  height: 345px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  margin: 0 15px 25px 15px;
}
.team-main.smaller .holder .item {
  width: 180px;
  height: 230px;
  background-size: cover;
}
.team-main .holder .item:hover {
  background-size: 105%;
  transition: all 0.4s ease;
}
.team-main.smaller .holder .item:hover {
  background-size: cover;
}
.team-main .holder .item .overlay {
  display: block;
  background-color: rgba(48,101,166,0.65);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  transition: all 0.5s ease;
}
.team-main .holder .item:hover .overlay {
  height: 100%;
  transition: all 0.2s ease;
}
.team-main .holder .item .details {
  width: 100%;
  position: absolute;
  opacity: 0;
  bottom: 0;
  padding: 0 25px 25px;
  transition: all 0.2s ease;
}
.team-main .holder .item:hover .details {
  opacity: 1;
  transition: all 0.4s ease;
}
.team-main .holder .item .details .name H2 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.team-main.smaller .holder .item .details .name H2 {
  font-size: 16px;
  line-height: 18px;
}
.team-main .holder .item .details .action-btns {
  display: flex;
  justify-content: center;
  flex-flow: row;
}
.team-main .holder .item .details .action-btns a {
  display: inline-block;
  background-color: white;
  color: #1864AB;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  margin: 0 10px;
}
.team-main .holder .item .details .action-btns a:hover {
  background-color: #cf8e2a;
  color: white;
}

@media (min-width: 760px) {
  .team-main {
    display: block;
  }
  .team-main .holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .team-main .holder .item {
    margin: 0 20px 40px;
  }

}

.team-main-divider {
  display: none;
  background-color: #1A375A;
  padding: 36px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
}
@media (min-width: 760px) {
  .team-main-divider {
    display: block;
  }

}
/* Team Bios */
.team-bios-main ul.team-bios {
  margin: 0;
  padding: 0;
}
.team-bios-main ul.team-bios li.bio {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;

}
.team-bios-main ul.team-bios li.bio .image-col {
  text-align: center;
  max-width: 290px;
  margin: 0 auto 30px;
}
.team-bios-main.smaller ul.team-bios li.bio .image-col {
  max-width: 180px;
}
.team-bios-main ul.team-bios li.bio .image-col a.anchor-link {
  display: block;
  position: relative;
  bottom: 60px;
}
.team-bios-main ul.team-bios li.bio .details-col {
  max-width: 290px;
  margin: 0 auto;
}
.team-bios-main ul.team-bios li.bio .details-col h2 {
  margin-top: -5px;
  text-transform: uppercase;
}
.team-bios-main ul.team-bios li.bio .details-col .title {
  font-style: italic;
  color: #000000;
  margin: -10px 0 25px;
}
.team-bios-main ul.team-bios li.bio a.featured-btn {
  display: block;
  color: white;
  background-color: #1864AB;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  height: 57px;
  line-height: 57px;
  padding: 0 18px;
  margin: 12px 0;
}
.team-bios-main ul.team-bios li.bio a.featured-btn:hover {
  background-color: #1A375A;
}


@media (min-width: 760px) {
  .team-bios-main ul.team-bios li.bio {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  .team-bios-main ul.team-bios li.bio .image-col {
    width: 290px;
    max-width: 30%;
  }
  .team-bios-main.smaller ul.team-bios li.bio .image-col {
    width: 180px;
  }
  .team-bios-main ul.team-bios li.bio .details-col {
    max-width: 68%;
    padding: 0 0 0 25px;
  }
  .team-bios-main.smaller ul.team-bios li.bio .details-col {
    max-width: 80%;
    width: 100%;
  }
}