/*
Theme Name:   isigma main
*/

@import "css/reset.css";

/* ----- OLD Modular WP -----*/

html {
    overflow-x: hidden;
}
::selection {
    background: #0A76BD;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #0A76BD;
    color: #fff;
    text-shadow: none;
}

body{
    line-height: 1;
    overflow-x: hidden;
    font-size: 16px;
    color: #212b31;
    font-family: arial, Helvetica, sans-serif;
}

/*------ footer ------*/
body footer a{
    color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin-bottom: 10px;
    /*margin-top: 25px;*/
}
h1{
    font-size: 38px;
    margin-bottom: 15px;
}
h2{
    font-size: 30px;
    margin-bottom: 15px;
}
h3{
    font-size: 24px;
    margin-bottom: 15px;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
h6{
    font-size: 14px;
    margin-bottom: 10px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
img{
    max-width: 100%;
    height: auto;
}
/*------ header ------*/

p{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
p em{
  color: #3B454B;
}
strong{
    font-weight: 600;
}
em{
  font-style: italic;
}
blockquote{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
}
img{
    max-width: 100%;
    height: auto;
}

.innerWrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
/* unvisited link */
a:link {
    color: #1a77bd;
    text-decoration: underline;
}

/* visited link */
a:visited {
  color: #1a77bd;
  text-decoration: underline;
}
/* mouse over link */
a:hover {
  color: #1a77bd;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #1a77bd;
  text-decoration: none;
}

/*---- columns-----*/
.fullwidth.row{
    padding: 15px 0;
}

.col{
    position: relative;
    float: left;
}

.col.col_one{
    width: 100%;
}
.col.col_one_half{
    width: 50%;
}
.col.col_one_third{
    width: 33.33%;
}
.col.col_two_thirds{
    width: 66%;
}
.col.col_one_fourth{
    width: 25%;
}
.col.col_three_fourths{
    width: 75%;
}
.col.col_one_fifth{
    width: 20%;
}
.col.col_two_fifths{
    width: 40%;
}
.col.col_three_fifths{
    width: 60%;
}
.col.col_four_fifths{
    width: 80%;
}
.col.col_one_sixth{
    width: 16.66%;
}

.col > div{
    margin: 15px 20px;
    position: relative;
    max-width: 100%;

}
.col > div:not(.blogposts){
    flex:1;
}

.fullwidth .clearfix.d-flex .col{
    display: flex;
}

.fullwidth .clearfix.d-flex .col > div{
    display: flex;
    flex-direction: column;
}

.fullwidth .clearfix.d-flex .col > div a.btn{
    margin-top: auto;
        white-space: pre-wrap;
}

.col.first > div{
    margin-left: 0px;
}

.col.last > div{
    margin-right: 0px;
}

/*--- Button ---*/
.button,.btn{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}



/*--- accordion ---*/
.accordion.horizontal{
    background: none repeat scroll 0 0 #F1F1F1;
    float: left;
    position: relative;
    width: 100%;
    min-height: 300px;
}

.accordion.horizontal > div{
    position: relative;
    float: left;
    overflow: hidden;
}

.accordion.horizontal > div > h3{
    clear: none;
    float: left;
    position: relative;
    margin: 0px;
    transform: translateX(-100%) rotate(-90deg);
    -webkit-transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.accordion.horizontal > div > div{
    position: relative;
    float: left;
    margin-left: 50px;
}


/*--- Tabs ---*/
.ui-tabs{

}

.ui-tabs.vertical{

}

.ui-tabs.horizontal{

}

.ui-tabs.vertical > ul{
    background: none repeat scroll 0 0 #f1f1f1;
    float: left;
    position: relative;
    width: 170px;
}

.ui-tabs.vertical > ul > li{

}

.ui-tabs.vertical > ul > li > a{

}

.ui-tabs.vertical > div{
    float: left;
    margin-left: 20px;
    position: relative;
}

.ui-tabs.vertical > div > div{

}

.ui-tabs.horizontal > ul {
    background: none repeat scroll 0 0 #f1f1f1;
    float: left;
    position: relative;
    width: 100%;
}

.ui-tabs.horizontal > ul > li{
    float: left;
    position: relative;
}

.ui-tabs.horizontal > ul > li > a{

}

.ui-tabs.horizontal > div > div{

}





/*--- testimonials ---*/
.testimonials-carousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.testimonials-carousel > .carousel-list {
    width: 100%;
    float: none;
    position: absolute;
}

.testimonials-carousel .carousel-list > div {
    float: left;
}

.testimonial-pr-nx > div {
    cursor: pointer;
}




/*--- Slider ---*/
.ngslider,.ngslider > div,.ngslider > div > div{
    width: 100% !important;
}

.ngslider > div > div img{
    max-width: 100%;
    height: auto;
}


/*--- content roll up ---*/
.modular_rollup{
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
}

.modular_rollup img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}


.modular_rollup > div {
    background: none repeat scroll 0 0 rgba(255,255,255, 1);
    position: absolute;
    width:100%;
    height: 100%;
}

.modular_rollup > div > div{
    padding: 10px;
}

.modular_rollup > div > div:first-child > h3{
    margin-bottom: 0px;
}




/*--- carousel ---*/
.carouselPop {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.carouselPop .carousel-list {
    width: 100%;
  z-index: 1000;
    position: absolute;
}
.carousel-list > div > div a {
  display: block;
}


.carouselPop .carousel-list > div {
    float: left;
}

.carousel-pr-nx > div {
    cursor: pointer;
}



/*--- Counter ---*/
.modular_counter {
    text-align: center;
}

.modular_counter_visual{
    position: relative;
    width: 50px;
    height: 150px;
    background: red;
    margin: 0 auto;
}

.modular_counter_visual > div{
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: blue;
}



/*--- gallery --- */
.modular_gallery{
    position: relative;
    clear: both;
}
.modular_gallery_thumbs_right_main{
    position: relative;
    float: left;
    width: 70%;
    overflow: hidden;
}

.modular_gallery_thumbs_right_main img,.modular_gallery_thumbs_bottom_main img{
    max-width: 100%;
    max-height: 100%;
}

.modular_gallery_thumbs_right_list{
    position: relative;
    float: left;
    width: 30%;
    overflow: hidden;
}

.modular_gallery_thumbs_right_list > div{
    position: absolute;
    top: 0px;
    width: 100%;
}

.modular_gallery_thumbs_bottom_main{
    overflow: hidden;
    position: relative;
    text-align: center;
}

.modular_gallery_thumbs_bottom_list{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
}

.modular_gallery_thumbs_bottom_list > div{
    position: absolute;
}

/* =WordPress Core
-------------------------------------------------------------- */
/*
.alignnone {
    margin: 5px 20px 20px 0;
}
*/

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}





/*********************Custom Code **********************/
.textright {
  text-align: right;
}
hr{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 40px 0;
}
input[type="text"], input[type="email"], input[type="number"], textarea, select {
  color:#6D6E71!important;
}
input[type="submit"] {
    box-shadow: 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
::-webkit-input-placeholder {
   color: #6D6E71;
}
:-moz-placeholder { /* Firefox 18- */
   color: #6D6E71;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #6D6E71;
}
:-ms-input-placeholder {
   color: #6D6E71;
}
ul{
    margin-bottom: 10px;
    list-style: disc;
    padding-left: 40px;
}

ul > li{
    margin-bottom: 10px;
}

ol{
    margin-bottom: 20px;
    padding-left: 30px;
    list-style:decimal;
}

ol li{
        line-height: 1.5;
    font-size: 20px;
}

ol > li{
    margin-bottom: 10px;
}

table{
    max-width: 100%;
    margin-bottom: 10px;
}

#attachment_56{
    max-width: 100%;
}

.wp-caption{
    background-color: #ffffff;
}

.wp-caption > .wp-caption-text{
    padding: 20px;
    border: 1px solid #ccc;
}

.wp-caption img{
    display: block;
}

body header a{
    color: #000000;
}
.post_title h1{
    margin-top: 40px;
    margin-bottom: 0px;
    color: #747D7D;
    float: left;
    padding: 0px 20px;
}
.post_title{
  margin-bottom: -40px;
    padding: 20px 0;
    display: -webkit-box;
}
.post_title > div{
    width: 1040px;
    margin: 0 auto;
}

#fullWidth .row > div{
    width: 1040px;
    margin: 0 auto;
}

section#pageContent{
    padding: 0px 0px 50px 0px;
    width: 1040px;
}

section#pageContent.hasSidebar > main{
    position: relative;
    float: left;
    width: 650px;
}

section#pageContent.hasSidebar > aside#page_sidebar{
    width: 300px;
    position: relative;
    float: right;
}

section#pageContent.hasSidebar > main{
    position: relative;
    float: left;
    width: 650px;
}

section#pageContent.hasSidebar.sidebarOnleft > aside#page_sidebar{
    float: left;
}

section#pageContent.hasSidebar.sidebarOnleft > main{
    float: right;
}
.white-text *{
    color: #ffffff;
}

.col iframe{
    max-width: 100%;
}

main > article{
    margin-top: 30px;
    padding-top: 30px;
}

#pageContent > main > div#postThumbnail{
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

input[type="text"], input[type="email"], input[type="number"], textarea, select {
    width: 95%;
    padding: 15px;
    border: 1px solid #797979;
    box-shadow: 0px 1px 0px #7b7b7b;
    color: #a9a9a9;
    margin-bottom: 20px;
    font-family: sans-serif;
}

input[type="submit"]{
    position: relative;
    float: left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
}

table{

}

table > thead > tr{

}
table > thead > tr > td{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 8px;
}

table > tbody > tr{

}
table > tbody > tr > td {
    padding: 8px;
    line-height: 1.5;
}

table > tbody > tr:nth-child(even){

}

table > tbody > tr:nth-child(odd){

}




aside#page_sidebar > li.widget {
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
    list-style: none outside none;
    margin-top: 30px;
    padding-top: 30px;
    float: left;
    width: 100%;
}

aside#page_sidebar > li.widget:first-child{
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

aside#page_sidebar > li.widget > h2{
    font-size: 20px;
}

.textwidget{
    font-size: 16px;
    line-height: 22px;
}

