/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro' , sans-serif;
    font-style: normal; font-size: 18px;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  /*text-transform: uppercase;*/
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}
a:hover {color: #f6921e;}

/*---------------------------------------
    General                
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #popular_plan, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#detail, 
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #popular_plan h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}
/*@media (min-width: 768px) { 
.container {
    width: 90%;
}
}*/
 .btn {
    background: #f6921e;
    border: 2px solid #f6921e;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px; text-transform: uppercase;
    margin-right: 12px; 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; /*min-width: 300px; max-width: 300px;*/ width: 100%;
}
 

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

 
.navbar-nav>li>a{ color: #58595b;}
.navbar-nav>li>a:hover{ background-color: transparent;}
.custom-navbar a.phone_menu {color:#f6921e !important;}

.custom-navbar {
    margin-bottom: 0;
    background-color: #fff;
}

.custom-navbar .navbar-brand {
    color: #58595b;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px; height: auto;
}
.custom-navbar .navbar-right { margin-top: 8px;}
.custom-navbar .nav li a {
    color: #58595b;
    font-size: 16px;
    font-weight: 4500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #f6921e;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #f6921e;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #333333;
    border-color: transparent;
}
.navbar-toggle { margin-top: 15px;}
@media(min-width:768px) {
    .custom-navbar {
        padding: 0;
        border-bottom: 0;
        background: 0 0; 
		 background: #fff;
    }
    .custom-navbar.top-nav-collapse {
        background: #fff;
        padding: 0;
    }

}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #f6921e;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
            transform: perspective(100px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(100px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(100px) rotateX(-180deg) rotateY(-179.9deg); } }
  

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview {   /*background: linear-gradient(to left, #232738 50%, #0d0f21 50%);*/ 
color: #333333; padding:   0px;}
#overview img {
  position: relative;
  
}
#overview  .col-md-6{ padding: 0 50px;}
#overview .line_right { border-right: 1px solid #d4d4d4;}
#overview h2 { font-size: 32px; font-weight: 600;  /*text-transform: capitalize;*/ margin-bottom: 25px;}
#overview h3 { font-size: 28px; font-weight: 600; /* text-transform: capitalize;*/}
#overview ul { padding-left: 10px; margin-left: 0; list-style: none;}
#overview ul li{ margin-bottom: 10px; font-size: 16px;} 
#overview ul li::before { background: url(../images/check-icon.png); background-size: cover;content: ''; width: 15px; height: 13px; display: inline-block; padding-left: 10px; margin-right: 10px;}
#overview p { color: #333333; font-size: 16px; line-height: 24px; margin-bottom: 15px;}
.process { margin-bottom: 20px; border-bottom: 1px solid #d4d4d4; padding-bottom: 20px; padding-top: 10px;}
.process img { width: 50px;}
#overview  .process h3 { font-size: 18px !important; margin-bottom: 0px !important; margin-top: 0px; padding: 0; } 
.process:last-child{ border-bottom:0;}

@media (max-width: 600px) {
	#overview { /*background-color: #0d0f21; */background:none; padding: 0px;}
	#overview  .col-md-6 { padding: 20px;}
	#overview  .col-md-6:first-child{ background: #f4f4f4;}
	#overview  .col-md-6:last-child{ background: #f4f4f4;}
	#overview .line_right { border-right: 0px solid #d4d4d4;  border-bottom: 1px solid #d4d4d4; }
	.process { text-align: center;}
	#overview .btn { margin-bottom: 20px;}
	.btn { white-space:inherit; letter-spacing: 0; font-size:14px; min-width: inherit; width: 100%;}
}
/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail { background: #f2f2f2;}
#detail h2{
    font-size: 36px; color: #58595b; text-align: center; text-transform: uppercase; margin-bottom: 40px; margin-top: 0px;
     
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}
#detail h3{ font-size: 24px; font-weight: bold; color: #1a75bb; line-height: 28px; }
#detail .box { margin: 20px; padding: 20px; text-align: center; background: #f7f7f7; -webkit-box-shadow: 4px 4px 10px -2px #3D3D3D; 
box-shadow: 4px 4px 10px -2px #3D3D3D;}
#detail p {   font-size: 16px;}
 #popular_plan p {   font-size: 18px; margin-bottom: 20px;}
#popular_plan h2{  font-size: 36px; font-weight: 500;
    color: #58595b;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 0px;}
.plan {padding: 40px 20px; background: #FFF;     -webkit-box-shadow: 4px 4px 10px -2px #3d3d3d;
    box-shadow: 4px 4px 10px -2px #3d3d3d; margin-bottom: 40px; }


.plan ul { list-style: none; font-size:16px; margin-left: 0; padding-left: 0;}
.plan ul li i { color: #f6921e; margin-right: 5px;} 
@media (max-width: 600px) {
	.plan img {margin-bottom: 20px;}
	#popular_plan h2 { font-size: 32px;}
}
/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    
}

#speakers h2 {
    font-size: 36px;
    margin-bottom: 0px; color: #58595b;
}
 

#speakers img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
	text-align: center;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


   


/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background-image: url('../images/bg-web.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; color: #FFF; padding: 2rem 0 8rem 0;   position: relative; 
    -webkit-background-size: cover;
    
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
   /* height: 100vh;*/
    text-align: center;



}
#contact::before { position: absolute; width: 100%; height: 100%; content: ''; background-color: rgba(0,0,0,0.4); top: 0; z-index: 1;}
@media (max-width: 600px) {
	#contact::before { position: absolute; width: 100%; height: 100%; content: ''; background-color: rgba(0,0,0,0.6); top: 0; z-index: 1;}
}

#contact .container { z-index: 100;}
#contact .top_logo { margin-bottom: 20px; }
.top_logo {color: #FFF; font-size: 14px;
  z-index: 10;
  display: block;
  position: relative; margin-bottom: 40px;}

.top_logo span { display: inline-block; padding: 0 10px;}
#contact .contact_des {
  padding:2rem 3rem; margin: 0 40px  0 20px; border: 1px solid #FFF; min-height: 450px;
}
#contact .contact_des_thank {
  padding:2rem 3rem; margin: 0 40px  0 40px; border: 1px solid #FFF;min-height: 280px; text-align: center; padding-top: 80px;
}
@media (max-width: 600px) {
	#contact .contact_des_thank { padding-top: 20px; margin:  0px 40px 40px 40px; }
	#contact .contact_des_thank h1 { font-size:30px;}
	
	#contact::before { background-color: #393939 !important; }
}
 
#contact .contact_des ul { padding-left: 0px; margin-left: 0; list-style: none;}
#contact .contact_des ul li { margin-bottom: 10px; font-weight: 500; padding-left: 0; margin-left: 0;}
#contact .contact_des ul li i { margin-right: 10px; color: #f6921e;}

#contact .contact_detail {
 background-color: #1a75bb;
	padding: 4rem 4rem 4rem 4rem; color: #fff; /*border: 1px solid #FFF;*/ min-height: 520px; text-align: left; box-shadow: 5px 6px 8px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 6px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 6px 8px 0px rgba(0,0,0,0.75);
}

#contact .contact_detail img {margin-bottom: 20px; }
#contact .contact_detail h2 {color: #fff; font-size: 20px; margin-top: 0px; margin-bottom: 30px;}
#contact h1 { font-size: 28px; font-weight: 500; margin-bottom: 20px;}
#contact h1 strong { font-weight: 800; color:#f6921e;}
#contact h2 { font-size: 24px; font-weight: 600; text-transform:inherit; margin-bottom: 20px;}
 
#contact .form-control {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out; height: auto; padding: 5px;
}
#contact label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 600;}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}
#contact input[type="radio"] {   height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.5rem; margin-top: 0px;}
#contact select { 
color: #000;
    outline: 0;
    /*display: block;*/
    position: relative;
    width: 100%;
    padding: 10px 30px 10px 10px !important;
    background-color: #fff;
    appearance: auto; font-size:14px;
}
#contact input[type="submit"] {
  background: #f6921e;
   
  border: none;
  color: #000;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out; font-weight: bold; font-size: 18px;
}

