/*
font-family: 'Muli', sans-serif;
regular - 400
bold - 700
extra bold - 800
black - 900
*/
html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;overflow-x:hidden;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
body{font-family: 'Muli', sans-serif; font-weight:400;font-size:18px;color:#434343;margin: 0; overflow-x:hidden}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover, a:focus {outline: 0 none;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {font-size: 2em;margin: 0.67em 0;}
mark {background: #ff0 none repeat scroll 0 0;color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0 none;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace,monospace;font-size: 1em;}
button, input, optgroup, select, textarea {color: inherit;font: inherit; margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0 none; padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0 none;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td, th {padding: 0;}
body, button, input, select, optgroup, textarea {color: #454545;font-size: 18px;line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {clear: both;color: #292929;font-weight: 400;font-family:'Muli', sans-serif; }
h2{font-size:40px; text-transform:uppercase;margin-top: 0;}
p {margin-bottom: 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee none repeat scroll 0 0;font-family: "Courier 10 Pitch",Courier,monospace;font-size: 0.9375rem;line-height: 1.6; margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
code, kbd, tt, var {font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size: 0.9375rem;
}
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
mark, ins {background: #fff9c0 none repeat scroll 0 0;text-decoration: none;}
big {font-size: 125%;}
* {box-sizing: border-box;}
body {background: #fff none repeat scroll 0 0;}
blockquote::before, blockquote::after, q::before, q::after {content: "";}
blockquote, q {quotes: "" "";}
hr {background-color: #ccc;border: 0 none;height: 1px;margin: 1.5em 0;}
ul, ol {margin: 0 0 1em 0;padding-left: 25px;}
ul {list-style: outside none disc;}
li {padding: 0 0 5px 0;}

li > ul, li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto;max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em;width: 100%;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight:400; font-size:18px; background-color:#29166f; border:1px solid #29166f; border-radius: 8px; padding:8px 30px; text-align:center; min-width:100px; color:#fff; display:inline-block; transition:ease-in-out 0.5s all ; -webkit-appearance: none;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{background-color:#000; border-color:#000;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,input[type="date"],input[type="time"] {
    border: 1px solid #a3a3a3;
    border-radius: 0;
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 12px;
	background-color:#fff;
	width:100%;
}
select {
    border: 1px solid #cfcfcf;
	width: 100%; 
	color: #454545;
	background-color:#fff;
    font-size: 16px;
	padding:10px 15px 10px 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus,input[type="date"],input[type="time"] {
    color: #454545;
}
textarea {width: 100%; color: #434343; font-size: 16px;padding: 8px;}
a {color:#07052c;text-decoration: none;transition: all 0.3s ease 0s;}
a:visited {transition: all 0.3s ease 0s;}
a:hover, a:focus, a:active {outline: medium none;}
a:focus {outline: medium none;}
a:hover, a:active {outline: 0 none;}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 0 1.5em; overflow: hidden;}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {float: left;width: 50%;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {float: right;text-align: right;width: 50%;}
.alignleft {display: inline;float: left;margin-right: 1.5em;}
.alignright {display: inline;float: right;margin-left: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {content: "";display: table;table-layout: fixed;}
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {clear: both;}

.sticky {display: block;}
.hentry {margin: 0 0 1.5em;}
.updated:not(.published) {display: none;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.inline-block{display:inline-block}
embed, iframe, object {max-width: 100%;}
.clearnone{clear:none}
.fl{float:left}
/*
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}*/
.container {margin: 0 auto;/*max-width: 1200px;*/padding: 0 3%;}
.boxspacer {display: block;height: 20px;}
.boxspacer10{display: block;height: 10px;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}

.visible-sm {display: none !important;}
/*Content css*/
#primary.content-area {float: left;margin: 0 20px 0 0;width: 75%;}
.content-with-sidebar{float: left; margin:0; width: 67%; padding-right:40px;margin-top: 20px;}
body.page-template-full-width #primary.content-area {float: left;margin: 0;width:100%;} 
aside#secondary {float: left;padding: 0 0 0 40px;width:33%;margin:20px 0 0 0;min-height:400px;}

.search-form .search-field {margin: 0 0 10px;width: 100%;}

/*Site wide Css Start*/
.fixed-header {position: fixed !important;top: 0 !important;left: 0;right: 0;box-shadow: 0 5px 5px rgba(0,0,0,0.2); background-color:#fff;z-index: 1000;animation:1s .1s fadeInDown both;}
.fixed-header .logoImg img {display: block;max-height: 60px;}
.fixed-header .logoImg {padding:5px 0;position: relative;}
.fixed-header .topSocialIcons{margin:3px 0 1px 0}
.topSocialIcons a { font-size:14px; width: 28px; height: 28px; line-height:28px}

body.fixed{padding-top:100px;}
#masthead {}

.site-header .container{max-width: inherit;margin: 0;}
#header-top .container{max-width: inherit;margin: 0;}
.site-content.bg-skyline .container{max-width: inherit;margin:0}
.site-footer .container{max-width: inherit;margin:0;}
.site-header{box-shadow: 0 5px 5px rgba(0,0,0,0.2); position:relative; z-index:1000; }
.site-header.fixed-header{height:auto; }
.logoImg{float:left; padding:15px 0 0; position: absolute;
z-index: 10;}
.logoImg img{display:block}
.topMenu{position: relative;clear:both; z-index: 1000; background-color:#f0f0f0; float:left; width:100%;}
.btn-login{margin-top:35px;margin-left:15px; border-radius:5px !important; border:1px solid #0a1651 !important; padding:5px 15px !important; }
.site-header.fixed-header .btn-login{margin-top:15px;}

#pre-div {background-color:#f6f6f6;bottom: 0;height: 100%;width: 100%;left: 0;position: absolute;right: 0; top: 0;z-index: 999;}
#loader {background-image: url("images/ajax-loader.gif");background-position: center center;background-repeat: no-repeat;height: 149px;left: 50%;margin: -75px 0 0 -109px;position: absolute;top: 50%;width: 218px;}

.titleWithborder{text-align: center; color: #3c3a3a; font-size:30px; margin:0 0 30px 0;font-weight:400}
.titleWithborder span{display: inline-block}
.titleWithborder span:after{content:""; display: block; height:22px; width: 94px; margin: 10px auto;  }
.titleWithborder em{font-style:normal; color:#000; font-weight:700}
.titleWithborder.text-left{text-align:left;}
.titleWithborder.text-left span:after{margin:0}
.text-justify{text-align:justify}

.titleWithoutborder{color: #3c3a3a; font-size:30px; margin:0 0 30px 0;font-weight:400}
.titleWithoutborder span{display: inline-block}
.titleWithoutborder em{font-style:normal; color:#000; font-weight:700}
.titleWithborder.text-left{text-align:left;}

.owlpics{display:block; text-align:center;}
.owlpics h3{ font-size:18px; color:#212121; font-weight:600; margin:0; padding:10px;}
.owlpics .imgbox,.owlpics img{transition: all 0.3s ease 0s;}
.owlpics .imgbox span{display:none; position:absolute; left:0; right:0; top:60%; color:#fff; font-weight:700; z-index:1;transition: all 0.3s ease 0s;}

.owlpics:hover .imgbox{background-color:#000;}
.owlpics:hover img{opacity:0.4;}
.owlpics:hover .imgbox span{display:block; }

.owl-theme .owl-nav [class*="owl-"]{border-radius:0; background-color:#fff; border:1px solid #acacac; color:#000; width:50px; text-align:center; line-height:40px;}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color:#000; color:#fff; border-color:#000;}
.owl-theme .owl-nav{margin-top:30px;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background-color:#d3cfcf; border-radius:30px;  color:#fff;line-height: 28px;width: 60px;}
.owl-carousel .owl-nav button.owl-next .fa:before, .owl-carousel .owl-nav button.owl-prev .fa:before{line-height:33px;}
.owl-carousel .imgWrap {width:100%;height: 200px;display: table-cell;text-align: center;
vertical-align: middle;}
.owl-carousel .imgbox{display:table;}
.owl-carousel .imgbox img{max-width:100%; width:auto; margin:auto; max-height:210px;}


.introContent{padding:60px 0; }
.introContent h3{margin:0 0 20px;color:#1a1a1a; font-size:22px; font-weight:400; line-height:26px;}
.introContent i{color:#f21a1a;}
.introContent img{ margin:10px 0 0 0}
.introContent .col21{width:57%;}
.introContent .col22{width:37%;}

.btn-large{display:block; width:100%; font-size:18px !important; text-transform:uppercase; padding:20px 0 !important; margin:15px 0 0}

.mr100{margin-right:100px !important}

.site-footer{padding:60px 0 0; background-color:#333333; color:#aeaeae;}
.site-footer .col41{width:25%; float:left;font-size:16px;}
.site-footer .col42{width:25%; float:left;  font-size:16px;padding-right: 3%;}
.site-footer .col43{width:25%; float:left;font-size:16px; padding: 0 5% 0 0;}
.site-footer .col44{width:25%; float:left;font-size:18px;}





.footerLogo{margin:20px 0 40px;}
.footerLogo img{max-height:80px;}
.site-footer .col51 .box a{word-break: break-all;}

.site-footer ul{list-style:none;margin:0;padding:0;text-align:left; vertical-align:top}
.site-footer li{padding:0 0 7px 0;position:relative;}



.site-footer a{color:#aeaeae}
.site-footer a:hover{color:#fff}
.site-footer .menu li{padding: 0 0 2px 14px;}
.site-footer .menu li:before{content: "\f105"; font:normal normal normal 16px/1 FontAwesome;position: absolute;left: 0;top: 5px;color:#aeaeae}

.site-footer .footerTitle{color:#fff;padding-bottom:8px;margin-bottom:20px;position:relative;font-size:20px;text-transform:uppercase; font-weight:900;}
.site-footer .footerTitle em{font-style:normal; font-weight:400;}
.site-footer ul.displayInline{display:inline-block;}
.site-footer .box{ clear:both}
.site-footer .box p{margin-bottom:0}
.site-footer .box .fa{color:#af2c20;font-size:20px;}
.site-footer .box .fa.fa-envelope-o{font-size:15px;padding:1px 15px 18px 3px;}
.site-footer .box .fa.fa-phone{font-size:18px;padding:0px 15px 17px 3px;}
.site-footer .box .fa.fa-map-marker{padding:5px 15px 0 3px;font-size:24px;}
.site-footer .boxColumn a:hover{color:#891533;}

.site-footer .footerSocial{margin:20px 0 0}
.site-footer .footerSocial a{margin:0 12px 0 0; font-size:16px; width:40px; height:40px; line-height:38px; border:1px solid #434343; border-radius:50%; display:inline-block; text-align:center; color:#434343; font-size:20px;}
.site-footer .footerSocial a:hover{background-color:#434343; color:#fff}

.site-footer .copyRight{text-align:center;font-size:16px;padding:20px 0; background-color:#292929; margin:40px 0 0 0; color:#aeaeae; border-top:1px solid #292929;}
.site-footer .copyRight a{color:#aeaeae}
.site-footer .copyRight a:hover{color:#fff; }
.site-footer .copyRight p{margin:0}
.site-footer .copyRight .left{float:left;}
.site-footer .copyRight .right{float:right;text-align:right;}
.site-footer .copyRight:after{content:"";display:block;clear:both;}

.site-footer img.social-icon{margin-right:10px;transition:ease-in-out all 0.5s;}
.site-footer img.social-icon:hover{transform:rotate(360deg)}


#back-to-top {background: #053360;position: fixed;bottom: 38px;right:30px;z-index: 9999;width: 45px;height: 45px;text-align: center;line-height: 45px;color: #fff;cursor: pointer;border: 0;border-radius:50%;   text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;font-size:20px;}
#back-to-top.show {opacity: 1; background-color:#053360;-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);}

#menubtn {border-radius:5px;display: inline-block; margin-left:12px; margin-top:35px; padding:5px 15px; cursor: pointer;  width:auto; border:1px solid #053360; background-color:#053360; color:#fff }
.fixed-header #menubtn{margin-top:15px;}
#menubtn span{padding-left: 5px;}
.col21{width:47%; display:inline-block; margin:0 3% 0 0; float:left;}
.col22{width:47%; display:inline-block; margin:0 0 0 3%;}

.col-21{width:48.75%; display:inline-block; margin:0; float:left;}
.col-22{width:48.75%; display:inline-block; margin:0; float:right;}

.col-31{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-32{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-33{width:31.66%; display:inline-block; margin:0 0% 0 0; float:left;}


.field-group{margin-bottom:15px;}



.box {margin-bottom: 30px;}
.box .fa {color: #acacac;float: left;font-size: 22px;padding: 2px 0 0;}
.box .fa-mobile{font-size:36px;margin-left: 3px;margin-top: -7px;}
.box .fa-envelope-o{font-size:20px; margin-top:5px;}
.boxColumn {margin: 0 0 0 30px;}
.boxColumn a{text-decoration:none;}
.boxColumn a:hover{color:#000;}
.entry-content a:hover{color:#000;}
.brdimg {border: 1px solid #083D5F;}

.col21 iframe,.col22 iframe{border-top:1px solid #ccc !important;border-bottom:1px solid #ccc !important}
.col21 iframe{border-right:1px solid #ccc !important;}

.btn-default{font-weight:400; font-size:16px; background-color:#29166f; border:1px solid #29166f; border-radius:8px; padding:12px 20px 10px; text-align:center; min-width:160px; color:#fff; display:inline-block;  }
.btn-default i.fa{color:#fff; display:inline-block; margin-right:5px;margin-left:5px;}
.btn-default.btn-red{background-color:#e52027; border:1px solid #e52027;color:#fff;}
.btn-default:hover{background-color:#000; border-color:#000;}
.btn-default.btn-o{background-color:transparent; border:2px solid #29166f; color:#29166f}
.btn-default.btn-o i.fa{color:#29166f}
.btn-default.btn-o:hover{background-color:#000; border-color:#000; color:#fff;}
.btn-default.btn-o:hover i.fa{color:#fff;}
.btn-default.btn-block{width:100%}
.btn-lg{font-size:16px !important;padding:8px 30px;}
.btn-black{border-color:#000 !important; background-color:#000 !important;}
.btn-sm{padding:5px 10px; font-size:14px;min-width: 90px;}
.pageTitle{background:#f6f6f6 url(../images/bg-title.jpg) center -100px no-repeat fixed;box-shadow: 0 3px 6px rgba(0,0,0,0.3); padding:60px 0px;line-height: 40px;font-size: 36px;font-weight: 300; }
 
.pageTitle h1{margin:0; padding:0; line-height:34px; font-size:30px; font-weight:900; color:#fff}
.pageTitle h1 span{color:#29166f}

#breadcrumb{list-style:none; margin:10px 0 0; padding:0;}
#breadcrumb li{display:inline-block; font-size:16px; color:#fff;line-height: normal;}
#breadcrumb li:not(:last-child):after{content:"\f105"; display:inline-block; margin:0 10px; font-family:FontAwesome}
#breadcrumb a{color:#fff; text-decoration:underline}
#breadcrumb a:hover{color:#009342}
#breadcrumb a.ml10{margin-left:10px;}

.site-content{padding:30px 0}

.img-border{border:1px solid #fff; border-radius:20px; box-shadow:0 0 0 5px rgba(0,0,0,0.1);}


.col31{width:33%; float:left;}
.col32{width:33%; float:left; padding-right:40px}
.col33{width:33%; float:left;}

#frm_contact label{font-size:14px; /*text-transform:uppercase*/color: red; display: block;}
#frm_contact input{border:1px solid #ccc; width:90%; padding:5px;}
#frm_contact textarea{border:1px solid #ccc; width:90%;}
#frm_contact .form-group{margin:0 0 10px;}

.mapwrap .col21,.mapwrap .col22{width:50%; margin:0;}

/*404 css*/
.wrap404{text-align:center; padding:40px 0}
.wrap404 i{font-size:120px;}
.wrap404 h2{font-size:60px; font-weight:500; margin:0;}
.wrap404 h4{font-size:40px; font-weight:300; margin:0; color:#ccc;}
.wrap404 p{font-size:20px; }

.w900{max-width:900px !important; margin:0 auto;}
.w800{max-width:800px !important; margin:0 auto;}
.w660{max-width:660px !important; margin:0 auto;}
.w600{max-width:600px !important; margin:0 auto;}
.w250{max-width:250px !important; margin:0 auto;}
.w200{max-width:200px !important; margin:0 auto;}
.w150{max-width:150px !important; margin:0 auto;}
.w100{max-width:100px !important; margin:0 auto;}
.minw100{min-width:100px;}
.minw240{min-width:240px;}

.field-row{margin-bottom:10px;}
.formWrap {margin:0 auto;}
.formWrap label{display:block; font-weight:300;}
.formWrap input[type="text"],.formWrap input[type="tel"],.formWrap input[type="email"],.formWrap input[type="date"],.formWrap input[type="number"]{width:100%; border-color:#cecece; border-radius:0; color:#000; padding:10px 10px; background-color:#f6f6f6;}
.formWrap select{width:100%; border-color:#cecece; border-radius:0; color:#000;font-size: 13px;
font-weight: 300;background-color:#f6f6f6;
padding:8px;}
.formWrap .col21,.formWrap .col22{margin-bottom:15px;}
.formWrap .col-31,.formWrap .col-32,.formWrap .col-33{margin-bottom:15px;}
.formWrap textarea{height:120px; border-radius:0;color:#000; background-color:#f6f6f6; padding:10px;}
.formWrap input[type="submit"]{width:auto;margin:20px 0 0; }

table.style1{background-color:#fff;border:1px solid #cfcfcf;}
table.style1 td{padding:18px 15px; border-bottom:1px solid #cfcfcf; color:#454545; font-size:16px;font-weight:400;}
table.style1 td:first-child{background-color:#f8f8f8; font-weight:700;border-right:1px solid #cfcfcf;}
table.style1 tr:last-child td{border:none;border-right:1px solid #cfcfcf;}

table.sessionalStatics {
    font-size: 14px;
}
table.sessionalStatics td {
    padding: 5px;
}
table.sessionalStatics td p {
    margin: 0;
}

/*New*/
.contactpagelink a{color:#656565}
.contactpagelink a:hover{color:#f48465}

#menubtn{display:none;}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.font20{font-size:20px;}
.formWrap input[type="submit"].btn-tracking{width:70%; padding:4px 0; vertical-align:top; margin:0}
/*Alertcss*/
.alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
.alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
.alert-info {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
.alert-warning {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
.alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.table{border-left:1px solid #ccc;border-top:1px solid #ccc; font-size:15px; color:#000}
.table th{text-align:center; padding:10px;
color:#fff;font-size: 18px;border-right:1px solid #053360; border-bottom:1px solid #ccc; background-color:#053360; }
.table td{text-align:center; padding:12px 20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#ffffff;}

.font22{font-size:22px; line-height:normal;}
.latolight{font-weight:300 !important;}
.mt0{margin-top:0 !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.m0{margin:0 !important}

.bg-eee{background-color:#eee;}
.bgf6f6f6{background-color:#f6f6f6;}
.bg3A3A3C{background-color:#3A3A3C;}

.fa-ul > li{padding: 0 0 10px 0;}
.fa-ul i{color:#891533; top:5px;}


.wow{visibility:hidden}
h2.home{font-size:36px; font-weight:300; color:#e59f05; line-height:normal; margin:0;}

/**/
.fl{float:left;}
.fr{float:right;}
#header-top{ background-color:#053360; font-size:16px; color:#fff; padding:0; }
#header-top:after{content:""; display:block; clear:both}
#header-top a{color:#fff; transition:ease-in-out all 0.5s}
#header-top .fl {padding-top: 5px;}
#header-top .fl span{display:inline-block; margin: 0 15px;}
#header-top .fr i {font-size:18px;}
#header-top .fr a{ text-transform:uppercase; display:inline-block; text-align:center; height:36px; line-height:36px; border-left:1px solid #2d5e8d; width:36px;}
#header-top a:hover{color:#2ebf6f; }
#header-top .fr a:last-child{border-right:1px solid #2d5e8d;}
.site-header .logotext{text-align:center; float:left; margin-left:calc(50% - 170px); margin-top:15px; color:#07052c; text-transform:uppercase}
.site-header .logotext .line1{font-size:42px; line-height:42px; font-weight:800;}
.site-header .logotext .line2{font-size:39px; line-height:40px; font-weight:400}
.site-header .stateHouseLogo{float:right}

.fixed-header.site-header .logotext{margin-top: 5px;}
.fixed-header.site-header .line1{font-size:32px; line-height:32px;}
.fixed-header.site-header .line2{font-size:29px; line-height:30px;}
.fixed-header .stateHouseLogo img {display: block;max-height: 60px;}

.tb {display: table;width: 100%;height: 100%;vertical-align: middle;}
.tbs {display: table-cell;height: 100%;vertical-align: middle;}
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.fixbtnInquiry{display: inline-block;padding: 6px 17px;border-radius: 20px;background-color:#e59f05;margin: 0 3px 0 0;box-shadow: 0 5px 10px rgba(0,0,0,0.1);font-size: 12px;visibility: hidden;color: #fff;position:fixed;max-width:140px;bottom:45px; right:57px; margin:auto;z-index:99}
.fixbtnInquiry i{display:inline-block; padding-right:4px;}
.fixbtnInquiry:hover{background-color:#000;}

.thankstext{line-height:normal}
.text-black{color:#555}
.review-logos img{margin:0 15px; max-height:60px;}

/*BLOG*/
#primary.content-area{float:left; width:70%;}
#secondary.widget-area{float:right; width:30%; padding:0;}
body.blog h2.entry-title,body.single h1.entry-title,body.archive h2.entry-title,body.search h2.entry-title{margin:0 0 5px; padding:0; line-height:normal; font-size:36px; line-height:28px; font-weight:600; text-transform:none; font-family:'Muli', sans-serif;}
body.blog h2.entry-title a,body.single h1.entry-title a,body.archive h2.entry-title a,body.search h2.entry-title a{color:#252525}

body.blog .site-main,body.single .site-main,body.archive .site-main,body.search .site-main{padding:40px 0 0 0}
body.blog header.entry-header,body.single header.entry-header,body.archive header.entry-header,body.search header.entry-header{padding-bottom:10px;}
body.single.postid-9 .site-main,body.single.postid-19 .site-main{padding:0;}
aside span.post-date{display:block; font-size:11px;}
article.post .entry-content{margin:0}
article.post .entry-content p{text-align:justify;margin-top: 0;}



.btn-default.readmorebtn{padding: 5px 30px; box-shadow:none; margin-top:10px;}
.btn-default.readmorebtn:hover{color:#fff;}
footer.entry-footer{font-size:12px;}
footer.entry-footer a{color:#f00}
footer.entry-footer span{display:inline-block; margin:0 10px 0 0}
footer.entry-footer span a span{padding-left:5px;}

.post-navigation .nav-previous {width: 50%;float: left;}
.post-navigation .nav-next{width: 50%;float: right; text-align:right}
.entry-meta {font-size: 12px;}

.widget_search{background-color:#f6f6f6; padding:30px;}
.widget_search span.screen-reader-text{display:none}
.widget_search input.search-field{width:100%; padding:10px 65px 10px 10px; margin:0;}
.widget_search form{position:relative;}
#secondary input[type="submit"].search-submit {background-color:#891533; border-color:#891533;position: absolute;padding: 0 10px;width: auto;min-width: inherit;top: 0;font-size: 12px;bottom: 0;right: 0;font-weight: 400;    box-shadow:none; border-radius:0;}
.page-content input[type="submit"].search-submit{padding: 7px 20px !important;min-width: inherit !important;font-size: 12px !important;}
.wpt_widget_content .entry-title{line-height:20px;}
.blogpostthumb{padding-bottom:10px; float:left; margin-right:15px; max-width:400px;}
.readmorebtn{padding-bottom:15px; margin-top:-5px;}
.readmorebtn .btn-default{font-size: 14px;padding: 5px 13px;}
.readmorebtn .btn-default:hover{color:#fff}
.hentry{margin: 0 0 1.5em;border-bottom: 1px dashed #ccc;padding-bottom: 25px;}
.widget-area a{color:#434343}
.widget-area a:hover{color: #891533;}
.post-navigation h2{font-size:20px;}
/*end*/

.carouselBox {text-align: center;position: relative;box-shadow:0 1px 5px rgba(0,0,0,0.35);}
.carouselBox .content {position: relative;left: 0;bottom: 0;width:100%;background: #fff;padding:10px 15px;z-index: 1; -moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;
}
.carouselBox:hover .content {background: #000;}
.carouselBox .content .title {font-size: 18px;margin:0;color:#002868;font-weight: 400;-moz-transition: .4s;  -webkit-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;}
.carouselBox:hover .content .title {color: #fff;}
.carouselBox .content .post {color: #666;-moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;   -o-transition: .4s;transition: .4s;}
.carouselBox:hover .content .post {color: #fff;}
.carouselBox .overlay {position: absolute;top: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.3) 80%); -moz-transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;   -o-transition: .4s;transition: .4s;opacity: 0;visibility: hidden;}
.carouselBox:hover .overlay {opacity: 1;visibility: visible;}
.carouselBox .overlay img{width:49px !important; height:49px; margin:auto; left:0; right:0; top:0; opacity:0; visibility:hidden; position:absolute; transition:all ease-in-out 0.2s}
.carouselBox:hover .overlay img{opacity:1; visibility:visible; top:40%;}

.vc_toggle {    border: 2px solid #891533;}
.vc_toggle_title {background: #891533; padding-top:7px !important; padding-bottom:7px !important; padding-left:18px !important;}
.vc_toggle_title > h4 {display: inline;color: #fff;font-weight: 400;
text-transform: uppercase;}
.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {   background-color: #fff !important;}
.vc_toggle_simple .vc_toggle_icon{left:inherit !important; right:10px;}
.font24{font-size:24px;}
.text-white{color:#fff;}
.text-white p{margin:0;}


.well {transform: scale(0.8);box-shadow: 0 0 10px rgba(0,0,0,0.3); padding:20px;margin: 10px;   background-color:#e3e3e3;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);box-shadow: inset 0 1px 1px rgba(0,0,0,.3);display:none;max-width: 800px;min-width: 300px;min-height: 300px;color:#000;}
.popup_visible .well {transform: scale(1);}
.well .closeicon{position:absolute; right:-40px; top:-40px; cursor:pointer; padding:20px; color:#fff;}
.well .form-group {margin-bottom: 15px;}
.well input.form-control{width:100%;}
.well select{ width:100%;padding:9px 10px;font-weight: normal;}
.well label{display:block; font-size:12px; margin:0 0 5px;font-weight: 700;}
.well .head2{font-family:'Muli', sans-serif;font-weight: 800; text-transform:uppercase; margin:0; border-bottom:1px solid #000; padding-bottom:10px; font-size: 22px;}
.well .head2 span {font-size: 14px;text-transform: none;font-weight: 400;display: block;}

.contactForm { padding: 20px;background:#f6f6f6;border: 1px solid #ccc;}
.contactForm h2{text-align: center; margin:10px 0;}

.asterisk{color:#f00;}
.show-767{display:none}

.followBox{text-align:center; padding:40px 0; background-color:#f6f6f6}
.followBox .connecText{display:inline-block; color:#000; font-size:40px; text-transform:uppercase; vertical-align:middle; margin-right:20px;}
.followBox .connecText span{font-weight:900; color:#009342;}
.followBox .connecIcon a{width:68px; height:68px; line-height:68px; border-radius:50%; font-size:36px; background-color:#333333; display:inline-block; vertical-align:middle; margin-left:25px; color:#fff;}
.followBox .connecIcon a:hover{background-color:#053360}


.titlestyle1{text-transform:uppercase; margin:0; padding:0; font-size:40px; color:#009342; font-weight:900; text-align:center;}
.titlestyle1 small{ font-size:18px; color:#000; font-weight:400; display:block}
.titlestyle1 small.white{ color:#fff; }

.titlestyle2{text-transform:uppercase; margin:0; padding:0; font-size:26px; color:#07052c; font-weight:900;}
.titlestyle2:after{content:""; display:block; width:50px; height:4px; background-color:#009342; margin:10px 0 30px;}

.titlestyle2.text-center:after{margin:10px auto 30px;}


.subscribeBox{ padding:100px 0;text-align:center;background-size: cover; background-attachment:fixed }
.whitetext{color:#fff;}
.subscribeForm{max-width:600px; margin:auto; position:relative; overflow:hidden; border-radius:5px;}
.subscribeForm input[type="email"]{border-radius:5px; border:1px solid #b9b9b9; width:100%; padding:8px 170px 8px 15px }
.subscribeForm input[type="submit"]{position:absolute; right:0; border-radius:0; background-color:#29166f; border-color:#29166f; font-size:18px;}

.sliderNVideo{background-color:#f6f6f6; padding:35px 0}
.sliderNVideo .container{display:flex; flex-direction: row; flex-wrap:wrap;align-items: top;}
.sliderNVideo .sliderLeft{width:70%; padding-right:15px;}
.sliderNVideo .rightbox{width:30%; padding-left:15px;}
#owl-homeslider.owl-carousel .owl-item img{max-height:566px;}
#owl-homeslider .caption-wrap{position:absolute; bottom:0; background-color:rgba(5,51,96,0.8); font-size:16px; color:#fff; padding:20px;}
#owl-homeslider .caption-wrap .line1{padding-right:150px;}
#owl-homeslider.owl-theme .owl-nav.disabled + .owl-dots{position:absolute; right:20px; bottom:10px; } 
#owl-homeslider.owl-theme .owl-dots .owl-dot span{background-color:transparent; border:2px solid #fff; border-radius:0; width:15px; height:15px; margin:8px;} 
#owl-homeslider.owl-theme .owl-dots .owl-dot.active span, #owl-homeslider.owl-theme .owl-dots .owl-dot:hover span{background-color:#3ead6b; border-color:#3ead6b;}
#owl-homeslider .owl-item.active .caption-wrap {
    animation: 1s .1s fadeInUp both;
}
.brdbox{background-color:#f0f0f0; border:1px solid #d1d1d1; padding:20px;}
.titlestyle3{font-weight:900; font-size:16px; text-transform:uppercase; color:#07052c; position:relative}
.titlestyle3:after{content:""; border-bottom:1px solid #ccc; display:block; position:absolute;top: 12px;
left: 0;right: 0; z-index:1}
.titlestyle3 span{z-index:2; display:inline-block; background-color:#f0f0f0; position:relative; padding-right:15px;}

.brdbox.audiolbry strong{font-weight: 900;font-size: 16px;text-transform: uppercase;color:#07052c;}
.brdbox.audiolbry a{text-decoration:underline}
.brdbox.audiolbry a:hover{color:#692f11}
.brdbox.audiolbry .fa{color:#009342; font-size:54px; margin-right:15px;}
.brdbox.audiolbry .box{margin-bottom:0;}
.brdbox.audiolbry .box p{margin:0;}



.videoImg img{display:block; width:100%;}
.videoTitle{line-height:20px; margin:10px 0 }
.videoTitle a{text-decoration:underline}
.videoTitle a:hover{color:#692f11}

.pollTwoCol{display:flex; background-color:#f0f0f0;flex-direction: row; flex-wrap:wrap;align-items: center;}
.pollTwoCol .left{height:560px;width:50%;background-size:cover;}
.pollTwoCol .rightForm{width:50%; padding:40px 70px;}
.pollTwoCol h3{font-size:26px;}

.pollTwoCol .rightForm input[type=radio].css-checkbox {
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.pollTwoCol .rightForm input[type=radio].css-checkbox + label.css-label {
padding:15px 20px 15px 60px;
max-width:320px;

display:block;
clear:both;
line-height:24px;
background-repeat:no-repeat;
border:1px solid #d4d4d4;
background-color:#f5f5f5;
font-size:18px;
vertical-align:middle;
cursor:pointer; color:#07052c; border-radius:8px;
margin:0 0 20px;
}

.pollTwoCol .rightForm input[type=radio].css-checkbox:checked + label.css-label {
background:url(../images/radio-check.png) 19px 16px no-repeat;
}
.pollTwoCol .rightForm label.css-label {
background:url(../images/radio-uncheck.png) 19px 16px no-repeat;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.gallerybox p{font-size:16px; line-height:18px; padding:0 30px; text-align:center}
.fullrow{padding:60px 0}


.innerGallery{padding:60px 0 70px; background-color:#f0f0f0; clear:both}
.homeGallery{padding:60px 0 70px}
.homeGallery .titlestyle2:after{margin-bottom:10px;}
.navigationRight {
    float: right;
    margin: 0 0 10px;
}
.navigationRight div{display:inline-block; font-size:20px; margin-left:10px; cursor:pointer }
#owl-homegallery{clear:both}

.homeh1{margin-bottom:30px;}
.newsEventRow{background-color:#f0f0f0; clear:both; display:flex; }
.newsEventRow .seeAllbtn{margin:50px 0 0 0}
.newsEventRow .btn-default{padding:7px 20px;}
.newsEventRow h2{margin-bottom:20px;}
.newsEventRow .colLeft{width:66%; display:flex; flex-direction:row; padding:40px 0 40px 3%;}
.newsEventRow .colRight{ width:34%; background-size:cover; background-position:center center }
.newsEventRow .colLeft .newsBox{width:50%; padding:20px}
.newsEventRow .colLeft .pressReleaseBox{width:50%; padding:20px;}
.sml-post{position:relative; clear:both; margin-bottom:20px;}
.sml-post:after{content:""; display:block; clear:both;}
.sml-post .post-img{max-width:130px; margin-right:20px; float:left; background-color:#053360}
.sml-post .post-img a:hover{opacity:0.8;}
.sml-post .post-img img{display:block;}
.sml-post .post-detail{margin-left:150px;}
.sml-post .post-detail h3{margin:0 0 10px; clear:none; font-weight:600; font-size:16px;}
.sml-post .post-detail a:hover{color: #692f11;}
.sml-post .post-detail .post-date{color:#7c7c7c; font-size:14px;}

/*Innerpage*/

/*Aboutus*/
.contentWithSidebar{position:relative}
.contentWithSidebar .pageContent{width:76%; padding:70px 50px 60px 0; float:left; }
.contentWithSidebar .rightSidebar{width:24%; min-width:337px; padding:70px 0 60px; float:right}
.widget{background:#fff;padding: 20px;border: 1px solid #e0e0e0;margin-bottom:31px; position: relative;}
.widget .widget-head {background: #f8f8f8;padding: 16px 20px;border-bottom: 1px solid #eaeaea;margin: -20px;   margin-bottom: 20px;}
.widget .widget-title {font-size: 16px;font-weight: 900; color:#07052c;line-height: 1;text-transform: uppercase;margin: 0; background: url(../images/dots.png) repeat;}
.widget .widget-title span {position: relative;background:#f8f8f8;padding-right: 11px;padding-top: 2px;}
.quickLinks{margin:-20px;}
.quickLinks ul{margin:0; padding:0; list-style:none}
.quickLinks li{padding: 10px 0 10px 40px; position:relative; border-bottom:1px solid #eaeaea; font-size:14px; color:#000;}
.quickLinks li:last-child{border-bottom:0}
.quickLinks li:before{content: "\f101"; font:normal normal normal 16px/1 FontAwesome;position: absolute;left:20px;top:11px;color:#9f9f9f; transition:all ease-in-out 0.5s}
.quickLinks a{color:#000;}
.quickLinks a:hover{ color:#692f11}
.quickLinks li:hover:before{color:#692f11;left:22px;}

.widget .post-widget{margin:-20px;}
.widget .post-widget .sml-post{padding: 15px;border-bottom: 1px solid #eaeaea; margin:0;} 
.widget .post-widget .sml-post .post-detail h3{font-size:14px; color:#000}
.widget .post-widget .sml-post:last-child{border-bottom:none}
.widget .post-widget .sml-post .post-detail .post-date{font-size:12px; text-transform:uppercase}

.titleNprintIcon{display:flex; justify-content: space-between;}
.titleNprintIcon .icons {min-width: 130px;text-align: right;}
.titleNprintIcon .icons a{display:inline-block;width:45px; height:45px; background-color:#eeeeee; border:1px solid #d1d1d1; border-radius:50%; text-align:center; line-height:45px; color:#454545; margin-left:15px; }
.titleNprintIcon .icons a:hover{background-color:#053360; border-color:#053360; color:#fff;}
.titleNprintIcon .icons .fa-print{font-size:22px;}
.titleNprintIcon .icons .fa-envelope-o{font-size:18px;}
.titleNprintIcon h2{font-size:32px; color:#000; font-weight:400; text-transform:none; line-height:42px; padding-left:20px; position:relative;}
.titleNprintIcon h2 span{color:#009342}
.titleNprintIcon h2:before{content:""; display:inline-block; width:5px; height:40px; background-color:#009342; position:absolute;left: 0;top: 2px; }

.boxspacer40{height:40px; display:block}
.pageContent h3{font-weight: 400; color:#000;line-height:normal;margin: 0; background: url(../images/bg-dots.png) repeat-x; background-position:0 7px}
.pageContent h3 span {position: relative;background:#fff;padding-right: 15px;}
.pageContent p{text-align:justify}
.pageContent .col-21 img,.pageContent .col-22 img{width:100%;}
.pageContent figcaption{text-align:center; font-size:12px; color:#454545}

.shareThis{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3; margin:40px 0 0; padding:8px 0; text-align:center; font-size:18px;}
.shareThis a{color:#454545; margin-left:5px; width:40px; height:40px; line-height:40px; border-radius:50%; display:inline-block}
.shareThis a:hover{color:#fff;background-color:#692f11}

.listrow{margin:20px 0 0; padding:0; list-style:none;}
.listrow li{margin:0; padding:0; list-style:none;}
.listrow li a{display:block; position:relative;border-style:solid; border-color:#cfcfcf; border-width:1px 1px 0 1px; padding:26px 60px 26px 20px; font-size:18px; color:#454545}
.listrow li:last-child a{border-width:1px;}
.listrow li:nth-child(2n+1) a{background-color:#f7f7f7}
.listrow li a:before {content: "\f138";font: normal normal normal 30px/1 FontAwesome;position: absolute;right: 20px;top: 26px;color:#9f9f9f;transition: all ease-in-out 0.5s;}
.listrow li a:hover{background-color:#053360; color:#fff}
.listrow li a:hover:before{color:#fff}

.billListrow{margin:20px 0 0; padding:0; list-style:none;}
.billListrow li{margin:0; padding:0; list-style:none;}
.billListrow li a{display:block; position:relative;border-style:solid; border-color:#cfcfcf; border-width:1px 1px 0 1px; padding:26px 60px 26px 70px; font-size:18px; color:#454545}
.billListrow li:last-child a{border-width:1px;}
.billListrow li:nth-child(2n+1) a{background-color:#f7f7f7}
.billListrow li a:after {content: "\f019";font: normal normal normal 30px/1 FontAwesome;position: absolute;right:30px;top: 26px;color:#9f9f9f;transition: all ease-in-out 0.5s;}
.billListrow li a:before {content: "\f1c1";font: normal normal normal 30px/1 FontAwesome;position: absolute;left:30px;top: 26px;color:#e2574c;transition: all ease-in-out 0.5s;}
.billListrow li a:hover{background-color:#053360; color:#fff}
.billListrow li a:hover:after{color:#fff}

.billListrow.pptlist li a:before{content: "\f1c4"}
.billListrow.audiolist li a:before{content: "\f1c7"}

.searchListrow{margin:20px 0 0; padding:0; list-style:none;}
.searchListrow li{margin:0; padding:0; list-style:none;}
.searchListrow li a{display:block; position:relative;border-style:solid; border-color:#cfcfcf; border-width:1px 1px 0 1px; padding:26px 60px 26px 70px; font-size:18px; color:#454545}
.searchListrow li:last-child a{border-width:1px;}
.searchListrow li:nth-child(2n+1) a{background-color:#f7f7f7}
.searchListrow li a:before {content: "\f105";font: normal normal normal 30px/1 FontAwesome;position: absolute;left:30px;top: 26px;color:#e2574c;transition: all ease-in-out 0.5s;}
.searchListrow li a:hover{background-color:#053360; color:#fff}
.searchListrow li a:hover:after{color:#fff}

.alphabets{margin:20px 0 0; padding:0; list-style:none; display: flex;flex-wrap: wrap;flex-direction: row; }
.alphabets li{padding:6px; list-style:none; margin:0; }
.alphabets li a{border:1px solid #e9e9e9; display:inline-block; padding:8px 12px;}
.alphabets li a:hover{background-color:#053360; border-color:#053360; color:#fff}

.filterform .flexForm{display:flex;}
.filterform .flexForm .field-group{width: 99%;margin: 0 15px 15px 0;}
.filterform{margin:40px 0 0;}
.smalltxt{font-size:12px;}

.memberboxes{display: flex;  flex-direction: row;  flex-wrap: wrap; margin:30px 0 0; padding:0; list-style:none;}
.memberboxes > li{width:calc(1/3*100% - (1 - 1/3)*30px - 10px); border:1px solid #cfcfcf;  position:relative; margin-bottom:45px; box-shadow:0 5px 15px rgba(0,0,0,0.14); margin-right:30px;}
.memberboxes .profileImg{display:block; background-color:#053360}
.memberboxes .profileImg img{display:block;transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */}
.memberboxes .profileImg a:hover img{-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */}
.memberboxes .profileName{display:inline-block; background-color:#053360; padding:5px 20px; position:relative; color:#fff; font-weight:700; font-size:18px; top:-20px;z-index: 1;}
.memberboxes .profileName:after {content: " ";position: absolute;display: block;width: 100%;height: 100%;top:-1px;left: 0;z-index: -1;background: #053360;transform-origin: bottom left;-ms-transform: skew(-25deg, 0deg); -webkit-transform: skew(-25deg, 0deg);transform: skew(-25deg, 0deg);}
.memberboxes .profileName a{color:#fff}
.memberboxes .profileDesc ul{margin:0 15px 30px 20px; padding:0; list-style:none; }
.memberboxes .profileDesc ul li{padding: 0 0 2px 14px; position:relative; color:#454545; font-size:16px;}
.memberboxes .profileDesc ul li:before{content: "\f105"; font:normal normal normal 16px/1 FontAwesome;position: absolute;left: 0;top: 5px;color:#454545}
.memberboxes .moreInfoBtn{color:#454545;font-size:16px; border:1px solid #cfcfcf; padding:4px 12px; border-radius:4px;margin:auto; position:absolute; bottom:-16px; left:calc(50% - 75px); display:inline-block; background-color:#fff;}
.memberboxes .moreInfoBtn:hover{color:#fff;background-color:#053360;border-color:#053360;}

.memberDetailBox{margin:30px 0 0 0}
.memberDetailBox .leftBox{width:31.4%; float:left; border:1px solid #ccc;}
.memberDetailBox .leftBox p{padding:0 15px 15px; text-align:center; margin:0;}
.memberDetailBox .rightBox{width:66%; float:right;}
.fa-ul.iconlist{margin:20px 0 0 27px}
.fa-ul.iconlist .fa{color:#454545; font-size:18px}

.folderGrid{display: flex;  flex-direction: row;  flex-wrap: wrap; margin:30px 0 0; padding:0; list-style:none;}
.folderGrid > li{width: calc(1/3*100% - (1 - 1/3)*30px - 10px); margin-right:30px; border:1px solid #cfcfcf;  position:relative; margin-bottom:30px; box-shadow:0 5px 15px rgba(0,0,0,0.14); text-align:center; padding:0;}
.folderGrid a{display:block; color:#454545}
.folderGrid .imgbox{height:270px; background-color:#f7f7f7; display:flex; justify-content:center;align-items: center;}
.folderGrid .imgbox img{display:block; transition:all ease-in-out 0.5s}
.folderGrid span{display:block; padding:10px 0}
.folderGrid a:hover{background-color:#053360; color:#fff;}
.folderGrid a:hover .imgbox img{transform:scale(1.2);}


.galleryPageGrid{display: flex;  flex-direction: row;  flex-wrap: wrap;justify-content: space-between; margin:30px 0 0; padding:0; list-style:none;}
.galleryPageGrid > li{width: calc(1/3*100% - (1 - 1/3)*30px); border:1px solid #cfcfcf;  position:relative; margin-bottom:30px; box-shadow:0 5px 15px rgba(0,0,0,0.14); text-align:center; padding:0;}
.galleryPageGrid a{display:block; color:#454545; }
.galleryPageGrid .imgbox{height:270px; background-color:#f7f7f7; display:flex; justify-content:center;align-items: center;overflow:hidden}
.galleryPageGrid .imgbox img{display:block; transition:all ease-in-out 0.5s}
.galleryPageGrid span{display:block; padding:10px 0}
.galleryPageGrid a:hover{background-color:#053360; color:#fff;}
.galleryPageGrid a:hover .imgbox img{transform:scale(1.1);}

.accordion {margin-bottom: 25px;background:#fff;}
.accordion > ol {list-style: none;margin: 0;padding: 0;}
.accordion > ol > li {margin: 0 0 30px;padding: 0;}
.accordion .acc_title.active, .accordion .acc_title:hover, .accordion .acc_title.ui-accordion-header-active {  color:#454545;background:#fff;}
.accordion .acc_title {background: #f8f8f8;border: 1px solid #eaeaea;position: relative;line-height: 23px; padding: 12px 20px;margin-bottom:0;cursor: pointer !important;font-size: 20px;color: #454545;font-weight:600;outline: none;text-transform:none;transition: all .2s ease-in-out;}
.accordion .acc_content{ padding:20px;border: 1px solid #eaeaea; border-top:none; display:none;}
.accordion .acc_handle {position: absolute;right:20px;}
.accordion .acc_handle {speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #ccc;}
.accordion h2.active .acch_pm::before {content: "\f068";}
.accordion .acch_pm {font-family:'FontAwesome';font-size: 14px;top: 50%;margin-top: -7px;}
.accordion .acch_pm::before {content: "\f067";}

.faqalltoggle{margin:0 0 20px;}
.faqalltoggle span{color:#195ea2; display:inline-block; cursor:pointer; margin:0 5px;}
.faqalltoggle span:hover{text-decoration:underline}


.getintouchBox{display: flex;  flex-direction: row;  flex-wrap: wrap;justify-content: space-between; margin:30px 0 0; padding:0; list-style:none;}
.getintouchBox > li{width: calc(1/2*100% - (1 - 1/2)*30px); position:relative; margin-bottom:50px;  padding:0;}
.getintouchBox .name{border-left:6px solid #29166f; padding:0 0 0 16px; font-size:20px; font-weight:700; color:#000; margin:0 0 20px}
.getintouchBox .name span{font-size:18px; color:#009342; font-weight:400; display:block}
.getintouchBox .box{margin:5px 0; font-size:20px;}
.getintouchBox .box .fa{color:#000}
.getintouchBox a:hover{color:#29166f;}

.rightSidebar .accordion .acc_title{font-size:17px;}
.chapter{position:relative; margin-bottom:20px}
.chapter .chapterTitle{border:1px solid #eaeaea; background-color:#f6f6f6; padding:10px;}
.chapter .chapterContent{border:1px solid #eaeaea; border-top:none; background-color:#fff; padding:20px;}
.chapter .chapterContent p {margin: 0 0 5px;}
.ml30{margin-left:30px !important;}
.ml20{margin-left:20px !important;}

.chapterlinks{margin:-20px;}
.chapterlinks ul{margin:0; padding:0; list-style:none}
.chapterlinks li{padding: 10px 10px 10px 20px; position:relative; border-bottom:1px solid #eaeaea; font-size:14px; color:#000;}
.chapterlinks li:last-child{border-bottom:0}
.chapterlinks a{color:#000;}
.chapterlinks a:hover{ color:#692f11}
.chapterlinks li:hover:before{color:#692f11;left:22px;}

.standing-order-page li {
    padding: 0 0 12px 0;
}


/*

.sitemappage .parent a{background-color:#e6e6e6; border:1px solid #ccc; border-radius:5px; padding:7px 15px; display:block; position:relative; z-index:10}
.sitemappage .parent a:hover{background-color:#053360; border-color:#053360; color:#fff;}
.childlinks { margin-left: 16px;padding-top: 20px;}
.childlinks li{position:relative; list-style:none; padding-right:20px;}
.childlinks a {background: #f6f6f6;border:1px solid #ccc; border-radius:5px;padding:5px 10px;margin-bottom: 10px;z-index: 5;display:block;position:relative;}
.childlinks a:before {content: "";position: absolute;border: 1px solid #ccc;border-right: none;border-top: none;height: 141%;top: -86%;left: -20px;width: 18px;}
.childlinks a:hover{background-color:#053360; border-color:#053360; color:#fff;}
.sitemappage .fa-check-circle{color:green; position:absolute; right:-3px; top:-3px}
*/


.sitemappage .parent a{background-color:#e6e6e6; border:1px solid #ccc; border-radius:5px; padding:7px 15px; display:block; position:relative; z-index:10}
.sitemappage .parent a:hover{background-color:#053360; border-color:#053360; color:#fff;}
.childlinks { margin-left: 16px;padding-top: 20px;position:relative}
.childlinks li{position:relative; list-style:none; padding-right:20px;}
.childlinks a {background: #f6f6f6;border:1px solid #ccc; border-radius:5px;padding:5px 10px;margin-bottom: 10px;z-index: 11;display:block; position:relative}
.childlinks li:before {content: "";position: absolute;border: 1px solid #ccc;border-right: none;border-top: none;height: 100%;top: -33px;left: -20px;}
.childlinks li a:before {
    content: "";
    position: absolute;
    border-top: 1px solid 
    #ccc;
    height: 1px;
    top:20px;
    left: -20px;
    width: 19px;
}
.childlinks a:hover{background-color:#053360; border-color:#053360; color:#fff;}
.sitemappage .fa-check-circle{color:green; position:absolute; right:-3px; top:-3px}
.sitemappage .fa-file-pdf-o{color:orange; position:absolute; right:-3px; top:-3px}
.sitemappage .fa-table{color:red; position:absolute; right:-3px; top:-3px}


.responsive-card-table {border-collapse: collapse;}
.responsive-card-table.unstriped tbody {background-color: transparent;}
.responsive-card-table th {background-color: #f6f6f6; text-align:left}

.responsive-card-table tr,.responsive-card-table th,.responsive-card-table td {border: 1px solid #ccc; padding:15px;}
.responsive-card-table.fifty th,.responsive-card-table.fifty td {width:50%}

.tabletwocol{border-collapse: collapse;background-color: #f6f6f6; text-align:left; }
.tabletwocol tbody {background-color: #fff;}
.tabletwocol th {background-color: #f6f6f6; text-align:left}
.tabletwocol tr,.tabletwocol th,.tabletwocol td {border: 1px solid #ccc; padding:15px;}
.tabletwocol th,.tabletwocol td {width:50%;}
.tabletwocol tr:nth-child(2n+2){background-color:#fbfbfb}
.bold{font-weight:bold}
.max300{max-width:300px;}
.max800{max-width:800px; margin:auto;}

.footerTitle .fa{display:none;float: right;margin: 5px 0 0;}


.formtable{border-collapse:collapse;width: 100%;}
.formtable tr{background-color:#fff;}
.formtable th {font-size:12px;border: 1px solid #d4d4d4;background-color:#F1F1F1;padding: 11px 5px 11px 5px;vertical-align: middle;}
.formtable td {border: 1px solid #d4d4d4;background-color:#fff;padding: 11px 5px 11px 5px;}

.appointmentCommitteeForm input[type="file"] {
    display: block;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 7px;
}



@media screen and (max-width: 768px) {
	.responsive-card-table.fifty th,.responsive-card-table.fifty td {width:100%}
  .responsive-card-table { }
  .responsive-card-table thead tr {position: absolute;top: -9999em;left: -9999em;}
  .responsive-card-table tr {border: 1px solid #ccc;display: block; padding:0;border-bottom: none; }
  
  .responsive-card-table td {border: none;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-items: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid #ccc;padding-left: 50%;position: relative; flex-wrap:wrap}
  .responsive-card-table td:before {content: attr(data-label);display: inline-block;font-weight: bold;line-height: 1.5; margin-left: -100%;width: 100%;position: relative;z-index: 1;}
  .responsive-card-table td:after {content: '';position: absolute;background: #f6f6f6;width: 45%;height:calc(100% - 2px);left: 1px;top: 1px;z-index: 0;}
  .responsive-card-table td.hide-this{display:none}
}




@media only screen and (max-width:4000px) and (min-width:1601px) {
	#cssmenu > ul > li > a {padding: 0 1.41vw;font-size: 1vw;}	
}

@media only screen and (max-width:1800px) and (min-width:1600px) {
	
}


@media only screen and (max-width:1599px) and (min-width:1366px) {
	#cssmenu > ul > li > a {padding: 0 12px;font-size: 16px;}
	
}
@media only screen and (max-width:1365px) and (min-width:1280px) {
	#cssmenu > ul > li > a {padding: 0 14px;font-size: 14px;}
}

@media only screen and (max-width:1700px) { 
	#owl-homeslider.owl-carousel .owl-item img{max-height:510px;}
	.memberboxes .profileName {max-width:86%;}
}

@media only screen and (max-width:1600px) { 
	.contentWithSidebar .rightSidebar{min-width:inherit}
}


@media only screen and (max-width:1366px) { 
	#owl-homeslider.owl-carousel .owl-item img{max-height:487px;}
	.restable{overflow:scroll;}

	
}
@media only screen and (max-width:1280px) { 
	#owl-homeslider.owl-carousel .owl-item img{max-height:470px;}
	.filterform .flexForm{flex-wrap:wrap;}
	.filterform .flexForm .field-group{width:auto;}

}

@media only screen and (max-width:1279px) {  
	#cssmenu > ul > li > a {padding: 0 10px;font-size: 12px;}
	.site-header .container{max-width: inherit;padding: 0px 15px; margin:0;}
    #header-top .container{max-width: inherit;padding: 0px 15px; margin:0;}
	
	.memberboxes > li {width: calc(1/2*100% - (1 - 1/2)*30px);margin-right: 15px;}
	
	

@media only screen and (max-width: 1024px){ 
    .contentWithSidebar .pageContent {width: 66%;}
	.contentWithSidebar .rightSidebar {width: 34%;}
	
	.getintouchBox > li{width: 100%;margin-bottom:30px; }
	
	.folderGrid .imgbox {height: 200px;}
	
	#cssmenu > ul > li > a {padding: 0 10px;font-size: 12px;}
	#owl-homeslider.owl-carousel .owl-item img{max-height:450px;}
	
    .site-header.fixed-header .topMenu #cssmenu {margin: 8px 0 0 0;}
    
      
    
    .site-content.bg-skyline .container {margin: 0 auto; max-width: 1200px; padding: 0 15px;}
    .content-with-sidebar{padding: 0;}
   
    
    .container {padding:0 15px;}
    .site-footer .col41{width:48%; margin:0; padding:0 20px 0 0;}
    .site-footer .col42{width:48%; padding-left:0 }
    .site-footer .col43{width:48%; margin:20px 0 0 0;clear: left;padding: 0; }
    .site-footer .col44{width:44%; margin:20px 0 0 0; }
	
   
}
@media only screen and (max-width: 1023px) {
    .fixed-header #menubtn {margin-top: 22px;}
     .fixed-header #menubtn {margin-top: 16px;}
    #cssmenu ul {display:none}
    #menubtn{display:inline-block; float:right}
}

@media only screen and (max-width: 980px) { 
    .newsEventRow{flex-direction: column-reverse;}
	.newsEventRow .colLeft{width:100%; padding:30px 15px;}
	.newsEventRow .colRight{width:100%; min-height:400px;}
	.sml-post .post-detail h3{line-height:18px;}
}
@media only screen and (max-width: 979px) {
  

   
    #cssmenu #menu-button{display:none;}
    #cssmenu > ul{clear:both;}
    #cssmenu > ul > li{padding:0}
    #cssmenu > ul > li:first-child{padding:0;}
    .fixed-header .logoImg {padding: 10px 0;}   
    .topMenu #cssmenu {padding: 0;}
    .site-header .container {padding: 0 15px;}
}


@media only screen and (max-width: 820px) {	
	.site-header .logotext {margin-left: 160px;}	
	
	
}


@media only screen and (max-width: 812px) {	
	 
	.filterform .flexForm .field-group {width: calc(50% - 15px);}
	
	
	.contentWithSidebar {flex-direction: column-reverse; display:flex;}
	.contentWithSidebar .rightSidebar {width: 100%;min-width: 100%;padding:0 0 20px; margin-top:30px; display:none;}
		.contentWithSidebar .rightSidebar.appSidebar{display:block; margin-top:72px;}
	.contentWithSidebar .rightSidebar.appSidebar .topFixedDrpDwn {
    display: block;
    margin: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 99;
}
.contentWithSidebar .pageContent.appPage {
    margin-top: 72px;
}

	.contentWithSidebar .pageContent {width:100%;padding:40px 0 20px; float:none}
	
	
	.sliderNVideo .container{flex-direction:column}
	.sliderNVideo .sliderLeft {width: 100%;padding-right: 0; margin-bottom:20px;}
	.sliderNVideo .rightbox {width: 100%;padding-left: 0;}

	#owl-homeslider.owl-carousel .owl-item img{max-height:400px;}
	
	
	h2.home{font-size:28px}
    aside#secondary{padding:40px 0 0 0; width:30%}
    #primary.content-area{width:65%}    
    .site-footer .copyRight .col21,.site-footer .copyRight .col22{text-align:center; width:100%; margin:0; padding:0;}  
    .col21.footerLeft {width: 100%;}
    .col22.footerRight {width: 100%; margin-left:0}
    
    .site-footer .copyRight{padding: 0 0 15px 0;}
    .site-footer .copyRight .right{text-align:center; padding:10px 0 0;float:none;}
    .site-footer .copyRight .left{float:none; padding:20px 0 0 0}
    .blogpostthumb{max-width:100%;}
    .widget_search{padding:10px;}
    .well{margin:30px;}
    .well .closeicon {right: -20px;}
    .pollTwoCol .rightForm{padding:0 20px;}
}
@media only screen and (max-width: 767px) {  
    
    .restable table{width:768px;}
    
    table.parliamentLeadership {border: 0; font-size:14px;}
    table.parliamentLeadership caption {font-size: 1.3em;}
    table.parliamentLeadership thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
    table.parliamentLeadership tr {border-bottom: 2px solid #ccc;display: block;margin-bottom: .625em;}
    table.parliamentLeadership td {border-bottom:none !important;border:1px solid #ccc;display: block;/*font-size: .8em;*/text-align: right;padding: 12px 15px;}
    table.parliamentLeadership td::before {content: attr(data-label);float: left;font-weight: bold;text-transform: uppercase;}
    table.parliamentLeadership td:last-child {border-bottom: 0;}
  
    
	.show-767{display:block; margin:0;}
	.hide-767{display:none;}
	.logoImg{position:relative;}
	.site-header .logotext {text-align: center;float: none;margin: 0;color:#07052c;clear: both;}
	.site-header .logotext .line1 {font-size: 8vw;line-height:8vw;}	
	.site-header .logotext .line2{font-size: 8vw;line-height: 8vw;}	
	.fixed-header.site-header .stateHouseLogo{display:none;}
	.fixed-header.site-header .logotext{display:none;}
	
	
	.mobileflipcolumn{ flex-direction:column-reverse}
	.site-footer .col41{width:50%;}
    .site-footer .col42{width:50%;}
    .site-footer .col43{width:50%; clear:left}
    .site-footer .col44{width:50%;}
    
    .content-with-sidebar{width:100%; padding:0; margin:0;}
    aside#secondary,#secondary.widget-area{padding:0; width:100%; margin:0;}    
    .contentLeft {width: 100%;}
    .sidebarRight {width: 100%;margin: 30px 0 0 0;} 

	.pollTwoCol{flex-direction:column}
	.pollTwoCol .left {height:300px;width: 100%;}
	.pollTwoCol .rightForm{width:100%; padding:30px 30px 40px}
	
}

@media only screen and (max-width: 600px) { 
	.folderGrid .imgbox img{max-width:60px;}
	.folderGrid .imgbox {height: auto;padding: 20px;}
	

	#primary.content-area{width:100%; margin: 0;}
    
    .titleWithborder,.titleWithoutborder {font-size: 22px; margin-bottom: 20px;}
    .col21{width:100%; display:block; margin:0 0 30px 0; float:none;}
    .col22{width:100%; display:block; margin:0;}
    .col-21{width:100%; display:block; margin:0 0 20px 0;}
    .col-22{width:100%; display:block; }
    .col31, .col-31{width:100%; float:left;margin:0 0 30px 0;}
    .col32, .col-32{width:100%; float:left;margin:0 0 30px 0;}
    .col33, .col-33{width:100%; float:left;}
    .sm-mb0{margin-bottom:0 !important}
    input#address{width:100%;}
  
}
@media only screen and (max-width: 599px) {  
    .newsEventRow .colLeft{flex-direction:column}
    .newsEventRow .colLeft .newsBox{width:100%; padding:0}
    .newsEventRow .colLeft .pressReleaseBox{width:100%; padding: 30px 0 0 0;}
	.newsEventRow .seeAllbtn {margin: 20px 0 0 0;}
    
    h1{line-height:40px;}
	.logoImg{max-width: 270px;}
	#menubtn{margin-top:25px}
}

@media only screen and (max-width: 479px) { 
    #header-top .fl{font-size:10px; line-height:24px;    }
	.footerTitle .fa{display:block;}
	.site-footer ul.menu{display:none;}
	
	.memberDetailBox .leftBox {width: 100%; margin-bottom:20px;}
	.memberDetailBox .rightBox{width: 100%;}
	
	.memberboxes > li {width:100%;margin-right:0;}
	
	.listrow {margin: 0;}
	.listrow li a{padding: 16px 60px 16px 15px;}
	.listrow li a::before {top: 0;bottom: 0;margin: auto;display: inline-block;height: 29px;}	
	
	.shareThis{margin:20px 0;}
	.shareThis span{display:block; }	
	
	.contentWithSidebar .pageContent{padding: 0 0 20px;}
	.titleNprintIcon{flex-direction:column-reverse}
	.titleNprintIcon .icons {margin: 20px 0;}
	.titleNprintIcon h2{font-size:26px; line-height:30px;}
	.titleNprintIcon h2::before {height: auto;top: 0;bottom: 0;}
	.pageContent h3{font-size:20px;margin-bottom:20px;background-position: 0 8px;}

	#owl-homeslider .caption-wrap{font-size:3vw}
	#owl-homeslider .caption-wrap .line1 {padding-right: 0;}
   #owl-homeslider .item{background-size:auto 100% !important;}
   #owl-homeslider.owl-theme .owl-nav.disabled + .owl-dots{position:relative; left:0; right:0;}
   #owl-homeslider.owl-theme .owl-dots .owl-dot span{border-color:#ccc}
   .sliderNVideo .sliderLeft{margin-bottom:0;}
   
   
   .subscribeForm input[type="submit"]{position:relative; margin-top:15px; border-radius:5px; background-color:#29166f; border-color:#29166f; font-size:18px;}
	

	.hide-mobile{display:none;}
   
    .logoImg {max-width: 190px;padding: 23px 0 0;}
    .fixed-header #menubtn {margin-top: 12px;}
	
	.site-footer {padding:0;}
    .site-footer .container {margin:0;}
    .site-footer .footerSocial {margin: 0;padding: 15px 0;border-bottom: 1px solid #ccc;}
    .site-footer .col41{width:100%; margin:0; padding:20px 0 0;}
    .site-footer .col41 .footerLogo{margin:0;}
    .site-footer .col42{width:100%; padding:0; margin:20px 0 0; }
    .site-footer .col43{width:100%; margin:20px 0 0 0;  }
    .site-footer .col44{width:100%; margin:20px 0 20px 0; }
    .site-footer .footerTitle{margin-bottom:0; font-size:18px;}
    .site-footer .copyRight{margin:0}
    .alignright,.alignleft{max-width:inherit; width: 100%; float:none; margin: 0;}
    .page-content, .entry-summary{margin:0}
    aside#secondary{padding:0;} 
    .owl-carousel .imgbox img{max-height:inherit}   
    h2 {font-size: 26px;}
    .footerLogo {display:none;}
    .fixbtnInquiry{bottom:10px;}
    #back-to-top{bottom:5px;}
    .site-footer .copyRight .right{padding: 10px 0 30px;}
    .thankstext{font-size:20px;}
    body.blog h2.entry-title, body.single h1.entry-title, body.archive h2.entry-title, body.search  h2.entry-title{font-size:20px;}
    .pageTitle, .pageTitle h1{line-height: 28px;font-size: 20px;}
    .textwhite h1 {text-align: left}
	.pagetitlebox{padding:15px;}
	.pagetitlebox h1{font-size:30px;}
	
	.introtext{margin-top:20px;}
	.introtext h1 {font-size: 40px; line-height:40px;}
	.titlestyle1{font-size:30px;}
	.homeh1 {margin-bottom: 0;}
	.introContent {padding: 20px 0;}
	
	
} 
@media only screen and (max-width: 420px) { 
    .titleNprintIcon h2 {font-size: 22px;line-height: 26px;}

   .logoImg {padding: 8px 0 0;max-width: 107px;}
   .site-header .stateHouseLogo {max-width: 92px;}
   .site-header .logotext{margin:0 0 10px}
   .site-header .logotext .line1 {font-size: 6vw;line-height: 6vw;}
   .site-header .logotext .line2{font-size: 6vw;line-height: 6vw;}

    .site-footer .col44{font-size:16px;}
	.introtext h1 {margin-top:35px; font-size: 38px;}
   .pollTwoCol .rightForm{width:100%; padding:25px 15px 30px}
   
   
   
   .responsive-card-table:not(.mobiletwocol) td {display:block; padding:0 10px 10px;}
	.responsive-card-table:not(.mobiletwocol) td::before {display: block;background:#f6f6f6;margin-right: -10px;margin-left: -10px; padding:10px; margin-bottom:10px;border-bottom: 1px solid #ccc;}
	.responsive-card-table:not(.mobiletwocol) td::after {display:none}
}

@media only screen and (max-width: 400px) { 
	#header-top .fl span {display: inline-block;margin: 0 3px;}
	.followBox .connecText{font-size:27px; margin:0 0 10px; display:block}
	.followBox .connecIcon a{width: 58px;height: 58px;line-height: 58px;font-size: 28px;margin: 0 10px;}
	.folderGrid > li{width: calc(1/2*100% - (1 - 1/2)*30px);margin-right: 15px;margin-bottom: 17px;}
	.accordion .acc_title{font-size:18px; padding:12px 30px 12px 12px;}
	.accordion .acc_content{padding:15px 12px;}
	.boxColumn a{word-wrap: break-word; font-size:15px;}
	
}

@media only screen and (max-width:359px) { 
    .pageContent h3 span {display:block; padding-right:0;}
   	#header-top .fr a{width:26px; border:none}
	#header-top .fr a:last-child{border:none}
	.logoImg {max-width: 97px;}
	.site-header .stateHouseLogo {max-width: 86px;}
	.filterform .flexForm .field-group {width:100%; margin-right:0}
	.alphabets li {padding: 1px;}
	
	.memberDetailBox table.style1 td{display:block; width:100%}
	.memberDetailBox table.style1 td:first-child{border-right:none}
	.pageTitle{padding: 30px 0px;}
}