aside#page_sidebar ul.children{
    margin-top: 10px;
    margin-bottom: 0px;
}

#searchform{

}

#searchform .screen-reader-text{
    display: none;
}

#searchform #s{
    float: left;
    padding: 6px 0;
    text-indent: 5px;
    width: 75%;
}

#searchform #searchsubmit{
    float: right;
    width: 22%;
}


#calendar_wrap{
    width: 100%;
}

#calendar_wrap > table{
    width: 100%;
}

#calendar_wrap > table > caption{
    margin-bottom: 20px;
}


#calendar_wrap > table td {
    text-align: center;
}

#calendar_wrap > table > thead > tr th{
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

#wp-calendar tbody,#wp-calendar thead{
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#calendar_wrap > table td a {
    border-radius: 15px;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}

#TB_window img#TB_Image{
    border: none !important;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next{
    padding-top: 10px;
}

/*--- columns ---*/



/*--- columns END ---*/


/*--- header ---*/

body > header,
body > div#modular_site_wrap > header{
    margin: 0px;
    padding: 0px;
    text-align: left;
}

header #socialIcons{
    position: relative;
    float: right;
}

#socialIcons a:hover{
    opacity: 0.5;
}


#headerBottom #logo{
    float: left;
    margin: 30px 0px 10px 0px;
    position: relative;
    width: 175px;
}


#headerBottom #primary-navigation{
    bottom: 0;
    position: absolute;
    right: 0;
}


#primary-navigation > div > ul{
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}
#primary-navigation > div > ul > li{
    position: relative;
    float: left;
    margin-bottom: 0px;
}

#primary-navigation > div > ul > li.current-menu-item > a{
    font-weight: 600;
}

#primary-navigation > div > ul > li > a{
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
}
#primary-navigation > div > ul > li > a:hover{
    text-decoration: none;
    color: #01514b;
    background-color: white;
    padding: 10px;
}

#primary-navigation > div > ul > li > ul.sub-menu{
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    left: 0;
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 220px;
    padding-left: 0px;
}

#primary-navigation > div > ul > li:hover > ul.sub-menu{
    display: block;
}

ul.sub-menu > li{
    display: block;
    position: relative;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.sub-menu > li:first-child{
    margin-top: 0px;
}

ul.sub-menu > li > a{
    display: block;
    padding:10px 20px;
    text-decoration: none;
}

ul.sub-menu > li.external-link > a{
    padding:10px 30px 10px 20px;
}

ul.sub-menu > li > a:hover{
    text-decoration: none;
    background-color: #231f20;
    color:white;
}

ul.sub-menu > li > ul.sub-menu{
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    left: 220px;
    position: absolute;
    top: 0px;
    width: 220px;
    padding-left: 0px;
}

ul.sub-menu > li:hover > ul.sub-menu{
    display: block;
}

#headerTopLeft{
    float: left;
}

#headerTopLeft *{
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    list-style: none;
    color: #ffffff;
}

.greenText{
    color: #01514B;
}

.greenbutton{
    color: white;
    float: left;
    background-color: #01514B;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    border: 2px solid white;
    cursor: pointer;
    text-decoration: none;
}
.greenbutton:hover{
    color: #01514B;
    float: left;
    background-color: white;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    border: 2px solid #01514B;
    cursor: pointer;
    text-decoration: none;
}
.blackbutton{
    color: white;
    float: left;
    background-color: #01514B;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    border: 2px solid white;
    text-decoration: none;
}
.blackbutton:hover{
    color: #01514B;
    float: left;
    background-color: white;
    border: 2px solid #01514B;
    text-decoration: none;
}
.blacksubmitbutton{
    color: white;
    float: right!important;
    background-color: #01514B;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    min-width: 150px;
    text-align: left;
    cursor: pointer;
    border: 2px solid white;
    text-decoration: none;
}
.blacksubmitbutton:hover{
    color: #01514B;
    background-color: white;
    border: 2px solid #01514B;
    text-decoration: none;
}
.whitebutton{
    color: #01514B;
    float: left;
    background-color: white;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #01514B;
    text-decoration: none;
}
.whitebutton:hover{
    color: white;
    float: left;
    background-color: #01514B;
    border: 2px solid white;
    text-decoration: none;
}
.maingreenbar{
  background-color: #01514B;
}
.shortenbox{
    height: 320px;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

div.panel.show {
    display: block;
}
.newspost{
  width: 100%;
  height: auto;
  padding: 0px 20px 60px 20px;
  border-bottom: 1px solid #01514b;
}
.posttitle a{
  color: #01514b;
}
#agendacopy{
  padding:20px;
  margin-top:20px;
}
#Naidfooterlogo{
  width: 80px;
  margin-right: 40px;
}
.sponsorlogos{
  min-width:300px;
}
#abccontainer{
    width: 100%;
    height: auto;
    background-color: #01514b;
    border-radius: 10px;
}
#responseamenu_slide > div {
    background: #01514b;
    padding: 20px 30px;
}
.responseamenu_slideTrigger {
    background-color: #ffffff;
    color: #01514b;
    border: 1px solid #01514b;
}
.responseamenu_slideTrigger:hover {
  background-color:#01514b;
  color:  #ffffff;
  border: 1px solid #ffffff;
}
#responseamenu_slide .responseamenu_slideTrigger {
    background-color: #01514b;
    color: #ffffff;
    border: 0px solid #01514b;
}
/*--- header END ---*/


#footer-navigation{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
}

#footer-navigation ul{
    list-style: none;
}

#footer-navigation ul > li{
    position: relative;
    float: left;
}

#footer-navigation ul > li > a{
    display: block;
}
#footer-navigation ul > li > a:hover,
#footer-navigation ul > li.current_page_item > a{
    color: #ffffff;
    text-decoration: none;
}

#footer-navigation ul > li > a{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

#footer-navigation ul > li:first-child > a{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}

/*--- footer END ---*/

/*--- slider ---*/
.ngslider{
    position: relative;
    display: none;
    overflow-x: hidden;
}