#contact input[type="submit"]:hover {
  background: #1a75bb; color: #FFF;
}
.firstname { display: none;}
.logo{ max-width: 100%; width: 200px;}
.footer_text { margin-top: 40px;}

@media (max-width: 1180px) {
	#contact .contact_detail h2 {font-size:16px;}
	.contact_detail	.btn{ font-size:14px;}
}
@media (max-width: 600px) {
	#contact .contact_des {margin: 0 5px  0 5px}
	#contact h1 { font-size:26px; letter-spacing: 0;}
	#contact h2 { font-size: 26px;}
	#contact h1 br,#contact h2 br{ display: none; }
	
	/*#contact .form-control { border: 1px solid #f2f2f2; }
	#contact .contact_detail {-webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);}*/
	
	#contact { padding-bottom: 20px;
   /* background: url('https://www.lfsinsurance.com/businessinsurance/images/businessinsurance-top.jpg')   no-repeat;
    background-size: cover;
    background-position: -400px top; color: #FFF;*/
	}
	label { font-size: 16px;}
	.logo{ max-width: 180px; }
	#detail , #video, #speakers, #program, #sponsors, footer{ padding-top: 3rem;
    padding-bottom: 4rem;}
	
	#popular_plan{ padding-top: 7rem;
    padding-bottom: 3rem;}
	#contact{ padding-top: 5rem;    padding-bottom: 0rem;}
	
	.footer_text { margin-top: 0px; margin-bottom: 40px;}

}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed; padding: 0; color: #FFF;
}
.footer_top { background: #898b8c; color: #FFF; padding: 20px;}
.footer_bottom { background: #58595b; color: #FFF; padding: 20px;}
footer p, footer p a, footer p i { color: #FFF;}
/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f6921e;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  /*background: #ffffff;*/
  padding: 3rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 30px; margin-bottom: 40px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}
.div_form { max-width: 800px; margin: 0 auto; border: 1px solid #cccccc; padding: 40px; margin-bottom: 40px; color: #58595b; font-size: 14px;}
.div_form h1  {color: #1a75bb; font-size: 21px; text-align: left; letter-spacing: 0px; margin-bottom: 20px;}
.div_form h2 {color: #1a75bb; font-size: 21px !important; text-align: left; letter-spacing: 0px; margin-bottom: 20px; }
.div_form p { color: #58595b !important;font-size: 14px;  margin-bottom: 20px;}
.div_form  form { margin-top: 40px;}
.div_form .form-control { display: inline-block;}
.div_form  #strname { display: none !important;}
.div_form hr { margin: 40px 0;}

/*.div_form  label { display: inline-block; width: 25%;}*/
.div_form select {border-radius: 0px; padding: 6px 12px; height: 34px; }
.div_form .form-control {border-radius: 0px;}
.div_form   label.error { width: 100%; }

.div_form .grey_box { background: #f2f2f2; padding: 30px;  -webkit-box-shadow: 4px 4px 10px -2px #3D3D3D; 
box-shadow: 4px 4px 10px -2px #3D3D3D; margin-bottom: 40px;}
.imporant_note{height: 300px;
  overflow-y: scroll;  padding: 30px;  border: 1px solid #cccccc; font-size: 12px !important;}
.imporant_note p, .imporant_note ul li {font-size: 12px !important;}
.imporant_note ul li { list-style: disc;}
.imporant_note ul li::before { display: none !important;}

.table_iframe {
  min-height: .01%;
  overflow-x: auto; 
}
.table_iframe table {  max-width: 900px;  margin: 0 auto; color: #000; font-size: 14px; font-weight: 600; border-spacing: 15px 0px;   border-collapse: separate;}
.table_iframe table td{ padding: 10px; }
.table_iframe table td a{ color: #000; font-weight: 600;}
@media screen and (max-width: 767px) {
  .table_iframe {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;       
  }

}
.table_iframe .td-white { background-color: #FFF !important;}
.table_iframe tr:nth-child(even)  td:first-child  { background-color: #d9f1ff; }
.table_iframe   td:first-child  { margin:20px;  }
.table_iframe tr:nth-child(odd)  td:first-child  { background-color: #b9e5fb; }
.table_iframe tr:first-child  td:first-child  { background-color: #fff;  }
.table_iframe  td:first-child { text-align: left;}

.table_iframe tr:nth-child(even)  td:nth-child(2), .table_iframe tr:nth-child(even)  td:nth-child(3), .table_iframe tr:nth-child(even)  td:nth-child(4) , .table_iframe tr:nth-child(even)  td:nth-child(5)  { background-color: #efefef; }
.table_iframe tr:nth-child(odd)  td:nth-child(2), .table_iframe tr:nth-child(odd)  td:nth-child(3), .table_iframe tr:nth-child(odd)  td:nth-child(4), .table_iframe tr:nth-child(odd)  td:nth-child(5)  { background-color: #d8d8d8; }
.table_iframe tr.spacer { height: 10px; background-color: #FFF;}
.table_iframe tr.spacer td {  background-color: #FFF !important; padding: 0px !important;}
.table_iframe .blue_box { background-color:#1a75bb; color: #FFF !important; padding: 20px;max-width: 900px; font-size: 12px; margin: 25px auto; }
.table_iframe .blue_box p {color: #FFF !important; font-size: 12px !important;}
.table_iframe h1 { text-align: center; font-size: 24px; color: #1A75BB; letter-spacing: 0; margin-bottom: 20px;}
.table_iframe .td-logo { border: 1px solid #eeeeee;   background-color: #FFF !important; text-align:center !important;}
.table_iframe .td-price { border: 1px solid #f6921e; background-color: #FFF !important; text-align:center !important; color: #58595b; font-weight: 700; text-transform: uppercase;}
 .table_iframe .td-price strong {text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
	 display: inline-block; width: 100%}


.table_iframe .td-price strong:before {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0; background: url('../images/crossed_out.png'); background-size: cover; height: 30px; background-position: center; top:0;
 /* border-top: 1px solid #f6921e;
  height: 45%;
   
  height: calc(50% - 1px);
  /* 1px = half the line thickness */
  width: 100%;
  /*transform: rotateZ(15deg);*/
}

/*.table_iframe .td-price strong:before {
  content: "";
   
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f6921e;
  height: 45%;
   
  height: calc(50% - 1px);

  width: 100%;
  transform: rotateZ(15deg);
}
crossed_out.png
.table_iframe .td-price strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f6921e;
  height: 45%;
   
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-15deg);
}*/
.table_iframe .td-price-discount  { border-top: 3px solid #d81624;  border-left: 1px solid #eeeeee;  border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; background: #FFF !important; border-spacing: 0px 5px; border-collapse:separate; text-align: center !important; font-weight: 700; color: #d81624;}
.detail-colum-description-divider {background-color: #FFF !important;}
.button_select_first { background-color:rgba(246,146,30,0.44) !important;}
.button_select { background:#f6921e !important;border: 1px solid #f6921e;}
.button_select a { display: block; background:#f6921e; color:#000; font-weight: 400 !important; font-size: 14px; text-decoration: none; text-align:center !important; text-transform: uppercase;}
.button_select a:hover{ color: #FFF;}
.image_top {position: relative;   -webkit-font-smoothing: antialiased;   background-position: top right; background-size: contain; background-repeat: no-repeat; margin-bottom: 40px;}


.blue_text {position: relative; background: #1a75bb;   display: inline-block; padding: 30px; color: #FFF;z-index: 0; max-width: 550px;}
.top_text { z-index: 10; display: block; position: relative; text-align: left;}
.top_text h1 { font-size: 28px; letter-spacing: 0; font-size: 600;}
.top_text h1 strong{ color: #f6921e;}
.blue_text:before {
		position: absolute;
		z-index: 0;
		content: "";
		right: -15%;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: inherit;
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}

@media screen and (max-width: 992px) { 
	.top_text h1 { font-size: 20px; letter-spacing: 0; font-size: 600;}
	.image_top { background-size: cover;}
}

@media screen and (max-width: 550px) { 
	.blue_text {width:100%; margin-top: 100px; max-width: inherit;}
	.blue_text:before { display: none;}
	.image_top { background-size: contain;}
	.top_logo { text-align: center;}
	.top_logo img { width: 100px; padding-top:0px !important;}
	
	.top_logo .lfsi_logo { width: 150px !important;}
	.top_logo span { display: block; margin: 10px 0px;}
	.table_iframe .td-logo img { max-width: 80px;}
	.table_iframe td { width: 25%;}
}
#firstname { display:none !important;}
#backhome { display: none;}
.modal-dialog { width: 700px;}
.modal-content {background: rgb(30,118,186);
background: -moz-linear-gradient(90deg, rgba(30,118,186,1) 50%, rgba(39,167,223,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(30,118,186,1) 50%, rgba(39,167,223,1) 100%);
background: linear-gradient(90deg, rgba(30,118,186,1) 50%, rgba(39,167,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e76ba",endColorstr="#27a7df",GradientType=1); padding:30px !important; color:#FFF !important; text-align: center; } 
.modal-content h4 { font-size:21px; margin: 40px 0;}
.modal-content hr { width: 200px; border-top: 1px solid #FFF; boder-bottom:0px; border-left: 0px; border-right: 0px;}
.modal-content p{ font-size:16px; color: #FFF; }
.modal-content p a { color: #FFF;}

#additional_premium_yes, #helper_insurance_policy_yes { display:none;}