.container:after,
.form .row:after {
	content: " ";
	display: block;
	clear: both;
}

#nav .drop ul,
.steps-list,
.social-networks,
.contact-list,
.logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.logo img,
.image-box img,
.logo-list li img {
	display: block;
	height: auto;
	width: 100%;
}

.logo-img {
	width: 50px;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #464646;
	background: #277946;
	font: 13px/20px "Lato", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

.field-validation-error,
.red {
    color: #d50a0a;
}

.green {
    color: #349a5b;
}

.disclosure-statement {
    color: #000;
	margin: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #349a5b;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
select {
	font: italic 15px/20px "Lato", "Arial", "Helvetica", sans-serif;
	color: #959595;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #959595;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #494949;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot");
	src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"),
        url("../fonts/fontello.svg") format("svg"),
        url("../fonts/fontello.woff") format("woff"),
        url("../fonts/fontello.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	display: inline-block;
	text-transform: none;
	text-align: center;
	line-height: 1em;
	speak: none;
	font-family: "fontello";
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

.icon-arrow-down-05:before {
	content: "\e803";
}

.icon-facebook:before {
	content: "\e800";
}

.social-row {
    vertical-align: top;
}

.icon-linkedin:before {
	content: "\e802";
}

.icon-twitter:before {
	content: "\e801";
}

#wrapper {
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.center { margin: 0 auto; }
h1 {
	line-height: 50px;
	margin: 0 0 15px;
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-weight: 900;
	font-size: 40px;
}

h2 {
	color: #333;
	line-height: 30px;
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 6px;
}

.btn {
	-webkit-transition: background .25s ease;
	transition: background .25s ease;
	text-transform: uppercase;
	border-radius: 3px;
	background: #349a5b;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	line-height: 20px;
	outline: none;
	color: #fff;
	border: none;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
}

.btn.btn-block {
	display: block;
	width: 100%;
}

.btn:hover,
.btn:active,
.btn:focus {
	background: #277946;
}

.btn-white {
	border-radius: 5px;
	color: #277946;
	padding: 11px 15px 13px;
	background: #fff;
	line-height: 20px;
	min-width: 160px;
	font-size: 14px;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	background: #277946;
	color: #fff;
}

.btn-down {
	-webkit-transition: background .25s ease;
	transition: background .25s ease;
	background: rgba(31, 110, 61, .7); /*0d3920*/
	border-radius: 3px;
	color: #aab7ab;
	margin: 0 0 0 -30px;
	position: absolute;
	text-align: center;
	line-height: 55px;
	font-size: 15px;
	outline: none;
	bottom: -6px;
	height: 57px;
	width: 60px;
	left: 50%;
}

.btn-down:hover,
.btn-down:active,
.btn-down:focus {
	background: rgba(39, 121, 70, .9);
}

#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	background: #fff;
	z-index: 1000;
	height: 79px;
	right: 0;
	left: 0;
	top: 0;
}

#header .container {
	padding-bottom: 29px;
	padding-top: 29px;
}

.page-header {
    height: auto !important;
}

.logo {
    width: 209px;
    float: left;
    margin: 0;
}

.logo a {
	display: block;
	outline: none;
}

#nav {
	padding: 3px 0 0;
	float: right;
	width: 25px;
}

#nav .nav-opener {
	background: #349a5b;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	display: block;
	height: 18px;
}

#nav .nav-opener:before,
#nav .nav-opener:after {
	position: absolute;
	background: #fff;
	height: 3px;
	content: "";
	top: 4px;
	right: 0;
	left: 0;
}

#nav .nav-opener:after {
	bottom: 4px;
	top: auto;
}

#nav .drop {
    width: 100% !important;
    position: absolute;
    background: #fff;
    left: 0;
}

#nav .drop ul {
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	padding: 0 0 80px;
	font-weight: 900;
	font-size: 16px;
}

#nav .drop ul li + li {
	border-top: 1px solid #ccc;
}

