article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
body {
	font-family: 'Lato', sans-serif;
	color: #555
}

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.userSelectNone {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

::-moz-selection {
	background: #00AF59;
	color: #f7f7f7
}

::selection {
	background: #00AF59;
	color: #f7f7f7
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.loaderSlowText {
	display: none;
	margin-top: 20px;
	font-size: 17px
}

.text-left {
	text-align: left
}

#loaderBIGOuter {
	position: fixed;
	z-index: 77;
	background-color: #F7F7F7;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px
}

#loaderBIGInner {
	position: relative;
	margin: 0 auto;
	display: block;
	top: 35%
}

#loaderBIGInner svg {
	display: block;
	margin: 0 auto;
	height: 51px;
	width: auto
}

#loaderSMALLOuter,
.loaderSmallContainer {
	position: absolute;
	z-index: 77;
	background-color: rgba(247, 247, 247, 0.9);
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	display: none
}

#loaderSMALLInner,
.loaderSmallInner {
	position: relative;
	margin: 0 auto;
	display: block;
	top: 43%
}

.loaderCSS {
	margin: 0px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.7em solid rgba(23, 38, 52, 0.3);
	border-right: 0.7em solid rgba(23, 38, 52, 0.3);
	border-bottom: 0.7em solid rgba(23, 38, 52, 0.3);
	border-left: 0.7em solid #FF004E;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.30s infinite linear;
	animation: load8 0.30s infinite linear
}

.loaderCSS,
.loaderCSS:after {
	border-radius: 50%;
	width: 5em;
	height: 5em
}

.loader-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center
}

.loader-container.show {
	display: flex
}

.loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	opacity: 0.4
}

.loader-overlay.radius {
	border-radius: 4px
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.formInputError {
	border: 1px solid #FF004E!important;
	box-shadow: 0px 0px 0px 1px #FF004E!important
}

.invisible {
	overflow: hidden;
	height: 0;
	opacity: 0
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hidden {
	display: none
}

.text-center {
	text-align: center!important
}

::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
	background: #aaa
}

.followUsIcon {
	width: 30px;
	height: auto;
	margin: 0px 10px
}

.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0
}

.b-lazy.b-loaded {
	opacity: 1
}

.homeHeader {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	z-index: 14
}

.homeHeaderStatic {
	background: #f7f7f7;
	border-bottom: 1px solid #ddd
}

.homeHeaderMobileMenuOpen {
	background: #f7f7f7
}

.homeHeaderInner {
	padding: 7px 0px;
	display: table;
	width: 100%
}

.logoContainer {
	float: left;
	display: table;
	margin-left: 20px
}

.logoImg {
	height: 50px;
	width: auto
}

.menuContainer {
	float: right;
	display: table;
	margin-right: 20px
}

.menuItem {
	display: inline-block;
	position: relative;
	margin: 20px 3px
}

.menuItemLink {
	font-size: 18px;
	color: #172634;
	font-weight: bold;
	padding: 7px 11px;
	border: 1px solid transparent
}

.menuItemLink:hover,
.menuItemLinkActive {
	color: #00AF59;
	border: 1px solid #00AF59;
	border-radius: 8px;
	cursor: pointer
}

.submenuTop {
	display: none;
	position: absolute;
	margin-top: 10px;
	width: 100%;
	text-align: center
}

.submenuTopItem {
	display: block;
	margin-top: 8px;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #172634;
	border: 1px solid #172634;
	border-radius: 8px;
	cursor: pointer;
	background: #f7f7f7;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 3s ease
}

.submenuTopItem:hover {
	color: #00af59;
	border: 1px solid #00af59
}

.menuItem:hover .submenuTop {
	display: block
}

.menuItem:hover .submenuTop .submenuTopItem {
	opacity: 1;
	transform: translateY(0)
}

.callButton {
	display: flex;
	position: relative;
	background-color: #008541;
	border-radius: 5px;
	float: right;
	padding: 7px 11px;
	margin: 7px 4px 4px 11px
}

.callButton:hover {
	cursor: pointer;
	opacity: 0.9
}