.ngslider > .ngsliderOptions{
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

.ngslider > .ngsliderOptions > .ngslidermenu{
    position: absolute;
    height: 100%;
    width: 100%;
}

.ngslider > .ngsliderOptions .ngsliderPrev{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    width: 60px;
    background-image: url('images/layout/slider-nav-left.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.ngslider > .ngsliderOptions .ngsliderNext{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    right: 0px;
    width: 60px;
    background-image: url('images/layout/slider-nav-right.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.ngslider > div > div img{
    display: block;
}

.ngslider > .ngsliderOptions .ngsliderPrev:hover,
.ngslider > .ngsliderOptions .ngsliderNext:hover{
    background-color: rgba(0,0,0,0.3);
}
.ngsliderText{
    bottom: 50px;
    padding: 0;
    position: absolute;
    right: 110px;
    z-index: 1000;
    text-align: right;
    max-width: 580px;
}

.ngsliderTitle{
    display: block;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.ngsliderDesc{
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/*--- slider END---*/

/*--- carousel ---*/
.carousel-list > div{
    text-align: center;
    position:relative;

    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel-list > div > div{
    margin: 0 20px;
}

.carousel-list > div:first-child{
    border-left: 0px;
}

.carousel-list > div span{
    display: block;
    line-height: 20px;
}

.carouselInner.light .carousel-list > div{
    color: #ffffff;
}

.carouselInner.dark .carousel-list > div{
    color: #333333;
}

.carousel-pr-nx {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.carousel-prev{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    left: -45px;
    position: absolute;
    width: 40px;
    background-image: url('images/layout/slider-nav-left-small.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.carousel-next{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    position: absolute;
    right: -45px;
    width: 40px;
    background-image: url('images/layout/slider-nav-right-small.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.carousel-prev > div,.carousel-next > div{
    display: block;
    height: 100%;
    width: 100%;
}
.carouselInner {
    position: relative;
}

.carouselInner.light .button{
    background-color: #ffffff !important;
    text-decoration: none;
}

.carouselInner.light .button{
    display: block;
    clear: both;
}

.carousel-title{
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}

.carouselInner .button{
    float: none;
    margin: 20px auto 0;
    width: 120px;
}

/*--- carousel END ---*/

/*--- Accordion ---*/
.accordion_item{

}
.accordion_item > h3{
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin-bottom: 10px;
    cursor: pointer;
    background-image: url('images/layout/accordion-plus.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.accordion_item.active > h3{
    background-image: url('images/layout/accordion-minus.png');
}

.accordion_item > div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.accordion.horizontal{
    background-color: transparent;
}

.accordion.horizontal .accordion_item > h3{
    background-image: none;
}
.accordion.horizontal > div > h3{
    height: 25px !important;
}

.accordion.horizontal > div > div{
    margin-right: 20px;
}

/*--- Accordion END---*/


/*--- gallery ---*/
.thumb-list > a{
    position: relative;
    display: block;
    float: left;
}

.thumb-list > a > img {
    border: 1px solid #ffffff;
    display: block;
    float: left;
}
.modular_gallery_thumbs_right_list > div > a,
.modular_gallery_thumbs_bottom_list > div > a{
    position: relative;
}
.modular_gallery_thumbs_bottom_list > div > a{
    display: block;
    float: left;
}
.thumb-list > a > div.thumbListHover,
.modular_gallery_thumbs_right_list > div > a >div.thumbListHover,
.modular_gallery_thumbs_bottom_list > div > a > div.thumbListHover{
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10000;
    background-image: url('images/layout/search-glass.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    display: none;
}

.thumb-list > a:hover > div.thumbListHover,
.modular_gallery_thumbs_right_list > div > a:hover >div.thumbListHover,
.modular_gallery_thumbs_bottom_list > div > a:hover > div.thumbListHover{
    display: block;
}



.modular_gallery_thumbs_right_main > img{
    display: block;
    margin: 0 auto;
}

.modular_gallery_thumbs_right_main{
    width: 65%;
}

.modular_gallery_thumbs_right_list{
    float: right;
    width: 33%;
}


.modular_gallery_thumbs_right_list a {
    display: block;
    float: left;
    margin: 0 2% 4%;
    width: 45%;
    position: relative;
}

.modular_gallery_thumbs_right_list_navigation{
    width: 33%;
    margin-top: 20px;
    float: right;
    margin-top: -20px;
}
.modular_gallery_thumbs_bottom_list_navigation{
    width: 100%;
    margin-top: 20px;
    float: left;
}

.modular_gallery_thumbs_right_list_navigation > a,
.modular_gallery_thumbs_bottom_list_navigation > a{
    float: left;
    font-size: 20px !important;
}

.modular_gallery_thumbs_right_list_navigation > a + a,
.modular_gallery_thumbs_bottom_list_navigation > a + a{
    float: right;
    font-size: 20px;
}

.modular_gallery_thumbs_bottom_main{
    margin-bottom: 20px;
}


/*--- recent news ---*/
.recent_news{

}

.recent_news img{
    display: block;
}
.date{
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}
.recent_news > .date,
article > #postThumbnail + .date{
    background: #000000;
    padding: 10px;
    color: #ffffff;
}

article > #postThumbnail + .date{
    margin-bottom: 20px;
}

#postThumbnail img {
    display: block;
    width: 100%;
}

.recent_news_categories{
    border-bottom:1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recent_news h3{
    font-size: 20px;
    margin-top: 20px;
}

.recent_news_categories{
    font-size: 12px;
    color: #666666;
}

/*--- tabs ---*/

.tabs > ul > li > a:hover{
    text-decoration: none;
}

.tabs.horizontal{

}

.tabs.horizontal > ul{
    position: relative;
    float: left;
    width: 30%;
    background-color: transparent;
    padding-left: 0px;
}

.tabs.horizontal > ul > li{
    position: relative;
    float: left;
    clear: both;

    color: #ffffff;
    font-size: 14px;

    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin-bottom: 10px;
    cursor: pointer;
    width: 95%;

    list-style: none;

}

.tabs.horizontal > ul > li > a{
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    width: calc(100% - 20px);
}


.tabs.horizontal > div{
    float: right;
    position: relative;
    width: 65%;
}

.tabs.vertical{

}
.tabs.vertical > ul{
    position: relative;
    width: 100%;
    background-color: transparent;
    padding-left: 0px;
}

.tabs.vertical > ul > li{
    position: relative;
    float: left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.tabs.vertical > ul > li > a{
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
}

.ui-tabs.vertical > div{
    margin-left: 0px;
}

/*--- buttons ---*/


.button,
.modular_gallery_thumbs_right_list_navigation > a,
.modular_gallery_thumbs_bottom_list_navigation > a{
  position: relative;
  float: none;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0px;
  padding: 5px 10px;
  text-decoration: none;
}

.button p{
    margin-bottom: 0px;
    text-decoration: none;
}

.button:hover{
    text-decoration: none;
}

/*--- testimonials ---*/
.testimonials .carousel-list > div{
    border-left: 0px;
    text-align: left;
}

.testimonials .carousel-list > div > div{
    font-style: italic;
}

.testimonial-prev{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    left: -45px;
    position: absolute;
    width: 40px;
    background-image: url('images/layout/slider-nav-left-small.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.testimonial-next{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    position: absolute;
    right: -45px;
    width: 40px;
    background-image: url('images/layout/slider-nav-right-small.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.testimonial-prev > div, .testimonial-next > div{
    display: block;
    height: 100%;
}

.testimonial-pr-nx {
    height: 40px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.testouter.carousel > h2{

}

.testimonials .testImg,.testContent > h3, .testContent > .stars{
    text-align: center;
}

.testimonials .stars{
    margin-bottom: 20px;
}

.testimonials .author{

}

.testimonials .author > span {
    color: #333333;
    float: left;
    font-style: normal;
    margin-right: 10px;
    position: relative;
}

.testimonials .carousel-list > div{
    border: none;
}

/*-- image swap---*/
.imageSwap{
    text-align: center;
}

.imageSwap span{
    display: block;
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}

.imageSwap a{
    text-decoration: none;
}

.imageSwap a:hover span{
    text-decoration: none;
}


/*--- price box ---*/
.modular_price_box{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modular_price_box.featured{
    margin-top: -40px;
}

.modular_price_box > div > div.modular_price_box_title{
    padding: 20px;
    text-align: center;
    background: none repeat scroll 0 0 #f1f1f1;
}
.modular_price_box > div > div.modular_price_box_content{
    padding: 20px;
}

.modular_price_box > div > div:first-child h4{
    margin-bottom: 0px;
}

.modular_price_box > div > div .button{
    float: none;
    margin-bottom: 0px;
    margin: 0 auto;
    max-width: 100px;
    margin-top: 20px;
}

.modular_price_box h3{
    font-size: 26px;
}

.modular_price_box h4{
    font-size: 22px;
}

/*--- counters ----*/
.modular_counter  > span.modular_counter_number{
    font-size: 62px;
    margin-bottom: 20px;
    display: block;
}

.modular_counter_visual{
    background-color: #f1f1f1;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.modular_counter  > h3{
    margin-top: 20px;
}

.modular_counter_percent{
    margin-top: 20px;
    display: block;
}
/*--- roll up ---*/
.modular_rollup{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modular_rollup.circle,
.modular_rollup.circle-dark{
    border-radius: 50%;
    overflow: hidden;
}

.modular_rollup.circle > div,
.modular_rollup.circle-dark > div{
    text-align: center;
}

.modular_rollup.circle > div > div,
.modular_rollup.circle-dark > div > div{
    padding: 10px 50px;
}

.modular_rollup.circle > div > div:first-child,
.modular_rollup.circle-dark > div > div:first-child{
    padding-top: 30px;
}

.modular_rollup.circle > div .button,
.modular_rollup.circle-dark > div .button{
    margin: 0 auto;
    max-width: 100px;
    float: none;
}

.modular_rollup > div {
    background: #ffffff;
}

.modular_rollup.square-dark > div *,.modular_rollup.circle-dark > div *{
    color: #ffffff;
}

/*--- twitter ---*/
.tweet_list > li{
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.tweet_list{
    padding-left: 0px;
}

#footerCopyInfo{
    margin-top: 50px;
}
#footerCopyInfo > div{
    float: left;
}

#footerCopyInfo > div + div{
    float: right;
}

#footerCopyInfo > div + div p{
    font-size: 12px;
    text-align: left;
    color: #ffffff;
}
.tb-close-icon:before {
    background-image: url("images/layout/close.png");
    background-size: 100% auto;
    text-indent: -9999px;
    border: 0px;
    outline: 0px;
    background-repeat: no-repeat;
}
.NaidLVLogo{
    position: absolute;
    z-index: 9999;
    left: 14%;
    width: 420px;
    top: 175px;
}
.NaidLVLogosub{
    position: absolute;
    z-index: 9999;
    left: 20%;
    width: 350px;
    top: 220px;
}
#BannerSlider{
    width: 100%;
    float: left;
    margin-top: 0px;
}
#bannerinfo{
    position: absolute;
    z-index: 9999;
    top: 460px;
    left: 25%;
    width: 500px;
}
#subbannerinfo{
    position: absolute;
    z-index: 9999;
    top: 400px;
    right: 25%;
    color: white;
    width: 200px;
}
#datebox{
    float: left;
    color: white;
    padding: 0px 30px 5px 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    font-size: 32px;
}
#subdatebox{
    font-size: 24px;
    text-align: center;
    margin-left: -20px;
    font-weight: bold;
}

.padding{
  padding:50px!important;
}
.white{
  color:white!important;
}
.white p{
  color:white!important;
}
.center{
  text-align: center!important;
}
.count{
    line-height: 100px;
    color: white;
    text-align: center;
    font-size: 75px;
}
.counttitle{
    color: white;
    text-align: center;
    font-size: 20px;
}
.socialIcons {
    width: 40px;
    margin-right: 5px;
}
.socialgroup{
  margin-top: 20px;
  width: 95px;
}
.footerleft{
    float: left;
    width: 240px;
    display: block;
}
.footerright{
    float: right;
    width: 560px;
    display: block;
}
.parralaxbanner{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.x-split-button {
  margin-top: 0px;
  float: right;
}
.x-button {
  position: relative;
  margin: 0;
  height: 33px;
  float: left;
  color: white;
  outline: none;
  line-height: 27px;
  background: #231f20;
  border: 1px solid #231f20;
}
.x-button:hover {
  cursor: pointer;
}
.x-button:active {
}
.x-button.x-button-drop {
  border-left: 0;
  height: 30px;
}
.open > .x-button-drop-menu {
  display: block;
}
.x-button-drop-menu {
  position: absolute;
  top: 25px;
  right: 102px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #F2F2F2;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  box-shadow: 1px 1px 2px #E0E0E0;
}

.x-button-drop-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-family: arial;
  color: #444;
  text-decoration: none;
}

.x-button-drop-menu li a:hover {
  background: #D3D3D3;
}
.maingreenbar{
  width: 100%;
  float: left;
  background-color: #01514B;
  height: 40px;
}
#featured-image img{
  margin-bottom: -2px;
}
.ngslider > div > div img {
    max-width: 100%;
    height: auto;
    min-height: 380px;
    min-width: 2000px;
}
#featured-image{
    min-height: 380px;
    min-width: 1920px;
}
.blackregisterbar{
    padding: 10px;
    background-color: black;
    color: white;
    text-align: right;
    bottom: 0%;
    position: absolute;
    margin-left: -20px;
    width: 90%;
}
.greybar{
    width: 110%;
    background-color: #E6E7E8;
    margin-top: 22px;
    height: 34px;
    vertical-align: bottom;
    bottom: 0%;
    position: absolute;
}
.shortenbox{
    height: 270px;
}
.whiteregbox{
    float: left;
    width: 66.1%;
    margin-left: 20px;
    margin-right: -20px;
}
.greyregbox {
    float: left;
    width: 33.4%;
    background-color: #e6e7e8;
    height: 200px;
    margin-left: -1px;
    margin-top: -113px;
}
.fontborder{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

}
.centercontent{
  float:none;
  margin: auto;
}
#select{
  width: 99%;
}
#contactformbox{
  width: 80%;
  margin: auto;
}
.legendtitle{
  margin-top: -5px;
  font-weight: bold;
}
.accordion{
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion.active, .accordion:hover {

}
button.accordion.active > table.eventtable > tbody > tr > td.tabletitle > div#closedbox{
  display: block;
  float: right;
  background: url("http://naidconf.org/wp-content/uploads/2016/12/minus.png") top center no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  right: 0%;
  position: absolute;
}
button.accordion > table.eventtable > tbody > tr > td.tabletitle > div#closedbox{
  display: none;
}
button.accordion.active > table.eventtable > tbody > tr > td.tabletitle > div#openedbox{
  display: none;
}
button.accordion > table.eventtable > tbody > tr > td.tabletitle > div#openedbox{
  display: block;
  float: right;
  background: url("http://naidconf.org/wp-content/uploads/2016/12/plus.png") top center no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  right: 0%;
  position: absolute;
}
div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

