/*-----------	Theme Name: NFC Forum	Theme URI: http://nfc-forum.org/	Description: Responsive WordPress theme	Author: MediaCorpus 	Author URI: http://mediacorpus.com	Version: 1.0	*/


/*---------Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a img {
    border: 0;
}
figure img {
    max-width: 100%;
}

/* Block elements */

header,
hgroup,
footer,
section,
article,
aside {
    display: block;
}
#wpstats {
    display: none;
}

/*----------Body, Common Classes & Wrap------------*/

body {
    background: #fff;
    font-size: 14px;
    line-height: 1.3;
    color: #4c4d4e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #3985CC;
}
a:hover {
    text-decoration: none;
    color: #3885CB
}
p {
    margin: 0 0 1em
}
strong {
    font-weight: 700
}
em {
    font-style: italic
}
pre {
    padding: 10px;
    /*white-space: pre;white-space: pre-wrap;white-space: pre-line;*/
    word-wrap: break-word;
    tab-size: 4;
}
blockquote {
    border-left: 4px solid #ccc;
    padding-left: 20px;
    margin: 30px 0px;
}
.clear {
    clear: both
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */

.remove-margin {
    margin-right: 0!important
}
.size-thumbnail {
    max-width: 150px!important;
    height: auto
}

/*----------Structure------------*/

.first-item,
.first-item a {
    background: none!important;
    background-image: none
}
.first-item a {
    border-bottom: 2px solid #8eb6cc!important
}
#wrap {
    background: #fff;
    margin: 0 auto;
    width: 1094px;
}
.pages #wrap {
    max-width: 1025px;
}
.home #wrap {
    background: none
}
#main {}
#header {
    background: url(images/header-bg.png) repeat-x;
    min-height: 104px;
    position: relative;
    z-index: 100;
    margin-bottom: -6px
}
#header #wrap {
    overflow: visible!important
}
#hd-widgets {
    float: right;
    list-style: none;
    margin-top: 8px;
    margin-right: 5px
}
#hd-widgets li {
    display: block;
    float: left;
    margin-left: 7px
}
#hd-widgets li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #194785!important;
    font-size: 12px;
    background: #e3eaf1;
    padding: 0px;
    -webkit-border-radius: 6px;
    height: 22px;
    width: 69px;
    text-align: center;
    display: block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 20px!important
}
#hd-widgets li a.loginusr {
    background: #3985cc!important;
    color: #fff!important;
    font-weight: 700!important;
    display: block;
    width: 94px;
    height: 22px;
    text-align: center;
    padding: 0px
}

/*----------Headings-----------*/

h1,
h2,
h3,
h4 {
    color: #000;
    line-height: 1.5em;
    font-weight: normal;
}
h1 {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 1.2em;
}
h2 {
    font-size: 18px
}
h3 {
    font-size: 16px
}
h4 {
    font-size: 14px;
}
h1 a,
h2 a,
h3 a,
h4 a {
    color: #000;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #999;
    text-decoration: none;
}
.single-title {
    margin-bottom: 25px;
}
h2 {
    color: #3985CB;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700
}
h3 {
    color: #3985CB;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700
}
h4 {
    color: #3985CB;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
td[align="left"],
th[align="left"],
tr[align="left"] {
    text-align: left!important
}
td[align="right"],
th[align="right"],
tr[align="right"] {
    text-align: right!important
}
td[align="center"],
th[align="center"],
tr[align="center"] {
    text-align: center!important;
}
.thumbimg {
    display: block;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 170px;
    height: 92px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc
}
.thumbimg:before {
    content: "";
    display: inline-block;
    height: 92px;
    vertical-align: middle;
}
.thumbimg img {
    max-width: 150px!important;
    height: auto!important;
    float: none!important;
    vertical-align: middle;
    display: inline-block!important;
    max-height: 80px!important;
    margin-top: 0px!important
}

/*----------WordPress Styles-------------*/

#hidelist > a {
    color: #BBBBCE;
    cursor: default;
    text-decoration: none;
}
#hidelist:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.glossary-menu-atoz .glossary-menu-item {
    margin: 0 0 0 0.1em !important;
}
.sticky {}
.gallery-caption
/*by post author*/

.bypostauthor {}
.alignnone {
    display: block;
    margin: 10px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto!important;
    margin-top: 10px!important
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px
}
.alignleft {
    float: left;
    margin: 5px 15px 10px 0px
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.textcenter {
    text-align: center
}
.textright {
    text-align: right
}
.textleft {
    text-align: left
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.wp-smiley {
    margin: 0!important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*----------Headings------------------------*/

#page-heading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
#page-heading h1,
#page-heading h2 {
    font-size: 21px;
    line-height: 1em;
    margin: 0px!important;
}
h2.heading {
    text-align: center;
    background: url(images/dot.png) center center repeat-x;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700;
    font-size: 20px;
    color: #3985cc;
    margin-top: 30px
}
h2.heading span {
    background: #fff;
    padding: 0 20px;
}
#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 21px;
}
#breadcrumbs li {
    float: left;
    margin-right: 15px;
}
#breadcrumbs a {
    margin-right: 2px;
    margin-left: 2px;
    min-height: 0!important;
    float: none;
    min-height: 0;
    padding: 0;
}
#breadcrumbs .separator,
#breadcrumbs,
#breadcrumbs a {
    float: none;
    min-height: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
    font-size: 10px!important;
    color: #999999;
}
#breadcrumbs span {
    padding-right: 5px
}

/*------------Header------------*/

#header #wrap {
    background: none!important
}
#masterhead {
    position: relative;
    height: 97px
}
#logo {
    float: left;
    margin-top: 21px;
    margin-left: 100px
}
#logo a {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
#logo a:hover {
    color: #666;
}

/*------------ masternav----------------*/

#top-social {
    display: none;
    position: absolute;
    margin-left: -10px
}
#top-social li {
    display: block;
    float: left;
    margin-right: -2px
}
#top-social li a {
    background: none!important;
    padding: 0px!important;
    border: none!important;
    margin: 0px!important;
    width: 16px!important;
    margin-top: 5px!important
}
#masternav {
    position: absolute;
    right: 202px;
    bottom: 0px;
    height: 53px;
    font-size: 11px;
}
.follow:hover #top-social {
    display: block!important
}

/*** ESSENTIAL masternav Style ***/

.mainmenu,
.mainmenu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu {
    line-height: 1.0
}
.mainmenu ul {
    position: absolute;
    top: -999em;
    width: auto!important;
    /* left offset of submenus need to match (see below) */
}
.mainmenu ul li {
    width: 100%
}
.mainmenu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}
.mainmenu li {
    float: left;
    position: relative;
}
#menu-main-menu li {
    background-image: url(images/menu-border.png)!important;
    /* Safari 5 */
    background-repeat: no-repeat;
    background-position: top left;
}
#menu-main-menu {
    background-image: url(images/menu-border.png)!important;
    /* Safari 5 */
    background-repeat: no-repeat;
    background-position: top right;
}
#menu-main-menu li ul li,
#menu-main-menu li ul li ul li,
#menu-main-menu li ul {
    background-image: none!important
}

/*#menu-main-menu li ul li ul,.mainmenu ul li ul,.sub-menu .sub-menu{left:0px!important ;display:block!important;position:relative}*/

#menu-main-menu li ul li ul li a {
    color: #333!important
}
.mainmenu a {
    display: block;
    position: relative;
}
.mainmenu li:hover ul,
.mainmenu li.sfHover ul {
    left: 10px;
    top: 53px;
    /* match top ul list item height */
    z-index: 99;
}
ul.mainmenu li:hover li ul,
ul.mainmenu li.sfHover li ul {
    top: -999em
}
ul.mainmenu li li:hover ul,
ul.mainmenu li li.sfHover ul {
    left: 240px;
    /* match ul width */
    top: 0;
}

/*** masternav skin ***/

.mainmenu {
    float: left;
}
.mainmenu a {
    height: 53px;
    line-height: 53px;
    display: block;
    float: left;
    font-weight: 500;
    color: #1a4885;
    padding: 0 14px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-top: 5px;
}
.mainmenu > li > a:focus,
.mainmenu > li > a:hover,
.mainmenu > li > a:active,
.mainmenu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
    color: #fff;
    background: #0081c5;
}

/*Subs*/

.mainmenu ul {
    padding: 0;
    font-size: 12px;
    background: #fff;
    margin-left: -10px;
    border-top: 10px solid #0081c5!important;
    width: auto!important;
    padding-right: 20px
}
.mainmenu ul li {
    white-space: nowrap!important;
}
.mainmenu ul a {
    margin: 0;
    line-height: normal;
    height: auto;
    padding: 10px;
    display: block;
    float: none;
    font-weight: normal;
    text-transform: none;
    color: #4c4d4e;
    font-size: 14px;
    padding-left: 0px
}
.mainmenu ul a:focus,
.mainmenu ul a:hover,
.mainmenu ul a:active {
    color: #000!important;
    background: none!important;
}
.mainmenu ul .current-menu-item a {
    background: none!important;
    color: #000!important;
}
.mainmenu ul li {
    border-left: 4px solid #e0e7ef;
    border-right: 4px solid #e0e7ef;
    border-top: none!important;
    margin-left: 0px!important;
    max-width: 100%!important;
    padding-right: 12px;
    clear: both
}
.mainmenu ul li a {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd!important;
}
.mainmenu ul li a:hover {
    color: #000!important;
    text-decoration: underline!important
}
.mainmenu ul li ul li:last-child a {
    border-bottom: none
}
.mainmenu ul li:hover {
    background: #fff;
    border-top: none!important;
}
.mainmenu ul li:hover a {}
.mainmenu ul li:last-child {
    border-bottom: 4px solid #e0e7ef;
}
.mainmenu ul li:last-child:hover {}
.mainmenu ul li ul {
    position: relative!important;
    display: block!important;
    visibility: visible!important;
    left: 0px!important;
    border: none!important;
    top: 0!important;
}
.mainmenu ul li ul li {
    position: relative!important;
    display: block!important;
    visibility: visible!important;
    left: 30px!important;
    top: 0!important;
    border-left: none!important;
    border-right: none!important;
    background: none!important;
    max-width: 230px!important
}
.mainmenu ul li ul li:last-child {
    border-bottom: 1px solid #FFF;
    width: 95%
}
div.sub-menu {
    display: block!important;
    visibility: visible!important;
    background: #fff!important;
    margin-left: 20px!important;
    border-bottom: none!important;
    width: 90%!important
}
div.sub-menu li {
    border-left: none!important;
    border-right: none!important;
    max-width: 232px!important;
    background: #fff;
    padding-left: 0px!important;
    max-width: 220px
}
div.sub-menu li:last-child {
    border-bottom: 1px solid #ddd
}
.sf-sub-indicator {
    display: none
}
#footer ul ul,
.page-id-23 .events-box {
    display: none!important
}

/*-------------------Home-----------------------*/

