/******************************************************************
Author: Will Williams - New Main Stylesheet

******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
aside,
details,
figcaption,
figure,
hgroup,
main,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    a.opinionJumpLink {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

.sfpostCategories a:hover {
    text-decoration: underline !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong,
.strong {
    font-weight: bold;
}

dfn,
em,
.em {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

pre {
    margin: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small, .small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}

menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul.sidebar-list {
    margin: 5px 0 10px 0;
}

    ul.sidebar-list li {
        font-size: 13px;
    }

        ul.sidebar-list li a:hover {
            text-decoration: underline;
        }

ul.related-list {
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.article-content ul {
    list-style-type: disc;
    margin: 10px 0 10px 30px;
}

.cse-principles ul, ul.profile-list, .sidebar .sfContentBlock ul {
    list-style: none !important;
    text-indent: 0 !important;
    padding: 0 !important;
}

    .sidebar .sfContentBlock ul li {
        font-size: 13px;
        line-height: 17px;
        margin: 0px;
    }

        .sidebar .sfContentBlock ul li a:hover .sfpostListItem a:hover, .sfusersListItem a:hover,
        .sftaxonItem a:hover, a.sfFeedSmallIcn:hover, .sfContentBlock a:hover, .sfpostContent a:hover {
            text-decoration: underline;
        }

.pa-detail ul, .sfpostContent ul, .bio-text ul, .event-description ul, .sfContentBlock ul, ul.inpageList, ul.bulleted-list, .bio-intro ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    list-style-position: outside;
}

    .pa-detail ul li, .sfpostContent ul, .bio-text ul li, .event-description ul, .sfContentBlock ul, ul.inpageList, ul.bulleted-list, .bio-intro ul li {
        margin: 0 0 10px 0;
    }

.sfpostContent ol, .article-content ol, .bio-text ol, .pa-detail ol, .sfContentBlock ol {
    list-style-type: decimal;
    padding: 0 0 0 20px;
    list-style-position: outside;
}

    .sfpostContent ol li, .article-content ol li, .bio-text ol li, .pa-detail ol li, .sfContentBlock ol {
        margin: 0 0 10px 0;
    }

.paul-help-contacts-list, paul-help-popup-contact-item {
    list-style-type: none !important;
}

.sfcommentsFieldsList {
    list-style-type: none !important;
    padding: 0 !important;
}
/* ==========================================================================
  Embedded content
========================================================================== */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    margin-right: 10px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix, .cf {
    zoom: 1;
}

    .clearfix:before, .clearfix:after, .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .clearfix:after, .cf:after {
        clear: both;
    }

span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic;
}

.RadGrid_Metro .rgMasterTable {
    font-family: "helvtica nueue", Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 12px;
    line-height: 21px;
}

    .RadGrid_Metro .rgMasterTable h4 {
        text-transform: none;
        margin: 10px 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .RadGrid_Metro .rgMasterTable p {
        margin-right: 10%;
    }


.RadGrid_Metro {
    border: none;
}

    .RadGrid_Metro td.rgPagerCell {
        border: none;
    }

    .RadGrid_Metro .rgHeader {
        color: #111;
        border-left: none;
        border-bottom: 1px solid #ccc;
    }

        .RadGrid_Metro .rgHeader a {
            color: #111;
        }

    .RadGrid_Metro .rgAltRow {
        background-color: #fff;
    }

        .RadGrid_Metro .rgAltRow > td, .RadGrid_Metro .rgRow > td {
            border-bottom: 1px solid #ccc;
            border-left: none;
        }

        .RadGrid_Metro .rgRow a, .RadGrid_Metro .rgAltRow a {
            color: #8b0e04;
        }


@media all and (min-width:1200px) {
    .slider-content {
        width: 55% !important;
        height: 150px !important;
        top: 150px !important;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .slider-content {
        width: 60% !important;
        height: 130px !important;
        top: 130px !important;
    }
}

@media all and (min-width: 786px) and (max-width: 959px) {
    .slider-content {
        width: 70% !important;
        height: 120px !important;
        top: 120px !important;
    }

        .slider-content a {
            color: #fff !important;
        }

    h3.slider-header {
        font-size: 26px;
        line-height: 28px;
        margin: 10px 0 20px;
    }
}

@media all and (min-width: 655px) and (max-width: 785px) {
    .slider-content {
        width: 90% !important;
        height: 200px !important;
        top: 100px !important;
    }

    h3.slider-header {
        font-size: 24px;
        line-height: 26px;
        margin: 30px 0 20px;
    }
}

@media all and (max-width: 654px) {

    .slider-content {
        width: 90% !important;
        height: 200px !important;
        top: 50px !important;
    }

        .slider-content a {
            color: #fff !important;
            font-size: 14px;
        }

    h3.slider-header {
        font-size: 18px;
        line-height: 20px;
        margin: 30px 0 10px;
    }
}

@media all and (max-width: 410px) {

    h3.slider-header {
        font-size: 16px;
        line-height: 18px;
    }
}
/*********************
NEW BLOGS - 10.10.2017
*********************/
.blog-banner {
    width: 100%;
    height: 206px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

    .blog-banner img {
        width: 100%;
        height: auto;
    }

.blogTitle {
    color: #fff;
    position: absolute;
    text-align: left;
    top: 90px;
    left: 18.22%;
}

    .blogTitle h4 {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding: 0;
    }

.ph-articlePost {
    width: 100%;
    display: flex;
    align-items: center;
    clear: both;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #9c9c9c;
    flex-wrap: wrap;
}

    .ph-articlePost.last {
        margin-bottom: 15px;
    }

.ph-postThumbnail {
    display: block;
    width: 213px;
    height: 213px;
    overflow: hidden;
    margin-right: 52px;
    flex: 0 0 213px;
    align-self: flex-start;
}

    .ph-postThumbnail img {
        width: 100%;
        height: 100%;
    }

.ph-postContent {
    display: block;
    flex: 1 1 70%;
    align-self: flex-start;
}

h5.ph-postTitle {
    color: #8b0e04;
    text-transform: capitalize;
    font-size: 19px !important;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0;
    max-width: 46rem;
}

.ph-articleMeta {
    margin: 0 0 10px;
}

    .ph-articleMeta p, .ph-articleMeta span {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 21px;
    }

.ph-postSummary, .ph-fullStory, .ph-articleContent {
    font-size: 15px;
    line-height: 22px;
    max-width: 48rem !important;
}

.sfpostContent.ph-articleContent {
    border-bottom: 1px solid #9c9c9c;
    padding: 0 0 40px;
    margin: 0 0 30px;
}

.ph-postSummary {
    margin-bottom: 15px;
}

.sf_pagerNumeric.ph-pagination, .article-pagination .sf_pagerNumeric {
    text-align: left;
    font-size: 12px;
}

    .article-pagination .sf_pagerNumeric a.sf_PagerCurrent,
    .article-pagination .sf_pagerNumeric a.sf_PagerCurrent:hover {
        background-color: #3b3b3b;
        color: #fff;
        border-color: #3b3b3b;
    }

    .sf_pagerNumeric.ph-pagination a:link,
    .sf_pagerNumeric.ph-pagination a:visited,
    .sf_pagerNumeric.ph-pagination a:hover,
    .sf_pagerNumeric.ph-pagination a:active,
    .article-pagination .sf_pagerNumeric a:link,
    .article-pagination .sf_pagerNumeric a:visited,
    .article-pagination .sf_pagerNumeric a:hover,
    .article-pagination .sf_pagerNumeric a:active {
        color: #4b4b4b;
        padding: 2px 6px;
        font-size: 12px;
    }

    .sf_pagerNumeric.ph-pagination a:hover,
    .article-pagination .sf_pagerNumeric a:hover {
        border-color: #4b4b4b;
        background-color: #fff;
    }

.sidebar.blog {
    margin: 0 0 20px !important;
}

    .sidebar.blog .addthis_sharing_toolbox {
        margin-top: -20px !important;
    }

/*********************
NEW NEWSITEMS - 08.21.2018
*********************/
.newsDetail-banner {
    width: 100%;
    height: 206px;  
    overflow: hidden;
    position: relative;    
    margin-bottom: 50px;
}

.newsDetail-image {
  float: left;
  height: 100%;
  width: 100%;
  margin-bottom: -150px;
  background-repeat: no-repeat;
  background-size: cover
}

.newsDetail-title {
    clear: both;
    height: 100px;
    width: auto;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}

    .newsDetail-title h4 {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        text-transform:none;
        text-shadow: #444 0 1px 1px;        
        background:transparent;
    }

@media only print {
    .newsDetail-title h4 {
        color: #000000;
        text-shadow: none;
    }

    .newsDetail-banner{
        height:initial;
        margin-bottom: 0;
    }

    .newsDetail-image{
        height: auto;
    }
}

.newsDetail-date {
    color: #8B0E04;
    font-size: 16px;
    font-weight: bold;
}
/** news callout*/
div.wrap-div-topSpacer {
	width: 0px;
	height: 150px;
	float: left;
}

div.wrap-div {
	float: left;
	clear: both;
	margin: 0px 10px 0 0;
	height: 20%;
	width: 470px;
	text-align: left;
	border: 17px solid transparent;
    padding: 5px;
    -webkit-border-image: url(../Images/callout-lines.jpg) 20 round; /* Safari 3.1-5 */
    -o-border-image: url(../Images/callout-lines.jpg) 20 round; /* Opera 11-12.1 */
    border-image: url(../Images/callout-lines.jpg) 20 round;
    margin-right: 30px;
}

.callout-title{	
	text-align: center;
    color: #5a3462;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 5px;
}

/************************
CALLOUT HIDDEN IN MOBILE
************************/
@media only screen and (max-width: 1024px) {
    div.wrap-div {
        display: none;
    }
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/*********************
BOX SIZING
*********************/
/*********************
GRIDS
*********************/
.last-col {
    float: right;
    padding-right: 0 !important;
}

@media (max-width: 784px) {


    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

        .m-all .button {
            width: 100%;
        }




    #au-mobile .m-all {
        margin-bottom: 15px;
    }

    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .mobileShow {
        display: block !important;
    }

    .mobileHideS {
        display: none !important;
    }

    .page-menunav {
        /*display: none;*/
    }

    #page-menu .page-title h4 {
        margin: 30px 0 !important;
    }

        #page-menu .page-title h4::after {
            display: none !important;
        }

    #page-menu {
        position: relative !important;
        top: 0px !important;
    }

    .breadcrumb {
        /*margin-top: 0px !important;*/
        display: none;
    }

    #emp-map h4 {
        font-size: 21px !important;
        line-height: 24px;
    }

    #emp-map p {
        margin: 0 10px;
    }

    .region {
        margin: 20px 0 !important;
        text-align: center !important;
    }

        .region h3 {
            color: #fff;
            font-size: 18px;
            margin: 0;
        }

        .region ul {
            padding: 0 !important;
        }
}

@media (min-width: 785px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .t-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    #au-mobile .t-1of4 {
        float: none;
        padding-right: 0.50em;
        width: auto;
        margin-bottom: 15px;
        display: inline-block;
    }

    .t-2of4 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }

    .region {
        margin: 20px 0 !important;
        text-align: center !important;
    }

        .region h3 {
            color: #fff;
            font-size: 18px;
            margin: 0;
        }

        .region ul {
            padding: 0 !important;
        }
}

@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .d-2of4 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }

    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }

    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }

    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }

    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }

    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }

    .d-5of7 {
        float: left;
        padding-right: 0.75em;
        width: 71.4285715%;
    }

    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }

    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }

    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }

    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }

    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }

    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}

/******************************************************************
Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?4u1t5h");
    src: url("../fonts/icomoon.eot?4u1t5h#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4u1t5h") format("truetype"), url("../fonts/icomoon.woff?4u1t5h") format("woff"), url("../fonts/icomoon.svg?4u1t5h#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e617";
}

.icon-person:before {
    content: "\e253";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-down-arrow:before {
    content: "\f501";
}

.icon-email:before {
    content: "\2709";
}

.icon-facebook:before {
    content: "\f610";
}

.icon-twitter:before {
    content: "\f611";
}

.icon-linkedin:before {
    content: "\f612";
}

.icon-youtube:before {
    content: "\f630";
}

.icon-blog:before {
    content: "\e901";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-vcard:before {
    content: "\e600";
}

.icon-print:before {
    content: "\e60a";
}

.icon-phone:before {
    content: "\e60b";
}

.icon-pdf:before {
    content: "\e60c";
}

.icon-home:before {
    content: "\e60d";
}

.icon-calendar:before {
    content: "\e60e";
}

.icon-audio:before {
    content: "\e614";
}

.icon-arrow-right:before {
    content: "\e615";
}

.icon-arrow-left:before {
    content: "\e616";
}

.icon-arrow-up:before {
    content: "\e900";
}


.pathways {
    font-family: "helvetica neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
    background-color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
}

.body-wrapper {
    min-height: 100%;
}

    .body-wrapper:after {
        content: "";
        display: block;
        height: 300px;
    }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
    width: 96%;
    margin: 0 auto;
}

.showMe {
    right: 100vw !important;
    z-index: 8 !important;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
    color: #8b0e04;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    /* on hover */
    /* on click */
    /* mobile tap color */
}

    a:hover, a:focus {
        color: #8b0e04;
        text-decoration: none;
        outline: 0;
        cursor: pointer;
    }

    a:link, a:visited:link {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    }

.sidebar-link:hover, .article-byline a:hover, .article-content a:hover {
    text-decoration: underline !important;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #000000;
}

    h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
        text-decoration: none;
    }

h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}

    h1.no-head, .h1.no-head {
        font-size: 46px;
    }

h2, .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}

h3, .h3 {
    font-size: 1.125em;
}

h4, .h4 {
    font-size: 1.1em;
    font-weight: 700;
}

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1.sfpostTitle a, h4.sfpostTitle a, h4.sfpostTitleB a {
    color: #111111 !important;
}

h4.sfpostTitleB a {
    text-decoration: none !important;
}

h1.sfpostTitle a:hover, h4.sfpostTitle a:hover {
    color: #8b0e04 !important;
}

#intro h4 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 26px 0;
}

.sftaxonItem a:hover {
    text-decoration: underline !important;
}
/*********************
HEADER STYLES
*********************/
#sfPageContainer > .body-wrapper > .pageHeader {
    position: relative;
}

#sfPageContainer > .body-wrapper > #nav-bar {
    position: relative;
    top: 0;
}

#sfPageContainer > .body-wrapper > #content {
    position: relative;
    margin-top: 0;
}

#sfPageContainer > .body-wrapper > #footer {
    position: relative;
    margin-top: 0;
}

#sfPageContainer > .body-wrapper > #content > #page-menu {
    position: relative;
    top: 0;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    z-index: 6000;
    background-color: #373839;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #toTop:before {
        font-family: 'icomoon';
        content: "\e900";
        color: #fff;
        line-height: 55px;
        font-size: 14px;
    }