div.panel.show {
    display: block;
}
#cat{
    width: 235px;
    background-color: #005f61;
    color: white!important;
    padding: 10px;
}
#cat option{
    padding: 10px;
    font-size: 16px;
}
#eventtitle{
  float: left;
  margin-right: 15px;
}
#moreinfo{
  float: left;
}
.catdropdown{
    width: 175px;
    background-color: black;
    color: white!important;
    padding: 10px;
}
.agendaColors {
    width: 50px;
    height: 30px;
}
.agendatitle{
  padding-top: 20px;
}
.agendaevents{
  padding-bottom: 5px;
}
.newspost{
  width: 100%;
  height: auto;
  padding: 0px 20px 60px 20px;
  border-bottom: 1px solid #01514b;
}
.posttitle a{
  color: #01514b!important;
}
.agendaevents{
  width: 100%;
}

.agendaevents > button{
    display: flex;
    align-items: center;
}
.agendaevents > button > .agendaColors{
    margin-right: 10px;
}
.eventtable{
    width:100%;
    float:left;
    margin-bottom: 0px;
}
.tablecolor{
  width:7%;
  float: left;
}
.tabletime{
  width:15%;
  float: left;
}
.tabletitle{
  width:75%;
  float: left;
}
#agendacopy{
  padding:20px;
  margin-top:20px;
}
#Naidfooterlogo{
  width: 80px;
  margin-right: 40px;
}
.tablemargin{
  margin-bottom: -100px;
}
#abccontainer{
    width: 100%;
    height: auto;
    background-color: #01514b;
    border-radius: 10px;
}
.abcnav{
  list-style: none;
  display: table;
  margin-left: 10px;
}
.abcnav tr {
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.abcnav td a:visited{
  color: #000!important;
}
.abcnav td a:active{
  color: #000!important;
}
.abcnav td a:link{
  color: #000!important;
}
.abcnav tr{
        display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}
.abcnav td{
    padding:5px;
}
.tablesmmargin{
  margin-bottom: -50px;
}
.sponsorlogos{
  max-width:300px;
}
.sponsorlogo img{
  max-width: 300px;
  min-width: 300px;
}
.sponsorcontent{
  vertical-align: middle;
}
.sponsorsection a{
  height: 100%;
  display: inline-block;
  width: 48%;
  margin: 1%;
  text-align: center;
}
.sponsorsection img{
  margin: auto;
  vertical-align: middle;
  max-height: 100px;
  width: initial;
  padding-top: 5%;
  padding-bottom: 5%;
}
.testContent p {
  font-size: 16px!important;
}
.testimonials .author {
    font-size: 18px;
}
.nopadding{
    padding: 0px!important;
}
#timer {
    position: absolute;
    z-index: 999;
    left: 60%;
    top: 200px;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 10px;
}
.whitehyper {
    color: white!important;
    text-decoration: underline;
}
.post-password-form{
  width: 1060px;
  margin: 100px auto;
  padding: 20px;
}
.responseamenu_slideTrigger {
    color: white!important;
}
.responseamenu_slideTrigger:hover {
    color: #01514b!important;
}
.post-password-form input[type="submit"]{
  float: right;
  background-color: #01514B;
  border: 0px;
  padding: 10px 20px;
  border-radius: 10px;
}
.post-password-form input[type="submit"]:hover{
  float: right;
  background-color: #231f20;
  border: 0px;
  padding: 10px 20px;
  border-radius: 10px;
}
.post-password-form input{
  padding: 10px;
}
.post-password-form p{
  width: 580px;
  margin: 0 auto;
}
.post-password-form p:last-child{
  margin-top: 25px;
}
#fullWidth ul li{
    line-height: 26px;
}
.memberlink{
  color: white!important;
  padding: 0px 20px;
  text-decoration: none!important;
  float: right;
  border-left: 1px solid white;
  margin-top: 9px;
  font-size: 14px;
  margin-left: 10px;
}
/*******************End Custom Global Css****************************/




/* ----- OLD Modular WP  END-----*/














/*---general---*/
body > header{
    background: white!important;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    position: relative;
    z-index: 9999;
}
.innerWrapper {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
#fullWidth .row > div{
    width: 1180px;
}
.ngslider{
  height: 565px;
}

h1,.h1{
    color: #000000;
    font-family: times new roman, times, arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 35px;
}
h2,.h2{
    color: #000000;
    font-family: times new roman, arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 29px;
}
h3,.h3{
    color: #000000;
    font-family: arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 25px;
}
h4,.h4{
    color: #000000;
    font-family: arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 22px;
}
h5,.h5 {
    color: #000000;
    font-family: arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 21px;
}
h6,.h6{
    color: #000000;
    font-family: arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.5;
}
/*
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px!important;
}
*/
p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    font-family: arial, Helvetica, sans-serif;
}
.col > div > :not(a):first-child{
    padding-top:0px;
}
p:last-child {
    margin-bottom: 0px;
}
a:link{
  color: #005f61;
  text-decoration: none;
}
a:visited{
  color: #005f61;
  text-decoration: none;
}
.colorpurple{
  color: purple;
}
.textCenter *{
  text-align: center;
}
.post_title {
    margin-bottom: 0px!important;
    padding: 20px 0;
    position: relative;
    margin: auto;
    text-align: center;
    top: -150px;
}
.post_title h1{
  color: white;
  font-family: times;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0px;
}
.post_title h1 sup{
  color: white;
  font-size: 20px;
  position: relative;
  top: -15px;
  margin-right: 5px;
}
.post_title > div {
    width: 1180px;
    margin: 0 auto;
}
.subpage.banner{
  display: block;
  max-height: 350px;
  height: auto;
  z-index: 100;
  position: relative;
}
.subpage.banner img{
  max-width: 1000%;
  height: 350px;
  width: auto;
}
footer{
  position: relative;
  z-index: 100;
}
#fullWidth ul li {
  line-height: 1.5;
  font-size: 20px;
}
#headerBottom #logo {
  float: left;
  margin: 10px 0px 10px 0px;
  position: relative;
  width: 360px;
}
#primary-navigation > div > ul > li > ul.sub-menu{
  background-color: #898d8d!important;
  top: 90px;
}
#primary-navigation > div > ul > li.current-menu-item > a {
  font-weight: 400!important;
  color: #005f61!important;
}
ul.sub-menu > li > ul.sub-menu{
    background-color: #898d8d!important;
}
#primary-navigation > div > ul > li > a{
  display: block;
  padding: 10px;
  line-height: 70px!important;
  margin-bottom: -20px!important;
}
ul.sub-menu > li > a{
  color: white;
}
ul.sub-menu > li > ul.sub-menu {
  border-right: 0px solid #614b79!important;
}
ul.sub-menu > li:hover > a{
  background-color: #005f61;
}
.greenbutton{
    padding: 15px 15px;
    border-radius: 10px;
    text-decoration: none!important;
    color: white!important;
    background-color: #01514B;
    border: 2px solid white;
}
.greenbutton:hover{
    color: #01514B!important;
    background-color: white;
    border: 2px solid #01514B;
}
.purplebutton,.btn{
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none!important;
    color: white!important;
    background-color: #614B79;
    border: 2px solid #614B79;
    text-align: left;
    white-space: pre-wrap;
}
.purplebutton:hover,.btn:hover{
    color: #614B79!important;
    background-color: white;
    border: 2px solid #614B79;
}
.blackbutton{
    color: white!important;
    background-color: #01514B;
    border: 2px solid white;
}
.blackbutton:hover{
    color: #01514B!important;
    background-color: white;
    border: 2px solid #01514B;
}
.blacksubmitbutton{
    color: white!important;
    background-color: #01514B;
    border: 2px solid white;
}
.blacksubmitbutton:hover{
    color: #01514B!important;
    background-color: white;
    border: 2px solid #01514B;
}
.whitebutton{
    color: #01514B!important;
    background-color: white;
    border: 2px solid #01514B;
}
.whitebutton:hover{
    color: white!important;
    background-color: #01514B;
    border: 2px solid white;
}
.pdfbutton{
    display: initial!important;
}
.fullwidth.row ul {
  padding-left: 40px!important;
}

.d-flex{
    display: flex;
}
.d-block{
    display: block;
}
.d-inline-flex{
    display: inline-flex;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-around{
    justify-content: space-around;
}
.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

.flex-direction-column{
    flex-direction: column;
}

.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}

.padding120{
  padding: 120px 0px!important;
}
.padding100{
  padding: 100px 0px!important;
}
.padding90{
  padding: 90px 0px!important;
}
.padding80{
  padding: 80px 0px!important;
}
.padding70{
  padding: 70px 0px!important;
}
.padding60{
  padding: 60px 0px!important;
}
.padding50{
  padding: 50px 0px!important;
}
.padding40{
  padding: 40px 0px!important;
}
.padding30{
  padding: 30px 0px!important;
}
.padding25{
  padding: 25px 0px!important;
}
.padding20{
  padding: 20px 0px!important;
}
.padding10{
  padding: 10px 0px!important;
}
.padding0{
  padding: 0px!important;
}
.margin0{
  margin: 0px!important;
}



