@charset "UTF-8";

/* ! Base */

html { text-rendering: optimizelegibility; }

body {
	padding-top: 90px;
	font-family: "Gotham Book";
	font-size: 15px;
	line-height: 1.55;
	color: #404343;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.alert-visible {
	padding-top: 153px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.h1, h1 {
	margin-bottom: 25px;
	font-family: "Gotham Narrow Book";
	font-size: 38px;
	letter-spacing: -1px;
}

.h2, h2 {
	font-family: "Gotham Narrow Medium";
	font-size: 20px;
	letter-spacing: 0px;
}

.h3, h3 {
	font-family: "Gotham Narrow Medium";
	font-size: 20px;
	line-height: 1.25;
}

.h4, h4 {
	font-size: 15px;
	font-family: "Gotham Bold";
	text-transform: uppercase;	
}

h5, .h5 {
	font-family: "Gotham Medium";
	text-transform: uppercase;
}

strong {
	font-family: "Gotham Bold";
	font-weight: normal;
}

a { color: #f6586a; }
a:focus, a:hover { color: #c44654; }

.lead {
	font-weight: normal;
}

ol, ul {
	padding-left: 18px;	
}

.lightgray {
	background-color: #f4f6f7;
}

/* ! Base end */

/* ! Fonts */

@font-face {
	font-family: 'Gotham Bold';
	src: url('../../voicevoice.com/fonts/gotham/gotham-bold.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-bold.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Bold Italic';
	src: url('../../voicevoice.com/fonts/gotham/gotham-bolditalic.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-bolditalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Book';
	src: url('../../voicevoice.com/fonts/gotham/gotham-book.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-book.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Book Italic';
	src: url('../../voicevoice.com/fonts/gotham/gotham-bookitalic.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-bookitalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Medium';
	src: url('../../voicevoice.com/fonts/gotham/gotham-medium.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Light';
	src: url('../../voicevoice.com/fonts/gotham/gotham-light.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-light.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Light Italic';
	src: url('../../voicevoice.com/fonts/gotham/gotham-lightitalic.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-lightitalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Thin';
	src: url('../../voicevoice.com/fonts/gotham/gotham-thin.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/gotham-thin.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Condensed Bold';
	src: url('../../voicevoice.com/fonts/gotham/GothamCond-Bold.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/GothamCond-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Narrow Book';
	src: url('../../voicevoice.com/fonts/gotham/GothamNarrow-Book.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/GothamNarrow-Book.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham Narrow Medium';
	src: url('../../voicevoice.com/fonts/gotham/GothamNarrow-Medium.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/GothamNarrow-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Gotham XNarrow Medium';
	src: url('../../voicevoice.com/fonts/gotham/GothamXNarrow-Medium.woff') format('woff'),
		 url('../../voicevoice.com/fonts/gotham/GothamXNarrow-Medium.ttf') format('truetype')
}

/* Fonts end */

/* ! Navbar */

.navbar {
	min-height: 90px;	
}

.navbar-inverse {
	border: none;
	background-color: #183238;
}

.navbar-inverse .navbar-nav>li>a {
	color: #bac2c4;
}

@media (min-width: 768px) { /* only style nav links when nav is uncollapsed */
	.navbar-nav>li>a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.navbar-inverse .navbar-nav>li>a {
		font-family: "Gotham Bold";
		font-size: 14px;
		color: #bac2c4;
		text-transform: uppercase;
	}
	
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		background-color: transparent;
	}
	
	.navbar-nav>li.active {
		box-shadow: inset 0px -5px 0 0 #f6586a;
	}

	.navbar-nav>li.active.sub {
		box-shadow: inset 0px -5px 0 0 #acc0b6;
	}
}

.navbar-brand {
	width: 208px;
	height: 54px;
	padding: 21px 0 0 15px;
}

.navbar-brand>img {
	width: 100%;
}

@media (max-width: 992px) { /* prevent nav links from jumping into a new line */
	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 992px) and (min-width: 768px) { /* only show blog link on that range */
	.nav-blog { display: none !important; }
}

@media (max-width: 767px) {
/* 	.nav-blog { display: block; } */
}

.navbar-inverse .navbar-toggle {
	margin-top: 28px;
	margin-bottom: 28px;
	border-color: #224750;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #224750;
}

@media (max-width: 768px) {
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		background-color: #224750;
	}
}

/* Nav end */

/* ! Navbar dropdown */

.navbar-nav .dropdown-menu {
	padding: 10px 0;
	border-color: #1d3d45;
	background-color: #1d3d45;
}

.navbar-nav .dropdown-menu>li>a {
	padding: 11px 20px;
	color: #fff;
}

.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a.active {
	background-color: #26505a;
}

.navbar-nav .dropdown-menu>li>a i {
	opacity: .4;
	width: 1.7em;
	margin: 0 5px 0 -8px;
	font-size: 1.53333333em;
}

.navbar-nav .dropdown-menu .dropdown-header {
	color: #fff;
	opacity: .5;
}

.navbar-nav .dropdown-menu .divider {
	opacity: .15;
	background-color: #fff;
}

.navbar-nav .dropdown.open .dropdown-toggle {
	background-color: #1d3d45 !important;
}

/* Navbar dropdown */

/* ! Buttons */

.btn {
	padding: 10px 25px 10px 25px;
	font-family: "Gotham Medium";
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn-pink {
	color: #fff;
	border-color: #f6586a;
	background-color: #f6586a;
}

.btn-pink:hover {
	border-color: #f6586a;
	background-color: #db485a;
}

.btn-pink:active,
.btn-pink:hover:active,
.btn-pink:focus {
	border-color: #c63e4e;
	background-color: #c63e4e;
}

.btn-cyan {
	color: #fff;
	border-color: #4fc4bc;
	background-color: #4fc4bc;
}

.btn-cyan:hover {
	border-color: #42ada6;
	background-color: #42ada6;
}

.btn-cyan:active,
.btn-cyan:hover:active,
.btn-cyan:focus {
	border-color: #389791;
	background-color: #389791;
}

.btn-group-lg>.btn, .btn-lg {
	letter-spacing: -0.01em;
}

/* Buttons end */

/* ! Forms */

label {
	font-family: "Gotham Medium";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.checkbox label,
.radio label {
	font-family: "Gotham Book";
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}

/* Forms end */

/* ! Form rounded */

.form-rounded .form-control {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

.form-rounded .btn {
	border-radius: 0;
}

.form-rounded .form-rounded-first {
	border-radius: 100px 0 0 100px;
}

.form-rounded .form-rounded-last {
	border-radius: 0 100px 100px 0;
}

.form-inline .form-rounded {
	font-size: 0;
}

.form-rounded input {
	margin-right: 1px;
}

.form-rounded span.error {
	position: absolute;
	margin-top: -26px;
	font-family: "Gotham Bold";
	font-size: 13px;
	color: #f6586a;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.form-rounded span.error {
		right: 41px;
		margin-top: 14px;
	}
}

/* Form rounded end */

/* ! Text background */

.text-bg {
	padding: 0.15em;
	line-height: 1.4;
	color: #fff;
}

.text-bg.darkblue {
	background-color: #183238;
	box-shadow: 0.15em 0 0 #183238, -0.15em 0 0 #183238;
}

.text-bg.pink {
	background-color: #f6586a;
	box-shadow: 0.15em 0 0 #f6586a, -0.15em 0 0 #f6586a;
}

/* Text background end */

/* ! Signup strip */

.signup-strip {
	width: 100%;
	padding-top: 46px;
	padding-bottom: 46px;
	background-color: #034752;
}

@media (min-width: 768px) {
	.signup-strip input[type="text"] {
		width: 187px;
	}	
}

@media (min-width: 998px) {
	.signup-strip input[type="text"] {
		width: 261px;
	}	
}

@media (max-width: 768px) {
	.form-rounded {
		margin-bottom: 0;
	}

	.signup-strip input[type="text"] {
		border-radius: 100px;
		margin-bottom: 10px;
	}
	
	.signup-strip .btn {
		width: 100%;
		border-radius: 100px;
	}
}

/* Signup strip end */

/* ! Signup strip consultation */

.signup-strip.consultation .container {
	padding-bottom: 20px;
}

.signup-strip.consultation {
	background-color: #f6586a;
}

@media (min-width: 768px) {
	.signup-strip.consultation input[type="text"] {
		width: 180px;
	}	
}

@media (min-width: 998px) {
	.signup-strip.consultation input[type="text"] {
		width: 250px;
	}	
}

.signup-strip.consultation h1 {
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}

.signup-strip.consultation label,
.signup-strip.consultation .checkbox label,
.signup-strip.consultation .radio label {
	font-family: "Gotham Book";
	font-size: 17px;
	text-transform: none;
}

.signup-strip.consultation textarea {
	width: 100%;
}

.signup-strip.consultation .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

.signup-strip.consultation .checkboxes {
	width: 565px;
	padding-top: 30px;
	color: #fff;
	text-align: left;
}

@media (max-width: 768px) {
	.signup-strip.consultation .checkboxes {
		width: 100%;
	}	
}

@media (min-width: 768px) {
	.signup-strip.consultation span.error {
		color: #ffee7e;
	}	
}

.signup-strip.consultation .form-reveal {
	overflow: hidden;
	height: 36px;
	margin-bottom: 0;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.signup-strip.consultation .form-reveal.active {
	height: 150px;
}

@media (max-width: 470px) {
	.signup-strip.consultation .form-reveal.active {
		height: 170px;
	}
}

@media (max-width: 405px) {
	.signup-strip.consultation .form-reveal.active {
		height: 200px;
	}
}

/* Signup strip consultation end */

/* ! Jumbotron */

.jumbotron {
	margin-bottom: 0;
}

.jumbotron h1 {
	margin-bottom: 10px;
}

/* Jumbotron end */

/* ! Icon header */

.icon-header {
	text-align: center;
	background-color: #f4f6f7;
}

.icon-header i {
	display: inline-block;
	width: 48px;
	height: 48px;
	font-size: 23px;
	line-height: 49px;
	color: #fff;
	text-align: center;
	background: #4fc4bc;
	border-radius: 100px;
}

.icon-header h1 {
	margin-bottom: 20px;
	font-family: "Gotham Narrow Book";
	font-size: 38px;
	letter-spacing: -1px;
}

.icon-header .lead {
	margin-bottom: 0px;
	font-family: "Gotham Narrow Book";
	font-size: 20px;
	color: #797b7b;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

/* Icon header end */

/* ! Feature section */

.feature {
	overflow: hidden;
}

.feature .container {
	padding-top: 120px;
}

@media (max-width: 768px) {
	.feature .container {
		padding-top: 60px;
	}	
}

.feature h1 {
	margin-bottom: 25px;
}

.feature h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #f6586a;
}

.feature h5.cyan {
	color: #44bfb6;
}

.feature .lead {
	font-size: 17px;
}

.feature img {
	z-index: -1;
}

/* Feature section end */

/* ! Accordion no panels */

.accordion-no-panels h2 {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.accordion-no-panels h2 a {
	display: block;
	color: inherit;
}

.accordion-no-panels h2 a:hover {
	opacity: .7;
	text-decoration: none;
}

.accordion-no-panels h2 i {
	margin-right: 8px;
}

.accordion-no-panels a.collapsed i:before {
	content: "\f107";
}

.accordion-no-panels .panel,
.accordion-no-panels .panel-heading,
.accordion-no-panels .panel-body {
	padding: 0;
	border: none !important;
	background: transparent;
	box-shadow: none;
}

.accordion-no-panels .panel {
	border-bottom: 1px solid #d1d1d1 !important;	
}

.accordion-no-panels .panel-body {
	padding-bottom: 40px;
}

/* Accordion no panels end */

/* ! Modals */

.modal-content {
	border-radius: 9px;
}

.modal-header, .modal-body, .modal-footer {
	padding: 25px;
}

.modal-header {
	color: #fff;
	border-radius: 6px 6px 0 0;
	background-color: #91b16e;
}

.modal-title {
	font-family: "Gotham Book";
	font-size: 32px;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
}

.modal-footer {
	border: none;
	border-radius: 0 0 6px 6px;
}

.modal-header .close {
	color: #fff;
	font-size: 25px;
	margin-top: 4px;
}

.modal-header .close { opacity: .4; }

.modal-header .close:focus, .modal-header .close:hover {
	opacity: .7;
}

/* Modals end */

/* ! Copyright */

.copyright {
	width: 100%;
	height: 82px;
	background-color: #183238;
}

.copyright p {
	margin-bottom: 0;
	font-size: 12px;
	color: #678a94;
	line-height: 82px;
	text-transform: uppercase;
}

@media (max-width: 354px) {
	.copyright p {
		padding-top: 25px;
		line-height: 1.3;
	}
}

/* ! Copyright end */

/* ! CF ad modal */

@media (min-width: 768px) {
	.cf-popup .modal-dialog {
		width: 771px;
	}	
}

.cf-popup .modal-header { background-color: #fff; }

.cf-popup .modal-title {
	font-family: "Gotham Medium";
	font-size: 23px;
	line-height: 1.3;
	color: #404343;
}

.cf-popup .close { color: #000; }

.cf-popup .modal-body {
	padding: 0;
	background-color: #000;
}

.cf-popup .img-responsive {
	position: absolute;
	cursor: pointer;
	z-index: 3;
}

.cf-popup video { display: block; }

@media (max-width: 768px) {
	.cf-popup video {
		width: 100%;
		height: auto;
	}	
}

/* CF ad modal end */

/* ! CF alert */

.cf-alert {
	margin-bottom: 0;
	font-family: "Gotham Medium";
	font-size: 17px;
	color: #fff;
	border-radius: 0;
	border: none;
	background-image: -webkit-linear-gradient( left, #f6586a, #3c7584 );
	background-image:    -moz-linear-gradient( left, #f6586a, #3c7584 );
	background-image:     -ms-linear-gradient( left, #f6586a, #3c7584 );
	background-image:         linear-gradient( left, #f6586a, #3c7584 );
}

.cf-alert .close {
	opacity: .6;
	top: 5px;
}

.cf-alert .close:focus,
.cf-alert .close:hover {
	opacity: 1;
	color: #fff;
}

.cf-alert .btn-sm {
	padding: 7px 15px 6px 15px;
}

/* ! CF alert end */


/*
     FILE ARCHIVED ON 21:22:29 Oct 14, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:50:32 Apr 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.429
  load_resource: 88.099
  PetaboxLoader3.resolve: 33.775
  PetaboxLoader3.datanode: 19.097
*/