.home-wrap {}
#home-tagline {
    color: #000;
    text-align: center;
    font-size: 21px;
    line-height: 1.4em;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 5px solid #444;
}
#home-highlights {
    margin-top: 45px;
    margin-bottom: 25px;
    margin-right: -20px;
}
.hp-highlight {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 330px;
}
.hp-highlight img {
    width: 320px;
}
.highlight-last {
    background: none;
    margin-right: 0px;
}
.hp-highlight p:last-child {
    margin-bottom: 0px;
}
.hp-highlight h2,
.hp-highlight h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #3985cc!important;
}
.hp-highlight h2 span {
    margin-right: 10px;
}
.hp-highlight p {
    color: #4d4d4e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: inline;
    padding-right: 5px
}
.hp-highlight a {
    color: #3985cc;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px
}
#second-tier .left {
    max-width: 500px;
    display: block;
    float: left;
    width: 45%;
    margin-right: 5%;
    min-width: 230px
}
#second-tier .left span.read-more {
    display: none
}
#second-tier .left h2 {
    width: 100%;
    background: #3985cc;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    margin-bottom: 14px
}
#second-tier .left p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#second-tier .left h3 {
    margin-top: -27px;
    color: #1a4886
}
#second-tier .left .read-more a {
    color: #3985CC;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#second-tier .right {
    float: left;
    display: block;
    width: 50%;
    max-width: 540px;
    min-width: 230px
}
#second-tier .right #news {
    max-width: 260px;
    width: 45%;
    margin-right: 5%;
    float: left;
    display: block
}
#second-tier .right #news p,
#second-tier .right #news a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #5c5c5c
}
#second-tier .right h2 {
    width: 100%;
    background: #14993d;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px
}
.news-item {
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #5c5c5c;
    width: 100%;
    line-height: 16px;
    margin-bottom: 14px
}
.home .news-item {
    border-bottom: 1px dotted #5c5c5c;
}
.newsdate {
    color: #000;
    font-weight: 700
}
#second-tier .right #events {
    max-width: 260px;
    width: 45%;
    margin-right: 5%;
    float: left;
    display: block;
    line-height: 16px;
}
#second-tier .right #events p,
#second-tier .right #events a,
#events .location {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #5c5c5c
}
#second-tier .right h2 {
    width: 100%;
    background: #14993d;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px
}
.home #events img {
    max-width: 71px;
    height: auto;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
.home #events .eventstext {
    float: right;
    display: block;
    width: 135px;
    margin-top: -1px
}
#events .newsdate {
    color: #000;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}
.event-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 15px;
    display: block;
    float: left
}
.home .event-item {
    border-bottom: 1px dotted #5c5c5c
}
#members {
    margin-bottom: 30px
}
#home-projects {
    margin-bottom: 25px;
    margin-right: -20px;
}
#home-projects .heading {
    margin-right: 20px;
}
#home-posts {
    margin-right: -20px;
}
#home-posts .heading {
    margin-right: 20px;
}
.home-entry {
    width: 230px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.home-entry h3 {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: bold;
}
.home-entry img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

/*------Image Slider---------*/


/* FlexSlider necessary styles */

.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
}
.flexslider .slides {
    margin: 0;
    list-style: none;
}
.flexslider .slides > li {
    display: none;
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
    -moz-box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.3);
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}

/*slider wrap */

#slider-wrap {
    width: 100%;
    max-width: 1094px;
    position: relative;
    margin: 0 auto;
}

/*homepage specific*/

.full-slides img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.full-slides .slides_container {
    width: 100%;
    display: none;
}
.full-slides .slides_container .slide {
    display: block;
    width: 100%;
}
.full-slides .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    text-align: center;
}
.full-slides .slide {
    position: relative
}
.slides .caption p {
    padding: 15px;
    margin: 0;
}
#slide-txt {
    position: absolute;
    top: 8%;
    left: 14.2%;
    width: 30%;
    max-width: 300px
}
.slide-title {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    text-shadow: 0px 2px 0px rgba(110, 111, 111, 0.4);
    text-transform: uppercase;
    line-height: 46px
}
.slide-caption {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px
}
.slide-link {
    width: 127px;
    height: 28px;
    background: #14993d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 4px
}
.slide-link a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 1px;
    background: url(images/slide-btn.png) no-repeat right center;
    width: 112px;
    display: block;
    height: 28px;
    padding-top: 2px
}

/*control nav & arrows .flex-control-nav{display: none;}*/

.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    position: absolute;
    display: block;
    z-index: 101;
    font-size: 21px;
    height: 80px;
    width: 50px;
    line-height: 80px;
    color: #fff;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    text-align: center;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.flex-direction-nav li a.flex-next {
    right: 0;
}
.flex-direction-nav li a.flex-prev {
    left: 0;
}
.flex-direction-nav li a.flex-prev:hover,
.flex-direction-nav li a.flex-next:hover {
    text-decoration: none;
    background: #47C0C0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.footerheading {
    color: #e4f5ff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4f5ff;
    padding-top: 6px;
    padding-bottom: 6px;
}
.flex-control-nav {
    position: absolute;
    right: 0px;
    bottom: 20px;
    display: block;
    float: left;
    width: 100px
}
.flex-control-nav a {
    font-size: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #bbe5f7;
    display: block;
    float: left;
    margin-right: 5px
}
.flex-control-nav a.flex-active {
    background: #57b4e2
}

/*----------Portfolio------------*/

.post-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #3985cb
}
#portfolio-wrap {
    overflow: hidden;
    margin-bottom: -20px;
}
.portfolio-content {
    margin-right: -20px;
}
.no-margin {
    margin-right: 0px!important;
}
.no-border {
    border-right: 0px!important;
}
ul.filter {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    list-style: none;
    color: #999;
    height: 30px;
    line-height: 30px;
}
ul.filter li {
    float: left;
    height: 25px;
    line-height: 25px;
}
li.sort {
    margin-right: 10px!important;
}
ul.filter a {
    display: block;
    background: #eee;
    color: #666;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
ul.filter li:last-child a {
    margin: 0px;
}
ul.filter a:hover,
ul.filter a.active {
    background: #3fb7b7!important;
    color: #fff;
}
.portfolio-item {
    float: left;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.portfolio-item a {
    display: block;
}
.portfolio-item a img {
    display: block;
}
.portfolio-item a img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}
.portfolio-overlay h3 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    max-width: 180px;
    padding: 5px 7px;
    background: #000;
    color: #fff;
}
#single-portfolio {
    margin-bottom: 20px;
}
#single-portfolio-left {
    float: left;
    width: 55%;
}
#single-portfolio-right {
    float: right;
    width: 41%;
}
#single-portfolio-left h1 {
    font-size: 18px;
    line-height: 1em;
}
#single-portfolio-meta {
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: bold;
}
#single-portfolio-meta h4 {
    margin-bottom: 10px;
}
#single-portfolio-meta a {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 3px 7px;
    background: #eee;
    color: #666;
}
#single-portfolio-meta a:hover {
    background: #fee825!important;
    color: #000;
}

/*----------Next/Prev Navigation-------------*/

#single-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -25px;
}
#single-nav-left,
#single-nav-right {
    float: left;
    margin-left: 10px;
}
#single-nav a {
    font-size: 11px;
    color: #666;
    background: #eee;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#single-nav-left a:hover,
#single-nav-right a:hover {
    color: #fff;
    background: #3fb7b7;
}
#single-nav-left a span {
    margin-right: 4px;
}
#single-nav-right a span {
    margin-left: 4px;
    font-size: 11px;
}

/*----------Entries-----------*/

.loop-entry {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.loop-entry-thumbnail {
    float: left;
    margin-right: 25px;
}
.loop-entry img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
.loop-entry h2 {
    margin: -5px 0 0;
    font-size: 18px;
}
.loop-entry-meta {
    color: #999;
    font-size: 11px;
    margin: 0 0 10px;
}
.loop-entry-meta span {
    margin: 0 5px 0 12px;
    font-size: 13px;
    color: #666;
}
.loop-entry-meta span:first-child {
    margin-left: 0;
}

/*----------Posts & Pages/*--------------*/

.post {
    float: left;
}
.full-width {
    float: none!important;
    width: 92%!important;
    padding-right: 4%
}
.entry {
    margin-bottom: 20px;
}
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
    list-style: inherit;
}
.entry ol {
    list-style: decimal;
}
.post-meta {
    color: #999;
    font-size: 11px;
    margin: 0px 0 15px;
}
.post-meta span {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}
.post-meta span:first-child {
    margin-left: 0;
}
.post-thumbnail {
    float: left;
    margin-right: 25px;
}
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags span {
    margin-right: 10px;
    color: #666;
}
.post-tags a {}

/*----------Pagination----------*/

.pagination {
    margin-top: 20px;
}
.pagination a,
.pagination span {
    font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
    background: #eee;
    color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
    color: #FFF;
    background: #444;
}

/*----------Comments----------*/

#commentsbox {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 13px;
}
#comments {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#comments span {
    color: #666;
    font-size: 14px;
    margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0!important;
}
#commentsbox li {}
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 {
    margin: 0 0 0px 65px
}
.children li.depth-3 {
    margin: 0 0 0px 65px
}
.children li.depth-4 {
    margin: 0 0 0px 65px
}
.children li.depth-5 {
    margin: 0 0 0px 65px
}
.children li.depth-6 {
    margin: 0 0 0px 65px
}
.children li.depth-7 {
    margin: 0 0 0px 65px
}
.children li.depth-8 {
    margin: 0 0 0px 65px
}
.children li.depth-9 {
    margin: 0 0 0px 65px
}
.children li.depth-10 {
    margin: 0 0 0px 65px
}
.comment-body {
    position: relative;
    margin-left: 75px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
#commentsbox .avatar {
    position: absolute;
    top: 0px;
    left: -75px;
    border: 4px solid #eee;
}
.comment-author {
    line-height: 1em;
    font-weight: bold;
    color: #555;
}
.comment-author a {
    color: #444;
}
.comment-author a:hover {
    color: #000;
}
.says {
    display: none
}
.comment-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}
.reply {}
.comment-meta .comment-reply-link {
    font-size: 11px;
    color: #47c0c0;
}
.comment-meta .comment-reply-link:hover {
    color: #2e8484;
    border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
    margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover {
    text-decoration: underline;
}
#comments-respond {
    clear: left;
    text-transform: none;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
}
#comments-respond-meta {
    color: #666;
    font-size: 11px;
}
#comments-respond-meta a {
    color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
    font-size: 12px;
    width: 30%;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
    padding: 8px;
    margin-top: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
}
#commentform textarea {
    display: block;
    padding: 10px;
    width: 100%;
    color: #666;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
    border-color: #bdbdbd!important;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}