.paddingtop0{
  padding-top: 0px!important;
}
.paddingtop10{
  padding-top: 10px!important;
}
.paddingtop20{
  padding-top: 20px!important;
}
.paddingtop30{
  padding-top: 30px!important;
}
.paddingtop40{
  padding-top: 40px!important;
}
.paddingtop50{
  padding-top: 50px!important;
}
.paddingbottom0{
  padding-bottom: 0px !important;
}
.paddingbottom10{
  padding-bottom: 10px!important;
}
.paddingbottom20{
  padding-bottom: 20px!important;
}
.paddingbottom30{
  padding-bottom: 30px!important;
}
.paddingbottom40{
  padding-bottom: 40px!important;
}
.paddingbottom50{
  padding-bottom: 50px!important;
}
.paddingtop25{
  padding-top: 25px!important;
}
.paddingbottom25{
  padding-bottom: 25px!important;
}
.paddingright0{
  padding-right: 0px!important;
}
.paddingleft0{
  padding-left: 0px!important;
}
.marginb0{
  margin-bottom: 0px!important;
}
.margint0{
  margin-top: 0px!important;
}
.margint10{
  margin-top: 10px!important;
}
.margint20{
  margin-top: 20px!important;
}
.margint30{
  margin-top: 30px!important;
}
.margint40{
  margin-top: 40px!important;
}
.margint50{
  margin-top: 50px!important;
}
.marginb10{
  margin-bottom: 10px!important;
}
.marginb20{
  margin-bottom: 20px!important;
}
.marginb25{
  margin-bottom: 25px!important;
}
.marginb30{
  margin-bottom: 30px!important;
}
.marginb40{
  margin-bottom: 40px!important;
}
.marginb50{
  margin-bottom: 50px!important;
}

.marginb60{
  margin-bottom: 60px!important;
}
.marginb80{
  margin-bottom: 80px!important;
}
.margint20{
  margin-top: 20px!important;
}
.margint40{
  margin-top: 40px!important;
}
.margint60{
  margin-top: 60px!important;
}
.margint100{
  margin-top: 100px!important;
}
.margint120{
  margin-top: 120px!important;
}

.marginr10{
    margin-right: 10px !important;
}
.marginr20{
    margin-right: 20px !important;
}
.marginr30{
    margin-right: 30px !important;
}
.marginr40{
    margin-right: 40px !important;
}
.marginr50{
    margin-right: 50px !important;
}
.marginr60{
    margin-right: 60px !important;
}
.marginr70{
    margin-right: 70px !important;
}
.marginr80{
    margin-right: 80px !important;
}
.marginr90{
    margin-right: 90px !important;
}
.marginr100{
    margin-right: 100px !important;
}



.semibold{
  font-weight: 500;
}
.normalfont{
  font-weight: normal;
}
.bold{
  font-weight: bold;
}
.whiteText{
  color: white !important;
}
.whiteText *{
    color: white;
}
.blackText{
  color: black!important;
}
.primarycolor{
  color: #005F61!important;
}
.normalfont{
  font-weight: normal!important;
}
.boldfont{
  font-weight: bold!important;
}
input[type="text"], input[type="email"], input[type="number"], textarea, select {
  width: 90%;
  padding: 15px;
  border: 1px solid #797979;
  box-shadow: 0px 0px 0px #7b7b7b;
  color: #a9a9a9;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-size: 20px;
}
input[type="submit"] {
  font-size: 18px;
  display: block;
  padding: 10px 15px;
  font-weight: normal;
}
.wpcf7 p{
  margin-bottom: 0px;
}
div.wpcf7 {
  margin-left: 20px!important;
}
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px!important;
}
.complianceForm input[type="text"], .complianceForm input[type="email"], .complianceForm select, .complianceForm textarea{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 20px;
}
.complianceForm .wpcf7-response-output {
  position: static;
}
#fullgreybg{
  position: absolute;
  background-color: #F1F2F2;
  width: 200%;
  height: 130%;
  top: -30px;
  left: -20px;
}
.greyBg > div{
    background-color: #f1f2f2;
    padding: 20px;
}
.footerleft {
    float: left;
    width: 60%;
    display: inline-block;
}
.footerleft p, .footerleft h3 {
  text-align: left;
}
.footerleft h3 {
  padding-top: 10px;
  padding-bottom: 40px;
}
.footerleft a{
  color: white;
  text-decoration: none;
}
body > footer, body > div#modular_site_wrap > footer {
    margin-top: 0px;
    padding: 20px 0;
}
#menu-main-menu > ul.sub-menu > li > ul.sub-menu li:hover a{
  background-color: #005f61!important;
}
#menu-main-menu > li.current-page-parent > ul.sub-menu > li.current-menu-item > a{
    background-color: #005f61;
}
#menu-main-menu > ul.sub-menu > li > ul.sub-menu > li > a{
  background-color: #898d8d;
}
#menu-main-menu > ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a{
  background-color: #005f61;
}
#primary-navigation > div > ul > li:hover > a{
  color: #005f61!important;
}
#footerCopyInfo {
    margin-top: 20px;
}
.footerleft .footerlogo{
  float: left;
  display: inline-block;
  width: 250px;
  margin-right: 25px;
}
.footerright {
  float: right;
  width: 40%;
  display: inline-block;
}
.footerright .topsection, .footerright .bottomsection {
  display: inline-block;
  width: 100%;
}
.footerright .logo{
  float: right;
  display: inline-block;
  width: 200px;
  margin-right: 25px;

}
.footerright .sociallogo{
  float: right;
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  padding: 25px 0px;
}
footer .socialicon:hover {
  opacity: 0.5;
  cursor: pointer;
}
#postnav_container{
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
}
#blog_next{
  color: #01514b!important;
  float: left;
}
#blog_prev{
  color: #01514b!important;
  float: right;
}
#blog_next a{
  color: #01514b!important;
  float: left;
}
#blog_prev a{
  color: #01514b!important;
  float: right;
}

#headerBottom {
  position: relative;
  padding: 20px 0px;
}
#primary-navigation > div > ul > li > a{
  color: black;
  font-size: 18px;
}
#primary-navigation > div > ul > li{
  margin-left: 15px;
}
.memberportal{
  float: right;
  padding: 20px 15px;
  background-color: #005f61;
  color: white!important;
  text-decoration: none!important;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.memberportal:hover{
  background-color: #614b79;
}
.companysection{
  padding-top: 5px!important;
}
.companysection .isigma{
    max-height: 40px;
  padding: 0px 20px 0 0 !important;
  border-right: 2px solid #7C8180;
}
.companysection .naid, .companysection .prism{
  max-height: 40px;
  padding: 0px 20px!important;
  border-right: 2px solid #7C8180;
}
.companysection .prism{
  border-right: 0px solid black;
}
.ngsliderText {
    bottom: 400px;
    padding: 0;
    position: relative;
    z-index: 1000;
    text-align: left;
    max-width: 1140px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
}
.ngsliderTitle {
    display: block;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-family: times;
    margin-bottom: 40px;
    width: 680px;
    line-height: 1.5;
}
.ngsliderTitle sup{
  font-size: 20px;
  top: -15px;
  position: relative;
}
.ngsliderDesc {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    line-height: 2;
    width: 660px;
}
.ngslider {
    position: relative;
    display: none;
    overflow: hidden;
}
.servicesection{
  padding: 80px 0px!important;
  border-top: 2px solid #d8d8d8;
  /*border-bottom: 2px solid #d8d8d8;*/
}
.servicesection .col > div{
  padding-right: 40px;
}
.servicesection .col h2{
  color: black;
  margin-bottom: 40px;
}
.servicesection .col p{
  color: #7C8180;
}
.servicesection .col a{
  margin-top: 20px;
  float: left;
  display: block;
}
.servicesection .col .purplebutton{
  font-size: 18px;
}
.eventssection{
    overflow: hidden;
}
.eventssection .purplebutton{
  margin-right: 25px;
}
.whitetext *{
  color: white!important;
}
footer *{
  color: white;
}
.naidfooter, .prismfooter{
  float: right;
  width: 100%;
  display: block;
}
.naidfooter{
  padding: 20px 0px;
}
.naidfooter .naidlogo, .prismfooter .prismlogo{
  float: right;
  display: inline-block;
}
footer .socialicon {
  width: 55px;
  display: inline-block;
  margin-left: 20px;
  float: right;
  padding: 35px 0px;
}
footer p{
  font-size: 18px;
}
.isigmalinkedin{
  float: left!important;
}
.naidcertsection{
  border-bottom: 1px solid #898d8d;
  border-top: 1px solid #898d8d;
}
.borderTopGrey{
    border-top: 1px solid #898d8d;
}
.eventsection{
  padding-top: 0px!important;
}
.eventsection .col{
  margin-bottom: 60px;
}
.eventsection .col h3{
  color: #075f63;
  margin-top: -15px;
}
.eventsection .col a{
  display: inline-block;
  min-width: 270px;
  font-size: 18px;
}
.greymembersection{
  width: 32%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
  min-height: 725px;
}
.greymembersection .purplebutton{
  font-size: 17px!important;
}
.greymembersection:last-child{
  margin-right: 0%;
}
.publicationsection{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.publicationsection img{
  float: left;
  margin-bottom: 20px;
}
.publicationsection .threeboxes{
  width: 32%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
  min-height: 475px;
}
.publicationsection .threeboxes:last-child{
  margin-right: 0%;
}
.professionalcommunity .twoboxes{
  width: 48%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
  min-height: 400px;
}
.professionalcommunity .twoboxes:last-child{
  margin-right: 0%;
}
.customercompliance{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.customercompliance .threeboxes{
  width: 32%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
}
.customercompliance .threeboxes:last-child{
  margin-right: 0%;
}
.certificationssection{
  padding-top: 15px!important;
}
.certificationssection .threeboxes{
  width: 32%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
  min-height: 600px;
}
.certificationssection .threeboxes:last-child{
  margin-right: 0%;
}
.MarketingSupport{
  padding-top: 0px!important;
}
.MarketingSupport .twoboxes{
  width: 48%!important;
  margin-right: 2%;
  background-color: #F1F2F2;
  min-height: 300px;
}
.MarketingSupport .twoboxes:last-child{
  margin-right: 0%;
}
.pdficon{
  position: relative;
  margin-left: -25px;
  margin-bottom: -35px;
  margin-right: 10px;
}

.isigmacommittees{
  display: flex;
  padding: 10px 0!important;
}
.isigmacommittees h3{
  margin-top: 0px!important;
}
.isigmacommittees .clearfix{
  display: flex;
  justify-content: space-between;
}
.isigmacommittees .twoboxes {
    width: 50%;
    background-color: #F1F2F2;
    display: inline-flex;
    flex: 0 0 45%;
    max-width: 45%;
    float: none;
    padding: 0px 5px;
}
.membertable *{
      vertical-align: middle;
}
.sidebar{
  background-color: #F1F2F2;
  padding: 75px 0px;
  margin: -75px 0px;
  z-index: 1;
  min-height: 900px;
}
#Post{
  margin-bottom: 40px;
}
/*
#Post .post-title{
  color: black;
  font-size: 21px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px!important;
  text-decoration: none;
  font-family: arial, Helvetica, sans-serif;
}*/
#Post p{
  margin-bottom: 20px!important;
}
#Post a{/*
  font-size: 21px;
  text-decoration: none;
  font-weight: bold;
  font-family: arial, Helvetica, sans-serif;
*/}
.blog-sidebar{
  list-style: none;
}
.Governmentsection{
  display: flex;
}
.Governmentsection .clearfix{
  justify-content: space-between;
  display: flex;
}
.Governmentsection .threeboxes{
  width: 50%;
  background-color: #F1F2F2;
  display: inline-flex;
  flex: 0 0 32%;
  max-width: 32%;
  float: none;
  padding: 20px 0px;
}
.Governmentsection .image{
  min-height: 75px;
  margin-top: 5px;
}
.Governmentsection img{
  max-height: 67px;
}
.accordion_item > h3{
  background-color: #898D8D!important;
  font-size: 25px;
  border-radius: 0;
  padding: 10px 20px;
}
.certificationlist{
  width: 50%;
  margin-bottom: 40px;
}
.certificationlist a, .certificationlist strong{
  color: #005F61;
  text-decoration: none;
  font-size: 20px;
}
.certificationlist td{
  padding: 5px;
  font-size: 20px;
}

