/*
*
* Site: Zacks
* Site URI: http://zacks.com/
*
* Subject: Stylesheet of testimonial page for all Mobiles, Tablets, Desktop
*
* @author: Pushpak Koyal (pushpak.koyal@zacksindia.com)
*
* Date: 03/12/17
*
* @copyright (c) 2017 - 2018 Zacks Investment Research
* @license Internal Use only. No License granted.
*
/*

Indexing for testimonial pages:
------------------------------------------------
00. Testimonial Input Page
00/01. Upload Buttons for Testimnonial Input
00/02. Testimnonial Input Form Overlay
00/03. Testimnonial Input Form
01. Messages for Testimnonial Input
02. Testimonial Archive Page
02/01. Social Icons for Testimonial Archive Page
03. Diffrent types of modal for Testimonial Input
03/01. Message Modal
03/02. Preview Modal
04. Carousel for Testimonial Archive Page
05. Common CSS for Modals
05/01. Specific CSS for Preview Modals
05/02. Specific CSS for Read More Modals
05/03. Specific CSS for Archive Modals
06. Banner Design
07. Browser Specific Fixes
08. Making Responsive
08/01. Upto Porttraid mode of iPad
08/02. Upto Porttraid mode of iPhone 5
08/03. From Landscape mode of iPhone 5
08/04. Upto Small Devices
08/05. Custom Range
08/06. ipad Range
08/07. IOS Hack from 768px to 1024px
08/08. Large devices
08/09. Custom Range
09. Custom Range iOS Blocker Chrome 15+, Android OS & Browser 4+ Mobiles (High-Definition) 
*
*
*/

