@charset "UTF-8";
/* CSS Document */

/* ---------- OPEN SANS ----------

Available:
Light 300
Normal 400
Semi-Bold 600
Bold 700
Extra-Bold 800

Unavailable:
Light 300 Italic
Normal 400 Italic
Semi-Bold 600 Italic
Bold 700 Italic
Extra-Bold 800 Italic

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic' rel='stylesheet' type='text/css'>

*/

/* ---------- GENERAL ---------- */

html {
	height: 101%;
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
	font-weight: 400;
	color: #4d4d4d; /* #333 */
}

/* ---------- HEADER ---------- */

.header {
	padding-bottom: 40px;
}
.header-logo {
	padding-top: 40px;
	text-align: left;
}
.header-call-to-action {
	padding-top: 40px;
	text-align: right;
}
@media (max-width:767px) {
.header-logo {
	text-align: center;
}
.header-call-to-action {
	text-align: center;
}
.logo-xs {
	width: 280px;
	height: 48px;
}
}

/* ---------- NAVBAR TOGGLE ---------- */

.navbar-default .navbar-toggle {
    border-color: #898d8f;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.menu-text {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 13px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-weight: 700;
	float: left;
}

/* ---------- NAVBAR ---------- */

@media (min-width:767px) {
.navbar-collapse {
	padding-right: 0px; /* 15px */
	padding-left: 0px; /* 15px */
}
}
.navbar {
	border-radius: 0px; /* 4px */
	margin-bottom: 1px; /* 20px */
}
.navbar-default {
    background-color: #898d8f;
    border-color: #898d8f;
}
.navbar-default .navbar-nav>li>a {
    color:#FFFFFF;
	font-weight: 700;
	font-size: 15px; /* 14px */
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

li.insurance-icon {
	padding-top: 10px;
}
.nav>li.insurance>a {
	padding-left: 8px;
	padding-right: 20px;
}
ul.nav.navbar-nav.navbar-right li a {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:767px) {
ul.nav.navbar-nav.navbar-right li a {
	padding-left: 12px;
	padding-right: 12px;
}
}
@media (max-width:767px) {
li.insurance-icon {
	display: none;
}
.nav>li.insurance>a {
	padding-left: 15px;
	padding-right: 15px;
}
}

/* ---------- FEATURE STRIP ---------- */

.feature-strip {
	background-color: #f1f1f1;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.car-insurance {
	background-color: #33cccc;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
}
.home-insurance {
	background-color: #c5bbb1;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
}
.travel-insurance {
	background-color: #66ccff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
}
.life-insurance {
	background-color: #99cc99;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
}
.feature-strip h1 {
	color: #FFFFFF;
	margin-top: 15px; /* 20px */
	font-weight: 600;
}
.feature-strip h1 img {
	margin-right: 10px;
}
@media (max-width:767px){
.product-title {
	text-align: center;	
}
}

/* ---------- FEATURE PANELS ---------- */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent; /* 1px solid transparent; */
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .00); /* 0 1px 1px rgba(0, 0, 0, .05) */
    box-shadow: 0 0px 0px rgba(0, 0, 0, .00); /* 0 1px 1px rgba(0, 0, 0, .05) */
}
.car-insurance-panel .panel-default>.panel-heading {
    background-color: #d6f5f5;
    border-color: #d6f5f5;
}
.car-insurance-panel .glyphicon {
	color: #33cccc;
}
.home-insurance-panel .panel-default>.panel-heading {
    background-color: #ebe7e4;
    border-color: #ebe7e4;
}
.home-insurance-panel .glyphicon {
	color: #c5bbb1;
}
.travel-insurance-panel .panel-default>.panel-heading {
    background-color: #d1f0ff;
    border-color: #d1f0ff;
}
.travel-insurance-panel .glyphicon {
	color: #66ccff;
}
.life-insurance-panel .panel-default>.panel-heading {
    background-color: #e0f0e0;
    border-color: #e0f0e0;
}
.life-insurance-panel .glyphicon {
	color: #99cc99;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid #ddd; /* 1px solid #ddd */
}
h4.panel-title {
	font-weight: 600;
	font-size: 14px;
}

/* ---------- WELL ---------- */

.well {
    padding: 29px; /* 19px */
    margin-bottom: 30px; /* 20px */
    border: 0px solid #e3e3e3; /* 1px solid #e3e3e3; */
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00); /* inset 0 1px 1px rgba(0, 0, 0, .05) */
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00) /* inset 0 1px 1px rgba(0, 0, 0, .05) */
}
.well h3 a {
	color: #FFFFFF;
}
.well h3 a:hover {
	color: #333333;
	text-decoration: none;
}
@media (min-width:767px){
.fix-well-height {
	min-height: 300px; /* Was 320px */
}
}
@media (min-width:991px){
.fix-well-height {
	min-height: 260px;
}
}