.callButtonPhone {
	float: left
}

.callButtonPhone img {
	height: 25px;
	margin: 3px 8px 0px 0px
}

.callButtonText {
	color: #F7F7F7;
	float: right;
	font-weight: bold
}

.callButtonText1 {
	color: #F7F7F7;
	font-size: 17px
}

.callButtonText2 {
	color: #F7F7F7;
	font-size: 13px
}

.homeBanner {
	height: 100vh;
	min-height: 650px;
	background: #f7f7f7;
	text-align: center;
	position: relative
}

.homeBannerOverflow {
	position: relative;
	overflow: hidden;
	height: 100vh
}

.homeBannerInner {
	padding-top: 20vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10
}

.homeBannerTextBig {
	font-family: 'Merriweather', serif;
	font-size: 65px;
	color: #172634;
	line-height: 77px
}

.mobileBannerTextBR {
	display: inline
}

.homeBannerQuoteContainer {
	margin: 50px auto 35px auto;
	text-align: center;
	display: table;
	position: relative
}

.homeBannerQuoteContainerInner {
	display: table;
	position: relative
}

.homeBannerQuoteButton {
	display: table;
	color: #172634;
	font-weight: bold;
	text-align: center;
	padding: 11px 25px 17px 25px;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 0px 0px 11px 1px #D7D7D7;
	background: -webkit-linear-gradient(#F7F7F7, #EEEEEE);
	background: -moz-linear-gradient(#F7F7F7, #EEEEEE);
	background: -o-linear-gradient(#F7F7F7, #EEEEEE);
	background: linear-gradient(#F7F7F7, #EEEEEE)
}

.homeBannerQuoteButton:hover {
	cursor: pointer;
	box-shadow: none;
	background: -webkit-linear-gradient(#EEEEEE, #F7F7F7);
	background: -moz-linear-gradient(#EEEEEE, #F7F7F7);
	background: -o-linear-gradient(#EEEEEE, #F7F7F7);
	background: linear-gradient(#EEEEEE, #F7F7F7)
}

.landingGetAuto {
	float: left;
	margin: 0px 10px 0px 20px
}

.landingGetHome {
	float: right;
	margin: 0px 20px 0px 10px
}

.landingQuoteButton {
	width: 130px;
	height: auto
}

.homeQuoteButtonText {
	font-size: 19px;
	margin-top: 11px
}

.homeBannerTextSmall {
	font-size: 23px;
	font-weight: bold;
	color: #172634;
	display: inline-block;
	padding: 10px;
	background: #f7f7f7bb
}

.landingZipContainer {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: none
}

.landingZipText {
	font-size: 20px;
	color: #172634;
	display: table;
	margin: 0 auto
}

.landingZipContainerInner {
	display: table;
	margin: 11px auto 0;
	text-align: center;
	position: relative
}

.landingZipBack {
	float: left;
	display: table;
	height: 40px;
	width: 40px;
	padding: 11px 10px 7px 10px
}

.landingZipInput {
	float: left;
	outline: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 30px;
	width: 170px;
	padding: 10px 0px;
	margin: 0px auto;
	letter-spacing: 1px;
	font-weight: bold;
	color: #172634;
	text-align: center;
	font-family: 'Merriweather', serif
}

.landingZipBack:hover {
	opacity: 0.9;
	cursor: pointer
}

.landingZipBack:hover .filArrowBack0 {
	fill: #BBBBBB
}

.landingZipError,
.landingUnknownError {
	background: #f7f7f7bb;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0px;
	color: #FF004E;
	display: none;
	line-height: 20px
}

.landingUnknownError {
	background: #f7f7f7bb;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0px;
	color: #FF004E;
	display: none;
	line-height: 20px
}

.landingZipGo {
	font-size: 20px;
	font-weight: bold;
	color: #F7F7F7;
	background: #00af59;
	margin: 10px;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block
}

.landingZipGo:hover {
	cursor: pointer;
	opacity: 0.9
}

.homeBannerSky {
	height: 100vh;
	overflow: hidden;
	z-index: 8
}

.cloudParallax {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.cloudHome1 {
	position: absolute;
	top: 22vh;
	left: 7vw;
	width: 40px;
	height: auto
}

.cloudHome2 {
	position: absolute;
	top: 8vh;
	left: 30vw;
	width: 35px;
	height: auto
}

.cloudHome3 {
	position: absolute;
	top: 11vh;
	left: 59vw;
	width: 45px;
	height: auto
}

.cloudHome4 {
	position: absolute;
	top: 22vh;
	left: 90vw;
	width: 40px;
	height: auto
}

.cloudHome5 {
	position: absolute;
	top: 37vh;
	left: 21vw;
	width: 45px;
	height: auto
}

.cloudHome6 {
	position: absolute;
	top: 35vh;
	left: 73vw;
	width: 53px;
	height: auto
}

.cloudHome7 {
	position: absolute;
	top: 57vh;
	left: 10vw;
	width: 45px;
	height: auto
}

.cloudHome8 {
	position: absolute;
	top: 52vh;
	left: 31vw;
	width: 40px;
	height: auto
}

.cloudHome9 {
	position: absolute;
	top: 57vh;
	left: 67vw;
	width: 57px;
	height: auto
}

.cloudHome10 {
	position: absolute;
	top: 60vh;
	left: 91vw;
	width: 40px;
	height: auto
}

.airplaneHome {
	position: absolute;
	top: 51vh;
	left: 77vw;
	width: 110px;
	height: auto
}

.homeBannerNewYork {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 37vh;
	min-height: 210px;
	width: 100%;
	overflow: hidden;
	z-index: 9;
	white-space: nowrap;
	align-items: flex-end;
	justify-content: center
}

.homeBannerNewYork img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 100%
}

.homeBannerNewYorkSVG {
	display: inline-block;
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	left: -2px;
	white-space: nowrap;
	margin: auto;
	box-sizing: content-box
}

.section {
	display: table;
	width: 100%;
	text-align: center
}

.section1 {
	border-bottom: 1px solid #e7e7e7;
	padding: 70px 0px 100px 0px
}

.sectionInner {
	max-width: 1050px;
	width: 100%;
	display: table;
	margin: 0 auto
}

.sectionTitle {
	font-family: 'Merriweather', serif;
	font-size: 35px;
	font-weight: bold;
	color: #172634;
	margin: 20px 0px
}

.sectionButton {
	background-color: #00AF59;
	border-radius: 5px;
	padding: 20px 40px;
	display: table;
	font-size: 20px;
	font-weight: bold;
	color: #f7f7f7;
	margin: 0 auto
}

.sectionButton:hover {
	cursor: pointer;
	opacity: 0.9
}

.sectionButtonClaims {
	display: inline-block;
	margin: 15px
}

.section1Title {
	font-family: 'Merriweather', serif;
	font-size: 40px;
	font-weight: bold;
	color: #00AF59;
	margin: 20px 0px
}

.sectionSubTitle {
	font-size: 29px;
	line-height: 35px;
	color: #555;
	margin-bottom: 35px
}

.sectionContainer {
	display: table;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

.sectionThird {
	width: 33.33333%;
	min-width: 320px;
	max-width: 330px;
	display: inline-block;
	text-align: center;
	margin: 0 auto
}

.sectionThirdInner {
	margin: 0px 20px
}

.sectionThirdIcon {
	height: 110px;
	margin: 20px auto
}

.sectionThirdTitle {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold
}

.sectionThirdText {
	font-size: 20px;
	line-height: 25px;
	margin-top: 20px
}

.section2 {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0px 0px 0px
}

.section2Half {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center
}

.section2Text {
	font-family: 'Merriweather', serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 55px;
	color: #172634;
	text-align: left
}

.section2YouAre {
	color: #00AF59;
	font-weight: bold
}

.section2Guy {
	display: block;
	width: 400px;
	height: auto
}

.section2Hands {
	display: block;
	width: 400px;
	height: auto
}

.section3 {
	padding: 70px 0px 0px 0px;
	border-bottom: 1px solid #e7e7e7
}

.section3Image {
	height: 500px;
	width: auto;
	margin: 40px auto 0px auto;
	vertical-align: middle
}

.section4 {
	padding: 70px 0px 0px 0px;
	border-bottom: 1px solid #e7e7e7
}

.section4Image {
	height: 500px;
	width: auto;
	margin: 50px auto 0px auto;
	vertical-align: middle
}

.section5 {
	padding: 70px 0px 100px 0px;
	border-bottom: 1px solid #e7e7e7
}

.section5Container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	margin: 0 auto;
	text-align: center
}

.section5Half {
	width: 300px;
	margin: 30px 40px;
	padding: 20px 0px 30px 0px;
	float: left;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 5px
}

.section5HalfInner {
	width: 270px;
	margin: 0 auto
}

.section5HalfTitle {
	color: #172634;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold
}

.section5Image {
	width: 180px;
	margin: 20px auto 11px 0px
}

.section5HalfText {
	font-size: 20px;
	line-height: 25px;
	min-height: 80px
}

.section5HalfButton {
	background-color: #00AF59;
	border-radius: 5px;
	padding: 20px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #f7f7f7;
	margin: 30px auto 0px auto;
	width: 270px
}

.section5HalfButton:hover {
	cursor: pointer;
	opacity: 0.9
}

.subFooter {
	padding: 50px 0px;
	background-color: #F7F7F7;
	color: #888;
	border-top: 1px solid #eee
}

.subFooterInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto
}

.subFooterThird {
	float: left;
	width: 30%
}

.subFooterLogo {
	height: 45px;
	width: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.subFooterTitle {
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 17px
}

.subFooterText {
	margin-top: 20px;
	font-size: 17px;
	line-height: 20px;
	text-align: center
}

.footer {
	padding: 20px 0px;
	background-color: #555;
	color: #888
}

.footerInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto
}

.footerCarrier {
	font-size: 15px;
	color: #aaa;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee
}

.footerCarrierText {
	margin: 10px 0px;
	text-align: justify
}

.footerMenuLink {
	color: #888;
	margin-left: 20px
}

.popup-container {
	position: fixed;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	opacity: 0.5;
	z-index: 150
}

.popup-modal {
	position: relative;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	width: 85%;
	max-width: 450px;
	margin: auto;
	margin-top: 30vh;
	z-index: 200;
	box-shadow: 5px 5px 5px #bbb;
	padding: 20px;
	transform: scale(0)
}

.popup-modal.appear {
	-webkit-animation: modalAppear 0.2s linear;
	animation: modalAppear 0.2s linear;
	transform: scale(1)
}

.popup-modal .modal-icon {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 50px;
	height: 50px;
	opacity: 0.1
}

.popup-modal .modal-icon img {
	width: 100%;
	height: 100%
}

.popup-modal .modal-header {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}

.popup-modal .modal-body {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 24px
}

.popup-modal .modal-body a {
	text-decoration-line: underline;
	text-decoration-color: blue;
	color: blue
}

.popup-modal .modal-footer {
	text-align: center;
	padding: 10px
}

.modal-btn {
	border-radius: 5px;
	border: none;
	outline: 0;
	padding: 12px 8px;
	font-weight: 700px;
	font-size: 17px;
	text-align: center;
	color: #f7f7f7;
	margin: 5px;
	min-width: 150px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.modal-btn:hover {
	cursor: pointer;
	opacity: 0.9
}

.modal-confirm-btn {
	background-color: #00AF59
}

.modal-close-btn {
	background-color: #ddd;
	color: #444
}

@-webkit-keyframes modalAppear {
	0% {
		-webkit-transform: scale(0)
	}
	1% {
		-webkit-transform: scale(0.5)
	}
	45% {
		-webkit-transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(0.95)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes modalAppear {
	0% {
		transform: scale(0)
	}
	1% {
		transform: scale(0.5)
	}
	45% {
		transform: scale(1.05)
	}
	80% {
		transform: scale(0.95)
	}
	100% {
		transform: scale(1)
	}
}

.tsc-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(141, 141, 141, 0.11);
	z-index: 100;
	padding: 10px
}

.tsc-modal.open {
	display: flex;
	align-items: center
}

.tsc-modal--content {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #ddd;
	max-height: 80vh;
	max-width: 500px;
	margin: auto;
	transform: scale(0)
}

.tsc-modal.open .tsc-modal--content {
	-webkit-animation: modalAppear 0.2s linear;
	animation: modalAppear 0.2s linear;
	transform: scale(1)
}

.tsc-modal--header {
	position: relative;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #f7f7f7
}

.tsc-modal--title {
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.tsc-modal--close-button {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 5px;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer
}

.tsc-modal--close-button:hover {
	background: rgba(236, 236, 236, 0.363)
}

.tsc-modal--close-button img {
	width: 20px;
	height: 20px
}

.tsc-modal--body {
	max-height: calc(80vh - 100px);
	padding: 15px 20px;
	overflow: auto
}

.tsc-modal--footer {
	height: 50px;
	display: flex;
	padding: 5px 0;
	border-top: 1px solid #f7f7f7
}

.sterling--title {
	font-weight: bold;
	text-align: center;
	margin: 20px auto 10px
}

.sterling--title:first-child {
	margin-top: 0
}

.sterling--content-block {
	line-height: 1.3em;
	text-align: justify
}

ul.sterling--content-block {
	padding-left: 20px;
	list-style: disc
}

.formNextButton {
	background-color: #00AF59;
	border-radius: 5px;
	border: none;
	outline: 0;
	width: 200px;
	padding: 10px 0px;
	display: table;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #f7f7f7;
	margin: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.formNextButton:hover {
	cursor: pointer;
	opacity: 0.9
}

@-webkit-keyframes modalAppear {
	0% {
		-webkit-transform: scale(0)
	}
	1% {
		-webkit-transform: scale(0.5)
	}
	45% {
		-webkit-transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(0.95)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes modalAppear {
	0% {
		transform: scale(0)
	}
	1% {
		transform: scale(0.5)
	}
	45% {
		transform: scale(1.05)
	}
	80% {
		transform: scale(0.95)
	}
	100% {
		transform: scale(1)
	}
}

.mobileMenu {
	height: 100vh;
	width: 250px;
	background-color: #172634;
	color: #F7F7F7;
	position: fixed;
	left: -250px;
	top: 48px;
	padding: 15px 0px 0px 0px;
	overflow-y: auto;
	border: none;
	z-index: 13;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mobileMenuTab {
	display: table;
	width: 100%;
	color: #F7F7F7;
	font-size: 25px;
	padding: 10px 20px
}

.mobileMenuTab:hover {
	background: #0c1721;
	cursor: pointer;
	opacity: 0.9;
	margin-bottom: -1px
}

.mobileSubMenuTab {
	display: none;
	background: #0c1721;
	color: #F7F7F7;
	font-size: 25px;
	padding: 10px 20px 10px 50px
}

.mobileSubMenuTabActive {
	display: block
}

.mobileSubMenuTab:hover {
	background: #0c1721;
	cursor: pointer;
	opacity: 0.9
}

.mobileMenuOpen {
	left: 0px
}

.mobileMenuOverlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 48px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	display: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.mobileCallContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	text-align: center;
	display: none
}

.mobileCallButton {
	display: block;
	height: 35px;
	width: 40px;
	margin: 5px auto;
	background: #00AF59;
	border-radius: 5px
}

.mobileCallButton:hover {
	cursor: pointer;
	opacity: 0.9
}

.mobileCallButtonImg {
	height: 17px;
	width: 17px;
	margin: 9px 11px
}

.mobileMenuIconContainer {
	position: absolute;
	height: 48px;
	width: 57px;
	display: none
}

.mobileMenuIcon {
	float: left;
	width: 27px;
	position: relative;
	margin: 15px 30px 0px 17px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

.mobileMenuIcon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #555;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.mobileMenuIcon span:nth-child(1) {
	top: 0px
}

.mobileMenuIcon span:nth-child(2) {
	top: 8px
}

.mobileMenuIcon span:nth-child(3) {
	top: 16px
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(2) {
	opacity: 0;
	left: -50px
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