.Econtactsection h5, .Econtactsection p{
  margin: 0px!important;
  font-size: 21px;
}
.Econtactsection a{
  color: #005F61;
  text-decoration: none;
}
.page-id-154 #fullWidth .row > div {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-id-154 .col.col_one_half {
    width: 50%;
    flex: 0 0 50%;
}
.page-id-154 .col.col_one_third {
    width: 33.33%;
    flex: 0 0 33%;
}
.page-id-154 .col.col_one > div{
  margin-bottom: 0px;
  margin-top: 40px;
}
.shreddingbackground{
  padding-bottom: 300px!important;
  background-position-y: -15px;
  padding-top: 0px!important;
}
.GeneralInquiries .purplebutton{
  min-width: 300px;
  padding: 5px 15px;
  float: left;
}
.GeneralInquiries .buttonicon{
  margin-bottom: -20px;
  margin-right: 60px;
  margin-top: -20px;
}
.GeneralInquiries .col_one_third{
  margin-bottom: 25px;
}
.contacticons{
  background-color: #F1F2F2;
  width: auto;
  padding: 15px 20px;
  border-radius: 10px;
}
.contacticons a{
  margin-right: 10px;
}
.contacticons img:hover{
  opacity: 0.8;
}
.contacticons a:last-child{
  margin-right: 0px;
}
.halfwidthbannerimg{
  position: absolute;
  top: -82px;
  max-width: 210%;
  width: 193%;
}
#responseamenu_slide > div {
    background: #005f61!important;
}
#responseamenu_slide> div + div > a{
  text-align: left;
}

.single-blog-content article{
  margin: 20px;
}
.wpcf7-response-output{
  position: absolute;
}
div.wpcf7-response-output {
  margin: 2.5em 0em 1em!important;
}
.page-id-142 h3, .page-id-142 h2{
  margin-bottom: 10px;
}



#menu-main-menu > li.menu-item-has-children > a::after{
  content: "";
  margin-left: 5px;
  display: block;
  border: 7px solid transparent;
  border-top: 10px solid #005f61;
  border-bottom:0 none;
  position: absolute;
  bottom: 0px;
  left: 38%;
}


#menu-item-2042 > ul.sub-menu > li > a::after{
  border:0px!important;
}
#headerBottom li.fly-out-menu > a:after{
    content: "";
    display: block!important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
    width: 0px;
    height: 0px;
    position: absolute!important;
    bottom: 0px;
    top: 10px;
    left: 93%!important;
    float: right;
}
#headerBottom li.external-link > a:after{
    content: "";
    display: block!important;
    width: 15px;
    height: 15px;
    position: absolute!important;
    bottom: 0px;
    top: 10px;
    right: 10px;
    float: right;
    background-image: url('images/leaving-site-white.png');
    border-top: 0px !important;
}
.date {
    font-weight: normal!important;
    padding: 0px 0px 20px 0px;
}











/***** STYLE.php stuff ******/

/******************************OLD CSS*****************************************************/

body > footer,
body > div#modular_site_wrap > footer,
header > section#headerTop,
.modular_rollup.square-dark > div,.modular_rollup.circle-dark > div{
    background: #898d8d;
}

.modular_price_box.featured > div > div.modular_price_box_title *{
    color:#005f61}



#footer-navigation ul > li > a,
#footerCopyInfo > div + div a{
    color:#614b79;
}
.accordion_item > h3,
#calendar_wrap > table > thead > tr,
#calendar_wrap > table td a,
.modular_gallery_thumbs_right_list_navigation > a,
.modular_gallery_thumbs_bottom_list_navigation > a,
#TB_prev,
#TB_next{
    background-color:#614b79;
}

.accordion_item > h3:hover,
.accordion_item.active > h3,
.tabs.horizontal > ul > li:hover,
.tabs.vertical > ul > li:hover > a,
.tabs.horizontal > ul > li.ui-tabs-active,
.tabs.vertical > ul > li.ui-tabs-active > a,
.modular_counter_visual > div,
#calendar_wrap > table td a:hover,
.modular_gallery_thumbs_right_list_navigation > a:hover,
.modular_gallery_thumbs_bottom_list_navigation > a:hover{
    background-color:#755f8d;
}
blockquote{
    border-left: 5px solid #614b79;
}
.thumb-list > a > div.thumbListHover,
.modular_gallery_thumbs_right_list > div > a >div.thumbListHover,
.modular_gallery_thumbs_bottom_list > div > a > div.thumbListHover,
.modular_price_box.featured > div > div.modular_price_box_title{
    background-color: #614b79;
}

ul.sub-menu > li > ul.sub-menu{
    border-right: 5px solid #614b79;
}
/*
.imageSwap a:hover span,
#primary-navigation > div > ul li:hover > a,
ul.sub-menu > li > a:hover,
ul.sub-menu > li.current-menu-item > a,
.carouselInner.light .button,
.modular_price_box h4{
color:#614b79}
*/

thead td,th{
color:#614b79}

.textwidget,
#calendar_wrap > table > caption{
    color:#898d8d}

blockquote,blockquote p{
    color:#434747;
}


/*******************************NEW CSS*******************************/

.greenbutton{
    background-color: #005f61;
}
.greenbutton:hover{
    color: #005f61!important;
    border: 2px solid #005f61;
}
.blackbutton{
    background-color: #614b79;
}
.blackbutton:hover{
    color: #614b79!important;
    border: 2px solid #614b79;
}
.blacksubmitbutton{
    background-color: #614b79;
    color: white!important;
}
.blacksubmitbutton:hover{
    color: #614b79!important;
    background-color: white!important;
    border: 2px solid #614b79;
}
.whitebutton{
    color: #614b79!important;
    border: 2px solid #614b79;
}
.whitebutton:hover{
    background-color: #614b79;
}

#abccontainer {
    background-color: #005f61;
    color: black!important;
}

#responseamenu_slide > div {
    background: #005f61!important;
}
.responseamenu_slideTrigger {
    background-color: #ffffff!important;
    color: #005f61!important;
    border: 1px solid #005f61;
}
.responseamenu_slideTrigger:hover {
  background-color:#005f61!important;
  color:  #ffffff!important;
  border: 1px solid #ffffff;
}
#responseamenu_slide .responseamenu_slideTrigger {
    background-color: #005f61!important;
    color: #ffffff!important;
    border: 0px solid #005f61!important;
}





/***** STYLE.php stuff end ******/



.mast.page-mast{
    position: relative;
}
.mast.page-mast > img{
    width: 100%;
    height: auto;
    display: block;
}
.mast-overlay{
    color: #ffffff;
    position: absolute;
    top: 0px;
    z-index: 100;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0px !important;
}


.mast-overlay .col_one{
    display: flex;
    align-items: center;
    height: 100%;
    width: 630px;
}

.mast-overlay.inner-page-mast .col_one{
    align-items: flex-end;
}

.mast .container-fluid .container .row {
    height: 100%;
    padding: 50px 0;

}
.mast .container-fluid .container .row .col{
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    width: 63%;
    max-width: 63%;
}
.mast-overlay h1{
    color: #ffffff;
    font-family: times;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 40px;
}

.mast-overlay p{
    font-size: 20px;
    line-height: 2;
    font-family: arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}





.recentBlog{
    display: flex;
    justify-content: space-between;
}
.recentBlog > div{
    width: 32%;

}
.recentBlog > div > div{
    padding: 20px;
    background: #f1f2f2;
}

.recentBlog > div > div .date{
    background: #898d8d;
    color: #ffffff;
    font-size: 20px;
    display: block;
    padding: 10px;
    float: left;
    margin-bottom: 30px;
}
.recentBlog > div > div h3{
    margin-bottom: 10px;
}
.recentBlog > div > div h4{
    margin-bottom: 0;
}
.recentBlog > div > div p{
    margin-bottom: 10px;
    font-weight: 100;
}
.recentBlog h4{
    font-weight: normal;
}

.fiftyFiftyImage{
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 325px;
    background-color: #ab1e23;
}

.post-navigation{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
}




/**** NEW MOBILE MENU ****/
.responseamenu_slideTrigger {
    color: white;
    text-decoration: none;
    font-size: 22px;
    background-color: #01514b;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    float: right;
    display: none;
    margin-top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#mobileNav {
    position: fixed;
    z-index: 1001;
    background: #E8E9EC;
    height: 100%;
    width: 300px;
    padding: 20px;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    top: 0px;
    left: -2000px;
    -webkit-transition: .5s;
    transition: .5s;
}
#mobileNav .menu-main-menu-container{
    padding-bottom: 50px;
}
#mobileNav.open {
    left: 0px;
}
#mobileNav .mobileMenuToggle {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
#mobileNav #menu-main-menu-1 {
    list-style: none;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#mobileNav #menu-main-menu-1 li {
    position: relative;
    margin-bottom: 0px;
}

