a{
    text-decoration:none!important;
}

ul li{
    list-style: none!important;
}



.navbar{
    margin-bottom:0;
    border-radius:0;
    border:none;
}

.top-nav{
    height:100px;
}

.top-nav .nav > li > a:hover{
    background-color:transparent !important;
}
.top-nav .navbar-button{
    background-color:#76B041;
    margin-top:25px;
    color: #000;
}
.top-nav .navbar-button i{
    background-color:#a7cc86;
    margin-right:30px;
    color:#000;
    padding:15px;
    font-size:1em;
}


.top-nav .navbar-button a{
    padding:0;
    padding-right:35px;
    color:#000;
    text-transform: uppercase;
}

.bottom-nav .fab {
    font-size:20px;
}

.top-nav .navbar-button{
    margin-right:25px;
    display: flex;
}
.donate-btn {
    margin-right: 10px;
}
.donate-btn i:before {
    font-size: 15px;
}
.expiration-dropdowns {
    display: flex;
}
.expiration-dropdowns select {
    margin-left: 10px;
}
.recap-submit {
    margin-bottom: 19px;
    margin-top: 20px;
}
.contact-donate-btns {
    display: flex;
    width: 101%;
}
.donate-page .row {
    width: 100%;
}


.navbar-brand{
    padding-top:0;
}
.bottom-nav{
    background-color:#003D5B;
    border-bottom:5px solid #76B041;
}

.caret {
    margin-left: 1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bottom-nav .navbar-nav li a{
        padding:15px 14px;
    }    
}

.bottom-nav .navbar-nav li a{
    text-transform: uppercase;
    color:#fff;
    transition: all 0.1s ease;
    font-size:13px;
    padding:14px;
}
.bottom-nav .navbar-nav li .active{
    background-color:#76B041;
    color:black;
}

.bottom-nav .navbar-nav li a:hover,  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:focus{
    background-color:#76B041;
    color:black;
}

.dropdown-menu{
    background-color:#003D5B;
    border:5px solid #76B041;
    box-shadow: none;
    border-top: 5px solid #003D5B;
    border-radius:0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color:#fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color:#76B041;
}

.contact-lifeline{
    background:#76B041;
}

.contact-lifeline a, .contact-lifeline p{
    color:black;
    font-weight:900;
}


.contact-lifeline p{
    margin-bottom:0;
    padding-bottom:5px;
}

.contact-lifeline a{
    text-decoration: underline!important;
}

.carousel{
    border-bottom:5px solid #76B041;
}


  .services-section{
    width:100%;
    padding:0;
  }
  
  .services-section .col-lg-4{
    padding:0;
  }

.lawyer-boxes{
    margin-top:-70px;
    position: relative;
    z-index:1;
    background:transparent;
}

