@charset "utf-8";

/* CSS Document */


/* /fonts/ */

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('/fonts/ProximaNova-Light.woff2') format('woff2'), url('/fonts/ProximaNova-Light.woff') format('woff'), url('/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/fonts/ProximaNova-Regular.woff') format('woff'), url('/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #000000;
    font-family: 'Proxima Nova', serif;
    background-color: #F2F2F2;
    font-size: 72%;
    line-height: 1.5;
    min-width: 300px;
}

a {
    text-decoration: none;
    color: #3061a4;
}

a:hover {
    text-decoration: none;
    color: #fc9b00
}

ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearFix {
    clear: both;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.tLeft {
    text-align: left;
}

.tRight {
    text-align: right;
}

.auto {
    overflow: auto;
}

.headerDiv {
    background-color: #ffffff;
    border-bottom: 1px dotted #b2b2b2;
    /*-webkit-box-shadow: 0px 2px 6px 2px #777777;
box-shadow: 0px 2px 6px 2px #777777; */
    text-align: center;
    z-index: 200;
}

.headerDivBAK {
    /*	background-color:#ffffff;
	-webkit-box-shadow: 0px 2px 6px 2px #777777;
box-shadow: 0px 2px 6px 2px #777777; */
    text-align: center;
    z-index: 10;
}

.mainLogo {
    float: left;
}

.subHeadTitle {
    margin: 0;
    text-align: right;
    margin-right: 12px;
    font-size: 11px;
    font-weight: 600;
}

.indHeaderDiv {
    /*
	border-bottom:1px dotted #b2b2b2;
	-webkit-box-shadow: 0px 2px 6px 2px #777777;
box-shadow: 0px 2px 6px 2px #777777; */
    z-index: 200;
    margin: 0 auto 0;
}

.indHeaderDiv {
    width: 960px;
}

.searchbar-open {
    width: 260px;
    border: 1px solid #fff;
}

.header {
    z-index: 100;
    margin: 0 auto;
    max-width: 960px;
    width: 960px;
    text-align: left;
}

.headerBAK {
    margin: 0 auto 0;
    padding-top: 23px;
    padding-bottom: 0;
    text-align: left;
    max-width: 960px;
    z-index: 100;
    background: #0045A4;
    color: #fff;
    /*background:transparent url(/images/main/multiviewEye01.png) top right no-repeat;*/
}

.industryHead {
    z-index: 100;
    margin: 0 auto 10px;
    max-width: 960px;
    text-align: left;
}

.wrapper {
    width: 100%;
    text-align: center;
}

.content {
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.wrapper .content {
    margin: 0 auto;
    min-height: 500px;
    max-width: 960px;
    z-index: 10;
}

.cMargin {
    margin: 0px !important;
    padding: 24px;
}

.text {
    font-size: 118.5%;
    line-height: 1.4;
}

.small {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

.contentList li {
    padding: 3px 6px;
    border-bottom: 1px dotted #c9c9c9;
    font-size: 12px;
}

.contentList li:hover {
    background-color: #f2f2f2;
}

.mainColumn {
    width: 100%;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px 0;
    color: #1A4E81;
}

.content h1 {
    width: 70%;
}

.mainColumn h1 {
    width: 100%;
    text-transform: capitalize;
}

.slider h2 {
    width: 100%;
    font-size: 32px !important;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 600 !important;
    border-bottom: 0px !important;
}

.main {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 24px;
    padding-bottom: 5px;
    color: #1A4E81;
    border-bottom: 4px solid #9F998F;
}

.articleCol h1 {
    width: 100%;
    font-size: 34px;
}

.articleTop {
    width: 70%;
}

h1 p {
    font-family: 'ProximaNovaRegular', serif;
    font-size: 16px;
    margin-top: 10px;
}

h1 p span {
    font-size: 14px;
}

.white {
    color: #ffffff;
}

h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #555555;
    /*font-family: 'ProximaNovaBold', serif;*/
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 10px;
}

.sideLogo {
    max-width: 58%;
    margin: 10px auto;
}

.sideBox {
    border-color: #F8F8F8;
    border-image: none;
    border-style: solid;
    border-width: 6px 0;
    padding: 10px;
    text-align: center;
    background-color: #f8f8f8;
}

.blue {
    color: #48c6ff;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
}

.pageName {
    margin: 0;
    padding: 0;
    color: #6b6a6a;
    font-family: 'ProximaNovaRegular', serif;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    margin-bottom: 10px;
}

.sideMargin h2 {
    font-family: ProximaNovaBold;
    margin-bottom: 4px;
}

.pageName {
    font-size: 14px;
    margin-bottom: 30px;
}

.sideBar {
    float: right;
    line-height: 1.2;
    margin: 0 0 20px;
    width: 24%;
}

.sideBar h2 {
    background: #686868;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    padding: 4px 0 4px 10px;
    /*border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px; */
    margin: 0 0 2px;
}

h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2em;
    margin: 0 0 3px;
    letter-spacing: 0.01em;
}

h4 {
    color: #495968;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2em;
    margin: 0 0 3px;
    letter-spacing: 0.01em;
}

.sideBar h3 {
    border-bottom: 2px solid #B2B2B2;
    color: #333333;
    margin: 10px 0 6px;
    padding-bottom: 3px;
}

.sideBar ul {}

.script {
    font-family: 'Lobster', cursive;
}

p {
    margin-bottom: 6px;
    padding-bottom: 10px;
}

.cellOne {
    margin-right: 14px;
}

.cellTwo {
    margin-right: 14px
}

.cellThree {
    margin-right: 0;
}

.caps {
    text-transform: uppercase;
}

.blue {
    color: #48c6ff;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.smDivide {
    display: inline-block;
    margin: 0 4px;
    color: #777777;
    font-family: symbol;
}

.iBlock {
    display: inline-block;
}

.hide {
    display: none;
}

.hash {
    background-image: url(../images/main/hashmarks.png);
    background-position: top left;
    background-repeat: repeat-x;
}


/* ------------ main page -------------------- */

.indHeadTitle {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px 0 0;
}

.industryList li {
    float: left;
    width: 30%;
    margin-right: 10px;
}

.slider {
    /* line-height: 1.2; */
    margin-bottom: 24px;
    padding: 0;
}

.slider p {
    font-size: 13px;
    padding-bottom: 0;
}

.industryTag {
    text-align: right;
    display: block;
    margin-top: 4px;
    font-size: 11px;
}

.mainList {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 33% auto 33%;
    padding: 0;
    margin: 0;
}

.topList {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 1.1;
    margin: 3px 0 1px;
    padding: 0 6px 7px;
    width: 47%;
}

.titleList {
    float: left;
    width: 31%;
    font-size: 11px;
    margin-bottom: 6px;
    margin: 0 14px 2px 0;
    padding: 2px 0 3px;
    line-height: 1.1;
    border-bottom: 1px dotted #cccccc;
}

.tileText h3 {
    margin-bottom: 0;
}

.mainList p {
    font-size: 12px;
}

.mainPageImg {
    margin: 0;
    height: auto;
    max-width: 940px;
    width: 100%;
}

.featureContent {
    background: #fff;
    padding: 24px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10%;
    width: 60%;
    overflow: hidden;
}

.tile {
    overflow: hidden;
}

.wImg {
    min-height: 170px;
}

.mainList li:nth-child(3) {
    padding-right: 0;
}

.listImg {
    height: 151px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.listImg img {
    max-width: 100%;
    /*position: absolute;
	top: -20px;*/
}

.sectionHeader {
    border-bottom: 4px solid #9F998F;
    color: #1A4E81;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    padding-bottom: 6px;
}

.articleList {
    margin: 15px 0;
}

.articleList h3 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 2px;
    font-family: 'Roboto Slab', serif;
}

.articleList p {
    font-size: 13px;
    line-height: 1.25;
    padding: 0;
    margin-bottom: 0;
}

.viewMore {
    text-align: right;
    border-bottom: none !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.viewMore a {
    /*background: transparent url(/images/main/arrowAnim.png) top left no-repeat;*/
    width: 14px;
    height: 14px;
    padding-left: 16px;
}

.viewMore a:hover {
    cursor: pointer;
    background-position: bottom left;
}

.viewMore:hover {
    background-color: #ffffff !important;
}

.checkAnim {
    background: transparent url(/images/main/checkAnim.png) top left no-repeat;
    height: 14px;
    padding-left: 16px;
}

.checkAnim:hover {
    cursor: pointer;
    background-position: bottom left;
}

.subListing {
    margin: 0 0 18px 0;
}

.button {
    background: #48C7FF url(/images/main/buttonArrow.png) center right no-repeat;
    display: inline-block;
    padding: 7px 16px 7px 10px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 17px;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
}

.button:hover {
    background-color: #2ea7dc;
    cursor: pointer;
}

.tenSpacer {
    margin: 10px 0;
}

.assnImg {
    display: inline-block;
    margin: 2px 10px 2px 0;
    vertical-align: top;
    width: 36px;
}

.assnTitle {
    display: inline-block;
    width: 68%;
}


/* ------------------ ads ------------------------- */

.ad {
    max-width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.sideBar .ad {
    margin-bottom: 20px;
}


/* ---- colors --- */

.bOrange {
    background-color: #B9410D;
}

.orange {
    color: #B9410D;
}

.bOrange .content {
    border: 10px solid #812D09;
    border-top: none;
}

.greyBkgnd {
    background-color: #f2f2f2;
}

.articleBody {
    font-family: 'Proxima Nova', serif;
}

.articleBody ul li {
    list-style: disc outside none;
    margin-left: 6px;
    color: #000000;
    font-size: 18px !important;
}

.articleBody ol li {
    list-style: outside decimal none;
    font-size: 18px;
    margin-left: 6px;
    color: #000000;
}

.articleBody ul,
.articleBody ol {
    margin: 10px 20px 30px 25px;
    padding: 0 !important;
}

.image_right img,
.image_left img {
    max-width: 100%;
    /* padding:8px;
	border:1px solid #cccccc;*/
}

.blueFade {
    background: transparent url("/images/main/fadeBkgnd.jpg") bottom left repeat-x;
}

.curlBkgnd {
    /* background:transparent url(/images/main/curledBkgnd.png) top right no-repeat; */
    padding: 30px 0 10px 10px;
    background-color: #F8F8F8;
}

.curlBkgnd,
.curlBkgnd a {
    color: #ffffff;
    width: 95%;
}

.theCurl {
    width: 100%;
    max-width: 162px;
}


/* ---------- author bio shtuff --------- */

.authorBlock {
    border-top: 1px dotted #777;
    border-bottom: 1px dotted #777;
    padding: 10px 0;
    margin: 20px 0 40px;
}

.authorImg {
    width: 100px;
    height: 100px;
    float: left;
    margin: 4px 20px 0 0;
    border: 3px solid #00664A;
    border-radius: 50%;
    overflow: hidden;
}

.authorImg img {
    max-width: 100%;
}

.authorName {
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 1;
}

.authorBlock p {
    font-size: 12px;
}


/* COUNTER */

.counterSection {
    height: 65px;
    width: 915px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.counterSection a:hover {
    text-decoration: none;
}

.industryCount {
    float: right;
    margin-right: 28px;
}

.num {
    float: left;
    width: 32px;
    height: 58px;
    background-image: url(images/counterBG.png);
    background-repeat: no-repeat;
    margin: 1px;
    color: #ffffff;
    font-size: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: "HelveticaNeue-Light", serif;
    z-index: 1;
    position: relative;
}

.numDivider {
    width: 32px;
    height: 2px;
    background-image: url(images/countDivider.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: 28px;
    left: 0;
}

.testimonialLink {
    border-top: 1px solid #777777;
    color: #333333 !important;
    display: block;
    margin-top: 3px;
    padding-top: 3px;
}

.turq a {
    color: #444444;
    font-family: ProximaNovaReg, serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    padding-left: 3px;
    display: block;
}

.partnerCount table {
    margin-bottom: 10px;
}

.partnerCount {
    margin-bottom: 10px;
}


/* END COUNTER */

.logo {
    font-size: 15px;
    margin: 0 0 0 30px;
    float: left;
}

.indLogo {
    float: left;
    font-size: 15px;
    margin: 8px 20px 0 10px;
    width: 98%;
}

.indLogo p {
    font-size: 20px;
    margin-bottom: 10px;
}

.logo img {
    margin: 0 12px 0 0;
    max-width: 255px;
    width: 100%;
}


/* NAVBAR */

.loginBox {
    right: 5px;
    bottom: -3px;
    width: 305px;
    height: 111px;
    background-image: url(../images/main/bgimg16.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    z-index: 125;
    display: none;
}

.loginClose {
    float: right;
    width: 12px;
    height: 11px;
    background-image: url(../images/main/smallCloseBtn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 3px;
}

.lightInput {
    border: 1px solid #eee;
    padding: 2px;
    color: #737373
}


/* --- SEARCH BAR --- */

.searchBar {
    display: inline-block;
    margin: 6px 27px 0;
}

.searchBar img {
    vertical-align: text-bottom;
}

.searchBar input {
    border: none;
    -webkit-border-radius: 12px;
    border-radius: 0px;
    width: 200px;
    height: 20px;
    color: #565656;
    /*	background:#ffffff url('/images/main/searchIcon2.png') right center no-repeat; */
    padding: 0 8px;
}


/* --NAVIGATION -- */

.navBar {
    max-width: 960px;
    margin: 0 auto;
    background-color: #0045A4;
    color: #fff;
    padding: 20px 0 15px 0;
}

.navList {
    float: left;
    color: #fff;
    padding-left: 18px;
    position: relative;
    text-align: left;
    margin-top: 6px;
}

.navList li {
    display: inline;
    list-style-type: none;
    text-align: left;
}

.navList li.navTop {
    border-right: 1px solid #0096ED;
    display: inline-block;
    padding: 0;
    height: 25px;
    overflow: hidden;
    line-height: 1;
}

.navList li.navTop:first-child,
.navList li.navTop:first-child a {
    padding-left: 0;
}

.navList li.navTop:last-child {
    border: 0;
}

.mainNavDivider {
    width: 1px !important;
    padding: 0 !important;
    vertical-align: middle;
    display: inline-block;
    border-left: 1px solid #cccccc;
}

.navList li a {
    color: #ffffff;
    font-family: "ProximaNovaBold", Arial, serif;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 3px 12px;
}

.navList li:hover,
.navList li a:hover {
    color: #FC9B00;
    transition: 0.5s;
}

.multiviewInc {
    bottom: 2px;
    float: right;
    font-size: 12px;
    position: absolute;
    right: 10px;
}

.subNav {
    z-index: 20;
    position: absolute;
    width: 960px;
    display: none;
    left: 0;
    top: 24px;
    border-top: 25px solid #0045a4;
}

.navContent {
    background-color: #0096ED;
    margin: 0 auto;
    color: #F2F2F2;
    max-width: 960px;
    position: relative;
    box-shadow: 0px 2px 0px 0px #0045a4;
    margin-bottom: 30px;
    border-radius: 0;
}


/* end NAVIGATION */


/* -- SUB NAV -- */

.subList {
    background: transparent;
    float: left;
    margin: 20px;
    width: 90%;
    font-size: 14px;
    line-height: 1.4;
}

.subList h2 {
    color: #ffffff;
    margin-left: 15px;
    font-size: 24px;
}

.subsubList li {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 0 6px;
    vertical-align: top;
    width: 45%;
}

.subsubList li a {
    font-family: 'Proxima Nova', serif;
    font-size: 14px;
    color: #ffffff;
}

.subsubList li a:hover {
    color: #0045A4;
    text-decoration: underline;
}

.subsubList li p {
    border-top: 1px solid #444444;
    padding-top: 4px;
    color: #b2b2b2;
}

.subList,
.close {
    font-size: 12px;
}

.subNav a:hover {
    color: #ffffff;
}

.close {
    float: right;
}

.close a {
    color: #fff;
}

.close img {
    vertical-align: middle;
}


/*-- mobile nav --*/

.navListMobile {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.shareListMobile {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.shareClose {
    margin: 0 auto 10px;
    width: 244px !important;
}

.shareListMobile .headerShare {
    margin: 10px 20px 40px;
}

.mobileShare {
    margin: 10px 20px 40px;
}

#mobileShare {
    background-color: #000;
}

.navListMobile li {
    display: block;
    margin: 0 auto 10px;
    padding: 0 6px;
    vertical-align: top;
    text-align: center;
    width: 80%;
}

.navListMobile li a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    border-bottom: 1px solid #fff;
}

.mobileClose {
    text-align: right !important;
    background-color: transparent !important;
}

.mobileClose a {
    padding: 0 !important;
}


/* -- end SUB NAV -- */


/*  SHARE ------------  */

.sideShareDiv {
    left: -11px;
    margin: 0 auto 30px;
    top: -2px;
    max-width: 960px;
    height: 50px;
    width: 960px;
    text-align: right;
}

.footerShareDiv {
    float: right;
    margin: 20px 0 10px 20px;
}

.footerShare {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}

.footerShare:hover {
    background-position: 0 -33px;
}

#twitterFooter {
    background-image: url(/images/main/twitterShare_btn_footer.png);
}

#facebookFooter {
    background-image: url(/images/main/facebookShare_btn_footer.png);
}

#linkedinFooter {
    background-image: url(/images/main/linkedinShare_btn_footer.png);
}


/*  SHARE ------------  */


/*  -----FOOTER---------  */


/* FOOTER */

.footer {
    /* height:415px; */
    width: 100%;
    text-align: center;
}

.footerSection {
    background-color: #0045A4;
    color: #fff;
    border: 0 none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 24px;
    position: relative;
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
}

.footer_logo {
    max-width: 255px;
    width: 100%;
    margin: 0 0 30px 0;
}

.footerLogoShares {
    height: 60px;
    width: 96%;
    text-align: center;
}

.footerLogo {
    background-image: url(/images/main/footerLogo.png);
    height: 28px;
    width: 146px;
    margin: 20px 30px;
    background-repeat: no-repeat;
    float: left;
}

.footerShareDiv {
    float: right;
    margin-right: 30px;
}

.footerShare {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}

.footerLinks {
    margin-bottom: 20px;
}

.footerLinks li {
    color: #B2B2B2;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
    float: left;
    width: 18%;
}

.footerLinks a {
    border-bottom: 1px solid #E2E2E2;
    display: inline-block;
    margin-bottom: 4px;
    font-family: ProximaNovaBold;
    font-size: 12px;
}

.footerShare:hover {
    background-position: 0 -33px;
}

#twitterFooter {
    background-image: url(/images/main/twitterShare_btn_footer.png);
}

#facebookFooter {
    background-image: url(/images/main/facebookShare_btn_footer.png);
}

#linkedinFooter {
    background-image: url(/images/main/linkedinShare_btn_footer.png);
}


/* header shares.... */

.headerShareDiv {
    float: right;
    margin: 12px 30px 0 0;
    text-align: right;
}

.headerShare {
    /* background-position: 0 -28px; */
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    width: 38px;
    margin-left: 8px;
    transition: .5s;
    border: 1px solid #fff;
    padding: 7px;
}

.headerShare svg {
    height: auto;
    width: 22px;
}

.headerShare:hover {
    background-color: #0096ED;
}

.mobileShare {
    background-position: 0 -28px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 8px;
    width: 28px;
}

.mobileShare:hover {
    background-position: 0 -28px;
}

#twitterHeader {
    background-image: url(/images/main/twitter_outline_white.png);
}