a, button{
    outline: 0 none;
}
/* Index: 00. Testimonial Input Page */
.testimonial_input > h1{
    font-size: 19pt !important;
    margin-bottom: 30px !important;
}
.testimonial_input > p{
    font-size: 12pt;
}
.testimonial_input .left_panel{
    width: 560px;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
    border-top: 0;
    position: relative;
}
.testimonial_input section > h1{
    font-size: 13.5pt;
    margin-bottom: 10px;
}
.testimonial_input section .message{
    color: #11bf1a;
    font-size: 11pt;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonial_input h2{
    font-size: 19pt;
    margin-bottom: 40px;
    margin-top: 10px;
}
.testimonial_input h2 > span{
    color: #007f06;
}
.testimonial_input section.left_panel form{
    background-color: #e5e5e5;
    padding: 15px 20px;
    border-radius: 6px;
}
.testimonial_input section.left_panel form > fieldset{
    border: 0;
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right:0;
    position: relative;
}
.testimonial_input section.left_panel form > fieldset > .form-error{
    position: absolute;
    left: 0;
    bottom: -10px;
    font-size: 12px;
    color: #c50c0c;
}
.testimonial_input section.left_panel form > fieldset.submit_button{
    margin-bottom: 0;
}
.testimonial_input section.left_panel form > fieldset > label{
    font-weight: bold;
    display: block;
    font-size: 11pt;
    text-transform:capitalize;
}
.testimonial_input section.left_panel form > fieldset > label > span.float_right{
    font-weight: normal;
    float:none;
}
.testimonial_input section.left_panel form > fieldset > input[type="text"], 
.testimonial_input section.left_panel form > fieldset > select{
    width: 97% !important;
    padding: 10px;
    border: 1px solid #333;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    outline:0;
}
.testimonial_input section.left_panel form > fieldset > textarea{
    width: 97%;
    border: 1px solid #333;
    padding: 10px;
    height: 200px;
    margin-top: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    outline:0;
}
.testimonial_input section.left_panel form > fieldset.two_field select{
    width: 322px !important;
}
.testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
    width: 300px !important;
}
.testimonial_input section.left_panel form > legend{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 6px;
    width: 100%;
    line-height: 18pt;
}
.testimonial_input section.left_panel form > span.privacy_policy_text{
    font-size: 10pt;
    margin-bottom: 6px;
    line-height: 11pt;
    padding-left: 6px;
    color: #4b4b4b;
    display: block;
    position:relative;
}
.testimonial_input section.left_panel form > span.privacy_policy_text:before{
    content:"*";
    display:inline-block;
    width:10px;
    height:8px;
    position:absolute;
    left:0;
    top:1px;
}
.testimonial_input section.left_panel form div.file_upload a{
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.testimonial_input section.left_panel form button[type="submit"]{
    padding: 10px 12px;
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
    font-size: 11pt;
    text-align:center;
    height: 40px;
    width:auto;
}

/* Index: 00/01. Upload Buttons for Testimnonial Input */
.testimonial_input section.left_panel div.file_upload div.upload-btn-wrapper{
    width: 170px;
    height: 38px;
    position: relative;
    background-color: #041e54;
    margin: 10px 0;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #021744;
    box-shadow: 2px 2px 2px #8c8c8c;
    border-radius: 4px;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.testimonial_input section.left_panel div.file_upload section.info_container p{
    display:inline-block;
}
.testimonial_input section.left_panel div.file_upload section.info_container p > i{
    background-color: #6f6f6f;
    border-radius: 50%;
    height:14px;
    width:14px;
    padding:0px 3px 5px 3px;
    position: absolute;
    bottom: 31px;
    right:8px;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    font-style: normal;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
}
.testimonial_input section.left_panel div.file_upload section.info_container p:hover i{
    opacity: 0.6;
}
.testimonial_input section.left_panel div.file_upload section.info_container p span{
    display:none;
    transition: all linear 0.3s;
    position: absolute;
    left: 46px;
    top: -73px;
    font-size: 12px;
    color: #ccc;
    background-color: #333;
    padding: 6px;
    width: 178px;
    height: auto;
    z-index: 9;
    border-radius: 4px;
}
.testimonial_input section.left_panel div.file_upload section.info_container p span.visible{
	display:block;
}
.testimonial_input section.left_panel div.file_upload .add-photo section.info_container p:first-child span{
    top: -88px;
}
.testimonial_input section.left_panel div.file_upload section.info_container p span:after{
    content: '';
    position: absolute;
    bottom: -16px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #333;
}
.testimonial_input section.left_panel section.add-video p.videosize{
    left: 12px;
    color: #333;
    font-size: 12px;
}
.testimonial_input section.left_panel div.file_upload .add-video section.info_container p > i, 
.testimonial_input section.left_panel div.file_upload .add-photo section.info_container p > i{
    left: 184px;
    top: 16px;
}
.testimonial_input section.left_panel div.file_upload div button{
    background-color: transparent;
    height: 38px;
    padding: 0;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: -6px;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    border-radius: 0;
    border: 0;
}
.testimonial_input section.left_panel div.file_upload div button.inactive{
    display:none;
}
.testimonial_input .upload-btn-wrapper input[type=file]{
    font-size: 100px;
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.testimonial_input section.left_panel .preview_uploaded_image{
    background: transparent !important;
    height: auto !important;
    width: auto !important;
    border: 0 !important;
    max-height: 120px;
    max-width:120px;
    overflow: hidden;
    margin-top: 21px !important;
}
.testimonial_input section.left_panel section{
    border-top:0;
}
.testimonial_input section.left_panel .preview_uploaded_image:before{
    background-image: none !important;
    height: auto !important;
    width: auto !important;
}
.testimonial_input section.left_panel .preview_uploaded_image:after{
    content:"" !important;
    background: transparent !important;
}
.testimonial_input section.left_panel section.add-photo{
    width: auto;
    float: left;
    position:relative;
}
.testimonial_input section.left_panel section.add-video{
    float:left;
    position:relative;
    width:auto;
    margin-left:30px;
}
.testimonial_input section.left_panel .preview_uploaded_video{
    width: 194px !important;
    height: 127px !important;
    overflow:hidden;
    margin-top:20px !important;
    border: 0 !important;
}
.testimonial_input section.left_panel .preview_uploaded_video:after, 
.testimonial_input section.left_panel .preview_uploaded_video:before{
    content:"";
    background-image:none !important;
}
.testimonial_input section.left_panel .preview_uploaded_video video{
    width: 216px !important;
    height: auto !important;
}
.testimonial_input section.left_panel section.add-photo span#uploaded_image_name, 
.testimonial_input section.left_panel section.add-video span#uploaded_video_name{
    position: relative;
    left: 2px;
    bottom: -5px;
    color: #041e54;
    font-size: 13px;
    width: 208px;
    word-break: break-all;
    display:none;
}
.testimonial_input section.left_panel section.add-photo span.show_filename, 
.testimonial_input section.left_panel section.add-video span.show_filename{
    display:inline-block !important;
}	
.testimonial_input section.left_panel div.file_upload div:nth-child(2):before, 
.testimonial_input section.left_panel div.file_upload div:first-child:before,  
.testimonial_input section.left_panel div.file_upload div:last-of-type:before{
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
}
.testimonial_input section.left_panel div.file_upload div:nth-child(2):before, 
.testimonial_input section.left_panel div.file_upload div:first-child:before{
    background-image: url(/images/icons/general/camera-white.png);
    display: block;
}
.testimonial_input section.left_panel div.file_upload section.add-video div:before{
    background-image: url(/images/icons/general/video-camera-white.png);
}
.testimonial_input section.left_panel div.file_upload div.upload-btn-wrapper:after{
    content: "";
    display: block;
    height: 22px;
    width: 10px;
    background-image: url(/images/icons/general/upload-white.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 10px;
    top: 8px;
}
.testimonial_input section.left_panel div.file_upload fieldset{
    width: 100%;
    border: 0;
    padding: 0;
}
.testimonial_input section.right_panel{
    float: left;
    width: 404px;
    border-top: 0;
}
.testimonial_input section.right_panel h1 + p{
    border-top: 0px;
}

/* Index: 00/02. Testimnonial Input Form Overlay */
.testimonial_input section.left_panel .form-overlay{
    position:relative;
}
.testimonial_input section.left_panel .form-overlay:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0.9);
    position: absolute;
    top:0;
    left:0;
    z-index: 9;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.testimonial_input section.left_panel .registerd_msg_hide{
    display: none;
}
.testimonial_input section.left_panel .form-overlay .registerd_msg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #757575;
    z-index: 99;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    width: 290px;
    display:block;
}

/* Index: 00/03. Testimnonial Input Form */
.testimonial_input section.left_panel .form-overlay .registerd_msg:before{
    content: "";
    display: block;
    background-image: url(/images/icons/general/alert_icon.png);
    background-repeat: no-repeat;
    width: 118px;
    height: 118px;
    background-position: center top;
    position: relative;
    top: -20px;
    left: 75px;
    opacity: 0.3;
}
.testimonial_input section.left_panel form > fieldset.two_field{
    float: left;
    margin-right: 20px;
    padding-right: 0;
}
.testimonial_input section.left_panel form > fieldset.two_field:nth-child(even){
    margin-right: 0px;
}
.testimonial_input section.left_panel form > fieldset.submit_button{
    width:100%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.testimonial_input section.left_panel form > fieldset.two_field select, 
.testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
    width: 219px !important;
    margin-top: 6px;
    height: 38px;
}
.testimonial_input section.left_panel form > fieldset.two_field select{
    width:241px !important;
}
.testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
    height:auto;
}
.testimonial_input section.left_panel form > fieldset.two_field:last-of-type {
    margin-left:15px !important;
}
.testimonial_input section.left_panel form > fieldset.submit_button a.fancy_button{
    padding: .70em 1em;
    height: 17px;
    margin-right: 10px;
    text-align:center;
    font-size: 11pt;
    height: 17px;
    width: 63px;
    background: #989898;
    border: 1px solid #989898;
    pointer-events: none;
    cursor: default;
}
.testimonial_input section.left_panel form > fieldset.submit_button a.fancy_button.active, 
.testimonial_input section.left_panel form > fieldset.submit_button a.fancy_button:hover, 
.testimonial_input section.left_panel form > fieldset.submit_button a.fancy_button:focus{
    background: #007d0f;
    border: 1px solid #007d0f;
    pointer-events: auto;
    cursor: pointer;
}
.testimonial_input section.left_panel .file_upload{
    position:relative;
    margin: 10px 0;
}
.testimonial_input section.left_panel .file_upload #loaderImage{
    position: absolute;
    width: 112px;
    height: 10px;
    top: -20px;
    left: 0px;
    border: 0;
}
.testimonial_input section.left_panel .file_upload #loaderImage img{
    width: 112px;
    margin-top: 8px;
}
.testimonial_input section.left_panel .file_upload #loaderImage:before{
    background-image:none;
}
.testimonial_input section.left_panel div.file_upload .uploaded_msg{
    position: absolute;
    bottom: -16px;
    left: 7px;
    color: #468e4f;
    font-weight: bold;
    font-size: 14px;
}
.testimonial_input section.left_panel ::-webkit-input-placeholder{
    color:#777;
}
.testimonial_input section.left_panel ::-moz-placeholder{ /* Firefox 19+ */
    color: #777;
}
.testimonial_input section.left_panel :-ms-input-placeholder{ /* IE 10+ */
    color: #777;
}
.testimonial_input section.left_panel :-moz-placeholder{ /* Firefox 18- */
    color: #777;
}

