html { overflow-y:scroll;overflow-x:hidden; font-weight:300;color:#333; -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;  } 
body {margin: 0;color: #333;font-family: 'Inter', sans-serif;font-weight: 400;min-height: 100vh;display: flex;flex-direction: column;font-size: .95em;}

#layout { flex: 1 0 auto;}
.footer {  flex-shrink: 0;}


article,aside,details,figcaption,figure,footer,header,hgroup,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 {  outline: 0;  }
abbr[title] {  border-bottom: 1px dotted;  }
b,strong {  font-weight: bold;  }
dfn {  font-style: italic;  }
h1, .h1style {/* font-size: 2em; *//* margin: 0.67em 0; */}
mark {  background: #ff0;  color: #000;  }
small {  font-size: 80%;  }
sub,sup {position: relative;vertical-align: baseline;font-size: 1em;}
sup {  top: -0.5em;  }
sub {  bottom: -0.25em;  }
img {  border: 0;  }
svg: not(: root) {  overflow: hidden;  }
figure {  margin: 1em 40px;  }
hr {  -webkit-box-sizing: content-box;  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"] {-webkit-appearance: button;cursor: pointer;position: relative;background: #003e7e;color: #ffffff;border: none;text-transform: uppercase;font-size: 15.4px;text-align: center;}
button[disabled],html input[disabled] {  cursor: default;  }
button:: -moz-focus-inner,input:: -moz-focus-inner {  border: 0;  padding: 0;  }
input {  line-height: normal;  }
input[type="checkbox"],input[type="radio"] {  -webkit-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  }
input[type="number"]:: -webkit-inner-spin-button,input[type="number"]:: -webkit-outer-spin-button {  height: auto;  }
input[type="search"] {  -webkit-appearance: textfield;  -webkit-box-sizing: content-box;  box-sizing: content-box;  }
input[type="search"]:: -webkit-search-cancel-button,input[type="search"]:: -webkit-search-decoration {  -webkit-appearance: none;  }
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;  }
legend {  border: 0;  padding: 0;  }
textarea {  overflow: auto;  }
optgroup {  font-weight: bold;  }
table {  border-collapse: collapse;  border-spacing: 0;  }
td,th {  padding: 0;  }

/*! Source: https: //github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {  
    *, *:before, *:after {  background: transparent !important;  color: #000 !important;  -webkit-box-shadow: none !important;  box-shadow: none !important;  text-shadow: none !important;  }
    a, a:visited {  text-decoration: underline;  }
    a[href]:after {  content: "";  }
    abbr[title]:after {  content: "";  }
    a[href^="#"]:after, a[href^="javascript: "]:after {  content: "";  }
    pre, blockquote {  border: 1px solid #999;  page-break-inside: avoid;  }
    thead {  display: table-header-group;  }
    tr, img {  page-break-inside: avoid;  }
    img {  max-width: 100% !important;  }
    p, h2, .h2style, h3, .h3style {  orphans: 3;  widows: 3;  }
    h2, .h2style, h3, .h3style {  page-break-after: avoid;  }
    .navbar {  display: none;  }
    .btn > .caret, .dropup > .btn > .caret {  border-top-color: #000 !important;  }
    .label {  border: 1px solid #000;  }
    .table {  border-collapse: collapse !important;  }
    .table td, .table th {  background-color: #fff !important;  }
    .table-bordered th, .table-bordered td {  border: 1px solid #ddd !important;  }
}



/* ==================== Basic declarations ==================== ================================================== */
header, section, article, aside, footer, figure, nav, hgroup, video, div, canvas {  display: block;  }
p {margin: 0.5em 0;line-height: 1.7em;}
a {-moz-transition: .3s ease;-o-transition: .3s ease;-webkit-transition: .3s ease;transition: .3s ease;color: #0066cc;font-weight: 500;text-decoration: none;}
.Button-primary {  background-color: #00853f;  border-color: #00853f;  }
.Button-primary:hover {  background: #c14600;  }
a.button {/* font-size: 0.9em; */}
a:hover, a:focus {text-decoration: none;color: #00853f;}
a img {  border: 0px  }
img {  max-width: 100%;  width: auto\9;  height: auto;  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;  }
h1, h2, h3, h4, h5, h6 {color: #013d7e;text-align: left;text-rendering: optimizelegibility;font-family: 'Lato', sans-serif;font-weight: 700;}
h1{ font-weight:700;}
h2{ font-size:2em; }
h3{ font-size:1.8em; }
h4{font-size: 1.3em;font-weight: 600;}
h5{ font-size:1.2em;font-weight: 600;}
h6{ font-size:1em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {  color: inherit;  text-decoration: none;  }
ul, ol {  margin-left: 3em;  list-style: disc;  }  

ol {  list-style: decimal;  }
blockquote, q {  quotes: none;  }
blockquote:before, blockquote:after, q:before, q:after {  content: '';  content: none;  }
hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eee;  }
sub, sup {position: relative;vertical-align: baseline;}
sup {top: -.1em;}
sub {  bottom: -.25em;  }
table {border-collapse: collapse;width: 100%;margin-bottom: 15px;}
table th  { background:#ccc;}
table td, table th {border:1px solid #eee;padding:5px;vertical-align: top;}
table tr:nth-child(odd) td{ background:#f7f7f7; }
/* #uploadform table tr td { background:none; border:0;} */

table.content_table {  border: 1px solid #e9e9e9;  }
table.content_table td, table.content_table th {  padding: 4px;  border: 1px solid #e9e9e9;  border-collapse: collapse;  }
.colbtn {  padding: 6px 23px;  color: #FFF;  display: inline-block;  margin: 6px;  }
nav ul {  margin: 0;  padding: 0;  }

/* ==================== input elements==================== ================================================== */
button, input, optgroup, select, textarea {  margin: 0;  font: inherit;  color: inherit;  }
button {  overflow: visible;  }
button, select {text-transform: none;outline: 0 !important;}
button:: -moz-focus-inner, input:: -moz-focus-inner {  padding: 0;  border: 0;  }

input {  line-height: normal;  }
input[type="checkbox"], input[type="radio"] {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  margin: 0 3px;  }
input[type="number"]:: -webkit-inner-spin-button, input[type="number"]:: -webkit-outer-spin-button {  height: auto  }
input, select, textarea {color: #271f1b;border: 1px solid #E9E9E9;background: #FBFBEA;padding: 5px;font-style: normal;font-weight: 400;text-align: left;outline: none;}
textarea {  overflow: auto;  height: 120px;  min-width: 250px;  width: 70%;  }
input[type=button], input[type=reset], input[type=submit], .button {-moz-transition: 0.4s all ease;-webkit-transition: 0.4s all ease;-o-transition: 0.4s all ease;transition: 0.4s all ease;text-align: center;border: none;color: #fff;text-decoration: none;background: #003e7e;cursor: pointer;padding: 12px 24px;margin: 5px 0;display: inline-block;text-transform: uppercase;border-radius: 0;outline: none;box-shadow: none;text-shadow: none;position: relative;letter-spacing: 0;line-height: 25px;font-weight: 600;}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {background: #00853f;color: #FFF;}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active {background: #00853f;color: #333;}
input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {width: 100%;min-height: 45px;background-color: rgba(49, 48, 47, 0.07);border: 1px solid transparent;font-size: 14px;padding: 11px 21px;text-align: left;color: #31302f;margin: 10px 0;border-radius: 4px;}
input[type=email]:: -webkit-input-placeholder, input[type=password]:: -webkit-input-placeholder, input[type=tel]:: -webkit-input-placeholder, input[type=text]:: -webkit-input-placeholder, select:: -webkit-input-placeholder, textarea:: -webkit-input-placeholder {  font-family:'Lato', sans-serif;  }
input[type=email]:: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select:: -moz-placeholder, textarea:: -moz-placeholder {  font-family:'Lato', sans-serif;  }
input[type=email]: -ms-input-placeholder, input[type=password]: -ms-input-placeholder, input[type=tel]: -ms-input-placeholder, input[type=text]: -ms-input-placeholder, select: -ms-input-placeholder, textarea: -ms-input-placeholder {  font-family:'Lato', sans-serif;  }
input[type=email]: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select: -moz-placeholder, textarea: -moz-placeholder {  font-family:'Lato', sans-serif;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
 
.select-wrapper {  position: relative;  }
.select-wrapper:after {  content: "\f0d7";  font-family: 'FontAwesome';  color: #1B427D ;  font-size: 20px;  line-height: 1;  height: 20px;  width: 10px;  text-align: center;  display: block;  position: absolute;  right: 10px;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  pointer-events: none;  }
select {border-radius: 0;margin: 0;font-size: 16px;}
select:: -ms-expand {  display: none;  }
label {font-family:'Lato', sans-serif;font-weight: bold;display: block;font-size: 16.8px;}
.error {  color: #9f6849;  font-family:'Lato', sans-serif;  font-size: 0.9em;  display: block;  }
input[type=email],input[type=password],input[type=tel],input[type=text],input[type=number],input[type=file], select,textarea {width: 100%;min-height: 45px;background-color: rgb(229 229 229 / 50%);border: 1px solid rgba(0, 0, 0, 0.07);font-size: 14px;padding: 10px;text-align: left;color: #31302f;margin: 5px 0;border-radius: 0;}
input[type=email]:: -webkit-input-placeholder, input[type=password]:: -webkit-input-placeholder, input[type=tel]:: -webkit-input-placeholder, input[type=text]:: -webkit-input-placeholder, select:: -webkit-input-placeholder, textarea:: -webkit-input-placeholder { color:#31302f;  }
input[type=email]:: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select:: -moz-placeholder, textarea:: -moz-placeholder {color:#31302f; }
input[type=email]: -ms-input-placeholder, input[type=password]: -ms-input-placeholder, input[type=tel]: -ms-input-placeholder, input[type=text]: -ms-input-placeholder, select: -ms-input-placeholder, textarea: -ms-input-placeholder { color:#31302f;  }
input[type=email]: -moz-placeholder, input[type=password]: -moz-placeholder, input[type=tel]: -moz-placeholder, input[type=text]: -moz-placeholder, select: -moz-placeholder, textarea: -moz-placeholder { color:#31302f;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
form table tr td{padding: 5px;}
form legend{ border-bottom:1px dashed #CCC;width:100%;display:block;background:transparent;color:#667233;font-size:14px; }
.filteropts h2{ display:inline-block;font-size:12px; }
.postwebform{ margin:10px 5px; }
form.postwebform table tr td { background:none; border:none;}
.postwebform td.labelcol{width:35%;vertical-align:top;}
.postwebform td.valuecol{width:68%;vertical-align:top;} 


/* ====================utility/ helper classes ==================== ================================================== */
.clear {  clear: both;  height: 0px;  margin: 0px;  padding: 0px;  }
.header:after, .container:after, .row:after, .navbar-toggle:after, .nav-bar:after, .clearfix:after {  content: "";  display: table;  clear: both;  }
.pad {  padding-left: 15px;  padding-right: 15px;  }
.pad-left {  padding-left: 15px;  }
.pad-right {  padding-right: 15px;  }
.divider {  margin-top: 20px;  position: relative;  }
.divider-line {  margin: 40px 0;  }

.img-circle {  border-radius: 50%;  }
.hide {  display: none;  }
.show {  display: block !important;  }
.invisible {  visibility: hidden;  }
.contentArea {display:block; overflow-x:auto;} 

/* ====================header ==================== ================================================== */
.Header h1, .Header h2 {  display: none;  }
.Header {position: fixed;width: 100%;z-index: 999;padding: 0;top: 0;left: 0;background: #FFF;transition: all .3s ease;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);}
.Header .Navigation{position:relative;z-index:2;padding: 0;}
.logo {position: relative;z-index: 999;left: 0;top: 0;margin: 0;padding: 0;}
.logo img {position: relative;display: block;vertical-align: middle;max-width: 230px;padding: 1px 0;transition: all .3s ease;}

.Header .topNav {background: transparent;}
.Header .topNav ul{ list-style:none; display:block; margin:0; padding:0; text-align:right;}
.Header .topNav ul li { display:inline-block;}
.Header .topNav ul li a{display:block;padding: 2px 5px;color: #777;font-size: .85em;/* text-transform: uppercase; */font-family: 'Lato', sans-serif;font-weight: 400;}

.Header #social { display:none;}

.searchBlock{position:relative;margin: 5px 0;margin-top: 35px;clear: both;text-align: revert;}
.searchBlock:after{content:'';display:table; clear:both; }
.searchBlock form{float: right;display:block;}
.searchBlock input[type=text] {width: 320px;background: none;border: 1px solid #eee;padding: 5px;padding-right: 35px;margin: 0;min-height: 35px;font-size: .8em;}
.searchBlock input[type=submit]{position:absolute;right:0;top: 0;margin: 0;border: 0;background: transparent;font-size: 0;width: 35px;padding: 5px;height: 100%;}
.searchBlock .icn{position:absolute;width: 35px;height:100%;right:0;top:0;color: transparent;}
.searchBlock .icn:after{content:"\f002";font: normal normal normal 14px/1 FontAwesome;font-size: 20px;text-align: center;color: rgb(255, 255, 255);display: block;vertical-align: middle;background: #999;width: 100%;line-height: 35px;}

.Navigation__body, .HeaderMenu { height:100%;}


/* ==================== layout ==================== */
.HeaderMenu {background: #003E7E;border-top: 4px solid #00853f;}
.HeaderMenu ul {list-style: none;margin: 0;padding: 0;width: 100%;align-items: center;justify-content: start;}
.HeaderMenu nav>ul>li {padding: 0;text-align: center;position:relative;}
.HeaderMenu nav>ul>li a, .HeaderMenu nav>ul>li span {color: #FFF;display: block;padding: 9px 13px;font-weight: 300;font-size: 0.9em;cursor: pointer;text-transform: uppercase;}
.HeaderMenu nav>ul>li ul li:hover a, .HeaderMenu>ul>li a:hover{color: #00853f;border-bottom-color: #00853f;}
.HeaderMenu nav>ul>li ul{display: none;position:absolute;list-style: none;margin: 0;padding: 0;width:240px;margin-top: 0;background: #00853f;left:0;top:100%;box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);}
.HeaderMenu nav>ul>li ul li a{display:block;color: #FFF;padding: 8px 15px;font-size: 0.9em;text-transform: unset;text-align: left;}
.HeaderMenu nav>ul>li:hover > ul { display:block; }
.HeaderMenu nav>ul>li:hover > a, .HeaderMenu nav>ul>li:hover span{color: #fff;background: #00853f;}
.HeaderMenu nav>ul>li.currentitem > a{color: #fff;background: #00853f;}
.HeaderMenu nav>ul>li ul li:first-child{padding-top: 1px;}
.HeaderMenu nav>ul>li ul li{ position:relative;}
.HeaderMenu nav>ul>li ul li ul{position:absolute;left:100%;top: 0;}
.HeaderMenu nav>ul>li ul li:hover{background: #00853f;}
.HeaderMenu nav>ul>li ul li:hover ul{ display:block;}
.HeaderMenu nav>ul>li ul li ul li:first-child{padding:0;}
.HeaderMenu nav>ul>li ul li ul li a:hover{background: #18708a ;}
.HeaderMenu nav>ul>li.selected a{color: #00853f;border-bottom-color: #00853f;}
.HeaderMenu nav>ul>li.home a{font-size: 0;padding: 10px;} 
.HeaderMenu nav>ul>li.home a:before{content:"\f015";color:#fff;font-family: FontAwesome;margin: 0;font-size: 19px;font-weight: normal;line-height: initial;color: #fff;display: block;}
.HeaderMenu nav>ul>li.home.currentitem a{background:none;}
.HeaderMenu nav>ul>li.home:hover a{background: #00853f;}

.backbutton {position:absolute;left:0;top:0;height: 111px;/* width:15px; */z-index: 2;transition: all .3s ease;display: none;}
.backbutton span{ width:0; font-size:0; display:none;}
.backbutton a{display:block;height:100%;position: relative;background: #eee;padding: 0 2px;color: #003e7e;cursor: pointer;font-size: 0;}
.backbutton a i{position:relative;transform:translateY(-50%);top:50%;} 
.backbutton a i:before{font-size:10px;}
.backbutton a:hover{width:auto;padding: 0 10px;background: #00853f;}
.backbutton a:hover i{ color:#FFF;}


/*Main Navigation*/

/*Sidebar navigation*/
.Sidebar__body {background-color: #333;min-width: 240px;height: 100%;margin: auto;left: 0;bottom: 100%;position: fixed;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;-webkit-transition: right .3s ease-in-out;transition: bottom .3s ease-in-out;}
.Sidebar.show .Sidebar__body {bottom: 0;}
.Sidebar.show .Sidebar__backdrop {  display: block;  }
.SidebarMenu {padding: 10px 15px;max-width: 340px;margin: 0 auto;}
.SidebarMenu ul {list-style: none;padding: 0;margin: 0;text-align: center;}
.SidebarMenu ul li {margin-bottom: 0;}
.SidebarMenu ul li ul li a{font-size: 14px;border: 0;padding: 5px 10px;text-transform: none;}
.SidebarMenu ul li ul li, .SidebarMenu ul li ul li ul li{margin-left: 5px;}
.SidebarMenu ul a, .SidebarMenu ul span {font-size: 15px;color: #fff;text-decoration: none;display: block;padding: 10px;text-transform: uppercase;border-top: 1px solid #444;text-align: left;cursor: pointer;}
.SidebarMenu ul a:hover{background: #00853f;color: #fff;}
.SidebarMenu ul li ul {/* border-bottom: 2px solid #fff; */}
.SidebarMenu ul li:first-child a{ border:0;}
.Sidebar__backdrop {background-color: rgb(0 0 0 / 0.75);left: 0;top: 0;z-index: 999;display: none;}
.Sidebar--active, .Sidebar__backdrop {  position: fixed;  height: 100%;  width: 100%;  }
.Sidebar.active .Sidebar__backdrop {  display: block;  }
.Sidebar--active, .Sidebar__backdrop {position: fixed;height: 100%;width: 100%;}
.Header.headBg .NavbarToggle i {color: #00853f;}
body.subpage .Header .sidebar__Close i , .Header.headBg .sidebar__Close i {color: #ffffff;}


.navIcon {position: relative;height: 100%;text-align: right;}
.NavbarToggle {display: inline-block;vertical-align: middle;background-color: transparent;border: 0;padding: 0;}
.NavbarToggle i {font-size: 1.5em;color: #00853f;display: block;padding: 10px 5px;outline: 0 !important;}
.navIcon:focus, .navIcon *:focus{border:0;outline: 0;} 
.sidebar__Close {padding: 5px;max-width: 340px;margin: 0 auto;}
.sidebar__Close button {outline: 0 !important;height:auto;}
body.subpage .Header .NavbarToggle i {/* color: #00853f; */}
.sidebar__Close .NavbarToggle i {color: #00853f;}
body.noPageHeader .Header, .Header.headBg  {transition: top 0.5s ease, background 0.3s ease;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);background: #ffffff;transition: all .3s ease;}

/* ==================== Social Menu ==================== ================================================== */
#social ul {margin: 0;padding: 0;text-align: right;/* display: inline-block; */}
#social li {float: none;display: inline-block;vertical-align: middle;padding: 0px 6px;padding-right: 0;}
#social li a {font: normal normal normal 14px/1 FontAwesome;text-align: left;padding: 0 !important;color: #023470;display: block;margin: 3px;}
#social li a span {display: none;font-family:'Lato', sans-serif;text-transform: capitalize;font-size: 16px;margin-left: 5px;color: #FFF;font-weight: 600;}
#social li a:before {font-size: 15px;text-align: center;background: #FFF;color: #023470;display: inline-block;vertical-align: middle;line-height: 29px;width: 32px;height: 32px;border-radius: 100%;border: 1.5px solid #003e7e;transition: all .3s ease;}
#social li.audio a:before{content: "\f028"; width: 80px;border-radius: 30px;font-size: 22px;}
#social li.facebook a:before {content: "\f09a";}
#social li.twitter a:before {content: "\f099";}
#social li.instagram a:before {content: "\f16d";font-size: 24px;}
#social li.linkedin a:before {content: "\f0e1"; }
#social li.youtube a:before {content: "\f16a";}
#social li.pinterest a:before {  content: "\f231";  }
#social li.googleplus a:before {content: "\f0d4"; }
#social li.contact a:before, #social li.email a:before {content: "\f0e0"; }
#social li.rss a:before {  content: "\f09e";  } 
#social li.phone a:before {content: "\f095";width: auto;}
#social li.phone a span{display:inline-block;vertical-align: middle;color: #023470;}
/* Social Menu Hover */
#social li a:hover:before { transition:all .3s ease; background:#023470; color:#FFF;}



/*Bread crumbs*/
.breadcrumb {padding: 15px 0;margin-bottom: 0;color: #FFF;font-size: .86em;clear: both;background: transparent;}
.breadcrumb a {  font-size: .84em;  color: #FFF;  }

/* side navigation*/
#flyOut{display:none;} 
.profileInfo {background:#003e7e; border-bottom:4px solid #00853f; color:#FFF; padding:8px 10px;} 
.profileInfo span{ display:block;}
.profileInfo strong{ font-size:1.2em;}
.profileInfo ul { margin:0; padding:0; list-style:none;}
.profileInfo ul li {font-size:13px; margin-bottom:2px; display:block;}
.profileInfo ul li:before{content:"\f0e0";font-family:fontAwesome;display:inline-block;margin-right:3px;font-size: 11px;} 
.profileInfo ul li.phone:before{content:"\f098";font-size: 13px;}
.profileInfo ul li.hide{ display:none;}


.side-nav {/* background: #f0f0f0; */}
.side-nav ul{list-style:none; margin:0; padding:0;}
.side-nav ul li{position:relative;background: #f0f0f0;}
.side-nav ul li.Conference_Links > span, .side-nav ul li.User_Links > span{display:none;}
.side-nav ul li.ACSP, .side-nav ul li.County, .SidebarMenu ul li.ACSP, .SidebarMenu ul li.County{display:none;}

.side-nav ul li ul{display: block;position: relative;left: 0;top:0%;/* background:#232020; *//* margin-bottom: 15px; */}
.side-nav ul li ul li a{padding: 7px 10px;padding-left: 20px;font-size: .9em;}
.side-nav ul li ul li a:hover,.side-nav ul li ul li:hover > a, .side-nav ul li ul li:hover{ background:#003e7e; color:#FFF;}  

.side-nav ul li:hover > ul{ display:block;}
.side-nav ul li a, .side-nav ul li span {border-bottom: 1px solid #dddddd;color: #333;display: block;padding: 10px 10px;font-weight: 500;}
.side-nav ul li span { border:0; padding-bottom:0;}
.side-nav ul li: last-child a {  border: 0;  }
.side-nav ul li:hover > a, .side-nav ul li a:hover {color: #FFF; background:#003e7e;}
.side-nav ul li ul li ul li a, .side-nav ul li ul li ul{ background:#003e7e;}
.side-nav ul li ul li ul li a {background: #003e7e;color: #232020;}
.side-nav ul li ul li ul li a:hover {background:#003e7e; color:#FFF;}

.side-nav ul li.PresenterFiles, .side-nav ul li.exhibitorFiles {display:none;}

/* ====================Footer==================== ================================================== */

/* ====================Footer==================== ================================================== */
footer {clear: both;background: #efefef;color: #999;z-index: 1;width: 100%;line-height: 1.6em;font-size: 14px;text-align: left;position: relative;margin-top: 60px;}
footer .address {text-align: left;display: block;clear: both;text-align: right;}
footer .footlogo{text-align:right;clear: both;}
footer .footlogo img{max-width: 180px;margin-bottom: 5px;}
footer .address * {color: #cacaca;}
footer .address h4{color: #cacaca;text-align: right;font-size: 1.1em;margin-top: 25px;}
footer .address p span {  font-size: .80em;  display: none;  }
.iframe {min-height: 400px;}
#footnav ul, .copyright ul{ margin:0;list-style:none; }
#footnav{}
#footnav > ul {display:flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;align-content: flex-start;width: 100%;}
#footnav ul li a{color: #888;margin-bottom: 10px;display: inline-block;}
#footnav ul li.head{padding-top: 10px;color: #333;-ms-flex: 0 0 25%; }
#footnav ul li.head > a{color: #333;font-size: 1.2em; font-family: 'Lato', sans-serif; font-weight: 500;padding: 0 5px;}
#footnav ul li ul li.head a, #footnav ul li.head ul li.head a{color: #00853E; font-weight: 500;}
#footnav ul li ul{padding-bottom: 5px;}
#footnav ul li.head ul li a, #footnav ul li.head ul li a, #footnav ul li.head ul li.head ul li a, #footnav ul li ul li a{display:block;color: #333;padding:0;font-size: .95em;/* line-height:1.6em; */font-weight: 300;}
#footnav ul li ul li a:hover{/* color:#5C96FF; */}
#footnav ul li ul li{ float:none;display:block;padding-left:5px;width:100%;font-weight:normal;text-transform:capitalize; }

.foot_form h2{color:#333;font-size: 1.6em;}

.subfooter-nav ul {/* float: right; */display: block;text-align: left;width: 100%;}
.subfooter-nav ul li {  display: inline-block !important;  float: none !important;  }
.subfooter-nav ul li a {  padding: 0 5px !important;  }
.subfooter-nav ul li a:hover {  background: none !important;  }
footer #social { background:#cbd1d8;}
footer #social ul {text-align: center;}

/* ==================== Copyright ==================== */
.copyright {font-size: 12px;text-align: left;padding: 5px 0;background: #032d5f;}
.copyright a {color: #fff !important;padding: 10px;}
.copyright span {display: block;color: #fff !important;text-align: right;}
.subpage .copyright{ margin:0;}
/* ==================== Go to top button ==================== ================================================== */
.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 10px;right: 0px;z-index: 10;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;background: #00853f;/* border: 1px solid #fff; */visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;}
.cd-top i {color: #fff;font-size: 1.4em;text-align: center;line-height: 40px;text-indent: 0;display: block;position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: 0 auto;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {  -webkit-transition: opacity .3s 0s, visibility 0s 0s;  -moz-transition: opacity .3s 0s, visibility 0s 0s;  transition: opacity .3s 0s, visibility 0s 0s;  }
.cd-top.cd-is-visible {  visibility: visible;  opacity: 1;  }
.cd-top.cd-fade-out {opacity: .75;}
.cd-top:hover, .no-touch .cd-top:hover {opacity: 1;background: #00853f;border-color:#FFF;}
.cd-top:hover i{ color:#FFF;}

/* ==================== webform post form styles ==================== ================================================== */
.fieldgroup {clear: both;margin: 10px 0;padding: 0;}
.fieldgroup_label {font-size: 1.3em;/* font-weight: bold; */display: block;color: #003e7e;padding: 5px;margin: 20px 0 5px 0;border-bottom: 1px solid #003e7e;}
.fieldgroup_desc, .field_desc {  font-style: italic;  color: #1B427D ;  line-height: 1.4em;  padding: 0 3px;  font-size: 0.87em;  margin-bottom: 10px;  clear: both;  }
.fieldrow {  padding: 5px 0;  text-align: left;  display: block;  }
.fieldrow .fieldlabel sup {  color: #DB0000;  margin-left: 5px;  }
.fieldrow .fieldval textarea {  width: 80%;  min-height: 100px;  }
.fieldrow .fieldlabel {display: inline-block;width: 100%;margin: 0;text-align: left !important;}

.fieldrow .fieldval {display: inline-block;width: 100%;margin: 0;vertical-align: top;}
.fieldrow .fieldval input, .fieldrow .fieldval input[type=text], .fieldrow .fieldval input[type=tel], .fieldrow .fieldval input[type=email], .fieldrow .fieldval select {/* width: 80%; */}
.fieldrow .fieldval input[type=button], .fieldrow .fieldval input[type=reset], .fieldrow .fieldval input[type=submit], .button {  width: auto;  }
.fieldrow .fieldval input[type=file] {  border: 1px solid #ddd;  }
.group_nogroup_label, .group_nogroup_label, .group_nogroup_tr {  display: none;  }

 

.newPostTemplate.webform .fieldrow .fieldlabel, .newPostTemplate.webform .fieldrow .fieldval{width:auto;display:block;margin: 0 5px;}
.newPostTemplate.webform .fieldrow .fieldval input[type=number], .newPostTemplate.webform .fieldrow .fieldval input[type=text], .newPostTemplate.webform .fieldrow .fieldval input[type=tel], 
.newPostTemplate.webform .fieldrow .fieldval input[type=email], .newPostTemplate.webform .fieldrow .fieldval select, .newPostTemplate.webform .fieldrow .fieldval textarea
{ width:100%;}
.newPostTemplate.webform .fieldrow .fieldval input[name*='date'], .newPostTemplate.webform .fieldrow .fieldval input[name*='date'],
.webform .fieldrow .fieldval input[name*='date'], .webform .fieldrow .fieldval input[name*='date']
{width: calc(100% - 30px);}
#date_of_birth_input{width:100%;min-height:45px;margin: 4px 0;border-radius: 0;background-color: rgba(43, 43, 43, 0.07);border: 1px solid rgba(47, 47, 47, 0.07);}

.newPostTemplate.webform .fieldrow .fieldval input[type='checkbox']{width:auto; }
.newPostTemplate.webform .fieldrow .desc{ font-size:.84em; color:#777;}
.newPostTemplate.webform .fieldrow .fieldlabel label{font-family: 'Lato', sans-serif;font-weight: 600;display: block;font-size: 15px;margin: 0;}
.newPostTemplate.webform .fieldrow .fieldlabel label{ display:inline;}
.newPostTemplate.webform .fieldrow .fieldval label{font-family:'Lato', sans-serif;font-weight: 400;font-size: 15px;margin: 0;display: inline-block;}
.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"]{display:inline-block;}
.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"] input, .newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"] label{ display:inline-block; verticle-align:middle; width:auto;}
.contact_type_radio {margin-right:10px;display: block !important;}


#downloadform .fieldrow .fieldval,  #downloadform .fieldrow .fieldlabel {width: 30%;}
#downloadform .fieldrow:nth-child(5){width: 65%;text-align:right;} 
#downloadform .fieldrow .date {display:inline-block;width: 25%;}
#downloadform .fieldrow .date .fieldval, #downloadform .fieldrow .date .fieldlabel {display:block;width: 100%;font-weight: normal;}
#downloadform .fieldrow .fieldval input,#downloadform .fieldrow .fieldval select{ width:100%;}
#downloadform .fieldrow .date .fieldval input{width: calc(100% - 31px);}
#downloadform .fieldrow .fieldval input[type="radio"], #downloadform .fieldrow .fieldval input[type="submit"]{ width:auto;}

.group_911_surcharge_remittance_information, .group_contact_information  {display:flex;flex-wrap: wrap;}
.fieldgroup_label, .fieldgroup_desc, .group_911_surcharge_remittance_information .fieldrow {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-right: 15px;}
.group_911_surcharge_remittance_information .fieldrow:nth-child(3), .group_911_surcharge_remittance_information .fieldrow:nth-child(4), .group_contact_information .fieldrow {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding-right: 15px;}

.infobox  {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-right: 15px; background: #d5e9ff;padding: 10px;border: 1px solid #b6c4d4;border-radius: 1px;margin: 5px 0;}
div[class="911_form"] {overflow-x:auto;}
div[class="911_form"] table tr th, div[class="911_form"] table tr td{white-space:nowrap;font-size:13px;}
div[class="911_form"] table tr th {font-size:12px;white-space: normal;}

/*login*/ 
.Newregister, .general_login{float:left;margin:10px 15px;min-width:360px;margin: 0 10px;}

.changepass, .general_login, .Newregister {max-width: 360px;text-align: left;padding: 10px;border: 1px solid #e9e9e9;}
.general_login form:after{content:''; display:table; clear:both;}
.general_login div.logintitle {background: transparent;color: #333;font-size: 18px;line-height: 20px;font-weight: bold; }
.general_login div.loginmessage {font-style: italic;margin-bottom: 10px;}
.changepass div.row, .general_login div.row {margin: 0 10px;text-align: left;display: flex;flex-direction: column;}

.changepass div.row label, .general_login div.row span.label {text-align: left;padding-right: 7px;min-width: 100px;font-weight: normal;display: block;}
.changepass div.row label {  font-weight: normal;  min-width: 125px;  }
.changepass div.row span, .general_login div.row span.formw {display: block;vertical-align: middle;}
.general_login div.row span.formw input, .changepass div.row span input {width: 100%;padding: 10px;height:auto;min-height: auto;display: block;}

 .general_login div.remember { display:none;}

.general_login div.loginbtn {display: block;text-align: right;float: right;}
.general_login div.loginbtn input{height: auto;padding: 8px 10px;}
.general_login div.forgotpassword {display: none; visibility: hidden; }
.general_login .errmsg {  color: #F44336;  font-size: .84em;  padding: 0;  text-align: center;  overflow: hidden;  }
#filter {  display: none;  }
div.Newregister{background: #003e7e;color:#FFF;padding: 50px 10px;min-height: 232px;display: flex;flex-direction: column;justify-content: center;}
div.Newregister p, .Newregister a, .register h2{ color:#FFF; text-align:center;}
div.Newregister h2{font-size:1.4em;margin: 0;color: #fff;text-align: center;}
div.Newregister a {font-size: 16px;text-transform:uppercase;display:inline-block;font-weight: 500;border: 1px solid #003e7e;padding: 8px 24px;background: #FFF;color: #003e7e;}
div.resetText{padding: 10px;}



/*username*/
#email_input{ margin-bottom:0;}
.loginfield_msg{font-size: 14px;margin-bottom:10px;}
.user_info_block {padding:10px;background: #fafafa;border: 1px solid #ddd;width: 70%;margin: 0 auto;}
.update_button{ text-align:center; margin-top:15px;}
.user_info_block:after{ content:''; display:table; clear:both;}
.userinfotitle{padding: 0;margin-bottom: 15px;font-size: 20px;font-weight: 600;/* display: none; *//* width: 70%; */margin: 10px auto;margin-top: 0;text-align: center;}
.user_info_block table.register{min-width: 70%;margin:0 auto;position: relative;width: auto;padding: 15px;}
.user_info_block table.register input{margin: 5px 0;width: 100%;}
.user_info_block table.register tr td{vertical-align:middle;position: static;background: none;border: 0;}
.user_info_block table.register tr td:nth-child(2){ display:none;}
.registration_button {text-align:center;}

.user_info_block table tr td {background:none;border:0;}
.user_info_block table tr td:nth-child(1){text-align:right;}
.password_msg,.pwdlevel{font-size:.9em;} 
tr.email_blk, tr.email2_blk { display: none; visibility: hidden; }
 { text-align:right;}

/*modal*/
.modalData{/* display:none; */}
.modal.show .close{position:absolute;right: -25px;top: -25px;background: red;z-index: 100;text-shadow: none;color: #FFF;line-height: 25px;width: 25px;font-size: 24px;padding:0;}
.modalData_img img{max-height: 500px;display: block;margin: 0 auto;}
.modalData_lnk{ text-align:center;}
.modalData_lnk a{margin: 5px;}
.modal.show .modal-body{position:relative; padding:0;}
.modal.show .modal-body iframe{ border:0; width:100%;}
.modal.show .modal-content{border:0;box-shadow:none;border-radius: 0;background: transparent;}


/* gallery */
.Gallery {background: #2B2F6C;}
.hide { display: none; }
#imageoverlay {position: fixed;top: 0;left: 0;z-index: 999;background: transparent;width: 100%;height: 100%;}
.overlay {position: absolute;z-index:1121;width: 100%;height: 100%;top: 0;background: rgba(9,9,9,0.9);left: 0;}
.taoGalleryBox {width: 100%;padding: 0%;z-index:1121;height: 100%;top: 0;/* background: rgba(9,9,9,0.9); */position: relative;}
.no-rgba #gcontent {background: #333; }
#gimage {text-align: center;position: relative;}
#gimage img { background: #FFF; padding: 5px; border: 1px solid #EEE;  }
#gimage p{margin:0;position: absolute;bottom: 0;width: 100%;text-align: center;}
#gimage p a{display:inline-block;padding:5px;color: #333;border: 1px solid #777;line-height:10px;font-size: 12px;background: #fff;}
#gimage p a:hover{ background:#00853f; color:#333;}
#gcontent {/* float: left; */width: 85%;line-height: 1.3em;margin: 15px auto;padding: 0;color: #CCC;display: none;word-break: break-all;}
#gcontent div { margin: 5px 0;    }
#gcontent label { display: block; color: #FFF; font-size: 1.2em; }
#gcontent span { display: block; }
#gnav {position: absolute;bottom: 5%;right: 5%;/* width: 50%; */z-index:1122;text-align: right;}
#gnav a {margin-left: 10px;color: #FFF;display: inline-block;padding: 2px 15px;border: 1px solid #fff;}
#gnav a:hover{ background:#fff; color:#333;}
#gclose {position: absolute;z-index:1122;top: 0%;right: 5%;color: #777;background: #00853f;padding: 5px 15px;color: #FFF;text-align: center;}
.gwait { position: fixed;width: 100%; height: 100%; top: 0; left: 0; margin: 0 !important;font-size: 0;}
.gwait:before{content:"\f110";font-family:FontAwesome;font-size:36px;line-height:40px;margin-top: 0 !important;color: #fff;position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right: 0;margin: auto !important;height: 40px;width: 40px;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);}
.gallerylist { float: left;   padding: 1% .5%;  margin: 1%;   border: 1px solid #00853f; width: 30%;  position: relative;  text-align: center;    }
.gallerylist a { display:block; width: 180px; height: 120px; margin: 0 auto; overflow: hidden;}
.gallerylist img { max-width: 100%; background: #00853f;  }
.gallerylist a:hover img, .gallerylist a img:hover{ opacity:.75; }
.gallerylist h3 { margin: 0; margin-top: 5px; text-align: center; font-size: 1.1em;}
.gallerylist p { display: none; }
.imageGallery {text-align:center;}
.imageGallery a {background: #fff;height: 120px;border: 1px solid rgba(255, 255, 255, 0.3);width: 180px;margin: 2px;overflow: hidden;text-align: center;vertical-align: middle;position: relative;text-align: center;overflow: hidden;display: inline-block;}
.imageGallery a .gContent { display: none; }
/* .imageGallery a img { width: 100%;} */
.imageGallery a:hover img { opacity: .75;}


/* ====================paging ====================
   ================================================== */
.gallery_next_link{ float:right; }
.gallery_home_link, .gallery_prev_link{ float:left;}

.gallery_home_link a, .gallery_next_link a, .gallery_prev_link a{display:inline-block;padding:5px 15px;font-weight:500;color: #333;border: 1px solid #333;}
.gallery_prev_link a:before, .gallery_next_link a:after{ content:"\f178"; font: normal normal normal 14px/1 FontAwesome; display:inline-block; vertical-align:middle; margin-left:7px;}
.gallery_prev_link a:before{content:"\f177"; margin-right:7px; margin-left:0;}
.gallery_prev_link a:hover, .gallery_next_link a:hover{ background:#00853f; color:#FFF;}

#form_paging_links, #calendar_paging_links, #paging_links, #newschannel_paging_links, .gallery_paging_links {clear:both;text-align: center;margin: 10px 0;margin-top: 50px;float: none;}
#form_paging_links:after, #calendar_paging_links:after, #paging_links:after, #newschannel_paging_links:after, .gallery_paging_links:after {content:''; display:table; clear:both;}
#form_paging_links span, #paging span, #calendar_paging_links span, #paging_links span, .paging span, .gallery_paging_links span{display: inline-block;text-align: center;margin: 2px;}

#newschannel_paging_links span.gallery_prev_link_inactive, #newschannel_paging_links span.gallery_next_link_inactive,   #form_paging_links span.gallery_prev_link_inactive, 
#paging_links span.prev_link_inactive, #paging_links span.next_link_inactive{ display:none;}

#newschannel_paging_links span:hover, #calendar_paging_links span:hover, #form_paging_links span:hover, #paging_links span:hover, .gallery_paging_links span:hover, #paging_links span.currentpage, 
.paging span.currentpage {background: #00853f;color: #FFF;}

#paging_links span.currentpage a, .paging span.currentpage a, #newschannel_paging_links span:hover a, #newschannel_paging_links span a:hover, #calendar_paging_links span:hover a, 
#calendar_paging_links span a:hover, #form_paging_links span:hover a, #form_paging_links span a:hover, #paging_links span:hover a, #paging_links span a:hover, .gallery_paging_links span:hover a, 
.gallery_paging_links span a:hover {background: #00853f;text-decoration: none;color: #FFF;border: 1px solid #00853f;}    

#paging_links span a, .gallery_paging_links span a {color: #333;display: block;border: 1px solid #333;padding: 5px 15px;}
#paging_links span.next_link {width:auto;}

.gallery_prev_link_inactive, .gallery_next_link_inactive, .gallery_paging_links span.gallery_prev_link_inactive{ display:none;} 
 
.subpageHeader-block{min-height: 100px;height: 440px;} 
.subpageHeader-block {margin-top: 150px;text-align: justify;background: #ddd;position: relative;z-index: 2;overflow: hidden;}
.subpageHeader-block.no-pageHeader {height:0;min-height: 0;margin-top: 150px;}
 
/* my orders */
.vieworders, .mydownloads { width: 100%; margin: 0;   }
.vieworders td, .vieworders th, .mydownloads td, .mydownloads th {  border: 1px solid #c19759; border-left: 0; border-right: 0;  padding: 3px 8px; text-align: center; }
.vieworders  th, .mydownloads th  { background: #f6f6f6; line-height: 30px;  }
.mydownloads td { padding: 8px 5px;  }
/* cart universal */
.carticon { position: absolute; top: 50px; right: 10px;  }
.carticon ul  { margin: 0;  padding: 0; list-style: none;  }
.carticon ul li { float: left; line-height: 1em;  padding: 0px 8px; border-right: 1px solid #999; }
.carticon ul li:last-child { border: 0px;  }
.carticon a { color: #333; }
#cartbuttons ul {list-style: none;padding: 0px;margin: 0px;text-align: right;}
#cartbuttons ul li {display: inline-block;margin: 3px 2px;}
#cartleft #cartbuttons ul li { float: none; display: inline-block; }
input.cancel {background: #CCC;border: 1px solid #BBB;color: #333;/* display: none; */}
#cartbuttons ul li .empty_cart, #cartbuttons ul li .update_cart, #returntocart {/* display:none; */}
.errmsg, .taoCMSerror, .taoCMSerror .msgcontent { color:red;}
/* checkout Login */
.checkout_login {width: 40%;float: left;padding: 2%;margin: 2% !important;display: block;}
.checkout_loginmsg { display: none; }
.logintitle {font-size: 1.3em;} 
.checkout_login p { font-weight: bold; font-size: 12px; }
.checkout_login div { margin: 5px 0px; }
.checkout_registration, .noaccount { text-align: center; }
.checkout_registration, .noaccount {width: 350px;float: left;/* background: #FFFACD; */}
.checkout_registration {display:block;margin:2%;padding:15px;height: 320px;font-size: 1.6em;}
.billinginfoinput, .shippinginfoinput {max-width: 450px;margin: 10px 15px;}
.billinginfoinput table, .shippinginfoinput table{ margin: 0 auto;width: 100%;}
.billinginfoinput table tr td, .shippinginfoinput table tr td {/* min-width: 200px; */}
.billinginfoinput table tr td input, .billinginfoinput table tr td select, .shippinginfoinput table tr td input, .shippinginfoinput table tr td select{ margin:2px;}
#billingis_exemptinput{margin: 0 3px;margin-bottom: 25px;margin-top: 7px;/* height: 30px; */}
.catalog_additionaloptions tr td:nth-child(1) {width: 220px;}
.catalog_additionaloptions tr td:nth-child(3){text-align:left;}

/* bliiing */
#billtable, #shiptable {width: 45%;margin: 15px 0;float: left;padding: 0;min-height: 150px;}
#paymentinvoice h3,#billtable h3, #shiptable h3,  {font-size: 1.5em;margin: 0;color: #333;font-weight: 600;}
h3.productdiscountheading{font-size: 0.9em;margin: 0;color: #333;font-weight: 500;}
.shippingchoice label{ display:inline-block;}
#additionaltable {float:none;width:100%;clear:both;margin: 10px 0;margin-bottom: 20px;}
#additionaltable .additionalfields { width:100%;}
.billingaddress { margin-bottom: 20px;   }
.billingaddress .name, .shippingaddress .name{ font-weight: bold;  }
#paymentcharge { float:none; width:100%; clear:both;}
.paymenttitle {margin-top: 15px;font-family: 'Lato', sans-serif;font-size: 1.3em;}
#paymentdiv {padding: 0;}
.paymentmodule{display: block;vertical-align:top;min-width: 300px;max-width: 600px;padding: 2px 0;}
.paymentchoice{font-weight: bold;font-size: 1.1em;margin-bottom: 5px;}
#mail_payment_details .instructions, #paymentinstructions{margin:10px 0; background:#ffe8bd; padding:15px; border:1px solid #f5c260;}
#plugnpay_details span {display: block;vertical-align: top;}
#plugnpay_details .nameoncardlabel, #plugnpay_details .nameoncardinput {width: 100%;display: block;}
.cardnumber-block {width: 60%;float: left;margin-right: 8px;}
.codeoncard-block{width: 38%;float: left;} 
#plugnpay_details .cardnumber-block span, #plugnpay_details .codeoncard-block span{ display:block; }
.expireoncard-block { clear:both;}
.expireoncardlabel, .expireoncardinput{width:100%;}
.expireoncardinput select{ width:49%;}
#changeinfo {margin-top: 42px;}
#changeinfo:after{ content:''; display:table; clear:both; }
#changeinfo  ul {margin: 0;padding: 0;list-style: none;color: #2a4f81;}
#changeinfo  ul li  { float: left;  margin-right: 20px; }
#changeinfo  ul li:first-child{/* display:none; */}
#cartbuttons{/* float: right; */margin: 15px 0;order: 4;padding: 15px 0;}
#returntocart a:before, #changeinfo  ul li:before {content:"\f177";font-family:FontAwesome;display:inline-block;font-size: 16px;margin-right:5px;}
#changeinfo  ul li:nth-child(3):before { content:"\f0f6"; font-family:FontAwesome; display:inline-block; margin-right:5px; }
#changeinfo{/* display:none; */float: left;}
#changeinfo  ul li a {color: #333;font-size: 15px;}
#paymentinvoice:after{content:''; display:table; clear:both; }
#payment_totalamount{float:none;clear:both;width:100%;margin: 10px 0;font-size: 1.3em;font-weight: 700;text-transform: uppercase;}
#giftcertificateamount{float:none;clear:both;width:100%;margin: 10px 0;font-size: 1.1em;font-weight: 600;text-transform: uppercase;}
#paymentbuttons input{ margin-bottom:5px;}
/*Coupon codes*/
#cartcodes {margin: 25px 0;padding: 8px;background: rgba(0, 0, 0, 0.03);}
#cartcodes .errmsg{ color:#ffc107; }
.promocodes {padding: 0;}
.orderdiscountheading{font-size: 0.94em;margin: 0;}
ul.discount{padding:0;margin:0;text-align: left;list-style: none;}
ul.discount li {font-size: 1.2em;font-weight: bold;}
ul.discount li:before{content:"\f058";font-family:FontAwesome;color:green;display: inline-block;margin-right: 3px;}
.catalog.code span{display:inline-block; vertical-align:middle;}
.catalog.code .codevalue {display:inline-block;margin: 0;text-align: center;border: none;color: green;text-decoration: none;background: none;border: 1px solid green;padding: 7px 14px;display: inline-block;text-transform: uppercase;margin-right: 10px;}
.catalog.code .codevalue:before{content:"\f058"; font-family:FontAwesome; color:green; display:inline-block; margin-right:5px;}
.catalog.code .removebutton{height:42px;width: 42px;font-size:0;padding: 0;min-width: 42px;text-align:center;position: relative;overflow: hidden;margin-left: 15px;}
.catalog.code .removebutton:before{content:"\f057";font-family:FontAwesome;font-size: 36px;color: #999;display: block;position: absolute;width: 100%;height: 42px;top: 0;bottom: 0;margin: auto;line-height: 42px;/* background: #ccc; */}
.catalog.code .removebutton input{font-size:0;height:100%;background: transparent;} 
.catalog.code~.catalog.codeinput{display:none;}
.catalog.codeheader {font-weight:bold;font-size: 1.1em;margin-bottom: 5px;}
.catalog.codeinput{/* padding:5px; */}
.catalog.codeinput label{margin-right:10px;display: none;padding: 6px 0;line-height: 1;font-size: 0;}
.catalog.codeinput input[type="text"], .catalog.codeinput input[type="submit"]{display:inline-block;width: 30%;margin: 0;margin-right:5px;}
.catalog.codeinput input[type="submit"] {width:auto;padding: 14px 8px;font-size: 12px;width: 170px;}
 
/* cart */
.catalogcart {width: 100%;margin: 0;border: 0;border-spacing: 0;border-collapse: collapse;}
.catalogcart td, .catalogcart th {border: 1px solid #DDD;padding: 3px 8px;text-align: center;}
.cartheadings { background: #FFF; line-height: 30px;  }

.cartheadings th.partno, .cartitemrow td.partno{font-size:0;line-height: 0;color: #FFF;width: 0;padding: 0;border-right: 0;}
.catalogcart td.qty, .catalogcart th.qty, .catalogcart td.remove, .catalogcart th.remove {/* visibility: hidden; *//* width: 0px; *//* padding: 0; *//* font-size: 0; *//* border: 0; *//* line-height: 0; */}
.catalogcart td.qty span{/* border-right: 1px solid #DDD; *//* visibility: visible; *//* display: none; */}
.catalogcart td.unitprice{/* border-left:0; */}
.catalogcart td.qty input, .catalogcart td.remove input{/* display:none; */}
 
.catalogcart .itemname {padding-top: 5px;color: #333;text-align: left;padding-left: 25px;/* border-left: 0; *//* border-right: 0; */}
.cartitemrow   label{ display:inline-block;}
#activecart.catalogcart .itemname{border-right: 0;}
#activecart.catalogcart td.qty, #activecart.catalogcart td.remove, #activecart.catalogcart th.qty, #activecart.catalogcart th.remove{/* border:0; */}
#activecart.catalogcart td.unitprice, #activecart.catalogcart th.unitprice { border-left:1px solid #DDD;}

#completeordercart.catalogcart .itemname{border-left: 0;/* border-right: 0; */}
#completeordercart.cartheadings th.partno, #completeordercart.cartitemrow td.partno{font-size:0;line-height: 0;color: #FFF;width: 0;padding: 0;border-right: 0;}
#completeordercart.catalogcart td.namespan{border-right: 0;}
#completeordercart.catalogcart tr.totals th{border-left:0;width: 240px;}
#completeordercart.catalogcart tr.totals th
#completeordercart.catalogcart td.qty, #completeordercart.catalogcart th.qty{border:0;border-right:0;border-left: 1px solid #DDD;border-spacing: 0px;}
.grandtotalsavings { display:none;}
.catalogcart .itemname .attributes {  color: #333; clear: both }
.catalogcart .itemname .attributes .label { width: 120px; float: left; display: block; }
.catalogcart .itemname .attributes .value { margin-left: 125px; display: block; }
.catalogcart p { padding: 0px; margin-top: 0px; }
.catalogcart p.name{ font-weight:bold;}
.catalogcart .price {color: #333;font-weight:bold;/* width: 100px; */border-left: 0;}
.catalogcart .totalprice  { /* width: 120px; */}
.catalogcart .oddrow { background: #FFF; }
.catalogcart .evenrow { background: #FFF; }
.carttotals { line-height: 30px; }
.multipleshippingchoices { margin-top: 20px; }

#cart_suggested_products { margin-top: 40px;margin-bottom: 30px;}
#cart_suggested_products h2{text-align:center;}
#cart_suggested_products >div{ align-items: flex-start;flex-direction: row;flex-wrap: nowrap;display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
#cart_suggested_products .ProductBlock h4 {font-size: 1.0em;}
#cart_suggested_products .ProductBlock .info a.shopButton {font-size: .8em;padding: 3px 8px;}

#orderinfo { display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;min-width: 100%;justify-content: center;}
#orderinfo div.billinginfoinput, #orderinfo div.shippinginfoinput, #orderinfo #cartbuttons, #orderinfo #returntocart { -ms-flex: 0 0 50%; flex: 0 0 50%;max-width: 50%;margin: 0;padding: 15px;}
#orderinfo div.errmsg, #orderinfo div.additionalinfoinput {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;text-align: center;padding: 15px;}
h2.billinginfoheading, h2.shippinginfoheading {font-size: 1.6em;}
.catalog_additionaloptions {width: 100%; }
#orderinfo #cartbuttons, #orderinfo #returntocart {padding:15px 0;}

 
.divTable {display:table;width: 100%;margin: 0 auto;border-collapse:collapse;}
.divTable .listRow {display:table-row;background: transparent;}  
.divTable .listRow .listCol{display:table-cell;border:1px solid #DDD;padding: 4px;text-align: left;vertical-align: middle;color: #333;background: transparent;}
.divTable .listRow .listCol.options{ text-align:center;}
.divTable .listRow .listCol.options a {display: inline;padding: 4px  8px;border: 1px solid #E23C2C; font-size:13px;}
.divTable .listRow .listCol.options a.view{background:#E23C2C;color: #FFF;}
.divTable .listRow .listCol.options a:hover{ background:#E23C2C; color:#FFF;}
//.divTable .listRow:nth-child(odd) .listCol{background: rgba(0, 0, 0, 0.04);}
.divTable .listRow.head .listCol{background: #cecece;padding: 5px 10px;color: #333;font-size: 1.1em;font-weight: 600;} 
 
/*searchresults */
#searchresults{  }
#searchresults dt{ margin-top:10px;padding:5px 0px;border-top:1px dotted #CCC;font-family: 'Lato', sans-serif;font-size:12px; }
#searchresults dd{ padding-left:10px; }

/* forum */
#forum{ border:1px solid #DDD;border-collapse:collapse; }
#forum td{ padding:5px 10px;border:1px solid #DDD; }
#forum-header{ background:#EEE;font-weight:bold; }
#forum-highlight{ background:#F9f9f9; }
#content-background{ font-size:0.82em; }

/* event */
#editevent{ background:#F9F9F9;padding:20px; }
#editevent label{ display:inline-block;}
#editevent input{ margin-left:5px;display: inline-block;}
#editevent input[name*="date"] {width: calc(100% - 40px);}
#editevent select {width:auto;}
#editevent #durationinput {width: auto;} 
#editevent table{ border:0px;margin:0px;width: 100%;}
#editevent table td{ padding:3px 0px; }
#editevent table td{ font-weight:bold; }
#editevent textarea{width: 100%;height:100px;}
#editevent table td div.field{ padding:3px 0px; }
#editevent table td div.field span{ display:inline-block;width:80px; }
#editevent table .currentimage{ display:none; }
#editevent table.date_and_time tr:nth-child(5) {display: none;}
.indievent{ border:1px dotted #CCC;border-left:0px;border-right:0px; }
.indievent h1{ font-size:20px; }
.indievent span{ display:block; }
.indievent label{ display:block;color:#666;font-style:italic; }
.indievent div{ text-align:justify;padding:10px; }
.indievent div img{ float:left;margin:5px 10px; }
.eventrow{ border-bottom:1px dashed #00853f;padding:10px 0; }


.userStatus.logged_in .login_form, .userStatus.not_logged_in .myAccountLinks{display:none;}

.login_form, .userStatus .myAccountLinks {padding:15px;border:1px solid #DDD;background: #FFF;}

.userStatus .myAccountLinks { min-height: 200px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.userStatus .myAccountLinks p span{display:block;font-size: 1.4em; margin: 0; color:#013d7e; font-family: 'Lato', sans-serif;text-transform: uppercase;}
.userStatus .myAccountLinks p {font-weight: bold;text-align: center;color: #555;}
.userStatus .myAccountLinks p a.button{padding: 8px 22px;}

.homeMainContent  { background:#eee;}
.login_form h2{font-size:1.4em; margin:0;}
.loginLinks {display:flex;display: -ms-flexbox;justify-content: space-between;align-items: center;}
.loginLinks input[type="submit"]{order:1;padding: 8px 32px;margin: 0;margin-top: 3px;}
.signUplnk{text-align: center;clear: both;padding-top: 15px;border-top: 1px solid #ddd;margin-top: 15px;}
.signUplnk a{display: block;padding: 10px 0px;background:#003e7e;color:#FFF;} 

/*news*/
.image img{ padding:10px;}

.newsRow {position: relative;background: #ffffff;margin-bottom: 10px;border-bottom: 1px solid #DDD;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-transition: -webkit-box-shadow .35s ease;-o-transition: box-shadow .35s ease;transition: box-shadow .35s ease;}
.newsRow .newsContent{position:relative;z-index:1;}
.newsRow:last-child{/* margin-bottom:0; */}
  

/*FAQs*/ 
.collapsible-wrapper h2{font-size:1.5em; margin:0;}
.faqs-group{ margin-bottom:25px; }
.faqs-group > h3{ font-size:1.2em; }
.collapsible-wrapper{padding: 10px 0;margin: 10px 0;border-radius: 0;/* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */border-bottom: 1px solid #eee;}
.collapsible-wrapper .accordion-title p{color:#003e7e;cursor:pointer;margin: 0;}
.collapsible-wrapper .accordion-title p:after {content:"\f196";font-family:'FontAwesome';float: right;font-size: 26px;line-height: 28px;font-weight: 200;}
.collapsible-wrapper .accordion-title.expand p:after {content:"\f147";}
 

.collapsible-wrapper .accordion-value{margin-bottom:15px;padding: 0;color:#000;/* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */}
.collapsible-wrapper .accordion-value span.icon-checkmark{ margin-right:5px;font-size:1.4em;vertical-align:sub;color:#505050; }
.collapsible-wrapper .accordion-value{ display:none; }
.collapsible-wrapper .accordion-value.expand{ display:block; }



 .mapBlock svg path{fill: #9b9c9c;stroke: #767676;transition:.3s ease;cursor: pointer;}
 .mapBlock svg path:hover{fill: #b5c2d6;transition:.3s ease;}

 .mapBlock svg text {fill: #ffffff;font-size:8px;font-weight:400;font-family:'Inter', sans-serif;pointer-events: none;}
 .mapBlock svg path.countyPath.participating{fill: #c8ddf2;stroke: #00853e;}
 .mapBlock svg text.participating{fill: #003e7e;}
 .mapBlock svg path.participating.highlightCounty,  .mapBlock svg path.highlightCounty {fill: #f5f9ff;stroke: #00853e;}
 .mapBlock svg text.highlightCounty{ fill:#333;}

.slider-block .mainMapWrapper .detailsBlock {-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;padding: 15px;padding-top: 150px;/* background: rgb(255 255 255); */position: relative;z-index: 2;}
 .detailsBlock .countyList {padding: 20px;background:#FFF;border-radius: 5px;background: #f8f8f8;border: 1px solid #eee;}
 .detailsBlock .countyList select{background:#FFF;}
.mainMapWrapper .detailsBlock .countyList p{margin:0;}
 .mainMapWrapper .detailsBlock .countyList select{padding: 15px;background:#FFF;margin: 0;}

 .mainMapWrapper.recorderPage .detailsBlock .countyList,  .mainMapWrapper.recorderPage .detailsBlock #Infobox.active  { border-radius: 5px;border: 1px solid #ddd;}

#Infobox {position: absolute;pointer-events: none;display: none;} 
#Infobox.active {display: block;position: relative;padding: 20px;margin: 15px 0;background: #f8f8f8;border: 1px solid #eee;border-radius: 5px;} 
#InfoboxInner {pointer-events: all;position: relative;/* padding: 10px; */z-index: 5;/* border: 1px solid #ddd; */border-radius: 5px;}
#InfoboxInner .countyInfo h3{font-size:1.8em;}

/*Resources*/
.libraryList a:after{content:"\f019";font-family:fontAwesome;display:inline-block;vertical-align: middle;margin-left:8px;min-width: 15px;color: #00853f;}
.libraryList a[data-file=""]:after{ content:"\f08e"; font-family:fontAwesome; display:inline-block; margin-left:8px;}


/* ====================small size grid style declarations==================== ================================================== */
@media (min-width: 580px) {  
/* ==================== multi level footer menu ==================== ================================================== */
.footer-nav ul {display: block;clear: none;width: 100%;}
.footer-nav > ul > li {vertical-align: top;list-style: none;/* margin: 10px 15px 10px 0; */}
.footer-nav ul li a, .footer-nav ul li span {/* padding: 0; */}
.footer-nav ul li.head {display:inline-block;vertical-align: top;min-width: 40%;}
.footer-nav ul li.head > ul {  padding-left: 4px;  }
.footer-nav ul li.head li.head ul {  padding-left: 0;  }
.footer-nav ul li.head li.head >a {  margin-left: -5px;  }
 }


 
/* ====================mobile css ==================== ================================================== */
@media (min-width: 460px) {  }

@media (min-width: 580px) {  }

@media (min-width: 640px) {  }

@media (min-width: 780px) {  
    .subpage-content-block.page-content-block {  margin: 20px 0;  }
    /*footer*/
    .footer-logo a {  display: inline-block;  vertical-align: top;  }
    .footer-logo a img {  max-height: 70px;  }
    .modal-dialog{ max-width:65%;}
}

@media (min-width: 991px) {  }

@media (min-width: 1200px) {  
    .logo {  margin-top: 0;  }
}

@media all and (min-width: 0px) and (max-width: 1199px) {  
    .sliderContent div.base div.caption p {  margin: 0;  line-height: 1.1em;  }
}

@media all and (min-width: 0px) and (max-width: 1080px) {  
    #socail > span {  display: block;  line-height: normal;  }
    #socail li a:after {  line-height: normal;  font-size: 25px;  margin: 0 2px;  }
    .logoBlock span{ font-size:2.4em;}
}
@media all and (min-width: 0px) and (max-width: 992px) {    
.Navigation .navbar-collapse {  display: none;  }
}
@media all and (min-width: 0px) and (max-width: 991px) { 
    .mobileTop {display:flex;width: 100%;flex-direction: row;justify-content: space-between;align-items: center;align-content: center;flex-wrap: nowrap;padding: 3px 0;} 
    .searchBlock{ margin:0;}
    .logoBlock {top: 0px;position: relative;}
    .Header.headBg{ border-bottom:3px solid #00853E;}
    .Header.headBg .logo img {max-width: 140px;}
    .Header .backbutton {height: 152px;transition: all .3s ease;} 
    .Header.headBg .backbutton {height: 118px;transition: all .3s ease;}
    .HeaderMenu>ul>li {  padding: 0 7px;  }
    .Navigation .navbar-collapse {  display: none;  }
    .subpageHeader-block.no-pageHeader {margin-top:140px;}
    .sliderContent div.base div.caption h1 {  font-size: 2.2em;  line-height: 1.4em;  font-weight: 600;  text-align: center;  margin: 0;  }
    .sliderContent div.base div.caption h2 {font-size: 5em;text-align: center;}
    .sliderContent div.base div.caption h3 {font-weight: 400;text-align: center;font-size: 20px;line-height: 18px;margin: 0;}
    .sliderContent div.base div.caption h4 {  font-weight: 400;  text-align: center;  font-size: 13px;  line-height: 16px;  margin: 0;  }
    .Newregister, .general_login { margin:15px auto; float:none;}
    div.Newregister {min-height:auto;padding: 30px 10px;}
}

 @media all and (min-width: 0px) and (max-width: 880px) {  
    .sliderContent div.base div.caption {  -webkit-transform: translateY(-50%) translateX(-100%);  -ms-transform: translateY(-50%) translateX(-100%);  transform: translateY(-50%) translateX(-100%);  left: 100%;  top: 50%;  float: none;  }
    .sliderContent div.base div.caption p {  line-height: 1.6em;  }
 }

@media all and (min-width: 0px) and (max-width: 779px) { 
    .searchBlock input[type=text] {width: 100%;}
    .Header .backbutton{height: 124px;}
    .Header.headBg .backbutton{ height:120px;}
    .subpageHeader-block.no-pageHeader { margin-top:120px;}
    .page-content-block {  margin-top: 20px;  padding-top: 0px;  }
    .logo img {max-width: 100%;max-height: 100px;}
    /* header */
    .nav-top {  margin-top: 0;  }
    .nav-top li a {  padding: 8px 6px !important;  }
    .header {  padding: 0px 0;  border: 0;  }
    .header > .container {  width: 98%;  }
    .logo {}
    .Header.headBg{padding: 0;}
    .Header.headBg .logo{margin: 0;}
    .Navigation .NavbarToggle {z-index: 1;display: block;float: right;margin: 0;height: auto;}
    .NavbarToggle i {padding:10px 0px;}
    .sliderContent div.base img {/* max-width: none; *//* top: 0; *//* left: 50%; *//* -webkit-transform: translateY(0%) translateX(-50%); */-ms-transform: translateY(0%) translateX(-50%);/* transform: translateY(0%) translateX(-50%); */}
    .sliderContent div.base div.caption h1 {  font-size: 2.2em;  line-height: 1.4em;  font-weight: 600;  text-align: center;  margin: 0;  }
    .sliderContent div.base div.caption h2 {/* font-size: 1.4em; */text-align: center;}
    .sliderContent div.base div.caption h3 {  font-weight: 400;  text-align: center;  font-size: 20px;  line-height: 18px;  margin: 0;  }
    .sliderContent div.base div.caption h4 {  font-weight: 400;  text-align: center;  font-size: 13px;  line-height: 16px;  margin: 0;  }
.sliderContent div.base.slShow div.caption.Top-Center {top:20%;left: 50%;-webkit-transform: translateY(-20%) translateX(-50%);-ms-transform: translateY(-20%) translateX(-50%);transform: translateY(-20%) translateX(-50%);}
    /* navigation */
    .nav-top ul {  margin: 0 !important;  }
    #main-navigation {  position: fixed;  overflow-y: auto;  width: 0;  height: 100%;  margin-bottom: 0;  z-index: 1;  left: 0;  top: 0;  background: #08364c;  display: none;  }
    #main-navigation.navbar-block {  display: block;  }

    /* ====================nav bar==================== ================================================== */
    footer .footer-bg {  background-position: center bottom;  }
    .footer-nav > ul > li {  vertical-align: top;  }
    .footer-nav-block { clear: both;  }
    .footer-logo, .newsletter {  width: 100%;  float: none;  }
    .slider-block{/* padding-top: 80px; */}
    .Competition .display-1{ font-size:4em;}
    .Header.headBg .logo, .logo{}
    .demoImage img{ max-height:400px;}

    footer .address { text-align:center;}
    footer .address img {/* display:block; *//* margin:0 auto; */}

    #gimage, #gcontent {float:none;width:100%;height: auto;margin: 0 auto;}
    #gcontent{margin:15px auto;width: 85%;}
    #gimage img {margin:auto !important;margin-top: 45px !important;width: auto !important;height: auto !important;max-width: calc(100% - 10px);}
    .reasons .reason span {height:auto;line-height: normal;}
    .group_911_surcharge_remittance_information .fieldrow:nth-child(3), .group_911_surcharge_remittance_information .fieldrow:nth-child(4), .group_contact_information .fieldrow {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-right: 0px;} 
    
}

@media all and (min-width: 0px) and (max-width: 639px) {  
    .nav-top {/* display: none; */}
    .top-phone {  float: right;  }
    .sliderContent div.base div.caption {  width: 100%;  min-width: 100%;  max-width: 100%;  transform: none; padding: 0;  left: 0;  top: auto;  background: none;  }
    #slides .sliderContent div.base .img {width: 100%;/* position: relative; */}
    .feature-bg-block h2 {  font-size: 8vw;  }
}

@media all and (min-width: 0px) and (max-width: 579px) {  
    .logo img, .Header.headBg .logo img {}
    .nav-icon a, .nav-icon {  line-height: 74px;  }
    .sliderContent div.base div.caption h1 {  font-size: 1.8em;  }
    .sliderContent div.base div.caption h2 {  font-size: 1.4em;  line-height: 1.4em;  }
    .sliderContent div.base div.caption h3 {  font-size: 1.2em;  border: 0;  margin: 0;  padding: 0;  }
    .sliderContent div.base div.caption h4 {  font-size: 1.0em;  line-height: 1.2em;  }
    .sliderContent div.base div.caption h5 {  font-size: .84em;  line-height: 1.18em;  }
    .home-content-block, .page-content-block.news-block, .feature-blocks {  padding: 30px 0;  }
     .subpage-content-block.page-content-block {  margin-top: 129px;  }
    footer .footerMenu, footer .contact {  float: none;  }
    .footer-nav {  margin-bottom: 0;  text-align: center;  }
    .footer-nav > ul {  display: block;  width: 100%;  }
    .footer-nav > ul > li, .footer-nav ul li a {  display: block;  text-align: center;  }
    footer .address p {  text-align: center !important;  margin-top: 20px;  }
    .subfooter-nav ul,.copyright span {  display: block;  text-align: center;  float: none;  }
    .subfooter-nav ul {  margin: 0 auto;  display: block;  }
    .subfooter-nav ul li {  float: none;  display: inline-block;  }
    #socail li {  margin: 0 2px;  }
    .sliderContent div.base div h2.display-1{font-size: 4em;font-weight:900;}
    .contentArea table.maintable tr:hover td{background: #003e7e;color: #FFF;}
}

@media (max-width: 460px) and (min-width: 0px) {  
    .nav-top {  position: relative;  text-align: right;  }
    .Header .topNav ul li a{padding: 3px;}
    .searchBlock input[type=text] {width: 160px;}   
    #socail > span {  display: inline-block;  vertical-align: middle; font-size: 11px;  }
    #socail li a:after {  font-size: 20px;  margin: 2px;  }
    .Competition .block-text { font-size:2em;}
    .Competition .display-1{ font-size:3em;}
    .subpageHeader-block {margin-top: 0;height: 320px;}
    .Newregister, .general_login{min-width: auto;max-width: 100%;}
}

@media all and (min-width: 0px) and (max-width: 380px) {  
    .Header .backbutton {height: 148px;}
    .Header.headBg .backbutton {height: 143px;}
    .searchBlock form { float:none;}
    .searchBlock input[type=text]{ width:100%;} 
    .backbutton{height: 148px;}    
    .Header .topNav ul {text-align:center;}
    .Header .topNav ul li a { padding:0 3px;}
    .mobileTop { display:block;}
    .slider_block { min-height: 100% !important;  }
    .logo { max-width:100%;}
    .logo a {  letter-spacing: 0px;  }
    .logo img {}
    .logo .tag {  letter-spacing: 1px;  font-size: 15.5px;  }
    .search-btn, .nav-icon {  margin: 0 5px;  padding: 0;  }
    .footer-nav > ul > li {  display: block;  width: auto;  }
    .Header.headBg .logo, .logo{}
    .logoBlock span{font-size: 2.2em;}
    .NavbarToggle{height: 54px;}
    .slider-block{/* padding-top:54px; */}
    .sliderContent div.base div h2{font-size: 1.8em;}
    .sliderContent div.base div h2.display-1{ font-size:2.4em;}
}

@media all and (orientation: landscape) and (min-height: 100px) and (max-height: 540px) {  
  .sliderContent div.base div {}
  #gimage img {margin:0 !important;padding: 0;}
}