.pageHeader {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 78px;
    width: 100%;
    padding-top: 20px;
    background-position: center 50px;
    background-size: 40% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

    .pageHeader a#logo {
        width: 154px;
        height: 44px;
        display: block;
        background-image: url(../Images/logoredesign.png);
        background-size: 154px 44px;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .pageHeader #utilityBlock > ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .pageHeader #utilityBlock > ul li a {
            display: inline-block;
            height: 100%;
            position: relative;
        }

        .pageHeader #utilityBlock > ul li ul {
            display: none;
        }

            .pageHeader #utilityBlock > ul li ul li {
                text-align: left;
                width: 100%;
                display: inline-block;
            }

                .pageHeader #utilityBlock > ul li ul li a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                }

.search-menu {
    height: 25px;
    border-radius: 8px;
    background-color: #efefef;
    padding-top: 4px;
    padding-left: 8px;
    margin-bottom: -8px;
}

    .search-menu span {
        display: block;
        float: left;
        margin-right: 5px;
        margin-top: 2px;
        color: #a6a6a6;
    }

    .search-menu input {
        display: inline-block;
        width: 110px;
        float: left;
        border: none;
        background-color: transparent;
        font-weight: 700;
        font-size: 11px;
        color: #a6a6a6;
    }

.mobileHide {
    display: none !important;
}

a.icon-menu {
    display: block;
    float: right;
    width: 75px;
    height: 30px;
    font-size: 25px;
    color: #606062;
    right: 15px;
    top: 20px;
    position: absolute;
    z-index: 12;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.icon-menu.animateMe .mobileLabel {
        color: #fff;
    }

    a.icon-menu.animateMe .hamWrap {
        -webkit-transform: translateX(-10px);
        transform: none;
    }

        a.icon-menu.animateMe .hamWrap .ham1, a.icon-menu.animateMe .hamWrap .ham2, a.icon-menu.animateMe .hamWrap .ham3 {
            background-color: #fff;
        }

        a.icon-menu.animateMe .hamWrap .ham1 {
            -webkit-transform: rotate(-45deg) translateX(10px) translateY(21px);
            transform: rotate(45deg) translateY(11px);
        }

        a.icon-menu.animateMe .hamWrap .ham2 {
            opacity: 0;
        }

        a.icon-menu.animateMe .hamWrap .ham3 {
            -webkit-transform: rotate(45deg) translateX(10px) translateY(-21px);
            transform: rotate(-45deg) translateY(-11px);
        }

    a.icon-menu .mobileLabel {
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        margin-top: 12px;
        font-family: "helvetica neue", Helvetica, Arial, sans-serif;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.icon-menu .hamWrap {
        height: 20px;
        width: 32px;
        position: absolute;
        right: 0px;
        top: 8px;
    }

        a.icon-menu .hamWrap .ham1, a.icon-menu .hamWrap .ham2, a.icon-menu .hamWrap .ham3 {
            background-color: #606062;
            left: 0px;
            width: 32px;
            height: 4px;
            display: block;
            position: absolute;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        a.icon-menu .hamWrap .ham1 {
            top: 0px;
        }

        a.icon-menu .hamWrap .ham2 {
            top: 8px;
        }

        a.icon-menu .hamWrap .ham3 {
            top: 16px;
        }

@media only print{
     a.icon-menu{
         display: none;
     }
}

/*********************
NAVIGATION STYLES
*********************/
#nav-bar {
    background-color: #8b0e04;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    padding-top: 78px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #nav-bar ul {
        margin: 0px auto;
        height: 100%;
        text-align: left;
    }

        #nav-bar ul > li {
            display: inline-block;
            height: auto;
            border-top: 1px solid #a36c65;
            width: 100%;
            /*background-color: #8b0e04;*/
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            position: relative;
        }

            #nav-bar ul > li a {
                color: #fff;
                font-weight: 700;
                font-size: 12px;
                line-height: 35px;
                text-transform: uppercase;
                display: inline-block;
                height: 100%;
                padding: 0px 10px;
                width: 100%;
            }

            #nav-bar ul > li.hasDrop:after {
                font-family: 'icomoon';
                display: block;
                width: 15px;
                height: 15px;
                font-size: 12px;
                position: absolute;
                right: 6px;
                top: 10px;
                content: "\f501";
                color: rgba(255, 255, 255, 0.5);
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            #nav-bar ul > li.hasDrop.rotateMe {
                background-color: #b4a06e;
            }

                #nav-bar ul > li.hasDrop.rotateMe:after {
                    -webkit-transform: rotate(180deg) translateX(5px) translateY(-3px);
                    transform: rotate(180deg) translateX(5px) translateY(-3px);
                }

            #nav-bar ul > li.hasDrop:hover > ul {
                display: block;
            }

            #nav-bar ul > li ul {
                text-align: left;
                display: none;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                #nav-bar ul > li ul.showMobileDrop {
                    display: block;
                }

                #nav-bar ul > li ul li {
                    background-color: #c7b68b;
                    height: 30px;
                    border-top: none;
                }

                    #nav-bar ul > li ul li a {
                        color: #000;
                        line-height: 30px;
                        padding: 0px 10px;
                        width: 100%;
                    }

                    #nav-bar ul > li ul li:hover {
                        background-color: #8b0e04;
                    }

                        #nav-bar ul > li ul li:hover a {
                            color: #fff;
                        }

            #nav-bar ul > li:hover {
                background-color: #b4a06e;
            }

            #nav-bar ul > li.selected {
                background-color: #b4a06e;
            }

        #nav-bar ul#subNav > li:last-of-type {
            border-bottom: 1px solid #a36c65 !important;
        }

    #nav-bar .search {
        background-color: #fff;
        margin: 8px 10px;
    }

        #nav-bar .search span {
            color: #8b0e04;
        }

        #nav-bar .search input {
            color: #8b0e04;
        }

#page-menu {
    top: 135px;
    height: auto;
    z-index: 9;
    position: fixed;
    width: 100%;
}

.no-nav {
    height: 110px !important;
}

.new-margin {
    margin-top: -25px !important;
}

.page-title {
    text-align: center;
    background-color: #efefef;
}

@media only print {
    #page-menu .page-title {
        display: none !important;
    }
}

#page-menu .page-title h4 {
    font-size: 30px;
    line-height: 30px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin: 30px 0 10px;
}

    #page-menu .page-title h4:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #b4a06e;
        position: relative;
        margin: 30px auto 0 auto;
    }

#page-menu .page-title a {
    color: #111111;
}

.page-menunav {
    text-align: center;
    background-color: #efefef;
    padding: 10px 0 0 0;
}

ul.page-navigation {
    margin: 0 auto;
}

    ul.page-navigation li {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        margin: 0 5px;
        text-transform: uppercase;
        color: #111111 !important;
    }

        ul.page-navigation li a:hover {
            color: #8b0e04 !important;
        }

        ul.page-navigation li a.active {
            color: #8b0e04 !important;
        }

        ul.page-navigation li a {
            color: #111111 !important;
            cursor: pointer;
        }

        @media only print{
            ul.page-navigation li a {
                display: none;
            }

            .page-menunav{
                display: none;
            }
        }

        ul.page-navigation li.selected a {
            color: #8b0e04 !important;
        }

        ul.page-navigation li.selected:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #efefef;
            position: relative;
            top: 10px;
            margin: 0 auto;
        }

.professionals-menu {
    background-color: #efefef;
    padding: 10px 0 0 0;
    height: 45px;
    /*position:fixed;
	width:100%;
    margin: 0 0 50px 0;*/
    z-index: 1;
}

ul.professionals-nav {
    margin: 0;
}

    ul.professionals-nav li {
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #111111 !important;
    }

    ul.professionals-nav a {
        color: #111111 !important;
        border-bottom: 2px solid #5f6062;
        padding: 0 5px 15px;
        text-align: center;
    }

        ul.professionals-nav a:hover {
            color: #8b0e04;
            border-bottom: 2px solid #8b0e04;
        }

        ul.professionals-nav a.active {
            color: #8b0e04 !important;
            border-bottom: 2px solid #8b0e04;
        }

.active:after {
    /*content: '';
  	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-top: 10px solid #efefef;
	position: relative;
	top: 10px;
    margin: 0 auto;*/
}

.breadcrumb {
    margin-top: 135px;
}

    .breadcrumb .bclinks {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: inline-block;
        margin-top: 20px;
        position: relative;
        text-align: center;
    }

        .breadcrumb .bclinks li {
            display: inline-block;
            font-size: 11px;
        }

            .breadcrumb .bclinks li a {
                display: inline-block;
                text-align: left;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .breadcrumb .bclinks li a:hover, .breadcrumb .bclinks li a:focus {
                    color: #8b0e04;
                }

            .breadcrumb .bclinks li:first-of-type a:before {
                font-family: 'icomoon';
                content: "\e60d";
                font-size: 11px;
                width: 15px;
                height: 15px;
                position: relative;
                color: #8b0e04;
                line-height: 15px;
            }

            .breadcrumb .bclinks li:last-of-type span.angle {
                display: none;
            }

.professional-phone:before {
    font-family: 'icomoon';
    content: "\e60b";
    font-size: 15px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    margin: 0 15px 0 0;
    color: #efefef;
}

.professional-fax:before {
    font-family: 'icomoon';
    content: "\e60a";
    font-size: 15px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    margin: 0 15px 0 0;
    color: #efefef;
}

.professional-email:before {
    font-family: 'icomoon';
    content: "\2709";
    font-size: 15px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    margin: 0 15px 0 0;
    color: #efefef;
    position: relative;
    bottom: -2px;
}

.vcard:before {
    font-family: 'icomoon';
    content: "\e600";
    font-size: 22px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin: 0 15px 0 0;
    position: relative;
    bottom: -4px;
}

.pdf:before {
    font-family: 'icomoon';
    content: "\e60c";
    font-size: 22px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin: 0 15px 0 0;
    position: relative;
    bottom: -4px;
}

.angle:after {
    font-family: 'icomoon';
    content: "\f105";
    font-size: 11px;
    color: #111111 !important;
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}


/*********************
CONTENT STYLES
*********************/
#content {
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    margin-top: 78px;
    top: 0px;
    right: 0px;
    width: 100%;
    min-height: 100%;
}

.big {
    font-size: 18px !important;
}

.button {
    display: inline-block;
    background-color: #8b0e04;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 27px;
    width: 96%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .button:hover {
        color: #fff;
        background-color: #b4a06e;
        text-decoration: none !important;
    }

.banner-button {
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    padding: 5px 35px;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 3px solid #ffffff;
    vertical-align: bottom;
}

    .banner-button:hover {
        color: #b4a06e !important;
        border: 3px solid #b4a06e;
        text-decoration: none !important;
    }

.tallcontent-block .banner-button {
    width: 80%;
    text-align: center;
    margin: 0 0 0 20px;
}

.button-outline {
    display: inline-block;
    color: #8b0e04 !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    padding: 5px 35px;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 3px solid #8b0e04;
    vertical-align: bottom;
}

    .button-outline:hover {
        color: #b4a06e !important;
        border: 3px solid #b4a06e;
    }

.sidebar-form {
    height: 25px;
    border-radius: 5px;
    background-color: #efefef;
    margin: 0 0 10px 0;
}

.sidebar-button {
    margin: 20px 0 0 0;
}

.RadPicker, RadPicker_Metro {
    width: 100% !important;
}

.RadInput_Metro {
    width: 97% !important;
}

.riSingle {
    margin-left: 5px !important;
    padding-bottom: 5px !important;
}

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup {
    padding: 5px 0;
}

.RadPicker table.rcTable {
    width: 100% !important;
}

.sidebar-form span {
    display: block;
    float: right;
    margin: 5px 7px 0 0;
    font-size: 11px;
    color: #5f6062;
}

.sidebar-form input {
    display: inline-block;
    float: left;
    border: none !important;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 11px;
    color: #5f6062 !important;
    height: 22px;
    padding: 2px 2px 1px;
    width: 89%;
    font-family: "helvetica neue", Helvetica, Arial, sans-serif !important;
}

    .sidebar-form input::-webkit-input-placeholder {
        color: #5f6062;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 5px;
    }

    .sidebar-form input::-moz-placeholder {
        color: #5f6062;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 5px;
    }

    .sidebar-form input:-ms-input-placeholder {
        color: #5f6062;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 5px;
    }

    .sidebar-form input:-moz-placeholder {
        color: #5f6062;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 5px;
    }

.sidebar-form select {
    display: block;
    float: left;
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 13px;
    color: #5f6062;
    width: 100%;
    padding: 5px 0 0 5px;
    text-transform: uppercase;
}

.sidebar-form-select {
    width: 100%;
    overflow: hidden;
    background-image: url(../Images/arrow-down-select.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.ui-selectmenu-button {
    width: 100% !important;
    display: inline-block !important;
    margin: 0 !important;
}

.overflow {
    height: 500px;
}

.ui-icon-triangle-1-s {
    background-image: url(../Images/arrow-down-select.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
}

.ui-select .ui-btn span, .ui-selectmenu-text {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial;
    display: inline-block !important;
    margin: 2px 0 0 6px !important;
    padding: 0 0 0 5px !important;
    text-align: left;
}

.ui-selectmenu-open {
    background: #ffffff;
    border: 1px solid #111111;
}

.ui-selectmenu-menu .ui-menu {
    height: 250px;
}

.ui-menu-item {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial;
    color: #5f6062 !important;
}

.business-card-social .button {
    background-color: #ffffff;
    color: #5f6062 !important;
    padding: 5px 20px;
    width: 85%;
    margin: 0 0 10px 0;
}

    .business-card-social .button a {
        color: #5f6062 !important;
    }

    .business-card-social .button:hover {
        color: #fff !important;
        background-color: #b4a06e;
    }

    .business-card-social .button a:hover {
        color: #fff !important;
    }

.form-button {
    display: inline-block;
    background-color: #8b0e04;
    border: 1px solid #8b0e04;
    border-radius: 5px !important;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
}

h1.sort-label {
    margin: 0 !important;
    font-size: 22px;
}

.pa-prof-form {
    width: 70%;
}

div.sidebar-container input#btnSubmit, div.professionals-form input#btnSubmit, div.sidebar-container input#btnSubmitSearch,
div.professionals-form input#btnSubmitSearch, div.sidebar-container input#btnClear, div.professionals-form input#btnClear {
    display: inline-block;
    background-color: #8b0e04;
    border: 1px solid #8b0e04;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

.pa-sidebar input#btnSubmitSearch, .pa-sidebar #btnClear {
    display: inline-block;
    background-color: #8b0e04;
    border: 1px solid #8b0e04;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h5.form-label {
    margin: 0 0 10px 0 !important;
}

h5.form-divider {
    text-align: center;
    display: table;
    width: 100%;
    color: #efefef;
    margin: 10px 0 10px 0 !important;
}

    h5.form-divider > span, h5.form-divider:before, h5.form-divider:after {
        display: table-cell;
    }

    h5.form-divider:before, h5.form-divider:after {
        background: url(http://dummyimage.com/1x3/efefef/efefef&text=+) repeat-x center;
        width: 50%;
        content: ' ';
    }

    h5.form-divider > span {
        white-space: nowrap;
        padding: 0 9px;
    }

.office-wrap {
    position: relative;
    z-index: 6;
    margin: 0 auto;
}

.office-list {
    color: #ffffff;
    margin: 0 0 40px 0;
}

    .office-list h3 {
        margin: 0 0 5px 0;
        color: #ffffff;
    }

    .office-list a {
        color: #b4a06e !important;
    }

        .office-list a:hover {
            text-decoration: underline !important;
        }

    .office-list ul {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style-position: initial;
        text-indent: 0 !important;
    }

        .office-list ul li {
            line-height: 13px;
            margin: 0 0 5px 0 !important;
        }

.usa {
    left: 18%;
    text-align: left;
    bottom: 10%;
    font-size: 13px;
    position: absolute;
}

.sub-office {
    padding: 10px 0;
}

.europe {
    left: 41%;
    text-align: left;
    bottom: 45%;
    font-size: 13px;
    position: absolute;
}

.asia {
    right: 22%;
    text-align: left;
    bottom: 35%;
    font-size: 13px;
    position: absolute;
}

.mobileShowO {
    display: block !important;
}

.sfpostAuthorAndDate.sfmetainfo.benefits-authorDate {
    font-size: 16px;
    line-height: 20px;
}
/*********************
SLIDER
*********************/
#hero {
    position: relative;
    width: 100%;
}

    #hero .next, #hero .prev {
        display: none !important;
        width: 28px;
        height: 65px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
        top: 50%;
        margin-top: -33px;
    }

    #hero .next {
        background-image: url(../Images/right-arrow@2x.png);
        right: 15px;
    }

    #hero .prev {
        background-image: url(../Images/left-arrow@2x.png);
        left: 15px;
    }

    #hero div {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider-header {
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: #b4a06e;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.slider-text {
    width: auto;
    overflow: hidden;
    vertical-align: top;
}

    .slider-text p {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 17px;
    }

