/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.brand-list,
.ico-list,
.contact-list,
.nav-drop ul,
.nav-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span,
.nav-drop {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #eae8ff;
	background: #1b4079;
	font: 20px/1.65 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.35;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #eae8ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #979797;
	padding: 20px 18px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #979797;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #979797;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #979797;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #979797;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #979797;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?mw5o6g");
	src: url("../fonts/icomoon.eot?mw5o6g#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mw5o6g") format("truetype"), url("../fonts/icomoon.woff?mw5o6g") format("woff"), url("../fonts/icomoon.svg?mw5o6g#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-annotations:before {
	content: "\e900";
}

.icon-archive:before {
	content: "\e901";
}

.icon-backup:before {
	content: "\e902";
}

.icon-callerid:before {
	content: "\e903";
}

.icon-contactlist:before {
	content: "\e904";
}

.icon-coverpages:before {
	content: "\e905";
}

.icon-digital-sign:before {
	content: "\e906";
}

.icon-guarantee:before {
	content: "\e907";
}

.icon-notification:before {
	content: "\e908";
}

.icon-pdffax:before {
	content: "\e909";
}

.icon-printfax:before {
	content: "\e90a";
}

.icon-receipts:before {
	content: "\e90b";
}

.icon-rollover:before {
	content: "\e90c";
}

.icon-search:before {
	content: "\e90d";
}

.icon-security:before {
	content: "\e90e";
}

.icon-setup:before {
	content: "\e90f";
}

.icon-share:before {
	content: "\e910";
}

.icon-software:before {
	content: "\e911";
}

.icon-storage:before {
	content: "\e912";
}

.icon-support:before {
	content: "\e913";
}

.icon-telephone:before {
	content: "\e914";
}

.icon-thumbsup:before {
	content: "\e915";
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	font-size: 17px;
	line-height: 1.5;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.main,
.header,
.footer {
	width: 100%;
}

.container,
.container-shrink {
	max-width: 1110px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.container-shrink {
	max-width: 780px;
}

.box-layout {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.btn {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #1b4079;
	background: #fe9920;
	padding: 15px 12px;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #979797;
	font-size: 16px;
	line-height: 1;
}

.btn:hover {
	color: #1b4079;
	background: #febc6c;
}

.text-center,
h3,
.h3,
.info-block,
.testimonial-block q,
.info-area .col,
.contact-list,
.table {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.font-weight-bold {
	font-weight: 700;
}

small,
.small,
.footer {
	font-size: 15px;
}

.text-warning,
h3,
.h3 {
	color: #fe9920;
}

.bg-secondary {
	background: #325d93;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
}

.top-indent {
	padding-top: 40px;
}

.vert-indent {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.font-weight-normal,
.display1 {
	font-weight: 400;
}

.d-flex,
.brand-list,
.testimonial-block blockquote,
.contact-list,
.table .trow,
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

h1,
.h1 {
	font-size: 25px;
}

h2,
.h2 {
	font-size: 23px;
}

h4,
.h4 {
	margin-bottom: 1.65em;
	font-size: 16px;
}

.display1 {
	font-size: 23px;
	margin-bottom: 20px;
}

.display2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 9px;
}

blockquote {
	font-size: 20px;
	line-height: 25px;
}

blockquote cite {
	font-size: 16px;
}

.info-block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.video-holder {
	padding: 30px 0 0;
	position: relative;
}

.video-holder iframe {
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
	width: 100%;
}

.video-holder .banner {
	width: 195px;
	padding: 30px 0 0;
	margin: 0 auto;
}

.video-holder .banner .text {
	display: block;
	font-size: 27px;
	line-height: 1;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	color: #fe9920;
	text-align: right;
	font-style: italic;
}

.brand-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 51px 0;
}

.brand-list li {
	padding: 0 12px 15px;
	width: 50%;
	text-align: center;
}

.ico-list li {
	position: relative;
	margin: 0 0 1em;
	padding-left: 27px;
}

.ico-list .ico {
	position: absolute;
	top: 3px;
	left: 0;
}

.testimonial-block {
	padding: 17px 0 0;
	overflow: hidden;
}

.testimonial-block .img-holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	text-align: center;
}

.testimonial-block blockquote {
	width: 100%;
	margin: 0;
	padding: 0 4px;
}

.testimonial-block.img-adjust .container,
.testimonial-block.img-adjust .container-shrink {
	max-width: 1380px;
}

.testimonial-block q,
.testimonial-block cite {
	display: block;
	width: 100%;
}

.testimonial-block q {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.testimonial-block cite {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 15px;
	text-align: center;
}

.info-area {
	padding: 18px 0;
}

.info-area .d-flex,
.info-area .brand-list,
.info-area .testimonial-block blockquote,
.testimonial-block .info-area blockquote,
.info-area .contact-list,
.info-area .table .trow,
.table .info-area .trow,
.info-area .header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: -21px;
}

.info-area .col {
	width: 100%;
	padding: 0 10px 10px;
}

.info-area .ico {
	min-height: 68px;
}

.info-area .title {
	display: block;
}

.contact-list li {
	margin-bottom: 28px;
	width: 50%;
}

.contact-list .ico {
	min-height: 77px;
}

.contact-list .title {
	display: block;
}

.three-columns .d-flex,
.three-columns .brand-list,
.three-columns .testimonial-block blockquote,
.testimonial-block .three-columns blockquote,
.three-columns .contact-list,
.three-columns .table .trow,
.table .three-columns .trow,
.three-columns .header {
	padding-top: 27px;
	margin: 0 -10px;
}

.three-columns .col {
	padding: 0 15px 5px;
	width: 100%;
}

.widget-info {
	font-size: 14px;
	line-height: 1.35;
}

.widget-info .title {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.widget-info i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	font-size: 20px;
	line-height: 25px;
}

.pricing-chart {
	padding: 46px 0 0;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
}

.table {
	min-width: 738px;
}

.table .thead span,
.table .thead strong {
	display: block;
}

.table .thead .text-warning,
.table .thead h3,
.table .thead .h3 {
	font-size: 20px;
}

.table .thead .tcol {
	font-size: 30px;
	padding-top: 27px;
}

.table .thead .tcol.popular-pricing {
	font-size: 40px;
	padding-top: 29px;
}

.table .thead .tcol.popular-pricing .text-warning,
.table .thead .tcol.popular-pricing h3,
.table .thead .tcol.popular-pricing .h3 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 0;
}

.table .thead .tcol.popular-pricing small:first-child {
	font-size: 18px;
	margin-top: 10px;
}

.table .thead .tcol small:first-child {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 6px;
	margin-right: 3px;
}

.table .thead .text-warning,
.table .thead h3,
.table .thead .h3 {
	margin-bottom: 6px;
}

.table .popular-pricing {
	position: relative;
}

.table .popular-pricing .tag {
	color: #fe9920;
	position: absolute;
	width: calc(100% + 2px);
	left: -1px;
	top: -54px;
	height: 54px;
	background: rgba(50, 93, 147, .5);
	font-size: 26px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #325d93;
	font-weight: 700;
	font-style: italic;
	padding-top: 17px;
	white-space: nowrap;
}

.table .popular-pricing .tag > span {
	display: block;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	text-decoration: underline;
}

.table .tbody {
	font-size: 14px;
}

.table .tbody .trow:nth-child(2n-1) {
	background: #325d93;
}

.table .tbody .trow .tcol:nth-child(3) {
	font-size: 16px;
	line-height: 25px;
}

.table .trow .tcol:first-child {
	border-left: 0;
}

.table .trow .tcol:first-child:not(.text-center):not(h3):not(.h3):not(.info-block):not(.contact-list):not(.table) {
	text-align: left;
}

.table .trow .tcol:nth-child(3) {
	width: 30%;
	background: rgba(50, 93, 147, .5);
}

.table .tcol {
	padding: 0 3px;
	border-left: 1px solid #325d93;
	width: 23.33%;
}

.table .tfoot .tcol {
	padding-top: 20px;
	padding-bottom: 20px;
}

.table .coup-link {
	color: #979797;
	font-size: 16px;
}

.table .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.offer-text {
	font-size: 12px;
	color: #979797;
	padding: 10px 0 0;
	margin: 0 auto 20px;
}

.offer-text a {
	color: inherit;
}

.header {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo {
	width: 165px;
}

.logo a,
.logo img {
	display: block;
}

/* nav opener */

.nav-opener {
	display: block;
	width: 35px;
	height: 23px;
	position: relative;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #eae8ff;
	height: 3px;
}

.nav-opener span {
	display: block;
	margin-top: 10px;
}

.nav-active .nav-opener span {
	visibility: hidden;
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 50%;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-drop {
	font-size: 24px;
}

.nav-drop li {
	margin: 0 0 10px;
}

.nav-drop li:last-child {
	padding-right: 0;
}

.nav-drop a:not(.btn) {
	text-decoration: none;
}

.nav-drop a:not(.btn):hover {
	color: #fe9920;
}

.footer .col {
	width: 50%;
	padding: 0 15px 15px;
}

.footer .h4 {
	display: block;
	margin-bottom: 6px;
}

.nav-footer li {
	margin-bottom: 5px;
}

.nav-footer a {
	text-decoration: none;
}

.nav-footer a:hover {
	color: #fe9920;
}

@media (min-width: 480px) {
	h4,
	.h4 {
		font-size: 20px;
	}

	.brand-list li {
		width: auto;
		text-align: left;
	}

	.testimonial-block .img-holder {
		width: 30%;
		text-align: left;
	}

	.testimonial-block .justify-end .img-holder {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.testimonial-block blockquote {
		width: 70%;
	}

	.info-area .col {
		width: 32%;
		padding: 0 10px;
	}

	.contact-list li {
		width: 25%;
	}

	.three-columns .col {
		width: 50%;
	}
}

@media (min-width: 768px) {
	p {
		margin-bottom: 1.65em;
	}

	body {
		font-size: 20px;
		line-height: 1.65;
	}

	.box-layout {
		padding-top: 29px;
	}

	.top-indent {
		padding-top: 71px;
	}

	.img-indent {
		margin-top: -56px;
	}

	h1,
	.h1 {
		font-size: 40px;
	}

	.display1 {
		font-size: 30px;
		margin-bottom: 75px;
	}

	.display2 {
		font-size: 30px;
		line-height: 35px;
	}

	blockquote {
		font-size: 25px;
		line-height: 30px;
	}

	blockquote cite {
		font-size: 18px;
	}

	.info-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.video-holder iframe {
		margin: 0;
		width: 542px;
	}

	.video-holder .banner {
		position: absolute;
		right: -5px;
		top: 72px;
		margin: 0;
	}

	.brand-list li {
		padding: 0 12px 10px;
	}

	.ico-list li {
		margin-bottom: 1.65em;
		padding-left: 0;
	}

	.ico-list .ico {
		left: -30px;
		top: 5px;
	}

	.testimonial-block.img-adjust q {
		padding-top: 20px;
	}

	.testimonial-block q {
		padding-top: 62px;
		padding-bottom: 0;
	}

	.testimonial-block cite {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		text-align: left;
	}

	.testimonial-block cite.text-right {
		text-align: right;
	}

	.info-area .col {
		width: 30%;
		padding: 0 15px;
	}

	.three-columns .col {
		width: 33.33%;
	}

	.widget-info .title {
		font-size: 20px;
	}

	.widget-info i {
		font-size: 24px;
	}

	.table .popular-pricing .tag {
		font-size: 32px;
		padding-top: 13px;
	}

	.offer-text {
		padding: 5px 0 0;
		margin: 0 13% 0 28%;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 3px;
		margin: 0;
	}

	.footer .col {
		width: 25%;
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.btn {
		padding: 20px 18px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 25px;
	}

	.display2 {
		font-size: 36px;
		line-height: 40px;
	}

	blockquote {
		font-size: 30px;
		line-height: 45px;
	}

	.info-block {
		padding-top: 61px;
		padding-bottom: 54px;
	}

	.video-holder iframe {
		margin: 0 auto;
		width: 550px;
	}

	.video-holder .banner {
		right: -93px;
		width: 211px;
	}

	.video-holder .banner .text {
		font-size: 30px;
		margin-right: -18px;
	}

	.testimonial-block .img-holder {
		margin-right: -32px;
		width: auto;
	}

	.testimonial-block blockquote {
		width: 74%;
	}

	.testimonial-block.img-adjust .img-holder {
		margin-right: -122px;
	}

	.testimonial-block.img-adjust cite {
		margin-left: 100px;
	}

	.testimonial-block.img-adjust blockquote {
		width: 67%;
	}

	.table .popular-pricing .tag {
		font-size: 36px;
	}

	.nav-drop .btn {
		min-width: 180px;
	}
}

@media (min-width: 1200px) {
	.video-holder .banner {
		width: 280px;
		right: -128px;
	}

	.brand-list li {
		padding: 0 22px 10px;
	}

	.testimonial-block blockquote {
		width: 75%;
	}

	.testimonial-block.img-adjust .img-holder {
		margin-right: -94px;
	}

	.testimonial-block.img-adjust blockquote {
		padding-right: 100px;
	}
}

@media (max-width: 767px) {
	.video-holder .banner img {
		-webkit-transform: scaleX(-1) rotate(77deg);
		-ms-transform: scaleX(-1) rotate(77deg);
		transform: scaleX(-1) rotate(77deg);
	}

	.nav-drop {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		text-align: center;
		background: #1b4079;
		padding: 15px 0;
		visibility: hidden;
		opacity: 0;
		z-index: 5;
	}

	.nav-active .nav-drop {
		visibility: visible;
		opacity: 1;
	}
}