#commentSubmit {
    margin-top: -5px;
    margin-bottom: 20px;
}
.comment-waiting-moderation {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    margin: 10px 0 0;
    background: url("images/small-border.png") left top no-repeat;
}
.comment-subscription-form {
    font-size: 12px;
}
.comment-subscription-form input {
    float: left;
    margin-right: 5px;
}
.linkmore {
    padding-left: 10px;
    padding-right: 10px;
    color: #3985CC!important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

/*------------------------Form Styling----------------------*/


/*inputs*/

input[type="text"],
input[type="email"],
input[type="password"] {
    margin-top: 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    color: #4d4d4d;
    padding: 6px;
    border: 1px solid #a2a2a2;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 #selct,
.selct,
.wpcf7 #idselct2 {
    border: 1px solid #a2a2a2;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.wpcf7 #selct option,
.selct option {
    padding-top: 5px!important;
    margin-top: 5px!important
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #fff;
    border: 1px solid #bdbdbd!important;
    color: #444;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/*buttons*/

input[type="clean-button"],
.wpcf7-submit,
#commentSubmit {
    font-size: 16px;
    display: inline-block;
    background: #3885cb;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
input[type="clean-button"]:hover,
.wpcf7-submit:hover,
#commentSubmit:hover {
    text-decoration: none;
    /*background: #3fb7b7;*/
}
input[type="clean-button"]:active,
.wpcf7-submit:active,
#commentSubmit:active {}

/*contact form 7 specific*/

.wpcf7-form {
    margin-top: -18px
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 70%;
    max-width: 382px
}
.wpcf7 textarea {
    width: 70%;
    max-width: 382px;
    margin-top: 0px;
    height: 122px;
}
.wpcf7-form p {
    margin: 0;
    margin-bottom: 6px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.wpcf7-submit {
    margin-top: 12px;
    margin-bottom: 50px;
}
.nquiry,
.nsubject {
    width: 100%
}
.InquiryType,
.your-subject {
    display: block;
    float: left;
    margin-right: 20px;
    width: 30%;
    max-width: 120px
}
.wpcf7 select {
    width: 100%;
    font-family: 'Lato', sans-serif!important;
    color: #4c4e4d!important;
}
.InquiryType2,
.your-subject2 {
    display: block;
    float: left;
    width: 60%!important;
    margin-top: -6px;
    max-width: 345px;
}
div.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
    text-shadow: none;
    border: transparent!important;
    background: #f9cd00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px!important;
    font-weight: bold;
    color: #9C6533;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0!important;
}
div.wpcf7-validation-errors {
    width: 95%;
    padding: 10px 5px!important;
}
.wpcf7-not-valid-tip {
    display: block;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    background: #FFF780!important;
    font-size: 12px!important;
    margin-top: 8px!important;
    width: 40%!important;
}
span.wpcf7-not-valid-tip {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 11px;
    background: #ff5454!important;
    border-color: #ff5454;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 10px;
    font-size: 11px;
    background: #59a80f!important;
    border-color: #59a80f;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.gform_wrapper .top_label .gfield_label {
    font-family: 'Lato', sans-serif!important;
    font-weight: 700!important;
}
.gfield_select {
    color: #4C4E4D !important;
    font-family: 'Lato', sans-serif !important;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 12px!important;
}
.gfield_select option {
    font-size: 12px!important;
    font-family: 'Lato', sans-serif !important;
}
.gform_wrapper textarea {
    width: 70%;
    max-width: 382px;
    margin-top: 0px;
    height: 122px;
}
.gform_button {
    margin-top: -20px!important;
    margin-bottom: 50px;
    background: #3885CB!important;
    border: 0 none;
    border-radius: 7px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    padding: 0 10px;
}

/*----------Sidebar-----------*/

#sidebar {
    width: 30%;
    float: right;
    max-width: 317px!important
}
.blogsidebar .sidebar-box {
    margin-bottom: 20px;
    padding: 0 15px;
}
.blog-authors {}
#sidebar .blog-authors a {
    font-weight: bold;
    font-size: 14px !important;
}
.sidebar-box {}
.sidebar-box h4 {
    margin-top: 0px!important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.sidebar-box h4 span {}
.sidebar-box ul {
    list-style: none;
    list-style-position: inside;
    margin: 0px;
}
.sidebar-box li {
    /*margin-bottom: 5px;*/
}

/*---------- Widgets------------------*/

#sidebar .widget_recent_entries ul,
#sidebar .widget_nav_menu ul,
#sidebar .widget_categories ul {
    margin: 0;
    list-style: none;
}
.widget_recent_entries a,
.widget_nav_menu a,
.widget_categories a,
.widget_pages a,
.widget_links a,
.widget_archive a,
.widget_meta a {}
#sidebar .current-menu-item a,
#sidebar .current-cat a,
.widget_pages .current_page_item a {}
#sidebar .widget_recent_entries a,
#sidebar .widget_nav_menu ul a,
#sidebar .widget_categories a {}
.widget_recent_entries a:hover,
.widget_nav_menu ul a:hover,
.widget_categories a:hover {
    text-decoration: none;
}
#footer .widget_recent_entries li,
#footer .widget_nav_menu ul li,
#footer .widget_categories li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #333;
}
#footer .widget_nav_menu ul ul a {}
#footer-left {
    width: 75%;
    margin-right: 5%;
    display: block;
    float: left
}
#footer-left .menu-widget {
    display: block;
    width: 20%;
    float: left;
    min-width: 115px;
    min-height: 105px;
}
#footer-left ul li a {
    font-family: 'Roboto', sans-serif;
    line-height: 16px!important;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
}
#footer-left ul li a:hover,
#footer-right ul li a:hover {
    color: #86d0fb;
}
#footer-left ul li:first-child a {
    color: #86d0fb;
    font-weight: 700!important;
    text-transform: uppercase
}
#footer-right {
    width: 20%;
    display: block;
    float: left
}
#footer-widget-wrap {
    width: 95%;
    margin: 0 auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 22px;
    padding-bottom: 35px
}

/*tagcloud*/

.tagcloud a {
    line-height: 1em!important;
    display: block;
    float: left;
    padding: 7px 15px;
    background: #3fb7b7;
    margin-bottom: 8px;
    margin-right: 8px;
    color: #fff!important;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.tagcloud a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*calendar*/

#sidebar #wp-calendar caption {
    text-align: right;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#sidebar #wp-calendar,
#footer #wp-calendar tr {
    width: 100%;
}
#sidebar #wp-calendar th {
    text-align: center;
}
#sidebar #wp-calendar tbody {
    color: #666;
}
#sidebar #wp-calendar tbody td {
    padding: 4px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
}
#sidebar #wp-calendar tbody td:hover {
    background: #eee;
    color: #000;
}
#sidebar #wp-calendar tbody a {
    display: block;
}

/*subscribe*/

#subscribe-blog #subscribe-field {
    margin-top: 5px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input {
    width: 100px!important;
}
#subscribe-blog #subscribe-field:focus {}
#subscribe-blog input[type="submit"] {
    cursor: pointer;
    padding: 5px;
    font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533!important;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover {
    opacity: 0.90;
}
#sidebar #subscribe-blog {
    font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field {
    font-size: 11px;
    width: 100%!important;
    padding: 10px 5px!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer #subscribe-blog #subscribe-field {
    background: #444;
    border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus {
    background-color: #555;
    color: #fff;
}

/*----------Footer/Copyright-------------------*/

#footer {
    background: #222;
    color: #7f7f7f;
    font-size: 12px;
}
#footer a {
    color: #ccc;
    text-decoration: none;
}
#footer a:hover {
    color: #3fb7b7;
}
#footer ul {
    margin-left: 0px!important;
}

/*footer widgets*/

#footer-widget-wrap {}
#footer-one,
#footer-two,
#footer-three,
#footer-four {
    float: left;
    width: 230px;
    margin-right: 20px;
}
#footer-four {
    margin: 0;
}
.footer-widget {
    color: #7f7f7f;
    margin: 25px 0;
}
.footer-widget h4 {
    color: #fff;
    font-size: 13px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#footer-bottom {}
#copyright {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #fff;
    padding-top: 8px;
    margin-top: 10px;
    border-top: 1px solid #78beeb;
    font-family: 'Roboto', sans-serif;
}
#back-to-top {
    width: 20%;
    float: right;
    font-size: 10px;
    text-align: right;
}

/*----------Search Bar----------------------*/

#searchbar {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}
#search {
    position: relative;
    width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
}
#searchform #s {
    width: 194px!important;
    border: 1px solid #8ca4c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #6683a8;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 20px!important;
    height: 20px!important;
    padding: 0px!important;
    padding-left: 9px!important;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    box-shadow: none!important;
    overflow: hidden;
    background-color: #ffffff;
    background-image: none;
    -webkit-appearance: none;
}
#searchform #s:focus {
    color: #4c4d4e!important
}
#footer #searchform #s {
    background: #a3b6ce!important;
    color: #000!important;
    width: 100%!important
}
#searchform input[type="text"]:focus {
    color: #000!important
}
#searchform {
    position: relative;
    float: right;
    height: 20px
}
#searchform #searchsubmit {
    background: url(images/search-btn.png) no-repeat right top;
    width: 20px;
    height: 20px;
    padding: 0px!important;
    margin: 0px!important;
    position: absolute;
    right: 0px;
    border: none!important;
    box-shadow: none!important;
    background-position: top;
}
#footer #searchform #searchsubmit {
    background: url(images/footer-search-btn.png) top right;
}
#searchform {
    display: block!important
}
#header #searchform {
    position: absolute!important;
    right: 0px;
    bottom: 13px
}
#header #searchform #searchsubmit {
    top: 0px!important;
}
#footer #searchform {
    display: block!important;
    width: 100%;
    margin-bottom: 22px;
}
#footer-right ul {
    display: block;
    float: left
}
#footer-right ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    font-size: 10px
}

/*----------------- Main Shortcodes--------------------*/


/*columns*/

.one-half {
    width: 48%;
}
.one-third {
    width: 30.66%;
}
.two-third {
    width: 65.33%;
}
.one-fourth {
    width: 22%;
}
.three-fourth {
    width: 74%;
}
.one-fifth {
    width: 16.8%;
}
.one-sixth {
    width: 13.33%;
}
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last {
    margin-right: 0px;
}
.column-first {
    margin-left: 0px;
}

/*box shortcodes*/

.box-shortcode {
    margin: 5px 0px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
}
.box-black {
    background-color: #000;
}
.box-red {
    background-color: #e62727;
}
.box-green {
    background-color: #91bd09;
}
.box-blue {
    background-color: #00ADEE;
}

/*highlights*/

.text-highlight {
    padding: 2px
}
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*Other buttons*/

.button {
    font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: bold;
    height: 33px
}
.button:hover,
.button.hover {
    opacity: 0.8;
    color: #fff;
}
.button:active,
.button.active {
    top: 1px
}
.button.black {
    background-color: #333333;
}
.button.teal {
    background-color: #3fb7b7;
}
.button.gray {
    background-color: #666666;
}
.button.light-gray {
    background-color: #D5D2D2;
    color: #666;
}
.button.red {
    background-color: #e62727;
}
.button.orange {
    background-color: #f24919;
}
.button.magenta {
    background-color: #A9014B;
}
.button.yellow {
    background-color: #ffb515;
}
.button.blue {
    background-color: #00ADEE;
}
.button.pink {
    background-color: #e22092;
}
.button.green {
    background-color: #91bd09;
}
.button.rosy {
    background-color: #F16C7C;
}
.button.brown {
    background-color: #804000;
}
.button.purple {
    background-color: #800080;
}
.button.cyan {
    background-color: #46C7C7;
}
.button.gold {
    background-color: #D4A017;
}