#mobileNav #menu-main-menu-1 li a:hover{
    color: #ffffff;
    background: #005f61;
}
#mobileNav #menu-main-menu-1 li.current-menu-item a {
    /*color: #AA1E23;*/
}
#mobileNav #menu-main-menu-1 li>a {
    font-size: 16px;
    padding: 5px 10px;
    display: block;
    font-weight: bold;
}
#mobileNav #menu-main-menu-1 li > ul.sub-menu{
    padding-left: 10px;
    margin-bottom: 0px;
}
#mobileNav #menu-main-menu-1 > li > ul.sub-menu > li > a{
    color: #005f61;
    font-weight: normal;
}
#mobileNav #menu-main-menu-1 > li > ul.sub-menu > li:hover > a{
    color: #ffffff;
    background: #005f61;
}

#mobileNav #menu-main-menu-1 li > ul.sub-menu > li > ul.sub-menu{
    position: relative;
    left: 0;
    width: inherit;
    background: transparent !important;
    display: block;
}
#mobileNav #menu-main-menu-1 li > ul.sub-menu > li > ul.sub-menu a{
    color: #005f61;
    font-weight: normal;
}

#mobileNav #menu-main-menu-1 > li > ul.sub-menu > li > ul.sub-menu li:hover a{
    color: #ffffff;
}


sup{
    font-size: 75%;
    top: -10px;
    position: relative;
}


body.page-id-43 .mast-overlay.inner-page-mast .col_one,
body.page-id-223 .mast-overlay.inner-page-mast .col_one{
    width: 710px;
}


#csds-professionals-table_wrapper #csds-professionals-table_filter{
    margin-top: 20px;
}
#csds-professionals-table_wrapper #csds-professionals-table_filter input{
    padding: 15px;

}

.ctcc-more-info-link{
    text-decoration: underline !important;
}

.post-date{
    font-size: 14px;
    font-style: italic;
}

/*--- Responsive ---*/

@media only screen and (max-width: 1600px) {
  .ngslider > div > div img {
      max-width: 100%;
      height: auto;
      min-height: 380px;
      min-width: 2000px;
      left: -10%;
      position: relative;
  }
}



@media only screen and (max-width: 1225px) {
    .primary-navigation{
        display: none;
    }
    .responseamenu_slideTrigger{
        display: block;
        margin-right: 10px;
        position: absolute;
    }
    .post-password-form{
      width: 760px;
      margin: 0 auto;
      padding: 20px;
    }
    .tablemargin, .tablesmmargin {
      margin-bottom: 0px;
    }
    .sponsorlogos {
    min-width: 150px;
    }
    .abcnav td {
        margin-right: 18px;
    }
    .abcnav li {
        margin-right: 18px;
        color: white!important;
    }
    .innerWrapper {
      position: relative;
      width: 740px;
      margin: 0 auto;
    }
    #bannerinfo {
        left: 30%;
    }
    #headerBottom #logo {
      float: left;
      margin: 30px 0px 75px 0px;
      position: relative;
    }
    .fullwidth.row {
        padding: 25px 0;
        /*background-position-x: 50%;*/
    }
    .NaidLVLogosub {
      left: 5%;
    }
    #subbannerinfo {
      right: 5%;
    }
    .ngslider > div > div img {
        max-width: 100%;
        height: auto;
        min-height: 380px;
        min-width: 2000px;
        left: -400px;
        position: relative;
    }
    #modular_site_wrap{
        width: 100%;
    }
    section#pageContent{
        width: 740px;
    }
    .post_title > div{
        width: 740px;
    }
    #fullWidth .row > div{
        width: 800px;
    }
    section#pageContent.hasSidebar > main{
        width: 400px;
    }

  .post_title > div{
    width: 840px;
  }
  .blog .post_title, .single-post .post_title{
    text-align: left;
    top: -175px;
  }
  .subpage.banner img{
    max-width: 100%;
    height: auto;
    width: auto;
  }
  #headerBottom #logo {
      margin: 10px 0px 10px 10px;
  }

  footer .innerWrapper, header .innerWrapper  {
      position: relative;
      width: 800px !important;
      margin: 0px auto !important;
  }
  footer .socialicon {
    padding: 25px 5px!important;
  }
  .halfwidthbannerimg {
      position: absolute;
      top: -82px;
      max-width: 350%;
      width: 333%;
  }
  .ngsliderTitle, .ngsliderDesc{
    width: 100%;
  }
  #fullWidth .row > div, .ngsliderText {
      width: 800px;
  }
  #primary-navigation > div > ul > li > a {
      padding: 10px 5px;
  }
  #primary-navigation > div > ul > li > a:hover {
      padding: 10px 5px;
  }
  .footerleft, .footerright {
      float: left;
      width: 100%;
      display: inline-block;
  }
  .footerright .logo {
      float: none;
      display: block;
      width: 200px;
      margin-right: 25px;
      margin: auto;
  }
  .footerright .sociallogo {
      float: none;
      display: inline-block;
      margin-left: 20px;
      width: 50px;
      padding: 25px 0px;
  }
  .footerleft .footerlogo {
      float: none;
      display: block;
      width: 400px;
      margin-bottom: 25px;
      margin: auto;
  }
  .footerleft p, .footerleft h3 {
      text-align: center;
  }
  .innerWrapper {
      position: relative;
      width: 95%;
      margin: 0px 20px;
  }
  #headerBottom #logo {
      width: 275px;
  }
  .naidfooter, .prismfooter {
      float: none;
      width: 440px;
      display: block;
      text-align: center;
      clear: both;
      margin: auto;
  }
  footer .socialicon {
      padding: 25px 0px;
      text-align: center;
      margin: auto;
      float: none!important;
  }
  .footerleft p, .footerleft h3 {
      text-align: center;
      margin-bottom: 0px;
  }
  .certificationlist {
      width: 100%;
      margin-bottom: 40px;
  }
  .publicationsection .threeboxes {
      width: 45%!important;
      margin-right: 5%;
      background-color: #F1F2F2;
      min-height: 475px;
      margin-bottom: 25px;
  }
  .certificationssection .threeboxes {
      width: 45%!important;
      margin-right: 5%;
      background-color: #F1F2F2;
      min-height: 600px;
      margin-bottom: 25px;
  }
  .pdfbutton {
      display: flex!important;
  }
  .pdficon {
      height: max-content;
      margin-top: -10px;
  }
  .subpage.banner {
      height: 160px;
  }
}
@media only screen and (max-width: 935px) {
    #timer {
          position: absolute;
          left: 30%;
          top: 190px;
        }
        #days, #hours, #minutes, #seconds  {
            font-size: 32px!important;
        }
        #days div, #hours div, #minutes div, #seconds div {
          font-size: 16px!important;
        }
        .abcnav td {
            margin: 10px 0px 10px 0px!important;
            padding: 10px 0px 10px 0px!important;
            width: 0px;
        }
        .abcnav li {
          margin-right: 12px;
          color: white!important;
        }
        #Naidfooterlogo{
          width: 80px;
          margin-left: 60px;
        }
        #footerCopyInfo > div {
          float: none!important;
          margin: auto;
          width: 225px;
        }
        .agendaColors {
            width: 35px;
            height: 41px;
            margin-top: 5px;
            margin-left: 0px;
            position: absolute;
        }
        .whiteregbox {
          float: left;
          width: 100%;
          margin-left: 20px;
          margin-right: -20px;
          text-align: center;
      }
      .greycontentbox{
        padding-left: 20px;
        margin-top: -40px;
        margin-bottom: 40px;
      }
      .greyregbox, .greybar{
          display:none;
      }
      .ngslider > div > div img {
        max-width: 100%;
        height: auto;
        min-height: 380px;
        min-width: 2000px;
        left: -600px;
        position: relative;
    }
    .NaidLVLogo {
        position: absolute;
        z-index: 9999;
        left: 30%;
        width: 350px;
        top: 275px;
    }
    #bannerinfo {
        position: absolute;
        z-index: 9999;
        top: 525px;
        left: 20%;
        width: 75%;
    }
    .padding {
        padding: 20px!important;
    }
    .post_title h1 {
        padding: 0px 0px!important;
    }
    section#pageContent,
    .post_title > div{
        width: 600px;
    }
    #fullWidth .row > div{
        width: 600px;
    }
    .post-password-form{
      width: 600px;
      margin: 0 auto;
      padding: 20px;
    }
    .col{
        position: relative;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        /*flex-basis: 100% !important;*/
    }
    .col > div{
        /*margin: 20px 0;*/
    }
    .row .clearfix.d-flex{
        flex-direction: column;
    }

    section#pageContent.hasSidebar > aside#page_sidebar,
    section#pageContent.hasSidebar > main{
        width: 100%;
    }
    section#pageContent.hasSidebar > aside#page_sidebar{
        margin-bottom: 20px;
    }
    .modular_price_box.featured{
        margin-top: 0px;
    }

    #primary-navigation {
        clear: both;
        position: relative;
    }
    #headerBottom{
        text-align: center;
    }
    #logo {
        clear: both;
        display: block;
        float: none;
        margin: 30px 0;
        position: relative;
    }
    .mobilealigntable{
      float: left;
      clear: both;
    }
    .post_title > div{
      width: 600px;
    }
    .page-id-154 .col.col_one_half {
        width: 100%;
        flex: 0 0 100%;
    }
    .page-id-154 .col.col_one_third {
        width: 100%;
        flex: 0 0 100%;
    }
    .post_title h1 {
        padding: 60px 0px 0px 0px!important;
        font-size: 24px;
    }
    .subpage.banner {
      height: 125px;
    }
    #footerCopyInfo > div {
        width: 100%!important;
    }
    .halfwidthbannerimg {
      display: none;
    }
    #fullWidth .row > div, .ngsliderText {
        width: 700px;
    }
    .ngsliderText {
      bottom: 500px;
    }
    .ngsliderTitle {
      font-size: 32px;
    }
    .ngsliderDesc {
      font-size: 18px;
      line-height: 1.5;
  }
  .greymembersection {
      width: 100%!important;
      margin-right: 0%;
      background-color: #F1F2F2;
      min-height: 725px;
      margin-bottom: 25px;
  }
  .greymembersection > div, .professionalcommunity .twoboxes > div, .publicationsection .threeboxes > div, .customercompliance .threeboxes > div, .certificationssection .threeboxes > div,
  .MarketingSupport .twoboxes > div{
      margin: 20px 25px;
  }
  .publicationsection .threeboxes {
      width: 100%!important;
      margin-right: 0%;
      margin-bottom: 25px;
  }
  .professionalcommunity .twoboxes {
      width: 100%!important;
      margin-right: 0%;
      background-color: #F1F2F2;
      min-height: 400px;
      margin-bottom: 25px;
  }
  .customercompliance .threeboxes {
      width: 100%!important;
      margin-right: 0%;
      background-color: #F1F2F2;
      margin-bottom: 25px;
  }
  .certificationssection .threeboxes {
      width: 100%!important;
      margin-right: 0%;
      background-color: #F1F2F2;
      min-height: 600px;
      margin-bottom: 25px;
  }
  .MarketingSupport .twoboxes {
      width: 100%!important;
      margin-right: 0%;
      background-color: #F1F2F2;
      min-height: 300px;
      margin-bottom: 25px;
  }
  .blog-sidebar{
    margin: 20px 25px!important;
  }
  .sidebar {
      background-color: #F1F2F2;
      padding: 20px 0px;
      margin: 0 0px;
      z-index: 1;
      min-height: auto;
  }
  .Governmentsection {
      display: block;
  }
  .Governmentsection .clearfix {
      justify-content: space-between;
      display: block;
  }
  .Governmentsection .threeboxes {
      width: 100%;
      background-color: #F1F2F2;
      display: inline-block;
      flex: 0 0 100%;
      max-width: 100%;
      float: left;
      padding: 20px 20px;
      margin-bottom: 25px;
  }
  #fullgreybg {
      position: absolute;
      background-color: #F1F2F2;
      width: 110%;
      height: 115%;
      top: -20px;
      left: -20px;
  }

  .mast-overlay{
    position: relative;
    background: #005F61
  }
  .mast-overlay img{
    display: block;
  }

  .fiftyFiftyImage{
    background-image: none !important;
  }

  .recentBlog{
    flex-direction: column;
  }

  .recentBlog > div{
    width: 100%;
    margin-bottom: 20px;
  }

  .recentBlog > div:last-child{
    margin-bottom: 0;
  }

  footer .innerWrapper, header .innerWrapper  {
      width: 100% !important;
  }

}
@media only screen and (max-width: 730px) {
    .responseamenu_slideTrigger{
        margin: 0 auto;
        float: none;
        width: 100px;
        position: relative;
    }
    #google_translate_element, .memberportal{
        float: none !important;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    #timer {
        position: absolute;
        left: 30%;
        top: 230px;
      }
      .sponsorlogo{
        float:left;
        width: 100%;
      }
      .sponsorcontent{
        float:left;
        width: 100%;
        vertical-align: middle;
      }
      .abcnav li {
          margin-right: 5px;
          color: white!important;
      }
        #abccontainer{
            display:none;
        }
        .blackregisterbar {
            bottom: 6%;
        }
        .whiteregbox {
          float: left;
          width: 100%;
          margin-left: 0px;
          margin-right: -20px;
          text-align: left;
      }
      .innerWrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
      }
      .agendaColors {
          width: 25px;
          height: 46px;
          margin-top: 0px;
          margin-left: 0px;
          position: absolute;
      }
      #subbannerinfo {
          position: absolute;
          z-index: 9999;
          top: 520px;
          right: 35%;
          color: white;
          width: 200px;
          left: 35%;
      }
      .NaidLVLogosub {
          position: absolute;
          z-index: 9999;
          left: 20%;
          width: 350px;
          top: 275px;
      }
      .greycontentbox {
        padding-left: 20px;
        margin-top: 0px;
        margin-bottom: 40px;
      }
      .shortenbox {
        height: 255px!important;
      }
    #headerBottom #logo {
        float: none;
        margin: 30px 0px 10px 0px;
        max-width: 400px;
        width: 100%;
        position: relative;
        padding: 20px;
        margin: auto;
    }

    .x-split-button {
        float: right;
        margin: -10px 40px 10px 0px;
    }
    section#pageContent,
    .post_title > div{
        width: 400px;
    }
    #fullWidth .row > div{
        width: 400px;
    }
    .post-password-form{
      width: 400px;
      margin: 0 auto;
      padding: 20px;
    }
    .post-password-form p {
        width: 450px;
    }
    .ngsliderText{
        display: none;
    }

    .carouselPop {
        width: 400px;
    }

    .carousel-list > div{
        width: 400px !important;
    }

    .carousel-list > div{
        border: none;
    }
    .modular_gallery_thumbs_right_list_navigation{
        width: 100%;
    }
    .NaidLVLogo {
        position: absolute;
        z-index: 9999;
        left: 25%;
        width: 350px;
        top: 315px;
    }
    .x-button-drop-menu {
        top: 170px;
        right: 145px;
    }
    #bannerinfo {
        position: absolute;
        z-index: 9999;
        top: 560px;
        left: 2%;
        width: 90%;
    }
    #datebox {
        font-size: 24px;
    }
    .footerright {
        float: left!important;
        display: block;
        margin-top: 0px;
    }
    .post_title > div{
      width: 400px;
    }
    .subpage.banner {
      height: 90px;
    }
    #fullWidth .row > div, .ngsliderText {
        width: 500px;
    }
}

