@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
    font-family: Open Sans;
}
/* menu bar */
{
    -webkit-tap-highlight-color: transparent;
}

*:focus
{
    outline: none;
}

html, body
{
    height: 100%;
}
body {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}
#webapp_cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 39px;
    margin: 0 auto;
    transform: translateY(-50%) scale(2);
}

#menu_button
{
    width: 39px;
    overflow: hidden;
}

#menu_checkbox
{
    display: none;
}

#menu_label
{
    position: relative;
    display: block;
    height: 29px;
    cursor: pointer;
}

#menu_label:before, #menu_label:after, #menu_text_bar
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    padding-top: 2px;
    background-color: #686A6D;
}

#menu_label:before, #menu_label:after
{
    content: '';
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

#menu_label:before
{
    top: 0;
}

#menu_label:after
{
    top: 12px;
}

#menu_text_bar
{
    top: 24px;
}

#menu_text_bar:before
{
    content: 'MENU';
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    color: rgba(12,118,189,1);
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: center;
}

#menu_checkbox:checked + #menu_label:before
{
    left: -39px;
}

#menu_checkbox:checked + #menu_label:after
{
    left: 39px;
}

#menu_checkbox:checked + #menu_label #menu_text_bar:before
{
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown
{
    0%{ top:0; }
    50%{ top:-27px;}
    100%{ top:-14px; }
}

@keyframes shakeWhileMovingUp
{
    0%{ transform: rotateZ(0); }
    25%{ transform:rotateZ(-10deg); }
    50%{ transform:rotateZ(0deg); }
    75%{ transform:rotateZ(10deg); }
    100%{ transform:rotateZ(0); }
}

@keyframes shakeWhileMovingDown
{
    0%{ transform:rotateZ(0); }
    80%{ transform:rotateZ(3deg); }
    90%{ transform:rotateZ(-3deg); }
    100%{ transform:rotateZ(0); }
}

#ytd_link
{
  position:fixed;
  top:10px;
  right:10px;
  padding:8px 10px;
  color:#fff;
  font-size:14px;
  font-family: Helvetica;
  text-align:center;
  text-decoration:none;
  background-color: #ff0000;
  border-radius:2px;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #fff;
}

#ytd_link i
{
  margin-right:5px;
}
/* header effect */
/* @media(max-width: 768px){
  #indexPlan1Hero{
    background: url(../img/IHC2.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }

  #faqPlan1Hero{
    background: url(../img/IHC6.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }
  #providerPlan1Hero{
    background: url(../img/IHC5.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }
}
@media(min-width: 768px){
  #indexPlan1Hero{
    background: url(../img/IHC5.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }

  #faqPlan1Hero{
    background: url(../img/IHC6.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }

  #providerPlan1Hero{
    background: url(../img/IHC4.jpg);
    text-align: center;
  	width: 100%;
  	height: auto;
  	background-size: cover;
  	background-attachment: fixed;
  	position: relative;
  	overflow: hidden;
    border-bottom: 20px solid rgba(12,118,189,0.3);
    margin-bottom: 10px;
  	border-radius: 0 0 85% 85% / 30%;
  }
} */
#indexHero{
 background:
  /* top, transparent red, faked with gradient */
  linear-gradient(
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.45)
  ),
  /* bottom, image */
  url(../img/IHC1.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#indexPlan1Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC3.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#providerPlan1Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC6.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#faqPlan1Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC5.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#indexPlan2Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC4.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#providerPlan2Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC8.jpg);
  text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
#faqPlan2Hero{
  background:
   /* top, transparent red, faked with gradient */
   linear-gradient(
     rgba(255, 255, 255, 0.45),
     rgba(255, 255, 255, 0.45)
   ),
   /* bottom, image */
   url(../img/IHC7.jpg);
  text-align: center;
	width: inherit;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
  border-bottom: 20px solid rgba(12,118,189,0.3);
  margin-bottom: 10px;
	border-radius: 0 0 85% 85% / 30%;
}
header .overlay{
	width: 100%;
	height: 100%;
	padding: 100px;
	color: rgba(12,118,189, 0.9);
	text-shadow: 1px 1px 1px #333;
}

h1 {
	font-size: 80px;
	margin-bottom: 40px;
}

button {
	border: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 5px;
	color: #333;
	background: #fff;
	margin-bottom: 50px;
	box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover{
	cursor: pointer;
}
a:hover{
  cursor: pointer;
}

/* bootstrap overide CSS careington branded */
/* alert dark careington branded */
.alert-dark{
  min-height: 50px;
  background-image: linear-gradient(to bottom, #ffffff, rgba(121,138,64,1));
  border-radius: 0px;
  border:0px solid white;
  color: black;
  margin-bottom: 0px;
  padding: 20px 0px 0px 0px;
}
.alert p{
  margin: 0px
}

.top a{
  color: rgba(12,118,189,1);
}
/* jumbotron spacing */
.jumbotron{
  margin-bottom: 0px;
  background-color:#eaeaea;
}
/* cobrand logo styling */
#logo1{
  max-width: 175px;
}
#logo2{
  max-width: 205px;
}
/* red bottom border */
.red-bottom{
  border-bottom: 10px solid rgba(121,138,64,1);
  padding: 30px 30px 60px 30px;
}
/* overlaping content */
.overlay-card{
  margin: -50px 0px -40px 0px;
}
/* footer styling */
footer p{
  color: White;
  margin-bottom: 0px;
  padding: 5px;
}
footer{
  border-top: 10px solid rgba(12,118,189,1);
  background-color: rgba(121,138,64,1);
  margin: 0px;
}
/* disclaimer styling */
.disclaimer {
  background-color: #F8F9FA;
  min-height: 30px;
  margin-top: 0px;
}
/* icon spacing */
.card i{
  padding: 8px;
}
/* i frame adjustment */
@media{
  .top .contact, .top .logo {
    text-align: center
  }

  .top .contact h4 {
    margin-top: 15px
  }

  .product-buttons .btn {
    display: block
  }

  .app {
    width: 100%;
    height: 1100px;
    overflow-y: auto;
    border: 0
  }
}
/* body links */
body a{
  color: rgba(12,118,189,1);
}
/* seperating bar line */
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    width: 30%;
    border-bottom: 1px solid #434345!important;
}/* CSS PRODUCT */
.PRODUCT {font-family: Arial, Helvetica, sans-serif !important;line-height: 19px;}
.PRODUCT img{float:right!important}
.PRODUCT td{vertical-align:middle!important}
.PRODUCT th{vertical-align:bottom!important;background:#434345!important;color:#fff!important}
.avg-savings,.avg-savings-num{background:#434345;color:#fff;font-weight:700}
.POS table {width:100% !important;}
.ATNA img, .POS img {margin-top:-30px;}
.MTMD td{width:33%!important}
.CMAL table{max-width:500px!important;width:100%!important}
.avg-savings{border-right:0!important}
.CMAL td,.CRNT td,.HMIP-COLUMNS th{width:33%!important}
.CMAL td,.CRNT td{font-weight:400!important;vertical-align:top!important;border-left:0!important}
.LAPN-PRICING{max-width:400px!important}
.TDOC .video-table td:first-child,.TVIP .video-table td:first-child{border-right:1px solid #fff!important}
.TDOC td,.TDOC th,.TVIP td,.TVIP th{padding:0!important;border:0!important}
.TDOC .video-table,.TVIP .video-table{text-align:center}
.LCA td,.LCA th{text-align:center!important}
.VSPS td:nth-child(1),.VSPS th:nth-child(1){width:35%!important;text-align:right!important}
.VSPS td:nth-child(2),.VSPS th:nth-child(2){width:65%!important}
.TWOCOLUMN td:nth-child(2),.TWOCOLUMN td:nth-child(3),.TWOCOLUMN th:nth-child(2),.TWOCOLUMN th:nth-child(3){width:50%}
.THREECOLUMN td:nth-child(2),.THREECOLUMN td:nth-child(3),.THREECOLUMN th:nth-child(2),.THREECOLUMN th:nth-child(3){text-align:center}
.FOURCOLUMN td:nth-child(2),.FOURCOLUMN td:nth-child(3),.FOURCOLUMN td:nth-child(4),.FOURCOLUMN th:nth-child(2),.FOURCOLUMN th:nth-child(3),.FOURCOLUMN th:nth-child(4){text-align:center;width:22%}
.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){font-weight:700!important}
.FIVECOLUMN td:nth-child(2),.FIVECOLUMN td:nth-child(3),.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(2),.FIVECOLUMN th:nth-child(3),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){text-align:center;width:17%}
.SIXCOLUMN th:nth-child(2),.SIXCOLUMN ttd:nth-child(2){text-align:left}.SIXCOLUMN td:nth-child(2),.SIXCOLUMN td:nth-child(3),.SIXCOLUMN td:nth-child(4),.SIXCOLUMN td:nth-child(5),.SIXCOLUMN td:nth-child(6),.SIXCOLUMN th:nth-child(2),.SIXCOLUMN th:nth-child(3),.SIXCOLUMN th:nth-child(4),.SIXCOLUMN th:nth-child(5),.SIXCOLUMN th:nth-child(6){text-align:center;width:16%}
.SEVENCOLUMN td:nth-child(2),.SEVENCOLUMN td:nth-child(3),.SEVENCOLUMN td:nth-child(4),.SEVENCOLUMN td:nth-child(5),.SEVENCOLUMN td:nth-child(6),.SEVENCOLUMN td:nth-child(7),.SEVENCOLUMN th:nth-child(2),.SEVENCOLUMN th:nth-child(3),.SEVENCOLUMN th:nth-child(4),.SEVENCOLUMN th:nth-child(5),.SEVENCOLUMN th:nth-child(6),.SEVENCOLUMN th:nth-child(7){text-align:center;width:12%}
.PRODUCT h2:nth-child(1){display: none;}