.slider-inset {
    max-width: 128px;
    max-height: 178px;
    margin-left: 10px;
    float: right;
}

.content-bg {
    width: 100%;
    height: 245px;
    margin: 0px auto;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 30px;
    text-align: center;
}

    .content-bg .slider-content {
        padding: 0 10px;
    }

.slider-content {
    width: 42%;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 160px;
    position: relative;
    top: 160px;
}

.slider-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

/*********************
RESPONSIVE TEMPLATE
*********************/

.page-banner {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
}

    .page-banner img {
        height: auto;
        line-height: 0;
        max-width: 100%;
        min-height: 100%;
    }

.bottom-20 {
    padding-bottom: 20px;
}

    .bottom-20 table {
        width: 100%;
        position: relative;
        overflow-x: auto;
    }

.content.bottom-20 img {
    height: auto;
    line-height: 0;
    max-width: 100%;
}

#news {
    background-color: #fff;
    padding-top: 30px;
}

    #news .wrap {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    #news .news-block {
        flex: 0 1 auto;
    }

        #news .news-block:last-of-type {
            padding-right: 0px;
        }

        #news .news-block .inner {
            background-color: #e7e7e8;
            padding: 20px 24px;
            height: 100%;
            margin-bottom: 30px;
            position: relative;
        }

        #news .news-block h4 {
            font-size: 21px;
            margin-top: 0px;
            color: #111111;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 5px;
            display: inline-block;
        }

            #news .news-block h4:after {
                content: '';
                display: block;
                width: 40px;
                height: 3px;
                background-color: #b4a06e;
                position: relative;
                margin-top: 30px;
            }

        #news .news-block p {
            margin: 0px 0px 30px 0px;
        }

        #news .news-block a {
            color: #111111;
        }

            #news .news-block a:hover {
                color: #8b0e04;
            }

            #news .news-block a.rss {
                display: block;
                position: absolute;
                right: 30px;
                top: 30px;
                background-color: #7d7e80;
                width: 24px;
                height: 24px;
                color: #fff;
                text-align: center;
            }

                #news .news-block a.rss:before {
                    margin-top: 5px;
                    display: inline-block;
                }

        #news .news-block .button {
            width: 100%;
            text-align: center;
        }

#news-buttons {
    margin: 30px 0;
}

.show_for_mobile {
    display: none;
}

@media all and (max-width: 1029px) {
    #news .wrap {
        display: block;
    }

    #news-buttons {
        display: none;
    }

    .show_for_mobile {
        display: block !important;
        width: 25% !important;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 658px) {
    .show_for_mobile {
        width: 30% !important;
    }
}

@media all and (max-width: 548px) {

    .show_for_mobile {
        width: 46% !important;
    }
}

.banner-block {
    width: 100%;
    height: 420px;
    padding-top: 60px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    line-height: 24px;
    position: relative;
}

    .banner-block .wrap {
        max-width: 730px;
        position: relative;
        z-index: 9;
    }


    .banner-block h4 {
        font-size: 21px;
        margin: 0px 0px 26px 0px;
        text-transform: uppercase;
        color: #fff;
    }

    .banner-block .wave {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../Images/who-we-are-wave@2x.png);
        position: absolute;
        top: 20px;
    }

    .banner-block p {
        font-size: 15px;
        line-height: 22px;
    }

.content-block {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    line-height: 24px;
    position: relative;
}

    .content-block .wrap {
        max-width: 730px;
        position: relative;
        z-index: 6;
    }

    .content-block h4 {
        font-size: 21px;
        margin: 0px 0px 26px 0px;
        text-transform: uppercase;
        color: #fff;
    }

    .content-block p {
        font-size: 15px;
        line-height: 22px;
    }

.fullcontent-block {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    line-height: 24px;
    position: relative;
}

    .fullcontent-block h4 {
        font-size: 21px;
        margin: 0px 0px 26px 0px;
        text-transform: uppercase;
        color: #fff;
    }

    .fullcontent-block p {
        font-size: 15px !important;
        line-height: 22px !important;
    }

.tallcontent-block {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    line-height: 24px;
    position: relative;
}

    .tallcontent-block h4 {
        font-size: 21px;
        margin: 0px 0px 26px 0px;
        text-transform: uppercase;
        color: #fff;
    }

    .tallcontent-block p {
        font-size: 15px !important;
        line-height: 22px !important;
        padding: 0 30px 0 0;
    }

.btn-container {
    margin-bottom: 40px;
    text-align: center;
}

#who-we-are {
    text-align: center;
    padding-bottom: 30px;
}

    #who-we-are .banner-block {
        background-image: url(../Images/who-we-are-bg.jpg);
    }

    #who-we-are .content {
        margin-top: -70px;
        position: relative;
        z-index: 9;
        text-align: center;
        margin-bottom: 30px;
    }

        #who-we-are .content p {
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 30px;
        }

        #who-we-are .content .aniIn {
            margin-top: 40px;
            opacity: 0;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

            #who-we-are .content .aniIn.showMeAni {
                -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
                opacity: 1;
            }

    #who-we-are .wwa-icon {
        background-size: cover;
        background-repeat: no-repeat;
        width: 140px;
        height: 140px;
        margin: 0px auto;
    }

    #who-we-are .icon06 {
        background-image: url(../Images/wwa-icon02.png);
    }

    #who-we-are .icon02 {
        background-image: url(../Images/wwa-icon05.png);
    }

    #who-we-are .icon03 {
        background-image: url(../Images/wwa-icon01.png);
    }

    #who-we-are .icon04 {
        background-image: url(../Images/wwa-icon04.png);
    }

    #who-we-are .button {
        margin: 0px auto;
        width: 96%;
    }

#tom-global-bus {
    margin-bottom: 30px;
}

.tgb-wrap {
    padding: 25px 0 30px;
    margin: 0;
    height: 410px;
    background: url(../Images/Tomorrows-Global-Business_Homepage-Intro_Background_2000x667.jpg) no-repeat center center #561624; /* Old browsers */
    background: url(../Images/Tomorrows-Global-Business_Homepage-Intro_Background_2000x667.jpg) no-repeat center center, -moz-linear-gradient(-45deg, #561624 0%, #50192a 15%, #47192e 43%, #3e2e47 61%, #291923 100%, #73b1e7 100%, #1c121f 100%); /* FF3.6-15 */
    background: url(../Images/Tomorrows-Global-Business_Homepage-Intro_Background_2000x667.jpg) no-repeat center center, -webkit-linear-gradient(-45deg, #561624 0%,#50192a 15%,#47192e 43%,#3e2e47 61%,#291923 100%,#73b1e7 100%,#1c121f 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../Images/Tomorrows-Global-Business_Homepage-Intro_Background_2000x667.jpg) no-repeat center center, linear-gradient(135deg, #561624 0%,#50192a 15%,#47192e 43%,#3e2e47 61%,#291923 100%,#73b1e7 100%,#1c121f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561624', endColorstr='#1c121f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tgb-wrap-helper {
    position: relative;
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.tgb-header {
    color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    clear: both;
    overflow: auto;
    padding-bottom: 25px;
}

    .tgb-header .ph-logo {
        float: left;
        margin: 10px 60px 0 0;
        vertical-align: top;
        display: block;
    }

    .tgb-header .ft-logo {
        margin: 0 60px 0 0;
        vertical-align: top;
        float: left;
        display: block;
    }

.tgb-title {
    width: 600px;
    margin: 0;
    padding: 0;
    float: right;
    display: block;
}

    .tgb-title h3 {
        color: #c4ae78;
        font-size: 38px;
        line-height: 44px;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

        .tgb-title h3 a {
            color: #c4ae78 !important;
        }

    .tgb-title p {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0;
    }


.tgb-item {
    display: table;
    width: 100%;
}

.tgb-info-content {
    clear: both;
    overflow: auto;
}

.tgb-info-mobile {
    display: none;
}

.tgb-info-left {
    width: 136px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    font-size: 12px;
}

    .tgb-info-left a, .tgb-info-right a {
        color: #fff !important;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }

    .tgb-info-left p, .tgb-info-right p {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        margin: 0;
    }

.tgb-info-right {
    width: 136px;
    text-align: center;
    float: left;
    display: block;
}


.tgb-info-center {
    float: left;
    display: block;
    text-align: center;
    width: 677px;
}

.tgb-text {
    display: inline-block;
    text-align: left;
    width: 295px;
    margin: 0 10px;
    padding-top: 25px;
    color: #fff;
    vertical-align: top;
}

    .tgb-text.full-width {
        width: 590px;
    }

    .tgb-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .tgb-text a {
        color: #c5ae78 !important;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }


.tgb-info-heading {
    background: rgb(0, 0, 0, .7);
    background: rgba(0, 0, 0, .7);
    margin-top: 15px;
}

    .tgb-info-heading h4 {
        margin: 0;
        padding: 15px 0 0;
        color: #c4ae78;
        font-size: 22px;
        line-height: 24px;
        text-transform: none;
    }

    .tgb-info-heading p {
        color: #fff;
        margin: 0;
        padding: 0 0 10px;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
    }


.tgb-next,
.tgb-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -28px;
    width: 22px;
    height: 57px;
    cursor: pointer;
}

    .tgb-next.swiper-button-disabled,
    .tgb-prev.swiper-button-disabled {
        opacity: 0.7;
    }

.tgb-prev {
    left: -100px;
    background: url(../Images/slider-big-prev-white.png);
}

.tgb-next {
    right: -100px;
    background: url(../Images/slider-big-next-white.png);
}

.tgb-pagination {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

    .tgb-pagination .swiper-pagination-bullet {
        margin-right: 10px;
        background: #666666;
    }

    .tgb-pagination .swiper-pagination-bullet-active {
        background: #ffffff;
    }

#find-professional {
    position: relative;
}

    #find-professional .banner-block {
        background-image: url(../Images/find-pro-bg.jpg);
        background-position: center top;
        overflow: hidden;
    }

        #find-professional .banner-block video {
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 6;
            width: 100%;
            height: auto;
            min-height: 400px;
            display: inline-block;
        }

.search-bar {
    position: absolute;
    z-index: 7;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

    .search-bar .wrap {
        max-width: 470px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .search-bar input[type='text'] {
        background-color: #fff;
        border: none;
        padding: 1px 16px;
        border-radius: 5px;
        font-size: 16px;
        color: #666666;
        font-weight: 700;
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 20px;
        height: 48px;
    }

    .search-bar select#area {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        padding: 14px 40px 14px 16px;
        background: #fff url(../Images/select-arrow.png) no-repeat 95% center;
        display: inline-block;
        font-size: 16px;
        color: #666666;
        font-weight: 700;
        width: 100%;
        text-indent: 0.01px;
        text-overflow: '';
        float: left;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .search-bar ::-ms-expand {
        display: none;
    }

    .search-bar input[type='submit'] {
        display: inline-block;
        background-color: #8b0e04;
        color: #fff !important;
        text-transform: uppercase;
        font-weight: 700;
        border: none;
        font-size: 13px;
        border-radius: 5px;
        padding: 16px 16px 16px 16px;
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .search-bar input[type='submit']:hover {
            color: #fff;
            background-color: #b4a06e;
        }

#emp-map {
    background-color: #5f6062;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

    #emp-map a {
        color: #b4a06e;
    }

    #emp-map h4 {
        color: #fff;
        font-size: 30px;
    }

.map-block {
    background-position: center 140px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.mobileHideO {
    display: block;
    width: 100%;
}

.map-graphic {
    display: block;
    margin: 0 auto;
    position: relative;
    height: auto;
    width: 100%;
}

img.map-graphic, map area {
    outline: none;
}


.emp-wrapper {
    width: 1200px;
    margin: -35px auto 0;
    display: block;
}

    .emp-wrapper h3 {
        color: #fff;
    }

.mobileShowO {
    display: none;
}

.region {
    text-align: left;
    font-size: 13px;
    margin: 0 0 40px;
    display: inline-block;
    margin: 0 55px;
    vertical-align: top;
}

    .region ul {
        list-style-type: none;
        list-style-position: initial;
        padding: 0 0 40px;
    }

        .region ul li {
            line-height: 13px;
            margin: 0 0 5px;
        }



#offices {
    width: 100%;
    height: 100%;
    background: #5f6062;
}

    #offices .banner-block {
        background-position: center 140px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }

.officemap {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}

#offices .banner-block .button {
    position: absolute;
    bottom: 60px;
    left: 2%;
    width: 96%;
}

#new-paths {
    background-color: #fff;
}

    #new-paths h4 {
        font-size: 30px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 26px 0;
    }

    #new-paths .content {
        text-align: center;
    }

    #new-paths .intro {
        text-align: left;
    }

.cse-principles {
    padding: 20px 0;
}

    .cse-principles h4 {
        font-size: 22px !important;
    }

    .cse-principles ul li {
        margin: 0 !important;
    }