@media only screen and (max-width: 530px) {
    #timer {
        position: absolute;
        left: 15%;
        top: 230px;
        min-width: 245px;
      }
      .tablecolor {
          width: 10%;
          float: left;
      }
      .tabletitle {
        width: 70%;
        float: left;
      }
      .sponsorlogos {
        min-width: 75px;
      }
      #abccontainer{
          display:none;
      }
      .agendaColors {
          width: 25px;
          height: 36px;
          margin-top: 10px;
          margin-left: 0px;
          position: absolute;
      }
      .greenbutton {
        color: white;
        float: left;
        background-color: #01514B;
        font-size: 18px;
        padding: 10px 20px 10px 20px;
        border: 2px solid white;
        cursor: pointer;
      }
      .greenbutton:hover {
        font-size: 18px;
      }
      #datebox {
        float: left;
        color: white;
        padding: 0px 15px 5px 10px;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        font-size: 18px;
      }
      #bannerinfo {
        position: absolute;
        z-index: 9999;
        top: 560px;
        right: 0%;
        width: 98%;
      }
      .NaidLVLogosub {
          position: absolute;
          z-index: 9999;
          left: 10%;
          width: 80%;
          top: 275px;
      }
      #subbannerinfo {
          position: absolute;
          z-index: 9999;
          top: 520px;
          color: white;
          width: 200px;
          left: 30%;
      }
      .greycontentbox {
          padding-left: 20px;
          margin-top: 20px;
          margin-bottom: 40px;
      }
      .NaidLVLogo {
          position: absolute;
          z-index: 9999;
          left: 11%;
          width: 75%;
          top: 325px;
      }
    section#pageContent,
    .post_title > div{
        width: 300px;
    }
    #fullWidth .row > div{
        width: 300px;
    }
    .post-password-form{
      width: 360px;
      margin: 0 auto;
      padding: 20px;
    }
    .post-password-form p {
        width: 100%;
    }
    .ngsliderText{
        display: none;
    }

    .carousel-prev,
    .testimonial-prev{
        left: 0px;
    }
    .carousel-next,
    .testimonial-next{
        right: 0px;
    }

    .carouselPop {
        width: 300px;
    }

    .carousel-list > div{
        width: 300px !important;
    }
    #headerBottom #logo {
        max-width: 200px;
    }
    .post_title > div{
      width: 300px;
    }
    .post_title h1 {
        padding: 75px 0px 0px 10px!important;
        font-size: 24px;
    }
    .subpage.banner {
      height: 80px;
    }
    .certificationlist a, .certificationlist strong {
        color: #005F61;
        text-decoration: none;
        font-size: 14px;
    }
    .certificationlist td {
        padding: 5px;
        font-size: 14px;
    }
    .greenbutton {
      color: white;
      background-color: #01514B;
      border: 2px solid white;
    }
    #fullWidth .row > div, .ngsliderText {
        width: 400px;
    }
    img.alignleft.size-full.wp-image-401 {
        margin-bottom: 40px;
    }
    #fullgreybg {
        position: absolute;
        background-color: #F1F2F2;
        width: 120%;
        height: 115%;
        top: -20px;
        left: -20px;
    }
    div.wpcf7 {
        margin-left: 5px!important;
    }
    .g-recaptcha{
      transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .memberportal {
        float: right;
        padding: 15px 15px;
        text-align: center;
        width: 100%;
    }
    .companysection .isigma, .companysection .naid, .companysection .prism {
        max-height: 25px;
        padding: 0px 10px!important;
    }

}
@media only screen and (max-width: 400px) {
    #timer {
        position: absolute;
        left: 5%;
        top: 230px;
    }
    #subbannerinfo {
        position: absolute;
        z-index: 9999;
        top: 500px;
        color: white;
        width: 200px;
        left: 30%;
    }
    #bannerinfo {
      position: absolute;
      z-index: 9999;
      top: 540px;
      right: 0%;
      width: 98%;
    }
  #fullWidth .row > div, .ngsliderText {
      width: 340px;
  }
  .naidfooter .naidlogo, .prismfooter .prismlogo {
      float: none!important;
      display: block;
      clear: both;
      width: 250px!important;
      margin: auto;
  }
  .ngsliderText {
      bottom: 600px;
  }
  .naidfooter, .prismfooter {
      width: 100%;
  }
  .footerleft .footerlogo {
    width: 80%;
  }
  .subpage.banner {
      height: 60px;
  }

}

@media only screen and (max-width: 320px) {
    #timer {
        position: absolute;
        left: 2%;
        top: 230px;
    }

     #fullWidth .row > div, .ngsliderText {
          width: 300px;
    }
}