/* Isotope CSS Animations===== */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
#footer {
    background: none
}
#footer #wrap {
    background: #1a4885!important;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

/*Opera Fix*/

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
.pages #wrap {
    background: #ecf5f9;
    overflow: hidden;
}
.post {
    background: #FFFFFF;
    float: left;
    min-height: 705px;
    padding-left: 4%;
    padding-right: 4%;
    width: 62%;
    margin-bottom: 20px
}
.pages #footer wrap {
    padding-top: 20px!important
}
#sidebar {
    background: #ecf5f9;
    float: left;
    margin-top: -10px;
    padding-top: 40px;
    padding-bottom: 50px
}
#sidebar .tagcloud a {
    font-size: 12px !important;
}
#sidebar div {}
#sidebar ul {}
#sidebar ul li {
    min-height: 33px
}
#sidebar ul li a {
    border-bottom: 1px solid #8eb6cc;
    width: 100%;
    display: block;
    height: 32px
}
#sidebar ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4e;
    line-height: 28px;
    margin-left: 25px;
    max-width: 242px
}
#sidebar ul li ul li a {
    margin-left: 50px;
    max-width: 218px
}
#sidebar ul li:first-child a {
    border-bottom: 2px solid #8eb6cc;
    font-size: 14px!important;
}
#sidebar ul li ul li:first-child a {
    border-bottom: 1px solid #8eb6cc;
    font-size: 12px!important
}
#sidebar ul li:first-child a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3985cb;
    font-weight: 700;
    text-transform: uppercase
}
#sidebar ul li ul li:first-child a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4e;
    line-height: 28px;
    text-transform: none
}

/*#sidebar ul li:last-child a{border-bottom:none}*/

#sidebar ul li ul li:last-child a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li.current-menu-item {
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
}
#sidebar ul li.current-menu-item a {
    background: #1A4885;
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li.current-menu-item a:before {
    background: url(images/linkarrow.png) no-repeat;
    width: 12px;
    height: 18px;
    position: absolute;
    left: -21px;
    top: 7.2px;
    background-size: 100% 100%;
    content: " ";
}
#sidebar .menu a {
    position: relative
}
#sidebar ul li.current-menu-item li a:before {
    background: none;
}
#sidebar ul li .sub-menu li a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li .sub-menu li.current-menu-item a {
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li.current-menu-item ul li a {
    background: none;
    color: #4C4D4E
}
#sidebar ul li.current-menu-item a {
    color: #fff;
    border-bottom: 1px solid #1a4885;
}
#sidebar ul li:first-child.current-menu-item,
#sidebar ul li:first-child.current-menu-item a {
    color: #3985cb
}
#sidebar ul li ul li.current-menu-item {
    background: url(images/marker.png) no-repeat!important;
    background-position: left center;
}
#sidebar ul li ul li.current-menu-item a {
    color: #fff!important;
    background-color: #1A4885
}
.pages #logo {
    margin-left: 73px
}
.filtertxt {
    color: #2C5E8F;
    display: block;
    float: left;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 4px;
}
.panel-top {
    background: rgb(223, 232, 239);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZThlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2M1ZGNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OWMwZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(223, 232, 239, 1) 0%, rgba(197, 220, 236, 1) 48%, rgba(137, 192, 223, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(223, 232, 239, 1)), color-stop(48%, rgba(197, 220, 236, 1)), color-stop(100%, rgba(137, 192, 223, 1)));
    background: -webkit-linear-gradient(top, rgba(223, 232, 239, 1) 0%, rgba(197, 220, 236, 1) 48%, rgba(137, 192, 223, 1) 100%);
    background: -o-linear-gradient(top, rgba(223, 232, 239, 1) 0%, rgba(197, 220, 236, 1) 48%, rgba(137, 192, 223, 1) 100%);
    background: -ms-linear-gradient(top, rgba(223, 232, 239, 1) 0%, rgba(197, 220, 236, 1) 48%, rgba(137, 192, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(223, 232, 239, 1) 0%, rgba(197, 220, 236, 1) 48%, rgba(137, 192, 223, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dfe8ef', endColorstr='#89c0df', GradientType=0);
    width: 100%;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 10px 0
}
#sidebar ul li ul li.first-item a {
    border-bottom: 1px solid #8eb6cc
}
.menu-item-90 a {
    border-bottom: 1px solid #8eb6cc!important;
}
.current-menu-item.menu-item-90 a {
    border-bottom: 1px solid #1A4885!important;
}
.current-menu-item.menu-item-90 li a {
    border-bottom: 1px solid #8eb6cc!important;
}
.menu-item-90 .current-menu-item a {
    border-bottom: 1px solid #1A4885!important;
}
.menu-item-90 ul li:last-child a {
    border-bottom: none!important
}
#sidebar ul li.current-resources-parent {
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
}
#sidebar ul li.current-resources-parent a {
    background: #1A4885;
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li .sub-menu li a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li .sub-menu li.current-resources-parent a {
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li.current-resources-parent ul li a {
    background: none;
    color: #4C4D4E
}
#sidebar ul li.current-resources-parent a {
    color: #fff;
    border-bottom: 1px solid #1a4885;
}
#sidebar ul li:first-child.current-resources-parent,
#sidebar ul li:first-child.current-resources-parent a {
    color: #3985cb
}
#sidebar ul li ul li.current-resources-parent {
    background: url(images/marker.png) no-repeat!important;
    background-position: left center;
}
#sidebar ul li ul li.current-resources-parent a {
    color: #fff!important;
    background-color: #1A4885
}
.pages #logo {
    margin-left: 73px
}
#sidebar ul li ul li.first-item a {
    border-bottom: 1px solid #8eb6cc
}
.menu-item-90 a {
    border-bottom: 1px solid #8eb6cc!important;
}
.current-resources-parent.menu-item-90 a {
    border-bottom: 1px solid #1A4885!important;
}
.current-resources-parent.menu-item-90 li a {
    border-bottom: 1px solid #8eb6cc!important;
}
.menu-item-90 .current-resources-parent a {
    border-bottom: 1px solid #1A4885!important;
}
.menu-item-90 ul li:last-child a {
    border-bottom: none!important
}
#sidebar ul li.current-newsroom-parent {
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
}
#sidebar ul li.current-newsroom-parent a {
    background: #1A4885;
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li .sub-menu li a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li .sub-menu li.current-newsroom-parent a {
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li.current-newsroom-parent ul li a {
    background: none;
    color: #4C4D4E
}
#sidebar ul li.current-newsroom-parent a {
    color: #fff;
    border-bottom: 1px solid #1a4885;
}
#sidebar ul li:first-child.current-newsroom-parent,
#sidebar ul li:first-child.current-newsroom-parent a {
    color: #3985cb
}
#sidebar ul li ul li.current-newsroom-parent {
    background: url(images/marker.png) no-repeat!important;
    background-position: left center;
}
#sidebar ul li ul li.current-newsroom-parent a {
    color: #fff!important;
    background-color: #1A4885
}
#sidebar ul li ul li.first-item a {
    border-bottom: 1px solid #8eb6cc
}
.menu-item-90 a {
    border-bottom: 1px solid #8eb6cc!important;
}
.current-newsroom-parent.menu-item-90 a {
    border-bottom: 1px solid #1A4885!important;
}
.current-newsroom-parent.menu-item-90 li a {
    border-bottom: 1px solid #8eb6cc!important;
}
.menu-item-90 .current-newsroom-parent a {
    border-bottom: 1px solid #1A4885!important;
}
.menu-item-90 ul li:last-child a {
    border-bottom: none!important
}
#sidebar ul li.current-event-parent {
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
}
#sidebar ul li.current-event-parent a {
    background: #1A4885;
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li .sub-menu li a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li .sub-menu li.current-event-parent a {
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li.current-event-parent ul li a {
    background: none;
    color: #4C4D4E
}
#sidebar ul li.current-event-parent a {
    color: #fff;
    border-bottom: 1px solid #1a4885;
}
#sidebar ul li:first-child.current-event-parent,
#sidebar ul li:first-child.current-event-parent a {
    color: #3985cb
}
#sidebar ul li ul li.current-event-parent {
    background: url(images/marker.png) no-repeat!important;
    background-position: left center;
}
#sidebar ul li ul li.current-event-parent a {
    color: #fff!important;
    background-color: #1A4885
}
.first-item,
.first-item a {
    background: none!important;
    background-image: none
}
.first-item a {
    border-bottom: 2px solid #8eb6cc!important
}
#sidebar ul li ul li.first-item a {
    border-bottom: 1px solid #8eb6cc
}
.menu-item-90 a {
    border-bottom: 1px solid #8eb6cc!important;
}
.current-event-parent.menu-item-90 a {
    border-bottom: 1px solid #1A4885!important;
}
.current-event-parent.menu-item-90 li a {
    border-bottom: 1px solid #8eb6cc!important;
}
.menu-item-90 .current-event-parent a {
    border-bottom: 1px solid #1A4885!important;
}
.menu-item-90 ul li:last-child a {
    border-bottom: none!important
}
#footer a {
    border: none!important
}
.home #footer #wrap {
    max-width: 1075px!important;
    width: 100%
}
#footer.pages #wrap {
    max-width: 1025px!important
}
.page-template-template-fullwidth-php #main #wrap {
    background: #fff!important
}
#sidebar ul li ul li ul li a {
    margin-left: 75px;
    max-width: 191px
}
#sidebar ul li ul li ul li:first-child a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li ul li ul li:first-child a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4e;
    line-height: 28px;
    text-transform: none
}
#sidebar ul li ul li ul li:last-child a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li ul li.current-menu-item {
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
}
#sidebar ul li ul li.current-menu-item a {
    background: #1A4885;
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li ul li .sub-menu li a {
    border-bottom: 1px solid #8eb6cc;
}
#sidebar ul li ul li .sub-menu li.current-menu-item a {
    border-bottom: 1px solid #1A4885;
}
#sidebar ul li ul li.current-menu-item ul li a {
    background: none;
    color: #4C4D4E
}
#sidebar ul li ul li.current-menu-item a {
    color: #fff;
    border-bottom: 1px solid #1a4885;
}
#sidebar ul li ul li.current-menu-item ul li a {
    border-bottom: 1px solid #8eb6cc!important;
    color: #4C4D4E!important
}
#sidebar ul li ul li ul li.current-menu-item {
    background: url(images/marker.png) no-repeat!important;
    background-position: left center;
}
#sidebar ul li ul li ul li.current-menu-item a {
    color: #fff!important;
    background-color: #1A4885
}
#sidebar ul li ul li ul li.first-item a {
    border-bottom: 1px solid #8eb6cc
}