/* Index: 01. Messages for Testimnonial Input */
/***start for msg id 15564***/
.testimonial_input section.right_panel h1{
    color: #007f06;
    margin: 10px 0 5px !important;
}
.testimonial_input section.right_panel p{
    font-size: 10.25pt;
    margin: 0 0 10px;
    padding: 0;
    color:#000;
}
.testimonial_input section.right_panel hr{
    background: none;
    border: none;
    margin: 20px 0;
}
.testimonial_input section.right_panel div > p{
    color: #fff;
    font-style: italic;
}
.testimonial_input section.right_panel div{
    background: #007d0f;
    border-radius: 50%;
    float: right;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0,0,0,.5), 10px 10px 6px rgba(0,0,0,.15);
}
.testimonial_input section.right_panel div:first-of-type{
    width: 205px;
    height: 205px;
    margin-left: 18px;
}
.testimonial_input section.right_panel div:first-of-type p{
    position: relative;
    top: 36px;
    width: 170px;
    margin: 0 auto;
}
.testimonial_input section.right_panel div:last-of-type{
    width: 176px;
    height: 176px;
    float: right;
    margin: -4px 0 48px 0px;
}
.testimonial_input section.right_panel div:last-of-type p{
    position: relative;
    top: 33px;
    width: 130px;
    margin: 0 auto;
}

/* Index: 02. Testimonial Archive Page */
.testimonial_listings #pagination{
    display: none;
}
.testimonial_listings .listitem{
    clear: both;
    border-top: 1px solid #cccccc !important;
    position: relative;
    overflow: hidden;
}
.testimonial_listings .listitem:first-child{
    border-top: 0 !important;
}
.testimonial_listings .listitem:last-child{
    border-bottom:1px solid #ccc !important;
}
.testimonial_listings .listitem aside{
    float: left;
    width: 115px;
    margin-right:15px;
}
.testimonial_listings .listitem header{
    border-top: none;
    border-bottom: none;
    width: 100px;
    height: 100px;
    min-height: 100%;
    overflow: hidden;
    padding-top: 0;
    margin-right: 15px;
    position: relative;
    left: 0px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
}
.testimonial_listings .listitem header img{
    clip: inherit;
    margin-top: 0px;
    margin-left: 0;
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.testimonial_listings .listitem p{
    word-wrap: break-word;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}
.testimonial_listings .listitem div.full_desc > p + p{
    display:inline-block;
    margin: 0px !important;
}
.testimonial_listings .listitem div.full_desc > p{
    display:inline;
    font-size: 10.25pt;
    line-height: 20px;
}
.testimonial_listings .listitem div.full_desc > p:last-of-type{
    display:inline;
}
.testimonial_listings .user_details_wrapper{
    width: 130px;
    position: absolute;
    top: 126px;
    left: 0;
}
.testimonial_listings .listitems a.read_more_btn{
    float: left;
}
.testimonial_listings .listitem p.byline{
    width:100px;
    margin-top:6px;
    color: #000;
    font-weight: bold;
    font-size:12px;
    min-height:0;
    padding-right:0;
    text-align: center;
}
.testimonial_listings .listitem p.city-state{
    width: 100px;
    color: #333;
    font-size: 7pt;
    text-transform: uppercase;
    padding-right: 0;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 4px;
}
.testimonial_listings .listitem a.header_sub_link{
    float: right;
    margin-top: 8px;
    margin-right: 12px;
}
.testimonial_listings .listitem a.video_link{
    display: inline-block;
    margin: 2px;
    float: none;
    position: relative;
    left: 43%;
    transform: translate(-50%,0);
    z-index:9;
}
.testimonial_listings .listitem .user_details_wrapper p.byline{
    padding-left: 0;
}
.testimonial_listings .listitem a.video_link > img{
    display: inline-block;
    width: 32px;
    height: 24px;
    margin-top: 2px;
}
.testimonial_input #popup_wrapper h2{
    font-size: 19pt;
    margin-bottom: 0;
    margin-top: 0;
}
.testimonial_slider_wrapper .swiper-slide{
    position: relative;
    min-height:112px;
    cursor:pointer;
}
.testimonial_slider_wrapper .swiper-slide .read_more_btn{
    position: absolute;
    right: 10px;
    bottom: 13px;
    width: 67px;
    padding: 4px;
}
.testimonial_listings  .user_details_wrapper, .testimonial_listings  .user_details{
    float: left;
    border-top:0;
}
.testimonial_listings .user_details{
    margin-top: 16px;
}
.testimonial_listings #pagination{
    display:none;
}
.testimonial_listings .listitem:nth-child(even){
    background-color: #fff;
}
.testimonial_listings .listitem:nth-child(odd){
    background-color: #e1e1e1;
}
.listitem .accordion{
    color: #444;
    cursor: pointer;
    padding: 15px 0px 15px 15px;
    width: 98%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    overflow: hidden;
}
.listitem .accordion.active{
    max-height: none;
    overflow: inherit;
}
.testimonial_listings .listitem .listitem_description div{
    padding-right: 20px !important;
    line-height:20px;
    padding-left:0;
    font-size: 10.25pt;
    margin-left: 130px;
    color:#000;
}
.listitem .accordion .listitem_description div.full_desc{
    margin-top:0 !important;
}
.listitem .accordion .listitem_description div.full_desc, 
.listitem .accordion.active .listitem_description div.short_desc{
    display:none;
}
.listitem .accordion.active .listitem_description div.full_desc, 
.listitem .accordion .listitem_description div.short_desc{
    display:block;
}
.listitem .accordion.active .listitem_description div{
    max-height:none !important;
}
.listitem .accordion i.icon-change{
    position: absolute;
    right: 0;
    bottom: 9px;
    float: right;
    margin-right: 15px;
    transform: translate(-6px, 0);
    margin-top: -6px;
}
.listitem .accordion.active i.icon-change:first-child{
    display:none;
}
.listitem .accordion i.icon-change:last-child{
    display:none;
}
.listitem .accordion.active i.icon-change:last-child{
    display:block;
}
.listitem .accordion h1{
    color: #000;
    padding-right:15px;
    font-size:13.5pt;
}
.listitem .accordion.active i.icon-change:last-child{
    top: auto;
    bottom:-6px;
    right: -10px;
    padding: 10px;
}
.listitem .accordion i.icon-change:before, .listitem .accordion i.icon-change:after{
    content: "";
    position: absolute;
    background-color: #007f06;
    width: 3px;
    height: 9px;
}
.listitem .accordion i.icon-change:before{
    transform: translate(-2px, 0) rotate(138deg);
}
.listitem .accordion.active i.icon-change:before{
    transform: translate(2px, 0) rotate(138deg);
}
.listitem i.icon-change:after{
    transform: translate(2px, 0) rotate(45deg);
}
.listitem .accordion.active i.icon-change:after{
    transform: translate(-2px, 0) rotate(45deg);
}

