@charset "UTF-8";
/*!
Theme Name: CCSNH
Theme URI: http://underscores.me/
Author: CCSNH
Author URI: http://underscores.me/
Description: CCSNH WordPress Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccsnh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CCSNH is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Vars
--------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto BoldCondensed';
  src: url("../webfonts/Roboto-BoldCondensed.eot");
  src: local("☺"), url("../webfonts/Roboto-BoldCondensed.woff") format("woff"), url("../webfonts/Roboto-BoldCondensed.ttf") format("truetype"), url("../webfonts/Roboto-BoldCondensed.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../webfonts/Roboto-Regular.eot");
  src: local("☺"), url("../webfonts/Roboto-Regular.woff") format("woff"), url("../webfonts/Roboto-Regular.ttf") format("truetype"), url("../webfonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  @font-face {
    font-family: 'Roboto';
    src: url("../webfonts/Roboto-Medium.eot");
    src: local("☺"), url("../webfonts/Roboto-Medium.woff") format("woff"), url("../webfonts/Roboto-Medium.ttf") format("truetype"), url("../webfonts/Roboto-Medium.svg") format("svg");
    font-weight: 500;
  }
  @font-face {
    font-family: 'Roboto Light';
    src: url("../webfonts/Roboto-Light.eot");
    src: local("☺"), url("../webfonts/Roboto-Light.woff") format("woff"), url("../webfonts/Roboto-Light.ttf") format("truetype"), url("../webfonts/Roboto-Light.svg") format("svg");
  }
  @font-face {
    font-family: 'Roboto';
    src: url("../webfonts/Roboto-Italic.eot");
    src: local("☺"), url("../webfonts/Roboto-Italic.woff") format("woff"), url("../webfonts/Roboto-Italic.ttf") format("truetype"), url("../webfonts/Roboto-Italic.svg") format("svg");
    font-weight: normal;
    font-style: italic;
  }
}

@media screen and (max-width: 997px) {
  #page {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #707070;
  font-family: "Roboto", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Custom Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Typography
--------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: 'Roboto', 'MyriadPro', 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2e4052;
  line-height: auto;
}

.entry-content p {
  margin-top: 0.75em;
  margin-bottom: 0.9em;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content a {
  font-family: 'Roboto';
  line-height: auto;
  font-size: 1.8rem;
  color: #2e4052;
}

.entry-content a,
.entry-content a:active,
.entry-content a:focus,
.entry-content a:visited {
  color: #2e4052;
}

.entry-content a:hover {
  color: #2e4052;
}

p {
  line-height: normal;
  margin-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif, sans-serif;
  color: #2e4052;
  line-height: auto;
  font-weight: 500;
  line-height: normal;
}

h1,
.header1 {
  font-size: 3.601rem;
  color: #2e4052;
  font-weight: 700;
}

h2,
.header2 {
  font-size: 3.501rem;
}

h3,
.header3 {
  font-size: 3.001rem;
}

h4,
.header4 {
  font-size: 2.3rem;
}

h5,
.header5 {
  font-size: 1.8rem;
}

.excerpt {
  font-size: 1.8rem;
}

.excerpt p {
  font-size: 1.8rem;
}

a {
  font-family: 'Roboto';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2e4052;
}

a:active, a:focus, a:visited, a:hover {
  text-decoration: none;
  color: #2e4052;
}

a:hover {
  text-decoration: underline;
}

button, a.primary, input[type="submit"] {
  font-size: 20px;
  font-size: 2rem;
  color: #cfdbd5;
  text-transform: uppercase;
  background-color: #2e4052;
  display: inline-block;
  padding: 5px 21px;
  text-decoration: none;
  font-family: 'Roboto BoldCondensed';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
}

button:active, button:focus, button:visited, a.primary:active, a.primary:focus, a.primary:visited, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

button:hover, a.primary:hover, input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3f7cb2;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: none;
  border-radius: 3px;
  background: #367C2B;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #505050;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #505050;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #505050;
}

a:visited {
  color: #505050;
}

a:hover, a:focus, a:active {
  color: #505050;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #505050;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.header-main,
.main-content,
.footer-main {
  max-width: 927px;
  margin: auto;
  background-color: #e9e9e9;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
}

.header-main {
  position: relative;
}

.header-main .top-col {
  padding: 0px;
}

.header-main .top-text {
  background-color: #2e4052;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 26px;
  text-align: center;
}

@media screen and (min-width: 993px) {
  .header-main .top-text {
    text-align: right;
  }
}

.header-main .cta-links a.primary {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #eca400;
  font-family: 'Roboto';
  font-weight: normal;
  padding: 3.5px 6.3px;
}

@media screen and (max-width: 768px) {
  .header-main .cta-links a.primary {
    display: block;
    text-align: center;
    margin: 11px 0px;
    max-width: 175px;
  }
}

@media screen and (max-width: 768px) {
  .header-main .cta-links {
    display: inline-block;
    float: right;
  }
}

@media screen and (min-width: 769px) {
  .header-main .brand {
    position: absolute;
    top: -21px;
    left: 18px;
    z-index: 1;
    right: -29px;
  }
  .header-main .cta-links {
    float: right;
    margin: 26px 18px 26px 0px;
  }
  .header-main .cta-links a.primary {
    margin: 0px 20px;
  }
}

@media screen and (max-width: 768px) {
  .header-main.scroll {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
  }
  .header-main .brand {
    max-width: 190px;
  }
}

.header-main .menu-toggle {
  font-size: 20px;
  padding: 5px 15px;
  border: 0px;
  margin: 5px 15px;
  float: right;
  color: #fff;
  background-color: #0f87d3;
}

.header-main .biz-info-col {
  background: rgba(46, 64, 82, 0.72);
  color: #cfdbd5;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.header-main .biz-info-col img {
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .header-main .biz-info-col {
    padding: 8.5px 20px 8.5px 146px;
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .header-main .menu-toggle {
    padding: 2px 10px;
  }
}

.main-navigation {
  background-color: #2e4052;
}

@media screen and (min-width: 927px) {
  .main-navigation:before {
    content: ' ';
    background-image: url(../img/nav-clip.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 16px;
    left: -16px;
    top: 0;
    bottom: -6px;
  }
  .main-navigation:after {
    content: ' ';
    background-image: url(../img/nav-clip.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 16px;
    right: -16px;
    top: 0;
    bottom: -6px;
    transform: scaleX(-1);
  }
}

.main-navigation a {
  color: #cfdbd5;
}

@media screen and (min-width: 769px) {
  .main-navigation ul.menu {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: 34px;
  }
}

.main-navigation ul.menu li.current-menu-item > a {
  color: #fff;
}

.main-navigation ul.menu > li > a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #cfdbd5;
  padding: 10px 13px;
  margin: 0px 21.5px;
}

.main-navigation ul.menu > li > a:hover {
  background-color: #0f87d3;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main-navigation ul.menu {
    margin: auto;
    width: 100%;
    background-color: rgba(46, 64, 82, 0.8);
    padding-bottom: 15px;
    position: absolute;
    z-index: 999;
    margin-top: 34px;
  }
  .main-navigation ul.menu > li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .main-navigation ul.menu > li > a {
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    color: #cfdbd5;
    border-bottom: 1px solid #cfdbd5;
  }
}

.home-header .header-top {
  min-height: 386px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-header .header-top h1 {
  font-family: 'Roboto Condensed';
  font-size: 35.01px;
  color: #fff;
  text-shadow: 5px 4px 5px rgba(0, 0, 0, 0.67);
}

.home-header .header-top .cta-text {
  color: #fff;
}

.home-header .header-top .cta-form {
  background: rgba(46, 64, 82, 0.59);
  max-width: 285px;
  padding: 25px 35px;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
}

.home-header .header-top .cta-form .gform_confirmation_message {
  color: #fff;
}

.home-header .header-top .cta-form h3.gform_title,
.home-header .header-top .cta-form label.gfield_label {
  font-family: 'Roboto BoldCondensed';
  color: #fff;
  text-shadow: 5px 4px 5px rgba(0, 0, 0, 0.67);
  text-align: center;
  display: block;
}

.home-header .header-top .cta-form h3.gform_title {
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 10px;
}

.home-header .header-top .cta-form label.gfield_label {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.home-header .header-top .cta-form label.gfield_label .gfield_required {
  display: none;
}

.home-header .header-top .cta-form button,
.home-header .header-top .cta-form input[type="submit"] {
  color: #2e4052;
  font-size: 20px;
  background-image: url("../img/submit-bg.jpg");
  background-size: auto 100%;
  background-repeat: repeat no-repeat;
  padding: 10px 21px;
}

.home-header .header-top .cta-form form input {
  color: #2e4052;
}

.home-header .header-top .cta-form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 20px;
  color: rgba(46, 64, 82, 0.52);
}

.home-header .header-top .cta-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(46, 64, 82, 0.52);
  font-size: 20px;
}

.home-header .header-top .cta-form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(46, 64, 82, 0.52);
  font-size: 20px;
}

.home-header .header-top .cta-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(46, 64, 82, 0.52);
  font-size: 20px;
}

@media screen and (min-width: 993px) {
  .home-header .header-top h1 {
    margin-top: 53px;
    margin-bottom: 15px;
  }
  .home-header .header-top .cta-text {
    margin-left: 50px;
    line-height: 2;
    margin-right: -10px;
  }
  .home-header .header-top .cta-form {
    margin-top: 77px;
    margin-left: -20px;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
  .home-header .header-top img.cta-image-front {
    margin-top: 46px;
    width: auto;
    max-width: max-content;
    margin-left: -71px;
  }
}

@media screen and (max-width: 992px) {
  .home-header .header-top {
    text-align: center;
  }
  .home-header .header-top h1 {
    margin-bottom: 10px;
  }
  .home-header .header-top .cta-text p {
    margin: 5px 0px;
  }
  .home-header .header-top .cta-form {
    margin: 25px auto;
  }
}

.home-header .header-bottom {
  max-height: 121px;
  top: -23px;
  background-image: url("../img/ribbon-full.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 30px;
  padding-right: 45px;
  z-index: 1;
  position: relative;
}

.home-header .header-bottom .testimonial {
  margin-top: -7px;
}

.home-header .header-bottom .testimonial p {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 60px;
}

.home-header .header-bottom .testimonial p span {
  text-align: right;
  font-style: italic;
  display: block;
  margin-top: -5px;
  margin-right: 16px;
}

.home-header .header-bottom .badges {
  text-align: center;
  margin-top: -4px;
  margin-left: 8px;
}

.home-header .header-bottom .badges img {
  margin: 0px 35px 0px 0px;
  float: left;
}

.home-header .header-bottom .form-title {
  display: block;
  text-align: center;
  background-color: #2e4052;
  color: #fff;
  font-family: 'Roboto BoldCondensed';
  font-size: 25px;
  font-size: 2.5rem;
  padding: 7px;
  margin-top: -23px;
}

.home-header .header-bottom .sms-image {
  float: left;
  margin-right: 11px;
  margin-top: 11px;
  margin-bottom: -11px;
  margin-left: 11px;
}

.home-header .header-bottom .sms-form {
  float: left;
  width: 336px;
  margin-right: -26px;
  margin-top: 11px;
}

.home-header .header-bottom .sms-form label {
  display: none;
}

.home-header .header-bottom .sms-form .gform_confirmation_message {
  color: #fff;
}

.home-header .header-bottom .sms-form textarea {
  max-height: 77px;
  border: 1px solid #2e4052;
  margin-bottom: 0px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 16px;
}

.home-header .header-bottom .sms-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.5rem;
  color: #2e4052;
}

.home-header .header-bottom .sms-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e4052;
  font-size: 1.5rem;
}

.home-header .header-bottom .sms-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2e4052;
  font-size: 1.5rem;
}

.home-header .header-bottom .sms-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2e4052;
  font-size: 1.5rem;
}

.home-header .header-bottom .gform_body {
  max-width: 78%;
  float: left;
}

.home-header .header-bottom .gform_footer {
  max-width: 22%;
  float: left;
}

.home-header .header-bottom input[type="submit"] {
  white-space: normal;
  background: #eca400;
  min-height: 77px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .home-header .header-bottom {
    top: 0px;
    background: none;
    background-color: #0f87d3;
    text-align: center;
    padding: 15px 0px;
    max-height: initial;
    margin: auto;
  }
  .home-header .header-bottom .testimonial {
    margin-top: auto;
  }
  .home-header .header-bottom .testimonial p {
    padding-right: 0px;
  }
  .home-header .header-bottom .testimonial p span {
    margin-top: 10px;
  }
  .home-header .header-bottom .badges {
    margin: auto;
    display: block;
  }
  .home-header .header-bottom .badges img {
    margin: 5px 15px;
    float: none;
  }
  .home-header .header-bottom .form-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home-header .header-bottom .sms-image {
    margin: auto 15px auto auto;
    width: 20%;
  }
  .home-header .header-bottom .sms-form {
    width: 75%;
    margin: auto;
    float: right;
  }
}

form .validation_error,
form .instruction,
form .validation_message,
form .validation_message {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: #095593;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #fd0101;
}

form .gform_confirmation_message {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #095593;
  padding: 5px;
  margin-bottom: 15px;
  border: 2px solid #9ecd5a;
}

form ul, form li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

form input[type="submit"] {
  font-size: 16.8px;
  font-size: 1.68rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #3f7cb2;
  display: inline-block;
  padding: 6.1px 21px;
  text-decoration: none;
  font-family: 'Roboto BoldCondensed';
  border-radius: 0px;
  border: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
}

form input[type="submit"]:active, form input[type="submit"]:focus, form input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

form input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0f87d3;
}

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="password"], form input[type="search"], form input[type="number"], form input[type="tel"], form input[type="range"], form input[type="date"], form input[type="month"], form input[type="week"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="color"], form textarea {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #095593;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.33);
  max-width: 100%;
  line-height: 1;
  border-radius: 1px solid #5187b3;
  margin-bottom: 13px;
  padding: 8px 5px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
}

form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="url"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="search"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="range"]::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="month"]::-webkit-input-placeholder, form input[type="week"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="datetime"]::-webkit-input-placeholder, form input[type="datetime-local"]::-webkit-input-placeholder, form input[type="color"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #2e4052;
}

form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="url"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="search"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="range"]::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="month"]::-moz-placeholder, form input[type="week"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="datetime"]::-moz-placeholder, form input[type="datetime-local"]::-moz-placeholder, form input[type="color"]::-moz-placeholder, form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e4052;
  font-size: 18px;
}

form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="url"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="search"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="range"]:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="month"]:-ms-input-placeholder, form input[type="week"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="datetime"]:-ms-input-placeholder, form input[type="datetime-local"]:-ms-input-placeholder, form input[type="color"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2e4052;
  font-size: 18px;
}

form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="url"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="search"]:-moz-placeholder, form input[type="number"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="range"]:-moz-placeholder, form input[type="date"]:-moz-placeholder, form input[type="month"]:-moz-placeholder, form input[type="week"]:-moz-placeholder, form input[type="time"]:-moz-placeholder, form input[type="datetime"]:-moz-placeholder, form input[type="datetime-local"]:-moz-placeholder, form input[type="color"]:-moz-placeholder, form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2e4052;
  font-size: 18px;
}

.grid-boxes .header1 {
  margin: 47px 0px 39px 0px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .grid-boxes .header1 {
    font-size: 3rem;
    text-align: center;
    display: block;
  }
}

.grid-boxes .panel {
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.grid-boxes .panel-image {
  transform-origin: center bottom;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.grid-boxes .panel-title {
  background: rgba(63, 124, 178, 0.65);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #cfdbd5;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 15px;
  line-height: 1.1;
  min-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.grid-boxes a:hover .panel-image {
  transform: scale(1.1);
}

.grid-boxes a:hover .panel-title {
  color: #fff;
}

.grid-boxes .col-grid-bottom {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.007em;
  line-height: 1.2;
}

.grid-boxes a.primary {
  margin: 30px auto;
  position: relative;
  display: block;
  max-width: 216px;
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 993px) {
  .grid-boxes {
    padding: 0px 20px 57px 20px;
  }
  .grid-boxes .col-grid {
    padding-left: 8px;
    padding-right: 8px;
  }
  .grid-boxes .col-grid-bottom {
    padding: 0px 54px;
  }
}

.checklist-image {
  padding-top: 42px;
  padding-bottom: 45px;
  background-color: #2e4052;
  background-image: url("../img/checklist-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.checklist-image .header3,
.checklist-image ul,
.checklist-image li {
  color: #cfdbd5;
}

.checklist-image .header3 {
  display: inline-block;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .checklist-image .header3 {
    font-size: 3rem;
    text-align: center;
    display: block;
  }
}

.checklist-image ul.checklist {
  margin: 0px;
  list-style: none;
  padding-left: 43px;
}

.checklist-image ul.checklist li {
  margin-bottom: 10px;
  position: relative;
}

.checklist-image ul.checklist li:before {
  content: ' ';
  position: absolute;
  width: 17px;
  height: 18px;
  background-image: url("../img/check.png");
  left: -29px;
  top: 2px;
}

@media screen and (min-width: 904px) {
  .checklist-image .checklist-right-image {
    margin-left: -62px;
    max-width: initial;
    margin-top: -5px;
    margin-bottom: -60px;
  }
}

@media screen and (min-width: 769px) {
  .checklist-image .header3 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .checklist-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .checklist-image .header3 {
    margin-left: 12px;
  }
  .checklist-image .checklist-right-image {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.checklist-image-cta .header1 {
  display: block;
  text-align: center;
  display: block;
  text-align: center;
  margin-top: 86px;
  margin-bottom: 30px;
}

.checklist-image-cta .description {
  margin: 10px 0px 10px 0px;
}

.checklist-image-cta ul.checklist2 {
  margin: 0px;
  list-style: none;
  padding-left: 43px;
  margin-top: 38px;
}

.checklist-image-cta ul.checklist2 li {
  margin-bottom: 11px;
  position: relative;
}

.checklist-image-cta ul.checklist2 li:before {
  content: ' ';
  position: absolute;
  width: 17px;
  height: 18px;
  background-image: url("../img/check2.png");
  left: -29px;
  top: 2px;
}

.checklist-image-cta .cta-row {
  padding: 41px 0px 34px 0px;
  background-color: #2e4052;
}

.checklist-image-cta .cta-row .header4 {
  text-align: center;
  font-family: 'Roboto Light';
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #e9e9e9;
}

.checklist-image-cta .cta-row a.primary {
  background-color: #eca400;
  color: #2e4052;
  padding: 5px 30px;
}

@media screen and (min-width: 992px) {
  .checklist-image-cta .checklist-right-image {
    max-width: initial;
    margin-top: 59px;
    margin-left: 65px;
    margin-bottom: -160px;
  }
}

@media screen and (min-width: 768px) {
  .checklist-image-cta .cta-row {
    padding: 38px 0px;
  }
  .checklist-image-cta .cta-row .col-cta-btn {
    padding-left: 0px;
  }
  .checklist-image-cta .desription {
    margin-left: 12px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .checklist-image-cta .header1 {
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .checklist-image-cta .checklist-right-image {
    margin: 30px auto;
    display: block;
  }
  .checklist-image-cta .cta-row a.primary {
    max-width: 226px;
    display: block;
    margin: 10px auto;
  }
}

.cta-image {
  text-align: center;
  padding-top: 119px;
}

@media screen and (max-width: 992px) {
  .cta-image {
    padding-top: 30px;
  }
}

.cta-image .cta-row {
  background-image: url("../img/ribbon-bg.jpg");
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
}

.cta-image .cta-row p {
  color: #cfdbd5;
  font-size: 36.01px;
  font-size: 3.601rem;
  font-weight: 300;
  font-family: 'Roboto Light';
  margin: 28px 0px;
}

.cta-image .cta-row a {
  font-family: 'Roboto';
  font-weight: 500;
  color: #cfdbd5;
}

.cta-image .cta-row a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-image .cta-row a {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (min-width: 999px) {
  .cta-image .cta-row {
    margin-left: -51px;
    margin-right: -51px;
    position: relative;
  }
  .cta-image .cta-row:before {
    content: ' ';
    position: absolute;
    width: 36px;
    height: 23px;
    background-image: url("../img/clip.png");
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: -23px;
  }
  .cta-image .cta-row:after {
    content: ' ';
    position: absolute;
    width: 36px;
    height: 23px;
    background-image: url("../img/clip.png");
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: -23px;
    transform: scaleX(-1);
  }
}

.business-info .header4,
.business-info p {
  color: #2e4052;
}

.business-info p {
  font-size: 16px;
  font-size: 1.6rem;
}

.business-info .header4 {
  text-transform: uppercase;
}

.business-info .info {
  margin: 25px 0px 45px 0px;
}

.business-info span.service-area {
  background-color: #2e4052;
  color: #e9e9e9;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Roboto Light';
  font-weight: 300;
  padding: 2.5px 4px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 3px;
}

.business-info .service-areas {
  margin-top: -8px;
  padding-left: 5px;
}

@media screen and (min-width: 769px) {
  .business-info img.map {
    float: right;
    margin-right: -15px;
  }
  .business-info .info {
    padding-left: 10px;
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .business-info img.map {
    width: 100%;
  }
}

.blog-excerpt img {
  width: 100%;
}

.page-main-title,
.post-main-title {
  padding: 40px 0px 20px 0px;
  position: relative;
}

.page-main-title:before,
.post-main-title:before {
  content: ' ';
  position: absolute;
  background-color: #2e4052;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.page-main-title h1,
.post-main-title h1 {
  font-family: 'Roboto BoldCondensed';
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
  text-shadow: 5px 4px 5px rgba(0, 0, 0, 0.67);
}

.post-main-title {
  padding: 20px 0px 40px 0px;
}

.post-main-title h1 {
  margin-bottom: 10px;
}

.post-main-title .post-head-meta {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.post-main-title .post-head-meta .col-meta {
  display: inline-block;
}

.post-main-title .post-head-meta a {
  color: #fff;
}

#sidebar ul, #sidebar li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-main {
  background-color: #2e4052;
}

@media screen and (min-width: 864px) {
  .footer-main .container-fluid {
    padding: 45px 0px;
  }
}

.footer-main img {
  background: #fff;
  padding: 5px;
}

.footer-main p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #dce4ef;
}

.footer-main p span {
  font-weight: bolder;
  display: inline-block;
  margin-bottom: 5px;
  min-width: 40px;
}

.footer-main .copy-right {
  background-color: #dce4ef;
  padding: 30px 0px;
}

.footer-main .copy-right p {
  color: #2e4052;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
