/* Common Styles*/

body {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #ebebeb;
    /*background-image: url(../images/bar-pattern.png);*/
    background-repeat: repeat;
}

body * {
    word-wrap: break-word;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    font-weight: 300;
    color: #666;
    line-height: 26px;
    letter-spacing: 0.35px;
    margin: 0 0 15px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.main-conatiner {
    overflow-x: hidden;
}

/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


/* Header */

header .navbar-default {
    background-color: #3b5998;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

header .navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

header .navbar-brand {
    height: auto;
/*    padding: 25px 15px;*/
}

header .navbar-default .navbar-nav>li>a {
    padding: 40px 25px;
    letter-spacing: 0.35px;
    color: #fff;
    position: relative;
}

header .navbar-default .navbar-nav>.active>a,
.no-touch header .navbar-default .navbar-nav>.active>a:focus,
.no-touch header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fff;
}

header .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

header .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

header .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

header .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header .navbar-default .navbar-toggle {
    border: 0;
    margin: 33px 15px;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

header .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.user-action ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-action ul li {
    display: inline-block;
    padding: 27px 10px;
}

.user-action ul li a {
    color: #fff;
    background-color: #8b8878;
    padding: 12px 28px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}


/* Footer */

.footer {
    background-color: #3b5998;
    /*bottom: 0;
    position: absolute;*/
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
    color: #666;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: capitalize;
    display: inline-block;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    color: #222;
}

.no-touch .footer ul li a:hover {
    color: #fff;
}

.footer ul.nlinks {
    padding: 6px 0 0;
}

.footer ul.nlinks li {
    padding-left: 5px;
}

.footer ul.nlinks li:after {
    content: "|";
}

.footer ul.nlinks li:last-child:after {
    content: none;
}

.footer ul.nlinks li a {
    padding-right: 8px;
}

.footer ul.slinks {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}

.footer ul.slinks li {
    padding-left: 5px;
}


/* Banner */

.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bannerBg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}
.slick-slide img{
    width: 100%;
}

.slick-dots li{
    margin: 0;
}

.slick-dots{
    bottom: -60px;
}

.slick-dots li button:before{
    font-size: 10px;
}

/*
.slick-initialized .slick-slide{
    height: 380px;
    overflow: hidden;
}
*/
/*
.page-banner:after {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
*/

.banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
/*    padding: 0 0 14%;*/
}

.banner-content .centered-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    text-align: center;
}

.banner-content .centered-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 15px;
}