.listitem form#star_rating {
  display: block;
  height: 30px;
  margin: 2px 0 8px;
}
.listitem form#star_rating svg {
    width: 0.75em;
    height: 0.75em;
    fill: #004805;
    stroke: currentColor;
    margin-right: 3px;
}
.listitem form#star_rating label {
  display: block;
  float: left;
  font-size: 2em;
  height: 1.2em;
  color: #036;
  border-bottom: 2px solid transparent;
}
.listitem form#star_rating output {
  display: block;
  float: left;
  font-size: 2em;
  height: 1.2em;
  color: #036;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 1.5em;
  padding: 0 1em;
}
.listitem form#star_rating input:checked ~ label {
  color: #858585;
}
.listitem form#star_rating input:checked + label {
  color: #036;
  border-bottom-color: #036;
}
.listitem form#star_rating input:focus + label {
  border-bottom-style: dotted;
}
.listitem form#star_rating:hover input + label {
  color: #036;
}
.listitem form#star_rating input:hover ~ label
, .listitem form#star_rating input:focus ~ label
, .listitem form#star_rating input[id="star0"] + label {
  color: #999;
}
.listitem form#star_rating input:hover + label
, .listitem form#star_rating input:focus + label {
  color: #036;
}
.listitem form#star_rating input[id="star0"]:checked + label {
  color: #ff2d21;
}
.listitem form#star_rating [type="submit"] {
  float: none;
}

.testimonial_listings .accordion .user_details_wrapper .user_details{
    position: relative;
    width: 120px;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 6px;
}
.testimonial_slider_wrapper .swiper-wrapper .swiper-slide article header{
    border-radius: 50%;
    border: 1px solid #bbb;
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right:10px;
}
.testimonial_slider_wrapper article .swiper-desc{
    float: left;
    width: 70%;
}
.testimonial_slider_wrapper .swiper-wrapper article{
    word-wrap: break-word;
    min-height: 111px;
    max-height: 111px;
}
.testimonial_slider_wrapper .swiper-wrapper article p.byline{
    width: auto;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px !important;
    margin-left:72px;
}
.testimonial_slider_wrapper .swiper-wrapper article p.city_state{
    font-size: 7pt;
    color: #333;
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-left:72px;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.testimonial_slider_wrapper .swiper-wrapper header > img{
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 170px;
    max-height: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin:0;
}
#slider_wrapper .swiper-container {
    margin-bottom: 0;
}

/* Index: 02/01. Social Icons for Testimonial Archive Page */
.testimonial_slider_wrapper .icons_row{
    border-top: 0;
    border-bottom: 1px solid #cacaca;
}
.icons_row .zt_btn_wrapper{
    float:left;
    width:190px;
}
.icons_row .icons_wrapper{
    float:right;
    width:240px;
}
.icons_row .icons_wrapper .social_plugins a:first-child{
    float:left;
    margin-right: 5px;
}
.icons_row .icons_wrapper .social_plugins .social_icons_left{
    float:left;
    margin-right: 6px;
}
.icons_row .icons_wrapper .social_icons_right > a.stocktwits-button{
    background-size: cover !important;
}
.icons_row .icons_wrapper .social_icons_right > a.youtube-button{
    background: url(/images/zacks/icons/you_tube_icon.png);
    background-repeat:no-repeat;
    background-position:0 0;
    display: inline-block;
    margin-left: 4px;
}
.icons_row .icons_wrapper .stButton .stLarge, 
.icons_row .icons_wrapper .social_icons_right > a.stocktwits-button, 
.icons_row .icons_wrapper .social_icons_right > a.youtube-button{
    width:26px !important;
    height:26px !important;
    background-size: cover !important;
}
.icons_row .icons_wrapper .social_icons_right > a.stocktwits-button:hover, 
.icons_row .icons_wrapper .social_icons_right > a.youtube-button:hover{
    background-position:0 -27px !important;
}
.icons_row .icons_wrapper .stButton .stLarge:hover{
    background-position:-52px;
}

/* Index: 03. Diffrent types of modal for Testimonial Input */
/* Index: 03/01. Message Modal */
#message_popup_wrapper .content{
    border-radius: 0px;
    overflow: hidden;
}
#message_popup_wrapper .popup_container {
    width: 500px;
}
#message_popup_wrapper .content img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
#message_popup_wrapper .content h2{
    background: none;
    color: #007f06;
    text-align: center;
    margin-top: 6px;
    font-size: 19px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#message_popup_wrapper .content h2 > p{
    color: #007f06;
    font-size: 18px;
}
#message_popup_wrapper .content .close{
    background-image: url(/images/zacks/green_close_sign.png);
}
#message_popup_wrapper .popup_container{
    top: 50% !important;
    height: auto;
}

/* Index: 03/02. Preview Modal */
.popup_wrapper h3.post_title{
    color: #007f06;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 6px;
}
.popup_wrapper p.teaser{
    color: #333;
    font-size: 14px;
}
.popup_wrapper p.byline, .popup_wrapper p.city_state{
    margin-top: 6px !important;
}
.popup_wrapper #prev_video_box{
    padding-top: 20px !important;
    width: 100%;
    float: left;
}
.popup_wrapper #prev_video_box video, 
.popup_wrapper #prev_video_box iframe, 
.popup_wrapper #prev_video_box object{
    width: 100% !important;
    height: auto !important;
}

