@charset "UTF-8";
/*!
Theme Name: Tenet - FCPP Network Site
Version: 1.0
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

::-moz-selection {
  color: #000;
  text-shadow: 1px 1px 3px #000;
  background: #FF3D00;
}

::selection {
  color: #000;
  text-shadow: 1px 1px 3px #000;
  background: #FF3D00;
}

::-moz-selection {
  color: #000;
  text-shadow: 1px 1px 3px #000;
  background: #FF3D00;
}

p {
  margin: 1em 0 0;
}

p:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.6em 0 0;
  color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin: .5em 0 0;
}

/* =Create a Horizontal Line H1, from the Formats menu in TinyMCE
-------------------------------------------------------------- */
h1.horizontal-line {
  display: table;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

h1.horizontal-line:before, h1.horizontal-line:after {
  display: table-cell;
  width: 50%;
  background-clip: padding;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(50%, #ddd), color-stop(51%, #ddd), color-stop(51%, transparent));
  background-image: linear-gradient(transparent 49%, #ddd 50%, #ddd 51%, transparent 51%);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  content: '';
}

h1.horizontal-line:before {
  border-right: 15px solid transparent;
}

h1.horizontal-line:after {
  border-left: 15px solid transparent;
}

/* =Fix links inside H* tags
-------------------------------------------------------------- */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h7 a:hover {
  text-decoration: none;
}

/* =Form Inputs and Buttons
-------------------------------------------------------------- */
body input,
body select,
body textarea {
  border-radius: 3px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  width: auto;
  padding: 4px 5px 5px;
  font-size: 1.1em;
  color: #2f2f2f;
  background: #f7f7f7;
  border: 1px solid #021D76;
}

body input:hover,
body select:hover,
body textarea:hover {
  border-color: rgba(4, 54, 218, 0.8);
}

body input::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #000;
}

body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  color: #000;
}

body input:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #000;
}

body input:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
  color: #000;
}

body input[type="submit"],
body button,
body a.button,
body a.btn,
body .button,
body .btn {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  border-radius: 0.25em;
  display: inline-block;
  padding: .25em 1.5em;
  font-size: 1em;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  background: #FF3D00;
  border: 1px solid #e63700;
}

body input[type="submit"]:hover, body input[type="submit"]:focus,
body button:hover,
body button:focus,
body a.button:hover,
body a.button:focus,
body a.btn:hover,
body a.btn:focus,
body .button:hover,
body .button:focus,
body .btn:hover,
body .btn:focus {
  color: #fff;
  background: #021D76;
}

body input[type="radio"],
body input[type="checkbox"] {
  width: auto !important;
  display: inline-block;
  vertical-align: baseline !important;
}

body input[type="radio"]:focus,
body input[type="checkbox"]:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body input[type="radio"]:hover,
body input[type="checkbox"]:hover {
  border-color: none;
}

body button[disabled],
body input[disabled] {
  cursor: default;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 780px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* =Basic Page Structure
-------------------------------------------------------------- */
.webcom-container {
  position: relative;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 780px) {
  .webcom-container {
    padding: 0;
  }
}

blockquote {
  margin-bottom: 1.5em;
  padding: 1.5em;
  font-style: italic;
  border-left: 1px solid #FF3D00;
  background: black;
  color: #fff;
}

hr {
  height: 1px;
  margin: 2em 0;
  border: none;
  background: #ccc;
}

hr:first-child {
  margin-top: 0;
}

img, embed, iframe, object, video {
  max-width: 100%;
  margin-top: 1em;
  border: none;
}

img:first-child, embed:first-child, iframe:first-child, object:first-child, video:first-child {
  margin-top: 0;
}

img {
  height: auto;
}

code {
  padding: 0.15em;
  background: #e6e6e6;
  border-radius: 3px;
  font-size: 0.75em;
  line-height: 1.35em;
  font-family: monospace;
}

pre {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
  padding: 1.5em;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 0.75em;
  font-family: monospace;
  color: #959595;
  overflow: auto;
}

pre code {
  display: block;
}

address {
  margin-top: 1em;
}

table {
  width: 100%;
  margin-top: 1em;
}

table caption {
  margin-top: 1em;
  font-size: 0.75em;
}

table td {
  padding: 0.25em 0.5em 0.25em 0;
}

.comment-content table {
  border-bottom: 1px solid #e6e6e6;
}

.comment-content table td {
  border-top: 1px solid #e6e6e6;
}

.scorecard,
#wpstats {
  color: #fff;
  background: #000;
  display: none;
}

.webcom-content {
  word-wrap: break-word;
}

abbr, dfn, acronym {
  border-bottom: 1px dotted #959595;
  cursor: help;
}

/* Nice looking Bullet Points */
.site-content ol, .wp-editor ol, .widget ol {
  margin: 0;
}

.site-content ol li, .wp-editor ol li, .widget ol li {
  margin-top: 1em;
}

.site-content ul, .wp-editor ul, .widget ul {
  margin: 1em 0 0;
  list-style: none;
}

.site-content ul:first-child, .wp-editor ul:first-child, .widget ul:first-child {
  margin-top: 0;
}

.site-content ul > li:before, .wp-editor ul > li:before, .widget ul > li:before {
  content: '\f101';
  margin-left: -1.5em;
  font-family: 'FontAwesome';
  color: #FF3D00;
  float: left;
}

.site-content ul > li[style*="list-style"]:before, .wp-editor ul > li[style*="list-style"]:before, .widget ul > li[style*="list-style"]:before {
  display: none;
  margin: 0;
}

.site-content ul ul, .wp-editor ul ul, .widget ul ul {
  margin: 0;
}

.site-content ul ol li, .wp-editor ul ol li, .widget ul ol li {
  margin-top: 0;
}

body.bbpress .entry-content ul li:before,
body.bbpress article.page ul li:before,
body.bbpress article.post ul li:before,
ul.birchschedule li:before,
ul.nav-tabs li:before,
.sharedaddy .sd-content li:before {
  display: none;
  margin: 0;
}