.intro-block {
    padding: 0 0 40px 0;
}

#value {
    background-color: #5f6062;
}

    #value h4 {
        font-size: 30px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 26px 0;
    }

    #value .wrap {
        text-align: center !important;
        color: #ffffff !important;
    }

#accolades h4 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 26px 0;
}

#accolades .wwa-icon {
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

#accolades .icon05 {
    background-image: url(../Images/a-icon01.png);
}

#accolades .icon04 {
    background-image: url(../Images/wwa-icon04@2x.png);
}

#accolades .icon06 {
    background-image: url(../Images/a-icon02.png);
}

#accolades .icon07 {
    background-image: url(../Images/a-icon04.png);
}

#accolades .icon08 {
    background-image: url(../Images/a-icon05.png);
}

#csr {
    background-color: #efefef;
}

    #csr h4 {
        font-size: 30px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 26px 0;
    }

#firm-brochure h4 {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 26px 0;
}

#firm-brochure {
    background-color: #5f6062;
}

    #firm-brochure .content-block {
        background-image: url(../Images/firm-brochure-bg.jpg);
        color: #ffffff;
    }

.bb-description {
    text-align: left;
    color: #ffffff;
}

.fullcontent-block .wrap {
    height: 290px;
}

.tallcontent-block .wrap {
    height: 500px;
}

.three-col-banner {
    text-align: left;
    color: #ffffff;
}

.banner-info-block {
    position: absolute;
    width: 590px;
    bottom: 40px;
    text-align: left;
    padding-right: 0.75em;
}

.btn-block {
    position: absolute;
    width: 590px;
    bottom: 40px;
    text-align: right;
    left: 50%;
}

.thb-btn-block .banner-button {
    margin: 0 28px 0 0;
    top: 150px;
    text-align: right;
    position: relative;
}

#law-students .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

#law-students h4 {
    font-size: 30px;
    text-align: left;
    margin: 0 0 26px 0;
    line-height: 40px;
}

#experienced .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

.banner-info-block h4 {
    font-size: 30px !important;
    margin: 0 0 26px 0;
    line-height: 40px;
}

.thb-banner-info h4 {
    font-size: 30px !important;
    margin: 0 0 26px 0;
    line-height: 40px;
    text-align: left;
}

.three-col-banner h4 {
    font-size: 30px !important;
    margin: 0 0 26px 0;
    line-height: 40px;
}

#pro-staff .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

#pro-staff h4 {
    font-size: 30px;
    text-align: left;
    margin: 0 0 26px 0;
    line-height: 40px;
}

.combo-block {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    width: 140px;
    word-wrap: normal;
    word-break: keep-all;
    margin: 10px;
}

.image-block {
    display: inline-block;
    text-align: center;
    margin: 20px;
}

.spotlight-container .image-block {
    margin: 0px 23px 0px 0px;
}

    .spotlight-container .image-block img {
        width: 100%;
    }

        .spotlight-container .image-block img:hover {
            opacity: 0.8;
        }

    .spotlight-container .image-block:last-child {
        margin: 0;
    }

#leadership h4 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 26px 0;
}

#recognition .content-block {
    background-image: url(../Images/recognition.jpg);
    color: #ffffff;
}

#recognition .content-block {
    background-image: url(../Images/recognition.jpg);
    color: #ffffff;
}

#pb-recognition .content-block {
    background-image: url(../Images/pb-recognition-bg.png);
}

.csr-grad1 {
    height: 360px;
    background: -webkit-linear-gradient(left top, #8b0e04, #510802); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #8b0e04, #510802); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #8b0e04, #510802); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #8b0e04, #510802); /* Standard syntax (must be last) */
    color: #ffffff;
}

.csr-grad2 {
    height: 360px;
    background: -webkit-linear-gradient(left top, #5f6062, #373839); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #5f6062, #373839); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #5f6062, #373839); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #5f6062, #373839); /* Standard syntax (must be last) */
    color: #ffffff;
}

.csr-grad3 {
    height: 360px;
    background: -webkit-linear-gradient(left top, #b4a06e, #685d40); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #b4a06e, #685d40); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #b4a06e, #685d40); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #b4a06e, #685d40); /* Standard syntax (must be last) */
    color: #ffffff;
}

.csr-grad4 {
    height: 360px;
    background: -webkit-linear-gradient(left top, #5a3462, #341e39); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #5a3462, #341e39); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #5a3462, #341e39); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #5a3462, #341e39); /* Standard syntax (must be last) */
    color: #ffffff;
}

.accolade-block {
    width: 250px;
    float: right;
    text-align: left;
    font-size: 21px;
}

    .accolade-block p {
        font-size: 24px !important;
        line-height: 28px !important;
    }

        .accolade-block p.small {
            font-size: 15px !important;
        }

.reg-block h4 {
    font-size: 21px;
    color: #111111;
}

.reg-block .wrap {
    max-width: 1200px !important;
}

.contact-info {
    display: inline-block;
    text-align: center;
}

.contact-line {
    line-height: 18px !important;
    margin: 5px !important;
}

.contact-name {
    font-weight: 700;
    margin: 5px !important;
}

#accolade-01 .fullcontent-block {
    color: #ffffff;
    height: 360px;
    background-image: url(../Images/accolades-01.jpg);
}

#accolade-02 .fullcontent-block {
    color: #ffffff;
    height: 360px;
    background-image: url(../Images/accolades-02.jpg);
}

#accolade-03 .fullcontent-block {
    color: #ffffff;
    height: 360px;
    background-image: url(../Images/accolades-03.jpg);
}

#accolade-04 .fullcontent-block {
    color: #ffffff;
    height: 360px;
    background-image: url(../Images/accolades-04.jpg);
}

#accolade-05 .fullcontent-block {
    color: #ffffff;
    height: 360px;
    background-image: url(../Images/accolades-05.jpg);
}

#blogs-01 .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

#blogs-02 .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

#blogs-03 .fullcontent-block {
    color: #ffffff;
    height: 360px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_C022_container_blog_post h4.sfpostTitle a:hover {
    color: #111111 !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1_C021_container_blog_post h4.sfpostTitle a:hover {
    color: #111111 !important;
}

.article-block {
    margin-bottom: 20px;
}

    .article-block h5 {
        letter-spacing: 0;
        font-size: 16px;
        text-transform: none;
    }

h4.headline {
    text-transform: none;
    font-weight: 700;
    margin: 20px 0;
    font-size: 1.1em;
}

.event-window {
    background-color: #5f6062;
    color: #ffffff;
    margin: 0 0 40px 0;
}

.event-window-block {
    padding: 100px;
}

.event-button-block {
    text-align: center;
}

.event-window-block h4 {
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
}

.event-window-block .banner-button {
    margin: 20px auto;
}

.event-description a {
    color: #b4a06e !important;
}

    .event-description a:hover {
        text-decoration: underline !important;
    }

.sidebar {
    margin: 20px 0;
}

.signup {
    text-align: center;
}

    .signup h4, .signup h4 a {
        font-size: 24px;
    }

@media only print {
    .signup {
        display: none;
    }
}

.sidebar-left {
    margin: 40px 0;
    padding: 0 40px 0 0;
}

.past-events {
    margin: 20px 0;
}

.professionals-form > .sidebar-form input {
    width: 100%;
}

.sidebar h5, .sidebar-left h5, .professionals-form h5, .sidebar-left label, .sidebar h1, .sidebar-left h1 {
    font-size: 13px !important;
    line-height: 17px !important;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}

.sidebar p {
    font-size: 13px;
}

.event-detail-block {
    margin: 0 0 30px 0;
}

    .event-detail-block .button {
        padding: 10px 17px;
        margin: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }

.event-label {
    color: #111111;
}

    .event-label:after {
        content: ":";
    }

.event-detail {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 5px;
    text-align: left;
    color: #5f6062;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.related-block {
    border-top: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    padding: 25px 0;
    width: 100%;
    font-size: 13px;
}

    .related-block h1 {
        margin: 0 0 5px 0;
    }

    .sidebar-box a, .sidebar a, .related-block a {
        font-size: 13px;
        color: #8b0e04;
        text-decoration: none !important;
    }

        .sidebar-box a:hover, .sidebar a:hover, related-block a:hover {
            text-decoration: underline !important;
        }

.sidebar-block {
    border-bottom: 3px solid #efefef;
    margin: 0 0 10px 0;
}

    .sidebar-block ul li {
        font-size: 13px;
    }

.top-border {
    border-bottom: 0;
    border-top: 3px solid #efefef;
    margin: 0;
    padding: 10px 0 0 0;
}

.letters-container {
    margin-bottom: 20px;
    ;
}

    .letters-container a {
        font-size: 14px !important;
        margin: 0 5px !important;
    }

    .letters-container span.separator {
        font-size: 16px !important;
    }

.professionals-form {
    margin-top: 20px;
}

#business-card {
    background-color: #5f6062;
}

    #business-card h4 {
        font-size: 30px;
        line-height: 33px;
        color: #ffffff;
        margin: 3px 0 10px 0;
        text-transform: uppercase;
    }

.business-card-img {
    width: 140px;
    height: 190px;
    margin: 40px 0;
    display: inline-block;
}

.business-card-detail {
    display: inline-block;
    vertical-align: top;
    margin: 40px 10px;
    color: #ffffff;
}

.professional-title {
    margin: 5px 0;
}

.professional-office {
    margin: 5px 0 15px;
    font-weight: bold;
    color: #b4a06e;
}

/*#pro-bio .content {
    padding: 50px 0 0 0;
}

#pro-bio .sidebar{
    padding: 50px 0 0 40px;
}*/

.bio-intro {
    padding-bottom: 20px;
}

.professionals-form-container {
    margin-bottom: 25px;
}

.no-results {
    text-align: center;
}

.slide-text-block .article-title a {
    color: #111111 !important;
}

    .slide-text-block .article-title a:hover {
        color: #8b0e04 !important;
    }

.professional-content {
    width: 60% !important;
    margin: 0 auto 40px auto;
}

h4.title-sentence {
    text-transform: none !important;
    font-size: 1.1em !important;
    text-align: left;
}

#practice-area > .sidebar-block > ul.sidebar-list li a.article-link {
    color: #8b0e04 !important;
    font-weight: normal !important;
}

    #practice-area > .sidebar-block > ul.sidebar-list li a.article-link:hover {
        text-decoration: underline !important;
    }

.professional-office a, .professional-email a {
    color: #b4a06e !important;
}

    .professional-office a:hover, .professional-email a:hover {
        color: #fff !important;
    }

.professional-phone, .professional-fax, .professional-email {
    margin: 5px 0 0 0;
    font-size: 15px;
}

.professional-email {
    font-weight: bold;
    color: #b4a06e;
}

.business-card-social {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0;
    padding: 0 0 0 40px;
}

/*#pro-bio .content {
    padding: 50px 0 0 0;
}

#pro-bio .sidebar{
    padding: 50px 0 0 40px;
}*/

.bio-block {
    margin: 25px 0;
}

.bio-text {
    border-top: 3px solid #efefef;
}

.profile-image {
    display: inline-block;
    vertical-align: top;
}

    .profile-image img {
        width: 70px;
    }

.profile-detail {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 70%;
}

.profile-email {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list {
    position: relative;
}

    .article-list p {
        margin: 0 0 10px 0 !important;
        padding: 10px 0 0 0;
    }


    .article-list h4 {
        font-size: 30px;
        color: #111111;
        font-weight: 700;
        display: inline-block;
        margin: 0 0 20px 0 !important;
    }

        .article-list h4:after {
            content: '';
            display: block;
            width: 40px;
            height: 3px;
            background-color: #b4a06e;
            position: relative;
            margin: 30px 0 0 0;
        }

.article-content {
    margin: 20px 0 0 0;
}

h4.practice-area-title {
    font-size: 30px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin: 30px 0 10px;
}

h4.blog-title {
    font-size: 30px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin: 30px 0 10px;
}

    h4.blog-title img {
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    h4.blog-title:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #b4a06e;
        position: relative;
        margin: 10px 0;
    }

.no-margin img {
    margin: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

h4.practice-area-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #b4a06e;
    position: relative;
    margin: 30px 0 0 0;
}

.practice-area-container {
    background-image: url(../Images/practice-area-grouping-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}

.practice-area-wrap {
    width: 90%;
    height: 100%;
}

.practice-area-swiper .swiper-slide {
    background-color: #cccccc;
    height: 150px;
    border: 3px #cccccc solid;
}

    .practice-area-swiper .swiper-slide:hover {
        background-color: #b4a06e;
        height: 150px;
        border: 3px #ffffff solid;
    }

.practice-area-container .next, .practice-area-container .prev {
    display: none;
}

.slide-text-block {
    padding: 20px;
}

.swiper-button-container {
    height: 100%;
    position: relative;
}

.practice-area-swiper {
    height: auto !important;
}

.practice-area-container h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 20px;
    text-align: center;
}

.practice-area-container > .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
}

    .practice-area-container > .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
    }

h4.practice-area-title {
    font-size: 30px;
    line-height: 33px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin: 30px 0 10px;
}

    h4.practice-area-title:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #b4a06e;
        position: relative;
        margin: 30px 0 0 0;
    }