.banner-content .centered-content span {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.banner-content .centered-content a.play-btn {
    color: #000;
    background-color: #fff;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
}

.no-touch .banner-content .centered-content a.play-btn:hover {
    -webkit-animation: rubberBand .7s ease;
    animation: rubberBand .7s ease;
}

.banner-content .centered-content .vline {
    height: 80px;
    width: 1px;
   /* background-color: rgba(255, 255, 255, 0.45);*/
    margin: 30px auto;
}


/* Content */

.content-area .title {
    font-size: 30px;
    line-height: 36px;
    color: #8b8878;
    margin: 0 0 20px;
}

.content-area .title.small {
    font-size: 18px;
    line-height: 24px;
}

.welcome-container {
    background: #fff none repeat scroll 0 0;
    /*margin-top: 60px;*/
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.welcome-container .img-block {
    text-align: right;
}

.welcome-container .img-block i {
    display: inline-block;
    position: relative;
}

.welcome-container .img-block i::after {
    border: 4px solid #3b5998;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -50px;
    top: 50px;
    display: inline-block;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-touch .welcome-container .img-block i:hover:after {
    left: -30px;
    top: 30px;
}
/* Re-wrote the above css for effect on i tag to apply for em tag as tinymce replaces i tag to em tag - 23Apr2017*/
.welcome-container .img-block em {
    display: inline-block;
    position: relative;
}

.welcome-container .img-block em::after {
    border: 4px solid #3b5998;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -50px;
    top: 50px;
    display: inline-block;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-touch .welcome-container .img-block em:hover:after {
    left: -30px;
    top: 30px;
}

.subscribe-section {
    text-align: center;
    padding: 100px 0 0;
}

.subscribe-section .title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

.action-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 30px;
    margin: 20px 0;
    background-color: #333;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.3);
}


.action-btn:focus {
	outline: 0;
	border: 0;
} 
.action-btn i {
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.action-btn.orange {
    background-color: #3b5998;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(245, 130, 32, 0.3);
    /*box-shadow: 0px 8px 16px 0px rgba(245, 130, 32, 0.3);*/
    box-shadow: none;
}

.no-touch .action-btn:hover {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.action-btn:focus {
    color: #fff;
}

.inner-banner-content {
    padding: 8% 0;
}

.banner-content .centered-content h1.inner-title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 1px;
    margin: 0;
}

.content-container {
    background: #fff none repeat scroll 0 0;
    margin: 60px 0;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.pricing {
    padding: 50px 0 20px;
    font-size: 0;
    text-align: center;
}

.pricing-container {
    float: none;
    display: inline-block;
    margin: 0 0 30px;
}

.pricing-item {
    background-color: #fff;
    border: 0 none;
    margin-top: 0;
    border-radius: 10px;
    padding: 15px 0 0;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-item:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(99, 117, 138, 0.3);
    box-shadow: 0px 10px 40px 0px rgba(99, 117, 138, 0.3);
    border-color: transparent;
}

.pricing-item .item-heading {
    padding: 30px 15px;
    position: relative;
    z-index: 9;
}

.pricing-item .item-heading .h4 {
    color: #8b8878;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.35px;
    margin: 0;
}

.pricing-item .item-price {
    background-color: transparent;
    color: #242424;
    padding: 0 15px;
}

.pricing-item .item-price .currency {
    font-size: 24px;
    font-weight: 700;
    vertical-align: 17px;
}

.pricing-item .item-price .amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
}

.pricing-item .item-price .mo {
    font-size: 12px;
    position: relative;
    display: block;
    margin: 15px 0 0;
}

.pricing-item .item-body {
    padding: 35px 20px 30px;
    /*text-align: left;*/
}

.pricing-item .item-body ul {
    color: #666;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-item .item-body ul li {
    padding: 10px 0 5px;
}

.pricing-item .item-body ul li img {
    max-width: 11px;
    margin-right: 5px;
}

.pricing-item .item-footer {
    padding-bottom: 30px;
}

.pricing-item .item-footer .action-btn {
    font-size: 12px;
    padding: 12px 40px;
}

.faq-section .panel-group {
    margin-bottom: 0;
}

.faq-section .panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.faq-section .panel-default>.panel-heading {
    background-color: transparent;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.faq-section .panel-group .panel:last-child .panel-heading {
    border-bottom: 0;
}

.faq-section .panel-default>.panel-heading .panel-title {
    font-size: 15px;
    line-height: 25px;
    color: #444;
}

.faq-section .panel-default>.panel-heading .panel-title a {
    color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-section .panel-body {
    padding: 20px 0;
    font-weight: 300;
    color: #666;
    line-height: 26px;
    letter-spacing: 0.35px;
}

.faq-section .panel-group .panel+.panel {
    margin-top: 0;
}

.faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
}

.faq-section .panel-group .panel:last-child .panel-body {
    border-top: 1px solid #eeeeee;
}

.panel-title>a:before {
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 20px;
    font-size: 24px;
    position: relative;
    top: 3px;
    color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.panel-title>a.collapsed:before {
    content: "\f105";
    font-size: 24px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.cms-section .alignleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-top: 8px;
}

.cms-section .alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-top: 20px;
}

.subscribe-form {
    padding: 60px 0 0;
}

.subscribe-form label {
    font-weight: 400;
    color: #8b8878;
    margin-bottom: 10px;
}

.subscribe-form .form-control {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 0;
    height: 40px;
    box-shadow: none;
    font-size: 12px;
    color: #666;
}

.subscribe-form .form-control:focus {
    z-index: 2;
}

.subscribe-form textarea.form-control {
    height: 100px;
    resize: vertical;
}

.subscribe-form .form-group {
    margin-bottom: 30px;
	position: relative;
}

.subscribe-form .input-group-addon {
    background-color: #ddd;
    border: 0;
}

.subscribe-form .bootstrap-select .btn {
    height: 40px;
    border: 0;
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
}

.subscribe-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.subscribe-form .btn-default:active:hover,
.subscribe-form .btn-default.active:hover,
.subscribe-form .open>.dropdown-toggle.btn-default:hover,
.subscribe-form .btn-default:active:focus,
.subscribe-form .btn-default.active:focus,
.subscribe-form .open>.dropdown-toggle.btn-default:focus,
.subscribe-form .btn-default.focus:active,
.subscribe-form .btn-default.active.focus,
.subscribe-form .open>.dropdown-toggle.btn-default.focus {
    border: 0;
    background-color: #f6f6f6;
    color: #666;
    outline: 0;
}

.subscribe-form .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.subscribe-form .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 20px;
    color: #666;
    font-size: 12px;
}

.subscribe-form .action-btn {
    margin: 30px 0 0;
    padding: 10px 40px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.subscribe-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
}

.subscribe-form .bootstrap-select .btn:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 18px;
    color: #666;
    position: absolute;
    top: 8px;
}

.subscribe-form .bootstrap-select>.dropdown-toggle {
    padding-right: 28px;
}

.subscribe-form .checkbox {
    margin-top: 0;
}

.subscribe-form .checkbox label {
    margin-bottom: 0;
}

.forgot-password {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.forgot-password a {
    color: #333;
    font-size: 12px;
}

.forgot-password a:hover {
    color: #3b5998;
}

.login-form .checkbox label {
    font-size: 12px;
    color: #666666;
}

.login-form .checkbox label input[type="checkbox"] {
    margin-top: 2px;
}

.join-us-link a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    margin: 0 0 20px;
    display: inline-block;
}

.join-us-link a:hover {
    color: #3b5998;
}

.subscribe-form .more-link {
    font-size: 10px;
    color: #3b5998;
    padding: 0 10px;
    display: inline-block;
}
.subscribe-form .terms-condition {
    font-size: 14px;
}
.subscribe-form .more-link:hover {
    color: #8b8878;
    text-decoration: underline;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    height: 40px;
    line-height: 28px;
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-preview-input:hover {
    background-color: #8b8878;
    border-color: #8b8878;
    color: #fff;
}

.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
    height: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.image-preview-clear {
    background-color: #f6f6f6;
    height: 40px;
}

/* Dashboard */

.dashboard-section .nav-tabs > li > a {
    color: #666;
    font-size: 16px;
}

.dashboard-section .nav-tabs > li > a:hover {
    color: #8b8878;
    background-color: transparent;
    border-color: transparent;
}

.dashboard-section .nav-tabs > li.active > a {
    color: #8b8878;
}

.dashboard-section .tab-content {
    padding: 30px 0;
}

.user-login .btn {
    background-color: transparent;
    color: #fff;
    padding: 35px 0 35px 25px;
}
.user-login .btn:active {
    box-shadow: none;
}
.user-login .dropdown-menu {
    margin: -1px 0 0;
    border-radius: 0;
    left:15px;
}
.user-login .dropdown-menu li a {
    color: #333;
    padding: 12px 20px;
}
.user-login .dropdown-menu li a:hover {
    background-color: transparent;
    color: #3b5998;
}

.user-login .dropdown-menu li a:focus {
    background-color: transparent;
    color: #333;
}

.inmateList .inmate-bio div {
    margin-bottom: 5px;
}

.inmateList .inmate-bio div label {
    float: left;
    min-width: 130px;
}

.inmateList .inmate-bio div span {
    display: block;
    padding-left: 130px;
}

.inmateAction {
    border-radius: 5px;
    display: block;
    margin: 0 0 5px;
    padding: 8px 10px;
    color: #333;
    font-weight: 300;
}

.inmateAction:hover {
    color: #3b5998;
}

.inmateAction:focus {
    color: #333;
}

.inmate-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.inmate-action-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px dashed #ccc;
}
.inmate-sep-data {
    margin: 0 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}
.inmateList .action-btn i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.advocate-section h4 {
    margin: 0 0 20px;
}

.advocate-section .subscribe-form {
    padding: 10px 0 0;
}

.advocate-section .subscribe-form .action-btn {
    margin: 0;
}

.adv-profile {
    padding: 0 20px;
}

.advocate-section .adv-border {
    border-left: 1px dashed #ccc;
}

#add-inmate .subscribe-form {
    padding: 0; 
}

#add-inmate .subscribe-form .action-btn {
    margin: 0;
}

#update-inmate .subscribe-form {
    padding: 0; 
}