/*****Resources****/

#resources-description,
.resources-summary {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #4c4d4e;
    font-size: 20px;
    line-height: 28px
}
.resources-item .date {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4c4d4d;
    line-height: 22px;
    display: none
}
.resources-title a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #2a5f8f!important;
    line-height: 24px;
}
.resources-desc {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4c4d4d;
    line-height: 18px;
}
.resources-item {
    padding-bottom: 7px;
    border-bottom: 3px solid #e5f0f6;
    margin-top: 13px;
    width: 100%;
    float: left
}
.resources-item .img-thumb {
    float: left;
    margin-right: 20px
}
#resources-content,
#resources-cat-list {
    list-style: none;
    margin-left: 0px
}
#resources-content li:last-child {
    border-bottom: none
}
#resources-cat-list .cat-item {
    width: 100%;
    float: left;
    margin-bottom: 20px
}
#resources-cat-list .cat-image {
    max-width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}
#resources-cat-list .cat-item {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4c4d4d;
    line-height: 22px;
}
#resources-cat-list span {
    padding-bottom: 15px
}
.resources-item {
    list-style: none
}
.jplist-hidden {
    display: none
}
.cat-item h3 a {
    font-size: 18px!important;
    color: #3985cc!important;
    line-height: 22px!important;
    font-weight: 700
}
.cat-name {
    padding-left: 19px;
    background-image: url(images/small-arrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}
.cat-info {
    display: block;
    float: left;
    width: 80%;
    margin-top: 6px;
    margin-bottom: 18px
}
.cat-link {
    font-weight: bold
}
.symple-toggle .symple-toggle-trigger {
    border: none!important;
    border-top: 1px solid #525252!important;
    background-color: #fff!important
}
.symple-toggle-container {
    border: none!important;
}
ul.options li[data-value="Member"],
ul.options li[data-value="Product"] {
    /*display:none!important*/
}

/*NEWSROOM*/

.newsrom-item.top1 {
    float: left;
    display: block;
    margin-right: 24px;
    width: 290px;
}
.newsrom-item.top2 {
    float: left;
    display: block;
    width: 290px;
}
.newsrom-item .imgleft {
    float: left;
    max-width: 82px;
    height: auto;
    display: block;
    margin-right: 10px
}
.newsrom-item .contentright {
    float: left;
    display: block;
    width: 197px
}
.newsrom-item .date {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}
.newsrom-item .title h3 a {
    color: #15973d;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.newsrom-item .title h3 {
    line-height: 18px!important;
}
.newsrom-item .text {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 3px
}
.newsrom-item .text p {
    margin: 0px
}
.tag-list,
.tag-list a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 16px;
}
.news-media {
    display: block;
    float: left;
    width: 292px;
    margin-right: 20px;
    margin-top: 30px
}
.news-press {
    display: block;
    float: left;
    width: 292px;
    margin-top: 30px
}
.news-media h2,
.news-press h2 {
    background: #14993D;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
    text-transform: uppercase;
}
.news-media .date,
.news-press .date {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}
.news-media .text,
.news-press .text {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 3px
}
.news-media .text p,
.news-press .text p {
    margin: 0px
}
.news-media .title h3 a,
.news-press .title h3 a {
    color: #15973d;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.news-media .title h3,
.news-press .title h3 {
    line-height: 18px!important;
}
.news-media .tag-list a,
.news-press .tag-list a,
.news-media .tag-list,
.news-press .tag-list {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 16px;
}
.newsrom-media,
.newsrom-press {
    padding-bottom: 18px;
    margin-bottom: 20px;
    background: url(images/dot.jpg) repeat-x bottom left
}
#newsroom-description {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.newsroom-item .featured {
    float: left;
    max-width: 82px;
    height: auto;
    display: block;
    margin-right: 1%;
    width: 10%;
}
.newsroom-text.rightcontent {
    float: left;
    width: 89%
}
.newsroom-text h3 a {
    color: #15973d;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.newsroom-text h3 {
    line-height: 18px!important;
}
.newsroom-text p {
    margin: 0px;
}
.newsroom-text {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 3px;
    margin-top: -3px;
}
.newsroom-item {
    margin-bottom: 15px;
    background: url(images/dot.jpg) repeat-x bottom left;
    padding-bottom: 10px;
    display: block;
    float: left;
    width: 100%
}
.newsroom-text .date {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}
.newsitem-single {
    list-style: none;
    color: #4C4D4D;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.newsitem-single .featuredsingle {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.newsroom-content .list {
    margin-top: 20px;
    display: block
}
#searchfilter {
    border: 1px solid #99AAB5;
    border-radius: 4px 0px 0px 4px;
    /*display: block;*/
    height: 10px;
    margin-right: 20px;
    margin-top: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #555;
    width: 92%;
    margin: 10px -4px 9px 19px;
    width: 88%;
}
html[data-useragent*='Chrome'] #searchsubmit2,
html[data-useragent*='Safari'] #searchsubmit2 {
    position: relative;
    top: 7px;
}
html[data-useragent*='rv:11.0'] #searchsubmit2,
html[data-useragent*='MSIE 10.0'] #searchsubmit2 {
    position: relative;
    bottom: 3px;
}
#searchsubmit2 {
    background: url(images/news-search-btn.jpg) no-repeat 0 0 transparent;
    width: 23px;
    height: 23px;
    padding: 0px!important;
    margin: 0px!important;
    /*position:absolute;*/
    /*right:0px;*/
    border: none!important;
    box-shadow: none!important;
    /*background-position:top;*/
}
#searchfilter:focus {
    border: 1px solid #455b85!important;
    box-shadow: none!important;
}
.date-picker-range {
    display: block;
    width: 100%;
    padding: 0 25px 10px 25px;
}
#newsroom-wrap div.fancy-select {
    margin-top: 0px!important;
    margin-left: 17px!important
}
.date-picker-range input {
    border: 1px solid #99AAB5;
    border-radius: 4px 4px 4px 4px;
    height: 11px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 33px;
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    width: 196px!important
}
.date-picker-range input:focus {
    padding-left: 33px;
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
#newsroom-wrap .panel-top {
    margin-bottom: 20px
}
.newsitem-single .date {
    margin-bottom: 10px
}
.tag-list.single {
    color: #555
}
.tag-list.single,
.tag-list.single a {
    font-size: 14px
}
.tag-list.single a {
    border-bottom: 1px dotted #999
}
.date-picker-range .range {
    display: block;
    float: left;
    margin-left: -5px;
    margin-right: 10px;
    padding-top: 2px
}
.fc-header-right,
.fc-button-today {
    display: none!important
}
.fc-header .ui-corner-right {
    position: absolute;
    right: 2px
}
.ui-selectmenu-menu .fc-header-title h2,
#wpfc-calendar-wrapper .fc-header-title h2 {
    font-size: 18px!important;
    margin-right: 25px!important;
    display: block!important;
    padding-right: 95px!important
}
#wpfc-calendar .fc-event-title {
    color: #555!important;
    font-weight: bold!important;
}
.fc-event-inner.fc-event-skin {
    background: #EAF4FD!important
}
#wpfc-calendar .ui-state-highlight {
    background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD!important;
    border: 1px solid #A6C9E2!important;
    color: #222222!important;
}

/***EVENTS***/