#facebookHeader {
    background-image: url(/images/main/fb_outline_white.png);
}

#linkedinHeader {
    background-image: url(/images/main/linkedin_outline_white.png);
}

#googleHeader {
    background-image: url(/images/main/googleShare_btn_header.png);
}


/* END header shares.... */

.footerContent {
    margin-top: 30px;
    margin-left: 30px;
    height: 255px;
}

.footerContent a,
.footerColumn {
    font-family: "Lucida Sans Unicode", "LucidaSansUnicodeRegular", "Arial", "serif";
    font-size: 9pt;
    line-height: 1.3em;
    color: #ffffff;
}

.footerColumn {
    height: 68px;
    padding-left: 10px;
    padding-right: 30px;
    float: left;
    text-align: left;
    display: inline;
    border-left: 1px solid #cccccc;
}

.addressBlock {
    height: 86px;
    width: 181px;
    padding-right: 20px;
}

.siteLink {
    width: 128px;
}

.vertNav {
    padding-left: 10px;
    padding-right: 30px;
    float: left;
}

.footerHeading {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    white-space: nowrap;
    margin-bottom: 3px;
    clear: both;
}

.vertNav .footerHeading {
    padding-bottom: 9px;
}

.footerHeading a {
    font-size: 12px;
}

.footerHeading a:hover {
    color: #bcbcbc;
    text-decoration: none;
}

.footerText {
    clear: both;
    display: inline;
    color: #fff;
    white-space: nowrap;
}

.footerText a {
    font-size: 9pt;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
}

.footerText a:hover {
    color: #bcbcbc;
    text-decoration: none;
}

.address {
    color: #bcbcbc;
    font-size: 9pt;
    width: 150px;
    position: absolute;
    right: -26px;
    top: 60px;
    text-align: left;
    padding-left: 5px;
}

.addressSection {}

.addressSection .footerColumn .footerText {}

.footerDivider {
    background-color: #b0b0b0;
    width: 2px;
    height: 80px;
    float: left;
}

.copyrightText {
    color: #fff;
    font-size: 9pt;
    clear: both;
}


/* ---- accordian --- */

.accordionWrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

.accordionSection {
    width: 100%;
    overflow: hidden;
    padding: 0;
    clear: both;
    position: relative;
}