/* Index: 04. Carousel for Testimonial Archive Page */
#slider_wrapper{
    margin-top: 0;
    position: relative;
    border: 0;
}
.swiper-wrapper article{
    word-wrap: break-word;
    min-height:111px;
    max-height:111px;

}
.swiper-wrapper article p.byline{
    width: auto;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px !important;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.swiper-wrapper article p.teaser{
    position: relative;
    min-height: 65px;
    max-height: 65px;
    overflow:hidden;
}
.swiper-wrapper article p.teaser div > span{
    font-size: 25px;
    color: #007f06;
    font-weight: bold;
    position: relative;
    line-height: 0;
}
.swiper-wrapper article p.teaser div > span:first-child{
    top: 7px;
    left: 0px;
}
.swiper-wrapper article p.teaser div > span:last-child{
    top: 8px;
    right: -1px;
    line-height: 0;
}
.listitem_description div{
    position:relative;
}
.listitem_description div > span{
    font-size: 25px;
    color: #007f06;
    font-weight: bold;
}
.listitem_description div > span:first-child{
    top: 7px;
    left: 2px;
    position: relative;
}
.listitem_description div > span:last-child{
    position: relative;
    top: 6px;
    line-height: 0;
    margin-left:2px;
    display: inline-block;
}
.listitem_description div.full_desc > span:last-child{
    left: -10px;
}
.listitems .listitem_description{
    position:relative;
    min-height: 110px;
}
.listitempage .listitem_description div > span:last-child{
    right: 3.8px;
}
.listitempage:first-child .listitem_description div > span:last-child{
    right: 0;
}
.swiper-button-next, .swiper-button-next1{
    right: 0px !important;
}
.swiper-button-prev, .swiper-button-prev1{
    left: -10px !important;
    background-color: #fafafa !important;
}
.testimonial_slider_wrapper .swiper-button-next, 
.testimonial_slider_wrapper .swiper-button-prev, 
.testimonial_slider_wrapper 
.swiper-button-next1, 
.testimonial_slider_wrapper .swiper-button-prev1{
    width: 22px;
    height:26px;
}
.swiper-wrapper article a.header_sub_link{
    float: left;
}
#slider_wrapper .swiper-container{
    width: 90%;
}
#slider_wrapper .swiper-button-next, #slider_wrapper .swiper-button-prev, 
#slider_wrapper .swiper-button-next1, #slider_wrapper .swiper-button-prev1{
    padding: 12px 0 64px;
}
section.testimonial_slider_wrapper div.testimonial_slider_heading_wrapper{
    background-color: #e6e6e6;
    padding: 15px;
}
section.testimonial_slider_wrapper div.testimonial_slider_heading_wrapper h1{
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 19pt;
    color: #007f06;
}
section.testimonial_slider_wrapper div.testimonial_slider_heading_wrapper p{
    margin-bottom: 4px;
    font-size: 12pt;
    color: #007f06;
    margin: 4px 0;
}
.testimonial_slider_wrapper p:first-child{
    color: #4b4b4b;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b4b4b4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b4b4b4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b4b4b4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b4b4b4;
}
input[type="text"]::-webkit-input-placeholder, 
input[type="text"]::-moz-placeholder, 
input[type="text"]::-ms-input-placeholder, 
input[type="text"]::-moz-placeholder{
    color: #b4b4b4;
}
.read_more_btn{
    background-color: #007f06;
    padding: 6px 24px;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    float: left;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.read_more_btn:hover{
    background-color: #014805;
    color: #fff !important;
}
.testimonial_listings .listitem .listing_btns{
    float: right;
    position: relative;
    right: 0;
    bottom:6px;
}
#prev_video_box, #preview_uploaded_video{
    width:150px;
    display:none;
}
#prev_video_box video, #preview_uploaded_video video{
    width: 150px;
    height: auto;
}
#video_file, #loaderImage, #photo_file{
    display:none;
}