.evnt-image {
    width: 71px;
    height: 50px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 8px
}
.em-events-search {
    display: none!important
}
#featured-event {
    display: block;
    float: left;
    border-top: 4px solid #65c0e4;
}
#featured-event .featimg {
    display: block;
    max-width: 150px;
    height: auto;
    min-width: 100px
}
#featured-event #featimg {
    display: block;
    float: left;
    margin-right: 15px;
    width: 25%;
    max-width: 150px;
    height: auto;
    min-width: 100px;
    text-align: center
}
#featured-event .right-side {
    display: block;
    float: left;
    width: 72%;
}
#featured-event .event-content h2,
#featured-event .event-content h2 a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding-top: 10px;
    color: #5abce3;
    padding-bottom: 5px
}
#featured-event .eventdate {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #4c4d4d
}
#featured-event .excerpt {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5c5c5c
}
#speakers {
    display: block;
    float: left;
    width: 100%
}
#featured-event .speaker {
    display: block;
    float: left;
    min-width: 210px;
    width: 50%;
}
#featured-event .speaker_photo {
    display: block;
    float: left;
    max-width: 57px;
    height: auto;
    margin-right: 5px
}
#featured-event #speakers h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #5abce3;
    background: url(images/dot.jpg ) repeat-x left bottom;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 9px;
    margin-top: 8px
}
#featured-event .speaker-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #3985cb;
    margin-bottom: 2px
}
#featured-event .speaker_details {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #5c5c5c;
}
#featured-event .excerpt p {
    margin-bottom: 1px
}
#featured-event .eventlocation {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5c5c5c;
    margin-bottom: 5px;
    margin-top: -2px
}
#hiddeninq,
#hiddensub {
    display: none
}
.item-eent h3 a {
    color: #3985CC !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
#hiddensub {
    float: left;
    margin-top: -14px;
}
.selct option[value="Other"],
#selct option[value="Other"] #hiddeninq,
#idselct2 option[value="Other"] #hiddensub {
    display: block!important
}
#demo .trigger {
    line-height: 22px!important
}
#demo .trigger {
    min-width: 90px!important
}
#demo #industlinks .trigger {
    min-width: 110px!important
}
div.fancy-select ul.options {
    max-height: 250px!important
}
.selct {
    font-size: 18px;
}
.selct option[value="Contributor"],
#selct option[data-value="Contributor"],
#selct .trigger,
#demo .options li:first-child {
    font-weight: bold!important
}
.nfc-forum-events {
    width: 47%;
    display: block;
    float: left;
    margin-right: 6%;
    min-width: 200px;
    margin-top: 35px
}
.nfc-forum-events.item2 {
    margin-right: 0px
}
.nfc-forum-events h2 {
    background: #1a4885;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}
.nfc-forum-events .title a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #3985cc
}
.nfc-forum-events .title h3 {
    margin: 0px;
}
.img_left {
    display: block;
    float: left;
    max-width: 75px;
    height: auto;
    margin-right: 10px
}
.nfc-forum-events .date {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #4c4d4d;
    display: block;
    float: left
}
.nfc-forum-events .location {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5c5c5c;
    display: block;
    float: left
}
.nfc-forum-events .text {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c;
    display: block;
    float: left;
    padding-top: 14px;
    border-top: 1px solid #999999;
    margin-top: 15px;
    padding-bottom: 7px;
}
.nfc-forum-events .text p {
    margin: 0px
}
.nfc-forum-events .tag-list {
    color: #5c5c5c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    display: block;
    float: left
}
.nfc-forum-events .tag-list a {
    color: #5c5c5c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.nfc-forum-events .content-right {
    width: 195px;
    display: block;
    float: left
}
#event-forum-events {
    padding-bottom: 35px;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 6px solid #e5f0f6
}
.partner-events-table {
    border: 1px solid #dedede
}
.partner-events-table td {
    border: 0.5px solid #dedede
}
.partner-events-table td.col1 {
    max-width: 165px;
    text-align: center;
    width: 0%;
    display: none;
}
.partner-events-table td.col2 {
    width: 80%;
}
.partner-events-table .tag-list,
.partner-events-table .link {
    width: 46%;
    display: block;
    float: left
}
#event-partner-events h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 30px;
    color: #3a85cc
}
#event-partner-events .title a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#event-partner-events .location {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #5c5c5c;
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#event-partner-events .text {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #5c5c5c;
}
#event-partner-events .tag-list {
    padding-left: 2%;
    padding-top: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #5c5c5c;
}
#event-partner-events .tag-list a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #5c5c5c;
}
#event-partner-events .link {
    padding-left: 2%;
    padding-top: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #5c5c5c;
}
#event-partner-events .link a {
    color: #000000;
}
#event-partner-events .date {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    color: #4c4d4e;
}
.nfc-partner-events {
    margin-bottom: 30px
}
.item-event {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    float: left;
    color: #4C4D4D;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.item-event h2,
.item-event h2 a {
    margin: 0px;
    padding: 0px;
    color: #2A5F8F!important;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: -5px!important
}
.item-event .featimg {
    float: left;
    height: auto;
    display: block;
}
.item-event .right-side {
    float: left;
    display: block;
}
.item-event .eventdate {
    color: #4C4D4D;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    padding-top: 5px
}
.item-event .eventlocation {
    color: #5C5C5C;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
    padding-bottom: 5px
}
.item-event .excerpt {
    color: #4C4D4D;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.item-event .tag-list {
    margin-top: -5px;
    display: block
}

/*Contact*/

.page-template-page-contact-us-php .sidebar-box .textwidget {
    width: 84%;
    margin: 0 auto
}
.page-template-page-contact-us-php .sidebar-box h3 {
    color: #3985CB;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #8EB6CC;
    width: 84%;
    margin: 0 auto
}
.page-template-page-contact-us-php .sidebar-box .textwidget {
    line-height: 17px
}
.symple-tabs {
    font-family: 'Lato', sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 18px!important;
}
.glossary-item,
.glossary-item a {
    font-weight: 700!important;
    color: #2A5F8F!important
}
.glossary-item-desc {
    font-weight: 400!important;
    color: #444!important;
    font-size: 13px!important
}
.symple-tabs.ui-tabs,
.symple-tabs .tab-content {
    background: none!important;
    border: none!important;
}
#symple-tab-definitions,
.tab-content {
    background: none !important;
    border: medium none!important;
    margin: 0px!important;
    padding: 0px!important;
}
#symple-tab-definitions ul,
.tab-content ul {
    margin: 20px!important;
    padding: 0px!important;
}
.ui-tabs-nav {
    background: none!important;
    border: none!important
}
.ui-tabs-nav {
    text-transform: uppercase!important
}
.glossary-menu-atoz {
    border-bottom: 3px solid #E5F0F6!important
}
.atozmenu-off:hover {
    background-color: #E5F0F6!important;
    color: #444;
}
.atozmenu-on {
    background-color: #E5F0F6!important;
}
.qtip-blue {
    background-color: #FFFFFF!important;
    border-color: #ADD9ED!important;
    color: #444444!important;
    font-size: 12px!important;
    line-height: 16px!important
}
.qtip-titlebar {
    font-size: 12px!important;
}
.qtip-titlebar {
    font-size: 12px!important;
}
.nfcbox {
    width: 45%;
    display: block;
    float: left;
    max-width: 300px;
    min-width: 200px;
    border-top: 3px solid #5abce3;
    min-height: 150px
}
.nfcbox.rightspace {
    margin-right: 10%
}
.nfcbox h3 {
    color: #3985CB;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px
}
.nfcbox img {
    display: block;
    float: left
}
.boxcontent {
    width: 200px;
    display: block;
    float: left;
    line-height: 18px
}
div.roster div {
    clear: left;
    float: left;
    margin-top: 5px;
    width: 100%;
    border-top: 2px solid #5ABCE3;
}
div.roster div img {
    display: block;
    float: right;
    margin-left: 20px;
    clear: both
}
div.roster div p {
    width: 100%
}
#slide-2 #slide-txt {
    max-width: 350px!important
}
#slide-2 .slide-link {
    background: #5abae3!important
}
#slide-3 #slide-txt {
    max-width: 380px!important;
    width: 40%!important
}
#slide-3 .slide-link {
    background: #f6ab36!important
}
.oneline {
    display: block!important;
    float: left!important;
    clear: none!important;
    margin-right: 20px!important
}
.oneline input {
    width: 100px!important
}
.cnss-social-icon {
    width: 250px!important
}
.social-links {
    display: block;
    margin-left: 25px;
    margin-top: 20px;
    float: left
}
.page-template-page-contact-us-php .social-links {
    margin-left: 0px!important
}
.social-links h4 {
    color: #aab7c8!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 21px!important;
    font-weight: 400!important;
    padding-top: 6px;
    border-top: 2px solid #8EB6CC;
    border-bottom: none!important;
    text-transform: none!important;
    width: 245px;
    margin-bottom: 5px!important
}
#symple-tab-acronyms .glossary-menu-atoz li {
    padding-left: 0px;
}
#sidebar ul ul,
#sidebar ul ul ul {
    display: none
}
#sidebar ul li:hover ul,
#sidebar ul li:hover ul ul,
#sidebar .current_page_parent ul,
#sidebar .current_page_item ul,
#sidebar ul .current_page_parent ul,
#sidebar .current_page_ancestor ul {
    display: block
}
#become-member {
    margin-left: 25px;
    background: #009cc5;
    margin-top: 20px;
    display: block;
    float: left;
    width: 245px;
    padding-bottom: 7px;
}
#become-member h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #82cde4;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 165px
}
.bec-icon {
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}
.bec-text {
    width: 180px;
    display: block;
    float: left
}
.bec-text a {
    font-size: 14px!important;
    width: 150px;
    display: block;
    float: left;
    line-height: 14px;
    padding-top: 3px;
    color: #fff!important;
    padding-bottom: 5px!important;
    letter-spacing: 0.2px
}
#sidebar .bec-text a {
    font-size: 13px!important;
}
#events-box {
    margin-left: 25px;
    border-top: 2px solid #74aaa5;
    margin-top: 20px;
    display: block;
    float: left;
    width: 245px;
}
#events-box h4 {
    color: #74aaa5;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: #d5eaed;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 4px
}
#events-box .eventdate {
    color: #709a96;
    font-size: 12px;
    line-height: 14px;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 3px
}
#events-box a {
    font-size: 12px;
    display: block;
    float: left;
    line-height: 14px;
    color: #555;
    font-weight: 700;
    width: 100%
}
#events-box .location {
    font-size: 12px;
    display: block;
    float: left;
    line-height: 14px;
    color: #777
}
.event-item-box {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px
}
#sidebar .line {
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    float: left;
    margin-top: 3px
}
#related-content {
    margin-left: 25px;
    margin-top: 20px;
    display: block;
    float: left;
    width: 245px;
    padding-bottom: 7px;
}
#related-content h4 {
    color: #007bc9;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 0px;
    margin-bottom: 4px;
    border-bottom: 1px solid #92b5cb
}
#related-content .related-item {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d3537;
}
#sidebar #related-content a,
#related-content .related-item {
    display: block;
    float: left;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
    font-size: 14px!important;
}
#related-content a {
    font-weight: 600;
    color: #2d3537;
}
#featured-content {
    margin-left: 25px;
    margin-top: 20px;
    display: block;
    float: left;
    width: 245px;
    padding-bottom: 7px;
}
#featured-content h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: #00c69d;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 6px;
    border-left: 10px solid #009f8b;
    border-bottom: none!important
}
.sidebar-box #featured-content h4 {
    border-bottom: none!important
}
#featured-content .featured-item {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d3537;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 16px;
    font-weight: 400;
    width: 100%
}
#featured-content a {
    font-size: 14px!important;
    display: block;
    float: left;
    line-height: 16px;
    color: #00c69d;
    font-weight: 600;
    width: 100%;
    margin-bottom: 2px
}
#sidebar #featured-content a {
    font-size: 14px!important;
}
.pages #wrap {
    background: url("images/sidebar.jpg") repeat-y!important;
}
.symple-box.blue {
    background: #1A4884!important;
    border: none!important;
    color: #fff!important;
    font-weight: 700!important;
    padding: 0px 10px!important;
    font-family: 'Lato', sans-serif!important;
}
.symple-box.green {
    background: #14993D!important;
    border: none!important;
    color: #fff!important;
    font-weight: 700!important;
    padding: 0px 10px!important;
    font-family: 'Lato', sans-serif!important;
}
.posttitle,
.posttitle a {
    color: #3985CC !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 22px !important;
    text-decoration: none;
    padding-bottom: 5px
}
.postblog-content {
    background: url("images/dot.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
}
.postblog-content .tag-list {
    margin-top: .2em;
    margin-bottom: 7px
}
.postblog-content .loop-entry-meta {
    margin-bottom: 3px;
    color: #4C4D4E
}
.page-template-template-blog-php h1 {
    margin-bottom: 10px
}
#menu-main-menu li ul li ul li a:hover {
    color: #000!important
}

/*#sidebar ul li.current-menu-item{    list-style-position: outside; list-style-image:url(images/liststyle.png)!important; }*/

#sidebar .menu {
    margin-left: -8px!important
}
#sidebar .menu li {
    background-color: transparent !important
}
#sidebar .menu a {
    margin-left: 35px!important;
    padding-top: 2px!important;
    height: 30px!important;
}
#sidebar .menu ul li a {
    margin-left: 60px!important
}
#sidebar .menu ul li ul li a {
    margin-left: 87px!important
}
#masterhead #menu-item-2872,
#sidebar #menu-item-2875,
#masterhead #menu-item-2873,
#sidebar #menu-item-2874 {
    display: none!important
}
.sidebar-box #become-member h4 {
    text-transform: none!important
}

/**********************YOGRAJ 25DEC*******************************/

div#company_list div {
    clear: left;
    float: left;
    width: 500px;
}
div#company_list div ul {
    float: left;
    list-style: none outside none;
    width: 150px;
}
div#company_list div ul li {
    background: url("/images/bullet.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    display: block;
    padding: 2px 20px;
    width: 150px;
}
div.roster {
    clear: both;
}
.wp-glossary.wpg-tooltip > a {
    color: #14993D;
    border-bottom: 1px dotted #14993D;
}
table.with-border {
    border: 1px solid #666;
    padding: 2px;
}
table.with-border tr td,
table.with-border tr th {
    border: 1px solid #666;
    padding: 2px;
}
#virtual_link {
    color: #FFFFFF;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    padding-top: 2px;
    text-align: right;
    width: 100%;
}
#virtual_link a {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px !important;
}
#virtual_link a:hover {
    color: #86D0FB;
}
ol.indent {
    padding: 0 50px;
}
ol.indent li {
    margin-bottom: 20px;
}
ol.indent2 {
    padding: 20px 50px 0;
}