.article-title {
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-link {
    font-weight: 700;
    color: #111111 !important;
}

    .article-link:visited {
        color: #111111 !important;
    }

    .article-link:hover, .article-link:focus {
        color: #8b0e04 !important;
    }

.article-link-date {
    font-size: 14px;
}

.article-more {
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
}

h4.practice-area-content {
    font-size: 22px;
    margin: 40px 0 10px 0;
}

.accordion-header h3 {
    font-size: 22px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 30px;
}

.ui-accordion-header-active {
    background: #ffffff url(../Images/minus.png) no-repeat 0px 20px !important;
}

    .ui-accordion-header-active h3 {
        color: #8b0e04 !important;
    }

.ui-accordion-icons {
    background: #ffffff url(../Images/plus.png) no-repeat 0px 20px;
}

.accordion-header {
    border-top: 3px solid #b4a06e;
}

.expand-toggle {
    font-weight: 700;
}

.practice-area-accordion {
    border-bottom: 3px solid #b4a06e;
    margin: 10px 0 35px 0;
}

.pa-red {
    font-size: 24px;
    color: #8b0e04;
}

.pa-purple {
    font-size: 24px;
    color: #5a3462;
}

.pa-gold {
    font-size: 24px;
    color: #b4a06e;
}

.pa-grey {
    font-size: 24px;
    color: #5f6062;
}

.sub-item-red:hover {
    color: #8b0e04 !important;
}

.preview-list-container {
    margin-bottom: 40px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewColumnB .sub-item-red:hover {
    color: #5a3462 !important;
}

.sub-item-gold:hover {
    color: #b4a06e !important;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewColumnA .rtPlus,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewColumnA .rtMinus {
    background-image: url(../Images/pa-red-arrow.png);
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewIndustries .rtPlus,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewIndustries .rtMinus {
    background-image: url(../Images/pa-gold-arrow.png);
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewColumnB .rtPlus,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_C006_ucPreviewAll_PracticeAreaTreeViewColumnB .rtMinus {
    background-image: url(../Images/pa-purple-arrow.png);
}

.RadTreeView_Default, .RadTreeView .rtIn {
    font-family: "helvetica neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
    border: 1px solid transparent;
    background-repeat: no-repeat;
    padding: 4px 3px 3px 25px;
}

.RadTreeView .rtIn {
    padding: 4px 3px 3px 25px;
}

.RadTreeView_Default .rtPlus, .RadTreeView_Default .rtMinus {
}

.RadTreeView_Default .rtSelected .rtIn {
    border: 1px solid transparent;
    background-color: transparent !important;
    background-image: none;
}

.rtHover, .RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
    padding: 0 0 0 20px !important;
}

.RadTreeView_Default .rtHover .rtIn {
    border: 1px solid transparent;
    background-color: transparent !important;
    background-image: none;
}

.spotlight-container h4 {
    font-size: 22px;
    margin: 5px 0 20px 0;
}

.spotlight-container {
    margin: 0 0 40px 0;
}

.success-line {
    background-color: #efefef;
    border-left: 3px solid #b4a06e;
    padding: 20px;
    margin: 5px 0 10px 0;
}

    .success-line p {
        margin: 0;
    }

.profile-title {
    text-transform: uppercase;
    font-weight: 700;
}

.profile-detail {
    padding: 0 0 0 5px;
}

ul.profile-list li {
    background-color: #efefef;
    margin: 0 0 5px 0;
}

.global-grouping-wrap {
    background-color: #efefef;
    margin: 40px auto 0 auto !important;
}

.global-grouping-swiper .swiper-slide {
    height: 175px;
    background-color: #ffffff;
    text-align: center;
    margin: 5px 0 0 0;
}

.global-grouping-wrap .next {
    background-image: url(../Images/red-arrow-right.png) !important;
    right: 15px !important;
}

.global-grouping-wrap .prev {
    background-image: url(../Images/red-arrow-left.png) !important;
    left: 15px !important;
}

.global-grouping-swiper {
    height: 180px !important;
}

.global-grouping {
    padding: 40px 60px;
}

@media only print{
    .swiper-container{
        display: none;
    }
}

.prev-next {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

.article-text {
    color: #111111;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.article-date {
    color: #111111;
}

.dl-imglink {
    display: none;
}

.download .button {
    width: 100%;
    text-align: center;
    padding: 10px 17px;
}

@media only print{
    .download {
        display: none;
    }   
}

.media-block {
    border-top: 3px solid #efefef;
    margin: 30px 0 0 0;
}

    .media-block h5 {
        margin: 20px 0 0 0;
    }

.media-contact {
    margin: 20px 0;
}

.media-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

.media-name {
    font-size: 13px;
    line-height: 17px;
}

.media-phone {
    font-size: 13px;
    line-height: 17px;
}

.media-social {
    font-size: 13px;
    line-height: 17px;
}

.article-list a.rss {
    background-color: #7d7e80;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    margin: 5px 0 0 10px;
    display: inline-block;
}

    .article-list a.rss:before {
        margin-top: 5px;
        display: inline-block;
    }

#opportunities .fullcontent-block {
    background-image: url(../Images/opportunities.jpg);
    color: #ffffff;
    height: 346px;
}

#video-spotlight {
    height: 340px;
    background: #5a3462;
    color: #ffffff;
}

.page-box .box-content .column a:hover {
    text-decoration: underline !important;
}

h2.search-category {
    font-size: 22px !important;
}

.sfSearchItem a, sfsearchResultTitle a {
    color: #111111 !important;
}

    .sfSearchItem a:hover, sfsearchResultTitle a:hover {
        color: #8b0e04 !important;
        text-decoration: underline !important;
    }

#spotlight {
    height: 288px;
    background: #5a3462;
    color: #ffffff;
}

#testimonials {
    height: 288px;
    background: #5a3462;
    color: #ffffff;
}

.testimonials-swiper {
    height: 288px !important;
}

    .testimonials-swiper .swiper-slide {
        height: 250px;
    }

.testimonials-wrap .next {
    background-image: url(../Images/right-arrow@2x.png);
    right: 15px;
}

.testimonials-wrap .prev {
    background-image: url(../Images/left-arrow@2x.png);
    left: 15px;
}

.testimonial-content {
    padding: 40px 80px;
}

.testimonial-image {
    display: inline-block;
    width: 134px;
    margin: 0 40px 0 0;
}

.testimonial-text {
    display: inline-block;
    width: 82%;
    vertical-align: top;
    padding: 20px 0;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.testimonial-name, .testimonial-title {
    font-size: 13px;
    font-weight: 700;
}

.article-pagination {
    cursor: pointer;
    text-align: center;
}

.page-bottom-margin {
    margin: 0 0 80px 0;
}

.article-pagination a, .article-pagination span {
    padding: 0.2em 0.5em;
    margin-right: 1px;
}

.article-pagination .disabled, .article-pagination .disabled:hover, .article-pagination .disabled:focus {
    color: #999999;
    border: 1px solid #efefef;
    background: #ffffff;
}

.article-pagination .current {
    background: #cccccc;
    color: #8b0e04;
    border: 1px solid #cccccc;
}

.article-pagination a {
    text-decoration: none;
    color: #111111;
    border: 1px solid #cccccc;
}

    .article-pagination a:hover, .article-pagination a:focus {
        background: #cccccc;
        color: #8b0e04;
        border: 1px solid #cccccc;
    }

.article-pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.spotlight-content-block {
    width: 100%;
    text-align: left;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    line-height: 24px;
    position: relative;
}

.videosp-content-block {
    line-height: 24px;
    margin: 20px 0;
}

.centered {
    text-align: center;
}

.spotlight-image-block {
    display: inline-block;
    text-align: left;
    margin: 40px 20px 40px 0;
    vertical-align: top;
}

.spotlight-info-block {
    display: inline-block;
    text-align: left;
    width: 450px;
    margin: 25px 0;
    vertical-align: top;
}

.spotlight-video-block {
    display: inline-block;
    margin: 6px 0 0 20px;
}

.spotlight-info-block h5 {
    font-size: 28px;
    line-height: 30px;
    font-weight: lighter;
    margin: 0;
    color: #ffffff;
}

.spotlight-info-block h4 {
    font-size: 30px;
    text-align: left;
    margin: 0;
    line-height: 32px;
    color: #ffffff;
}

.spotlight-btn-block {
    position: absolute;
    width: 590px;
    top: 50%;
    text-align: right;
    left: 50%;
}

.spotlight-description {
    margin: 10px 0 0 0;
}

.opportunities-image-block {
    display: block;
    text-align: center;
}

    .opportunities-image-block img {
        display: inline-block;
        margin: 1px;
    }

        .opportunities-image-block img:hover {
            opacity: 0.8;
        }

#student-opportunities h4 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 26px 0;
}

#disclaimer {
    background: #efefef;
    color: #373839;
    padding: 20px 0 40px 0;
    margin: 40px 0 0 0;
}

    #disclaimer h6 {
        font-size: 13px;
    }

.small-intro-block {
    margin: 60px 0;
    padding: 0 11px 0 0;
}

.grid-wrap {
    width: 520px;
    float: right;
}

.gallery-bottom {
    background: #8b0e04;
    margin: 20px 0 !important;
}

.tl-panel {
    padding: 2% 10%;
}

.tl-image {
    display: inline-block;
    width: 25%;
    float: left;
}

    .tl-image img {
        border: 1px solid #ffffff;
    }

.tl-text {
    display: inline-block;
    width: 70%;
    margin: 0 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
}

.tl-header {
    margin: 0 0 20px 0;
}

.tlh-big {
    font-size: 36px;
    display: inline-block;
    font-weight: 600;
    color: #b4a06e;
    text-transform: uppercase;
}

.tlh-small {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #ffffff;
}

.tlth-header {
    margin: 30px 0 15px;
    font-size: 26px;
    color: #b4a06e;
}

.slide-control {
    padding: 0 0 0 30px;
    background: url("../img/active-arrow.png") no-repeat left top;
    width: 75%;
}

.control-link {
    opacity: 0.5;
}

    .control-link:hover {
        opacity: 1;
        text-decoration: none !important;
    }

a.current {
    opacity: 1;
}

.tlth-text {
    font-weight: 600;
    color: #222222;
}

.rm-red {
    font-weight: 300;
    padding: 0 0 0 10px;
    color: #8b0e03;
}

p.name {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

p.location {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

body.modal-open {
    overflow: hidden;
}

/*--- IOT Slider ---*/
#IOT-slider {
    margin-top: 20px;
}

    #IOT-slider .next,
    #IOT-slider .prev {
        display: none;
        width: 28px;
        height: 65px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
        top: 50%;
        margin-top: -33px;
    }

    #IOT-slider .prev {
        background-image: url(../Images/left-arrow@2x.png);
        left: 55px;
    }

    #IOT-slider .next {
        background-image: url(../Images/right-arrow@2x.png);
        right: 55px;
    }

    #IOT-slider .slider-image {
        width: 100%;
        height: auto;
    }

@media screen and (min-width: 1121px) {
    #IOT-slider .next,
    #IOT-slider .prev {
        display: block;
    }
}