.accordionTitle {
    background-image: url("/images/main/accordionSectionBg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    font-family: SemplicitaProLight, Arial;
    font-size: 28px;
    height: 43px;
    padding-left: 30px;
    padding-top: 11px;
    vertical-align: middle;
    width: 100%;
}

.accordionTitle:hover {
    background-position: 0 -54px;
}

.accordionTitleSelected {
    background-position: 0 -108px;
}

.accordionTitleSelected:hover {
    background-position: 0 -108px !important;
}

img.arrowControl {
    position: absolute;
    right: 70px;
    top: 21px;
}

.accordionContent {
    display: none;
    padding-top: 20px;
}

.accordionWrapper .accordionContent {
    position: relative;
    width: 100%;
    height: 430px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: hidden;
}


/* ---- /accordian --- */


/* ---------- popUps ---------------- */

.popUpPlus {
    background: transparent url(/images/main/plus.jpg) top left no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.tiledList .assnPopLink:hover>.popUpPlus {
    background-position: top right;
}

.assnPopLink {
    cursor: pointer;
}

.popUp {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #777777;
    box-shadow: 5px 5px 7px 0 #444444;
    margin: 100px auto 40px;
    padding: 20px 20px 30px;
    top: -56px;
    max-width: 650px;
    width: 80%;
    z-index: 900;
}

h2.popTitle {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-size: 200%;
    margin: 0;
    width: 100%;
    float: left;
}

.popClose {
    font-family: ProximaNovaRegular, Tahoma, Geneva, serif;
    float: right;
    padding: 0 6px 4px
}

.popClose:hover {
    cursor: pointer;
}

.popLogo {
    margin: 16px 20px 20px 0;
    float: left;
}

.assnPopTitle {
    margin: 10px 0 10px;
    font-size: 28px;
    font-weight: bold;
}

.popContent {
    font-size: 14px;
    line-height: 1.2;
}

.popTitleDiv {
    float: right;
    width: 74%;
    margin-bottom: 20px;
}

.assnTile {
    border-top: 1px solid #b2b2b2;
}

.assnTile li {
    padding: 4px 0;
    border-bottom: 1px dotted #b2b2b2;
}

.popNav {
    background-color: #E2E2E2;
    overflow: auto;
    padding: 6px 10px 6px 20px;
    text-align: left;
}

.blackOut {
    background: transparent url(/images/main/blackOut.png) top left repeat;
    height: 100%;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
}


/* -------------- EMAIL FORM ------------ */

.emailForm label {
    font-family: ProximaNovaBold, serif;
    font-size: 121.5%;
    line-height: 2;
    text-transform: uppercase;
}

.emailForm input {
    height: 32px;
}

.emailForm textarea {
    padding: 6px;
}

.emailForm input,
textarea {
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 3px 0 #B2B2B2 inset;
    font-family: "Lucida Sans Unicode", "LucidaSansUnicodeRegular", "Arial", "serif";
    font-size: 121.5%;
    overflow: hidden;
    width: 100%;
    min-width: 98%;
    max-width: 98%;
    color: #484848;
    padding: 0 6px;
}

div.button {
    max-width: 160px;
    padding: 2px 10px;
    font-family: ProximaNovaBold, serif;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    text-align: center;
}

button.button {
    width: auto !important;
    padding: 2px 6px;
    font-family: ProximaNovaBold, serif;
    text-transform: uppercase;
    color: #484848;
    cursor: pointer;
}

.button:hover {
    cursor: pointer;
}

.popUpEmail {
    background: url("/images/main/cbarBG.png") repeat-x scroll left top #565656;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 28px !important;
    letter-spacing: 1px;
    padding-bottom: 1px;
    padding-left: 30px !important;
    padding-top: 7px !important;
    text-transform: uppercase;
    z-index: 100;
}

.popUpEmail img {
    vertical-align: text-bottom;
    margin-right: 6px;
}


/* ------ BUTTONS ---------------- */

.actionTitle {
    bottom: -60px;
    font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.actionTitle h2 {
    color: #ffffff;
    font-family: ProximaNovaSemiboldItalic, serif;
}

.audLinks {
    background-color: #C2C2C2;
    border: 1px solid #CCCCCC;
    border-radius: 100px 100px 100px 100px;
    color: #FFFFFF;
    height: 160px;
    text-align: center;
    width: 160px;
}

.audLinks:hover {
    cursor: pointer;
    background-color: #e2e2e2;
}

.contentList h2 {
    margin: 0;
    font-size: 14px;
    font-family: ProximaNovaBold, serif;
}


/* ---- CONTENT ARTICLES --- */

.image_left span,
.image_right span,
.image_center span,
.image_full span {
    display: inline-block;
    text-align: left;
}

.image_left p,
.image_right p,
.image_center p,
.image_full p {
    font-size: 11px;
    text-align: right !important;
    width: 100%;
    max-width: 630px;
}

.image_left img,
.image_right img,
.image_center img {
    border: 1px solid #cccccc;
    width: 100%;
    max-width: 630px;
}

.image_full img {
    border: 1px solid #cccccc;
    max-width: 99%;
}

.image_left {
    float: left;
    margin: 0 20px 10px 0;
    width: 48%;
}

.image_right {
    float: right;
    margin: 0 0 10px 10px;
    width: 48%;
}

.image_center {
    margin: 0 auto 10px;
    max-width: 100%;
}

.image_full {
    margin: 0 0 10px;
    width: 100%;
}

.image_full span {
    display: inline-block;
    float: left;
    text-align: left;
}

.image_center img,
.image_center p img {
    margin: 0 auto;
    max-width: 100%;
    max-width: 630px;
}

.image_center a,
.image_center p a {
    text-align: right;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.commentBox {
    width: 60px;
}

.commentCount {
    background-color: #3061A4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
    font-size: 41px;
    line-height: 0.9;
    margin-top: 3px;
    min-width: 41px;
    padding: 3px 8px 5px;
    text-align: center;
}

.fbCount {
    padding: 5px 8px 8px;
}

.commentCountBtm {
    background: transparent url(/images/main/commentBkgnd.png) top left no-repeat;
    height: 16px;
}

.commSmall {
    background: url("/images/main/commentSmall.png") no-repeat 0px 2px transparent;
    height: 24px;
    float: left;
    margin-right: 10px;
    min-width: 28px;
    text-align: center;
    color: #ffffff;
    padding-top: 4px;
}

.commentHeader {
    background-color: #3061A4;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    font-family: 'ProximaNovaBold', serif;
    font-size: 18px;
    padding: 2px 6px 2px 16px;
}

.commentContainer {
    margin: 30px 0;
}

.commentContainer input {
    margin-top: 10px;
}

.commentContainer textarea {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.comment {
    padding: 0 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

.loginComm {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: f2f2f2;
    padding: 10px 20px 16px;
}

.loginComm label {
    width: 70px;
    display: inline-block;
}

.surveyTable td {
    padding: 10px;
}

.surveyTable li {
    list-style: inside;
}

.medSmall {
    color: #686868;
    padding: 0;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 11px;
    margin: 5px 0 0 0;
}


/* ------ SHARE -------------- */

.contentShare {
    font-size: 18px;
    font-weight: bold;
    color: #0045A4;
    display: inline-block;
    padding-top: 2px;
    margin: 0 0 20px;
}

.contentShare a {
    display: inline-block;
    height: 30px;
    margin: 1px 7px 0 0;
    width: 30px;
    /* border: 1px solid #000; */
    padding: 2px 6px;
}

.contentShare a:hover {
    background-color: #0096ED;
    border-color: #0096ED;
}

.contentShare a svg {
    fill: #000;
}

.safari .contentShare a svg,
.safari .headerShare1 svg {
    height: 18px;
}

.chrome.macintel .contentShare a svg {
    margin-top: 3px;
    padding-top: 0;
}

.chrome.macintel .headerShare1 svg {
    padding-top: 3px;
    margin-top: 0;
}



.contentShare a:hover svg {
    fill: #fff;
}

.contentShare .author_contact {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    text-transform: uppercase;
}

.safari.macintel .contentShare .author_contact {
    margin-top: 8px !important;
}


.safari.macintel .author_bg .contentShare .author_contact {
    margin-top: 4px !important;
}

.safari .contentShare a {
    display: inline-flex;
    padding: 4px 6px !important;
}

.safari .author_bg .contentShare a {
    display: inline-block;
}

.articleShareTweet {
    background: transparent url("/images/main/tweetShare_1.png") top left no-repeat;
}

.articleShareTweet:hover {
    background: transparent url("/images/main/tweetShare_white.png") top left no-repeat;
}

.articleShareFB {
    background: transparent url("/images/main/facebookShare_1.png") top left no-repeat;
}

.articleShareFB:hover {
    background: transparent url("/images/main/facebookShare_white.png") top left no-repeat;
}

.articleShareEmail {
    background: transparent url("/images/main/emailShare.png") top left no-repeat;
}

.articleShareG {
    background: transparent url("/images/main/gShare.png") top left no-repeat;
}

.articleShareLi {
    background: transparent url("/images/main/liShare_1.png") top left no-repeat;
}

.articleShareLi:hover {
    background: transparent url("/images/main/liShare_white.png") top left no-repeat;
}

.articleShareTmblr {
    background: transparent url("/images/main/tmblrShare.png") top left no-repeat;
}

.articleShareTweet:hover,
.articleShareFB:hover,
.articleShareEmail:hover,
.articleShareG:hover,
.articleShareLi:hover,
.articleShareTmblr:hover {
    background-position: bottom left;
}


/* ------- Polls ------- */

.poll {
    border-top: 4px solid #777777;
    border-bottom: 1px solid #777777;
    padding: 10px 0;
    margin-bottom: 20px;
}

.vwm_polls_poll {
    font-size: 13px;
}

.vwm_polls_poll ul {
    margin: 10px 0;
}


/* ---------------- buttons ------------------ */

.buttonLink {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    padding: 4px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid #cccccc;
    background-color: #7d93be;
    color: #ffffff;
}

.buttonLink:hover {
    background-color: #284e97;
    color: #ffffff;
}

.photoCred {
    font-size: 11px;
    text-align: right;
    line-height: 1.5;
}


/* ------------- pagintation ------------------ */

.pagination {
    /* border-top: 1px solid #0045a4; */
    /* border-bottom: 1px solid #0045a4; */
    margin: 18px 0 0 0;
    /* background-color: #0096ed12; */
    padding: 0px;
}


/* ------------ tiled list (associations) ----- */

.tiledList li {
    width: 21.5%;
    margin-bottom: 14px;
    float: left;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    height: 180px;
    border: 1px solid #d2d2d2;
    padding: 6px;
}

.tiledList p {
    font-size: 11px;
    line-height: 1.15;
    padding: 0;
    margin-bottom: 0;
    min-height: 38px;
}

.tiledList .viewMore {
    margin-top: 8px;
}

.tiledList li:hover {
    border-color: #6196C9;
    cursor: pointer;
}

.tileImg {
    max-width: 100%;
    margin-bottom: 6px;
}

#navIcon {
    /* background: url("/images/main/navIcon2.png") no-repeat scroll top left transparent; */
    height: 26px;
    padding: 0 !important;
    width: 26px;
    vertical-align: text-bottom;
    margin-left: 6px;
    margin-right: 15px;
    display: none;
    transition: 0.5s;
    overflow: hidden;
}

#shareIcon {
    background: url("/images/main/shareIcon.png") no-repeat scroll top left transparent;
    height: 26px;
    padding: 0 !important;
    width: 26px;
    vertical-align: text-bottom;
    margin-right: 20px;
    display: none;
}

#navIcon.close {
    cursor: pointer;
    background-position: bottom left;
}

#navIcon #close {
    display: none;
}

#navIcon #open {
    display: block;
}

#navIcon.close #close {
    display: block;
}

#navIcon.close #open {
    display: none;
}

.mobile {
    display: none;
}

.topLeft {
    float: left;
}

.topRight {
    float: right;
}

.leaderBoard img {
    max-width: 648px;
    width: 100%;
}

.skyBox img {
    max-width: 216px;
    width: 100%;
}

.main .exclusive {
    display: none;
}

.flexible-content img {
    max-width: 100%;
    height: auto;
}

.pagination a {
    padding: 3px 8px;
    border: 1px solid #707070;
    color: #000;
    transition: 0.5s;
}

.pagination {
    display: flex;
    text-align: left;
    color: #000;
    margin-top: 36px;
}

.pagination div {
    padding: 0 10px 0 0;
}

.pagination strong,
.pagination a:hover {
    padding: 3px 8px;
    background-color: #0096ED;
    border: 1px solid #0096ED;
    color: #fff;
    transition: 0.5s;
}


/* --------------- media queries for mobile and tablets -------------- */

@media all and (min-width: 0px) and (max-width: 460px) {
    .skyBox {
        background-color: #e2e2e2;
        display: block;
        padding: 0 10px;
        text-align: center;
    }

    .sideBar .contentList,
    .sideBar h2 {
        float: none;
    }
}

@media all and (min-width: 0px) and (max-width: 539px) {
    .navList li a {
        padding: 6px;
    }

    .searchBar input {
        width: 150px;
    }

    .cMargin {
        margin: 0 20px;
    }

    .navList {
        padding-left: 14px;
    }

    .subHeadTitle {
        display: none;
    }

    .headerBAK {
        padding-top: 14px;
    }

    .headerShareDiv {
        margin-right: 20px;
    }

    .mvPowered {
        display: none;
    }

    .mainColumn,
    .sideBar {
        float: none;
        width: auto;
    }

    .mainPageImg {
        float: none;
        margin: 0;
        max-height: none;
        max-width: 400px;
        width: 100%;
    }

    .mainPageImg {
        width: 100%;
    }

    .slider p {
        font-size: 18px;
    }

    .medSmall {
        color: #686868;
        padding: 0;
        text-transform: uppercase;
        font-family: 'ProximaNovaBold', serif;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        margin: 5px 0 5px 0;
    }

    .mobile {
        display: inline-block;
    }

    .mainList .tile {
        float: none;
        width: 100%;
    }

    .mainList h3 {
        font-size: 18px;
    }

    .wImg {
        min-height: 60px;
    }

    .tile {
        padding-top: 6px;
    }

    .tile .listImg {
        float: left;
        margin-right: 10px;
        width: 100%;
        /* height: auto; */
    }

    .tileText {
        float: left;
        width: 100%;
    }

    h2.popTitle {
        font-size: 170%;
    }

    .popLogo {
        float: none;
        margin: 8px auto;
        width: 146px;
    }

    .popTitleDiv {
        width: 100%;
        float: none;
        margin-bottom: 8px;
    }

    .popContent h2 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .assnPopTitle {
        font-size: 19px;
        font-weight: bold;
        margin: 0;
    }

    .popNav {
        padding: 6px 10px 0;
    }

    .image_right,
    .image_left {
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
    }
}

.rssLink {
    padding-left: 35px;
    background: url(/images/main/icon-rss.jpg) no-repeat;
    margin-bottom: 20px;
}

.rssLink a {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}


/*==== css update on 4/25/2023 By SEBPO ====*/

.main {
    color: #00674a;
    border-bottom: 3px solid #00b771;
    text-transform: capitalize;
}

.sectionHeader {
    color: #22D578;
    border-bottom: 4px solid #686868;
}

.coradd {
    color: #48c6ff;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
}

a {
    color: #000000;
}

.slider h2 a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider h2 a:hover {
    color: #fc9b00;
    text-decoration: none;
}

a.industryTag {
    background-color: #0096ED;
    color: #fff;
    padding: 0px 7px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 2;
    text-align: left;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

li.tRight.viewMore a {
    color: #0045A4 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

#twitterHeader,
#linkedinHeader,
#facebookHeader,
#googleHeader {
    /* border-radius: 50%; */
}

.tileText h3 a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tileText h3 a:hover {
    text-decoration: none;
    color: #fc9b00;
}

.center a {
    color: #48C7FF;
    font-weight: lighter;
}

.curlBkgnd a {
    color: #686868;
}

strong.coradd {
    color: #48c6ff;
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
}


/*
.shadow-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 1;
	background: linear-gradient(83deg, rgba(255, 0, 85, 0) 45%, #000000 89%);
}
*/

.shadow-box {
    position: absolute;
    width: 38%;
    height: 95%;
    top: 0;
    right: 0;
    opacity: 0.3;
    background: #000;
}

@media (min-width: 600px) {

    #mobileNav,
    #mobileShare {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    li.topList.left {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    li.topList.right {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
}

.articleBody h2 {
    font-weight: bold;
    color: #000000;
}

.articleBody p {
    color: #525252;
}

span.authorName a {
    color: #0096ED;
}

p.mainWidth span {
    color: #525252;
}

.mainColumn>h2 {
    color: #C53904 !important;
    font-weight: 700;
    border-bottom: 3px solid #F99B03 !important;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    text-transform: capitalize;
}

.articleBody p {
    font-size: 16px;
    line-height: 16.25px;
    color: #000000;
    font-family: 'Proxima Nova', serif;
}

.subListing p {
    font-size: 16px;
    line-height: 1.3;
    color: #000000 !important;
    margin-bottom: 0;
    font-family: 'Proxima Nova', serif;
}


h3 {
    font-weight: bold;
}

.contact_p10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchbar {
    position: relative;
    min-width: 30px;
    height: 30px;
    width: 0%;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border: 2px solid #fff;
    margin-right: 3px;
    float: right;
    right: 24px;
}

.searchbar-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0px 30px 0px 5px;
    font-size: 18px;
    color: #0045A4;
    border-radius: 0px;
}

.searchbar-input::-webkit-input-placeholder {
    color: #fff;
}

.searchbar-input:-moz-placeholder {
    color: #fff;
}

.searchbar-input::-moz-placeholder {
    color: #fff;
}

.searchbar-input:-ms-input-placeholder {
    color: #fff;
}

.searchbar-icon,
.searchbar-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Roboto Slab';
    font-size: 18px;
    right: 0;
    padding: 0px 0 0 3px;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #0045A4;
    /* border-left: 1px solid white; */
    border-top: 0;
    border-bottom: 0;
}