/* Index: 05. Common CSS for Modals */
.overlay.visible{
    display:block !important;
}
.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
.popup_wrapper.visible{
    display: block !important;
}
.popup_wrapper{
    display: none !important;
}
.popup_container{
    width: 570px;
    max-height: 468px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.popup_container h2{
    font-size: 15pt;
    margin-top: 0;
    color: #fff;
    background: linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -webkit-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -ms-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    padding: 10px 20px;
    border: 0;
}
.popup_container .close{
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    text-indent: -9999999px;
    outline: none;
    background-image: url(/images/icons/general/close_sign.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: center top;
}
.popup_container .close:hover{
    outline: none;
    color: #000 !important;
}
.popup_container .close:focus{
    outline: none;
}
.popup_container .content{
    max-height: 50%;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    margin-top: -5px;
    font-size: 12px;
    overflow: hidden;
    overflow-x: hidden;
    position:relative;
}
.popup_container .content .inner_content_wrapper{
    overflow-y: scroll;
    height: 100%;
}
#video_popup_wrapper .popup_container{
    overflow: hidden;
    height: auto;
}
#video_popup_wrapper .popup_container .content{
    overflow-x: hidden;
}
#video_popup_wrapper .popup_container .content > iframe{
    width: 100%;
}
.modal_content .listitem{
    padding-top: 0;
    overflow: hidden;
}
.modal_content .listitem header{
    border: 1px solid #9e9e9e;
    width: 100px;
    height: 100px;
    min-height: 100px;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.modal_content .listitem header img{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal_content .listitem h3{
    margin-top: 0;
}
.modal_content .listitem p{
    max-height: 200px;
}
.modal_content .listitem p{
    word-wrap: break-word;
    padding-right: 10px;
    position: relative;
}
.modal_content .listitem p.byline{
    width: 100px;
    padding-right: 0;
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size:12px;
    max-height: none;
    margin-bottom: 0 !important;
}
.modal_content .listitem p.city_state{
    width: 100px;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.modal_content .listitem p.city_state span{
    font-size: 7pt;
    padding: 4px 0px;
    position: relative;
    color: #333;
}
.modal_content .listitem p.city_state span:last-child{
    padding: 4px 0px 4px 0px;
}
.modal_content .listitem > p, .testimonial_listings .listitem .listing_btns{
    margin-left:0;
}
.modal_content .listitem iframe{
    width: 100%;
    border:0;
    height: 446px;
}
.modal_content .listitem iframe#frame{
    height: 467px;
}
.jquery-modal.blocker{
    background-color: rgba(0,0,0,0.6);
}
.modal a.close-modal {
    background-image: none;
    position: relative;
}
.modal{
    width: 670px !important;
    max-width: none !important;
    display: inline-block;
    background-color: #fff !important;
    padding: 0!important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.modal .modal-container{
    padding: 30px 20px 0;
}
.modal video{
    margin-bottom: 0;
}
.modal h1{
    color: #fff;
    text-shadow: none;
    font-size: 15pt;
    text-transform: capitalize;
    background: linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -webkit-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -ms-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.take-picture img, .preview_uploaded_image img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.preview_uploaded_image img{
    width: auto;
    position: relative;
    top: 60px;
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.modal .buttons button{
    outline: 0 none;
    background: #3e7c24;
    border: 0;
    color: #fff;
    padding: 4px 6px;
    width: 62px;
    height:28px;
    text-align: center;
    border: 2px solid #3e7c24;
}
.modal .buttons button:hover{
    background: #fff;
    color: #3e7c24;
}
.modal .buttons button[disabled]{
    opacity:0.41;
}
.modal .buttons button[disabled]:hover{
    background: #3e7c24;
    color: #fff;
}
.preview_container:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.form-error {
    color: #c50c0c;
    font-size: 12px;
}
.jquery-modal a.close-modal {
    background-image: url(/images/zacks/close_sign.png) !important;
    top: 6px !important;
    right: 15px !important;
    width: 16px !important;
    outline:none !important;
}
#successpopup{
    background-color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px !important;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border: 1px solid #366d1e;
    box-shadow: 3px 3px 8px #333 !important;
    -moz-box-shadow: 3px 3px 8px #333 !important;
    -webkit-box-shadow: 3px 3px 8px #333 !important;
}
#successpopup p{
    font-size: 20px;
    padding: 70px 15px 34px;
    font-weight: bold;
    color: #007f06;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position:relative;
}
#successpopup p:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:45px;
    background: linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -webkit-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    background: -ms-linear-gradient(to bottom, #7ecd40 0, #61bf35 4%, #5eaf39 7%, #59a42e 11%, #50a331 14%, #4da324 18%, #54a131 21%, #4e9e2d 29%, #489128 39%, #468c29 43%, #408322 50%, #3e7c24 54%, #37761e 57%, #346f1c 61%, #306419 71%, #32651a 79%, #2f6818 82%, #366d1d 86%, #376d1f 89%, #387621 93%, #377d1a 96%, #437f25 100%);
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#testimonialform .has-error{
    position:relative;
}
#txtInput + span{
    position: absolute;
    left: 0;
    bottom: -16px;
}
.testimonial_input section.left_panel div.file_upload section.info_container{
    padding-top:0;
    height:0;
}
.testimonial-modal-wrapper iframe.video{
    width: 100%;
}

/* Index: 05/01. Specific CSS for Preview Modals */
.preview_modal .content.modal_content:after{
    content: "";
    display: block;
    height: 20px;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.preview_modal .content.modal_content{
    height: 100%;
    padding-right: 0;
    max-height: 370px;
    overflow-y: auto;
}
.preview_modal .modal_content .listitem aside{
    float: left;
    height: auto;
    width: 100px;
    margin-right: 15px;
    margin-left:1px;
}
.modal_content .listitem > p:first-of-type{
    min-height:17px;
}
.preview_modal .popup_container h2{
    font-size: 15pt !important;
}
.preview_modal .modal_content h3{
    margin-left:115px;
}
.modal_content .listitem p{
    max-height: 66px;
    overflow: hidden;
    margin-left:115px;
}
.preview_modal .modal_content .listitem p{
    max-height: none;
    overflow: initial;
    margin-left: 0;
}
.preview_modal .modal_content .listitem p.byline{
    text-align:center;
}
.preview_modal .modal_content .listitem p.city_state{
    text-align:center;
}
.preview_modal .modal_content .listitem p.teaser{
    margin-left: 115px;
    font-size:10.25pt;
    color:#000;
}
.preview_modal .modal_content .listitem span.video_link > img{
    display: inline-block;
    width: 34px;
    height: 24px;
    margin-top: 2px;
}
.preview_modal .modal_content .listitem span.video_link{
    display: inline-block;
    margin: 2px;
    float: none;
    position: relative;
    left: 43%;
    transform: translate(-50%,0);
    z-index: 9;
}
.preview_modal .modal_content .listitem span.read_more_btn{
    margin-bottom: 20px;
    float: left;
}
.preview_modal .modal_content .listitem div.listing_btns {
    float: right;
    position: relative;
    bottom: 4px;
    right: auto;
    margin-bottom: 0;
}
.preview_modal .modal_content .listitem div.listing_btns span{
    margin-bottom: 0;
}

/* Index: 05/02. Specific CSS for Read More Modals */
#popup_wrapper .modal_content .listitem iframe#frame{
    height:324px;
}
#popup_wrapper.archive_modal_overlay .modal_content .listitem iframe#frame{
    height: 100%;
    width: 100%;
}
.archive_modal_overlay .popup_container .modal_content{
    height: 100%;
}
#popup_wrapper .modal_content .listitem iframe#frame p.teaser{
    overflow: inherit;
    margin-left: 0;
    max-height: none;
}
#popup_wrapper .modal_content .listitem iframe#frame p.byline{
    margin-left: 0;
}
#popup_wrapper .modal_content .listitem iframe#frame p.city-state{
    position: absolute;
    margin-left: 0;
    min-height: 0;
}
.archive_modal_overlay .popup_container .content{
    padding: 20px 0;
}