/*--- Paul help. Hexagons. ---*/
.paul-help {
    position: relative;
    padding: 40px 0;
    height: 750px;
    text-align: center;
}

    .paul-help.transparent .paul-help-mobile-blocks p,
    .paul-help.transparent .paul-help-mobile-blocks h4 {
        color: transparent;
    }

    .paul-help.transparent .paul-help-mobile-blocks img,
    .paul-help.transparent image {
        display: none;
    }

    .paul-help.transparent .paul-help-popup-contact-photo img {
        display: block;
    }

    .paul-help.transparent text {
        fill: transparent;
    }

    .paul-help svg text {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

        .paul-help svg text.paul-help-center-block-title {
            font-weight: normal;
            font-size: 36px;
        }

        .paul-help svg text.paul-help-center-block-text {
            font-size: 15px;
        }

.paul-help-popups {
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .paul-help-popups.open {
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
    }

.paul-help-popups-inner {
    margin: 30px auto;
}

.paul-help-popup {
    position: relative;
    display: none;
    width: 750px;
    margin: 135px auto 0 auto;
    background: #efefef;
    padding: 70px 0 20px;
    -webkit-box-shadow: 0px 8px 31px -20px rgba(0,0,0,1);
    -moz-box-shadow: 0px 8px 31px -20px rgba(0,0,0,1);
    box-shadow: 0px 8px 31px -20px rgba(0,0,0,1);
}

    .paul-help-popup.open {
        display: block;
    }

    .paul-help-popup > .paul-help-popup-title,
    .paul-help-popup > .paul-help-popup-content {
        padding: 0 30px;
    }

    .paul-help-popup.transparent {
        background: rgba(0,0,0,0);
    }

        .paul-help-popup.transparent > * {
            opacity: 0;
            background: rgba(0,0,0,0);
        }

        .paul-help-popup.transparent > .paul-help-popup--inside {
            opacity: 1;
            background: #efefef;
            padding: 70px 30px 0;
            margin-bottom: 30px;
        }

    .paul-help-popup .popup-close {
        display: inline-block;
        text-transform: uppercase;
        position: absolute;
        right: 15px;
        top: 15px;
    }

        .paul-help-popup .popup-close span {
            position: relative;
            top: -2px;
        }

.paul-help-popup-title {
    margin: 0 0 30px;
    color: #920E1C;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.paul-help-popup-content {
    text-align: center;
    line-height: 26px;
}

.paul-help-popup-contact-link {
    margin-top: 20px;
    padding-left: 250px;
}

.paul-help-popup-contact-link-name {
    display: block;
    padding: 10px 0 10px 40px;
    background: url(../Images/icon-plus-red.png) left center no-repeat;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

    .paul-help-popup-contact-link-name:hover {
        color: #383838;
    }

.paul-help-popup-contacts {
    margin-top: 50px;
}

.paul-help-popup-contact-item {
    margin-bottom: 15px;
}

.paul-help-popup-contact-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
}

a.paul-help-popup-contact-name {
    color: rgb(17, 17, 17);
    text-decoration: none;
}

    a.paul-help-popup-contact-name:hover {
        text-decoration: underline !important;
    }

.paul-help-popup-contact-city {
    font-style: italic;
}

.paul-help-popup-contact-photo {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    overflow: hidden;
}

    .paul-help-popup-contact-photo img {
        position: absolute;
        width: 50px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .paul-help-popup-contact-photo img {
        top: 50px;
    }
}

.paul-help-popup-content a:hover {
    text-decoration: underline !important;
}

.paul-help-popup-contact-link ul {
    display: none;
}

.paul-help-popup-contact-link.open ul {
    display: block;
}


.paul-help-mobile-blocks {
    display: none;
}

    .paul-help-mobile-blocks .open-popup,
    .paul-help-mobile-first-block {
        display: block;
        width: 400px;
        height: 350px;
        margin: 10px auto;
    }

        .paul-help-mobile-blocks .open-popup img {
            margin-top: 40px;
            max-width: 65%;
        }

        .paul-help-mobile-blocks .open-popup p {
            margin: 30px auto 0;
            width: 75%;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            line-height: 28px;
        }

        .paul-help-mobile-first-block h4 {
            margin-top: 90px;
            color: #920E1C;
            font-weight: normal !important;
            font-size: 30px;
            line-height: 40px;
        }


        .paul-help-mobile-blocks .open-popup._red {
            background: url(../Images/polygon5.png) no-repeat;
            background-size: contain;
        }

        .paul-help-mobile-blocks .open-popup._grey-dark {
            background: url(../Images/polygon7.png) no-repeat;
            background-size: contain;
        }

        .paul-help-mobile-blocks .open-popup._brown-bright {
            background: url(../Images/polygon6.png) no-repeat;
            background-size: contain;
        }

        .paul-help-mobile-blocks .open-popup._purple {
            background: url(../Images/polygon4.png) no-repeat;
            background-size: contain;
        }

        .paul-help-mobile-blocks .open-popup._grey {
            background: url(../Images/polygon3.png) no-repeat;
            background-size: contain;
        }

        .paul-help-mobile-blocks .open-popup._brown-light {
            background: url(../Images/polygon1.png) no-repeat;
            background-size: contain;
        }

.paul-help-mobile-first-block {
    padding: 1px;
    background: url(../Images/polygon2.png) no-repeat;
    background-size: contain;
}

/*--- Clients successes, clients contacts, clients news  ---*/
.iot-clients .content,
.iot-sources .content {
    padding: 40px 0 20px;
    border-top: 2px solid #B9A171;
}

.iot-clients-messages {
    float: left;
    width: 70%;
    margin-right: 3%;
}

    .iot-clients-messages h4,
    .iot-clients-contacts h4 {
        margin-bottom: 30px;
        color: #A30007;
        text-transform: uppercase;
        font-size: 20px;
        text-align: left;
    }

.iot-clients-messages-item {
    display: none;
    width: 100%;
    min-height: 70px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 2px solid #B9A171;
    background-color: #EFEFEF;
    font-size: 14px;
}
/*.iot-clients-messages-list .iot-clients-messages-item:nth-child(1),
.iot-clients-messages-list .iot-clients-messages-item:nth-child(2),
.iot-clients-messages-list .iot-clients-messages-item:nth-child(3) {
  display: block;
} */
.iot-clients-messages-list .iot-clients-messages-item {
    display: block;
}

.iot-clients-messages-list .full {
}

    .iot-clients-messages-list .full.hide {
        display: none;
    }


.iot-clients-messages-add {
    text-align: right;
    color: #A30007;
    text-transform: uppercase;
    font-weight: bold;
}

.iot-clients-contacts-wrap {
    float: left;
    width: 25%;
}

.iot-clients-contacts-item {
    margin-bottom: 30px;
}

.iot-clients-contacts-info {
    display: table;
}

.iot-clients-contacts-photo {
    display: table-cell;
    width: 50px;
    vertical-align: top;
}

.iot-clients-contacts-name-phone {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.iot-clients-contacts-name,
.iot-clients-contacts-email {
    color: #A30007;
}

.iot-sources-news {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.iot-sources-news-title {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.iot-sources-news-item {
    margin-bottom: 20px;
}

.iot-sources-news-item-content {
    color: #A30007;
    font-weight: bold;
}

.iot-study {
    height: 300px;
    background: url(../Images/bg-case-study.png) center;
    background-size: cover;
}

    .iot-study .content {
        position: relative;
        height: 100%;
    }

.iot-study-text {
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
}

    .iot-study-text h4 {
        margin-top: 0;
        font-size: 26px;
        color: #fff;
    }

.iot-study .iot-study-link {
    position: absolute;
    right: 0;
    top: 45%;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
}


/*--------------------------------*/

.paul-help-popup--inside {
    display: none;
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 750px;
    margin: 0 auto;
    text-align: center;
}

    .paul-help-popup--inside.open {
        display: block;
    }

.paul-help-contacts-list {
    display: inline-block;
}

    .paul-help-contacts-list:nth-child(2n) {
        margin-left: 50px;
    }

    .paul-help-contacts-list h4 {
        color: #920E1C;
    }

.lowercase {
    text-transform: lowercase;
}

/*--------------------------------*/


@media only screen and (max-width: 785px) {
    .iot-study {
        text-align: center;
    }

    .iot-study-text {
        position: static;
        margin-top: 50px;
    }

    .iot-study .iot-study-link {
        position: static;
        margin-top: 50px;
    }

    .iot-sources-news {
        width: 45%;
        margin-right: 0;
    }

        .iot-sources-news:nth-child(1) {
            margin-right: 7%;
        }

    .iot-clients-messages {
        width: 100%;
        margin-right: 0;
    }

    .iot-clients-contacts-wrap {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .iot-clients-contacts {
        display: inline-block;
    }

    .iot-clients-messages-item {
        height: auto;
    }

    .paul-help {
        height: auto;
    }

    .paul-help-desktop-svg {
        display: none;
    }

    .paul-help-mobile-blocks {
        display: block;
    }

    .paul-help-popup {
        width: 100%;
    }

    .paul-help-popup-contact-link {
        padding-left: 25%;
    }

    .paul-help-popup-contact {
        padding-left: 25%;
    }

    .paul-help-mobile-blocks .open-popup._brown-bright img {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .iot-sources-news {
        width: 100%;
        margin-right: 0;
    }

    .paul-help-mobile-blocks .open-popup._grey img {
        width: 156px;
    }
}

@media only screen and (max-width: 500px) {
    .paul-help-mobile-blocks .open-popup,
    .paul-help-mobile-first-block {
        width: 300px;
        height: 260px;
        margin: 10px auto;
    }

        .paul-help-mobile-blocks .open-popup img {
            margin-top: 20px;
        }

        .paul-help-mobile-blocks .open-popup p {
            margin-top: 10px;
            font-size: 18px;
        }

        .paul-help-mobile-first-block h4 {
            margin-top: 50px;
            margin-bottom: 20px;
            font-size: 26px;
        }
}

/*********************
TOMORROW'S GLOBAL BUSINESS PAGES
*********************/

.about-topic .sfContentBlock {
    margin-bottom: 40px;
}

/*TOPICS PAGE - Video Slider*/

.yellow-title {
    display: inline-block;
    padding: 10px 50px;
    background-color: #b4a16c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.newest-video-wrap {
    position: relative;
}

.newest-videos {
    width: 90%;
    margin: 20px auto 0 !important;
}

.about-topics .video {
    width: 20%;
    display: inline-block;
    padding: 0 5px;
    text-align: left;
}

.newest-videos .desc {
    color: #8b0e04;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.newest-videos-prev, .newest-videos-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .newest-videos-prev.swiper-button-disabled,
    .newest-videos-next.swiper-button-disabled {
        opacity: 0.7;
    }

.newest-videos-prev {
    left: 0;
    background: url(../Images/slider-prev.png);
}

.newest-videos-next {
    right: 0;
    background: url(../Images/slider-next.png);
}

/*TOPICS PAGE - Partner Perspectives*/


.partners-wrap {
    padding: 50px 0 120px;
    background-color: #ebe6d9;
}

.partners-wrap-helper {
    position: relative;
    width: 900px;
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
}

.partners-title {
    margin-left: 190px;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

    .partners-title::after {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        background-color: #b4a06e;
        position: relative;
        margin: 20px 0 0 0;
    }

.partners-item {
    display: table;
    width: 100%;
}

.partners-photo {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    font-size: 14px;
}

.partners-photo-thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

    .partners-photo-thumb img {
        width: 100%;
    }

.partners-photo-name {
    margin-top: 10px;
    color: #8b0e04;
    font-weight: bold;
    font-size: 14px;
}

.partners-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.partners-info-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8b0e04;
}

.partners-info-content {
    font-size: 18px;
    line-height: 26px;
}

.partners-pagination {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.patners-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.partners-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    background: #666;
}

.partners-next, .partners-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -28px;
    width: 33px;
    height: 56px;
    cursor: pointer;
}

.swiper-button-disabled.partners-next, .swiper-button-disabled.partners-prev {
    opacity: 0.7;
}

.partners-prev {
    left: -40px;
    background: url(../Images/slider-big-prev.png);
}

.partners-next {
    right: -40px;
    background: url(../Images/slider-big-next.png);
}

/*TOPICS PAGE - Related Events*/

.related-events {
    margin-top: 40px;
}

.archives-wrap {
    position: relative;
    margin: 30px 0 60px;
}

.related-events .archives {
    width: 90%;
    margin: auto;
}

.related-events .archive {
    padding: 20px;
    background: #7f7f7f;
}

    .related-events .archive .logo-paul {
        float: left;
        width: 120px;
    }

        .related-events .archive .logo-paul img {
            width: 100%;
        }

    .related-events .archive .logo {
        float: right;
    }

    .related-events .archive h3 {
        clear: both;
        margin-top: 30px;
        color: #fff;
    }

        .related-events .archive h3 a {
            color: #fff;
        }

    .related-events .archive .category {
        float: left;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }

    .related-events .archive .date {
        float: right;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .related-events .archive .date span._white {
            color: #fff;
        }


        .related-events .archive .date span._red {
            color: #8b0e04;
        }

.related-events .swiper-button-disabled.archives-prev,
.related-events .swiper-button-disabled.archives-next {
    opacity: 0.7;
}

.related-events .archives-prev, .related-events .archives-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}

.related-events .archives-prev {
    left: 0;
    background: url(../Images/slider-prev.png);
}

.related-events .archives-next {
    right: 0;
    background: url(../Images/slider-next.png);
}

/*TOPICS PAGE - Latest Articles*/

.latest-articles {
    margin-top: 40px;
}

    .latest-articles .articles-wrap {
        position: relative;
    }

    .latest-articles .articles {
        width: 90%;
        margin: auto;
    }

        .latest-articles .articles h3 a {
            color: #000;
        }

    .latest-articles .swiper-button-disabled.articles-prev,
    .latest-articles .swiper-button-disabled.articles-next {
        opacity: 0.7;
    }

    .latest-articles .articles-prev {
        left: 0;
        background: url(../Images/slider-prev.png);
    }

    .latest-articles .articles-next {
        right: 0;
        background: url(../Images/slider-next.png);
    }

    .latest-articles .articles-prev,
    .latest-articles .articles-next {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }

/*PARTNERS PERSPECTIVE PAGE*/

.about-perspectives .partners-big-title {
    padding-bottom: 105px;
    padding-top: 15px;
    background-size: cover;
    line-height: normal;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    background: url(../Images/for-title.png) no-repeat;
}

.about-perspectives .partners-group {
    margin-bottom: 30px;
}


.about-perspectives .partners-group-title {
    display: table;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

    .about-perspectives .partners-group-title > span {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

        .about-perspectives .partners-group-title > span:first-of-type {
            padding-right: 20px;
        }


.about-perspectives .parnters-group-title span.helper {
    width: 100%;
    height: 2px;
}

.about-perspectives .partners-group-title span.helper div {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #8b0e04;
}

.about-perspectives .partners-item-top {
    padding: 5px 20px;
    margin-bottom: 1px;
    background-color: #dbd2b5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.about-perspectives .partners-item {
    position: relative;
    padding: 20px 30px 50px;
    margin-bottom: 20px;
    background-color: #ebe6d9;
}

.about-perspectives .partners-item-visible .left {
    display: table;
    width: 30%;
}

.about-perspectives .partners-item-thumb-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

    .about-perspectives .partners-item-thumb-wrap::after {
        content: "";
        position: absolute;
        bottom: -20px;
        width: 40px;
        height: 3px;
        background-color: #b4a16c;
    }

.about-perspectives .partners-item-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.about-perspectives .partners-item-name {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

    .about-perspectives .partners-item-name .partners-name {
        color: #8b0e04;
        font-size: 14px;
        font-weight: bold;
    }

    .about-perspectives .partners-item-name div {
        font-size: 14px;
    }

.about-perspectives .partners-item-info-title {
    margin-bottom: 5px;
    color: #8b0e04;
}

.about-perspectives .partners-item-visible .right {
    width: 65%;
}

.about-perspectives .partners-item-hidden {
    display: none;
    margin-top: 20px;
}

    .about-perspectives .partners-item-hidden .left {
        width: 30%;
        padding-top: 30px;
        font-style: italic;
    }

        .about-perspectives .partners-item-hidden .left span {
            font-weight: bold;
        }

    .about-perspectives .partners-item-hidden .right {
        width: 65%;
    }

.about-perspectives .partners-item-btn-open {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    padding-right: 50px;
    background: url(../Images/slider-down.png) right no-repeat;
    cursor: pointer;
    color: #8b0e04;
    text-transform: uppercase;
    font-size: 14px;
}

/*TOMORROW'S GLOBAL BUSINESS - LANDING PAGE*/


#video-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
}

    #video-overlay:after {
        background: #000;
        bottom: 0;
        content: '';
        left: 0;
        opacity: .8;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    #video-overlay .close {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        margin-left: 365px;
        margin-top: -250px;
        left: 50%;
        top: 50%;
        text-transform: uppercase;
    }


    #video-overlay iframe {
        height: 460px;
        width: 800px;
        position: absolute;
        margin-left: -400px;
        margin-top: -230px;
        left: 50%;
        top: 50%;
    }

.about-landing .block-two .filters {
    margin: 20px 0 40px;
    border-bottom: 2px solid #efefef;
    text-align: center;
    font-size: 16px;
}

    .about-landing .block-two .filters ul {
        display: inline-block;
        padding-left: 0;
        font-weight: bold;
    }

    .about-landing .block-two .filters li {
        display: inline-block;
        margin-left: 40px;
        font-weight: normal;
    }

.about-landing .block-one .info {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
}

.about-landing .block-one .left {
    width: 6%;
    margin-left: 5%;
    display: inline-block;
    font-size: 16px;
    text-align: right;
}

.about-landing .block-one img {
    width: 100%;
}

.about-landing .block-one .center {
    width: 65%;
    font-size: 16px;
    margin-left: 15px;
    display: inline-block;
}

    .about-landing .block-one .center h3 {
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .about-landing .block-one .center p {
        margin-top: 0px;
        line-height: 24px;
    }

.aboutus .content-block .top {
    display: block;
    clear: both;
    overflow: hidden;
}

.about-landing .content-block {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: left;
    background-color: #7f7f7f;
    margin-bottom: 15px;
}

.about-landing .opinion.content-block {
    background-color: #ebe6d9;
}

.about-landing .content-block .top {
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.about-landing .opinion.content-block .top {
    background-color: #dbd2b5;
}

.aboutus .content-block .category {
    width: 60%;
    float: left;
}

.aboutus .type {
    width: 40%;
    float: right;
    text-align: right;
}

.about-landing .content-body {
    padding: 20px;
}

.aboutus .content-block .person {
    display: table;
}

.aboutus .content-block .person-img {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}

.aboutus .content-block .person-img-wrap {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.aboutus .content-block .person-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 14px;
}

    .aboutus .content-block .person-info .title {
        color: #8b0e04;
        font-weight: bold;
    }

.aboutus .content-block .person-opinion .title {
    margin-top: 10px;
    color: #8b0e04;
    font-weight: bold;
    text-transform: uppercase;
}

.about-landing .block-four {
    margin-top: 20px;
    background-color: #efefef;
}

.about-landing .events {
    width: 100%;
    font-size: 0px;
}

    .about-landing .events .event {
        width: 33.33%;
        display: inline-block;
        padding: 5px;
        font-size: 16px;
    }

    .about-landing .events img {
        width: 100%;
    }

.about-landing .event-info {
    margin-top: 30px;
}

.about-landing .event-view {
    margin: 50px 0 30px;
    text-align: center;
}

    .about-landing .event-view a {
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid #8b0e04;
        color: #8b0e04;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

        .about-landing .event-view a:hover {
            text-decoration: none;
            border: 2px solid #dad0b8;
            color: #dad0b8;
        }

.about-landing .block-two .topics {
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
}


.about-landing .block-two {
    text-align: center;
    margin-bottom: 20px;
}

    .about-landing .block-two .topics a {
        display: inline-block;
        padding: 10px 20px;
        margin-right: 10px;
        border: 2px solid #8b0e04;
        text-transform: uppercase;
        color: #8b0e04;
        font-size: 14px;
        font-weight: bold;
    }

        .about-landing .block-two .topics a:hover {
            text-decoration: none;
            color: #dad0b8;
            border: 2px solid #dad0b8;
        }

.about-landing .column-one, .about-landing .column-three {
    width: 32%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.about-landing .column-two {
    width: 32%;
    margin: 0 1%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.about-landing .video.content-block {
    background-color: #efefef;
}

    .about-landing .video.content-block .top {
        background-color: #ded0e1;
    }

.about-landing .content-video-link {
    position: relative;
    cursor: pointer;
}

    .about-landing .content-video-link::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background: url(../Images/video-play.png);
        background-size: contain;
    }

    .about-landing .content-video-link img {
        width: 100%;
    }

.about-landing .content-video-title {
    font-weight: bold;
}

.about-landing .event.content-block .top {
    padding: 20px;
    border-bottom: 0;
}

.about-landing .event.content-block .icon-paul {
    float: left;
}

    .about-landing .event.content-block .icon-paul img {
        height: 30px;
    }

.aboutus .content-block .icon {
    width: 40%;
    float: right;
    text-align: right;
}

.about-landing .event.content-block .content-body {
    padding-top: 0;
}

    .about-landing .event.content-block .content-body h3 {
        margin-top: 0;
        color: #fff;
    }

        .about-landing .event.content-block .content-body h3 a {
            color: #fff;
        }

.about-landing .event.content-block .category {
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
}

.aboutus .content-block .date {
    float: right;
    text-align: right;
}

.about-landing .event.content-block .date {
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

    .about-landing .event.content-block .date span._white {
        color: #fff;
    }

    .about-landing .event.content-block .date span._red {
        color: #8b0e04;
    }

.about-landing .article.content-block {
    background-color: #efefef;
}


    .about-landing .article.content-block .top {
        background-color: #d2bdbb;
    }

    .about-landing .article.content-block .title {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

@media only screen and (max-width:767px) {

    .about-landing .column-one,
    .about-landing .column-two,
    .about-landing .column-three {
        width: 100%;
    }

    .about-landing .block-one .left {
        width: 20%;
        margin-left: 0;
    }

    .about-landing .block-one .center {
        width: 75%;
        margin-left: 5%;
    }

    .about-landing .block-two .topics a {
        margin-bottom: 20px;
    }

    .about-landing .events .event {
        width: 100%;
    }
}




/*********************
FOOTER STYLES
*********************/
#footer {
    background-color: #373839;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 9;
}

    #footer .follow {
        text-transform: uppercase;
    }

    #footer hr {
        width: 40px;
        height: 3px;
        display: inline-block;
        background-color: #7d7e80;
        margin-top: 30px;
        margin-bottom: 30px;
        border: none;
    }

    #footer nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        /*width: fit-content; 
      removed on 8.9.16 to resolve footer links alignment in chrome.*/
    }

        #footer nav ul li {
            display: inline-block;
        }

            #footer nav ul li a {
                color: #fff;
                font-size: 13px;
            }

            #footer nav ul li:after {
                content: '|';
                display: inline-block;
                margin-left: 10px;
                margin-right: 8px;
                color: #7d7e80;
            }

            #footer nav ul li:last-of-type:after {
                content: '';
            }

    @media only print{
        #footer nav {
            display: none;
        }
    }

    #footer .copyright {
        color: #7d7e80;
    }

        #footer .copyright a {
            color: #7d7e80;
        }

            #footer .copyright a:hover {
                color: #7d7e80;
                text-decoration: underline;
            }

    #footer .socialLinks {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: fit-content;
        display: inline-block;
        margin-top: 20px;
        position: relative;
        text-align: center;
    }

        #footer .socialLinks li {
            display: inline-block;
            margin: 0px 3px;
        }

            #footer .socialLinks li a {
                display: inline-block;
                width: 40px;
                height: 40px;
                position: relative;
                color: #fff;
                text-align: center;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                #footer .socialLinks li a:hover {
                    opacity: 0.8;
                }

                #footer .socialLinks li a.ln {
                    background-color: #4975b4;
                }

                    #footer .socialLinks li a.ln:before {
                        font-family: 'icomoon';
                        content: "\f612";
                        font-size: 24px;
                        line-height: 40px;
                    }

                #footer .socialLinks li a.tw {
                    background-color: #00abec;
                }

                    #footer .socialLinks li a.tw:before {
                        font-family: 'icomoon';
                        content: "\f611";
                        font-size: 24px;
                        line-height: 40px;
                    }

                #footer .socialLinks li a.fb {
                    background-color: #325a98;
                }

                    #footer .socialLinks li a.fb:before {
                        font-family: 'icomoon';
                        font-size: 24px;
                        line-height: 40px;
                        content: "\f610";
                    }

                #footer .socialLinks li a.yt {
                    background-color: #dd483b;
                }

                    #footer .socialLinks li a.yt:before {
                        font-family: 'icomoon';
                        font-size: 24px;
                        line-height: 40px;
                        content: "\f630";
                    }

                #footer .socialLinks li a.em {
                    background-color: #7d7e80;
                }

                    #footer .socialLinks li a.em:before {
                        font-family: 'icomoon';
                        font-size: 22px;
                        line-height: 42px;
                        content: "\2709";
                        font-style: normal;
                    }