@media (max-width: 780px) {
  /* Force table to not be tables anymore */
  table:not(#wp-calendar):not(.ui-datepicker-calendar) {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  table:not(#wp-calendar):not(.ui-datepicker-calendar) thead,
  table:not(#wp-calendar):not(.ui-datepicker-calendar) tbody,
  table:not(#wp-calendar):not(.ui-datepicker-calendar) tfoot,
  table:not(#wp-calendar):not(.ui-datepicker-calendar) th,
  table:not(#wp-calendar):not(.ui-datepicker-calendar) tr,
  table:not(#wp-calendar):not(.ui-datepicker-calendar) td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  iframe {
    display: block;
    width: 100% !important;
  }
}

/* =Wordpress Core
-------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

@media (max-width: 780px) {
  .alignright {
    display: block;
    float: none;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

.alignleft {
  float: left;
  margin-top: 0.25em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 780px) {
  .alignleft {
    display: block;
    float: none;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}

.wp-caption {
  max-width: 95%;
  padding: 0.25em 0.25em 0.5em;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1.5em;
  text-align: center;
}

.wp-caption.alignnone {
  margin-top: 1em;
}

.wp-caption .aligncenter {
  clear: both;
}

.wp-caption.alignright {
  margin-top: 1em;
}

.wp-caption.alignleft {
  margin-top: 1em;
}

.wp-caption img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 0.25em;
}

/* Author Information Block */
.author-info {
  width: 100%;
  display: table;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e6e6e6;
}

.author-info .author-avatar {
  display: table-cell;
  vertical-align: top;
}

.author-info .author-avatar img {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.author-info .author-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 2em;
  line-height: 1.5em;
  color: gray;
}

.author.archive .author-info {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}

/* 404 Error Page */
body.error404 .search-form {
  margin-top: 1.5em;
}

body.error404 .search-form input {
  width: 50%;
}

@media (max-width: 480px) {
  body.error404 .search-form input {
    width: 100%;
  }
}

/* Page Layout */
.site-content {
  width: 70%;
  float: left;
}

body.full-width .site-content,
body.search .site-content,
body.attachment .site-content {
  width: 100%;
  float: none;
}

@media (max-width: 780px) {
  .site-content {
    width: 100%;
    float: none;
  }
}

.widget-area {
  padding: 1em 0 1.5em;
  width: 25%;
  float: right;
}

@media (max-width: 780px) {
  .widget-area {
    width: 100%;
    border-top: 1px solid #cc3100;
  }
}

.entry-header {
  margin-bottom: 1.5em;
}

@media (max-width: 780px) {
  .entry-header {
    width: 100%;
    display: table;
  }
}

.entry-header img.wp-post-image {
  max-width: 50%;
  float: right;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}

@media (max-width: 780px) {
  .entry-header img.wp-post-image {
    max-width: 100%;
    display: table-footer-group;
    float: none;
    margin: 0.5em auto;
  }
}

.entry-header h1, .entry-header h2 {
  margin-top: 0.25em;
}

@media (max-width: 780px) {
  .entry-header h1, .entry-header h2 {
    display: table-header-group;
  }
}

.entry-header .comments-link {
  font-size: 0.75em;
  color: gray;
}

.archive-header, .page-header {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e6e6e6;
}

.post {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 4px double #e6e6e6;
}

.post:first-child {
  margin-top: 0;
}

.post:last-child {
  border-bottom: none;
}

.post.sticky {
  border: 1px solid #e6e6e6;
}

.post.sticky .featured-post {
  margin-bottom: 1.5em;
  background: rgba(0, 0, 0, 0.035);
  border-top: 4px double #e6e6e6;
  border-bottom: 4px double #e6e6e6;
  font-size: 0.75em;
  color: gray;
  text-align: center;
}

.post.sticky .entry-header, .post.sticky .entry-content, .post.sticky .entry-meta {
  padding: 1em;
}

.entry-meta {
  margin-top: 2em;
  font-size: 0.75em;
  color: gray;
}

.entry-meta .edit-link a {
  display: table;
  /* CSS hack to line break inline-block elements */
}

.entry-meta, .page-links {
  clear: both;
}

nav.blog-navigation,
nav.nav-single {
  padding: 1em 0;
}

body.neverending nav.blog-navigation, body.neverending
nav.nav-single {
  display: none;
}

nav.blog-navigation .nav-previous,
nav.nav-single .nav-previous {
  float: left;
}

nav.blog-navigation .nav-next,
nav.nav-single .nav-next {
  float: right;
}

/* Attachment Styles */
.image-attachment .attachment {
  text-align: center;
}

.image-attachment .attachment .entry-caption {
  margin-top: 0.25em;
}

.mejs-audio {
  max-width: 95%;
  margin: auto;
}

/* Comment Styles */
.comments-title {
  font-size: 1.5em;
}

.commentlist {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}

.commentlist .comment .comment {
  margin-top: 1.5em;
  padding-top: 0;
  padding-left: 2.5em;
  border-left: 1px dashed #e6e6e6;
}

.commentlist .comment + .comment {
  margin-top: 0;
  padding-top: 1.5em;
}

.commentlist .comment .comment-author img {
  float: left;
  margin-top: 0.4em;
  margin-right: 0.5em;
}

.commentlist .comment .comment-author cite {
  font-style: normal;
  font-weight: 600;
}

.commentlist .comment .comment-author .says {
  display: none;
}

.commentlist .comment .comment-meta {
  font-size: 0.75em;
}

.commentlist .comment .comment-meta + * {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #e6e6e6;
  clear: both;
}

#comment-nav {
  margin: 0 1em;
}

.comment-respond {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}

.comment-respond label {
  display: block;
}

.comment-respond input[type="text"], .comment-respond textarea {
  width: 100%;
  padding: 0.75em;
  font-size: 0.75em;
}

.comment-respond .required {
  display: inline-block;
  vertical-align: top;
  color: red;
}

/* Widget Styles */
.widget-area .widget {
  margin-top: 1.5em;
  padding: 0.75em;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget input,
.widget-area .widget select {
  max-width: 100%;
}

.widget-area .widget.widget_search input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #e6e6e6;
  font-family: inherit;
}

.widget-area .widget.widget_search input[type="submit"] {
  margin-top: .5em;
}

.widget-area .widget.widget_rss li {
  margin-top: 1em;
}

.widget-area .widget.widget_calendar table {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #021D76;
  border-collapse: collapse;
  color: black;
  text-align: center;
}

.widget-area .widget.widget_calendar caption {
  font-weight: 700;
  font-size: 1em;
}

.widget-area .widget.widget_calendar th {
  font-weight: 600;
}

.widget-area .widget.widget_calendar thead tr {
  color: #fff;
  background: #000412;
}

.widget-area .widget.widget_calendar thead tr a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.widget-area .widget.widget_calendar thead tr a:hover {
  text-decoration: none;
  color: #fff;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(odd) {
  color: #fff;
  background: #000412;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(odd) a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(odd) a:hover {
  text-decoration: none;
  color: #fff;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(even) {
  color: #fff;
  background: #000412;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(even) a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.widget-area .widget.widget_calendar tbody tr:nth-child(even) a:hover {
  text-decoration: none;
  color: #fff;
}

.widget-area .widget.widget_calendar tfoot tr {
  background: #000412;
  border-top: 1px solid black;
}

.widget-area .widget.widget_calendar tfoot tr a {
  color: #fff;
}

.widget-area .widget.widget_calendar tfoot tr a:hover {
  text-decoration: underline;
}

.widget-area .widget .post-date, .widget-area .widget .rss-date {
  margin-left: 0.5em;
  font-size: 0.75em;
  color: gray;
}

/* Widget Color Styles */
.widget-area .widget {
  background: #021D76;
  color: #fff;
}

.widget-area .widget a {
  color: #fff;
  text-decoration: underline;
}

.widget-area .widget a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

.widget-area .widget h1, .widget-area .widget h2, .widget-area .widget h3, .widget-area .widget h4, .widget-area .widget h5, .widget-area .widget h6, .widget-area .widget h7 {
  color: #fff;
}

.widget-area .widget li:before {
  color: #fff;
}

/* Text meant only for screen readers. */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: .8em;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* =Gallery
----------------------------------------------- */
div[id^="gallery"].gallery {
  margin: 1.8em 0;
}

div[id^="gallery"].gallery dl.gallery-item {
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}

div[id^="gallery"].gallery .wp-caption-text {
  margin: 3px 0 0;
}

div[id^="gallery"].gallery.gallery-columns-0 .gallery-item {
  width: 100%;
}

div[id^="gallery"].gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

div[id^="gallery"].gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

div[id^="gallery"].gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

div[id^="gallery"].gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

div[id^="gallery"].gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

div[id^="gallery"].gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

div[id^="gallery"].gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

div[id^="gallery"].gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

div[id^="gallery"].gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

div[id^="gallery"].gallery.gallery-columns-10 .gallery-item {
  width: 10%;
}

div[id^="gallery"].gallery.gallery-columns-11 .gallery-item {
  width: 9.09%;
}

div[id^="gallery"].gallery.gallery-columns-12 .gallery-item {
  width: 8.33%;
}

div[id^="gallery"].gallery.gallery-columns-13 .gallery-item {
  width: 7.69%;
}

div[id^="gallery"].gallery.gallery-columns-14 .gallery-item {
  width: 7.14%;
}

div[id^="gallery"].gallery.gallery-columns-15 .gallery-item {
  width: 6.66%;
}

div[id^="gallery"].gallery.gallery-columns-16 .gallery-item {
  width: 6.25%;
}

div[id^="gallery"].gallery.gallery-columns-17 .gallery-item {
  width: 5.88%;
}

div[id^="gallery"].gallery.gallery-columns-18 .gallery-item {
  width: 5.55%;
}

div[id^="gallery"].gallery.gallery-columns-19 .gallery-item {
  width: 5.26%;
}

div[id^="gallery"].gallery.gallery-columns-20 .gallery-item {
  width: 5%;
}

div[id^="gallery"].gallery.gallery-columns-21 .gallery-item {
  width: 4.76%;
}

div[id^="gallery"].gallery.gallery-columns-22 .gallery-item {
  width: 4.54%;
}

div[id^="gallery"].gallery.gallery-columns-23 .gallery-item {
  width: 4.34%;
}

div[id^="gallery"].gallery.gallery-columns-24 .gallery-item {
  width: 4.16%;
}

div[id^="gallery"].gallery.gallery-columns-25 .gallery-item {
  width: 4%;
}

div[id^="gallery"].gallery.gallery-columns-26 .gallery-item {
  width: 3.84%;
}

div[id^="gallery"].gallery.gallery-columns-27 .gallery-item {
  width: 3.7%;
}

div[id^="gallery"].gallery.gallery-columns-28 .gallery-item {
  width: 3.57%;
}

div[id^="gallery"].gallery.gallery-columns-29 .gallery-item {
  width: 3.44%;
}

div[id^="gallery"].gallery.gallery-columns-30 .gallery-item {
  width: 3.33%;
}

@media (max-width: 768px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    width: 25% !important;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (max-width: 500px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    width: 33% !important;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(4n+1) {
    clear: none;
  }
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 320px) {
  div[id^="gallery"].gallery[class*="gallery-columns"]:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-3) dl.gallery-item {
    width: 100% !important;
    float: none;
    clear: none;
  }
}

@media (max-width: 320px) {
  div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-2 dl.gallery-item,
  div[id^="gallery"].gallery[class*="gallery-columns"].gallery-columns-3 dl.gallery-item {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 768px) {
  div[id^="gallery"].gallery br {
    display: none;
  }
}

/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    font-size: 11pt;
    color: #000000;
  }
  a {
    text-decoration: inherit;
  }
  footer a[rel=bookmark]:after {
    content: " [" attr(href) "] ";
  }
  .author-info .author-avatar,
  .comment-respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link {
    display: none;
  }
  .author-info .author-description {
    padding-left: 0;
  }
  .comment-author img {
    max-width: 30px;
    height: auto;
  }
}

.cf, nav.blog-navigation,
nav.nav-single, div.gallery[id^="gallery"], body.provider-search .webcom-content article, body.provider-search .webcom-content .archive-header .archive-description {
  *zoom: 1;
}

.cf:before, nav.blog-navigation:before,
nav.nav-single:before, div.gallery[id^="gallery"]:before, body.provider-search .webcom-content article:before, body.provider-search .webcom-content .archive-header .archive-description:before, .cf:after, nav.blog-navigation:after,
nav.nav-single:after, div.gallery[id^="gallery"]:after, body.provider-search .webcom-content article:after, body.provider-search .webcom-content .archive-header .archive-description:after {
  display: table;
  line-height: 0;
  content: '';
}

.cf:after, nav.blog-navigation:after,
nav.nav-single:after, div.gallery[id^="gallery"]:after, body.provider-search .webcom-content article:after, body.provider-search .webcom-content .archive-header .archive-description:after {
  clear: both;
}

.hide {
  display: none;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-j {
  text-align: justify;
}

.txt-uc {
  text-transform: uppercase;
}

.txt-ul {
  text-decoration: underline;
}

#toTop {
  border-radius: 50%;
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0;
  line-height: 1;
}

#toTop i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: -3px;
  z-index: 200;
  font-size: 17px;
}

#toTopHover {
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #000412;
  color: #fff;
  opacity: 0;
  font-size: 0;
}

.metaslider {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 780px) {
  .panel-grid > .list-row .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .panel-grid > .list-row .panel-grid-cell ul {
    margin: 0;
  }
  .panel-grid > .list-row .panel-grid-cell:first-child ul {
    margin-top: 1em;
  }
  .panel-grid > .list-row .panel-grid-cell:last-child ul {
    margin-bottom: 1em;
  }
}

.widget-web-login label {
  display: block;
}

/* ========== MOBILE NAV ========== */
nav#primary-navigation > a {
  display: none;
}

@media (max-width: 780px) {
  nav#primary-navigation > a {
    display: block;
    cursor: pointer;
  }
}

nav#primary-navigation a[href='#'] {
  pointer-events: none;
}

nav#primary-navigation a#primary-navigation-toggle {
  pointer-events: auto;
}

nav#primary-navigation span {
  border-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
  margin-left: 20px;
  font-size: 75%;
  vertical-align: text-top;
}

nav#primary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav#primary-navigation > ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  min-height: 1px;
}

nav#primary-navigation > ul > li.menu-item-has-children > a {
  padding: 1.25em .5em;
}

nav#primary-navigation > ul > li.menu-item-has-children > a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  position: absolute;
  bottom: 0;
  margin: .25em 0 !important;
}

nav#primary-navigation li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

nav#primary-navigation li a {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: .65em 1em;
  line-height: 1em;
}

@media (max-width: 780px) {
  nav#primary-navigation li a {
    padding: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

nav#primary-navigation li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  margin: 0px 0px 0px 8px;
  font-style: normal;
  font-weight: normal;
}

nav#primary-navigation li ul {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 100%;
  line-height: 1.25;
  min-width: 100%;
}

nav#primary-navigation li ul a {
  padding: .9em;
}

@media (max-width: 780px) {
  nav#primary-navigation li ul {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    display: none;
  }
}

nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul,
nav#primary-navigation li:focus > ul,
nav#primary-navigation li:hover > ul {
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}

@media (max-width: 780px) {
  nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul,
  nav#primary-navigation li:focus > ul,
  nav#primary-navigation li:hover > ul {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
}

nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li.menu-item-has-children[aria-expanded="true"] > ul,
nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li:focus > ul,
nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li:hover > ul,
nav#primary-navigation li:focus > ul li.menu-item-has-children[aria-expanded="true"] > ul,
nav#primary-navigation li:focus > ul li:focus > ul,
nav#primary-navigation li:focus > ul li:hover > ul,
nav#primary-navigation li:hover > ul li.menu-item-has-children[aria-expanded="true"] > ul,
nav#primary-navigation li:hover > ul li:focus > ul,
nav#primary-navigation li:hover > ul li:hover > ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width: 780px) {
  nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li.menu-item-has-children[aria-expanded="true"] > ul,
  nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li:focus > ul,
  nav#primary-navigation li.menu-item-has-children[aria-expanded="true"] > ul li:hover > ul,
  nav#primary-navigation li:focus > ul li.menu-item-has-children[aria-expanded="true"] > ul,
  nav#primary-navigation li:focus > ul li:focus > ul,
  nav#primary-navigation li:focus > ul li:hover > ul,
  nav#primary-navigation li:hover > ul li.menu-item-has-children[aria-expanded="true"] > ul,
  nav#primary-navigation li:hover > ul li:focus > ul,
  nav#primary-navigation li:hover > ul li:hover > ul {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
}

nav#primary-navigation li li {
  min-width: 100%;
  display: block;
  white-space: nowrap;
}

nav#primary-navigation li li ul {
  top: 0;
  left: 100%;
  min-width: auto;
}

nav#primary-navigation li li li:focus > ul,
nav#primary-navigation li li li:hover > ul {
  display: block;
}

@media (max-width: 780px) {
  nav#primary-navigation {
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
  }
  nav#primary-navigation > ul {
    display: none;
  }
  nav#primary-navigation > ul > li {
    display: block;
  }
  nav#primary-navigation > ul > li.menu-item-has-children > a {
    padding: .5em 1em;
  }
  nav#primary-navigation > ul > li.menu-item-has-children > a:after {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    position: static;
    display: inline-block;
    margin-left: .5em !important;
  }
  nav#primary-navigation > ul > li > a {
    padding: .5em 1em;
  }
  nav#primary-navigation li ul {
    position: static;
  }
  nav#primary-navigation li li {
    width: 100%;
    display: block;
    float: none;
    word-wrap: break-word;
    white-space: normal;
  }
  nav#primary-navigation li li.menu-item-has-children > a {
    padding: .9em 1em;
  }
  nav#primary-navigation li li a {
    padding-left: 35px !important;
  }
  nav#primary-navigation li li li a {
    padding-left: 55px !important;
  }
  nav#primary-navigation li li li li a {
    padding-left: 75px !important;
  }
  nav#primary-navigation li li li li li a {
    padding-left: 95px !important;
  }
  nav#primary-navigation li li li li li li a {
    padding-left: 115px !important;
  }
  nav#primary-navigation li li li li li li li a {
    padding-left: 135px !important;
  }
}

@media (min-width: 781px) {
  nav#primary-navigation > ul {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

nav#primary-navigation {
  background: #f53b00;
  background: -webkit-gradient(linear, left bottom, left top, from(#f53b00), to(#ff7224));
  background: linear-gradient(to top, #f53b00, #ff7224);
  font-size: 1.1em;
}

nav#primary-navigation > ul {
  padding: 0 1.5em;
}

@media (max-width: 780px) {
  nav#primary-navigation > ul {
    padding: 0;
  }
}

nav#primary-navigation > ul > li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

body:not(.home) nav#primary-navigation > ul > li.current-menu-item > a,
body:not(.home) nav#primary-navigation > ul > li.current-menu-parent > a,
body:not(.home) nav#primary-navigation > ul > li.current-menu-ancestor > a,
nav#primary-navigation > ul > li > a:focus,
nav#primary-navigation > ul > li > a:hover,
nav#primary-navigation > ul > li:focus > a,
nav#primary-navigation > ul > li:hover > a {
  background: #021D76;
  background: -webkit-gradient(linear, left bottom, left top, from(#021D76), to(#00129c));
  background: linear-gradient(to top, #021D76, #00129c);
  color: #fff;
}

nav#primary-navigation > ul .sub-menu {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-align: left;
  -webkit-box-shadow: 0 12px 46px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 46px -3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 780px) {
  nav#primary-navigation ul {
    position: relative;
    text-align: left;
    background: #cc3100;
    border-top: 1px solid #801f00;
  }
  nav#primary-navigation ul li {
    border-bottom: 1px solid #801f00;
  }
  nav#primary-navigation ul li a {
    color: #fff;
  }
  body:not(.home) nav#primary-navigation ul li.current-menu-item > a,
  body:not(.home) nav#primary-navigation ul li.current-menu-parent > a,
  body:not(.home) nav#primary-navigation ul li.current-menu-ancestor > a,
  nav#primary-navigation ul li > a:focus,
  nav#primary-navigation ul li > a:hover,
  nav#primary-navigation ul li:focus > a,
  nav#primary-navigation ul li:hover > a {
    color: #fff;
    background: #02175d;
  }
  nav#primary-navigation ul li:last-child {
    border-bottom: 0;
  }
  nav#primary-navigation ul .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav#primary-navigation ul .sub-menu a {
    font-size: .9em;
  }
}

nav#primary-navigation a#primary-navigation-toggle {
  padding: 6px 20px;
  font-size: 25px;
  color: #fff;
}

nav#primary-navigation a#primary-navigation-toggle span {
  color: #fff;
  vertical-align: text-top;
  background: #02175d;
}

body nav#primary-navigation ul ul.sub-menu {
  text-align: left;
  background: #c22e00;
}

body nav#primary-navigation ul ul.sub-menu a {
  color: #fff;
}

body nav#primary-navigation ul ul.sub-menu li > a:focus,
body nav#primary-navigation ul ul.sub-menu li:hover > a {
  color: #fff;
  background: #011453;
}

body nav#primary-navigation ul ul.sub-menu li.current-menu-item > a,
body nav#primary-navigation ul ul.sub-menu li.current-menu-parent > a,
body nav#primary-navigation ul ul.sub-menu li.current-menu-ancestor > a {
  color: #fff;
  background: #011658;
}

body nav#primary-navigation ul ul.sub-menu li.current-menu-item > a:focus, body nav#primary-navigation ul ul.sub-menu li.current-menu-item > a:hover,
body nav#primary-navigation ul ul.sub-menu li.current-menu-parent > a:focus,
body nav#primary-navigation ul ul.sub-menu li.current-menu-parent > a:hover,
body nav#primary-navigation ul ul.sub-menu li.current-menu-ancestor > a:focus,
body nav#primary-navigation ul ul.sub-menu li.current-menu-ancestor > a:hover {
  color: #fff;
  background: #011453;
}

body nav#primary-navigation ul ul ul.sub-menu {
  background: #b82c00;
}

body nav#primary-navigation ul ul ul.sub-menu a {
  color: #fff;
}

body nav#primary-navigation ul ul ul.sub-menu li > a:focus,
body nav#primary-navigation ul ul ul.sub-menu li:hover > a {
  color: #fff;
  background: #011144;
}

body nav#primary-navigation ul ul ul.sub-menu li.current-menu-item > a,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-parent > a,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-ancestor > a {
  color: #fff;
  background: #010e3a;
}

body nav#primary-navigation ul ul ul.sub-menu li.current-menu-item > a:focus, body nav#primary-navigation ul ul ul.sub-menu li.current-menu-item > a:hover,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-parent > a:focus,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-parent > a:hover,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-ancestor > a:focus,
body nav#primary-navigation ul ul ul.sub-menu li.current-menu-ancestor > a:hover {
  color: #fff;
  background: #010c30;
}

body nav#primary-navigation ul ul ul ul.sub-menu {
  background: #a32700;
}

body nav#primary-navigation ul ul ul ul.sub-menu a {
  color: #fff;
}

body nav#primary-navigation ul ul ul ul.sub-menu li > a:focus,
body nav#primary-navigation ul ul ul ul.sub-menu li:hover > a {
  color: #fff;
  background: #010c30;
}

body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-item > a,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-parent > a,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-ancestor > a {
  color: #fff;
  background: #010926;
}

body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-item > a:focus, body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-item > a:hover,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-parent > a:focus,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-parent > a:hover,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-ancestor > a:focus,
body nav#primary-navigation ul ul ul ul.sub-menu li.current-menu-ancestor > a:hover {
  color: #fff;
  background: #00071c;
}

body nav#primary-navigation ul ul ul ul ul.sub-menu {
  background: #8f2200;
}

body nav#primary-navigation ul ul ul ul ul.sub-menu a {
  color: #fff;
}

body nav#primary-navigation ul ul ul ul ul.sub-menu li > a:focus,
body nav#primary-navigation ul ul ul ul ul.sub-menu li:hover > a {
  color: #fff;
  background: #00071c;
}

body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-item > a,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-parent > a,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-ancestor > a {
  color: #fff;
  background: #000617;
}

body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-item > a:focus, body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-item > a:hover,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-parent > a:focus,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-parent > a:hover,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-ancestor > a:focus,
body nav#primary-navigation ul ul ul ul ul.sub-menu li.current-menu-ancestor > a:hover {
  color: #fff;
  background: #000412;
}

body nav#primary-navigation ul ul ul ul ul ul.sub-menu {
  background: #7a1d00;
}

body nav#primary-navigation ul ul ul ul ul ul.sub-menu a {
  color: #fff;
}

body nav#primary-navigation ul ul ul ul ul ul.sub-menu li > a:focus,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li:hover > a {
  color: #fff;
  background: #000208;
}

body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-item > a,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-parent > a,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-ancestor > a {
  color: #fff;
  background: black;
}

body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-item > a:focus, body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-item > a:hover,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-parent > a:focus,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-parent > a:hover,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-ancestor > a:focus,
body nav#primary-navigation ul ul ul ul ul ul.sub-menu li.current-menu-ancestor > a:hover {
  color: #fff;
  background: black;
}

nav#primary-navigation li.menu-item-has-children > a::after {
  content: "";
}

nav#primary-navigation li li.menu-item-has-children > a::after {
  content: "";
}

@media (max-width: 780px) {
  nav#primary-navigation li li.menu-item-has-children > a::after {
    content: "";
  }
}

.nf-form-layout:not(:first-child) {
  margin-top: 1em;
}

.nf-form-layout > div {
  position: relative;
  padding: 1em;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  color: #000000;
}

.nf-form-layout > div.dark {
  background-color: #111111;
  border-color: #515151;
  color: #FFFFFF;
}