/* ---------- WELLS ---------- */

.well.life-insurance-well {
    padding: 29px;
    margin-bottom: 30px;
    border: 0px solid #e0f0e0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
	background-color: #e0f0e0;
}
.well.life-insurance-well h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.well.travel-insurance-well {
    padding: 29px;
    margin-bottom: 30px;
    border: 0px solid #d1f0ff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
	background-color: #d1f0ff;
}
.well.travel-insurance-well h2 {
	margin-top: 0px;
}

/* ---------- WELL - MAKE A CLAIM ---------- */

.well.claim1 {
	background-color: #0076b7;
	color: #FFFFFF;
	margin-bottom: 1px;
	margin-top: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.well.claim2 {
	background-color: #898d8f;
	color: #FFFFFF;
	margin-bottom: 1px;
	border-radius: 0px;
}
.well.claim3 { /* Life Insurance */
	background-color: #99cc99;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 1px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.well.claim4 { /* Travel Insurance #1 */
	background-color: #66ccff;
	color: #FFFFFF;
	margin-bottom: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.well.claim5 { /* Travel Insurance #2 */
	background-color: #66ccff;
	color: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.well.claim1 .h1, .well.claim2 .h1, .well.claim3 .h1, .well.claim4 .h1, .well.claim5 .h1 {
	color: #FFFFFF;
	font-weight: 700;
}
.well.claim1 h3, .well.claim2 h3, .well.claim3 h3, .well.claim4 h3, .well.claim5 h3 {
	margin-top: 0px;
	color: #FFFFFF;
}
@media (max-width:767px){
.well.claim1 h2, .well.claim2 h2, .well.claim3 h2, .well.claim4 h2, .well.claim5 h2,
.well.claim1 h3, .well.claim2 h3, .well.claim3 h3, .well.claim4 h3, .well.claim5 h3,
.well.claim1 p, .well.claim2 p, .well.claim3 p, .well.claim4 p, .well.claim5 p {
	text-align: center;	
}
}

/* ---------- FOOTER ---------- */

.footer {
	background-color: #0076b7;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
.footer ul {
	font-weight: 600;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
}
.disclaimer {
	color: #7fbadb;
	font-size: 12px;
}
.modal .disclaimer {
	color: #898d8f;
	font-size: 10px;
	line-height: 16px;
}

/* ---------- FORMS ---------- */

.contactForm .btn-primary {
    color: #FFFFFF;
    background-color: #0076b7;
    border-color: #0076b7;
	height: 40px;
	font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0px; /* 4px */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #CCCCCC;
    outline: 0;
    -webkit-box-shadow: none; /* inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) */
    box-shadow: none; /* inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) */
	background-color: #f4f4f4;
}
.form-control::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #CCCCCC
}
.form-control::-webkit-input-placeholder {
    color: #CCCCCC
}

/* ---------- MAILCHIMP ---------- */

.center-form {
     display: table;
     margin: 0 auto;
	 text-align: center;
}
.mailchimp .btn-default {
    color: #0076b7;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
	height: 40px;
	font-weight: 600;
}
.mailchimp .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 0px; /* 4px */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
@media (min-width:767px){
.mailchimp .form-control {
    width: 250px;
}
}
.mailchimp .form-control:focus {
    border-color: #FFFFFF;
    outline: 0;
    -webkit-box-shadow: none; /* inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) */
    box-shadow: none; /* inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) */
	color: #0076b7;
	background-color: #FFFFFF;
}
.mailchimp .form-control::-moz-placeholder {
    color: #FFF;
    opacity: 1
}
.mailchimp .form-control:-ms-input-placeholder {
    color: #FFF
}
.mailchimp .form-control::-webkit-input-placeholder {
    color: #FFF
}

/* ---------- LINKS ---------- */

a {
	color: #0076b7;
	text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* ---------- BUTTONS ---------- */

.cta-button-group {
	text-align: right;	
}
@media (max-width:767px){
.cta-button-group {
	text-align: center;	
}
}
.cta-button {
	min-width: 200px;
	margin-bottom: 15px;
}
.cta-button-margin {
	margin-left: 20px;
	margin-right: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #0076b7;
    border-color: #0076b7;
	font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-default {
    color: #0076b7;
    background-color: transparent;
    border-color: #0076b7;
	font-weight: 600;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #333333;
    border-color: #333333
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none; /* inset 0 3px 5px rgba(0, 0, 0, .125) */
    box-shadow: none; /* inset 0 3px 5px rgba(0, 0, 0, .125) */
}

/* ---------- BUTTON WITH DROPDOWN ---------- */

.btn-group .dropdown-menu {
    min-width: 193px; /* 160px */
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175); /* 0 6px 12px rgba(0, 0, 0, .175) */
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175); /* 0 6px 12px rgba(0, 0, 0, .175) */
}
.btn-group .dropdown-menu>li>a {
    font-weight: 600; /* 400 */
    color: #898d8f; /* #333 */
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none; /* inset 0 3px 5px rgba(0, 0, 0, .125) */
    box-shadow: none; /* inset 0 3px 5px rgba(0, 0, 0, .125) */
}
.open>.dropdown-toggle.btn-default {
    color: #0076b7;  /* #333 */
    background-color: #FFFFFF; /* #e6e6e6 */
    border-color: #0076b7;  /* #adadad */
}

/* ---------- TYPOGRAPHY ---------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 15px; /* 10px */
	margin-top: 15px; /* 20px */
}
p, ul, ol {
	margin-bottom: 15px; /* 10px */
}
h1, .h1 {
    font-size: 36px; /* 36px */
	color: #333333;
}
h2, .h2 {
    font-size: 24px; /* 30px */
	line-height: 36px;
	font-weight: 600;
	color: #191919;
}
h3, .h3 {
    font-size: 20px; /* 24px */
	line-height: 30px;
	font-weight: 700;
	color: #898d8f;
}
h4, .h4 {
    font-size: 16px; /* 18px */
	line-height: 24px;
	font-weight: 700;
	color: #333333;
}
h5, .h5, h6, .h6 { /* Not Used */
    font-size: 14px; /* 14px */
	line-height: 21px;
	font-weight: 600;
}
p {
	font-size: 14px;
	line-height: 21px;
}

.lead {
    font-size: 20px; /* 16px */
    line-height: 30px; /* 1.4 */
	font-weight: 300;
}

/* ---------- OTHER TYPOGRAPHY ---------- */

.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
ul.tick-list li {
	list-style-image: url(../images/tick.png);
	list-style-position: outside;
}
.text-muted {
	color: #898d8f;
}
.nobleoak-yellow {
	color: #ecaa12;
}
@media (min-width:768px) {
.dl-horizontal dt {
    width: 60px; /* 160px */
	text-align: left;
}
.dl-horizontal dd {
     margin-left: 80px; /* 180px */
	 margin-bottom: 15px;
}
}
.dl-horizontal dd {
	 margin-bottom: 15px;
}	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e9e9e9; /* #eee */
}
.footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7fbadb; /* #eee */
}
		  