/* Index: 05/03. Specific CSS for Archive Modals */
.archive-modal-wrapper header{
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
    background: #ccc;
    float: left;
    margin: 5px 15px 4px 0;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
}
.archive-modal-wrapper header img{
    height:100px;
    width:100px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.archive-modal-wrapper .full_desc{
    margin-left:115px;
}
.archive-modal-wrapper .full_desc > p{
    min-height: 0px;
    word-wrap: break-word;
    padding-right: 10px;
    position: relative;
    font-size: 10pt;
    margin: 10px 0 10px 0px;
    display: inline-block;
    line-height: 19px;
    font-family: Helvetica,Arial,sans-serif;
}
.archive-modal-wrapper .full_desc > p:last-of-type, 
.archive-modal-wrapper .full_desc > p:first-of-type{
    display:inline;
}
.archive-modal-wrapper p.teaser{
    margin-left: 0;
    max-height: none;
    min-height:0px;
    font-size:10.25pt;
    margin-left: 115px;
    margin-top:10px;
}
.archive-modal-wrapper span{
    font-size: 25px;
    color: #007f06;
    font-weight: bold;
    position: relative;
    line-height: 0;
    font-family: Helvetica,Arial,sans-serif;
}
.archive-modal-wrapper span:first-child{
    top: 7px;
    left: 0px;
}
.archive-modal-wrapper span:last-child{
    top: 8px;
    right: 6px;
    line-height: 0;
}
.archive-modal-wrapper p.byline{
    font-style: normal;
    font-weight: bold;
    font-size:12px;
    max-height: none;
    min-height: 0;
    margin: 6px 0 3px 0;
    text-align:center;
    font-family: Helvetica,Arial,sans-serif;
}
.archive-modal-wrapper p.city-state{
    margin-left: 0;
    margin-bottom:0;
    margin-top: 0;
    min-height: 0;
    color: #333;
    font-size: 7pt;
    padding-right: 0;
    text-transform: uppercase;
    text-align:center;
    font-family: Helvetica,Arial,sans-serif;
}
.archive-modal-wrapper{
    padding:0 20px;
    max-height: 345px;
    margin-top: -12px;

}
.archive-modal-wrapper h1{
    font-size: 13.5pt;
    margin: 2px 0 15px 115px;
    padding-top: 2px;
    font-family: Helvetica,Arial,sans-serif;
}
.archive-modal-wrapper aside{
    float: left;
    height: auto;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.archive-modal-wrapper iframe.video{
    width: 100%;
    margin-top:0;
    margin-top:10px;
}
.archive_modal_overlay .modal_content .listitem{
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Index: 06. Banner Design */
.content-heading{
    position: relative;
    padding: 20px;
    background-image: url(/images/zacks/testimonial_banner.jpg) !important;
    background-repeat:no-repeat;
    background-color:#041e54 !important;
    background-position:top right;
    background-size: auto 100%;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin: 10px 0;
    display: block;
}
.content-heading h1{
    font-size: 13.5pt;
    line-height: 1.25;
    margin-bottom: 0 !important;
    padding: 0;
    color: #fff;
    text-shadow: none;
    text-shadow: 1px 1px 1px #333;
}
.content-heading h1 + span{
    font-size: 10.25pt;
    line-height: 14pt;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    display: block;
    margin-top: 5px;
}

/* Index: 07. Browser Specific Fixes */
/* Firefox */
@-moz-document url-prefix(){
    .archive-modal-wrapper .full_desc > p{
        line-height: 20px;
    }
}

/* Index: 08. Making Responsive */
/* Index: 08/00. Upto Porttraid mode of iPhone 5*/
@media(max-width:1200px){
	/* IOS hack for tooltip hiding */
	body{
		cursor:pointer;
	}
}

/* Index: 08/01. Upto Porttraid mode of iPad */
@media(max-width:1023px){
    /* aligning both preview and Submit your story btn on left of the viewport for all mobile and tablet devices */
    .testimonial_input section.left_panel form > fieldset.submit_button a.fancy_button,
    .testimonial_input section.left_panel form button[type="submit"]{
        float: left !important;
    }
    
    .testimonial_input .left_panel{
        width: 97%;
        margin-bottom: 0;
    }
    .testimonial_input section.right_panel{
        width: 97%;
        margin-top: 0;
    }
    .testimonial_input section > h2{
        margin-bottom: 20px;
    }
    .testimonial_listings .listitem p{
        padding-right: 0px;
    }
    .testimonial_listings{
        margin-right: 2% !important;
    }
    .swiper-wrapper article{
        width: 90% !important;
    }
    .testimonial_listings .listitem a.header_sub_link{
        margin-right: 0px;
    }
    #slider_wrapper .swiper-button-next, 
    #slider_wrapper .swiper-button-prev, 
    #slider_wrapper .swiper-button-next1, 
    #slider_wrapper .swiper-button-prev1{
        top: 0px;
    }
    .testimonial_listings .listitems a.read_more_btn{
        padding: 6px 6px;
        margin-bottom: 0px;
        margin-right: 5px;
        font-size:10px;
    }
    .testimonial_listings .listitem .listing_btns{
        position: relative;
        bottom: 2px;
    }
    .testimonial_listings .listitem > p{
        margin-left: 134px !important;
    }
    .testimonial_listings .listitem header.thumbnail{
        min-height: 94px !important;
    }
    .testimonial_listings .listitem > p, .testimonial_listings .listitem .listing_btns{
        margin-left: 0;
    }
    section.testimonial_slider_wrapper div.testimonial_slider_heading_wrapper{
        margin-right: 10px;
    }
    #slider_wrapper .read_more_btn{
        margin-bottom: 1px;
    }
	
    /***Zack Testimonial Module***/
    #zacks_testimonial h1{
        text-align: left;
    }
    /*#zacks_testimonial a{
        float: left;
    }*/
    .testimonial_input section.left_panel form button[type="submit"]{
        height: 39px;
    }
    .testimonial_input section.left_panel section.add-photo div:first-child{
        float:left;
        margin-right:18px;
        margin-bottom: 0;
    }
    .testimonial_input section.left_panel .preview_uploaded_video{
        width: 232px !important;
        max-width: 534px !important;
        max-height: 403px;
        margin: 10px !important;
        overflow: hidden;
    }
    .testimonial_input section.left_panel .preview_uploaded_video video{
        width: 100% !important;
        height: 130px !important;
        max-width: 600px;
        max-height: 403px;
        margin-top: 0;
        position: relative;
        top: 65px;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    .testimonial_input section.left_panel .preview_uploaded_image{
        float:left;
        margin-top: 10px !important;
        width: 120px !important;
    }
    .testimonial_input section.left_panel form > fieldset.submit_button{
        width: 100%;
    }
	
    /***Testimonial Banner***/
    .content-heading{
        margin: 10px 10px 0 0;
    }
    .testimonial_listings .listitem{
        min-height: 0;
        max-height: none;
    }
    .testimonial_listings .listitems .listitem_description p:first-of-type{
        min-height: 0;
        max-height: none;
        padding-left: 0;
        overflow: inherit;
        margin-bottom: 10px;
    }
    .testimonial_listings .listitem header.thumbnail{
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .listitem .accordion{
        max-height: none;
    }
    .listitem .accordion i.icon-change{
        top: auto;
        bottom: 0;
    }
    .listitem .accordion .listitem_description div.short_desc, .listitem .accordion .listitem_description div.full_desc{
        margin-left:130px;
    }
    .testimonial_input section.left_panel section.add-photo span#uploaded_image_name, 
    .testimonial_input section.left_panel section.add-video span#uploaded_video_name, 
    .testimonial_input section.left_panel section.add-video, 
    .testimonial_input section.left_panel section.add-photo{
        width: 100%;
    }
    .testimonial_input section.left_panel section.add-video{
        margin-left:0;
    }
    .listitem_description div.full_desc > span:last-child{
        left: 0px;
    }
	
    /***social icons***/
    .icons_row .zt_btn_wrapper {
        width: 100%;
    }
    .testimonial_slider_wrapper .icons_row{
        padding-top: 20px;
        padding-bottom:20px;
    }
    .icons_row .icons_wrapper{
        float: left;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait){
    .testimonial_input section.left_panel form button[type="submit"]{
        margin-top: 0;
    }
}

/* Index: 08/02. Upto Porttraid mode of iPhone 5 */
@media(max-width:567px) {
    .testimonial_input section.left_panel form > fieldset.two_field{
        float: none;
        margin-right: 0px;
    }
    .testimonial_input section.left_panel section.add-photo{
        float: none;
    }
    .testimonial_input section.left_panel section.add-photo div:first-child{
        float:left;
        margin-right:18px;
        margin-bottom: 0;
    }
    .testimonial_input section.left_panel section.add-video{
        float: none;
        margin-left:0;
    }
    .testimonial_input section.right_panel div:last-of-type{
        margin: 24px 0 15px 0px;
    }
    .modal_content .listitem > p:first-of-type{
        min-height: 66px;
    }
    .modal_content .listitem p {
        margin-left:0;
    }
    .modal_content .listitem div.listing_btns {
        float: left;
        position: relative;
        bottom: 2px;
        left: 0;
    }
    .preview_modal .modal_content .listitem div.listing_btns{
        float: right;
        position: initial;
        bottom: 0;
        left: auto;
    }
}

@media screen and (min-width:320px) and (max-width:567px){
    .popup_container{
        top: 50%;
    }
    .popup_container .modal_content{
        height: 334px;
    }
    #video_popup_wrapper .popup_container{
        max-height: none;
        top: 50% !important;
    }
    .popup_container .content{
        position: relative;
        max-height: none;
    }
    .modal_content .listitem{
        max-height: 334px;
        overflow-y: scroll;
    }
    .testimonial_input section.left_panel form > fieldset.two_field select{
        width: 252px !important;
    }
    .testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
        width: 230px !important;
    }
    #message_popup_wrapper .popup_container{
        top: 50% !important;
        width: 300px;
    }
}