.nf-form-layout > div .nf-form-fields-required {
  padding: 0.25em 0.5em;
  position: absolute;
  top: calc(-2.5em);
  right: -1px;
  z-index: 0;
  font-style: italic;
  font-size: 0.75em;
}

.nf-form-layout > div .nf-form-fields-required .ninja-forms-req-symbol:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  z-index: -1;
}

.nf-form-layout > div.dark .nf-form-fields-required .ninja-forms-req-symbol:before {
  background-color: #111111;
  border-color: #515151;
}

.nf-form-layout > div .nf-after-form-content {
  padding: 0.5em 0.25em;
}

.nf-form-layout > div .nf-row:last-child .nf-field-container {
  margin-bottom: 0;
}

.nf-form-layout > div .listradio-container li:before,
.nf-form-layout > div .listcheckbox-wrap li:before {
  content: none;
  display: none;
}

.nf-form-layout > div .nf-field-label {
  margin-bottom: 0;
}

.nf-form-layout > div .nf-field-label .nf-help {
  background: none;
  cursor: help;
}

.nf-form-layout > div .nf-field-element {
  margin: 0.25em 0 0;
}

.nf-form-layout > div .nf-element {
  max-width: 100%;
  display: inline-block;
  padding: 0.5em;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  color: inherit;
}