#nav .drop ul li a {
	position: relative;
	padding: 3px 15px;
	color: #464646;
	display: block;
}

#nav .drop ul li a:hover {
	background: #349a5b;
	color: #fff;
}

#nav .drop ul li.anchor-active a {
	background: #349a5b;
	color: #fff;
}

.visual {
	background: url("../images/bg-visual.jpg") no-repeat 50% 0;
	background-size: cover !important;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.visual .container {
	display: table;
}

.visual .container:before {
	background: rgba(39, 121, 70, .8);
	position: absolute;
    display: block !important;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.visual .text-holder {
	vertical-align: middle;
	padding-bottom: 55px;
	display: table-cell;
	padding-top: 105px;
	position: relative;
}

.visual h1 {
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	margin: 0 0 20px;
	color: #fff;
	z-index: 10;
}

.visual h1 .important {
	font-size: 50px;
	display: block;
}

.header {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 22px;
	padding: 0 0 20px;
	margin: 0 0 40px;
	font-size: 13px;
}

.header:before,
.header:after {
	background: #277946;
	position: absolute;
	content: "";
	width: 70px;
	height: 6px;
	left: 50%;
	bottom: 0;
}

.header:before {
	background: #349a5b;
	right: 50%;
	left: auto;
}

.header p {
	margin: 0;
}

.form-area .container {
	padding-bottom: 50px;
	padding-top: 60px;
	max-width: 600px;
}

.form-area h2 {
	color: #277946;
}

.form-area .btn {
	border-radius: 3px;
}

.form .row {
	margin: 0 0 19px;
}

.form .input-holder {
	padding: 0 0 16px;
}

.form .input-holder .row {
	margin: 0 0 10px;
}

.form .form-control {
	background: #ededed;
	border-radius: 3px;
	padding: 7px 15px;
	display: block;
	outline: none;
	border: none;
	height: 40px;
	width: 100%;
	margin: 0;
}

.form .form-control::-webkit-input-placeholder {
	color: #959595;
}

.form .form-control:-ms-input-placeholder {
	color: #959595;
}

.form .form-control:-moz-placeholder {
	color: #959595;
}

.form .form-control::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.form .btn-submit {
	background: #277946;
}

.form .btn-submit:hover,
.form .btn-submit:active,
.form .btn-submit:focus {
	background: #349a5b;
}

.select-referral-branch {
    overflow-y: scroll;
}

.referral-personal-message {
    background: #ededed;
    border-radius: 3px;
    padding: 7px 15px;
    display: block;
    outline: none;
    border: none;
    height: 100px;
    width: 100%;
    margin: 0;
    min-height: 100px;
}

.coupon-form {
	padding-bottom: 50px;
	padding-top: 150px;
}

.coupon-form .header h2 {
	color: #277946;
}

.coupon-form .input-holder {
	max-width: 570px;
	margin: 0 auto;
}

.coupon-form .input-holder .row {
	margin: 0 0 19px;
}

.coupon-form .submit-holder {
	justify-content: center;
}

.coupon-form .btn-submit {
	border-radius: 5px;
	letter-spacing: 1px;
	min-width: 200px;
	padding: 15px;
}

.intro {
	background: url("../images/bg-intro.jpg") no-repeat 50% 0;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #333;
}

.intro .container {
	padding-bottom: 40px;
	padding-top: 60px;
}

.intro .container:before {
	background: rgba(255, 255, 255, .8);
	position: absolute;
    display: unset;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.intro .header {
	color: #829199;
	margin: 0 0 60px;
}

.intro h2 {
	color: #2f383d;
}

.steps-list {
	text-transform: uppercase;
	counter-reset: item;
	line-height: 22px;
	font-weight: 700;
	font-size: 16px;
}

.steps-list li {
	padding: 175px 0 40px;
	position: relative;
}

.steps-list li:before {
	content: counters(item, ".", decimal);
	counter-increment: item;
	margin: 0 0 0 -50px;
	position: absolute;
	line-height: 60px;
	overflow: hidden;
	color: #fff;
	width: 100px;
	height: 60px;
	z-index: 10;
	top: 49px;
	left: 50%;
	font-weight: 700;
	font-size: 48px;
}

.steps-list li:after {
	border: 6px solid #277946;
	border-radius: 100%;
	background: #349a5b;
	margin: 0 0 0 -80px;
	position: absolute;
	height: 160px;
	width: 160px;
	content: "";
	left: 50%;
	top: 0;
}

.steps-list li span, .steps-list li a {
	color: #333;
}

.steps-list li a:hover {
	color: #349a5b;
}

.giftSelection .container {
    padding-top: 60px;
    padding-bottom: 50px;
}
.mail-gift-selection-header {
  background-color: #5475f6;
  color: white;
  margin: 10px 0 10px 0;
  clear: both;
}
.online-gift-selection-header
{
    color: #fff;
    background-color: #349a5b;
     margin: 10px 0 10px 0;
}
.branch-gift-selection-header {
    background-color: #E44450;
    color: #fff;
     margin: 10px 0 10px 0;
     clear: both;
}
.fulfillment-select {
    cursor: pointer;
    font-weight: bold;
}
#GiftSelectionForm .fulfillment-item {
  width: 210px;
  float: left;
  margin: 10px;
  border: 2px dotted white;
  display: inline-block;
}
#GiftSelectionForm .selected {
  border: 2px dotted red;
}
#GiftConfirmationForm .gift-delivery-alert {
  border-radius: 3px;
  border: 1px solid #E44450;
  margin-right: 10px;
  background-color: #E44450;
}
#GiftConfirmationForm .delivery-type {
  width: 25%;
  color: #E44450;
  background-color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding-top: 5px;
  height: 70px;
}
#GiftConfirmationForm .delivery-text {
  font-size: 16px;
  width: 75%;
  background-color: #E44450;
  color: white;
  float: left;
  height: 100%;
  padding: 10px;
}
#GiftConfirmationForm input[type="text"] {
  border: 1px solid #c2c4bb;
  width: 300px;
  min-width: 10px;
}
.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #ffffff), color-stop(0.1, #dddddd), color-stop(0.9, #dddddd), color-stop(1, #ffffff));
  background-image: -moz-linear-gradient(left center, #ffffff 0%, #dddddd 10%, #dddddd 90%, #ffffff 100%);
}

.promo .container {
	padding-bottom: 50px;
	padding-top: 60px;
}

.promo .header {
	margin: 0 auto 60px;
	color: #829199;
	max-width: 500px;
}

.promo .col-area {
	overflow: hidden;
	max-width: 830px;
	margin: 0 auto;
}

.promo .col-area .col, .promo .col-area .single-col {
	margin: 0 auto 20px;
	width: 290px;
}

.image-box {
	border-radius: 10px;
	overflow: hidden;
    margin-bottom: 10px;
}

.text-box {
	border-radius: 10px;
	text-transform: uppercase;
	background: #ededed;
	color: #2f383d;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	display: table;
	height: 183px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
}

.text-box .text-holder {
	padding: 15px 15px 20px;
	vertical-align: middle;
	display: table-cell;
}

.text-box p {
	margin: 0;
}

#footer {
	background: #349a5b;
	text-align: center;
	color: #fff;
}

#footer > .container {
	padding-bottom: 15px;
	padding-top: 50px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #464646;
}

#footer h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 0 15px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

#footer .info-area {
	overflow: hidden;
}

#footer .info-area .col {
	padding: 0 0 25px;
}

#footer .info-holder .text {
	padding: 0 25px;
}

#footer .info-holder p {
	margin: 0 0 13px;
}

.social-networks {
	line-height: 30px;
	font-size: 25px;
}

.social-networks li {
	vertical-align: bottom;
	display: inline-block;
	margin: 0 3px 10px;
}

.social-networks li a {
	display: block;
	outline: none;
}

.social-networks .icon-twitter {
	line-height: 25px;
	font-size: 23px;
}

.social-networks .icon-linkedin {
	font-size: 23px;
}

.contact-list {
	padding: 0 0 22px;
}

.logo-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
}

.logo-list li a {
	display: block;
	outline: none;
}

.copyright-area {
	background: #277946;
	font-size: 14px;
}

.copyright-area .container {
	padding-bottom: 21px;
	padding-top: 21px;
}

.copyright-area p {
	margin: 0;
}

.jcf-scrollable-wrapper {
	-webkit-transition: left .25s ease;
	transition: left .25s ease;
	position: absolute !important;
	width: 100% !important;
	left: 100%;
	top: 100%;
}

.nav-active .jcf-scrollable-wrapper {
	left: 0;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

@media all and (max-width: 768px) {
    #nav {
        display: none;
    }
}

@media all and (min-width: 768px) {
	h1 {
		line-height: 60px;
		font-size: 50px;
	}

	h2 {
		line-height: 44px;
		font-size: 36px;
	}

	.btn-white {
		padding: 18px 15px 20px;
		line-height: 20px;
		min-width: 200px;
		font-size: 15px;
	}

	.btn-down {
		margin: 0 0 0 -85px;
		line-height: 100px;
		font-size: 22px;
		height: 107px;
		width: 170px;
	}

	#header .container {
		padding-bottom: 28px;
		padding-top: 0;
	}

	.logo {
		margin: 30px 0 0;
		width: 190px;
	}

	#nav {
		width: 520px;
		padding: 0;
	}

	#nav .nav-opener {
		display: none;
	}

	#nav .drop {
		background: none;
		position: static;
	}

	#nav .drop ul {
		text-align: right;
		line-height: 20px;
		overflow: hidden;
		font-size: 14px;
		height: 51px;
		border: none;
		padding: 0;
	}

	#nav .drop ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 15px;
	}

	#nav .drop ul li + li {
		border: none;
	}

	#nav .drop ul li a {
		display: inline-block;
		vertical-align: top;
		margin: 29px 0 0;
		padding: 0;
	}

	#nav .drop ul li a:before {
		background: #277946;
		position: absolute;
		content: "";
		height: 5px;
		opacity: 0;
		right: 0;
		left: 0;
		top: 0;
	}

	#nav .drop ul li a:hover {
		color: #277946;
		padding: 29px 0 0;
		background: none;
		margin: 0;
	}

	#nav .drop ul li a:hover:before {
		opacity: 1;
	}

	#nav .drop ul li.anchor-active a {
		color: #277946;
		padding: 29px 0 0;
		background: none;
		margin: 0;
	}

	#nav .drop ul li.anchor-active a:before {
		opacity: 1;
	}

	.visual .text-holder {
		padding-bottom: 250px;
		padding-top: 250px;
	}

	.visual h1 {
		line-height: 73px;
	}

	.visual h1 .important {
		margin: 0 0 48px;
		font-size: 80px;
	}

	.header {
		padding: 0 0 25px;
		line-height: 20px;
		margin: 0 0 60px;
		font-size: 15px;
	}

	.form-area .container {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.coupon-form {
		padding-bottom: 104px;
		padding-top: 220px;
	}

	.coupon-form .btn-submit {
		padding: 19px 15px;
		min-width: 200px;
	}

	.intro .container {
		padding-bottom: 50px;
		padding-top: 80px;
	}

	.intro .header {
		margin: 0 0 90px;
	}

	.steps-list {
		line-height: 26px;
		font-size: 17px;
	}

	.steps-list li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
		width: 200px;
	}

	.promo .container {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.promo .header {
		margin: 0 auto 85px;
	}

    .promo .col-area .single-col
    {
		width: 350px;
		margin: 0 auto;
    }

	.promo .col-area .col {
		width: 350px;
		float: left;
		margin: 0;
	}

	.promo .col-area .col + .col {
		float: right;
	}

	.text-box {
		line-height: 26px;
		font-size: 18px;
		height: 221px;
	}

	.text-box .text-holder {
		padding: 15px;
	}

	#footer > .container {
		padding-bottom: 64px;
		padding-top: 80px;
		text-align: left;
	}

	#footer h2 {
		margin: 0 0 20px;
	}

	#footer .info-area {
		padding: 0 0 0 56px;
		max-width: 600px;
		margin: 0 auto;
	}

	#footer .info-area .col {
		padding: 0 15px 0 0;
		float: left;
		width: 40%;
	}

	#footer .info-area .col + .col {
		float: right;
		width: 45%;
	}

	#footer .info-holder .text {
		padding: 0 25px 0 0;
	}

	.social-networks li {
		margin: 0 3px 10px 0;
	}

	.logo-list li {
		margin: 0 11px 11px 0;
	}

	.jcf-scrollable-wrapper {
		position: static !important;
	}
}

@media all and (min-width: 1024px) {
	h2 {
		line-height: 60px;
		margin: 0 0 11px;
		font-size: 48px;
	}

	.logo {
		width: 209px;
	}

	#nav {
		width: 650px;
	}

	#nav .drop ul {
		line-height: 22px;
		font-size: 16px;
	}

	#nav .drop ul li {
		margin: 0 0 0 34px;
	}

	.header {
		padding: 0 0 29px;
		line-height: 26px;
		margin: 0 0 76px;
		font-size: 16px;
	}

	.form-area .container {
		padding-bottom: 136px;
		padding-top: 135px;
	}

	.intro .container {
		padding-bottom: 137px;
		padding-top: 137px;
	}

	.intro .header {
		margin: 0 0 117px;
	}

	.steps-list {
		padding: 0 0 0 16px;
		font-size: 18px;
	}

	.steps-list li {
		padding: 212px 0 30px;
		margin: 0 43px;
		width: 210px;
	}

	.steps-list li:before {
		top: 57px;
	}

	.steps-list li:after {
		margin: 0 0 0 -94px;
		border-width: 9px;
		height: 188px;
		width: 188px;
	}

	.promo .container {
		padding-bottom: 173px;
		padding-top: 87px;
	}

	.promo .header {
		margin: 0 auto 113px;
		max-width: 670px;
	}

	.promo .col-area .col, .promo .col-area .single-col {
		width: 369px;
	}

	.text-box {
		height: 233px;
	}
}

@media only screen and (min-width: 1025px) {
	.tel-link {
		pointer-events: none;
		cursor: default;
	}
}

@media all and (min-width: 1200px) {
	h1 {
		line-height: 80px;
		font-size: 69px;
	}

	.visual h1 {
		line-height: 93px;
	}

	.visual h1 .important {
		font-size: 125px;
	}
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills > .nav-pills .nav-link.active:focus {
    background-color: #eee;
    color: black;
    text-decoration: none;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    background-color: #eee;
    color: black;
    text-decoration: none;
}

.browser-update-link {
	margin: 0.75rem;
	height: 100px;
	width: auto;
}

.browser-update-container {
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.facebook-sharelink, .facebook-sharelink:active {
	background-color: #3b5998 !important;
	min-width: 25%;
}

.facebook-sharelink:hover, .facebook-sharelink:disabled {
	background-color: #8b9dc3 !important;
}

.twitter-sharelink, .twitter-sharelink:active {
	background-color: black !important;
	min-width: 25%;
}

.twitter-sharelink:hover, .twitter-sharelink:disabled {
	background-color: black !important;
}

.linkedin-sharelink, .linkedin-sharelink:active {
	background-color: #006192 !important;
	min-width: 25%;
}

.linkedin-sharelink:hover, .linkedin-sharelink:disabled {
	background-color: #8b9dc3 !important;
}

.sharelink-icon {
	max-width: 25px;
	max-height: 25px;
	fill: white;
}