#footer .socialLinks li a.insta{
    background-color:#da3176;
}

#footer .socialLinks li a.insta:before{
   font-family:'FontAwesome';
   font-size:2em;
   line-height:42.25px;
   content:"\f16d";
   font-style:normal;

}

/*********************
SIDEBAR STYLES
*********************/
.sidebar-social .socialLinks {
    padding: 0px;
    margin: 10px 0 0 0;
    list-style: none;
    display: inline-block;
}

    .sidebar-social .socialLinks li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .sidebar-social .socialLinks li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: relative;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .sidebar-social .socialLinks li a:hover {
                opacity: 0.8;
            }

            .sidebar-social .socialLinks li a.ln {
                background-color: #4975b4;
            }

                .sidebar-social .socialLinks li a.ln:before {
                    font-family: 'icomoon';
                    content: "\f612";
                    font-size: 24px;
                    line-height: 40px;
                }

            .sidebar-social .socialLinks li a.tw {
                background-color: #00abec;
            }

                .sidebar-social .socialLinks li a.tw:before {
                    font-family: 'icomoon';
                    content: "\f611";
                    font-size: 24px;
                    line-height: 40px;
                }

            .sidebar-social .socialLinks li a.fb {
                background-color: #325a98;
            }

                .sidebar-social .socialLinks li a.fb:before {
                    font-family: 'icomoon';
                    font-size: 24px;
                    line-height: 40px;
                    content: "\f610";
                }

            .sidebar-social .socialLinks li a.yt {
                background-color: #dd483b;
            }

                .sidebar-social .socialLinks li a.yt:before {
                    font-family: 'icomoon';
                    font-size: 24px;
                    line-height: 40px;
                    content: "\f630";
                }

.business-card-social .socialLinks {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}

.addthis_sharing_toolbox {
    display: block;
    padding: 0;
    margin: 0 0 25px;
    height: auto;
    clear: both;
}

    .addthis_sharing_toolbox#events-sidebar {
        margin-top: -40px;
    }

.at-share-tbx-element {
    margin: -20px 0 0 0;
    padding: 0;
}

.business-card-social .socialLinks li {
    display: inline-block;
    margin: 0px 3px 0 0;
}

    .business-card-social .socialLinks li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        color: #5f6062;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .business-card-social .socialLinks li a:hover {
            background-color: #b4a06e !important;
            color: #ffffff !important;
        }

        .business-card-social .socialLinks li a.bg {
            background-color: #ffffff;
        }

            .business-card-social .socialLinks li a.bg:before {
                font-family: 'icomoon';
                content: "\e901";
                font-size: 24px;
                line-height: 40px;
            }

        .business-card-social .socialLinks li a.ln {
            background-color: #ffffff;
        }

            .business-card-social .socialLinks li a.ln:before {
                font-family: 'icomoon';
                content: "\f612";
                font-size: 24px;
                line-height: 40px;
            }

        .business-card-social .socialLinks li a.tw {
            background-color: #ffffff;
        }

            .business-card-social .socialLinks li a.tw:before {
                font-family: 'icomoon';
                content: "\f611";
                font-size: 24px;
                line-height: 40px;
            }

        .business-card-social .socialLinks li a.fb {
            background-color: #ffffff;
        }

            .business-card-social .socialLinks li a.fb:before {
                font-family: 'icomoon';
                font-size: 24px;
                line-height: 40px;
                content: "\f610";
            }

        .business-card-social .socialLinks li a.yt {
            background-color: #ffffff;
        }

            .business-card-social .socialLinks li a.yt:before {
                font-family: 'icomoon';
                font-size: 24px;
                line-height: 40px;
                content: "\f630";
            }

#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    z-index: 12;
}

#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

    #cookies-eu-more:hover,
    #cookies-eu-more:focus,
    #cookies-eu-accept:hover,
    #cookies-eu-accept:focus {
        background: #fff;
        color: #222;
    }

#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

    #cookies-eu-reject:hover,
    #cookies-eu-reject:focus {
        border-color: #fff;
        background: #222;
        color: #fff;
    }

@media only screen and (max-width: 480px) {
    .slider-button {
        position: absolute;
        bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .swiper-container-horizontal > .swiper-pagination {
        bottom: 0px !important;
    }

    .slider-text p {
        display: none;
    }
}

@media only screen and (min-width: 481px) {
    /******************************************************************
  481px and Up Stylesheet  
  ******************************************************************/
    /*********************
  HEADER STYLES
  *********************/
    .button {
        font-size: 13px;
        padding: 15px 27px;
        width: auto;
    }

    ul.professionals-nav li {
        /*margin: 0 20px 0 5px;*/
    }
}

@media only screen and (min-width: 690px) and (max-width: 784px) {
    /*********************
  SLIDER
  *********************/
    #hero div .slideContent {
        height: 340px;
    }

    .content-bg {
        width: 460px;
        height: 250px;
    }
}

@media only screen and (min-width: 605px) and (max-width: 689px) {
    /*********************
  SLIDER
  *********************/
    #hero {
        height: 300px;
    }

        #hero div .slideContent {
            height: 300px;
        }

    .slider-text p {
        display: none;
    }
}

@media only screen and (min-width: 537px) and (max-width: 604px) {
    /*********************
  SLIDER
  *********************/
    #hero {
        height: 270px;
    }

        #hero div .slideContent {
            height: 270px;
        }

    .slider-text p {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 536px) {
    /*********************
  SLIDER
  *********************/
    #hero {
        height: 200px;
    }

        #hero div .slideContent {
            height: 200px;
        }

    .slider-button {
        bottom: 20px;
    }

    .swiper-container-horizontal > .swiper-pagination {
        bottom: 1px !important;
    }

    .slider-text p {
        display: none;
    }
}

@media only screen and (min-width: 785px) and (max-width: 939px) {
    #hero {
        height: 340px;
    }

        #hero div .slideContent {
            height: 340px;
        }
}

@media only screen and (min-width: 940px) and (max-width: 1029px) {
    #hero div .slideContent {
        height: 340px;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1055px) {
    .banner-info-block {
        width: 450px;
    }

    .btn-block {
        width: 450px;
    }

    .banner-button {
        margin: 0 18px 0 0;
    }
}