/*X2CMS Addition for table spacing. 2014-02-03*/

.table-padding-5 tr td {
    padding: 5px;
}
#top-social {
    display: block;
    position: relative;
}
.nfc-forum-events {
    width: 100%;
}
.joinButton {
    position: absolute;
    right: 20px;
    margin-top: 60px;
}
#event-partner-events p,
#event-partner-events span.date,
#event-partner-events span.location {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: rgb(76, 77, 77);
}
#event-partner-events .title a {
    width: 100%;
    font-weight: bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: rgb(57, 133, 204);
}
.event_left_section {
    float: left;
    width: 49%;
}
.event_right_section {
    float: right;
    width: 49%;
}
.partner-event-item {
    float: left;
}
.event_left_section h2,
.event_right_section h2 {
    margin-top: 20px;
    margin-bottom: -10px !important;
}
.event_left_section .date,
.event_right_section .date {
    margin-top: -8px !important;
}
.event_left_section .location,
.event_right_section .location {
    margin-top: 0px !important;
}

/*















NFC















*/

.nfc-hadding h1.post-title {
    float: left
}
.list_cat_nfc {
    padding: 0;
    margin: 00 !important;
}
.list_cat_nfc li {
    float: left;
    display: inline-block;
    margin: 20px 2%;
}
.list_cat_nfc li.first {
    margin-left: 0;
}
.list_cat_nfc li a.list_cat_img {
    width: 285px;
    height: 165px;
    border-bottom: 5px solid #4085ce;
    overflow: hidden;
    display: block;
    background: #7d7d7d;
    text-align: center
}
.list_cat_nfc li a img {
    max-width: 100%
}
.list_cat_nfc li a.cat_titles {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.submit-your-project {
    margin-left: 25px;
    margin-top: 0;
    margin-right: 0;
    float: right
}
.submit-your-project a {
    background-color: #f7941d;
    padding: 6px 20px 7px;
    display: block;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: auto
}
.submit-your-project a span {
    background-image: url("images/submit-arrow.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 13px;
}
.product_by_search {
    border-bottom: 1px solid #5abce3;
    border-top: 2px solid #5abce3
}
.product_by_search > ul {}
.product_by_search > ul > li {
    display: inline-block;
    line-height: 34px;
}
.product_by_search > ul > li:first-child {
    margin-right: 10px
}
.product_by_search > ul > li:last-child {
    margin-left: 10px
}
.product_by_search > ul > li > a {
    text-transform: uppercase
}
.product_by_search > ul > li > a:hover,
.product_by_search > ul > li.active > a {
    background: url(images/view-all.png) no-repeat 100% 60%;
    display: inline-block;
    padding-right: 15px;
    color: #4085ce
}
.product_by_search > ul > li.active.viewall > a {
    background-image: none;
    padding-left: 15px;
}
.product_by_search > ul > li.viewall > a {
    padding-left: 15px !important;
    padding-right: 15 !important;
    background-image: none!important;
}
.product_by_search > ul > li > a {
    background: url(images/tag.png) no-repeat 100% 60%;
    display: inline-block;
    padding-right: 15px;
    color: #7d7d7d
}
.product_by_search > ul > li ul {
    display: none
}
.product_by_search > ul > li:hover ul {
    display: block
}
ul.sub_items {
    background: none repeat scroll 0 0 #fff;
    margin-left: -10px;
    padding: 0 0 0;
    position: absolute;
    min-width: 180px;
    z-index: 999;
}
ul.sub_items li {
    display: block;
    padding: 0;
    margin: 0;
}
ul.sub_items li a {
    padding: 0 10px;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #ccc
}
ul.sub_items li a:hover {}
.category-title {
    font-size: 22px;
    color: #4085ce;
    margin-top: 30px
}
.nfc-project-item {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}
.nfc-pimage {
    background: none repeat scroll 0 0 #7d7d7d;
    border-bottom: 5px solid #4085ce;
    float: left;
    height: 150px;
    overflow: hidden;
    text-align: center;
    width: 250px;
}
.nfc-pimage img {
    width: 100%;
}
.nfc-project-title {
    float: left;
    padding-left: 20px;
    width: 50%
}
.nfc-project-title a {
    color: #4085ce;
    font-size: 18px;
    font-weight: bold;
}
.nfc-pcontent {
    float: left;
    padding-left: 20px;
    width: 50%
}
.nfc-project-full-image {
    background: #7d7d7d;
    border-bottom: 5px solid #4085ce;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 20px
}
.nfc-project-full-image img {
    width: 100%
}
.nfc-post-title {
    color: #4085ce;
    font-size: 20px;
    margin-top: 20px
}
@media(max-width:400px) {
    .nfc-project-title {
        float: left;
        padding-left: 0
    }
    .nfc-pcontent {
        float: left;
        padding-left: 0
    }
}
.page-template-page-contact-us-php .sidebar-box .textwidget {
    margin: 0px;
    width: auto;
}
#slide-txt {
    width: 35%;
    max-width: 380px;
}
.approvedTestToolsTableArea table {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.approvedTestToolsTableArea table tr td {
    padding: 5px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
#hd-widgets #searchform {
    position: relative !important;
    padding-top: 15px;
    margin-left: 10px;
}
#header #searchform #searchsubmit {
    top: 15px !important;
}
.joinButton {
    position: absolute;
    right: 20px;
    margin-top: 60px;
}
.joinButton p {
    padding: 0px;
    margin: 0px;
}
.joinButton p a {
    float: left;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #df7d26;
}
.footerContactLink a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #194785 !important;
    font-size: 12px;
    background: none repeat scroll 0% 0% #E3EAF1;
    padding: 0px;
    height: 22px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    border-radius: 6px;
    line-height: 20px !important;
}

/*.page-template-no-sidebar-page-php #content, .page-template-no-sidebar-page-php .post { width: 960px; } */


/*.woocommerce-page #sidebar {display: none;}*/

.woocommerce-page #wrap {
    position: relative;
}
.woocommerce-page #sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* QUESTION AND ANSWER CUSTOMIZED STYLES */

.dwqa-list-question .filter-bar {
    display: none;
}
.dwqa-list-question .questions-list .dwqa-question {
    border: none;
    border-bottom: 1px dotted #EDEDED;
}
.dwqa-container .dwqa-single-question .dwqa-vote {
    display: none;
}
.dwqa-container .dwqa-single-question .dwqa-favourite,
.dwqa-container .dwqa-single-question .dwqa-stick-question {
    display: none;
}
.dwqa-container .dwqa-single-question .dwqa-author .author,
.dwqa-container .dwqa-single-question .dwqa-author .dwqa-date {
    display: none;
}
.dwqa-container .dwqa-single-question .dwqa-author .author,
.dwqa-container .dwqa-single-question .dwqa-author .avatar {
    display: none;
}
.dwqa-container .dwqa-single-question .dwqa-footer .dwqa-current-status {
    display: none;
}
.dwqa-container .dwqa-list-question .filter .status {
    display: none;
}
.dwqa-container .dwqa-list-question .filter-bar .order {
    display: none;
}
.dwqa-container .dwqa-list-question .dwqa-footer-meta {
    display: none;
}
.dwqa-container .dwqa-list-question .filter {
    padding: 29px 22px;
}
.dwqa-container .dwqa-single-question .dwqa-question {
    display: none;
}
.dwqa-container .hupso-share-buttons {
    display: none;
}
.dwqa-list-answers .dwqa-header {
    display: none;
}
.dwqa-list-question .dwqa-header {
    width: 130%;
}
.dwqa-content {
    margin-left: 0;
    padding-left: 0;
}
.dwqa-search {
    margin-top: 20px;
}
.dwqa-user-avatar {
    display: none;
}
.dwqa-search .dwqa-search-form {
    border: 10px solid #ECF5F9;
}
.list_cat_nfc {}
.list_cat_nfc .container {
    width: 100%;
    overflow: hidden;
}
.list_cat_nfc .container li.ctitems {
    margin: 20px 1.5%;
    width: 31.333%;
}
.list_cat_nfc .container li.ctitems:first-child {
    margin-left: 0;
}
.list_cat_nfc .container li.ctitems:last-child {
    margin-right: 0;
}
.list_cat_nfc .container li.ctitems .list_cat_img {
    display: block;
    width: 100%
}
.list_cat_nfc .container li.ctitems .list_cat_img img {
    width: 100%
}
@media screen and (max-width:767px) {
    .woocommerce-page #sidebar {
        position: relative;
    }
}
@media(min-width:300px) and (max-width:610px) {
    .list_cat_nfc .container li.ctitems {
        display: block;
        float: inherit;
        margin: 10px auto !important;
        max-width: 300px;
        width: 100%;
    }
}
#second-tier #events h2,
#second-tier #news h2,
.slide-link,
#slide-3 .slide-link,
#slide-2 .slide-link {
    background-color: #799b3e !important;
}
.joinButton a {
    border-radius: 5px;
}
.slide-link a {
    padding-top: 4px;
    background: url(images/slide-btn.png) no-repeat right 3px;
}
.header-back-vm {
    background: #1A4885;
    padding: 0 10px !important;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    "

}
.submit-your-project a {
    background: #df7d26;
    border-radius: 5px;
    padding: 7px 20px;
}
.newsrom-item .title h3 a,
.news-media .title h3 a,
.news-press .title h3 a,
.newsroom-text h3 a {
    color: #0076bb;
}
.news-media h2,
.news-press h2 {
    background: #0076bb;
}
.tagcloud a {
    background: #3fa8be;
}
#hd-widgets li a {
    border-radius: 5px;
}
.cert-fee td {}
.views-table-vm {
    font-size: 12px;
}
.views-table-vm td,
.views-table-vm th {
    padding: 10px;
}
.views-table-vm thead {
    background: #0076bb;
    font-weight: bold;
}
.views-table-vm th {
    font-weight: bold;
    color: #ffffff;
}
.views-table-vm .even {
    background: #ecf5f9;
}
.views-table-vm .views-field-field-cert-date-time-value {
    width: 75px;
}
.dwqa-container .dwqa-btn-success {
    color: #fff;
    background-color: #799b3e !important;
    border-color: #799b3e !important;
}
.view-all-events {
    text-align: right;
}
.view-all-events a {
    padding-left: 10px;
    padding-right: 10px;
    color: #3985CC!important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#frm_reg_login-2 {
    margin-left: 28px;
}
.frm-open-login {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    #4c4d4e
}
.frm-open-login a {
    color: #4c4d4e;
}
#account-profile-vm,
#doc-upload-vm {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px #ccc solid;
    clear: both;
}
#doc-upload-vm h3 {
    margin-bottom: 10px;
}
.edit-profile-vm {
    float: right;
}
.profile-container-vm {
    float: left;
    max-width: 400px;
}
.profile-container-vm span,
.doc-desc-vm span {
    font-weight: bold;
    padding-right: 5px;
}
.profile-container-vm div,
.doc-desc-vm div {
    margin-top: 10px;
}
.doc-desc-vm {
    border-top: 1px #ccc solid;
    padding-bottom: 20px;
}
.swift-right-vm {
    float: right;
}
.add_to_cart_inline {
    border: none !important;
    text-align: right;
    margin-bottom: 0;
}
.add_to_cart_inline .button,
.woocommerce a.button {
    padding: 10px 10px 0px 10px !important;
    height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    background: #df7d26 !important;
}
.add_to_cart_inline .button {
    color: #ffffff !important;
}
.add_to_cart_inline .amount {
    margin-right: 20px;
    font-weight: bold;
}
#cert-fee-vm tr td {
    border-bottom: 2px #cccccc solid !important;
    padding: 20px 0;
}
#cert-fee-vm tr td:first-of-type {
    font-weight: bold;
    padding-right: 20px;
}
#cert-fee-vm {
    margin: 10px 0 30px 0;
}
.cert-button a {
    float: left;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #df7d26;
    border-radius: 5px;
}
.edit-profile-vm a {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #df7d26;
    border-radius: 5px;
}
.pgtxt-vm {
    margin-top: 20px;
}
.page-id-9186 h2 {
    margin-top: 35px;
}
#mia-vm {
    max-width: 45%;
}
#events-mia-layout-vm img {}
#events-mia-layout-vm .linkmore,
#events-forum-mia-vm .linkmore {
    padding-left: 0;
}
#events-mia-layout-vm h3 {
    margin-bottom: 15px;
}
#events-mia-layout-vm .content-right {
    width: 75%;
}
#events-forum-mia-vm h2 {
    margin: 0;
}
#events-forum-mia-vm .content-right {
    width: 75%;
}
#events-mia-layout-vm .view-all-events {
    padding-top: 20px;
    display: inline-block;
    float: right;
}
.members-only-note {
    padding: 20px;
    margin: 20px 0;
    font-weight: bold;
    color: #fff;
    background: #009cc5;
}
.members-only-note a {
    color: #fff;
}
.members-only-note a:hover {
    text-decoration: underline;
}
.thank-you-vm li {
    margin-bottom: 20px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-left: 0;
}
#cert-reg-table-view th {
    font-weight: bold;
    vertical-align: middle;
}
#cert-reg-table-view thead {
    background: url(images/header-bg.png) repeat-x;
    text-align: center;
}
#cert-reg-table-view th,
#cert-reg-table-view td {
    padding: 10px 5px;
}
#cert-reg-table-view tr:nth-child(even) {
    background: #f4f6f9;
}
#cert-reg-table-view tr td:nth-child(4) {
    width: 250px;
}
#cert-reg-table-view tr td:nth-child(5) {
    width: 150px;
}
#cert-reg-table-view .header {
    background-image: url(/wp-content/uploads/2015/09/sort-both.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
#cert-reg-table-view th.headerSortUp {
    background-image: url(/wp-content/uploads/2015/09/sort-up-arrow.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
#cert-reg-table-view th.headerSortDown {
    background-image: url(/wp-content/uploads/2015/09/sort-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
.view-footer {
    margin: 20px 0 50px 0;
    font-size: 10pt;
}
.pgtxt-vm ul {
    list-style: disc
}
.page-id-9582 table {
    margin: 20px 0;
}
.page-id-9582 td {
    padding: 10px;
}
.event-categories {
    display: none;
}
#masternav {
    right: 125px;
}
#slide-txt {
    left: 6.2% !important;
}
.flex-control-nav {
    width: 150px !important;
}
.woocommerce-breadcrumb {
    margin-top: 20px !important;
}
.single-product #wrap {
    background: none !important;
}
.frm_description {
    margin-top: 10px !important;
}
.showloader .portfolio-slideshow,
.showloader .slideshow-nav,
.showloader .pager {
    visibility: visible !important;
}
#footer {
    background: #1a4885 !important;
}
#logo {
    margin-top: 7px !important;
    max-height: 50px;
}