.searchbar-icon:hover,
.searchbar-icon:focus,
.searchbar-icon:active {
    background-color: #0096ED;
}

.searchbar-open {
    width: 260px;
}

.pd-left {
    padding-left: 24px !important;
}

.pd-right {
    padding-right: 24px !important;
}

.pd-bottom {
    padding-bottom: 24px !important;
}

.pd-top {
    padding-top: 24px !important;
}

.pd-all {
    padding: 24px !important;
}

.mr-left {
    margin-left: 24px !important;
}

.mr-right {
    margin-right: 24px !important;
}

.mr-bottom {
    margin-bottom: 24px !important;
}

.mr-top {
    margin-top: 24px !important;
}

.mr-all {
    margin: 24px !important;
}

.headerShareDiv.mobile-share {
    display: none;
}

.safari .featureContent .medSmall {
    margin: 0px !important;
}

.safari .subListing p {
    margin-top: 10px;
}

.safari .articleList .medSmall {
    margin: 0px !important;
}

.sixteen-nine-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
}

.sixteen-nine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.safari .headerShareDiv.mobile-share .headerShare {
    padding: 5px !important;
}

@media all and (max-width: 680px) and (min-width: 461px) {
    .skyBox {
        background-color: #ffffff;
        display: block;
        padding: 0 10px 0 0;
        text-align: center;
    }

    .sideBar .contentList,
    .sideBar h2 {
        float: none;
        width: 100%;
    }

    .sideBar h2 {
        width: 98%;
    }
}