.lawyer-boxes .box{
    z-index:9;
    padding:30px 20px;
    position: relative;
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
    overflow:hidden;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.lawyer-boxes .box:after{
    background-color:rgba(255,255,255,1.0);
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
    top:0px;
    z-index:-9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.lawyer-boxes .box i{
    background:#76B041;
    font-size:40px;
    position: relative;
    color:#fff;
    transition:.4s;
    width:70px;
    height:70px;
    line-height:68px;
    border-radius:50%;
    transform:rotate(0deg);
}

.lawyer-boxes a  h3,.lawyer-boxes  a  p,.lawyer-boxes  a {
    color:#333;
    transition: all 0.4s ease;
    z-index:3;
    margin-top:10px;
    margin-bottom:10px;
}

.lawyer-boxes a p{
    margin-bottom:14px;
}

.lawyer-boxes .box.bg-1{
    background-image:linear-gradient(rgba(0,0,51,0.7), rgba(0,0,51,0.7)),url(images/iStock_000005539246Medium.jpg);
}
.lawyer-boxes .box.bg-2{
    background-image:linear-gradient(rgba(0,0,51,0.7), rgba(0,0,51,0.7)),url(images/iStock_000004766674XSmall.jpg);
}
.lawyer-boxes .box.bg-3{
    background-image:linear-gradient(rgba(0,0,51,0.7), rgba(0,0,51,0.7)),url(images/iStock_000002196621XSmall.JPG);
}

.lawyer-boxes .box{
    background-color:rgba(255,255,255,1.0)!important;
}

.lawyer-boxes .box:hover{
    background-color:rgba(255,255,255,0.0);
}
.lawyer-boxes .box:hover:after{
    background-color:rgba(255,255,255,0.0);
}


.lawyer-boxes .box:hover h3, .lawyer-boxes .box:hover p, .lawyer-boxes .box:hover a{
    color:#fff;
    text-decoration:none;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .9);
}

/* PopUp */
.popup-container {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0; /* Initially hidden */
    transition: opacity 2s ease-in-out; /* Smooth fade transition with 2-second duration */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 0;
}

/* Styles for the popup box */
.popup-box {
    background-color: #ffffff; /* Background color for the box */
    padding: 0; /* Set padding to 0 to remove padding */
    border-radius: 10px; /* Rounded corners for the entire box */
    text-align: center;
    max-width: 90%;
    margin: 0 auto; /* Center the box horizontally */
    position: relative; /* Added position relative */
    color: #000; /* Text color for the popup box */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* 3D effect with box-shadow */
    padding-bottom: 60px; /* Increased space between text and close button */
}
.popup-box h2 {
    color: #000;
}
 /* Styles for the popup header (bar at the top) */
 .popup-header {
    background-color: #76b24f; /* Updated background color for the header */
    color: #fff; /* Text color for the header (white) */
    padding: 5px 20px; /* Padding for top and bottom, added left and right padding */
    border-radius: 10px 10px 0 0; /* Rounded corners only at the top */
    font-weight: bold; /* Bold font for the header */
    display: flex;
    justify-content: center;
    align-items: center;
}
 /* Style for the close button centered at the bottom with 3D effect */
 .close-button {
    cursor: pointer;
    position: absolute;
    bottom: 20px; /* Increased space between text and close button */
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background-color: #5c8396; /* Background color for the close button */
    color: #fff; /* Text color for the close button (white) */
    border-radius: 5px; /* Rounded corners for the close button */
    padding: 5px 10px; /* Smaller padding for the close button */
    transition: box-shadow 0.2s ease; /* 3D effect transition */
}

/* 3D effect for the close button text on hover */
.close-button:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Add text shadow on hover */
}

/* Styles for the popup content (text) */
.popup-content {
    margin: 40px; /* Add a margin to the sides of the text */
}

