/*
Theme Name: Titan
Theme URI: http://underscores.me/
Author: Titan Web Marketing Solutions, Inc.
Author URI: http://underscores.me/
Description: Description
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Titan is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Google Fonts
# Typography
# Elements
# Forms
# Links
# Accessibility
# Images
# Galleries
# Custom Helper Classes
# Hover
# Footer
# Margins
# Header
	## Desktop
	## Mobile
# Custom Site Style by Dev
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'Catamaran', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

.inline {
	display: inline-block;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 2rem;
	display: inline-block;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	font-size: 10px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #404041;
}

p, li, address {
	font-size: 1.8rem;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 4.6em;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

h2 {
	font-size: 4.8em;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

h3 {
	font-size: 3rem;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

h4 {
	font-size: 2.6rem;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
}

h5 {
	font-size: 2rem;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

nav ul li {
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0rem;
}

@media (max-width: 767px) {
	h1 {
		font-size: 3.8rem;
	}
	h2 {
		font-size: 4rem;
	}
}


/*--------------------------------------------------------------
# Custom Post Author
--------------------------------------------------------------*/

.postauthor {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 2px dashed #DDDDDD;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.postauthor img {
    border: 3px solid #DDDDDD;
    float: left;
    margin-right: 15px;
}
.postauthor h4 {
    color: #666666;
    font-size: 20px;
    margin-bottom: 5px;
}
.postauthor p {
    color: #515151;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
# 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

ul,
ol {
	margin: 0;
	padding-left: 2rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px;
}

a.nodeco:hover {
	text-decoration: none;
}
.red.blog {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.red.blog:hover {
	color: #254a86;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img {
	height: auto; /* Make sure images are scaled correctly. */
	width: 100%; /* Adhere to container width. */
	max-width: 100%;
}

img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	height: auto;
	width: auto;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 .5rem 0 .5rem;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-left: auto;
	margin-right: auto;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-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%;
	}

@media (min-width: 768px) and (max-width: 991px) {
	.gallery-columns-4 .gallery-item {
		max-width: 33%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 33%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 33%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 50%;
	}
}

/*--------------------------------------------------------------
# Custom Helper Classes
--------------------------------------------------------------*/

.white  {
	color: #FFFFFF;
}

.whitebg  {
	background-color: #FFFFFF;
}

.ltgray {
	color: #929497;
}

.ltgraybg {
	background-color: #929497;
}

.dkgray {
	color: #404041
}

.dkgraybg {
	background-color: #404041
}

.red {
	color: #ca2026;
}

.redbg {
	background-color: #ca2026;
}

.blue {
	color: #254a86;
}

.bluebg {
	background-color: #254a86;
}

.graybg {
	background-color: #ECECEC;
}

.pt0 {
	padding-top: 0rem;
}

.pb0 {
	padding-bottom: 0rem;
}

.pt1 {
	padding-top: 1rem;
}

.pb1 {
	padding-bottom: 1rem;
}

.pt2 {
	padding-top: 2rem;
}

.pb2 {
	padding-bottom: 2rem;
}

.pt3 {
	padding-top: 3rem;
}

.pb3 {
	padding-bottom: 3rem;
}

.pt4 {
	padding-top: 4rem;
}

.pb4 {
	padding-bottom: 4rem;
}

.pt5 {
	padding-top: 5rem;
}

.pb5 {
	padding-bottom: 5rem;
}

.mt0 {
	margin-top: 0rem;
}

.mb0 {
	margin-bottom: 0rem;
}

.mt1 {
	margin-top: 1rem;
}

.mb1 {
	margin-bottom: 1rem;
}

.mt2 {
	margin-top: 2rem;
}

.mb2 {
	margin-bottom: 2rem;
}

.mt3 {
	margin-top: 3rem;
}

.mb3 {
	margin-bottom: 3rem;
}

.mt4 {
	margin-top: 4rem;
}

.mb4 {
	margin-bottom: 4rem;
}

.mt5 {
	margin-top: 5rem;
}

.mb5 {
	margin-bottom: 5rem;
}

.nopad {
	padding-left: 0px;
	padding-right: 0px;
}

.nopadleft {
	padding-left: 0;
}


/*--------------------------------------------------------------
## Hover
--------------------------------------------------------------*/

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer {
	color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-weight: 300;
}

footer ul li {
	font-size: 1.4rem;
	font-weight: 200;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.footer-text {
	font-size: 12px !important;
	font-weight: 300;
}

.more-footer .phone a,.more-footer .portal a {
	float: right;
	display: inline-block;
}
footer .phone a {
	font-size: 2.6rem;
	color: #fff;
	margin-right: 2.5rem;
	font-weight: 900;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .phone:hover a {
	color: #ca2026;
	text-decoration: none;
}

@media (max-width: 991px) {
	.foot-log {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.more-footer .portal a.btn.red-btn {
		display: block;
		width: 164px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-top: 1rem;
	}
	footer .more-footer .phone a {
		display: block;
		text-align: center;
		margin-right: 0;
		float: none;
		margin-top: 2rem;
	}
}

.entry-footer {
	color: #404041;
}

@media (max-width: 767px) {
	footer ul li {
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Margins
--------------------------------------------------------------*/

.row {
	margin-left:0;
	margin-right:0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/*-------
Desktop
--------*/

@media (min-width: 768px) {
	.navbar-brand {
		height: auto;
	}
	.navbar-nav {
		float: right;
		margin-right: -1.5rem;
	}
	.navbar-default {
		border-color: transparent;
		background-color: #fff;
	}
	.navbar {
		border-radius: 0;
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
	.menu-social-container {
		display: block;
		float: right;
		width: 50%;
	}
	.container>.navbar-collapse {
		margin-right: -1.5rem;
	}
	.navbar-default .navbar-nav>li>a {
		color: #404041;
		font-size: 1.6rem;
		font-weight: 700;
		-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
		padding: 1rem 1rem;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #254a86;
	}
	/*Active Nav Item*/
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		background-color: transparent;
		color: #254a86;
	}
	.more-header {
		margin-top: 3.5rem;
	}
	.more-header .phone a,.more-header .portal a {
		float: right;
		display: inline-block;
	}
	.phone a {
		font-size: 2.6rem;
		color: #ca2026;
		margin-right: 2.5rem;
		font-weight: 900;
		-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
	}
	.phone:hover a {
		color: #254a86;
		text-decoration: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-default .navbar-nav>li>a {
		padding: 1rem .68rem;
	}
}

.tos-list {
	font-size: 1.5rem!important;
}

/*-------
## Mobile
-------*/

@media (max-width:767px) {
	.mobile-center {
		text-align:center;
		margin: 0 auto;
		float: none;
	}

	.navbar-brand {
		height: auto;
	}

	.navbar-nav {
		margin: 7.5px 0px;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: 0px;
		margin-right: 0px;
	}

	.navbar-header, .navbar-default {
		background-color: #fff;
		border: none;
		margin-bottom: 0;

	}

	.nav.navbar-nav.social>li {
		display: inline-block;
	}

	.menu-social-container {
		text-align: center;
	}

	.nav-nopad {
	padding-left: 0;
	padding-right: 0;
	}

	.navbar-collapse {
	  width: 100%;
		height: auto;
		min-height: 100%;
		background-color: #254a86;
	}

	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		background-color: inherit;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ca2026;
	}

	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		word-wrap: break-word;
		white-space: normal;
		padding: 1.5rem;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav>.active>a {
		background-color: transparent;
		color: #e2e2e2;
		text-decoration: underline;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding-left: 3rem;
	}
	.navbar-toggle {
	  border: none;
	  background: transparent !important;
	}
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle .icon-bar {
	  width: 22px;
	  transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
	  transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	  transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		-webkit-transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
	  opacity: 0;
	}
	.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	  transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		-webkit-transform-origin: 10% 90%;
	}
		.navbar-toggle.collapsed .top-bar {
	  transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
	  opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
	  transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	.phone a {
		font-size: 2.6rem;
		color: #ca2026;
		margin-top: 1.5rem;
		-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
		display: block;
		text-align: center;
	}
	.phone:hover a {
		color: #254a86;
		text-decoration: none;
	}
	.more-header .portal a.btn.blue-btn {
		display: block;
		width: 164px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5rem;
	}
	.navbar-brand {
		float: none;
		display: block;
	}
	.navbar-brand>img {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.more-header {
		margin-bottom: 2rem;
	}
}

/*--------------------------------------------------------------
## Custom Site Styles by Developer
--------------------------------------------------------------*/

.btn.blue-btn {
	background-color: #254a86;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 6rem;
	padding: .25rem 2rem .4rem;
	white-space: normal;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn.blue-btn:hover {
	background-color:	#ca2026;
	color: #fff;
}

.btn.red-btn {
	background-color:	#ca2026;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 6rem;
	padding: .25rem 2rem .4rem;
	white-space: normal;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn.red-btn:hover {
	background-color: #254a86;
	color: #fff;
}

.up-n-down {
	animation: UpAndDown 2s linear infinite;
	-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation-direction: alternate;
	display: block;
	margin-top: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes UpAndDown {
	0% {
    bottom: -2rem;
  }
  50% {
    bottom: -5rem;
  }
  100% {
    bottom: -2rem;
  }
}

@keyframes UpAndDown {
	0% {
    bottom: -2rem;
  }
  50% {
    bottom: -5rem;
  }
  100% {
    bottom: -2rem;
  }
}


a:hover .service-btns.blue {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color:	#ca2026;
}

.bluebordbot {
	border-bottom: solid 7px #254a86;
}

/*--- Home Page ---*/

.home-top:after {
	content: " ";
	min-height: 220px;
	width: 100%;
	position: relative;
	bottom: 0;
	display: block;
	background: rgba(255,255,255,0);
	background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.home-bot {
	background-image: url(/images/home-bot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 15rem;
	padding-bottom: 15rem;
	border-bottom: solid 7px #254a86;
}

.row.learn-btn {
	margin-top: -2.5rem;
}

@media (max-width: 767px) {
	.home-bot {
		background-image: none;
		background-color: #fff;
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

/*------*/

/*--- About Page ---*/

.about-bot {
	background-image: url(/images/about-bot.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 590px;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

/*------*/

/*--- Who We Serve Page ---*/

.who-text {
	max-width: 580px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	float: right
}

.who-bg {
	background-image: url(/images/who-bg.jpg);
	min-height: 595px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.who-rt {
	max-width: 485px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media (max-width: 767px) {
	.who-bg {
		min-height: 275px;
		margin-bottom: 5rem;
	}
	.whot-text {
		float: left;
	}
	.who-rt {
		margin-bottom: 5rem;
	}
}

/*------*/

/*--- Assurance and Compliance Page ---*/

.assur-top {
	background-image: url(/images/assurance-top.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 470px;
}

.assur-bot {
	background-image: url(/images/assurance-bot.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 9rem;
	padding-bottom: 9rem;
}

@media (max-width: 991px) {
	.assur-top {
		background-image: none;
		min-height: auto;
	}
	.assur-bot {
		background-image: url(/images/assurance-bot-mob.jpg);
	}
}

/*------*/

/*--- Tax Services Page ---*/

.tax-top {
	background-image: url(/images/tax-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

@media (max-width: 991px) {
	.tax-top {
		background-image: url(/images/tax-top-mob.jpg);
	}
}

/*------*/

/*--- Accounting and Business Consulting Page ---*/

.consult-top {
	background-image: url(/images/consult-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.consult-mid {
	background-image: url(/images/consult-mid.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 1199px) {
	.consult-mid {
		background-image: none;
	}
}

@media (max-width: 991px) {
	.consult-top {
		background-image: url(/images/consult-top-mob.jpg);
	}
}

/*------*/

/*--- Careers Page ---*/

.graybord {
	border-top: solid 2px #404041;
}

/*------*/

/*--- Staff Page ---*/

.staff-img {
	width: auto;
}

/*------*/

/*--- Contact Page ---*/

.contact-bg {
	background-image: url(/images/contact-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 4rem;
	padding-bottom: 5rem;
}

/*------*/


/*--------------------------------------------------------------
## Custom Gravity Forms Styles by Developer
--------------------------------------------------------------*/

.gform_wrapper li.hidden_label input, .gform_wrapper textarea {
	margin-top: 6px!important;
	border: solid 2px #929497;
	border-radius: .4rem;
	color: #404041;
	padding: 5px 6px!important;
}

.gform_wrapper .gform_footer {
	margin: 0!important;
	text-align: center;
}

.gform_wrapper .gform_footer input[type=submit] {
	background-color:	#ca2026;
	color: #fff;
	font-size: 2.2rem!important;
	border-radius: 6rem;
	padding: .25rem 2rem;
	white-space: normal;
	border: none;
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #254a86;
	color: #fff;
}