/**********************Footer CSS 011116*************/

#footer-left {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 50px;
}
.search-footer-vm #searchform input {
    width: 200px;
}
.logo-footer {
    width: 25%;
    float: left;
}
.tagline-footer {
    color: #fff;
    font-size: 1.2em;
    max-width: 800px;
}
.search-footer-vm {
    clear: both;
    border-bottom: 1px solid #6db8df;
    padding-bottom: 20px;
}
#footer-logo-area {
    clear: both;
    margin-top: 20px;
}
#menu-footer li {
    display: inline;
}
#footer-menu {
    max-width: 350px;
}
#copyright {
    margin-bottom: 20px;
    padding-top: 20px !important;
    margin-top: 20px;
    border-top: 1px solid #26639c !important;
}
.logo-footer {
    border-right: 2px solid #fff;
    margin-right: 30px;
}
.menu-footer-container a {
    color: #78beeb;
}
.menu-footer-container span {
    margin-right: 15px;
}
.menu-footer-container {
    padding: 0;
}
#virtual_link {
    text-align: left;
}
#footer-widget-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#footer-left .menu-widget {
    width: 16%;
}
.footer-border-vm {
    border-bottom: 1px solid #78beeb;
}
.footer-social-vm {
    float: right;
    max-width: 200px;
    padding: 0 0 10px 0;
}
.footer-social-vm img {
    padding-left: 10px;
}
.footer-border-vm #top-social {
    float: right;
}
.footer-border-vm #top-social li {
    margin-left: 5px;
}
.dark-blue-button-vm {
    width: 336px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-left: 5px solid #fdc13b;
    float: left;
    border-radius: 0 3px 3px 0;
    background: #0d3d5c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(13, 61, 92, 1), rgba(3, 36, 56, 1));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(13, 61, 92, 1), rgba(3, 36, 56, 1));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(13, 61, 92, 1), rgba(3, 36, 56, 1));
    /*Fx 3.6-15*/
    background: linear-gradient(rgba(13, 61, 92, 1), rgba(3, 36, 56, 1));
    /*Standard*/
}
.dark-blue-button-vm a {
    display: block !important;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right:15px;
}
.dark-blue-button-vm a img {
    margin-left: 5px;
}
.download-g-wrapper{
	clear:both; 
        overflow:auto; 
        zoom: 1;
}
.download-g-wrapper .tk-header{
 font-weight:normal;
 font-size:1.2em;
 margin:0;
}
.download-g-wrapper .tk-header a{
 color:#3985cb;
}
.tk-header{
 font-weight:normal;
 font-size:1.5em;
 margin:25px 0 10px 0;
}
.page-id-10303 .tk-header{
margin-bottom:10px;
}
.tk-question {
    max-width: 250px;
    background: #0d3d5c;
    float: right;
    margin: 10px;
    margin: 0 0 25px 30px;
    padding: 20px;
    color: #ffffff;
}
.tk-question a {
    text-transform: uppercase;
    color: #fdc323;
}
.tk-question h3,
.tk-callout-blue h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
}
.tk-question h3 {
   margin-bottom:20px;
}
.tk-question-link {
    margin-top: 20px;
}
.tk-callout-wrapper {
    margin-top: 100px;
    margin-bottom: 70px;
    overflow: auto;
    zoom: 1;
}
.tk-callout-wrapper2 {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    zoom: 1;
}
.tk-callout {
    background-color: #e6e7e9;
    padding: 20px 20px 20px 150px;
    border-left: 5px solid #fdc13b;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px #cfcfcf;
    max-width: 310px;
    float: left;
}
.tk-callout-margin {
    margin-left: 30px;
}
.tk-callout h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}
.tk-callout h3 a,
.tk-callout-blue h3 a {
    color: #0081c5;
}
.tk-callout-blue {
    background: #0d3d5c;
    margin-bottom: 20px;
    padding: 20px 30px 50px 175px;
    color: #ffffff;
}
.tk-callout span,
.tk-callout-blue span {
    font-size: 65%;
    vertical-align: 10%;
}
.for-agen {
    background-image: url(/wp-content/uploads/2016/01/for-agencies.png);
}
.for-dev {
    background-image: url(/wp-content/uploads/2016/01/for-dev.png);
}
.for-manu {
    background-image: url(/wp-content/uploads/2016/01/for-manu.png);
}
.for-retail {
    background-image: url(/wp-content/uploads/2016/01/for-retail.png);
}
.for-n-mark {
    background-image: url(/wp-content/uploads/2016/01/tk-n-mark.png);
}
.for-m-res {
    background-image: url(/wp-content/uploads/2016/01/tk-m-res.png);
    margin-bottom: 50px;
}
.for-agen,
.for-dev,
.for-manu,
.for-retail,
.for-n-mark,
.for-m-res {
    background-repeat: no-repeat;
}
.page-id-10305 strong {
    color: #0d3d5c;
}
.n-mark-list li{
margin-bottom:10px;
}
.n-mark-list{
margin-bottom:30px;
}
.nfc-impact-wrapper-vm {
    overflow: auto;
    zoom: 1;
    clear: both;
}
.nfc-impact-vm {
    max-width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.nfc-impact-vm div {
    margin-top: 30px;
}
.nfc-impact-vm img {
    float: left;
    padding-bottom: 15px;
    padding-right: 20px;
}
.download-g-vm {
    max-width:470px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}
.page-id-10285 h3 {
    margin-top: 25px;
}
.contact-us-footer-vm {
    width: 100px;
    float: right;
    background-color: #26639c;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}
.contact-us-footer-vm a {
    color: #ffffff !important;
}
.contact-us-footer-vm a:hover {
    color: #ffffff !important;
}
.page-template-nfc-toolkit-page #wrap,
.page-template-nfc-toolkit-page #sidebar {
    background: none !important;
}
.toolkit-sidebar .tk-callout {
    padding: 20px;
    border: none;
}
.toolkit-sidebar .tk-callout img{
   float:left;
   padding-right:10px; 
}
.toolkit-sidebar h3 a{
    font-size:30px!important;
    font-weight:400;
    line-height: 30px;
}
.toolkit-sidebar .tk-question{
   margin-left:0;
   max-width:100%;
}
.toolkit-sidebar .tk-question h3{
   line-height: 35px;
    margin-bottom: 15px;
}
.page-id-10285 .toolkit-sidebar h3 {
   margin-top: 0px;
}
.toolkit-sidebar{
margin-top:55px !important;
}
.page-template-nfc-toolkit-page-php #sidebar{
width:25%
}
.code-block-vm{
    max-width: 310px;
    margin-right: 10px;
    margin-top:10px;
    padding:15px;
    float: left;
    border: 2px solid #ccc;
}
.code-block-vm code{
    
}

@media (max-width: 430px) {
    .nfc-project-title {
        float: none !important;
        margin: 15px 5px;
        width: 80%;
    }
    .nfc-pcontent {
        width: 80%;
    }
    .nfc-pimage {
        margin-bottom: 15px;
    }
    #top-social{
       display:none;
    }
    .footer-border-vm #top-social{
     display:initial;
    }
    #hd-widgets{
        padding-top: 50px !important;
    }
}