@media (min-width:768px) {
    .popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        z-index: 999;
        opacity: 0; /* Initially hidden */
        transition: opacity 2s ease-in-out; /* Smooth fade transition with 2-second duration */
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

.about-section{
    padding:70px;
}
.about-section h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #666;
}
.video-thumb {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.section-title:before, .section-title:after{
    content: " ";
    position: absolute;
    width:3px;
    height:25%;
    top:0;
    left:15px;
    
}

.section-title:before, .section-title:after{
    background-color:#76B041;
}

.section-title:after{
    left:27px;
}

.section-title{
    padding-left:33px;
}

.blue-btn{
    background-color:#003D5B;
    color:#fff;
    border-radius:0;
    border:none;
    padding:12px 20px;
    text-transform: uppercase;
    font-size:13px;
    border:1px solid #003D5B;
    transition: all 0.2s ease;
}

.about-section p {
    color:#666;
}
.text-blue{
    color:#5c8396;
    
}
.section-title > i > h4{
    color:#666;
    
}

.learn-btn{
    background-color:#5c8396!important;
    padding:5px 10px;
    border: 1px solid #5c8396!important;
    box-shadow: none!important;
    border-radius:4px;
}
.blue-btn:hover{
    background-color:#fff;
    color:#5c8396;
    border:1px solid #5c8396;
}




.jumbotron{
    margin-bottom:0;
}
.text-container{
    background-color:#fff;
    padding:30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.text-container p{
    font-size:16px;
}
.btn-3 {
    background: #003D5B;
    border: 1px solid #003D5B;
    box-shadow: 0px 2px 0 #003D5B, 2px 4px 6px #5c8396;
    font-weight: 900;
    letter-spacing: 1px;
    transition: all 150ms linear;
  }
  
  .btn-3:hover {
    background: #5c8396;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 #003D5B;
    transition: all 250ms linear;
  }




.newsletter{
    background-color:#5c8396;
    padding:30px;
    color:#fff;
}
.newsletter .btn{
    border-radius:0;
    text-transform: uppercase;
    color:#76B041;
    font-size:20px;
    margin-top:10px;
}

.newsletter-btn{
    color:#fff;
    /* background-color:transparent; */
    background-color: #003D5B;
    border:3px solid #fff;
    text-transform: uppercase;
    padding:10px 15px;;
}
.newsletter-btn:hover{
    background-color:#fff;
    color:#5c8396;
    transition: all 250ms linear;
}


.newsletter-container h2, .newsletter-container i{
    color:#fff;
}
.newsletter-container input:nth-child(1){
    padding:10px;
}
.newsletter-container{
    padding:40px;
    background-color:#5c8396;

}
.newsletter-container .container{
    border:2px solid #fff;
    padding:15px;
}
.newsletter-container i{
    margin-top:-70px;
    background-color:#5c8396;
    padding:15px;
}

footer{
    padding:30px;
    background-color:#003D5B;
    padding-bottom:0;
}


footer .social-media{
    padding-left:100px;
}

footer li a{
    color:#fff;
    transition: all 0.2s ease;
}

footer li a:hover{
    text-decoration: none;
    color:#76B041!important;
}


.nb-footer .footer-single li{
    border-top:solid 1px #5c8396;
    padding:7px 0;
}

.nb-footer .footer-single li:first-child{
    border-top:none;
}

.nb-copyright {
    padding-top:20px;
    text-align: center;
    color:#fff;
}

.nb-copyright a{
    color:#fff;
}
footer img {
    width: 100%;
}

footer .social-media li{
    list-style:none;
    display:inline-block;
    border:none;
}

footer .social-media li i{
    margin:10px 10px;
    font-size:38px;
}

.nb-footer .social-media li{
    border-top:none!important;
}
footer .social-media li i:hover, .nb-footer .footer-single li:hover{
    color:#76B041!important;
}

.push{
    height: 120px;
}

/* Contact CSS */
.contact-panel{
    padding:0 5%;
    margin-top:-80px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border:1px solid #f2f2ff;
}

.contact-panel .col-lg-4{
    margin-top:20px;
}


.contact-panel textarea {
	resize: none;
}
.contact-panel .form-label {
	font-size: 12px;
	color: #76B041;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.contact-panel .form-control {
	border-radius: 0;
	border-color: #ccc;
   	border-width: 0 0 2px 0;
   	border-style: none none solid none;
   	box-shadow: none;
}
.contact-panel .form-control:focus {
	box-shadow: none;
	border-color: #5c8396;
}
.contact-panel .js-hide-label {
	opacity: 0; 	
}
.contact-panel .js-unhighlight-label {
	color: #999 
}
.contact-panel .btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #5c8396;
    border-radius: 3px;
    color: #1a262d;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.contact-panel .btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #76B041;
	color: #76B041;
}

/* ================================== */
.title-BG{
    background-image: url(images/title-background.jpg);
    height:200px;
    margin-bottom:3%;
}
.title-BG h2{
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-top:70px;
}


.thankyou-page{
    height:292px;
    padding:13%;
    padding-top:5%;
    text-align:center;
}

/* Lawyer's Main Page CSS */



.lawyers-icons .custom-icon {
    cursor: pointer;
    display: flex;
    width: 50vw;
    height: 50vw;
    color: #003D5B;
    font-size: 4rem;
    border-radius: 25vw;
    overflow: hidden;
    background-size: cover;
    border: 6px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
    opacity: 0.8;
    transition: background 0.5s, color 1s, opacity 0.5s, border 0.5s;
  }
  .lawyers-icons .custom-icon::before {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  
  .lawyers-icons .custom-icon:hover {
    opacity: 1;
    color: #76B041;
    border-color: #76B041;
  }
  
  .lawyers-icons .icon-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  
  @media (min-width: 600px) {
    .lawyers-icons .custom-icon {
      width: 9vw;
      height: 9vw;
      font-size: 6rem;
    }
  }
  .lawyers-icons a{
      color:#003D5B
  }

/* ============================= */

/* Multi Text Pages: Lawyers Resources, Law Students Resources, Judge Resources */
.multi-text h2 {
    font-size: 18px;
    margin: 10px 0;
}

/* Testimonials CSS */
  .testimonial-panel{
      padding:30px;
      -webkit-box-shadow: 0 10px 6px -6px #777;
      -moz-box-shadow: 0 10px 6px -6px #777;
      box-shadow: 0 10px 6px -6px #777;
      border:none;
      background-color:rgba(118,176,65,0.8);
      /* color:#fff; */
    color:#003D5B;
  }
  .testimonial-panel a{
      color:#fff;
  }



/* ============================= */

/* FAQS CSS */

.panel-default > a > .panel-heading{
    background-color:#76B041;
    color:#fff;
}
.panel-default{
    border:1px solid #76B041
}
.panel-body h3  {
    font-size: 18px;
}

.panel-title{
    color:#000;
}

/* ============================= */

/*Articles List Page CSS  */
  .articles-container a{
    color:#003D5B;
  }
/* ============================= */

/* Comission CSS */
    .glyphicon-lg
    {
        font-size:4em
    }
    .info-block
    {
        border-right:5px solid #E6E6E6;margin-bottom:25px
    }
    .info-block .square-box
    {
        width:100px;min-height:110px;margin-right:22px;text-align:center!important;padding:20px 0
    }
    .info-block.block-info
    {
        border-color:#76B041;
    }
    .info-block.block-info .square-box
    {
        color:#FFF;
        height:100px;
        overflow:hidden;
    }

    .commission-page h2 {
        font-size: 18px;
        margin: 10px 0;
    }
/* ============================= */

/* Volunteer Form CSS */
.form-wizard {
	padding: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	box-shadow: 0px 0px 6px 3px #777;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
}



.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
	color: #003D5B;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
	font-size: 25px;
    font-weight: 300;
    color: #003D5B;
    line-height: 30px;
	margin-top: 0; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}

.form-wizard h4 {
	float:left;
	font-size: 20px;
    font-weight: 300;
    color: #003D5B;
    line-height: 26px;
	width:100%;
}
.form-wizard h4  span{
	float:right;
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #003D5B; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #003D5B; color: #fff; text-shadow: none; }


.form-control {
	height: 44px;
	width:100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: lightgray;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: rgba(0, 61, 91, 1);
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 9px;
	margin-left: -20px;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #003D5B inset;
}

.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#003D5B; }


.form-wizard .btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard .btn:hover {
	background:#f34727; 
	color: #fff; 
	}
.form-wizard .btn:active { 
	outline: 0; 
	background:#f34727; 
	color: #fff; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
	outline: 0; 
	background:#f34727; 
	color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #003D5B; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #003D5B; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
	color: #4F8A10;
	text-align: center;
	margin: 20px auto !important;
}
.form-wizard .success .success-icon {
	color: #4F8A10;
	font-size: 100px;
	border: 5px solid #4F8A10;
	border-radius: 100px;
	text-align: center !important;
	width: 110px;
	margin: 25px auto;
}
.form-wizard .progress-bar {
	background-color: #003D5B;
}

.form-wizard-steps{ 
	margin:auto; 
	overflow: hidden; 
	position: relative; 
	margin-top: 20px;
}
.form-wizard-step{
	padding-top:10px !important;
	border:2px solid #fff;
	background:#ccc;
	-ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
	background:#003D5B;
}
.form-wizard-step.activated{
	background:#003D5B;
}
.form-wizard-progress { 
	position: absolute; 
	top: 36px;
	left: 0; 
	width: 100%; 
	height: 0px; 
	background: #003D5B;
}
.form-wizard-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 0px; 
	background: #003D5B; 
}

.form-wizard-tolal-steps-3 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 33.33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
	position: relative; 
	float: left; 
	width: 25%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-5 .form-wizard-step { 
	position: relative;
	float: left;
	width: 20%;
	padding: 0 5px;
}

.form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
	color: #777; 
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	-ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step-icon i{
    margin-top:25%;
}


.form-wizard-step.activated .form-wizard-step-icon {
	background: #003D5B; 
	border: 1px solid #fff; 
	color: #fff; 
	line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #003D5B; 
	line-height: 38px;
}

.form-wizard-step p { 
	/* color: #fff; */
    color: rgba(0, 61, 91, 1);
	-ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff; }

.form-wizard fieldset { 
	display: none; 
	text-align: left; 
	border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #003D5B;}



/* ============================= */
@media only screen and (max-width:320px) {
    .expiration-dropdowns {
        display: block;
    }
    .donate-page .row {
        width: 111%;
    }
    .recap-submit .g-recaptcha {
        transform: scale(.68);
        transform-origin: 0 0;
    }
}

@media(min-width:325px) and (max-width:767px){
    .donate-page .row {
        width: 111%;
    }
    .expiration-dropdowns {
        display: block;
    }
    .expiration-dropdowns select {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .recap-submit .g-recaptcha {
        transform: scale(.68);
        transform-origin: 0 0;
    }
    .lawyer-boxes{
        margin-top:15px;
    }
    .lawyer-boxes .box{
        margin-bottom:20px;
    }
    .top-nav .navbar-button{
        margin-top:43px;
        width:56%
    }
    .btn-3{
        margin-bottom:20px;
    }
    .brand img{
        width:100%;
    }
    .volunteer-form .col-xs-12{
        padding:0;
    }
    .contact-panel .btn-start-order{
        padding:10px 33px;
    }
    .navbar-brand > img{
        width:100%;
    }
    .bottom-nav .navbar-nav li .active{
        background-color:transparent;
    }
    .about-section{
        padding:0;
    }
    .btn-3{
        margin-left:-15px;
    }
    .video-thumb{
        height:auto;
    }
    .video-play-button{
        top:34%;
    }
    .newsletter-btn{
        margin-top:20px;
    }
    footer .social-media{
        padding-left:0;
    }
    .info-block.block-info{
        height:170px!important;
    }
    .contact-panel {
        margin-top: -40px;
    }
}

.video-thumb img{
    width:100%;
}


@media(min-width:768px) and (max-width:1023px){
    .top-nav .navbar-button{
        width:89%;
        margin-right: 16px;
        margin-top: 20px;
    }
    .top-nav .navbar-button a {
        padding-right: 11px;
    }
    .top-nav .navbar-button i {
        margin-right: 5px;
    }
    .donate-btn {
        margin-right: 6px;
    }
    .donate-page {
        width: 738px;
    }
    .bottom-nav .navbar-nav li a{
        font-size:10px;
        padding:5px;
    }
    .about-section{
        padding:70px 0;
    }
    .video-thumb img{
        width:100%;
    }
    .video-play-button{
        top:75%;
        left:50%;
    }
    footer{
        padding:30px 0;
    }
    .info-block.block-info{
        height:150px;
    }
    .video-thumb{
        margin-top:40%;
    }
}

@media(max-width:1024px){
    .bottom-nav .navbar-nav li a{
        font-size:12px;
        padding:13px 6px;
    }
    .lawyer-boxes .box{
        height:310px;
    }
    .about-section{
        padding:70px 0;
    }
    footer{
        padding:30px 0;
    }
    .dummy-logo img{
        width:100%;
    }
    .info-block.block-info{
        height:120px;
    }
}