/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#222;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#ffffff;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background:url(images/cta-close.gif) no-repeat left top; width:19px; height:19px; display:block; right:20px; top: 20px;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.cta-wrap {
	display: none;
}
.cta-request-info {
	background-color: #fff;
	padding: 25px 40px 28px 40px;
}
.cta-request-info h3 {
	color: #34b6e5;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 -4px 0 !important;
	padding: 0 0 0 34px;
	background: url(../images/cta-phone.gif) no-repeat left 4px;
	font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;
}
.cta-request-info p {
	color: #34b6e5;
	font-size: 14px;
	margin: 0 0 12px 0 !important;
	font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;
}
.cta-request-info .formText input{
	width:248px;
	padding:4px 6px 4px 6px;
	margin:0 0 5px 0;
	font-size:14px;
}

.cta-request-info .formText label{
	font-size:12px;
	font-weight: bold;
	color: #535353;
	margin: 0 0 5px 0;
	display: inline-block;
	text-transform:capitalize;
	font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;
}

.cta-request-info form{
	margin-top:5px;
}

.cta-request-info ol{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.cta-request-info ol li{
	list-style:none;
	padding-left:36px;
	padding-top:3px;
}
.cta-request-info input#login {
   border: 0;
   background: #2a9bc7;
   background: -webkit-gradient(linear, left top, left bottom, from(#71cff7), to(#2a9bc7));
   background: -webkit-linear-gradient(top, #71cff7, #2a9bc7);
   background: -moz-linear-gradient(top, #71cff7, #2a9bc7);
   background: -ms-linear-gradient(top, #71cff7, #2a9bc7);
   background: -o-linear-gradient(top, #71cff7, #2a9bc7);
   padding: 12px 23px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: #ccc 0 1px 1px;
   -moz-box-shadow: #ccc 0 1px 1px;
   -ms-box-shadow: #ccc 0 1px 1px;
   -o-box-shadow: #ccc 0 1px 1px;
   box-shadow: #ccc 0 1px 1px;
   color: white;
   font-size: 18px;
   text-transform:capitalize;
   font-weight:bold;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
	font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;   
   }
.cta-request-info input#login:hover {
   border-top-color: #444444;
   background: #444444;
   color: #ffffff;
   text-shadow: #000 0 -1px 0;   
   }
.cta-request-info input#login:active {
   border-top-color: #666666;
   background: #666666;
   }

.cta-request-info input.field{
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-property: background-color;
  -o-transition-duration: 0.5s;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-property: background-color;
  transition-duration: 0.5s;
  border: 1px solid #e1e1e1;
  width: 281px;
  margin: 0 0 10px 0;
  }
 .cta-request-info input.field:focus{
 background-color:#dbf1fb;
 } 
  .cta-request-info p.privacy {
  color: #878787;
  line-height: 15px; 
  font-size: 11px;
  margin: 20px 0 0 0 !important;
  width: 237px;
  font-style: italic;
  }