@media all and (max-width: 680px) and (min-width: 0px) {

    #navIcon,
    #shareIcon {
        display: inline-block;
        margin-top: 6px;
        float: right;
        @charset "utf-8";

        /* CSS Document */
        /* /fonts/ */
        @font-face {
            font-family: 'ProximaNovaBold';
            src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'ProximaNovaLight';
            src: url('/fonts/ProximaNova-Light.woff2') format('woff2'), url('/fonts/ProximaNova-Light.woff') format('woff'), url('/fonts/ProximaNova-Light.ttf') format('truetype');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Proxima Nova';
            src: url('/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/fonts/ProximaNova-Regular.woff') format('woff'), url('/fonts/ProximaNova-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        body {
            color: #000000;
            font-family: 'Proxima Nova', serif;
            background-color: #F2F2F2;
            font-size: 72%;
            line-height: 1.5;
            min-width: 300px;
        }

        a {
            text-decoration: none;
            color: #3061a4;
        }

        a:hover {
            text-decoration: none;
            color: #fc9b00
        }

        ul {
            list-style: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .clearFix {
            clear: both;
            display: block;
        }

        .left {
            float: left;
        }

        .right {
            float: right;
        }

        .center {
            text-align: center;
        }

        .tLeft {
            text-align: left;
        }

        .tRight {
            text-align: right;
        }

        .auto {
            overflow: auto;
        }

        .headerDiv {
            background-color: #ffffff;
            border-bottom: 1px dotted #b2b2b2;
            /*-webkit-box-shadow: 0px 2px 6px 2px #777777;
        box-shadow: 0px 2px 6px 2px #777777; */
            text-align: center;
            z-index: 200;
        }

        .headerDivBAK {
            /*	background-color:#ffffff;
        	-webkit-box-shadow: 0px 2px 6px 2px #777777;
        box-shadow: 0px 2px 6px 2px #777777; */
            text-align: center;
            z-index: 10;
        }

        .mainLogo {
            float: left;
        }

        .subHeadTitle {
            margin: 0;
            text-align: right;
            margin-right: 12px;
            font-size: 11px;
            font-weight: 600;
        }

        .indHeaderDiv {
            /*
        	border-bottom:1px dotted #b2b2b2;
        	-webkit-box-shadow: 0px 2px 6px 2px #777777;
        box-shadow: 0px 2px 6px 2px #777777; */
            z-index: 200;
            margin: 0 auto 0;
        }

        .indHeaderDiv {
            width: 960px;
        }

        .header {
            z-index: 100;
            margin: 0 auto;
            max-width: 960px;
            width: 960px;
            text-align: left;
        }

        .headerBAK {
            margin: 0 auto 0;
            padding-top: 23px;
            padding-bottom: 0;
            text-align: left;
            max-width: 960px;
            z-index: 100;
            background: #0045A4;
            color: #fff;
            /*background:transparent url(/images/main/multiviewEye01.png) top right no-repeat;*/
        }

        .industryHead {
            z-index: 100;
            margin: 0 auto 10px;
            max-width: 960px;
            text-align: left;
        }

        .wrapper {
            width: 100%;
            text-align: center;
        }

        .content {
            background-color: #FFFFFF;
            font-size: 15px;
            line-height: 1.6;
            text-align: left;
        }

        .wrapper .content {
            margin: 0 auto;
            min-height: 500px;
            max-width: 960px;
            z-index: 10;
        }

        .cMargin {
            margin: 0px !important;
            padding: 24px;
        }

        .text {
            font-size: 118.5%;
            line-height: 1.4;
        }

        .small {
            font-size: 10px;
        }

        .bold {
            font-weight: bold;
        }

        .contentList li {
            padding: 3px 6px;
            border-bottom: 1px dotted #c9c9c9;
            font-size: 12px;
        }

        .contentList li:hover {
            background-color: #f2f2f2;
        }

        .mainColumn {
            width: 100%;
        }

        h1 {
            font-family: 'Roboto Slab', serif;
            font-size: 36px;
            font-weight: bold;
            line-height: 1.1;
            margin: 0 0 10px 0;
            color: #1A4E81;
        }

        .content h1 {
            width: 70%;
        }

        .mainColumn h1 {
            width: 100%;
            text-transform: capitalize;
        }

        .slider h2 {
            width: 100%;
            font-size: 32px !important;
            font-family: 'Roboto Slab', serif !important;
            font-weight: 600 !important;
            border-bottom: 0px !important;
        }

        .main {
            font-family: 'Roboto Slab', serif;
            font-weight: bold;
            line-height: 1.2;
            margin: 0 0 24px;
            padding-bottom: 5px;
            color: #1A4E81;
            border-bottom: 4px solid #9F998F;
        }

        .articleCol h1 {
            width: 100%;
            font-size: 34px;
        }

        .articleTop {
            width: 70%;
        }

        h1 p {
            font-family: 'ProximaNovaRegular', serif;
            font-size: 16px;
            margin-top: 10px;
        }

        h1 p span {
            font-size: 14px;
        }

        .white {
            color: #ffffff;
        }

        h2 {
            margin: 0 0 10px;
            padding: 0;
            color: #555555;
            /*font-family: 'ProximaNovaBold', serif;*/
            font-family: 'Roboto Slab', serif;
            font-size: 32px;
            letter-spacing: 0.01em;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .sideLogo {
            max-width: 58%;
            margin: 10px auto;
        }

        .sideBox {
            border-color: #F8F8F8;
            border-image: none;
            border-style: solid;
            border-width: 6px 0;
            padding: 10px;
            text-align: center;
            background-color: #f8f8f8;
        }

        .blue {
            color: #48c6ff;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
        }

        .pageName {
            margin: 0;
            padding: 0;
            color: #6b6a6a;
            font-family: 'ProximaNovaRegular', serif;
            font-size: 16px;
            letter-spacing: 0.01em;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .sideMargin h2 {
            font-family: ProximaNovaBold;
            margin-bottom: 4px;
        }

        .pageName {
            font-size: 14px;
            margin-bottom: 30px;
        }

        .sideBar {
            float: right;
            line-height: 1.2;
            margin: 0 0 20px;
            width: 24%;
        }

        .sideBar h2 {
            background: #686868;
            font-weight: normal;
            font-size: 18px;
            color: #ffffff;
            padding: 4px 0 4px 10px;
            /*border-radius: 6px 6px 6px 6px;
        	-webkit-border-radius: 6px 6px 6px 6px; */
            margin: 0 0 2px;
        }

        h3 {
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Roboto Slab', serif;
            line-height: 1.2em;
            margin: 0 0 3px;
            letter-spacing: 0.01em;
        }

        h4 {
            color: #495968;
            font-size: 13px;
            font-weight: normal;
            font-family: 'Roboto Slab', serif;
            line-height: 1.2em;
            margin: 0 0 3px;
            letter-spacing: 0.01em;
        }

        .sideBar h3 {
            border-bottom: 2px solid #B2B2B2;
            color: #333333;
            margin: 10px 0 6px;
            padding-bottom: 3px;
        }

        .sideBar ul {}

        .script {
            font-family: 'Lobster', cursive;
        }

        p {
            margin-bottom: 6px;
            padding-bottom: 10px;
        }

        .cellOne {
            margin-right: 14px;
        }

        .cellTwo {
            margin-right: 14px
        }

        .cellThree {
            margin-right: 0;
        }

        .caps {
            text-transform: uppercase;
        }

        .blue {
            color: #48c6ff;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
        }

        .italic {
            font-style: italic;
        }

        .smDivide {
            display: inline-block;
            margin: 0 4px;
            color: #777777;
            font-family: symbol;
        }

        .iBlock {
            display: inline-block;
        }

        .hide {
            display: none;
        }

        .hash {
            background-image: url(../images/main/hashmarks.png);
            background-position: top left;
            background-repeat: repeat-x;
        }

        /* ------------ main page -------------------- */
        .indHeadTitle {
            color: #333333;
            font-family: 'Roboto Slab', serif;
            font-size: 34px;
            font-weight: 700;
            line-height: 1.1;
            margin: 10px 0 0;
        }

        .industryList li {
            float: left;
            width: 30%;
            margin-right: 10px;
        }

        .slider {
            /* line-height: 1.2; */
            margin-bottom: 24px;
            padding: 0;
        }

        .slider p {
            font-size: 13px;
            padding-bottom: 0;
        }

        .industryTag {
            text-align: right;
            display: block;
            margin-top: 4px;
            font-size: 11px;
        }

        .mainList {
            margin-bottom: 10px;
            display: grid;
            grid-template-columns: 33% auto 33%;
            padding: 0;
            margin: 0;
        }

        .topList {
            border-bottom: 1px dotted #CCCCCC;
            font-size: 12px;
            font-weight: bold;
            height: 22px;
            line-height: 1.1;
            margin: 3px 0 1px;
            padding: 0 6px 7px;
            width: 47%;
        }

        .titleList {
            float: left;
            width: 31%;
            font-size: 11px;
            margin-bottom: 6px;
            margin: 0 14px 2px 0;
            padding: 2px 0 3px;
            line-height: 1.1;
            border-bottom: 1px dotted #cccccc;
        }

        .tileText h3 {
            margin-bottom: 0;
        }

        .mainList p {
            font-size: 12px;
        }

        .mainPageImg {
            margin: 0;
            height: auto;
            max-width: 940px;
            width: 100%;
        }

        .featureContent {
            background: #fff;
            padding: 24px;
            position: absolute;
            top: auto;
            right: 0;
            bottom: 10%;
            width: 60%;
            overflow: hidden;
        }

        .tile {
            overflow: hidden;
        }

        .wImg {
            min-height: 170px;
        }

        .mainList li:nth-child(3) {
            padding-right: 0;
        }

        .listImg {
            height: 151px;
            margin-bottom: 10px;
            overflow: hidden;
            width: 100%;
        }

        .listImg img {
            max-width: 100%;
            /*position: absolute;
        	top: -20px;*/
        }

        .sectionHeader {
            border-bottom: 4px solid #9F998F;
            color: #1A4E81;
            font-family: 'Roboto Slab', serif;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.2;
            margin: 0 0 10px;
            padding-bottom: 6px;
        }

        .articleList {
            margin: 15px 0;
        }

        .articleList h3 {
            font-size: 24px;
            line-height: 1.3;
            margin: 0 0 2px;
            font-family: 'Roboto Slab', serif;
        }

        .articleList p {
            font-size: 13px;
            line-height: 1.25;
            padding: 0;
            margin-bottom: 0;
        }

        .viewMore {
            text-align: right;
            border-bottom: none !important;
            display: block;
            font-size: 12px;
            font-weight: bold;
        }

        .viewMore a {
            /*background: transparent url(/images/main/arrowAnim.png) top left no-repeat;*/
            width: 14px;
            height: 14px;
            padding-left: 16px;
        }

        .viewMore a:hover {
            cursor: pointer;
            background-position: bottom left;
        }

        .viewMore:hover {
            background-color: #ffffff !important;
        }

        .checkAnim {
            background: transparent url(/images/main/checkAnim.png) top left no-repeat;
            height: 14px;
            padding-left: 16px;
        }

        .checkAnim:hover {
            cursor: pointer;
            background-position: bottom left;
        }

        .subListing {
            margin: 0 0 18px 0;
        }

        .button {
            background: #48C7FF url(/images/main/buttonArrow.png) center right no-repeat;
            display: inline-block;
            padding: 7px 16px 7px 10px;
            font-size: 12px;
            color: #ffffff;
            text-transform: uppercase;
            border-radius: 17px;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
        }

        .button:hover {
            background-color: #2ea7dc;
            cursor: pointer;
        }

        .tenSpacer {
            margin: 10px 0;
        }

        .assnImg {
            display: inline-block;
            margin: 2px 10px 2px 0;
            vertical-align: top;
            width: 36px;
        }

        .assnTitle {
            display: inline-block;
            width: 68%;
        }

        /* ------------------ ads ------------------------- */
        .ad {
            max-width: 100%;
            border: 1px solid #cccccc;
            margin-bottom: 10px;
        }

        .sideBar .ad {
            margin-bottom: 20px;
        }

        /* ---- colors --- */
        .bOrange {
            background-color: #B9410D;
        }

        .orange {
            color: #B9410D;
        }

        .bOrange .content {
            border: 10px solid #812D09;
            border-top: none;
        }

        .greyBkgnd {
            background-color: #f2f2f2;
        }

        .articleBody {
            font-family: 'Proxima Nova', serif;
        }

        .articleBody ul li {
            list-style: disc outside none;
            margin-left: 6px;
            color: #686868;
            font-size: 13px;
        }

        .articleBody ol li {
            list-style: outside decimal none;
            font-size: 13px;
        }

        .articleBody ul,
        .articleBody ol {
            margin: 10px 20px 30px 25px;
            padding: 0 !important;
        }

        .image_right img,
        .image_left img {
            max-width: 100%;
            /* padding:8px;
        	border:1px solid #cccccc;*/
        }

        .blueFade {
            background: transparent url("/images/main/fadeBkgnd.jpg") bottom left repeat-x;
        }

        .curlBkgnd {
            /* background:transparent url(/images/main/curledBkgnd.png) top right no-repeat; */
            padding: 30px 0 10px 10px;
            background-color: #F8F8F8;
        }

        .curlBkgnd,
        .curlBkgnd a {
            color: #ffffff;
            width: 95%;
        }

        .theCurl {
            width: 100%;
            max-width: 162px;
        }

        /* ---------- author bio shtuff --------- */
        .authorBlock {
            border-top: 1px dotted #777;
            border-bottom: 1px dotted #777;
            padding: 10px 0;
            margin: 20px 0 40px;
        }

        .authorImg {
            width: 100px;
            height: 100px;
            float: left;
            margin: 4px 20px 0 0;
            border: 3px solid #00664A;
            border-radius: 50%;
            overflow: hidden;
        }

        .authorImg img {
            max-width: 100%;
        }

        .authorName {
            font-weight: 700;
            font-size: 18px;
            display: block;
            line-height: 1;
        }

        .authorBlock p {
            font-size: 12px;
        }

        /* COUNTER */
        .counterSection {
            height: 65px;
            width: 915px;
            padding-top: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        .counterSection a:hover {
            text-decoration: none;
        }

        .industryCount {
            float: right;
            margin-right: 28px;
        }

        .num {
            float: left;
            width: 32px;
            height: 58px;
            background-image: url(images/counterBG.png);
            background-repeat: no-repeat;
            margin: 1px;
            color: #ffffff;
            font-size: 50px;
            vertical-align: middle;
            text-align: center;
            font-family: "HelveticaNeue-Light", serif;
            z-index: 1;
            position: relative;
        }

        .numDivider {
            width: 32px;
            height: 2px;
            background-image: url(images/countDivider.png);
            background-repeat: no-repeat;
            position: absolute;
            z-index: 2;
            top: 28px;
            left: 0;
        }

        .testimonialLink {
            border-top: 1px solid #777777;
            color: #333333 !important;
            display: block;
            margin-top: 3px;
            padding-top: 3px;
        }

        .turq a {
            color: #444444;
            font-family: ProximaNovaReg, serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.15em;
            line-height: 1.4;
            padding-left: 3px;
            display: block;
        }

        .partnerCount table {
            margin-bottom: 10px;
        }

        .partnerCount {
            margin-bottom: 10px;
        }

        /* END COUNTER */
        .logo {
            font-size: 15px;
            margin: 0 0 0 30px;
            float: left;
        }

        .indLogo {
            float: left;
            font-size: 15px;
            margin: 8px 20px 0 10px;
            width: 98%;
        }

        .indLogo p {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .logo img {
            margin: 0 12px 0 0;
            max-width: 255px;
            width: 100%;
        }

        /* NAVBAR */
        .loginBox {
            right: 5px;
            bottom: -3px;
            width: 305px;
            height: 111px;
            background-image: url(../images/main/bgimg16.png);
            background-position: top left;
            background-repeat: repeat-x;
            background-color: #ffffff;
            border: 1px solid #ccc;
            -moz-box-shadow: 5px 5px 5px #ccc;
            -webkit-box-shadow: 5px 5px 5px #ccc;
            box-shadow: 5px 5px 5px #ccc;
            z-index: 125;
            display: none;
        }

        .loginClose {
            float: right;
            width: 12px;
            height: 11px;
            background-image: url(../images/main/smallCloseBtn.png);
            background-repeat: no-repeat;
            cursor: pointer;
            margin-top: 2px;
            margin-right: 3px;
        }

        .lightInput {
            border: 1px solid #eee;
            padding: 2px;
            color: #737373
        }

        /* --- SEARCH BAR --- */
        .searchBar {
            display: inline-block;
            margin: 6px 27px 0;
        }

        .searchBar img {
            vertical-align: text-bottom;
        }

        .searchBar input {
            border: none;
            -webkit-border-radius: 12px;
            border-radius: 0px;
            width: 200px;
            height: 20px;
            color: #565656;
            /*	background:#ffffff url('/images/main/searchIcon2.png') right center no-repeat; */
            padding: 0 8px;
        }

        /* --NAVIGATION -- */
        .navBar {
            max-width: 960px;
            margin: 0 auto;
            background-color: #0045A4;
            color: #fff;
            padding: 20px 0 15px 0;
        }

        .navList {
            float: left;
            color: #fff;
            padding-left: 18px;
            position: relative;
            text-align: left;
            margin-top: 6px;
        }

        .navList li {
            display: inline;
            list-style-type: none;
            text-align: left;
        }

        .navList li.navTop {
            border-right: 1px solid #0096ED;
            display: inline-block;
            padding: 0;
            height: 25px;
            overflow: hidden;
            line-height: 1;
        }

        .navList li.navTop:first-child,
        .navList li.navTop:first-child a {
            padding-left: 0;
        }

        .navList li.navTop:last-child {
            border: 0;
        }

        .mainNavDivider {
            width: 1px !important;
            padding: 0 !important;
            vertical-align: middle;
            display: inline-block;
            border-left: 1px solid #cccccc;
        }

        .navList li a {
            color: #ffffff;
            font-family: "ProximaNovaBold", Arial, serif;
            font-size: 20px;
            text-decoration: none;
            display: inline-block;
            padding: 3px 12px;
        }

        .navList li:hover,
        .navList li a:hover {
            color: #FC9B00;
            transition: 0.5s;
        }

        .multiviewInc {
            bottom: 2px;
            float: right;
            font-size: 12px;
            position: absolute;
            right: 10px;
        }

        .subNav {
            z-index: 20;
            position: absolute;
            width: 960px;
            display: none;
            left: 0;
            top: 24px;
            border-top: 25px solid #0045a4;
        }

        .navContent {
            background-color: #0096ED;
            margin: 0 auto;
            color: #F2F2F2;
            max-width: 960px;
            position: relative;
            box-shadow: 0px 2px 0px 0px #0045a4;
            margin-bottom: 30px;
            border-radius: 0;
        }

        /* end NAVIGATION */
        /* -- SUB NAV -- */
        .subList {
            background: transparent;
            float: left;
            margin: 20px;
            width: 90%;
            font-size: 14px;
            line-height: 1.4;
        }

        .subList h2 {
            color: #ffffff;
            margin-left: 15px;
            font-size: 24px;
        }

        .subsubList li {
            display: inline-block;
            margin: 0 10px 5px 0;
            padding: 0 6px;
            vertical-align: top;
            width: 45%;
        }

        .subsubList li a {
            font-family: 'Proxima Nova', serif;
            font-size: 14px;
            color: #ffffff;
        }

        .subsubList li a:hover {
            color: #0045A4;
            text-decoration: underline;
        }

        .subsubList li p {
            border-top: 1px solid #444444;
            padding-top: 4px;
            color: #b2b2b2;
        }

        .subList,
        .close {
            font-size: 12px;
        }

        .subNav a:hover {
            color: #ffffff;
        }

        .close {
            float: right;
        }

        .close a {
            color: #fff;
        }

        .close img {
            vertical-align: middle;
        }

        /*-- mobile nav --*/
        .navListMobile {
            width: 100%;
            margin: 0 auto;
            padding: 20px 0 40px;
        }

        .shareListMobile {
            width: 100%;
            margin: 40px auto;
            text-align: center;
        }

        .shareClose {
            margin: 0 auto 10px;
            width: 244px !important;
        }

        .shareListMobile .headerShare {
            margin: 10px 20px 40px;
        }

        .mobileShare {
            margin: 10px 20px 40px;
        }

        #mobileShare {
            background-color: #000;
        }

        .navListMobile li {
            display: block;
            margin: 0 auto 10px;
            padding: 0 6px;
            vertical-align: top;
            text-align: center;
            width: 80%;
        }

        .navListMobile li a {
            color: #ffffff;
            font-size: 18px;
            text-decoration: none;
            display: inline-block;
            padding: 6px 12px;
            border-bottom: 1px solid #fff;
        }

        .mobileClose {
            text-align: right !important;
            background-color: transparent !important;
        }

        .mobileClose a {
            padding: 0 !important;
        }

        /* -- end SUB NAV -- */
        /*  SHARE ------------  */
        .sideShareDiv {
            left: -11px;
            margin: 0 auto 30px;
            top: -2px;
            max-width: 960px;
            height: 50px;
            width: 960px;
            text-align: right;
        }

        .footerShareDiv {
            float: right;
            margin: 20px 0 10px 20px;
        }

        .footerShare {
            width: 33px;
            height: 33px;
            background-repeat: no-repeat;
            background-position: 0 0;
            cursor: pointer;
            display: inline-block;
            margin-left: 8px;
        }

        .footerShare:hover {
            background-position: 0 -33px;
        }

        #twitterFooter {
            background-image: url(/images/main/twitterShare_btn_footer.png);
        }

        #facebookFooter {
            background-image: url(/images/main/facebookShare_btn_footer.png);
        }

        #linkedinFooter {
            background-image: url(/images/main/linkedinShare_btn_footer.png);
        }

        /*  SHARE ------------  */
        /*  -----FOOTER---------  */
        /* FOOTER */
        .footer {
            /* height:415px; */
            width: 100%;
            text-align: center;
        }

        .footerSection {
            background-color: #0045A4;
            color: #fff;
            border: 0 none;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            padding: 24px;
            position: relative;
            text-align: left;
            max-width: 960px;
            margin: 0 auto;
        }

        .footer_logo {
            max-width: 255px;
            width: 100%;
            margin: 0 0 30px 0;
        }

        .footerLogoShares {
            height: 60px;
            width: 96%;
            text-align: center;
        }

        .footerLogo {
            background-image: url(/images/main/footerLogo.png);
            height: 28px;
            width: 146px;
            margin: 20px 30px;
            background-repeat: no-repeat;
            float: left;
        }

        .footerShareDiv {
            float: right;
            margin-right: 30px;
        }

        .footerShare {
            width: 33px;
            height: 33px;
            background-repeat: no-repeat;
            background-position: 0 0;
            cursor: pointer;
            display: inline-block;
            margin-left: 8px;
        }

        .footerLinks {
            margin-bottom: 20px;
        }

        .footerLinks li {
            color: #B2B2B2;
            display: inline-block;
            margin-right: 10px;
            padding-bottom: 15px;
            vertical-align: top;
            float: left;
            width: 18%;
        }

        .footerLinks a {
            border-bottom: 1px solid #E2E2E2;
            display: inline-block;
            margin-bottom: 4px;
            font-family: ProximaNovaBold;
            font-size: 12px;
        }

        .footerShare:hover {
            background-position: 0 -33px;
        }

        #twitterFooter {
            background-image: url(/images/main/twitterShare_btn_footer.png);
        }

        #facebookFooter {
            background-image: url(/images/main/facebookShare_btn_footer.png);
        }

        #linkedinFooter {
            background-image: url(/images/main/linkedinShare_btn_footer.png);
        }

        /* header shares.... */
        .headerShareDiv {
            float: right;
            margin: 12px 30px 0 0;
            text-align: right;
        }

        .headerShare {
            /* background-position: 0 -28px; */
            background-repeat: no-repeat;
            cursor: pointer;
            display: inline-block;
            height: 38px;
            width: 38px;
            margin-left: 8px;
            transition: .5s;
            border: 1px solid #fff;
            padding: 7px;
        }

        .headerShare svg {
            height: auto;
            width: 22px;
        }

        .headerShare:hover {
            background-color: #0096ED;
        }

        .mobileShare {
            background-position: 0 -28px;
            background-repeat: no-repeat;
            cursor: pointer;
            display: inline-block;
            height: 28px;
            margin-left: 8px;
            width: 28px;
        }

        .mobileShare:hover {
            background-position: 0 -28px;
        }

        #twitterHeader {
            background-image: url(/images/main/twitter_outline_white.png);
        }

        #facebookHeader {
            background-image: url(/images/main/fb_outline_white.png);
        }

        #linkedinHeader {
            background-image: url(/images/main/linkedin_outline_white.png);
        }

        #googleHeader {
            background-image: url(/images/main/googleShare_btn_header.png);
        }

        /* END header shares.... */
        .footerContent {
            margin-top: 30px;
            margin-left: 30px;
            height: 255px;
        }

        .footerContent a,
        .footerColumn {
            font-family: "Lucida Sans Unicode", "LucidaSansUnicodeRegular", "Arial", "serif";
            font-size: 9pt;
            line-height: 1.3em;
            color: #ffffff;
        }

        .footerColumn {
            height: 68px;
            padding-left: 10px;
            padding-right: 30px;
            float: left;
            text-align: left;
            display: inline;
            border-left: 1px solid #cccccc;
        }

        .addressBlock {
            height: 86px;
            width: 181px;
            padding-right: 20px;
        }

        .siteLink {
            width: 128px;
        }

        .vertNav {
            padding-left: 10px;
            padding-right: 30px;
            float: left;
        }

        .footerHeading {
            font-size: 12px;
            font-weight: 800;
            color: #ffffff;
            white-space: nowrap;
            margin-bottom: 3px;
            clear: both;
        }

        .vertNav .footerHeading {
            padding-bottom: 9px;
        }

        .footerHeading a {
            font-size: 12px;
        }

        .footerHeading a:hover {
            color: #bcbcbc;
            text-decoration: none;
        }

        .footerText {
            clear: both;
            display: inline;
            color: #fff;
            white-space: nowrap;
        }

        .footerText a {
            font-size: 9pt;
            white-space: nowrap;
            cursor: pointer;
            display: inline;
        }

        .footerText a:hover {
            color: #bcbcbc;
            text-decoration: none;
        }

        .address {
            color: #bcbcbc;
            font-size: 9pt;
            width: 150px;
            position: absolute;
            right: -26px;
            top: 60px;
            text-align: left;
            padding-left: 5px;
        }

        .addressSection {}

        .addressSection .footerColumn .footerText {}

        .footerDivider {
            background-color: #b0b0b0;
            width: 2px;
            height: 80px;
            float: left;
        }

        .copyrightText {
            color: #fff;
            font-size: 9pt;
            clear: both;
        }

        /* ---- accordian --- */
        .accordionWrapper {
            width: 100%;
            height: 100%;
            padding: 0;
        }

        .accordionSection {
            width: 100%;
            overflow: hidden;
            padding: 0;
            clear: both;
            position: relative;
        }

        .accordionTitle {
            background-image: url("/images/main/accordionSectionBg.png");
            background-position: 0 0;
            background-repeat: repeat-x;
            color: #FFFFFF;
            cursor: pointer;
            font-family: SemplicitaProLight, Arial;
            font-size: 28px;
            height: 43px;
            padding-left: 30px;
            padding-top: 11px;
            vertical-align: middle;
            width: 100%;
        }

        .accordionTitle:hover {
            background-position: 0 -54px;
        }

        .accordionTitleSelected {
            background-position: 0 -108px;
        }

        .accordionTitleSelected:hover {
            background-position: 0 -108px !important;
        }

        img.arrowControl {
            position: absolute;
            right: 70px;
            top: 21px;
        }

        .accordionContent {
            display: none;
            padding-top: 20px;
        }

        .accordionWrapper .accordionContent {
            position: relative;
            width: 100%;
            height: 430px;
            background-color: #ffffff;
            margin-left: auto;
            margin-right: auto;
            display: none;
            overflow: hidden;
        }

        /* ---- /accordian --- */
        /* ---------- popUps ---------------- */
        .popUpPlus {
            background: transparent url(/images/main/plus.jpg) top left no-repeat;
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto;
        }

        .tiledList .assnPopLink:hover>.popUpPlus {
            background-position: top right;
        }

        .assnPopLink {
            cursor: pointer;
        }

        .popUp {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #777777;
            box-shadow: 5px 5px 7px 0 #444444;
            margin: 100px auto 40px;
            padding: 20px 20px 30px;
            top: -56px;
            max-width: 650px;
            width: 80%;
            z-index: 900;
        }

        h2.popTitle {
            color: #333333;
            font-family: 'Roboto Slab', serif;
            font-size: 200%;
            margin: 0;
            width: 100%;
            float: left;
        }

        .popClose {
            font-family: ProximaNovaRegular, Tahoma, Geneva, serif;
            float: right;
            padding: 0 6px 4px
        }

        .popClose:hover {
            cursor: pointer;
        }

        .popLogo {
            margin: 16px 20px 20px 0;
            float: left;
        }

        .assnPopTitle {
            margin: 10px 0 10px;
            font-size: 28px;
            font-weight: bold;
        }

        .popContent {
            font-size: 14px;
            line-height: 1.2;
        }

        .popTitleDiv {
            float: right;
            width: 74%;
            margin-bottom: 20px;
        }

        .assnTile {
            border-top: 1px solid #b2b2b2;
        }

        .assnTile li {
            padding: 4px 0;
            border-bottom: 1px dotted #b2b2b2;
        }

        .popNav {
            background-color: #E2E2E2;
            overflow: auto;
            padding: 6px 10px 6px 20px;
            text-align: left;
        }

        .blackOut {
            background: transparent url(/images/main/blackOut.png) top left repeat;
            height: 100%;
            left: 0;
            min-height: 100%;
            overflow: hidden;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 800;
        }

        /* -------------- EMAIL FORM ------------ */
        .emailForm label {
            font-family: ProximaNovaBold, serif;
            font-size: 121.5%;
            line-height: 2;
            text-transform: uppercase;
        }

        .emailForm input {
            height: 32px;
        }

        .emailForm textarea {
            padding: 6px;
        }

        .emailForm input,
        textarea {
            background-color: #FFFFFF;
            border: 1px solid #C2C2C2;
            box-shadow: 0 0 3px 0 #B2B2B2 inset;
            font-family: "Lucida Sans Unicode", "LucidaSansUnicodeRegular", "Arial", "serif";
            font-size: 121.5%;
            overflow: hidden;
            width: 100%;
            min-width: 98%;
            max-width: 98%;
            color: #484848;
            padding: 0 6px;
        }

        div.button {
            max-width: 160px;
            padding: 2px 10px;
            font-family: ProximaNovaBold, serif;
            text-transform: uppercase;
            color: #ffffff;
            cursor: pointer;
            border: 1px solid #b2b2b2;
            text-align: center;
        }

        button.button {
            width: auto !important;
            padding: 2px 6px;
            font-family: ProximaNovaBold, serif;
            text-transform: uppercase;
            color: #484848;
            cursor: pointer;
        }

        .button:hover {
            cursor: pointer;
        }

        .popUpEmail {
            background: url("/images/main/cbarBG.png") repeat-x scroll left top #565656;
            color: #FFFFFF;
            cursor: pointer;
            font-size: 16px;
            height: 28px !important;
            letter-spacing: 1px;
            padding-bottom: 1px;
            padding-left: 30px !important;
            padding-top: 7px !important;
            text-transform: uppercase;
            z-index: 100;
        }

        .popUpEmail img {
            vertical-align: text-bottom;
            margin-right: 6px;
        }

        /* ------ BUTTONS ---------------- */
        .actionTitle {
            bottom: -60px;
            font-size: 15px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
        }

        .actionTitle h2 {
            color: #ffffff;
            font-family: ProximaNovaSemiboldItalic, serif;
        }

        .audLinks {
            background-color: #C2C2C2;
            border: 1px solid #CCCCCC;
            border-radius: 100px 100px 100px 100px;
            color: #FFFFFF;
            height: 160px;
            text-align: center;
            width: 160px;
        }

        .audLinks:hover {
            cursor: pointer;
            background-color: #e2e2e2;
        }

        .contentList h2 {
            margin: 0;
            font-size: 14px;
            font-family: ProximaNovaBold, serif;
        }

        /* ---- CONTENT ARTICLES --- */
        .image_left span,
        .image_right span,
        .image_center span,
        .image_full span {
            display: inline-block;
            text-align: left;
        }

        .image_left p,
        .image_right p,
        .image_center p,
        .image_full p {
            font-size: 11px;
            text-align: right !important;
            width: 100%;
            max-width: 630px;
        }

        .image_left img,
        .image_right img,
        .image_center img {
            border: 1px solid #cccccc;
            width: 100%;
            max-width: 630px;
        }

        .image_full img {
            border: 1px solid #cccccc;
            max-width: 99%;
        }

        .image_left {
            float: left;
            margin: 0 20px 10px 0;
            width: 48%;
        }

        .image_right {
            float: right;
            margin: 0 0 10px 10px;
            width: 48%;
        }

        .image_center {
            margin: 0 auto 10px;
            max-width: 100%;
        }

        .image_full {
            margin: 0 0 10px;
            width: 100%;
        }

        .image_full span {
            display: inline-block;
            float: left;
            text-align: left;
        }

        .image_center img,
        .image_center p img {
            margin: 0 auto;
            max-width: 100%;
            max-width: 630px;
        }

        .image_center a,
        .image_center p a {
            text-align: right;
        }

        .videoWrapper {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            padding-top: 25px;
            height: 0;
        }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .commentBox {
            width: 60px;
        }

        .commentCount {
            background-color: #3061A4;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            color: #FFFFFF;
            display: inline-block;
            font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
            font-size: 41px;
            line-height: 0.9;
            margin-top: 3px;
            min-width: 41px;
            padding: 3px 8px 5px;
            text-align: center;
        }

        .fbCount {
            padding: 5px 8px 8px;
        }

        .commentCountBtm {
            background: transparent url(/images/main/commentBkgnd.png) top left no-repeat;
            height: 16px;
        }

        .commSmall {
            background: url("/images/main/commentSmall.png") no-repeat 0px 2px transparent;
            height: 24px;
            float: left;
            margin-right: 10px;
            min-width: 28px;
            text-align: center;
            color: #ffffff;
            padding-top: 4px;
        }

        .commentHeader {
            background-color: #3061A4;
            border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            color: #FFFFFF;
            font-family: 'ProximaNovaBold', serif;
            font-size: 18px;
            padding: 2px 6px 2px 16px;
        }

        .commentContainer {
            margin: 30px 0;
        }

        .commentContainer input {
            margin-top: 10px;
        }

        .commentContainer textarea {
            -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
        }

        .comment {
            padding: 0 8px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #cccccc;
            margin-bottom: 20px;
        }

        #fbcomments,
        .fb-comments,
        .fb-comments iframe[style],
        .fb-comments span {
            width: 100% !important;
        }

        .loginComm {
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-bottom: 20px;
            border: 1px solid #cccccc;
            background-color: f2f2f2;
            padding: 10px 20px 16px;
        }

        .loginComm label {
            width: 70px;
            display: inline-block;
        }

        .surveyTable td {
            padding: 10px;
        }

        .surveyTable li {
            list-style: inside;
        }

        .medSmall {
            color: #686868;
            padding: 0;
            text-transform: uppercase;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            font-size: 11px;
            margin: 5px 0 0 0;
        }

        /* ------ SHARE -------------- */
        .contentShare {
            font-size: 18px;
            font-weight: bold;
            color: #0045A4;
            display: inline-block;
            padding-top: 2px;
            margin: 0 0 20px;
        }

        .contentShare a {
            display: inline-block;
            height: 30px;
            margin: 1px 7px 0 0;
            width: 30px;
            border: 1px solid #000;
            padding: 2px 6px;
        }

        .contentShare a:hover {
            background-color: #0096ED;
            border-color: #0096ED;
        }

        .contentShare a svg {
            fill: #000;
        }

        .safari .contentShare a svg,
        .safari .headerShare1 svg {
            height: 24px;
        }

        .contentShare a:hover svg {
            fill: #fff;
        }

        .contentShare .author_contact {
            display: block;
            float: left;
            margin-right: 10px;
            margin-top: 4px;
            text-transform: uppercase;
        }

        .safari .contentShare a {
            display: inline-flex;
        }

        .safari .author_bg .contentShare a {
            display: inline-block;
        }

        .articleShareTweet {
            background: transparent url("/images/main/tweetShare_1.png") top left no-repeat;
        }

        .articleShareTweet:hover {
            background: transparent url("/images/main/tweetShare_white.png") top left no-repeat;
        }

        .articleShareFB {
            background: transparent url("/images/main/facebookShare_1.png") top left no-repeat;
        }

        .articleShareFB:hover {
            background: transparent url("/images/main/facebookShare_white.png") top left no-repeat;
        }

        .articleShareEmail {
            background: transparent url("/images/main/emailShare.png") top left no-repeat;
        }

        .articleShareG {
            background: transparent url("/images/main/gShare.png") top left no-repeat;
        }

        .articleShareLi {
            background: transparent url("/images/main/liShare_1.png") top left no-repeat;
        }

        .articleShareLi:hover {
            background: transparent url("/images/main/liShare_white.png") top left no-repeat;
        }

        .articleShareTmblr {
            background: transparent url("/images/main/tmblrShare.png") top left no-repeat;
        }

        .articleShareTweet:hover,
        .articleShareFB:hover,
        .articleShareEmail:hover,
        .articleShareG:hover,
        .articleShareLi:hover,
        .articleShareTmblr:hover {
            background-position: bottom left;
        }

        /* ------- Polls ------- */
        .poll {
            border-top: 4px solid #777777;
            border-bottom: 1px solid #777777;
            padding: 10px 0;
            margin-bottom: 20px;
        }

        .vwm_polls_poll {
            font-size: 13px;
        }

        .vwm_polls_poll ul {
            margin: 10px 0;
        }

        /* ---------------- buttons ------------------ */
        .buttonLink {
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            line-height: 29px;
            padding: 4px 20px;
            text-align: center;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            margin: 10px 0;
            border: 1px solid #cccccc;
            background-color: #7d93be;
            color: #ffffff;
        }

        .buttonLink:hover {
            background-color: #284e97;
            color: #ffffff;
        }

        .photoCred {
            font-size: 11px;
            text-align: right;
            line-height: 1.5;
        }

        /* ------------- pagintation ------------------ */
        .pagination {
            /* border-top: 1px solid #0045a4; */
            /* border-bottom: 1px solid #0045a4; */
            margin: 18px 0 0 0;
            /* background-color: #0096ed12; */
            padding: 0px;
        }

        /* ------------ tiled list (associations) ----- */
        .tiledList li {
            width: 21.5%;
            margin-bottom: 14px;
            float: left;
            font-size: 13px;
            line-height: 1.2;
            text-align: center;
            height: 180px;
            border: 1px solid #d2d2d2;
            padding: 6px;
        }

        .tiledList p {
            font-size: 11px;
            line-height: 1.15;
            padding: 0;
            margin-bottom: 0;
            min-height: 38px;
        }

        .tiledList .viewMore {
            margin-top: 8px;
        }

        .tiledList li:hover {
            border-color: #6196C9;
            cursor: pointer;
        }

        .tileImg {
            max-width: 100%;
            margin-bottom: 6px;
        }

        #navIcon {
            /* background: url("/images/main/navIcon2.png") no-repeat scroll top left transparent; */
            height: 26px;
            padding: 0 !important;
            width: 26px;
            vertical-align: text-bottom;
            margin-left: 6px;
            display: none;
            transition: 0.5s;
            overflow: hidden;
        }

        #shareIcon {
            background: url("/images/main/shareIcon.png") no-repeat scroll top left transparent;
            height: 26px;
            padding: 0 !important;
            width: 26px;
            vertical-align: text-bottom;
            margin-right: 20px;
            display: none;
        }

        #navIcon.close {
            cursor: pointer;
            background-position: bottom left;
        }

        #navIcon #close {
            display: none;
        }

        #navIcon #open {
            display: block;
        }

        #navIcon.close #close {
            display: block;
        }

        #navIcon.close #open {
            display: none;
        }

        .mobile {
            display: none;
        }

        .topLeft {
            float: left;
        }

        .topRight {
            float: right;
        }

        .leaderBoard img {
            max-width: 648px;
            width: 100%;
        }

        .skyBox img {
            max-width: 216px;
            width: 100%;
        }

        .main .exclusive {
            display: none;
        }

        .flexible-content img {
            max-width: 100%;
            height: auto;
        }

        .pagination a {
            padding: 3px 8px;
            border: 1px solid #707070;
            color: #000;
            transition: 0.5s;
        }

        .pagination {
            display: flex;
            text-align: left;
            color: #000;
            margin-top: 36px;
        }

        .pagination div {
            padding: 0 10px 0 0;
        }

        .pagination strong,
        .pagination a:hover {
            padding: 3px 8px;
            background-color: #0096ED;
            border: 1px solid #0096ED;
            color: #fff;
            transition: 0.5s;
        }

        /* --------------- media queries for mobile and tablets -------------- */
        @media all and (min-width: 0px) and (max-width: 460px) {
            .skyBox {
                background-color: #e2e2e2;
                display: block;
                padding: 0 10px;
                text-align: center;
            }

            .sideBar .contentList,
            .sideBar h2 {
                float: none;
            }
        }

        @media all and (min-width: 0px) and (max-width: 539px) {
            .navList li a {
                padding: 6px;
            }

            .searchBar input {
                width: 150px;
            }

            .cMargin {
                margin: 0 20px;
            }

            .navList {
                padding-left: 14px;
            }

            .subHeadTitle {
                display: none;
            }

            .headerBAK {
                padding-top: 14px;
            }

            .headerShareDiv {
                margin-right: 20px;
            }

            .mvPowered {
                display: none;
            }

            .mainColumn,
            .sideBar {
                float: none;
                width: auto;
            }

            .mainPageImg {
                float: none;
                margin: 0;
                max-height: none;
                max-width: 400px;
                width: 100%;
            }

            .mainPageImg {
                width: 100%;
            }

            .slider p {
                font-size: 18px;
            }

            .medSmall {
                color: #686868;
                padding: 0;
                text-transform: uppercase;
                font-family: 'ProximaNovaBold', serif;
                font-weight: bold;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: inline-block;
                font-size: 11px;
                line-height: 1;
                margin: 5px 0 5px 0;
            }

            .mobile {
                display: inline-block;
            }

            .mainList .tile {
                float: none;
                width: 100%;
            }

            .mainList h3 {
                font-size: 18px;
            }

            .wImg {
                min-height: 60px;
            }

            .tile {
                padding-top: 6px;
            }

            .tile .listImg {
                float: left;
                margin-right: 10px;
                width: 100%;
                /* height: auto; */
            }

            .tileText {
                float: left;
                width: 100%;
            }

            h2.popTitle {
                font-size: 170%;
            }

            .popLogo {
                float: none;
                margin: 8px auto;
                width: 146px;
            }

            .popTitleDiv {
                width: 100%;
                float: none;
                margin-bottom: 8px;
            }

            .popContent h2 {
                font-size: 14px;
                margin-bottom: 6px;
            }

            .assnPopTitle {
                font-size: 19px;
                font-weight: bold;
                margin: 0;
            }

            .popNav {
                padding: 6px 10px 0;
            }

            .image_right,
            .image_left {
                width: 100%;
                margin: 0 0 10px 0;
                float: none;
            }
        }

        .rssLink {
            padding-left: 35px;
            background: url(/images/main/icon-rss.jpg) no-repeat;
            margin-bottom: 20px;
        }

        .rssLink a {
            font-family: 'Roboto Slab', serif;
            font-size: 15px;
        }

        /*==== css update on 4/25/2023 By SEBPO ====*/
        .main {
            color: #00674a;
            border-bottom: 3px solid #00b771;
            text-transform: capitalize;
        }

        .sectionHeader {
            color: #22D578;
            border-bottom: 4px solid #686868;
        }

        .coradd {
            color: #48c6ff;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
        }

        a {
            color: #000000;
        }

        .slider h2 a {
            font-family: 'Roboto Slab', serif;
            font-weight: 700;
            font-size: 28px;
            line-height: 32px;
            display: -webkit-box;
            width: 100%;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .slider h2 a:hover {
            color: #fc9b00;
            text-decoration: none;
        }

        a.industryTag {
            background-color: #0096ED;
            color: #fff;
            padding: 0px 7px;
            text-transform: uppercase;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
            font-size: 11px;
            line-height: 2;
            text-align: left;
            display: inline-block;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 21px;
        }

        li.tRight.viewMore a {
            color: #0045A4 !important;
            font-size: 20px;
            text-transform: uppercase;
            font-family: 'Roboto Slab', serif;
            font-weight: bold;
        }

        #twitterHeader,
        #linkedinHeader,
        #facebookHeader,
        #googleHeader {
            /* border-radius: 50%; */
        }

        .tileText h3 a {
            font-family: 'Roboto Slab', serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            text-decoration: none;
            display: -webkit-box;
            max-width: 400px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tileText h3 a:hover {
            text-decoration: none;
            color: #fc9b00;
        }

        .center a {
            color: #48C7FF;
            font-weight: lighter;
        }

        .curlBkgnd a {
            color: #686868;
        }

        strong.coradd {
            color: #48c6ff;
            font-family: 'ProximaNovaBold', serif;
            font-weight: bold;
        }

        /*
        .shadow-box {
        	position: absolute;
        	width: 100%;
        	height: 100%;
        	top: 0;
        	right: 0;
        	opacity: 1;
        	background: linear-gradient(83deg, rgba(255, 0, 85, 0) 45%, #000000 89%);
        }
        */
        .shadow-box {
            position: absolute;
            width: 38%;
            height: 95%;
            top: 0;
            right: 0;
            opacity: 0.2;
            background: #000;
        }

        @media (min-width: 600px) {

            #mobileNav,
            #mobileShare {
                display: none !important;
            }
        }

        @media only screen and (max-width: 600px) {
            li.topList.left {
                float: none;
                width: 100%;
                padding-left: 0px;
            }

            li.topList.right {
                float: none;
                width: 100%;
                padding-left: 0px;
            }
        }

        .articleBody h2 {
            font-weight: bold;
            color: #000000;
        }

        .articleBody p {
            color: #525252;
        }

        span.authorName a {
            color: #0096ED;
        }

        p.mainWidth span {
            color: #525252;
        }

        .mainColumn>h2 {
            color: #C53904 !important;
            font-weight: 700;
            border-bottom: 3px solid #F99B03 !important;
            font-size: 32px;
            font-family: 'Roboto Slab', serif;
            line-height: 1;
            text-transform: capitalize;
        }

        .articleBody p {
            font-size: 16px;
            line-height: 16.25px;
            color: #000000;
            font-family: 'Proxima Nova', serif;
        }

        .subListing p {
            font-size: 16px;
            line-height: 1.3;
            color: #000000 !important;
            margin-bottom: 0;
            font-family: 'Proxima Nova', serif;
        }

        .articleBody ul li strong {
            font-size: 15px;
        }

        h3 {
            font-weight: bold;
        }

        .contact_p10 {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .searchbar {
            position: relative;
            min-width: 30px;
            height: 30px;
            width: 0%;
            display: inline-block;
            overflow: hidden;
            -webkit-transition: width 0.3s;
            -moz-transition: width 0.3s;
            -ms-transition: width 0.3s;
            -o-transition: width 0.3s;
            transition: width 0.3s;
            border: 2px solid #fff;
            margin-right: 3px;
            float: right;
            right: 24px;
        }

        .searchbar-input {
            top: 0;
            right: 0;
            border: 0;
            outline: 0;
            background: #fff;
            width: 100%;
            height: 28px;
            margin: 0;
            padding: 0px 30px 0px 5px;
            font-size: 18px;
            color: #0045A4;
        }

        .searchbar-input::-webkit-input-placeholder {
            color: #fff;
        }

        .searchbar-input:-moz-placeholder {
            color: #fff;
        }

        .searchbar-input::-moz-placeholder {
            color: #fff;
        }

        .searchbar-input:-ms-input-placeholder {
            color: #fff;
        }

        .searchbar-icon,
        .searchbar-submit {
            width: 30px;
            height: 30px;
            display: block;
            position: absolute;
            top: 0;
            font-family: 'Roboto Slab';
            font-size: 18px;
            right: 0;
            padding: 1px 0 0 3px;
            margin: 0;
            border: 0;
            outline: 0;
            line-height: 1.4;
            text-align: center;
            cursor: pointer;
            color: #fff;
            background: #0045A4;
            /* border-left: 1px solid white; */
            border-top: 0;
            border-bottom: 0;
        }

        .searchbar-icon:hover,
        .searchbar-icon:focus,
        .searchbar-icon:active {
            background-color: #0096ED;
        }

        .searchbar-open {
            width: 260px;
            border: 1px solid #fff;
        }

        .pd-left {
            padding-left: 24px !important;
        }

        .pd-right {
            padding-right: 24px !important;
        }

        .pd-bottom {
            padding-bottom: 24px !important;
        }

        .pd-top {
            padding-top: 24px !important;
        }

        .pd-all {
            padding: 24px !important;
        }

        .mr-left {
            margin-left: 24px !important;
        }

        .mr-right {
            margin-right: 24px !important;
        }

        .mr-bottom {
            margin-bottom: 24px !important;
        }

        .mr-top {
            margin-top: 24px !important;
        }

        .mr-all {
            margin: 24px !important;
        }

        .headerShareDiv.mobile-share {
            display: none;
        }

        .safari .featureContent .medSmall {
            margin: 0px 0 2px 0 !important;
        }

        .safari .subListing p {
            margin-top: 10px;
        }

        .safari .articleList .medSmall {
            margin: 0px !important;
        }

        .sixteen-nine-img {
            width: 100%;
            overflow: hidden;
            margin: 0;
            padding-top: 56.25%;
            position: relative;
        }

        .sixteen-nine-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
        }

        .safari .headerShareDiv.mobile-share .headerShare {
            padding: 5px !important;
        }

        @media all and (max-width: 680px) and (min-width: 461px) {
            .skyBox {
                background-color: #ffffff;
                display: block;
                padding: 0 10px 0 0;
                text-align: center;
            }

            .sideBar .contentList,
            .sideBar h2 {
                float: none;
                width: 100%;
            }

            .sideBar h2 {
                width: 98%;
            }
        }

        @media all and (max-width: 680px) and (min-width: 0px) {

            #navIcon,
            #shareIcon {
                display: inline-block;
                margin-top: 6px;
                float: right;
                margin-right: 14px;
                cursor: pointer;
            }

            .headerShareDiv,
            .headerShare,
            .navTop {
                display: none !important;
            }

            .searchBar {
                display: inline-block;
                margin-left: 0 !important;
                width: 170px;
                padding: 0 4px 6px;
            }

            .searchBar input {
                margin: 0 auto;
                height: 26px;
            }

            .cMargin {
                padding: 14px;
            }

            .logo {
                width: 100%;
                margin: 0 auto 6px !important;
            }

            .mainLogo {
                margin-right: 6px !important;
            }

            .exclusive {
                width: 40% !important;
            }

            h3 {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.3;
            }

            .articleList h3 {
                font-size: 20px !important;
            }

            .articleList p {
                font-size: 18px;
                line-height: 1.3;
                -webkit-line-clamp: 3;
                display: -webkit-inline-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .subsubList li {
                width: 80%;
                font-size: 14px;
                margin: 0 0 6px;
            }

            .skyBox {
                background-color: #e2e2e2;
                display: block;
                padding: 10px;
                text-align: center;
            }

            .tiledList li {
                display: block;
                width: 100% !important;
                float: none;
                text-align: left;
                height: auto;
            }

            .assnPopLink p {
                padding-top: 6px;
            }

            .assnPopLink .tileImg {
                float: left;
                margin-right: 14px;
                max-width: 146px;
                width: 20%;
            }

            .popUpPlus {
                display: none;
            }

            .mainColumn h1 {
                font-size: 28px !important;
                line-height: 1.3;
            }

            .mainColumn h2 {
                font-size: 25px !important;
                margin-top: 10px;
            }

            .contentShare .author_contact {
                margin-top: 4px !important;
            }

            .slider {
                margin-top: 14px;
            }

            .slider h2 {
                margin: 0;
            }

            .slider h2 a {
                font-size: 20px !important;
                line-height: 1.3;
                -webkit-line-clamp: 2;
            }

            .tile {
                width: 100% !important;
            }

            .safari .featureContent .medSmall {
                width: 100%;
                margin: 6px 0 0 0 !important;
            }

            .medSmall,
            a.industryTag {
                font-size: 11px;
            }

            .featureContent {
                padding: 12px 0 12px 13px;
                bottom: 10%;
                width: 85%;
            }

            .medSmall {
                width: 100% !important;
                margin: 0 !important;
                line-height: 1 !important;
            }

            .removeLineHightfromFeatureGrid1 {
                line-height: 1 !important;
            }

            a.industryTag {
                margin: 0;
            }

            .tile {
                border: 0 !important;
            }

            .tileText h3 a {
                font-size: 18px !important;
                line-height: 1.3;
            }

            .articleList p {
                font-size: 14px !important;
                line-height: 20px !important;
            }

            li.tRight.viewMore a {
                font-size: 16px !important;
            }

            .navList li a {
                padding: 6px;
            }

            .searchBar input {
                width: 150px;
            }

            .cMargin {
                margin: 0 20px;
            }

            .logo {
                margin-left: 20px;
            }

            .navList {
                padding-left: 14px;
            }

            .subHeadTitle {
                display: none;
            }

            .headerBAK {
                padding-top: 14px;
            }

            .headerShareDiv {
                margin-right: 20px;
            }

            .searchBar {
                margin-right: 3px;
            }

            .mvPowered {
                display: none;
            }

            .mainColumn,
            .sideBar {
                float: none !important;
                width: 100%;
            }

            .topRight,
            .topLeft {
                float: none !important;
                width: 100%;
            }

            .topList {
                font-size: 18px;
                height: auto;
                line-height: 1.2;
                padding-bottom: 4px;
            }

            .articleList h3 {
                font-size: 18px !important;
            }

            .mainList {
                margin-bottom: 16px;
            }

            .subsubList li {
                width: 95%;
                font-size: 14px;
            }

            .articleTop,
            .content h1 {
                width: 100%;
            }

            .contentList li {
                font-size: 17px;
                padding: 5px 6px;
            }

            .viewMore a {
                font-size: 14px;
            }

            .logo {
                margin: 0;
                text-align: center;
                float: none;
            }

            .tiledList {
                text-align: center;
            }

            .tiledList li {
                display: inline-block;
                width: 28%;
            }

            .headerShareDiv.mobile-share {
                display: block !important;
                float: left !important;
                padding: 0 !important;
                margin: 0 !important;
            }

            .headerShareDiv.mobile-share .headerShare {
                cursor: pointer;
                display: inline-block !important;
                height: 30px !important;
                width: 30px !important;
                margin-right: 8px !important;
                margin-left: 0px !important;
                background-size: contain !important;
                padding: 3px 5px !important;
            }

            .headerShare svg {
                width: 18px !important;
            }

            .pagination {
                display: block !important;
                text-align: center !important;
            }

            .pagination div {
                margin-bottom: 14px !important;
                padding: 0px !important;
            }
        }

        @media all and (max-width: 750px) and (min-width: 541px) {
            .industryPage .logo {
                width: 64%;
            }

            .industryPage .mainLogo {
                width: 52%;
            }

            .industryPage .exclusive {
                width: 40%;
            }

            .industryPage .headerShareDiv {
                margin-top: 2px;
            }

            .subsubList li {
                width: 40%;
            }

            .topList {
                height: auto;
                float: none;
                font-size: 16px;
                width: 100%;
            }
        }

        /* For Mobile */
        @media only screen and (max-width: 768px) {
            .pd-left {
                padding-left: 14px !important;
            }

            .pd-right {
                padding-right: 14px !important;
            }

            .pd-bottom {
                padding-bottom: 14px !important;
            }

            .pd-top {
                padding-top: 14px !important;
            }

            .pd-all {
                padding: 14px !important;
            }

            .mr-left {
                margin-left: 14px !important;
            }

            .mr-right {
                margin-right: 14px !important;
            }

            .mr-bottom {
                margin-bottom: 14px !important;
            }

            .mr-top {
                margin-top: 14px !important;
            }

            .mr-all {
                margin: 14px !important;
            }

            .headerBAK .logo {
                float: left !important;
                width: 200px !important;
            }

            .searchbar {
                width: 200px !important;
                right: 14px !important;
            }

            .subNav {
                width: 100% !important;
                top: 0px !important;
            }

            .footerSection {
                padding: 14px;
            }
        }

        /* For Table */
        @media only screen and (min-device-width: 768px) and (max-width: 1024px) {
            .mainColumn>h2 {
                font-size: 32px !important;
            }

            .tileText h3 {
                font-size: 18px !important;
            }

            .subListing p {
                font-size: 15px !important;
            }

            .searchbar-open {
                width: 225px !important;
            }
        }

        margin-right: 14px;
        cursor: pointer;
    }

    .headerShareDiv,
    .headerShare,
    .navTop {
        display: none !important;
    }

    .searchBar {
        display: inline-block;
        margin-left: 0 !important;
        width: 170px;
        padding: 0 4px 6px;
    }

    .searchBar input {
        margin: 0 auto;
        height: 26px;
    }

    .cMargin {
        padding: 14px;
    }

    .logo {
        width: 100%;
        margin: 0 auto 6px !important;
    }

    .mainLogo {
        margin-right: 6px !important;
    }

    .exclusive {
        width: 40% !important;
    }

    h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
    }

    .articleList h3 {
        font-size: 20px !important;
    }

    .articleList p {
        font-size: 18px;
        line-height: 1.3;
        -webkit-line-clamp: 3;
        display: -webkit-inline-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subsubList li {
        width: 80%;
        font-size: 14px;
        margin: 0 0 6px;
    }

    .skyBox {
        background-color: #e2e2e2;
        display: block;
        padding: 10px;
        text-align: center;
    }

    .tiledList li {
        display: block;
        width: 100% !important;
        float: none;
        text-align: left;
        height: auto;
    }

    .assnPopLink p {
        padding-top: 6px;
    }

    .assnPopLink .tileImg {
        float: left;
        margin-right: 14px;
        max-width: 146px;
        width: 20%;
    }

    .popUpPlus {
        display: none;
    }

    .mainColumn h1 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .mainColumn h2 {
        font-size: 25px !important;
        margin-top: 10px;
    }

    .contentShare .author_contact {
        margin-top: 4px !important;
    }

    .slider {
        margin-top: 14px;
    }

    .slider h2 {
        margin: 0;
    }

    .slider h2 a {
        font-size: 20px !important;
        line-height: 1.3;
        -webkit-line-clamp: 2;
    }

    .tile {
        width: 100% !important;
    }

    .safari .featureContent .medSmall {
        width: 100%;
        margin: 6px 0 0 0 !important;
    }

    .medSmall,
    a.industryTag {
        font-size: 11px;
    }

    .featureContent {
        padding: 12px 0 12px 13px;
        bottom: 10%;
        width: 85%;
    }

    .medSmall {
        width: 100% !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .removeLineHightfromFeatureGrid1 {
        line-height: 1 !important;
    }

    a.industryTag {
        margin: 0;
    }

    .tile {
        border: 0 !important;
    }

    .tileText h3 a {
        font-size: 18px !important;
        line-height: 1.3;
    }

    .articleList p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    li.tRight.viewMore a {
        font-size: 16px !important;
    }

    .navList li a {
        padding: 6px;
    }

    .searchBar input {
        width: 150px;
    }

    .cMargin {
        margin: 0 20px;
    }

    .logo {
        margin-left: 20px;
    }

    .navList {
        padding-left: 14px;
    }

    .subHeadTitle {
        display: none;
    }

    .headerBAK {
        padding-top: 14px;
    }

    .headerShareDiv {
        margin-right: 20px;
    }

    .searchBar {
        margin-right: 3px;
    }

    .mvPowered {
        display: none;
    }

    .mainColumn,
    .sideBar {
        float: none !important;
        width: 100%;
    }

    .topRight,
    .topLeft {
        float: none !important;
        width: 100%;
    }

    .topList {
        font-size: 18px;
        height: auto;
        line-height: 1.2;
        padding-bottom: 4px;
    }

    .articleList h3 {
        font-size: 18px !important;
    }

    .mainList {
        margin-bottom: 16px;
    }

    .subsubList li {
        width: 95%;
        font-size: 14px;
    }

    .articleTop,
    .content h1 {
        width: 100%;
    }

    .contentList li {
        font-size: 17px;
        padding: 5px 6px;
    }

    .viewMore a {
        font-size: 14px;
    }

    .logo {
        margin: 0;
        text-align: center;
        float: none;
    }

    .tiledList {
        text-align: center;
    }

    .tiledList li {
        display: inline-block;
        width: 28%;
    }

    .headerShareDiv.mobile-share {
        display: block !important;
        float: left !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .headerShareDiv.mobile-share .headerShare {
        cursor: pointer;
        display: inline-block !important;
        height: 30px !important;
        width: 30px !important;
        margin-right: 8px !important;
        margin-left: 0px !important;
        background-size: contain !important;
        padding: 3px 5px !important;
    }

    .chrome .headerShareDiv.mobile-share .headerShare {
        padding: 4px 5px !important;
    }

    .headerShare svg {
        width: 18px !important;
    }

    .pagination {
        display: block !important;
        text-align: center !important;
    }

    .pagination div {
        margin-bottom: 14px !important;
        padding: 0px !important;
    }
}

@media all and (max-width: 750px) and (min-width: 541px) {
    .industryPage .logo {
        width: 64%;
    }

    .industryPage .mainLogo {
        width: 52%;
    }

    .industryPage .exclusive {
        width: 40%;
    }

    .industryPage .headerShareDiv {
        margin-top: 2px;
    }

    .subsubList li {
        width: 40%;
    }

    .topList {
        height: auto;
        float: none;
        font-size: 16px;
        width: 100%;
    }
}


/* For Mobile */

@media only screen and (max-width: 768px) {
    .pd-left {
        padding-left: 14px !important;
    }

    .pd-right {
        padding-right: 14px !important;
    }

    .pd-bottom {
        padding-bottom: 14px !important;
    }

    .pd-top {
        padding-top: 14px !important;
    }

    .pd-all {
        padding: 14px !important;
    }

    .mr-left {
        margin-left: 14px !important;
    }

    .mr-right {
        margin-right: 14px !important;
    }

    .mr-bottom {
        margin-bottom: 14px !important;
    }

    .mr-top {
        margin-top: 14px !important;
    }

    .mr-all {
        margin: 14px !important;
    }

    .headerBAK .logo {
        float: left !important;
        width: 200px !important;
    }

    .searchbar {
        width: 200px !important;
        right: 14px !important;
    }

    .subNav {
        width: 100% !important;
        top: 0px !important;
    }

    .footerSection {
        padding: 14px;
    }
        .safari .contentShare .author_contact {
            margin-top: 8px !important;
        }

                .safari.macintel .author_bg .contentShare .author_contact {
                    margin-top: 4px !important;
                }
}


/* For Table */

@media only screen and (min-device-width: 768px) and (max-width: 1024px) {
    .mainColumn>h2 {
        font-size: 32px !important;
    }

    .tileText h3 {
        font-size: 18px !important;
    }

    .subListing p {
        font-size: 15px !important;
    }

    .searchbar-open {
        width: 225px !important;
    }
        .safari .contentShare .author_contact {
            margin-top: 8px !important;
        }
                .safari.macintel .author_bg .contentShare .author_contact {
                    margin-top: 4px !important;
                }
}