.nf-form-layout > div .nf-element[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.nf-form-layout > div.dark .nf-element {
  background-color: #1e1e1e;
  border-color: #515151;
}

.nf-form-layout > div .nf-element[type="button"], .nf-form-layout > div .nf-element[type="submit"] {
  width: 100%;
  color: #FFFFFF;
  background: #FF3D00;
  border: none;
  cursor: pointer;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.nf-form-layout > div .nf-element[type="button"]:hover, .nf-form-layout > div .nf-element[type="submit"]:hover {
  color: #FFFFFF;
  background: #021D76;
}

.nf-form-layout > div .nf-error .nf-element {
  border-color: #CC0000;
}

.nf-form-layout > div .label-right .nf-field-element {
  text-align: right;
}

.nf-form-layout > div .checkbox-wrap .nf-field-element {
  margin-top: 0.2em;
  line-height: 1em;
}

.nf-form-layout > div .nf-field-description {
  margin: 0.5em 0 0;
  font-size: 0.75em;
  line-height: 1.25em;
  -webkit-box-ordinal-group: 21;
  -moz-order: 20;
  -ms-flex-order: 20;
  order: 20;
}

.nf-form-layout > div .nf-after-field {
  margin: 0.5em 0 0;
  font-size: 0.75em;
  line-height: 1.25em;
}

.nf-form-layout > div .nf-after-field .nf-input-limit {
  margin: 0;
  font-style: italic;
  font-size: inherit;
  text-align: right;
}

.nf-form-layout > div .nf-after-field .nf-error {
  position: absolute;
  top: 0.5em;
  right: 0;
}

.nf-form-layout > div .nf-after-field .nf-error .nf-error-msg {
  margin: 0;
}

.nf-form-layout > div .label-below .nf-after-field .nf-error {
  top: auto;
  bottom: 100%;
}

.nf-form-layout > div.style-1 .nf-field-label {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.75em;
  line-height: 1em;
}

.nf-form-layout > div.style-1 .nf-field-label label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.25em;
  background: #FFFFFF;
}

.nf-form-layout > div.style-1.dark .nf-field-label label {
  background: #111111;
}

.nf-form-layout > div.style-1 .label-above .nf-field-label {
  margin-bottom: -0.75em;
  margin-left: 1em;
}

.nf-form-layout > div.style-1 .label-below .nf-field-label {
  margin-top: -0.75em;
  margin-right: 1em;
  text-align: right;
}

.nf-form-layout > div.style-1 .label-right .nf-field-label, .nf-form-layout > div.style-1 .label-left .nf-field-label {
  width: auto;
}

.nf-form-layout > div.style-1 .nf-field-element {
  border: 1px solid #bfbfbf;
}

.nf-form-layout > div.style-1 .checkbox-wrap .nf-field-element {
  border: none;
}

.nf-form-layout > div.style-1.dark {
  border-color: #515151;
}

.nf-form-layout > div.style-1 .submit-wrap .nf-field-element {
  border: none;
}

.nf-form-layout > div.style-1 .nf-element {
  background: none;
  border: none;
}

.nf-form-layout > div.style-1 .nf-element[type="button"], .nf-form-layout > div.style-1 .nf-element[type="submit"] {
  color: #FFFFFF;
  background: #FF3D00;
}

.nf-form-layout > div.style-1 .nf-element[type="button"]:hover, .nf-form-layout > div.style-1 .nf-element[type="submit"]:hover {
  color: #FFFFFF;
  background: #021D76;
}

.nf-form-layout > div.style-2 .nf-field-label {
  width: 100%;
  font-size: 0.75em;
  line-height: 1em;
}

.nf-form-layout > div.style-2.dark {
  border-color: #515151;
}

.nf-form-layout > div.style-2 .label-right .nf-field-label, .nf-form-layout > div.style-2 .label-left .nf-field-label {
  width: auto;
}

.nf-form-layout > div.style-2 .nf-element {
  padding: 0.25em 0;
  background: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}

.nf-form-layout > div.style-2 .nf-element[type="checkbox"] {
  border: none;
}

.nf-form-layout > div.style-2 .nf-element[type="button"], .nf-form-layout > div.style-2 .nf-element[type="submit"] {
  padding: 0.5em;
  color: #FFFFFF;
  background: #FF3D00;
  border: none;
}

.nf-form-layout > div.style-2 .nf-element[type="button"]:hover, .nf-form-layout > div.style-2 .nf-element[type="submit"]:hover {
  color: #FFFFFF;
  background: #021D76;
}

.nf-form-layout > div.style-3 .nf-field-label {
  padding: 0.5em;
  background: #bfbfbf;
  line-height: 1em;
}

.nf-form-layout > div.style-3.dark .nf-field-label {
  background: #515151;
}

.nf-form-layout > div.style-3 .label-above .nf-field-label,
.nf-form-layout > div.style-3 .label-below .nf-field-label {
  width: 100%;
}

.nf-form-layout > div.style-3 .nf-field-element {
  margin: 0;
  background: none;
  border: 2px solid #bfbfbf;
}

.nf-form-layout > div.style-3.dark .nf-field-element {
  border-color: #515151;
}

.nf-form-layout > div.style-3 .nf-element {
  border: none;
}

.nf-form-layout > div.style-3 .label-above .nf-field-label {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 0.75em;
}

.nf-form-layout > div.style-3 .label-above .nf-field-element {
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.nf-form-layout > div.style-3 .label-right .nf-field-label {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.nf-form-layout > div.style-3 .label-right .nf-field-element {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.nf-form-layout > div.style-3 .label-right .textarea-wrap .nf-field-label {
  margin-top: 0;
}

.nf-form-layout > div.style-3 .label-below .nf-field-label {
  margin-top: 0;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 0.75em;
}

.nf-form-layout > div.style-3 .label-below .nf-field-element {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.nf-form-layout > div.style-3 .label-left .nf-field-label {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.nf-form-layout > div.style-3 .label-left .nf-field-element {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.nf-form-layout > div.style-3 .label-left .textarea-wrap .nf-field-label {
  margin-top: 0;
}

.nf-form-layout > div.style-3 .nf-element[type="checkbox"] {
  border: none;
}

.nf-form-layout > div.style-3 .nf-element[type="button"], .nf-form-layout > div.style-3 .nf-element[type="submit"] {
  border: none;
}

.nf-form-layout > div.style-3 .submit-wrap .nf-field-label {
  background: none;
  border: none;
}

.nf-form-layout > div.style-3 .submit-wrap .nf-field-element {
  border: none;
}

.nf-form-layout > div.style-3 .checkbox-wrap .nf-field-element {
  width: 2em;
  line-height: 1.5em;
  text-align: center;
}

nav.search-type {
  padding: 1em 0;
}

nav.search-type ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 780px) {
  nav.search-type ul {
    padding: .5em 1em 0;
  }
}

@media (max-width: 480px) {
  nav.search-type ul {
    display: block;
  }
}

nav.search-type ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 1px;
  margin: 0 .5em;
  background: #021D76;
}

@media (max-width: 480px) {
  nav.search-type ul li {
    display: block;
    margin: .25em 0 0;
  }
}

nav.search-type ul li:first-child {
  margin-left: 0;
}

nav.search-type ul li:last-child {
  margin-right: 0;
}

nav.search-type ul li::before {
  background: #00129c;
  background: -webkit-gradient(linear, left top, left bottom, from(#00129c), to(#021D76));
  background: linear-gradient(to bottom, #00129c, #021D76);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  opacity: 1;
}

nav.search-type ul li::after {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #ff7224;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7224), to(#FF3D00));
  background: linear-gradient(to bottom, #ff7224, #FF3D00);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  opacity: 0;
}

nav.search-type ul li:hover::after {
  opacity: 1;
}

nav.search-type ul li a {
  -webkit-box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  padding: .75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

nav.search-type ul li a::before {
  display: inline-block;
  margin-right: .75em;
  font-family: FontAwesome;
  font-size: 1.1em;
  font-weight: normal;
}

nav.search-type ul li a:hover {
  color: #000;
}

nav.search-type ul li.provider a::before {
  content: '\f0f0';
}

nav.search-type ul li.practice a::before {
  content: '\f0fd';
}

nav.search-type ul li.specialty a::before {
  content: '\f0f1';
}

section.provider-search {
  -webkit-box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  display: none;
  padding: 1em;
  background: #eceff5;
  border: 1px solid #dbe1ec;
}

.webcom-header + section.provider-search {
  margin-top: 0;
}

section.provider-search > form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

@media (max-width: 780px) {
  section.provider-search > form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.provider-search > form > div {
  width: 25%;
  margin: .5em;
}

@media (max-width: 780px) {
  section.provider-search > form > div {
    width: 100%;
    margin: .5em 0;
  }
}

section.provider-search > form > div.wrap-submit {
  max-width: 175px;
}

@media (max-width: 780px) {
  section.provider-search > form > div.wrap-submit {
    display: block;
    max-width: none;
    margin: .5em auto;
    text-align: center;
  }
}

section.provider-search input,
section.provider-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  padding: .65em;
  font-size: .9em;
  color: #2f2f2f;
  background: #eceff5;
  background: -webkit-gradient(linear, left top, left bottom, from(#eceff5), to(#dbe1ec));
  background: linear-gradient(to bottom, #eceff5 0%, #dbe1ec 100%);
  border: 1px solid #a9b7d2;
}

section.provider-search input:hover,
section.provider-search select:hover {
  border: 1px solid #a9b7d2;
}

section.provider-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  background: #eceff5;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='998' height='582' viewBox='525 781 998 582'%3E%3Cpath fill='%23FF3D00' d='M1523 864c0 8.667-3.333 16.333-10 23l-466 466c-6.667 6.667-14.333 10-23 10s-16.333-3.333-23-10L535 887c-6.667-6.667-10-14.333-10-23s3.333-16.333 10-23l50-50c6.667-6.667 14.333-10 23-10s16.333 3.333 23 10l393 393 393-393c6.667-6.667 14.333-10 23-10s16.333 3.333 23 10l50 50c6.667 6.667 10 14.333 10 23z'/%3E%3C/svg%3E") right 0.5em center/0.75em auto no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eceff5), to(#dbe1ec));
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='998' height='582' viewBox='525 781 998 582'%3E%3Cpath fill='%23FF3D00' d='M1523 864c0 8.667-3.333 16.333-10 23l-466 466c-6.667 6.667-14.333 10-23 10s-16.333-3.333-23-10L535 887c-6.667-6.667-10-14.333-10-23s3.333-16.333 10-23l50-50c6.667-6.667 14.333-10 23-10s16.333 3.333 23 10l393 393 393-393c6.667-6.667 14.333-10 23-10s16.333 3.333 23 10l50 50c6.667 6.667 10 14.333 10 23z'/%3E%3C/svg%3E") right 0.5em center/0.75em auto no-repeat, linear-gradient(to bottom, #eceff5 0%, #dbe1ec 100%);
}

section.provider-search select::-ms-expand {
  display: none;
}

section.provider-search select option {
  color: #000;
}

section.provider-search input[type="submit"] {
  background: #FF3D00;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3D00), to(#cc3100));
  background: linear-gradient(to bottom, #FF3D00 0%, #cc3100 100%);
  font-family: FontAwesome, "Nunito Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #cc3100;
}

@media (max-width: 780px) {
  section.provider-search input[type="submit"] {
    width: 100%;
    max-width: 350px;
  }
}

section.provider-search input[type="submit"]:hover {
  background: #021D76;
  background: -webkit-gradient(linear, left top, left bottom, from(#021D76), to(#011144));
  background: linear-gradient(to bottom, #021D76 0%, #011144 100%);
  font-size: .9em;
  color: #fff;
}

section.practice-search {
  -webkit-box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  box-shadow: 0 5px 7px 0 rgba(219, 225, 236, 0.5);
  display: none;
  min-height: 1px;
  padding: 1em;
  background: #eceff5;
  border: 1px solid #dbe1ec;
}

section.practice-search .location {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 1px;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #dbe1ec;
}

@media (max-width: 480px) {
  section.practice-search .location {
    display: block;
  }
}

section.practice-search .location:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

section.practice-search .location > div,
section.practice-search .location > img {
  -webkit-box-flex: 1;
  -moz-flex: 1 31%;
  -ms-flex: 1 31%;
  flex: 1 31%;
}

section.practice-search .location h3 {
  -webkit-box-flex: 1;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-bottom: .75em;
}

section.practice-search .location .phone {
  text-decoration: none;
}

section.practice-search .location .buttons {
  padding-top: 1em;
}

@media (max-width: 780px) {
  section.practice-search .location .buttons {
    padding: .5em 0;
  }
}

section.practice-search .location .button {
  background: #FF3D00;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3D00), to(#cc3100));
  background: linear-gradient(to bottom, #FF3D00 0%, #cc3100 100%);
  border-radius: 0;
  display: inline-block;
  font-family: FontAwesome, "Nunito Sans", sans-serif;
  font-size: .75em;
  color: #fff;
  border: 1px solid #cc3100;
}

@media (max-width: 780px) {
  section.practice-search .location .button {
    margin: .5em 0 0;
  }
}

section.practice-search .location .button::before {
  display: inline-block;
  margin-right: .5em;
  font-family: FontAwesome;
}

section.practice-search .location .button.website::before {
  content: '\f0c1';
}

section.practice-search .location .button.directions::before {
  content: '\f041';
}

section.practice-search .location .button:hover {
  background: #021D76;
  background: -webkit-gradient(linear, left top, left bottom, from(#021D76), to(#cc3100));
  background: linear-gradient(to bottom, #021D76 0%, #cc3100 100%);
  color: #fff;
}

section.practice-search .location .contact {
  min-height: 1px;
  padding-right: 1em;
}

@media (max-width: 780px) {
  section.practice-search .location .contact {
    display: block;
    padding: 0 0 .5em;
  }
}

@media (max-width: 480px) {
  section.practice-search .location .contact {
    padding-right: .5em;
  }
}

section.practice-search .location .map {
  min-height: 1px;
}

@media (max-width: 480px) {
  section.practice-search .location .map {
    display: static;
    padding: .5em 0;
  }
}

section.practice-search .location .map > div {
  width: 100%;
  height: 300px;
  border: 1px solid #dbe1ec;
}

section.practice-search .location .photo {
  padding-left: 1em;
  text-align: center;
}

@media (max-width: 780px) {
  section.practice-search .location .photo {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  section.practice-search .location .photo {
    display: block;
    padding: .5em 0 0;
    text-align: center;
  }
}

section.practice-search .location .photo img {
  display: inline-block;
}

section.specialty-search {
  display: none;
}

@media (max-width: 780px) {
  section.specialty-search {
    padding: 0 .758em;
  }
}

section.specialty-search > a[href] {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-block;
  padding: .5em;
  margin: .2em;
  font-size: 1.25em;
  color: #010b2b;
  text-decoration: none;
  background: #f3f5f9;
  border: 1px solid #d8deea;
}

section.specialty-search > a[href]:hover {
  color: #fff;
  background: #021D76;
}

body.provider-search .webcom-content {
  padding: 1.5em 0 2em;
}

@media (max-width: 780px) {
  body.provider-search .webcom-content {
    padding: 1.5em 1.5em 2em;
  }
}

body.provider-search .webcom-content .navigation.pagination {
  margin: 1em 0;
  text-align: right;
}

@media (max-width: 780px) {
  body.provider-search .webcom-content .navigation.pagination .nav-links {
    text-align: center;
  }
}

body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers {
  border-radius: 0.25em;
  display: inline-block;
  padding: .5em 1em;
  margin: .5em;
  font-size: .75em;
  color: #000;
  text-decoration: none;
  background: #ff4d14;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (max-width: 780px) {
  body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers {
    padding: .4em .65em;
    margin: .25em;
    font-size: .65em;
  }
}

body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers:hover, body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #021D76;
}

body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers.dots {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  color: #2f2f2f;
  background: none;
}

body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers.next::after {
  display: inline-block;
  margin-left: .5em;
  font-family: FontAwesome;
  content: '\f105';
}

body.provider-search .webcom-content .navigation.pagination .nav-links .page-numbers.prev::before {
  display: inline-block;
  margin-right: .5em;
  font-family: FontAwesome;
  content: '\f104';
}

body.provider-search .webcom-content .archive-header {
  border-bottom: none;
}

body.provider-search .webcom-content .archive-header .archive-description {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d5d5d5;
}

body.provider-search .webcom-content .archive-header .archive-description + h1 {
  margin-top: 1em;
}

body.provider-search .webcom-content .listings {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  padding: 1em 0;
}

body.provider-search .webcom-content .listings article {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33% - .5em);
  padding: 1em;
  margin: .5em;
  color: #000;
  background: #eceff5;
  border: 1px solid #dfe4ee;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}

body.provider-search .webcom-content .listings article:hover {
  color: #000;
  background: #dfe4ee;
}

body.provider-search .webcom-content .listings article:nth-child(3n+1) {
  margin-left: 0;
}

body.provider-search .webcom-content .listings article:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 780px) {
  body.provider-search .webcom-content .listings article {
    width: calc(50% - .5em);
  }
  body.provider-search .webcom-content .listings article:nth-child(3n+1) {
    margin-left: .5em;
  }
  body.provider-search .webcom-content .listings article:nth-child(3n) {
    margin-right: .5em;
  }
  body.provider-search .webcom-content .listings article:nth-child(2n+1) {
    margin-left: 0;
  }
  body.provider-search .webcom-content .listings article:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  body.provider-search .webcom-content .listings article {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

body.provider-search .webcom-content .listings article .entry-header {
  margin-bottom: .5em;
}

body.provider-search .webcom-content .listings article .entry-header h2 {
  margin: 0;
  font-size: 1.4em;
  color: #011144;
}

@media (max-width: 480px) {
  body.provider-search .webcom-content .listings article .entry-header h2 {
    font-size: 1em;
  }
}

body.provider-search .webcom-content .listings article .entry-header h2 a {
  color: #011144;
}

body.provider-search .webcom-content .listings article .entry-header h2 a:hover {
  color: #021D76;
}

body.provider-search .webcom-content .listings article .entry-content {
  font-size: .8em;
}

body.provider-search .webcom-content .listings article .entry-content img {
  float: right;
  max-width: 100px;
  margin-top: .5em;
  margin-bottom: .5em;
}

@media (max-width: 480px) {
  body.provider-search .webcom-content .listings article .entry-content img {
    display: block;
    float: none;
    margin: .5em auto;
  }
}

body.provider-search .webcom-content .listings article .entry-content span {
  font-weight: 600;
  color: #011144;
}

body.provider-search .webcom-content .listings article .entry-content p:first-of-type {
  margin: 0;
}

body.provider-search .webcom-content .listings article .entry-content .location {
  position: relative;
  width: calc(100% - 100px - 10px);
  padding: .5em 0 1.2em;
  margin: .5em 0;
  border-bottom: 1px solid #959595;
}

@media (max-width: 480px) {
  body.provider-search .webcom-content .listings article .entry-content .location {
    width: 100%;
  }
}

body.provider-search .webcom-content .listings article .entry-content .location *:first-of-type {
  margin: 0 0 .4em;
}

body.provider-search .webcom-content .listings article .entry-content .location:last-child {
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 0;
}

body.provider-search .webcom-content .listings article .entry-content .location h3 {
  font-weight: 600;
  color: #011144;
  text-transform: uppercase;
}

body.provider-search .webcom-content .listings article .entry-content .location p {
  position: relative;
  padding: 0 0 0 1.15em;
  margin: .35em 0 0;
  line-height: 1.35;
}

body.provider-search .webcom-content .listings article .entry-content .location p::before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: .5em;
  font-family: FontAwesome;
  color: #FF3D00;
}

body.provider-search .webcom-content .listings article .entry-content .location .address {
  cursor: pointer;
}

body.provider-search .webcom-content .listings article .entry-content .location .address:hover {
  text-shadow: 0 0 0 #2f2f2f;
}

body.provider-search .webcom-content .listings article .entry-content .location .address::before {
  color: #FF3D00;
  content: '\f041';
}

body.provider-search .webcom-content .listings article .entry-content .location .phone span {
  color: inherit;
  text-decoration: none;
}

body.provider-search .webcom-content .listings article .entry-content .location .phone a {
  color: #011144;
  text-decoration: underline;
}

body.provider-search .webcom-content .listings article .entry-content .location .phone::before {
  color: #FF3D00;
  content: '\f095';
}

body.provider-search .webcom-content .listings article .entry-content .location .fax::before {
  color: #FF3D00;
  content: '\f1ac';
}

body.provider-search .webcom-content .listings article .entry-content .location .hours::before {
  color: #FF3D00;
  content: '\f017';
}

body.provider-search .webcom-content .listings article .buttons {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

@media (max-width: 1024px) {
  body.provider-search .webcom-content .listings article .buttons.count-3 > a::before {
    display: block;
  }
}

body.provider-search .webcom-content .listings article .buttons.count-4 > a {
  width: calc(50% - 0.5em);
  margin: 0.25em;
}

@media (max-width: 1024px) {
  body.provider-search .webcom-content .listings article .buttons.count-4 > a::before {
    display: block;
  }
}

body.provider-search .webcom-content .listings article .buttons > a {
  border-radius: 0.25em;
  background: #021D76;
  background: -webkit-gradient(linear, left top, left bottom, from(#021D76), to(#011144));
  background: linear-gradient(to bottom, #021D76 0%, #011144 100%);
  display: block;
  padding: .5em 0.75em;
  font-size: .75em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #011144;
}

@media (max-width: 480px) {
  body.provider-search .webcom-content .listings article .buttons > a {
    font-size: .55em;
  }
}

body.provider-search .webcom-content .listings article .buttons > a::before {
  display: inline;
  margin-right: .5em;
  font-family: FontAwesome;
}

body.provider-search .webcom-content .listings article .buttons > a.website::before {
  content: '\f0ac';
}

body.provider-search .webcom-content .listings article .buttons > a.virtual-office::before {
  content: '\f0f7';
}

body.provider-search .webcom-content .listings article .buttons > a.book-now::before {
  content: '\f02d';
}

body.provider-search .webcom-content .listings article .buttons > a.book-now[href*="zocdoc"] {
  position: relative;
}

body.provider-search .webcom-content .listings article .buttons > a.book-now[href*="zocdoc"]::after {
  border-radius: 0.25em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: .25em;
  font-size: .75em;
  line-height: 1.3;
  color: #fff;
  background: #FF3D00;
  border: 1px solid #cc3100;
  content: 'Powered by ZocDoc';
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.provider-search .webcom-content .listings article .buttons > a.book-now[href*="zocdoc"]:hover::after {
  bottom: 100%;
  opacity: 1;
}

body.provider-search .webcom-content .listings article .buttons > a.biography::before {
  content: '\f0f0';
}

body.provider .webcom-content .entry-content .book-now {
  margin-bottom: 1em;
}

body.provider .webcom-content .locations {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}

@media (max-width: 480px) {
  body.provider .webcom-content .locations {
    display: block;
  }
}

body.provider .webcom-content .locations aside {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 calc( 33% - 1em);
  -ms-flex: 0 0 calc( 33% - 1em);
  flex: 0 0 calc( 33% - 1em);
  padding: 1em;
  margin: .5em;
  background: #eceff5;
  border: 1px solid #dbe1ec;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
  font-size: .875em;
  width: calc( 33% - 1em);
}

body.provider .webcom-content .locations aside:hover {
  background: #dbe1ec;
}

body.provider .webcom-content .locations aside.location {
  position: relative;
}

@media (max-width: 480px) {
  body.provider .webcom-content .locations aside.location {
    width: 100%;
    display: block;
    margin: .5em auto;
  }
}

body.provider .webcom-content .locations aside.location h3 {
  font-weight: 600;
  color: #011144;
}

body.provider .webcom-content .locations aside.location p {
  position: relative;
  padding: 0 0 0 1.15em;
  margin: .35em 0 0;
  line-height: 1.35;
}

body.provider .webcom-content .locations aside.location p::before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: .5em;
  font-family: FontAwesome;
  color: #FF3D00;
}

body.provider .webcom-content .locations aside.location .address {
  cursor: pointer;
}

body.provider .webcom-content .locations aside.location .address:hover {
  text-shadow: 0 0 0 #2f2f2f;
}

body.provider .webcom-content .locations aside.location .address::before {
  color: #FF3D00;
  content: '\f041';
}

body.provider .webcom-content .locations aside.location .phone span {
  color: inherit;
  text-decoration: none;
}

body.provider .webcom-content .locations aside.location .phone a {
  color: #011144;
  text-decoration: underline;
}

body.provider .webcom-content .locations aside.location .phone::before {
  color: #FF3D00;
  content: '\f095';
}

body.provider .webcom-content .locations aside.location .fax::before {
  color: #FF3D00;
  content: '\f1ac';
}

body.provider .webcom-content .locations aside.location .hours::before {
  color: #FF3D00;
  content: '\f017';
}

.provider-google-map {
  width: 100%;
  height: 400px;
  margin: 1em 0;
  border: 1px solid #dbe1ec;
}

.provider-google-map .gm-style-iw h3 {
  margin-top: 0;
  font-size: 1.25em;
  color: #011144;
}

.provider-google-map .gm-style-iw h4 {
  font-size: 1.2em;
  color: #011144;
}

.provider-google-map .gm-style-iw img {
  float: right;
  max-width: 75px;
  margin: 0 0 0 .2em;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.618;
  color: #2f2f2f;
  background: #fff;
}

body a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #011144;
}

body a:hover {
  color: #010b2b;
}

html .mce-content-body {
  width: 95%;
  max-width: 95%;
  min-width: 95%;
  padding: 0;
  margin: 20px;
}

h1 {
  line-height: 1.15;
  color: #021D76;
}

h2 {
  font-weight: 600;
  line-height: 1.15;
  color: #FF3D00;
}

h3 {
  line-height: 1.15;
  color: #02175d;
}

h4 {
  line-height: 1.15;
  color: #011144;
}

h5 {
  line-height: 1.15;
  color: #992500;
}

h6 {
  line-height: 1.15;
  color: #992500;
}

.webcom-navigation {
  -webkit-box-shadow: 0 5px 7px 0 rgba(77, 77, 77, 0.5);
  box-shadow: 0 5px 7px 0 rgba(77, 77, 77, 0.5);
  margin-bottom: .25em;
}

.webcom-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 1.25em 0 1.5em;
}

@media (max-width: 780px) {
  .webcom-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25em 1em 1.5em;
  }
}

.webcom-header .left-section {
  text-align: center;
}

.webcom-header .left-section .main-logo {
  display: block;
  max-width: 400px;
}

@media (max-width: 780px) {
  .webcom-header .left-section .main-logo {
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .webcom-header .left-section .main-logo {
    max-width: 100%;
  }
}

.webcom-header .left-section .google-translate {
  display: inline-block;
  margin-top: 1em;
}

@media (max-width: 1024px) {
  .webcom-header .left-section .google-translate {
    margin-top: 1.5em;
  }
}

@media (max-width: 780px) {
  .webcom-header .left-section .google-translate {
    margin-top: 1.5em;
  }
}

.webcom-header .contact-info {
  font-weight: 600;
  text-align: right;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info {
    width: 50%;
  }
}

@media (max-width: 780px) {
  .webcom-header .contact-info {
    width: 75%;
    padding: 1.5em 0 0;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info {
    width: 100%;
    padding: 1.5em 0 0;
  }
}

.webcom-header .contact-info > div {
  padding: 7px 0;
  line-height: 1;
}

.webcom-header .contact-info .callout-section {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #eceff5;
  border: 1px solid #dbe1ec;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .callout-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 780px) {
  .webcom-header .contact-info .callout-section {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info .callout-section {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: none;
    border: 0;
  }
}

.webcom-header .contact-info .callout-section > div {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .callout-section > div {
    display: block;
    width: 100%;
  }
}

@media (max-width: 780px) {
  .webcom-header .contact-info .callout-section > div {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info .callout-section > div {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.webcom-header .contact-info .callout-section > div > div {
  padding: .5em;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .callout-section > div > div {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 780px) {
  .webcom-header .contact-info .callout-section > div > div {
    width: 50%;
    text-align: center;
  }
  .webcom-header .contact-info .callout-section > div > div p {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info .callout-section > div > div {
    width: 100%;
  }
}

.webcom-header .contact-info .social {
  font-size: 1.8em;
}

@media (max-width: 780px) {
  .webcom-header .contact-info .social {
    text-align: center;
  }
}

.webcom-header .contact-info .social a {
  display: inline-block;
  margin: 0 .2em;
}

.webcom-header .contact-info .callout .button {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  border-radius: 0.25em;
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 1em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background: #b33d00;
  border: 1px solid #b32b00;
}

@media (max-width: 480px) {
  .webcom-header .contact-info .callout .button {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.webcom-header .contact-info .phone {
  font-size: 1.5em;
  font-weight: 900;
  color: #2f2f2f;
  text-decoration: none;
}

.webcom-header .contact-info .phone span::before {
  margin-right: .25em;
  font-family: 'FontAwesome';
  color: #021D76;
  content: '\f095';
}

.webcom-header .contact-info .phone a {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  border-radius: 0.25em;
  display: inline-block;
  width: 100%;
  padding: .5em 1.5em;
  font-size: .67em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  background: #b33d00;
  border: 1px solid #b32b00;
}

@media (max-width: 480px) {
  .webcom-header .contact-info .phone a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.webcom-header .contact-info .phone a:hover, .webcom-header .contact-info .phone a:visited, .webcom-header .contact-info .phone a:focus {
  color: #2f2f2f;
  background: #eceff5;
}

@media (max-width: 780px) {
  .webcom-header .contact-info .phone a:hover, .webcom-header .contact-info .phone a:visited, .webcom-header .contact-info .phone a:focus {
    color: #fff;
    background: #b33d00;
  }
}

.webcom-header .contact-info .phone a::before {
  margin-right: .25em;
  font-family: 'FontAwesome';
  color: #fff;
  content: '\f095';
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .button-section {
    min-width: 40%;
  }
}

.webcom-header .contact-info .button-section > a {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  border-radius: 0.25em;
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 1em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background: #b33d00;
  border: 1px solid #b32b00;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .button-section > a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info .button-section > a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.webcom-header .contact-info .button-section > a:hover, .webcom-header .contact-info .button-section > a:visited, .webcom-header .contact-info .button-section > a:focus {
  color: #fff;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .zocdoc {
    min-width: 40%;
  }
}

.webcom-header .contact-info .zocdoc a {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  border-radius: 0.25em;
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background: #b33d00;
  border: 1px solid #b32b00;
}

@media (max-width: 1200px) {
  .webcom-header .contact-info .zocdoc a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .webcom-header .contact-info .zocdoc a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.webcom-banner {
  -webkit-box-shadow: 3px 3px 13px 0 rgba(5, 5, 5, 0.4);
  box-shadow: 3px 3px 13px 0 rgba(5, 5, 5, 0.4);
  position: relative;
}

@media (max-width: 480px) {
  .webcom-banner {
    background: #021b6c;
  }
}

.webcom-banner a {
  color: #000;
}

.webcom-banner .featured-image {
  position: relative;
}

.webcom-banner .featured-image img {
  display: block;
}

.webcom-banner .webcom-banner {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.webcom-banner .webcom-banner.slick-initialized {
  opacity: 1;
}

.webcom-banner .slick-prev,
.webcom-banner .slick-next {
  z-index: 999;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 2em;
  color: #FF3D00;
}

@media (max-width: 480px) {
  .webcom-banner .slick-prev,
  .webcom-banner .slick-next {
    -webkit-transform: none;
    transform: none;
    top: 2em;
  }
}

.webcom-banner .slick-prev::before,
.webcom-banner .slick-next::before {
  color: #FF3D00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.webcom-banner .slick-prev:hover::before,
.webcom-banner .slick-next:hover::before {
  color: #e63700;
}

.webcom-banner .slick-prev {
  left: 1em;
}

@media (max-width: 1024px) {
  .webcom-banner .slick-prev {
    left: .8em;
  }
}

.webcom-banner .slick-next {
  right: 1em;
}

@media (max-width: 1024px) {
  .webcom-banner .slick-next {
    right: .8em;
  }
}

.webcom-banner .slick-dots {
  bottom: 1em;
}

@media (max-width: 1024px) {
  .webcom-banner .slick-dots {
    bottom: .8em;
  }
}

@media (max-width: 480px) {
  .webcom-banner .slick-dots {
    position: static;
    background: #fff;
  }
}

.webcom-banner .slick-dots li button {
  text-shadow: none;
}

.webcom-banner .slick-dots li button::before {
  color: #FF3D00;
  opacity: 1;
}

@media (max-width: 1024px) {
  .webcom-banner .slick-dots li button::before {
    font-size: .8em;
  }
}

.webcom-banner .slick-dots li.slick-active button::before {
  color: #021D76;
}

.webcom-banner .caption {
  position: absolute;
  width: 100%;
  max-width: 450px;
  padding: 1em;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  background: rgba(2, 29, 118, 0.65);
}

@media (max-width: 1024px) {
  .webcom-banner .caption {
    font-size: .8em;
  }
}

@media (max-width: 480px) {
  .webcom-banner .caption {
    position: static;
    text-align: center;
    background: none;
  }
}

.webcom-banner .caption.topleft {
  top: 100px;
  left: 100px;
}

.webcom-banner .caption.topright {
  top: 100px;
  right: 100px;
}

.webcom-banner .caption.bottomleft {
  bottom: 100px;
  left: 100px;
}

.webcom-banner .caption.bottomright {
  right: 100px;
  bottom: 100px;
}

.webcom-banner .caption.has-button {
  padding: 1em 1em 2.5em;
}

.webcom-banner .caption h2 {
  margin: .5em 0;
  font-size: 2.25em;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1024px) {
  .webcom-banner .caption h2 {
    font-size: 1.9em;
  }
}

.webcom-banner .caption h3 {
  margin: .5em 0;
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1024px) {
  .webcom-banner .caption h3 {
    font-size: 1.25em;
  }
}

.webcom-banner .caption h3.title {
  font-size: 2.25em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .webcom-banner .caption h3.title {
    font-size: 1.9em;
  }
}

.webcom-banner .caption h3 + .caption-text {
  font-size: 1em;
  font-weight: 600;
}

.webcom-banner .caption h4,
.webcom-banner .caption h5,
.webcom-banner .caption h6 {
  margin: .5em 0;
  font-size: 1em;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1024px) {
  .webcom-banner .caption h4,
  .webcom-banner .caption h5,
  .webcom-banner .caption h6 {
    font-size: .9em;
  }
}

.webcom-banner .caption .caption-text {
  font-size: 1.1em;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .webcom-banner .caption .caption-text {
    font-size: .8em;
  }
}

.webcom-banner .caption .caption-text h2 {
  margin: 0 0 .5em;
  font-size: 1.65em;
}

.webcom-banner .caption .caption-text h3 {
  margin: 0 0 .5em;
  font-size: 1.4em;
}

.webcom-banner .caption .caption-text h4 {
  margin: 0 0 .5em;
  font-size: 1.1em;
}

.webcom-banner .caption a {
  color: #fff;
}

.webcom-banner .caption .button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 1em;
  bottom: -1em;
  display: inline-block;
  padding: .4em 1em;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  background: #b32b00;
  border: 0;
}

@media (max-width: 1024px) {
  .webcom-banner .caption .button {
    font-size: 1em;
    color: #fff;
    background: #b32b00;
  }
}

@media (max-width: 480px) {
  .webcom-banner .caption .button {
    position: static;
    margin-top: 1em;
    text-align: center;
  }
}

.webcom-banner .caption .button::after {
  display: inline-block;
  margin-left: .5em;
  font-family: 'FontAwesome';
  font-size: 1.25em;
  font-weight: normal;
  vertical-align: text-top;
  content: '\f18e';
}

.webcom-cta {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  padding: 0 0 50px;
  text-align: center;
}

@media (max-width: 780px) {
  .webcom-cta {
    padding: 0 0 60px;
  }
}

@media (max-width: 480px) {
  .webcom-cta {
    padding: 0 0 40px;
  }
}

.webcom-cta.below-content {
  padding-bottom: 3em;
}

.webcom-cta.below-content::after {
  content: none;
}

.webcom-cta.below-content .cta {
  padding-top: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.below-content .cta {
    padding-top: 1.5em;
  }
}

.webcom-cta.count-1 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  margin: 0 auto;
}

.webcom-cta.count-1 .cta .icon {
  width: 190px;
  padding-top: 190px;
}

.webcom-cta.count-1 .cta .icon i {
  font-size: 2.75em;
}

.webcom-cta.count-1 .cta .cta-title {
  font-size: 1.2em;
}

.webcom-cta.count-1 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-1 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-1 .cta .icon i {
    font-size: 4.25em;
  }
  .webcom-cta.count-1 .cta .cta-title {
    font-size: 1.55em;
  }
  .webcom-cta.count-1 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-1 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .webcom-cta.count-1 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-1 .cta .icon i {
    font-size: 3.25em;
  }
  .webcom-cta.count-1 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-1 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-1 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-1 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
  .webcom-cta.count-1 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-1 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-1 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta.count-2 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

.webcom-cta.count-2 .cta .icon {
  width: 190px;
  padding-top: 190px;
}

.webcom-cta.count-2 .cta .icon i {
  font-size: 2.75em;
}

.webcom-cta.count-2 .cta .cta-title {
  font-size: 1.55em;
}

.webcom-cta.count-2 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-2 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-2 .cta .icon i {
    font-size: 4.25em;
  }
  .webcom-cta.count-2 .cta .cta-title {
    font-size: 1.55em;
  }
  .webcom-cta.count-2 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-2 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-2 .cta .icon i {
    font-size: 3.25em;
  }
  .webcom-cta.count-2 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-2 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-2 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-2 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
  .webcom-cta.count-2 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-2 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-2 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta.count-3 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

.webcom-cta.count-3 .cta .icon {
  width: 190px;
  padding-top: 190px;
}

.webcom-cta.count-3 .cta .icon i {
  font-size: 2.75em;
}

.webcom-cta.count-3 .cta .cta-title {
  font-size: 1.55em;
}

.webcom-cta.count-3 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-3 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-3 .cta .icon i {
    font-size: 4.25em;
  }
  .webcom-cta.count-3 .cta .cta-title {
    font-size: 1.55em;
  }
  .webcom-cta.count-3 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-3 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-3 .cta .icon i {
    font-size: 3.25em;
  }
  .webcom-cta.count-3 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-3 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-3 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-3 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
  .webcom-cta.count-3 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-3 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-3 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta.count-4 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.webcom-cta.count-4 .cta .icon {
  width: 70%;
  padding-top: 70%;
}

.webcom-cta.count-4 .cta .icon i {
  font-size: 2.8em;
}

.webcom-cta.count-4 .cta .cta-title {
  font-size: 1.55em;
}

.webcom-cta.count-4 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-4 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-4 .cta .cta-title {
    font-size: 1.55em;
  }
  .webcom-cta.count-4 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-4 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .webcom-cta.count-4 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
  .webcom-cta.count-4 .cta .icon i {
    font-size: 3.25em;
  }
  .webcom-cta.count-4 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-4 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-4 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-4 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
  .webcom-cta.count-4 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-4 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-4 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta.count-5 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.webcom-cta.count-5 .cta .icon {
  width: 80%;
  padding-top: 80%;
}

@media (max-width: 780px) {
  .webcom-cta.count-5 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-5 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
}

.webcom-cta.count-5 .cta .icon::after {
  -webkit-box-shadow: 0 45px 47px -2px #eceff5;
          box-shadow: 0 45px 47px -2px #eceff5;
}

@media (max-width: 1024px) {
  .webcom-cta.count-5 .cta .icon::after {
    -webkit-box-shadow: 0 60px 47px -2px #eceff5;
            box-shadow: 0 60px 47px -2px #eceff5;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-5 .cta .icon::after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.webcom-cta.count-5 .cta .icon i {
  font-size: 2.75em;
}

.webcom-cta.count-5 .cta .cta-title {
  font-size: 1.2em;
}

.webcom-cta.count-5 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-5 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 2em 1% 0;
  }
  .webcom-cta.count-5 .cta .icon {
    width: 70%;
    padding-top: 70%;
  }
  .webcom-cta.count-5 .cta .icon i {
    font-size: 2.15em;
  }
  .webcom-cta.count-5 .cta .cta-title {
    font-size: 1.45em;
  }
  .webcom-cta.count-5 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-5 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 20%;
    padding: 2em 2% 0;
  }
  .webcom-cta.count-5 .cta .icon {
    width: 120px;
    padding-top: 120px;
  }
  .webcom-cta.count-5 .cta .icon i {
    font-size: 2em;
  }
  .webcom-cta.count-5 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-5 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-5 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-5 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-5 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-5 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta.count-6 .cta {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 16.6667%;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.webcom-cta.count-6 .cta .icon {
  width: 80%;
  padding-top: 80%;
}

.webcom-cta.count-6 .cta .icon::after {
  -webkit-box-shadow: 0 45px 47px -2px #dbe1ec;
          box-shadow: 0 45px 47px -2px #dbe1ec;
}

@media (max-width: 1024px) {
  .webcom-cta.count-6 .cta .icon::after {
    -webkit-box-shadow: 0 60px 47px -2px #dbe1ec;
            box-shadow: 0 60px 47px -2px #dbe1ec;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-6 .cta .icon::after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-6 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-6 .cta .icon {
    width: 175px;
    padding-top: 175px;
  }
}

.webcom-cta.count-6 .cta .icon i {
  font-size: 2.75em;
}

.webcom-cta.count-6 .cta .cta-title {
  font-size: 1.2em;
}

.webcom-cta.count-6 .cta .cta-text {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .webcom-cta.count-6 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .webcom-cta.count-6 .cta .icon {
    width: 70%;
    padding-top: 70%;
  }
  .webcom-cta.count-6 .cta .icon i {
    font-size: 4.25em;
  }
  .webcom-cta.count-6 .cta .cta-title {
    font-size: 1.55em;
  }
  .webcom-cta.count-6 .cta .cta-text {
    font-size: 1em;
  }
}

@media (max-width: 780px) {
  .webcom-cta.count-6 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 50%;
  }
  .webcom-cta.count-6 .cta .icon {
    width: 190px;
    padding-top: 190px;
  }
  .webcom-cta.count-6 .cta .icon i {
    font-size: 3.25em;
  }
  .webcom-cta.count-6 .cta .cta-title {
    font-size: 1.3em;
  }
  .webcom-cta.count-6 .cta .cta-text {
    font-size: .9em;
  }
}

@media (max-width: 480px) {
  .webcom-cta.count-6 .cta {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .webcom-cta.count-6 .cta .icon i {
    font-size: 2.8em;
  }
  .webcom-cta.count-6 .cta .cta-title {
    font-size: 1.25em;
  }
  .webcom-cta.count-6 .cta .cta-text {
    font-size: .9em;
  }
}

.webcom-cta::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -.4em;
  padding: 0 20px;
  font-family: 'FontAwesome';
  font-size: 2em;
  line-height: 1;
  color: #6f6f6f;
  background: #fff;
  content: '\f078';
}

.webcom-cta .cta {
  display: block;
  padding: 2em 2% 0;
  text-decoration: none;
}

.webcom-cta .cta:hover .icon::before {
  opacity: 1;
}

.webcom-cta .cta .icon {
  background: #cc2d00;
  background: -webkit-gradient(linear, right bottom, left top, from(#cc2d00), color-stop(50%, #FF3D00), to(#f97a01));
  background: linear-gradient(to left top, #cc2d00 0%, #FF3D00 50%, #f97a01 100%);
  border-radius: 100%;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
  color: #fff;
}

.webcom-cta .cta .icon::before {
  background: #011144;
  background: -webkit-gradient(linear, right bottom, left top, from(#011144), color-stop(50%, #021D76), to(#032fc1));
  background: linear-gradient(to left top, #011144 0%, #021D76 50%, #032fc1 100%);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  content: '';
  opacity: 0;
}

.webcom-cta .cta .icon::after {
  -webkit-box-shadow: 0 80px 47px -2px #4d4d4d;
  box-shadow: 0 80px 47px -2px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 15%;
  left: 15%;
  z-index: -1;
  height: 20px;
  line-height: 0;
  color: #fff;
  background: transparent;
  content: '';
}

@media (max-width: 1024px) {
  .webcom-cta .cta .icon::after {
    -webkit-box-shadow: 0 60px 47px -2px #4d4d4d;
            box-shadow: 0 60px 47px -2px #4d4d4d;
  }
}

@media (max-width: 780px) {
  .webcom-cta .cta .icon::after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.webcom-cta .cta .icon i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  position: absolute;
  display: block;
  font-size: 4em;
}

@media (max-width: 1024px) {
  .webcom-cta .cta .icon i {
    font-size: 2.75em;
  }
}

@media (max-width: 780px) {
  .webcom-cta .cta .icon i {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .webcom-cta .cta .icon i {
    font-size: 1.7em;
  }
}

.webcom-cta .cta .icon + .cta-text {
  margin-top: 1.75em;
}

.webcom-cta .cta .cta-title {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
  margin-top: .75em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1;
  color: #e63700;
}

@media (max-width: 1024px) {
  .webcom-cta .cta .cta-title {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .webcom-cta .cta .cta-title {
    font-size: .6em;
  }
}

.webcom-cta .cta .cta-text {
  margin-top: .5em;
  font-size: 1em;
  line-height: 1.1;
  color: #2f2f2f;
}

@media (max-width: 1024px) {
  .webcom-cta .cta .cta-text {
    font-size: .85em;
  }
}

.webcom-content {
  padding: 3em 0 2em;
  border-top: 1px solid #d5d5d5;
}

.webcom-content .nf-field-element ul > li:before {
  display: none;
}

@media (max-width: 780px) {
  .webcom-content {
    padding: 3em 2em;
  }
}

.webcom-banner + .webcom-content {
  border-top: 0;
}

.webcom-content .webcom-accordion .accordion-item-title {
  color: #fff;
  background: #FF3D00;
}

.webcom-content .webcom-accordion .accordion-item-title + p {
  color: #fff;
  background: rgba(255, 61, 0, 0.75);
  border-right: 2px solid #FF3D00;
  border-bottom: 2px solid #FF3D00;
  border-left: 2px solid #FF3D00;
}

.webcom-content .webcom-accordion .accordion-item-title + p a {
  color: #fff;
}

.webcom-content .webcom-accordion .accordion-item-title + p a:hover {
  color: #e6e6e6;
}

.webcom-content .webcom-accordion .accordion-item-text {
  color: #fff;
  background: rgba(255, 61, 0, 0.75);
  border-right: 2px solid #FF3D00;
  border-bottom: 2px solid #FF3D00;
  border-left: 2px solid #FF3D00;
}

.webcom-content .accordion-active .accordion-item-title + p {
  border-bottom: 0;
}

.mceContentBody a, .webcom-content a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #011144;
}

.mceContentBody a:hover, .webcom-content a:hover {
  color: #010b2b;
}

.webcom-footer-navigation {
  background: #FF3D00;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF3D00), to(#ff7224));
  background: linear-gradient(to top, #FF3D00, #ff7224);
  padding: 3px 0;
  color: #000;
  text-align: center;
}

@media (max-width: 780px) {
  .webcom-footer-navigation {
    padding: 6px 10px;
  }
}

.webcom-footer-navigation .footer-nav {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 780px) {
  .webcom-footer-navigation .footer-nav li {
    width: 100%;
    margin: 4px 0;
  }
}

.webcom-footer-navigation .footer-nav li a {
  background: #FF3D00;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF3D00), to(#ff7224));
  background: linear-gradient(to top, #FF3D00, #ff7224);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 10px;
  display: block;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 780px) {
  .webcom-footer-navigation .footer-nav li a {
    background: none;
  }
}

.webcom-footer-navigation .footer-nav li a:hover, .webcom-footer-navigation .footer-nav li a:focus {
  color: #fff;
  background: #021D76;
}

.webcom-footer-navigation .footer-nav li ul {
  display: none;
}

.webcom-footer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 2.5em 1em;
  color: #fff;
  background: #011658;
}

@media (max-width: 780px) {
  .webcom-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 1em 1em 3.5em;
  }
  .webcom-footer .legal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .webcom-footer .locations {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .webcom-footer .locations .location {
    padding: 1em;
  }
}

.webcom-footer.multiple-locations {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.webcom-footer.multiple-locations .legal {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  text-align: center;
}

.webcom-footer.multiple-locations .locations {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}

.webcom-footer.multiple-locations .locations .location {
  padding: 16px;
}

.webcom-footer a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-weight: 600;
  color: #fff;
}

.webcom-footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 780px) {
  .webcom-footer .legal {
    padding: .5em 0 0;
  }
}

.webcom-footer .legal .webcom-footer-navigation-legal .footer-nav-legal {
  padding: 0;
  margin: 0;
  list-style: none;
}

.webcom-footer .legal .webcom-footer-navigation-legal .footer-nav-legal li a {
  display: inline-block;
  padding: 4px;
  font-size: .75em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.webcom-footer .legal .webcom-footer-navigation-legal .footer-nav-legal li a:hover {
  color: #fff;
  text-decoration: underline;
}

.webcom-footer .legal .webcom-footer-navigation-legal .footer-nav-legal li ul {
  display: none;
}

.webcom-footer .legal .copyright {
  padding: .5em 0;
  font-size: .6em;
}

@media (max-width: 780px) {
  .webcom-footer .legal .copyright {
    padding: 1em 0;
  }
}

.webcom-footer .legal .copyright a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #fff;
}

.webcom-footer .legal .copyright a:hover {
  color: #fff;
}

.webcom-footer .legal .copyright > div {
  padding: 3px 0;
}

.webcom-footer .legal .copyright span {
  font-weight: 800;
  color: #fff;
}

.webcom-footer .legal .copyright img {
  display: inline-block;
  vertical-align: baseline;
}

.webcom-footer .locations {
  font-size: 1em;
  text-align: right;
}

@media (max-width: 780px) {
  .webcom-footer .locations {
    text-align: center;
  }
}

.webcom-footer .locations .location {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.25;
}

.webcom-footer .locations .location .phone {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 780px) {
  .webcom-footer .locations .location .phone {
    background: #ff7224;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7224), to(#ff6433));
    background: linear-gradient(to bottom, #ff7224, #ff6433);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.065);
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
    border-radius: 0.25em;
    padding: .5em 1.5em;
    font-size: 1em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background-size: 100% 200%;
    border: 1px solid #ff7224;
  }
}

.webcom-footer .locations .location .phone:hover, .webcom-footer .locations .location .phone:focus {
  color: #fff;
}

@media (max-width: 780px) {
  .webcom-footer .locations .location .phone:hover, .webcom-footer .locations .location .phone:focus {
    color: #fff;
  }
  .webcom-footer .locations .location .phone:hover:hover, .webcom-footer .locations .location .phone:focus:hover {
    color: #fff;
    background-position: 0 100%;
  }
}

.webcom-footer .locations .location .phone::before {
  margin-right: .25em;
  font-family: 'FontAwesome';
  color: #fff;
  content: '\f095';
}

@media (max-width: 780px) {
  .webcom-footer .locations .location .phone::before {
    color: #021D76;
  }
}

.webcom-footer .locations .location .address {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */