/* Add here all your CSS customizations */

.MFA_Well {
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 12px;
}
.MFA_Pill_Default {
	background: #4786a4;
}
.MFA_Pill_lg {
		color: #077e25;
	    padding: 25px 0px;
	    width: 100%;
	    font-size: 25px;
	    font-weight: bold;
	    text-align: center;
	}
.text-primary {
	color: #3762a1;
}
.ui-widget-header {
	    border: 1px solid #000;
	    padding: 10px 5px;
	    background: #3762a1;
	    color: #ffffff;
	    font-weight: bold;
	  }
	  .ui-dialog {
	    z-index: 100000000 !important;
	  }
	  .ui-dialog-content {
	    padding: 10px 5px !important;
	  }
	  .ui-widget-overlay {
	    background: #000000;
	    opacity: .7;
	  }
	  

@font-face {
   font-family: 'StateFaceRegular';
   src: url('/stateface-regular-webfont.eot');
   src: url('/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
   url('/stateface-regular-webfont.woff') format('woff'),
   url('/stateface-regular-webfont.ttf') format('truetype'),
   url('/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

/* Registered Trademark*/
sup { vertical-align:text-top; font-size:75%; top: .7em; }
/* Registered Trademark IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      sup { vertical-align:top; font-size:65%; line-height: 1.5em;}
    
    h1 sup, h2 sup, h3 sup, h4 sup, h5 sup{ 
         vertical-align:top; 
         font-size:65%; 
         line-height: 0em;
         
    }
    .ieSup {
        line-height: 0.7em;
    }
  
}


.white {color: #ffffff;}

h2 {
	font-size: 1.9em;
    font-weight: 500;
    line-height: 36px;
    margin: 0;     
}

ul.nav-list li.active > a {
	color: #3762a1;
}

.panel-primary .panel-heading {
	background-color: #3762a1;
    border-color: #3762a1;
}


.white-bg{
    background:#ffffff !important;
}

.menu-list li{
    font-size: 12pt;
}

@media only screen and (min-width: 992px) {
    .header-nav-main nav > ul > li > a  {
        width: 115px !important;
        text-align: center !important;
        margin-left: 4px;
        margin-right: 3px;
    }
    .menu-left-border {
        border-left:1px solid #325992;
    }
}


.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}



.multiselect.dropdown-toggle.btn.btn-default > div.restricted {
    margin-right: 5px;
    max-width: 10000px;
    overflow: hidden;
}

















.list-group-item.active{background-color:#3762a1;}

.list-group-item-success {
  background-color:#DEE7F4;
  color:#3762a1;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3762a1;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  background-color:#3762a1;
  border-color:#3762a1;
  color:#FFFFFF;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #ffffff;
	background-color: #3762a1;
  border-color:#3762a1;
}




#rightProductsMenu .tip-dark {
	background:#2E353E !important;
  color:#FFFFFF !important;
}


#rightProductsMenu .tip {
	background:#2E353E !important;

}

#rightProductsMenu .tip::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}


.shadow-text {
	color: #4a7ac1;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.8em;
	font-weight: 800;
}


.breadcrumb li a {
    font-weight:bold;
    color:#ccc;

}



.extraVpadding thead>tr>th, .extraVpadding>tbody>tr>th, .extraVpadding>tfoot>tr>th, .extraVpadding>thead>tr>td, .extraVpadding>tbody>tr>td, .extraVpadding>tfoot>tr>td{
    padding-top: 15px;
    padding-bottom: 15px;
}


.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #3762a1;

}


.toggle.toggle-simple .toggle > label {
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #777;
	padding-left: 25px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #1d2127;
}


.toggle.toggle-simple .toggle > label:before {
	border: 0;
	left: 7px;
	right: auto;
	margin-top: 0;
	top: 12px;
	font-family: FontAwesome;
	content: "\f0da";
	z-index: 2;
	color: #000;
	font-size: 13px;
}

.toggle.toggle-simple .toggle > label:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: blue;
	top: 23px;
	margin-top: -12px;
	border-radius: 3px;
	z-index: 1;
	color: #3762a1;
	font-weight: bold;

}
.toggle.toggle-simple .toggle.active > label {
	background: transparent;
	color: #3762a1;
	font-weight: bold;
}

.toggle.toggle-simple .toggle.active > label:before {
	content: "\f0d7";
}
html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: transparent;
}


/*Client Datatables*/
.dataTables_filter input {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	background-color: white;
	padding: 40px;
	width: 75%;
	margin-top: 50px;
	margin-bottom: 50px;

}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

div.dataTables_wrapper div.dataTables_filter label { 
	font-weight: normal;
	text-align: center !important;
}
div.dt-buttons {
	float: none !important;
	text-align: center !important;
}
.dt-button{
	padding: 0.1em 1.1em !important;
}
/*
table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
	content: "\f0da" !important;
	font-family: FontAwesome !important;

	top: 50% !important;
    left: 50% !important;
    height: 16px !important;
    width: 16px !important;
    margin-top: -10px !important;
    margin-left: -10px !important;
    display: block !important;
    position: absolute !important;
    color: #337ab7 !important;
    border: 2px solid white !important;
    border-radius: 16px !important;
    box-shadow: 0 0 3px #444 !important;
    box-sizing: content-box !important;
    text-indent: 4px !important;
    line-height: 16px !important;
    background-color: #337ab7 !important;
}
*/

@media screen and (max-width: 1200px) {
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: center !important;
	}
}


/*END Client Datatables*/

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.checkbox-custom label + label.error {
    display: block;
}

html.dark .checkbox-custom label:before {
    background: #282d36;
    border-color: #21262d;
}

html.dark .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-custom input[type="checkbox"]:disabled + label:before {
    background: #242830;
    border-color: #242830;
}

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
    background: #CCC;
    border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #CCC;
}

html.dark .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f;
}

html.dark .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
    color: #47a447;
}

html.dark .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113;
}

html.dark .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
    color: #ed9c28;
}

html.dark .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
    color: #d2322d;
}

html.dark .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da;
}

html.dark .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
    color: #5bc0de;
}

html.dark .checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
    color: #171717;
}


.badge {
	margin-top: 3px;
}



ul.nav-list li a:before {
	content: none;
}
@media (max-width: 768px) {
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
       background-color: white;
       padding: 10px;
       width: 90%;
       margin-top: 50px;
   }
}
.featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    background: #FFF;
    line-height: 73px;
    border: 0;
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a:hover, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a:hover {
        color: #3762a1;
    }
}


.thumb-info .thumb-info-title {
    background: rgba(36, 27, 28, 0.9) none repeat scroll 0 0;
    bottom: 10%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    max-width: 90%;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.thumb-info {
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform: translate3d(0px, 0px, 0px);
}
.thumb-info .thumb-info-wrapper {
    backface-visibility: hidden;
    border-radius: 4px;
    display: block;
    margin: 4px;
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.thumb-info .thumb-info-wrapper::after {
    background: rgba(36, 27, 28, 0.9) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    content: "";
    display: block;
    left: -4px;
    opacity: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.thumb-info .thumb-info-action-icon {
    background: #ccc none repeat scroll 0 0;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
    color: #fff;
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
}
.thumb-info .thumb-info-inner {
    display: block;
    transition: all 0.3s ease 0s;

}
.thumb-info .thumb-info-title {

    font-size: 14px !important;
    line-height:20px;
    
}
.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}
.thumb-info .thumb-info-title {
    background: rgba(36, 27, 28, 0.8) none repeat scroll 0 0;
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    max-width: 90%;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}
.thumb-info img {
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.thumb-info:hover .thumb-info-wrapper::after {
    opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}
.thumb-info:hover .thumb-info-title {
    background: #000 none repeat scroll 0 0;
}
.thumb-info:hover img {
    transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom:hover img {
    transform: scale(1, 1);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper::after {
    background: rgba(36, 27, 28, 0.65) none repeat scroll 0 0;
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper::after {
    display: none;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action {
    bottom: auto;
    height: 40px;
    left: 3px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 40%;
    transition: top 0.1s ease 0s;
    width: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    border-radius: 50%;
    bottom: auto;
    height: 40px;
    left: auto;
    line-height: 33px;
    margin-right: 3px;
    position: relative;
    right: auto;
    top: auto;
    transition: all 0.1s ease 0s;
    width: 40px;
    z-index: 2;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    font-size: 18px;
    position: static;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    transform: scale(1.15, 1.15);
}
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
    opacity: 1;
    top: 50%;
}
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
    position: relative;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent none repeat scroll 0 0;
    left: 5%;
    opacity: 0;
    padding: 0;
    text-align: center;
    top: 30%;
    transition: all 0.3s ease 0s;
    width: 90%;
}
.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    top: 45%;
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #fff none repeat scroll 0 0;
    bottom: -100px;
    color: #777;
    left: 0;
    max-width: 100%;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    margin: 0;
    padding: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    bottom: 0;
    opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
    transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: transparent linear-gradient(to top, rgba(36, 27, 28, 0.8) 0px, transparent 100%) repeat scroll 0 0;
    color: #fff;
}



.header-body {
    border-top: 0px solid #3762a1 !important;
}


#footer .footer-copyright  {
    color: #CCC !important;
}
#footer .footer-copyright a {
    color: #CCC !important;
}

.dropdown-mega-sub-title {
    color: #3762a1 !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.nav-secondary {
    padding: 12px 0px !important;
}


.widget-container {
    display: none;
}

/* Switch */
.switch {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0;
}
.switch .ios-switch {
    height: 35px;
    width: 65px;
}
.switch .ios-switch .handle {
    height: 31px;
    width: 31px;
}
.switch.switch-primary .ios-switch .on-background {
    background: #CCC;
}
.switch.switch-success .ios-switch .on-background {
    background: #47a447;
}
.switch.switch-warning .ios-switch .on-background {
    background: #ed9c28;
}
.switch.switch-danger .ios-switch .on-background {
    background: #d2322d;
}
.switch.switch-info .ios-switch .on-background {
    background: #5bc0de;
}
.switch.switch-dark .ios-switch .on-background {
    background: #171717;
}
.switch.switch-lg .ios-switch {
    height: 45px;
    width: 75px;
}
.switch.switch-lg .ios-switch .handle {
    height: 41px;
    width: 41px;
}
.switch.switch-sm .ios-switch {
    height: 25px;
    width: 55px;
}
.switch.switch-sm .ios-switch .handle {
    height: 21px;
    width: 21px;
}

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ios-switch .background-fill {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.ios-switch .on-background {
    background-image: -o-linear-gradient(#00e459, #00e158);
    background-image: -ms-linear-gradient(#00e459, #00e158);
    background-image: -moz-linear-gradient(#00e459, #00e158);
    background-image: -webkit-linear-gradient(#00e459, #00e158);
    background-image: linear-gradient(#00e459, #00e158);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    z-index: 1;
    -o-transition: .3s 0.2s;
    -ms-transition: .3s 0.2s;
    -moz-transition: .3s 0.2s;
    -webkit-transition: .3s 0.2s;
    transition: .3s 0.2s;
}

.ios-switch .state-background {
    border-radius: 100px;
    z-index: 2;
    background-image: -o-linear-gradient(#ffffff, #FDFDFD);
    background-image: -ms-linear-gradient(#ffffff, #FDFDFD);
    background-image: -moz-linear-gradient(#ffffff, #FDFDFD);
    background-image: -webkit-linear-gradient(#ffffff, #FDFDFD);
    background-image: linear-gradient(#ffffff, #FDFDFD);
    border: 2px solid #E5E5E5;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.ios-switch .handle {
    width: 41px;
    height: 41px;
    background-color: white;
    top: 2px;
    left: 2px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ios-switch.off .handle {
    -o-animation: expand-off .3s 0.2s;
    -ms-animation: expand-off .3s 0.2s;
    -moz-animation: expand-off .3s 0.2s;
    -webkit-animation: expand-off .3s 0.2s;
    animation: expand-off .3s 0.2s;
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
    -o-transition: .3s 0s;
    -ms-transition: .3s 0s;
    -moz-transition: .3s 0s;
    -webkit-transition: .3s 0s;
    transition: .3s 0s;
}

.ios-switch.off .state-background {
    -o-transition: .4s 0.25s;
    -ms-transition: .4s 0.25s;
    -moz-transition: .4s 0.25s;
    -webkit-transition: .4s 0.25s;
    transition: .4s 0.25s;
}

.ios-switch.on .handle {
    -o-animation: expand-on .3s 0.2s;
    -ms-animation: expand-on .3s 0.2s;
    -moz-animation: expand-on .3s 0.2s;
    -webkit-animation: expand-on .3s 0.2s;
    animation: expand-on .3s 0.2s;
    -o-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -o-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}
@keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}
@-o-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}
@-ms-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}
@-moz-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}
@-webkit-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}
@-o-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}
@-ms-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}
@-moz-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}
@-webkit-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}
.switch.switch-primary .ios-switch .on-background {
    background: #3762A1;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}


.heading.heading-border.heading-middle-border h2{
    font-weight: 600 !important;
    color: #464646 !important;
}

.heading.heading-middle-border:before {
    border-top: 1px solid #b1aeae !important;
}

.testimonial blockquote p {
    margin: 7px !important;
}
.testimonial blockquote p {
    font-style: normal !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 1.1em !important;
}


/* Recent Posts */
.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
    display: block;
}

.recent-posts .date {
    float: left;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: center;
}

.recent-posts .date .month {
        border-radius: 0 0 4px 4px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 1.2em;
    padding: 0 20px 5px;
    background-color: #3762a1 !important;
}
.recent-posts .date .day {

   background-color: #ecebeb !important;
    color: #3762a1 !important;
    border-radius: 4px !important;
    display: block;
    font-size: 27px;
    font-weight: 500;
    font-weight: bold;
    padding: 19px;
}

section.section .recent-posts .date .day {
    background: #FFF;
}


#tagline {
    font-size: 1.2em;
    color:#999;
    margin: 2px 0px 15px 6px;
}

@media only screen and (max-width: 900px) {

    #tagline{font-size: 1.1em;}
}
@media only screen and (max-width: 600px) {

    #tagline{font-size: .9em;}
}
@media only screen and (max-width: 300px) {

    #tagline{font-size: .8em;}
}


@media only screen and (max-width: 350px) {

    #questions{display: none;}
}  


#header .header-body {
    min-height: 0px !important;
}

#header .header-nav-main nav > ul > li > a:hover {
    background: #FFF;
    color: #3762a1;
}


div .header-container.header-nav.header-nav-bar.header-nav-bar-primary {
    border-top: 3px solid #c0c0c0;
}



#no-hover:hover {
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;

}
@media only screen and (max-width: 991px) {
#phonetag {
    margin-top: 16px !important;
    }
}

.nav-secondary .nav-pills > li a {
    font-weight: 700 !important;
}

.nav-secondary .nav-pills  > li.active > a, .nav-secondary .nav-pills  > li.active > a:hover, .nav-secondary .nav-pills  > li.active > a:focus {
        background-color: #3762a1 !important;
}

@media only screen and (max-width: 991px) {
    #mainNav {
        background-color: white;
        padding: 15px;
    }
    #header .container {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        width:100%;
    }
    .header-column {
        margin-left: 10px;
    }
    #header .header-nav-main nav {
        margin-bottom: 0px;
    }
}


.tparrows {
    z-index: 50 !important;
}


/*Blog stuff*/
#posts iframe {
    width: 100%;
    border: 0px;
}
.post-category, .related-posts, .post-comment-link, .lbl-CommentsDisabled  {
    display: none;
}
.post-date {
    margin-right: 15px;
}
.post-date .icon-calendar{
    margin-right: 5px;
}
.post-info {
    margin: 10px 0px;
}

.post {
    margin-bottom: 50px;
}

.post-item-list h5 {
    text-transform: inherit;
    margin: 0 0 4px 0;
}

.Widget {
    margin-bottom: 30px;
}

/*Products Contact Us*/
#FaqContact label{color: #777;}
#FaqContact {border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0;}
#FaqContact .panel-body {background-color:##FDFDFD;}

.thumb-info .thumb-info-title{bottom:5%;}

.horizon_issue {
        color:#f1f1f1; 
        text-align: right; 
        float: right; 
        vertical-align: middle; 
        margin-top: 15px;
        font-size: 18px;
    }

@media only screen and (max-width: 600px) {
    .horizon_issue {
        display: none;
    } 
}

.horizon_divider {
    border: 0; 
    height: 47px; 
    background: url(/assets/img/footer_background.png); 
    background-repeat: repeat-x; 
    background-color: rgba(0, 0, 0, 0.9);
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
    background-color: #f1f0f0;
}