/* ---------- TABS ---------- */

div.tab-content {
	padding-top: 30px; /* 0px */
}
.nav-tabs>li>a {
	font-weight: 600;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	font-weight: 600;
}

/* ---------- TABLES ---------- */

th {
    text-align: center; /* left */
}

/* ---------- MODALS ---------- */

.modal-dialog .image-modal-content {
	width: 876px; /* 600px */
	margin: 30px auto;
}

/* ---------- TOOLTIPS ---------- */

.tooltip-pdf .tooltip-inner {
	width: 90px;
}
.tooltip-pdf a {
}

/* ---------- ALERTS ---------- */

.alert {
    border-radius: 0px; /* 4px */
}

.alert-success {
    color: #3c763d; /* #d6e9c6 */
    background-color: #e0f0e0; /* #dff0d8 */
    border-color: #e0f0e0; /* #d6e9c6 */
}

.alert-danger {
    color: #a94442;
    background-color: transparent; /* #f2dede */
    border-color: #a94442; /* #ebccd1 */
}

/* ---------- CUSTOM ICONS ---------- */

@font-face {
	font-family: 'icomoon';
	src:url('icons/icomoon.eot?66uw1m');
	src:url('icons/icomoon.eot?#iefix66uw1m') format('embedded-opentype'),
		url('icons/icomoon.woff?66uw1m') format('woff'),
		url('icons/icomoon.ttf?66uw1m') format('truetype'),
		url('icons/icomoon.svg?66uw1m#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-copy:before {
	content: "\e600";
}
.icon-mobile:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-instagram:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}

/* ---------- QUICK QUOTE ---------- */

.qq-fixed {
	width: 100%;
	margin-right: 0px;
}
.qq-fixed-image {
	padding-left: 0px;
	padding-right: 0px;
}
.qq.well.travel-insurance-well {
	padding: 4px;
}
.qq.well.travel-insurance-well iframe {
	min-height: 529px; /* 524px */
	width: 100%;
	background-color: #d1f0ff;
	overflow: hidden;
}
@media (min-width:767px){
.qq-fixed {
	width: 330px !important;
	float: right;
	position: relative;
	min-height: 1px;
	margin-right: 30px;
}
.qq-fixed-image {
	background-color: #66ccff;
	background-image:url(../images/christian-insurance-travel-insurance2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
}
.qq.well.travel-insurance-well {
	min-height: 400px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	padding: 14px; /* Normally 29px. This allows for 15px widget padding. */
}
.qq.well.travel-insurance-well iframe {
	min-height: 514px; /* 509px */
}
}