@media only screen and (min-width: 785px) {
    /******************************************************************
  Tablet & Small Desktop Stylesheet
  ******************************************************************/
    /*********************
  LAYOUT & GRID STYLES
  *********************/
    .wrap {
        width: 760px;
    }

    .office-wrap {
        width: 760px;
    }

    .mobileShow {
        display: none !important;
    }
    /*********************
  HEADER STYLES
  *********************/
    .mobileHide {
        display: inline-block !important;
    }

    .mobileHideS {
        display: block !important;
    }

    .pageHeader {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 85px;
        z-index: 11;
    }

        .pageHeader a#logo {
            width: 154px;
            height: 44px;
            background-size: 154px 44px;
        }

        .pageHeader .wrap {
            position: relative;
        }

        .pageHeader #utilityBlock {
            position: absolute;
            top: 0px;
            right: 0px;
            width: auto;
            min-width: 300px;
            text-align: right;
            z-index: 11;
        }

            .pageHeader #utilityBlock div, .pageHeader #utilityBlock > ul {
                display: inline-block;
                font-weight: 700;
                font-size: 11px;
                color: #a6a6a6;
                margin-left: 20px;
            }

                .pageHeader #utilityBlock div li, .pageHeader #utilityBlock > ul li {
                    font-weight: 700;
                    font-size: 11px;
                    color: #a6a6a6;
                    position: relative;
                }


                .pageHeader #utilityBlock div li > ul, .pageHeader #utilityBlock > ul#login li > ul {
                        z-index: 11;
                        width: 120px;
                        border-radius: 4px;
                        border: 1px solid #bbbbbb;
                        position: absolute;
                        background-color: #fff;
                        margin-top: -1px;
                    }

                .pageHeader #utilityBlock div li > ul, .pageHeader #utilityBlock > ul#ucHeader_ddlLang li > ul {
                    z-index: 11;
                    width: 80px;
                    border-radius: 4px;
                    border: 1px solid #bbbbbb;
                    position: absolute;
                    background-color: #fff;
                    margin-top: -1px;
                }

                        .pageHeader #utilityBlock div li > ul:before, .pageHeader #utilityBlock > ul#login li > ul:before {
                            content: '';
                            background: url("../Images/arrow.png");
                            background-repeat: no-repeat;
                            width: 16px;
                            height: 9px;
                            display: block;
                            position: absolute;
                            top: -8px;
                            left: 50%;
                            margin-left: 7px;
                        }

                        .pageHeader #utilityBlock div li > ul:before, .pageHeader #utilityBlock > ul#ucHeader_ddlLang li > ul:before {
                            content: '';
                            background: url("../Images/arrow.png");
                            background-repeat: no-repeat;
                            width: 16px;
                            height: 9px;
                            display: block;
                            position: absolute;
                            top: -8px;
                            left: 19%;
                            margin-left: 7px;
                        }

                        .pageHeader #utilityBlock div li > ul li, .pageHeader #utilityBlock > ul li > ul li {
                            -webkit-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                            .pageHeader #utilityBlock div li > ul li a, .pageHeader #utilityBlock > ul li > ul li a {
                                color: #a6a6a6;
                                padding: 6px 15px;
                            }

                            .pageHeader #utilityBlock div li > ul li:hover, .pageHeader #utilityBlock > ul li > ul li:hover {
                                background-color: #eaeaea;
                            }

                                .pageHeader #utilityBlock div li > ul li:hover a, .pageHeader #utilityBlock > ul li > ul li:hover a {
                                    color: #8b0e04;
                                }

                    .pageHeader #utilityBlock div li:hover > ul, .pageHeader #utilityBlock > ul li:hover > ul {
                        display: block;
                        left: 0px;
                        top: 20px;
                        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
                    }

            .pageHeader #utilityBlock a.login {
                font-weight: 700;
                font-size: 11px;
                color: #a6a6a6;
                margin-left: 20px;
            }

                .pageHeader #utilityBlock a.login:hover {
                    color: #8b0e04;
                }

                .pageHeader #utilityBlock a.login:before {
                    content: "\e253";
                    font-family: 'icomoon';
                    margin-right: 5px;
                    font-size: 12px;
                }

                .pageHeader #utilityBlock a.login:after {
                    content: "\f501";
                    font-family: 'icomoon';
                    margin-left: 5px;
                    font-weight: 100;
                    font-size: 10px;
                }


                .pageHeader #utilityBlock .lang{
                    width:60px;
                }

            .pageHeader #utilityBlock .lang span:before {
                font-family: 'icomoon';
                margin-right: 5px;
                font-size: 12px;
            }

            .pageHeader #utilityBlock .lang span:after {
                content: "\f501";
                font-family: 'icomoon';
                margin-left: 5px;
                font-weight: 100;
                font-size: 10px;
            }

            .pageHeader #utilityBlock .flag-zh{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-CHN.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-ja{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-JPN.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-ko{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-KOR.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-en{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-USA.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-fr{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-FRA.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-de{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-DEU.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .flag-en-gb{
                background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-UK.jpg") no-repeat !important;
                background-size: 20px 14px !important;
                background-position-y: 2px !important;
            }

            .pageHeader #utilityBlock .lang a.lang {
                color: #a6a6a6;
            }

                .pageHeader #utilityBlock .lang a.lang:hover {
                    color: #8b0e04;
                }

            .pageHeader #utilityBlock .lang ul {
                margin-left: 2px;
            }

                .pageHeader #utilityBlock .lang ul li.mobileHide {
                    display: block !important;
                }

                    .pageHeader #utilityBlock .lang ul li a.lang-chinese div.lang-chinese-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-CHN.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.lang-japanese div.lang-japanese-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-JPN.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.lang-korean div.lang-korean-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-KOR.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.lang-en div.lang-usa-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-USA.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.french div.lang-french-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-FRA.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.german div.lang-german-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-DEU.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

                    .pageHeader #utilityBlock .lang ul li a.lang-gb div.lang-gb-flag {
                        width: 20px;
                        height: 14px;
                        vertical-align: middle;
                        background: url("../../../../NewMain/App_Themes/Main/Images/Flags/FLAG-UK.jpg") no-repeat;
                        background-size: 20px 14px;
                        margin-right: 3px;
                        margin-bottom: 3px;
                        margin-left: 0;
                        overflow-y: hidden;
                    }

        .pageHeader #secondaryNav {
            position: absolute;
            right: 0px;
            top: 15px;
        }

            .pageHeader #secondaryNav #subNav li {
                display: inline-block;
            }

                .pageHeader #secondaryNav #subNav li a {
                    color: #444;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-size: 11px;
                    margin-left: 16px;
                }

                    .pageHeader #secondaryNav #subNav li a:hover {
                        color: #8b0e04;
                    }

    a.icon-menu {
        display: none;
    }

    /*********************
  NAVIGATION STYLES
  *********************/
    #ucNavigation_repeaterMenu_repeaterSubmenu_12_A1_0 {
        width: 100px !important;
        overflow: hidden;
    }




    #nav-bar {
        position: fixed;
        top: 85px;
        height: 50px;
        min-height: 50px;
        z-index: 10;
        padding-top: 0px;
    }

        #nav-bar ul {
            text-align: center;
            position: relative;
        }

            #nav-bar ul > li {
                border-top: none;
                width: auto;
                height: 100%;
                position: relative;
            }

                #nav-bar ul > li a {
                    font-size: 11px;
                    padding: 0px 5px;
                    line-height: 50px;
                    width: auto;
                }

                #nav-bar ul > li.hasDrop {
                    padding-right: 16px;
                }

                    #nav-bar ul > li.hasDrop:after {
                        top: 14px;
                    }

                    #nav-bar ul > li.hasDrop:last-of-type ul {
                        right: 0px;
                    }

                #nav-bar ul > li ul {
                    display: none;
                    position: absolute;
                    min-width: 190px;
                    width: auto;
                }

                    #nav-bar ul > li ul li {
                        width: 100%;
                        clear: both;
                        float: left;
                    }

                        #nav-bar ul > li ul li:first-of-type {
                            height: 50px;
                        }

                            #nav-bar ul > li ul li:first-of-type a {
                                line-height: 70px;
                            }

                        #nav-bar ul > li ul li:last-of-type {
                            height: 50px;
                        }

                            #nav-bar ul > li ul li:last-of-type a {
                                line-height: 30px;
                            }

                #nav-bar ul > li:hover ul {
                    display: block;
                }

                    #nav-bar ul > li:hover ul:before {
                        content: '';
                        clear: both;
                        display: block;
                    }

    /*********************
  SLIDER
  *********************/
    .content-bg {
        width: 680px;
        height: 290px;
    }

    h3.slider-header {
        font-size: 28px;
        line-height: 30px;
        color: #fff;
        margin: 0 0 20px;
        text-transform: capitalize;
    }

    .slider-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .slider-content a {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }

        .slider-content a:hover {
            font-size: 18px;
        }

        .slider-content a .fa {
            margin-left: 5px;
        }

    /*********************
  CONTENT STYLES
  *********************/
    #content {
        margin-top: 135px;
    }

    .banner-block {
        height: 500px;
        background-attachment: fixed;
    }

        .banner-block h4 {
            font-size: 30px;
        }

        .banner-block p {
            font-size: 16px;
            line-height: 24px;
        }

    .search-bar input[type='text'] {
        border-radius: 5px 0px 0px 5px;
        width: 380px;
        border-right: 1px solid #c4c4c4;
        margin-bottom: 0px;
        height: 48px;
    }

    .search-bar select#area {
        height: 100%;
        width: auto;
        min-width: 200px;
        border-radius: 0px;
        margin-bottom: 0px;
        height: 48px;
    }

    .search-bar input[type='submit'] {
        width: auto;
        border-radius: 0px 5px 5px 0px;
        height: 48px;
    }

    .search-bar .wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #who-we-are .button {
        width: auto;
    }

    #news .news-block .button {
        width: auto;
    }

    #news .news-block h4 {
        font-size: 30px;
        margin-top: 5px;
    }

    #offices {
        width: 100%;
        height: 100%;
    }

        #offices .banner-block .button {
            left: 50%;
            width: 140px;
            margin: 0 auto 0 -74px;
        }

    #find-professional .banner-block video {
        min-height: 500px;
    }

    .professionals-form > .sidebar-form {
        width: 80%;
    }

    .practice-area-container {
        height: 440px;
    }

        .practice-area-container h4 {
            font-size: 30px;
            color: #ffffff;
            font-weight: 700;
            display: block;
            margin: 20px;
            text-align: center;
        }

        .practice-area-container .next, .practice-area-container .prev {
            width: 28px;
            height: 65px;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 9;
            display: inline-block;
        }

        .practice-area-container .next {
            background-image: url(../Images/right-arrow@2x.png);
            right: 10px;
        }

        .practice-area-container .prev {
            background-image: url(../Images/left-arrow@2x.png);
            left: 10px;
        }

    .sidebar {
        padding: 0 0 0 40px;
    }
}

@media only screen and (max-width: 784px) {

    .global-grouping-wrap .prev, .global-grouping-wrap .next {
        background-image: none !important;
    }

    .global-grouping {
        padding: 20px 30px;
    }

    .csr-grad1, .csr-grad2, .csr-grad3, .csr-grad4 {
        height: auto;
    }

    .fullcontent-block .wrap {
        height: auto;
    }

    .banner-info-block {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: inherit;
        margin-bottom: 20px;
    }

        .banner-info-block h4 {
            font-size: 28px !important;
            margin: 0 0 24px 0;
            line-height: 30px;
        }

    .accolade-block {
        width: 100%;
    }

    .btn-block {
        width: 100%;
        bottom: 0;
        position: relative;
        text-align: inherit;
        left: 0;
    }

    .banner-button {
        width: 100%;
    }

    .mobileHideO {
        display: none !important;
    }

    .slider-inset {
        display: none;
    }
}

@media only screen and (min-width: 785px) and (max-width: 1029px) {
    .banner-info-block {
        width: 300px;
    }

    .btn-block {
        width: 300px;
    }

    .banner-button {
        margin: 0 15px 0 0;
    }

    .banner-info-block h4 {
        font-size: 28px !important;
        margin: 0 0 24px 0;
        line-height: 30px;
    }

    .banner-info-block img {
        width: 35%;
    }

    .mobileHideO {
        display: none !important;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1120px) {
    /*********************
  SLIDER
  *********************/
    #hero {
        height: 370px;
    }

        #hero .next, #hero .prev {
            display: block !important;
        }

        #hero div .slideContent {
            height: 370px;
        }
}

@media only screen and (min-width: 1030px) {
    /******************************************************************
  Stylesheet: Desktop Stylesheet
  ******************************************************************/
    .wrap {
        width: 1040px;
    }

    .office-wrap {
        width: 1040px;
    }

    .mobileShowO {
        display: none !important;
    }

    .mobileHideO {
        display: block !important;
    }

    .pa-industry {
        padding-left: 50px;
    }

    /*********************
  HEADER STYLES
  *********************/
    .pageHeader {
        background-image: url(../Images/header-bg@2x.png);
    }

    /*********************
  NAVIGATION STYLES
  *********************/
    #nav-bar ul li a {
        font-size: 12px;
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 536px) and (max-width: 1170px) {
    .slider-button {
        bottom: 50px;
    }

    .swiper-container-horizontal > .swiper-pagination {
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1239px) {
    .business-card-social {
        padding: 0;
    }

    .spotlight-container .image-block {
        margin: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 1056px) and (max-width: 1239px) {
    .banner-info-block {
        width: 470px;
    }

    .btn-block {
        width: 470px;
    }

    .banner-button {
        margin: 0 40px 0 0;
    }
}

@media only screen and (min-width: 1121px) {
    /*********************
  SLIDER
  *********************/
    #hero {
        height: 400px;
    }

        #hero .next, #hero .prev {
            display: block !important;
        }

        #hero div .slideContent {
            height: 400px;
        }
}

@media only screen and (min-width: 1240px) {
    /****************************************************************** 
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
    .wrap {
        width: 1200px;
    }

    .banner-button {
        margin: 0 80px 0 0;
    }

    .office-wrap {
        width: 100%;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1400px) {
    /****************************************************************** 
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
    .usa {
        left: 13%;
        bottom: 0;
    }

    .europe {
        bottom: 30%;
    }

    .asia {
        right: 18%;
        bottom: 25%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
    .pageHeader a#logo {
        background-image: url(../Images/logoredesign@2x.png);
    }

    #who-we-are .banner-block {
        background-image: url(../Images/who-we-are-bg@2x.jpg);
    }

    #who-we-are .icon01 {
        background-image: url(../Images/wwa-icon04@2x.png);
    }

    #who-we-are .icon02 {
        background-image: url(../Images/wwa-icon05.png);
    }

    #who-we-are .icon03 {
        background-image: url(../Images/wwa-icon04@2x.png);
    }

    #who-we-are .icon04 {
        background-image: url(../Images/wwa-icon04@2x.png);
    }
}

.news-line {
    font-weight: 700;
    font-size: 16px;
}

.news-date {
    font-size: 16px;
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    transition: font-size 200ms;
    line-height: 1em;
}

.cc_container .cc_message {
    font-size: 16px;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.cc_container .cc_logo {
    display: none;
}

    .cc_container .cc_logo:hover, .cc_container .cc_logo:active {
        opacity: 1;
    }

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 16px;
    }

    .cc_container .cc_message {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 16px;
    }

    .cc_container .cc_message {
        font-size: 16px;
        line-height: 1em;
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 16px;
    }
}

@media print {
    .cc_banner-wrapper, .cc_container {
        display: none;
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    overflow: hidden;
    padding: 25px;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

    .cc_container .cc_exit {
        text-align: right;
    }

    .cc_container .cc_exit a {
        color: white !important;
        text-decoration: none !important;
    }
    .cc_container .cc_refuse {
        margin-top:15px;
        display:inline-block;
    }
    .cc_container .cc_buttons {
         text-align: right;
         margin-bottom:20px;
          margin-top:20px;
    }
    .cc_container .cc_paragraph {
        line-height:1.5;
    }

    .cc_container .cc_btn {
        padding: 8px 10px;
        background-color: #8b0e04;
        cursor: pointer;
        transition: font-size 200ms;
        text-align: center;
        font-size: 16px;
        display: inline-block;
        width: 50%;
        margin-left: 10px;
        margin-right:20px;
        max-width: 200px;
        text-transform: uppercase;
    }

    .cc_container .cc_message {
        transition: font-size 200ms;
        font-size: 16px;
        display: block;
    }

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 16px;
    }

    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em;
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px;
    }

        .cc_container .cc_btn {
            font-size: 16px;
            padding: 15px 15px;
        }

        .cc_container .cc_message {
            font-size: 1em;
        }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 16px;
    }
}

.cc_container {
   background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    box-sizing: border-box;
}

    .cc_container ::-moz-selection {
        background: #b4a06e;
        color: #fff;
        text-shadow: none;
    }

    .cc_container .cc_btn, .cc_container .cc_btn:visited {
        color: #fff;
        background-color: #8b0e04;
        transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
        -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

        .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
            background-color: #b4a06e;
            color: #fff;
            text-decoration: none;
        }

    .cc_container a, .cc_container a:visited {
        text-decoration: none;
        color: #b4a06e;
        transition: 200ms color;
    }

        .cc_container a:hover, .cc_container a:active {
            color: #b4a06e;
            text-decoration: underline;
        }

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media all and (max-width: 1199px) {
    .ph-postContent {
        flex: 1 1 65%;
    }
}


@media all and (max-width: 991px) {
    .ph-postThumbnail {
        width: 160px;
        height: 160px;
        flex: 0 0 160px;
        margin-right: 30px;
    }

    .ph-postContent {
        flex: 1 1 60%;
    }

    h5.ph-postTitle {
        font-size: 1rem !important;
    }

    .ph-articleMeta .sfpostCategories {
        height: 100%;
    }
}


@media all and (max-width: 768px) {
    h5.ph-postTitle {
        max-width: 32rem;
    }

    .blog-banner {
        height: 180px;
        margin-bottom: 0;
    }

        .blog-banner img {
            height: 80%;
        }

    .blogTitle {
        top: 50px;
        left: 3%;
    }
}


@media all and (max-width: 575px) {
    .ph-postThumbnail {
        width: 140px;
        height: 140px;
        flex: 0 0 140px;
        margin-right: 20px;
    }

    h5.ph-postTitle {
        max-width: 24rem;
    }


    .blogTitle {
        top: 45px;
    }
}

@media all and (max-width: 480px) {
    .ph-postThumbnail {
        display: none;
    }

    .ph-postContent {
        flex: 1 1 100%;
    }

    .ph-articleMeta {
        max-width: 25rem;
    }

    h5.ph-postTitle {
        max-width: 28rem;
    }
}

@media all and (max-width: 360px) {


    .blogTitle h4 {
        font-size: 26px;
    }
}