#update-inmate .subscribe-form .action-btn {
    margin: 0;
}

.invite-member .members-list {
    font-size: 12px;
}

.members-list caption {
    text-align: center;
}
/* Required Message Label Style */

.subscribe-form label.error {
	color: #3b5998;
    font-size: 10px;
    margin: 5px 0 0;
    position: absolute;
    left: 0;
    bottom: -22px;
    /*background-color: #3b5998;*/
    padding: 2px 0 0;
}

/*.subscribe-form label.error:before {
  content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3b5998; 
    position: absolute;
    top: -5px;
	left:5px;
  
}*/
.invite-member .members-list {
    font-size: 12px;
}

.members-list caption {
    text-align: center;
}

.invite-member .members-list a {
    color: #d9534f;
}
.invite-member .members-list a i {
    font-size: 11px;
}
#get-subscription .subscribe-form
{
	padding:0;
}
#update-news .subscribe-form
{
	padding:0;
}
#invite-inmate-family .subscribe-form
{
	padding:0;
}
.content-section ol {
	/*padding-left:20px;*/
	padding-left:115px;
	text-align:left;
}
.content-section ol li {
	margin-bottom:5px;
}
#search_inmate {
    width: 100%;
    /*box-sizing: border-box;*/
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 16px;
    /*background-color: white;*/
    background-image: url('../ico/searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    /*-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;*/
}

#search_inmate:focus {
    /*width: 100%;*/
}

.carousel{
	background: #2f4357;
	margin-top: 20px;
}
.carousel .item{
	min-height: 280px; 
}
.carousel .item img{
	margin: 0 auto; 
}
.bs-example{
	margin: 20px;
}