/* Index: 08/03. From Landscape mode of iPhone 5 */
@media(min-width:568px) {
    .testimonial_input section.left_panel form > fieldset.two_field select{
        width: 250px !important;
        margin-top: 5px;
    }
    .testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
        width: 210px !important;
    }
    /*blue color buttons*/
    .testimonial_input section.left_panel form > fieldset > label > span.float_right{
        float:right;
    }
    .testimonial_input section.left_panel form button[type="submit"]{
        float: right;
        margin-top: 0;
    }
    #message_popup_wrapper .popup_container{
        top: 50% !important;
    }
}

/* Index: 08/04. Upto Small Devices */
@media(max-width:767px) {
    .popup_container {
        width: 90%;
    }
    .modal {
        width: 100% !important;
    }
    .archive-modal-wrapper .full_desc > p {
        line-height: 17px;
    }
}


/* Index: 08/05. Custom Range */
@media screen and (min-width:568px) and (max-width:767px){
    #video_popup_wrapper .popup_container{
        height: 360px;
        max-height: 360px;
        top: 60%;
    }
    .popup_container .content{
        position: relative;
        padding: 20px;
    }
    .preview_modal .popup_container .content{
        height: auto;
    }
    .popup_container .content.modal_content .listitem{
        overflow: scroll;
        height: 180px;
    }
    #video_popup_wrapper .popup_container .content{
        padding-top: 20px;
    }
    #video_popup_wrapper .popup_container .content > iframe, .modal_content .listitem iframe{
        max-height: 180px;
    }
    #message_popup_wrapper .popup_container .content{
        height:auto;
    }
}

/* Index: 08/06. ipad Range */
@media screen and (min-width:768px) and (max-width:1023px){
    .popup_container .content{
        max-height: 370px;
        overflow-y: scroll;
    }
    .testimonial_input section.left_panel form > fieldset.two_field select{
        width: 321px !important;
    }
    .testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
        width: 300px !important;
    }
}

/* Index: 08/07. IOS Hack from 768px to 1024px */
@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)
    and (-webkit-min-device-pixel-ratio: 2){ 
        #popup_wrapper.archive_modal_overlay .content{
            overflow-y: auto;
            max-height:358px;
            -webkit-overflow-scrolling:touch;
            position:relative;
        }
}

/* Index: 08/08. Large devices */
@media (min-width:1024px){
    .popup_container .content{
        overflow-y: auto;
        max-height: 372px;
        min-height:140px;

    }
    #video_popup_wrapper .popup_container .content{
        overflow-y: hidden;
    }
    .testimonial_input section .message{
        position: absolute;
        left: 0;
        top: 54px;
    }
    .modal video {
        width: 92% !important;
    }
    .preview_modal .popup_container h2{
        padding: 10px 20px 14px;;
    }
    .testimonial_input section.left_panel div.file_upload .add-photo section.info_container p > i{
        top: 16px;
        right: -20px;
    }
    .testimonial_input section.left_panel div.file_upload .add-photo section.info_container p:first-child span{
        top: -88px;
    }
    .testimonial_input section.left_panel div.file_upload .add-video section.info_container p > i{
        top: 16px;
    }
    .testimonial_input section.left_panel form > fieldset.two_field input[type="text"]{
        width: 228px !important;
    }
    .content-heading h1 + span{
        width: 290px;
        word-break: break-word;
    }
    .icons_row .icons_wrapper{
        margin-top: 4px;
    }
    .testimonial_input section.left_panel section.add-video, 
    .testimonial_input section.left_panel section.add-photo{
        width: 216px;
    }
}

/* Index: 08/09. Custom Range */
@media (min-width:1025px) {
    #popup_wrapper.archive_modal_overlay .modal_content .listitem iframe#frame{
        height: 358px;
    }
}

 /* Index: 09. Custom Range iOS Blocker Chrome 15+, Android OS & Browser 4+ Mobiles (High-Definition) */
@media screen and (-webkit-min-device-pixel-ratio:1.1) {
    _:-webkit-full-screen, body { cursor:inherit; } 
}

/*eof*/
