/* RESPONSIVE STYLES FOR [CLIENT] - [MONTH YEAR] - CYBER MEDIA SOLUTIONS */

/* FONTS ONLY
================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300');

html, h1, h2, h3, h4, h5, h6, p, a, li, th, td, form, table, button, #search input, .search .gsc-search-box input.gsc-input, .button, ul.off-canvas-list li a, .left-submenu .back > a, #nav ul li, select, div.standard, .content .option:not(.fontawesome) *, .alert-message, :not(.fontawesome) > div.standard *, .option div.event *, .option div.news *, .option div.case-study *, .qtip-titlebar, .qtip-content {
    font-family: 'Montserrat', sans-serif;
}

body .breadcrumb ul.inline-list li a, p a, .sub_nav .off-canvas-list li a, .sub_nav .list-heading h2, .tag, .catergories a, .timeline-Widget, .content p, ul li, ol li, #cse, #cse *, do#cse .gs-result a.gs-title, dl, dt, .tabs .tab-title > a, #jc * {
    font-family: 'Open Sans', sans-serif;
}

/* GENERAL
================================================================================ */
html {
    font-size: 16px; /* match foundation.css */
    color: #000;
}

    background-color: #fff;
    font-size: 0.875rem;
    min-height: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, p, li, th, td, form, button, label, .h2, .h3, .h4, .p, dl, dt, .alert-message, .option a span:not([class*="button"]):not([class^="h"]), .qtip-titlebar, .qtip-content {
    font-size: 0.875rem;
    line-height: 1.75; /* relative to computed font-size */
    padding: 0;
    color: #000000;
}

h1, h2, h3, h4, h5, .h2, .h3, .h4, .qtip-titlebar {
    margin: 1rem 0 0 0;
}

.h2, .h3, .h4, .p {
    display:block;
}

h1 strong, h2 strong { font-weight: 900; }

h1 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.33; /* relative to computed font-size */
}

h1 strong {
    font-size: 1.6rem;
    font-weight: 700;
}

h2, span.h2, .knowledge span.h3, .qtip-titlebar {
    font-size: 1.4rem;
    font-weight: 400;
}

.content h2 {
    font-size: 0.875rem;
    line-height:40px;
}

.knowledge h2 {
    font-size:0.875rem;
}

h2.title {
  font-size: 1.4rem !important;
}


h3, span.h3, .content h1 {
    font-size: 1.0rem;
}

.content h1, .content span.h3 {
    font-weight:400;
}


h4, span.h4 {
    font-size: 0.875rem;
}

h5, .jcomments-latest h3 {
    font-size: 0.875rem;
    font-weight: 400;
}

p, span.p, .alert-message, .qtip-content {
    margin: 0.4rem 0 0 0.7rem;
}
p.large_text {
    font-size: 1rem;
}

ul, ol, .ul, .ol {
    margin-top: 0.625rem;
    margin-bottom: 0;
    display: block;
}
ul, .ul {
    margin-left: 34px;
    list-style: disc;
}
ol, .ol {
    margin-left: 1rem;
}
ol ol, ol li ol, .ol .ol, .ol .li .ol {
    margin-left: 2.25rem;
}
ul li ul, ul li ol, .ul .li .ul, .ul .li .ol {
    margin-left: 2.25rem;
}
ul li, ol li, .ul .li, .ol .li {
    /*list-style-position: inside;*/
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    padding-left: 0.5rem;
}
ul li, .ul .li {
    display: list-item;
}

a, .cb_template a {
    color: #008272;
    outline: none;
    text-decoration: none;
    border-bottom: 2px solid transparent;

    -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
    transition: border-color 300ms ease-out, color 300ms ease-out;
}
a:not(.no_border):hover, a:not(.no_border):focus, a.hover:not(.no_border), .cb_template a:not(.no_border):hover, .cb_template a:not(.no_border):focus {
    color:#008272;
    outline: none;
    border-color: #008272;
    text-decoration: none;
}
p a, #jc a, li a {
    font-weight: 700;
}
.aa-policy-grey {
    background-color: lightgrey;
    border: 1px solid black;
    padding: 20px;
    margin: 20px;
}
.aa-policy-green {
    background-color: #007C6F;
    color: white;
    border: 1px solid black;
    padding: 20px;
    margin: 20px;
}
hr {
    width:auto;
    margin: 0.9375rem 0;
    border: none;
    border-bottom: solid 1px #ebebeb;
    clear: both;
}

img {
    margin-left: auto;
    margin-right: auto;
}
img.fill {width: 100%;}
.category-desc img[style="float: left;"] {
    display: none;
}
.item-page img[style*="float: left;"] {
    margin-left: 0 !important;
}
.item-page img[style*="float: right;"] {
    margin-right: 0 !important;
}

blockquote {
    margin: 0; padding: 0;
    border: none;
}

.white_text, .white_text span, .white_text p {
    color: #fff !important;
}

.rtl {
    direction: rtl;
}

/* Useful misc classes */

.fullWidth{width: 100%;margin-left: auto;margin-right: auto;max-width: initial;}
.center {text-align: center;}
.center_small {text-align: center;}
.vert_center, .members .slider .rsOverflow, .news-author > * {position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); display: block;}

.relative {position: relative;}
.visible {visibility: visible;}
.hidden {visibility: hidden; display: none !important;}
.clear {clear: both;}
.clear_right {clear: right;}
.clear_left {clear: left;}

.right {float: right;}
.left_small {float: left;}
.text_left {text-align: left !important;} /* overrides CS default style sheet */

/* Margins */
.no_marg_top {margin-top: 0 !important;} .no_marg_bot {margin-bottom: 0 !important;} .no_marg_left {margin-left: 0 !important;} .no_marg_right {margin-right: 0 !important;} .no_marg {margin: 0 !important;}
.no_marg_small {margin: 0 !important;}
/* Paddings */
.no_pad_top {padding-top: 0 !important;} .no_pad_bot {padding-bottom: 0 !important;} .no_pad_left {padding-left: 0 !important;} .no_pad_right {padding-right: 0 !important;} .no_pad {padding: 0 !important;}
.no_pad_small {padding: 0 !important;}

/* FOUNDATION ELEMENTS
================================================================================ */
.hide-for-x-small-only {
    display: block !important;
}

.show-for-x-small-only {
    display: none !important;
}

.show-for-small-desktop {
    display: none !important;
}

column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.row, .row .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}
.row.collapse_edge {
    margin: 0 -0.625rem !important;
}

.row {
    width:100%;
}

.row, .top-bar-section {max-width: 75rem;} /* 1200px */

.flex-video {margin-bottom: 0;}

.reveal-modal, dialog {
    border: none;
    min-height: 0;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    width: 20px;
    height: 20px;
    display: block;
    background: #008272;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    line-height: 20px;
    z-index: 9999;

    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
}
.reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover {
    background: #97c8b5;
}
.reveal-modal-bg {
    background: rgba(255,255,255,0.75);
}

.tooltip {
    background-color: #666;
    max-width: calc(100% - 25px);
    text-align: center;
}
.tooltip > .nub {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666;
    right: 10px;
    left: auto;
}

.off-canvas-wrap {background-color: #dedede;}

/* HEADER
================================================================================ */
.tab-bar {
    background: #008272;
}

nav, #header, .nav_wrap, .header {
    background: #008272;
}
#header ul li a, #header ul li.a {
    border-bottom: 2px solid transparent;

    -webkit-transition: border-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: border-color 300ms ease-out, color 300ms ease-out;
    transition: border-color 300ms ease-out, color 300ms ease-out;
}
#header ul li a:hover, #header ul li.current a, #header ul li a:focus {
    color: #fff;
}
#header ul li.current a {
    border-color: #fff;
}
#header ul li a.logged-in {
    /*color: #fff;*/
}
#header ul li a.logged-in.welcome span {display: none;}
#header ul li a.logged-in.welcome span.large {display: inline-block;}
#header ul li a.logged-in:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    background: url(../images/icons/account.png) 0 0 no-repeat;
    margin-right: 0.3125rem;
    margin-top: 0.125rem;
    opacity: 0.6;

    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
#header ul li a.logged-in:hover:before, #header ul li a.logged-in:focus:before {
    opacity: 1;
}

.nav .dpc_logo {
    display: inline-block;
    margin: 0.9375rem 0;
}
/* SVG version */
a.logo_link {
    border: none;
    display: block;
}
svg.logo {
    margin: 0.9375rem 0;
    display: inline-block;
    min-height: 40px;
    max-height: 70px;
    height: 100%;
}
svg.logo.vert_center {margin: 0;}
svg.logo * {
    fill: #fff;
}
/*svg.logo .grey * {fill:#6D6E71;}
svg.logo .green * {fill:#00907E;}*/

.tab-bar-section, .tab-bar section {height: 50px;}

.right-small {
    border-left:solid 1px #bed9d3;
}


/* NAVIGATION
================================================================================ */
.nav-tabs, 	.sub_nav .nav-child {
    margin:0;
    list-style-type: none;
}
.nav-tabs li {
    padding:0;
}

.subnav_toggle {
    background-color:#dedede;
}
.subnav_trigger span.h3::after {
    margin-left:0.9375rem;
    height:28px;
    width:20px;
    position:absolute;
    content: "";
    display: inline-block;
    background-image:url(../images/style/sub-nav-arrow-right.png);
    background-size:18px;
    background-position:center right;
    background-repeat:no-repeat;
}

.subnav_trigger.active span.h3::after {
    background:none;
}

.subnav_trigger.active span.h3 {
    background-image:url(../images/style/sub-nav-arrow-left.png);
    background-size:18px;
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:1.875rem;
}

.sub_nav {
    padding:0;
}
.sub_nav ul.off-canvas-list li a, .sub_nav ul.off-canvas-list li span.h2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 0.875rem;
}

.sub_nav .tag_cloud, .archive-module, .twitter, .archive-module {
    padding: 0 0.66667rem;
    padding-top:2.500em;
}

.archive-module a {
    /*display:block*/
}
.archive-module ul {
    margin: 0; padding: 0;
    list-style: none;
}
.archive-module ul li {
    padding: 0; margin: 0;
}


.sub_nav ul.off-canvas-list li a {
    padding-top:0.625rem;
    padding-bottom:0.625rem;
    background-color: transparent;
}

.sub_nav ul.off-canvas-list li a, .sub_nav ul.off-canvas-list li span.h2 {
    border:none;
    color:#222222;
}

.sub_nav ul.off-canvas-list li a:hover,
.sub_nav ul.off-canvas-list li a:focus,
.sub_nav ul.off-canvas-list li.active > a {
    background-color:#cfcfcf;
}

.sub_nav ul.nav-child li a {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.sub_nav ul.nav-child ul.nav-child li a {
    padding-left: 1.25rem;
}
.sub_nav ul.nav-child ul.nav-child ul.nav-child li a {
    padding-left: 1.5625rem;
}
.sub_nav ul.nav-child ul.nav-child ul.nav-child ul.nav-child li a {
    padding-left: 1.875rem;
}


ul.nav-child li a:hover,
ul.nav-child li a:focus,
ul.nav-child li.active > a {
    background-color:#d7d7d7 !important;
}

div.tag_cloud, ul.tags {
    margin:0;
    list-style-type:none;
}

ul.tags {
    margin-top:0.625rem;
}

ul.tags li {
    padding:0;
}

.tag_cloud .tag, ul.tags li {
    display:inline-block;
    color:#ffffff;
    border-radius:5px;
    text-align:center;
    margin-bottom: 0.313rem;
}

.tag_cloud .tag, ul.tags li a {
    padding: 0.313rem 0.313rem 0.313rem 0.313rem;
    font-size:0.875rem;
    background:#008272;
    border-radius:5px;
    text-align:center;
    border: none;
}

.tag_cloud .tag:hover, .tag_cloud .tag:focus, ul.tags li a:hover, ul.tags li a:focus, .tag_cloud .tag.active, ul.tags a.active {
    background: #97c8b5;
    color:#ffffff;

    -webkit-transition: background 300ms ease-out, color 300ms ease-out;
    -moz-transition: background 300ms ease-out, color 300ms ease-out;
    transition: background 300ms ease-out, color 300ms ease-out;

}

/* ROYAL SLIDER
================================================================================ */
.royalSlider {
    display:block;
    width: 100%;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
}
.royalslider .rsOverflow {
    height: auto !important;
}

.royalSlider > div:not(.rsOverflow):not(.rsBullets) {
    display: none;
}

.royalSlider .slides {
    background-size: cover;
    background-position: center;
    height:100%;
    min-height:100%
}

.royalSlider .slides .slide {
    padding: 1.25rem;
    position: relative;
}

.royalSlider .slides h1, .royalSlider .slides p {
    color:#ffffff;
}


.rsDefault .rsBullets {
    background: none;
    line-height: 30px;
    margin-bottom: 0.625rem;
}

.rsDefault .rsBullet {
    padding: 3px;
    height: 20px;
    width: 20px;
}

.rsDefault .rsBullet span {
    width: 14px;
    height: 14px;
    background: none;
    border: 2px solid #777;
}

.rsDefault .rsArrowIcn {
    display:none;
}

.rsDefault .rsBullet.rsNavSelected span {
    border: 2px solid #ffffff;
}

/* Dark overlay on homepage */
.royalSlider.homepage .slides .overlay, .option .overlay {
    content: "";
    position: absolute !important;
    top: 0; bottom: 0; left: 0; right: 0;
    background: rgb(21,21,21);
    opacity: 0.7;
    z-index: 3 !important;
}
.royalSlider.homepage .slides .slide, .option .box_content {
    z-index: 4;
}

.logos_wrapper {
    height: 340px;
    overflow: hidden;
    position: relative;
}
.logos_wrapper .tagline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.logos_wrapper .tagline p {
    margin: 0 !important
}
.royalSlider.logos {
    height: 330px;
    background: #fff;
    margin-top: 0 !important;
}
.royalSlider.logos .rsSlide, .royalSlider.logos .rsContainer {
    background: #fff;
}

/* BREADCRUMB
================================================================================ */

.breadcrumb ul.inline-list {
    margin:0;
}

.breadcrumb ul.inline-list li:first-of-type {
    margin-left:0;
    padding:0;
}

.breadcrumb ul.inline-list li {
    margin: 0.9375rem 0 0 0;
}

.breadcrumb ul.inline-list > li {
    margin-left:0.5rem;
}

.breadcrumb ul.inline-list > li a::after {
    height:28px;
    width:20px;
    position:absolute;
    color:#000;
    padding: 0 0.25rem;
    content: ">";
}


.breadcrumb ul.inline-list li > a {
    color:#2c746a;
}



/* MAIN CONTENT
================================================================================ */
.content {
    background-color:#ffffff;
}
.content.knowledge {background: none;}

/* Not on KB page */
.content:not(.knowledge) .row.types_wrap {
    margin: 0;
}
.content:not(.knowledge) ul.types li a {
    background: #008272 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    padding: 0.313rem;
    text-align: center;
    border: none;
}
.content:not(.knowledge) ul.types li a:hover, .content:not(.knowledge) ul.types li a:focus {
    background: #97c8b5;
    color:#ffffff;

    -webkit-transition: background 300ms ease-out, color 300ms ease-out;
    -moz-transition: background 300ms ease-out, color 300ms ease-out;
    transition: background 300ms ease-out, color 300ms ease-out;

}
.content:not(.knowledge) ul.types li a span {
    color: #fff;
    display: block;
    font-size: 1rem;
    overflow: hidden;
}

.content.knowledge ul.types li {
    margin: 0;
    clear: none;
}

.content.knowledge ul li a.type {
    padding: 0.9375rem;
    border:1px solid #cacaca;
}

.content.knowledge a.type img {
    width:70px;
}

.content.knowledge ul li a.type:hover, .content.knowledge ul li a.type:focus {
    background-color:#ffffff;
    border:1px solid #cacaca;

    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;

}

.content.knowledge :not(.tag_article) > h2, .tag-category h2 {
    margin:0.9375rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.content.knowledge :not(.tag_article) > h2:before, .content.knowledge :not(.tag_article) > h2:after, .tag-category h2:before, .tag-category h2:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #a2bfbb;
}

.content.knowledge :not(.tag_article) > h2:before, .tag-category h2:before {
    left:0;
}
.content.knowledge :not(.tag_article) > h2 span, .tag-category h2 span {
    position:relative;
    padding: 0 0.9375rem;
    background: #dedede;
}


.event:not(.item-page), .news:not(.item-page), .case-study:not(.item-page), .standard:not(.item-page) {
    display:block;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    overflow: hidden;
}

.option {
    margin-top:0.625rem;
}

.option:last-of-type {
    margin-bottom: 1.250em;
}

ul.option:last-of-type {
    margin-bottom: 0;
}

ul.option, ul.types {
    margin: 0 0 0.625rem 0;
}
ul.option li {
    padding: 0.625rem;
    margin: 0;
}
.fb span.sc_icon, .tweet span.sc_icon, .linkedin span.sc_icon, .instagram span.sc_icon, .youtube span.sc_icon {
    background-color: #3b5997;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-image: url(../images/icons/facebook-icon.png);
    background-position: center;
    background-size: 40px;
    background-repeat:no-repeat;
    float: right;
}

.tweet span.sc_icon {
    background-color: #19bbf5;
    background-image: url(../images/icons/twitter-icon.png);
    background-position: center;
    background-size: 40px;
    background-repeat:no-repeat;
}

.linkedin span.sc_icon {
    background-color: #006699;
    background-image: url(../images/icons/linkedin-icon.png);
    background-position: center;
    background-size: 40px;
    background-repeat:no-repeat;
}

.youtube span.sc_icon {
    background-color: #e52d27;
    background-image: url(../images/icons/youtube-icon.png);
    background-position: center;
    background-size: 40px;
    background-repeat:no-repeat;
}

.instagram span.sc_icon {
    background-color: #cf3596;
    background-image: url(../images/icons/instagram-icon.png);
    background-position: center;
    background-size: 40px;
    background-repeat:no-repeat;
}

.option .event, .option .standard, .option .case-study, .option .news, .content.knowledge a.type, .option .fb, .option .tweet, .option .linkedin, .option div.standard, .option .youtube, .option .instagram {
    display: block;
    padding: 1.25rem;
    padding-bottom: 5rem;
    height: 100%;

    -webkit-box-shadow: 0px 0px 5px 0px #dedede;
    -moz-box-shadow: 0px 0px 5px 0px #dedede;
    box-shadow: 0px 0px 5px 0px #dedede;
}
.option .white {
    background-image: none !important;
}
.option .cover .bg {
    background-size: cover !important;
    background-position: center center !important;
}
.option .event, .option .standard, .option .case-study, .option .news, .option .downloads {
    background-color :#ffffff;
    position: relative;
}
.option .event :not(div):not(.fa), .option .standard :not(div):not(.fa), .option .case-study :not(div):not(.fa), .option .news :not(div):not(.fa), .option .downloads :not(div):not(.fa) {
    z-index: 3;
    position: relative;
}
.option .event .bg, .option .standard .bg, .option .case-study .bg, .option .news .bg, .option .downloads .bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    top: 0;	left: 0; bottom: 0;	right: 0;
    position: absolute;
    z-index: 2;
}
.option .event .button, .option .standard .button, .option .case-study .button, .option .news .button, .option .downloads .button,
.option .twitter .button, .option .fb .button, .option .tweet .button, .option .linkedin .button, .option div.standard .button,
.option .instagram .button, .option .youtube .button {
    position: absolute !important;
    bottom: 2rem;
    left: 1.25rem;
    margin: 0;
}

.opacity {
    display:block;
    background-image:url(../images/style/opacity-bg.png);
}

.option .twitter h2 a {
    word-break: break-all;
    /*display: block;*/
}

.option .twitter .twit_controls {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    margin: 0;
}
.option .twitter .twit_controls .twit_fave, .option .twitter .twit_controls .twit_reply {
    margin-right: 0.313em;
    display: inline-block;
    background-image: url(../images/icons/twitter-fave.png);
    background-repeat:no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    margin-bottom: -3px;
}
.option .twitter .twit_controls .twit_reply {
    background-image: url(../images/icons/twitter-retweet.png);
}

.option .event, .option .news, .option .case-study {
    /*background-image: url(../images/style/option-event-bg.png);*/
    background-position:bottom right;
    background-size:contain;
    background-repeat: no-repeat;
}

.event .date, .event .venue, .event .category, .event .author, .news .date, .news .location, .news .salary, .news .job_type, .news .author, .case-study .date, .case-study .author, .articles .author, .date, .author {
    display: inline-block;
    background: url(../images/icons/green-clock.png) no-repeat top left;
    background-size: 25px 25px;
    padding-left: 30px !important;
    line-height: 25px;
    min-height: 25px;
}
.large_text .date {padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 0.625rem;}
.large_text .venue {padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 0.625rem;}
.large_text .location {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    background: url(../images/icons/green-location.png) no-repeat top left;
    background-size: 25px 25px;
    padding-left: 35px;
}
.option .standard {
    background-image:none;
    background-position:bottom right;
    background-repeat:no-repeat;
    border-bottom: 3px solid #008272;
}

.option .standard.twitter {
    background: url(../images/icons/twitter.png) top 0.9375rem right 0.9375rem no-repeat;
    background-color:#ffffff;
    padding: 1.25rem;
}
.twitter h2 {font-size: 1.125rem;}
.twitter h2.inst {
    background: url(../images/icons/instagram.png) top right no-repeat;
    margin-top: 1.25rem;
}
.option .standard.inst {
    background: url(../images/icons/instagram.png) top 0.9375rem right 0.9375rem no-repeat;
    background-color:#ffffff;
    padding: 1.25rem;
}
.option .standard.youtube {
    background: url(../images/icons/youtube.png) top 0.9375rem right 0.9375rem no-repeat;
    background-color:#ffffff;
    padding: 1.25rem;
}

.option .event {
    border-bottom:3px solid #339481;
}

.option .fb {
    border-bottom:5px solid #3b5997;
}

.option .tweet {
    border-bottom:5px solid #19bbf5;
}

.option .linkedin {
    border-bottom:5px solid #006699;
}

.option .youtube {
    border-bottom:5px solid #e52d27;
}

.option .instagram {
    border-bottom:5px solid #cf3596;
}

.option.grey_border .event {
    border: 1px solid #ebebeb;
    background: none;
}

.event .date {
    background: url(../images/icons/green-clock.png) no-repeat top left;
    background-size: 25px 25px;
}

.event .venue {
    background: url(../images/icons/green-venue.png) no-repeat top left;
    background-size: 25px 25px;
}

.event .category {
    background: url(../images/icons/green-category.png) no-repeat top left;
    background-size: 25px 25px;
}

.event .author, .author {
    background: url(../images/icons/green-author.png) no-repeat top left;
    background-size: 25px 25px;
}

.option .news {
    /*background-image: url(../images/style/news.png);*/
    border-bottom:3px solid #fa3b82;
}
.news .date {
    background: url(../images/icons/pink-clock.png) no-repeat top left;
    background-size: 25px 25px;
}

.news .salary {
    background: url(../images/icons/pink-salary.png) no-repeat top left;
    background-size: 25px 25px;
}

.news .location {
    background: url(../images/icons/pink-location.png) no-repeat top left;
    background-size: 25px 25px;
}

.news .job_type {
    background: url(../images/icons/pink-job-type.png) no-repeat top left;
    background-size: 25px 25px;
}

.news .author {
    background: url(../images/icons/pink-author.png) no-repeat top left;
    background-size: 25px 25px;
}


.news_cont {
    display:inline-block;
}

.news-date {
    margin:0;
    display:inline-block;
    background-size:20px;
    padding-left:1.563em;
}

.option .case-study {
    /*background-image: url(../images/style/case-study.png);*/
    border-bottom:3px solid #6669e1;
    /*border-image:url(../images/style/case-study-line.png) 25% repeat;	*/
}

.case-study .date {
    background: url(../images/icons/purple-clock.png) no-repeat top left;
    background-size: 25px 25px;
    line-height: 1.8;
    padding-left: 2.188em;
}

.case-study .author, .articles .author {
    background: url(../images/icons/purple-author.png) no-repeat top left;
    background-size: 25px 25px;
}

.option .downloads {
    background-color:#ebebeb;
}
a.download {
    background: url(../images/icons/download.png) no-repeat left center;
    padding-left:1.563em;
    color:#07675b;
    display:block;
}

.option .downloads a.download:hover, .option .downloads a.download:focus {
    text-decoration:underline;
}

.event .large_text *, .news .large_text *, .case-study .large_text *, .articles .large_text *, .large_text .date, .large_text .author {
    background-position: left center;
    margin-right: 15px;
}

.option div.relative {
    padding-bottom: 2rem !important;
}
.option div.relative .button, .option div.relative .twit_controls {
    position: relative !important;
    bottom: auto; left: auto; right: auto; top: auto;
    margin-top: 0.9375rem;
}
.option div.relative .twit_controls {
    float: right;
    margin: 0;
}

.knowledge_wrap {
    background: #fff;
    margin-top: 1.5625rem;
    padding-top: 0.9375rem;
}
.content.knowledge .knowledge_wrap h2 span, .tag-category h2 span {background: #fff;}

.intro_img {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.intro_img img {
    position: absolute;
    top: 66.6666%;
    transform: translateY(-66.6666%);
}

.hide_show_content {
    overflow: hidden;
}
.moduletable.wdpd-blog, .moduletable.wdpd-events {
    background-color: #f5f5f5;
    margin: 0 0 40px 0;
    padding: 20px;
}
.moduletable.wdpd-blog h3, .moduletable.wdpd-events h3 {
    margin: 0 0 20px 0;
    padding: 0;
}
.moduletable.wdpd-blog ul, .moduletable.wdpd-events ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.moduletable.wdpd-blog ul li, .moduletable.wdpd-events ul li {
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 15px 20px 15px;
    width: 100%;
}
.moduletable.wdpd-blog ul li .mod-articles-category-title, .moduletable.wdpd-events ul li .mod-articles-category-title {
    display: inline-block;
    font-size: 1rem;
    line-height: 120%;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}
.moduletable.wdpd-blog ul li .mod-articles-category-introtext, .moduletable.wdpd-events ul li .mod-articles-category-introtext {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 150%;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}
.moduletable.wdpd-blog ul li .mod-articles-category-readmore, .moduletable.wdpd-events ul li .mod-articles-category-readmore {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.moduletable.wdpd-blog ul li .mod-articles-category-readmore a, .moduletable.wdpd-events ul li .mod-articles-category-readmore a {
    background-color: #008272;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    padding: 6px 15px 7px 15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: auto;
}
.moduletable.wdpd-blog ul li .mod-articles-category-readmore a:hover, .moduletable.wdpd-events ul li .mod-articles-category-readmore a:hover {
    background-color: #888888;
}
.moduletable.wdpd-blog .button-outer a, .moduletable.wdpd-events .button-outer a {
    margin: 0;
}


/*LOGIN
================================================================================ */
.login .controls, .login .controls input{
    display: inline-block;
}

/*ALTERNATIVE LISTING
================================================================================ */
.listing {
    border-top: 1px solid #e9eaea;
    clear: both;
    padding: 0.9375rem 0;
    overflow: hidden;
}

.listing + h2 {
    margin-top: 1.875rem;
}

.listing h3 {
    margin-top:0;
}

ol li.listing {
    margin:0;
}

.bit-list-blog .listing {
    padding-left: 30px;
}
    
/*CONTENT FIXED
================================================================================ */
a.downloads {
    display:block;
}

.author_block, .author_block span {
    display: block;
    overflow: hidden;
}
.news-author {
    background: url(../images/style/author-placeholder.jpg) no-repeat;
    background-size: 100%;
    height: 100px !important;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 5px #008272;
    float: left;
    margin-right: 0.9375rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.news-author a {
    border: none;
    display: block;
}
.news-author img {
    min-height: 100%;
    min-width: 100%;
}

.author_cont {
    width: calc(100% - 120px);
    float: left;
    margin-bottom: 0.9375rem;
}



/* TABLES
================================================================================ */
table {
    width: 100% !important;
    margin: 0.625rem 0;
    border: none;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    line-height: 1.75;
}

table thead {}
table thead tr th {
    font-weight: 600;
    padding: 0.3125rem 0.625rem;
    color: #fff;
    background: #07675b;
}
table thead tr th * {color: #fff;}
table tbody {}
table tr td {
    padding: 0.3125rem 0.625rem;
}
table tr td ul {
    padding: 0 0 0 1.5625rem;
}
table tr td ul li {
    background-position: 5px 9px;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {background: none;}

table td img {
    max-width: none;
}
table tr td[align="center"], table [align="center"] td {text-align: center;}
table tr td[align="left"], table [align="left"] td {text-align: left;}
table tr td[align="right"], table [align="right"] td {text-align: right;}

/* FORMS
================================================================================ */
form {
    margin: 0.625rem 0;
}
fieldset {
    padding: 0.4687rem 0;
    border: none;
}
form fieldset:nth-child(2n) {
    background: #fafafa;
}

/* Labels */
label, p.lbl {
    cursor: default;
    font-size: 0.875rem;
    margin: 0 0 0.3125rem 0;
    line-height: 2.31rem;
}
label .required, p.lbl .required {
    display: inline-block;
    margin-left: 0.3125rem;
    font-size: 0.6875rem;
    background: #96B4C2;
    color: #fff;
    padding: 0.1875rem 0.3125rem;
    line-height: 1.14;
    border-radius: 3px;
    text-transform: uppercase;
}

/* Text fields */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"],
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border: 1px solid #bcbcbc;
    margin: 0 0 0.9375rem 0;
    color: #666;
    box-shadow: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #ffffff;
}

/* Placeholder text */
form ::-webkit-input-placeholder { color: #757373;}
form :-moz-input-placeholder { color: #757373;}
form ::-moz-input-placeholder { color: #757373;}
form :-ms-input-placeholder { color: #757373;}

/* Checkboxes and Radios */
input[type="checkbox"], input[type="radio"] {
    margin: 0.75rem 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    margin-bottom: 0.9375rem;
    vertical-align: top;
    line-height: 2.55;
}

/* Custom checkboces and radios */
.custom_check input[type="checkbox"], .custom_radio input[type="radio"] {
    display: none;
    visibility: hidden;
}
.custom_check input[type="checkbox"] + label, .custom_radio input[type="radio"] + label {
    display: inline-block;
    padding: 0.25rem 1.5625rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    background-color: transparent;
    border: 2px solid #96b4c2;
    color: #96b4c2;
    font-size: 0.875rem;
    line-height: 1.79;
}
.custom_check input[type="checkbox"] + label:hover, .custom_radio input[type="radio"] + label:hover,
.custom_check input[type="checkbox"] + label.active, .custom_radio input[type="radio"] + label.active {
    background-color: #96b4c2;
    color: #fff;
    cursor: pointer;

    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
}

/* Select fields */
select {
    outline-width: 0;
    margin: 0 0 0.9375rem 0;
    padding: 0.3135rem;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    color: #666;
}
select:hover, select:focus {
    outline-width: 0;
    background-color: #fff;
    border-color: #ccc;
}

/* Custom select fields */
.select_con {
    overflow: hidden;
    margin: 0 0 0.9375rem 0;
    background-color: #fff;
    border-right: 1px solid #e9eaea;
    position: relative;
    padding-right: 30px;
}
/* Handles drop-down arrow - remove if using image instead */
.select_con:after {
    border-color: #aaaaaa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 5px inset rgba(0, 0, 0, 0);
    border-style: solid inset inset;
    border-width: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.9375em;
    margin-top: -3px;
}
.select_con:hover:after {
    border-color: #222222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.select_con select {
    width: calc(100% + 3.125em);
    background: transparent none;
    margin: 0;
    border: none;
    height: 55px;
}

/* CUSTOM FILE UPLOADS */
.fileinputs {position: relative;}
input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    subnav_toggle:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 33px;
}
.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}
.fakefile input {
    width: calc(100% - 150px);
    float: left;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    margin: 0 0 0.9375rem 0;
    color: #666;
    padding: 0.5rem;
    height: 2.3125rem;
}
.fakefile span {
    float: left;
    display: block;
}
.fakefile span .button {
    margin: 0;
    height: 2.3125rem;
    background: #96b4c2;
    color: #fff;
    text-align: center;
    border: none;
    width: 150px;
}

/* Error messages */
p.error {
    margin: -0.3125rem 0 0.9375rem 0;
    padding: 7px 0 0 0;
    background: url(../images/style/error_bg.png) 10px 0 no-repeat;
}
p.error span {
    padding: 0.3125rem 0.625rem;
    color: #fff;
    background: #c60f13;
    display: block;
}
input.error, textarea.error {
    background: #f4cfd0;
    border-color: #c60f13;
}

/* Form buttons */
form:not([id=adminForm]) button {
    font-size: 0.875rem;
    min-width: 200px;
}

form .postfix.button {
    line-height: 2.643;
    background: #96b4c2;
    color: #fff;
    margin-top: 0;
}
form .postfix.button:focus, form .postfix.button:hover {
    background: #57C8EB;
}

/* CB Login Form */
#login-form {}
#login-form label {
    display: inline-block;
    margin-left: 0.625rem;
}
#login-form label + input[type="checkbox"] {
    float: left;
}
#login-form #form-login-links {
    margin-left: 0;
    list-style: none;
}
#login-form #form-login-links li {
    display: inline;
    padding: 0;
}
#login-form #form-login-links li:not(:last-child)::after {
    content: " | ";
}

/* TAGS */
.chzn-container-multi {
    height: 40px;
}
.chzn-container-multi .chzn-choices, .chzn-container-multi .chzn-choices li {
    height: 40px !important;
    width: 100%;
}
.chzn-container-multi .chzn-choices li input {
    height: 38px !important;
    width: 100% !important;
}

.chzn-container-single .chzn-single {line-height: 40px !important; height: 40px !important;}

.qtip {
    background: #eee;
    border-radius: 4px;
    max-width: 500px;
}
.qtip .qtip-tip {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    top: -10px !important;
    border-color: #eee !important;
}
.qtip .qtip-tip canvas {
    width: 10px !important;
    height: 10px !important;
}
.qtip-titlebar {
    font-size: 1rem;
    padding: 5px 9px;
    margin-bottom: 0;
}
.qtip-content {
    padding: 0 9px;
}
.qtip-content :last-child {
    margin-bottom: 0;
}

.cb_template .form-group {
    margin-bottom: 10px;
}

/* BUTTONS
================================================================================ */
.button, button, .btn, .showform {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    display: inline-block;
    padding: 0.25rem 1.5625rem;
    margin: 1.25rem 0;
    background-color: #008272;
    border: none;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2;
    cursor: pointer;

    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.button:hover, button:hover, .button:focus, button:focus, .btn:hover, .btn:focus, a.standard:hover .button, a.standard:focus .button .fb:hover .button, .fb:focus .button, .tweet:hover .button, .tweet:focus .button, .linkedin:hover .button, linkedin:focus .button, .showform:hover, .showform:focus {
    background-color: #97c8b5;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.fb .button {
    background-color:#3b5997;
}
.fb:hover .button, .fb:focus .button {
    background-color:#7baec9;
}

.tweet .button {
    background-color:#19bbf5;
}
.tweet:hover .button, .tweet:focus .button {
    background-color:#88d9f7;
}

.linkedin .button {
    background-color:#006699;
}
.linkedin:hover .button, linkedin:focus .button {
    background-color: #7baec9;
}

.twitter-button .button {
    margin:0;
}

.youtube .button {
    background-color:#e52d27;
}
.youtube:hover .button, .youtube:focus .button {
    background-color:#e47471;
}

.instagram .button {
    background-color:#cf3596;
}
.instagram:hover .button, .instagram:focus .button {
    background-color:#ce6fab;
}

.royalSlider .slides .button {
    background: rgba(255, 255, 255, 0.26);
    color:#ffffff;
    border-color:#ffffff;
}

.royalSlider .slides .button:hover, .royalSlider .slides .button:focus {
    background:#ffffff;
    color:#000000;
}

.event .button {
    background-color: #339481; /* Old browsers */
    background-image: -moz-linear-gradient(-45deg, #339481 0%, #75bf71 50%, #75bf71 100%);
    background-image: -webkit-linear-gradient(-45deg, #339481 0%, #75bf71 50%, #75bf71 100%);
    background-image: linear-gradient(135deg, #339481 0%, #75bf71 50%, #75bf71 100%);
}

.news .button, .news .content .more.button {
    background-color: #f9348e; /* Old browsers */
    background-image: -moz-linear-gradient(-45deg, #f9348e 0%, #ff6633 50%, #ff6633 100%);
    background-image: -webkit-linear-gradient(-45deg, #f9348e 0%, #ff6633 50%, #ff6633 100%);
    background-image: linear-gradient(135deg, #f9348e 0%, #ff6633 50%, #ff6633 100%);
}
.news.more.button {text-align:center;}

.case-study .button {
    background-color: #6669e1; /* Old browsers */
    background-image: -moz-linear-gradient(-45deg, #6669e1 0%, #5ab2b9 50%, #5ab2b9 100%);
    background-image: -webkit-linear-gradient(-45deg, #6669e1 0%, #5ab2b9 50%, #5ab2b9 100%);
    background-image: linear-gradient(135deg, #6669e1 0%,#5ab2b9 50%, #5ab2b9 100%);
}

.case-study .button, .news .button, .event .button {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top left;
    color: #ffffff;
    border: none;
    transition: background-position 0.4s ease-in-out;
}
a.case-study:hover .button, a.case-study:focus .button, a.event:hover .button, a.event:focus .button, a.news:hover .button, a.news:hover .content .more.button, .option .news:focus .button, .news:focus a.content .more.button, .news .button:hover, .news .button:focus,
.event a.button:hover, .event a.button:focus, .case-study a.button:hover, .case-study a.button:focus {
    background-position: top right;
    color: #ffffff;
}

.btn [class^="icon-"] {
    margin-right: 10px;
}
.btn .icon-blank {
    display: none;
}

.btn_list {
    margin: 0; padding: 0;
    list-style: none;
}
.btn_list > * {
    float: left;
    padding: 0;
    margin-right: 0.9375rem;
}
.btn_list .button, .btn_list button {
    margin: 0;
}

.btn_list.center {
    text-align: center;
}
.btn_list.center > * {
    float: none;
    display: inline-block;
    margin: 0 0.9375rem;
}

.btn-group {margin: 0 0 1.25rem 0;}
.btn-group .btn {margin-bottom: 0;}
.btn a {color: #fff; border: none;}

.button.rss {
    background-image: url(../images/style/rss.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 25px center;
    padding-left: 49px;
}

/* JCOMMENTS
================================================================================ */
#jc {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: solid 1px #ebebeb;
}
#jc #comments {}
#jc #comments h4 {
    margin-top: 0;
}
#jc #comments #comments-list {}
#jc #comments #comments-list > div {
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}
#jc #comments #comments-list > div a {
    font-weight: 400;
}
#jc #comments #comments-list > div .comment-anchor, #jc #comments #comments-list > div .comment-author, #jc #comments #comments-list > div .comment-date, #jc #comments #comments-list > div .comment-email, #jc #comments #comments-list > div .author-homepage {
    font-size: 0.75rem;
}
#jc #comments #comments-list > div .comment-author::after, #jc #comments #comments-list > div .author-homepage::after, #jc #comments #comments-list > div .comment-email::after {
    content: " | ";
    color: #222;
}
#jc #comments #comments-list > div .comment-body {
    padding-top: 0.625rem;
}
#jc #comments #comments-list > div .comments-buttons {
    position: absolute;
    bottom: 0.9375rem; right: 0;
    text-align: right;
}
#jc #comments #comments-list-footer {
    margin-bottom: 0;
}

#jc #comments-form-link {
    overflow: hidden;
    position: relative;
}
#jc #comments-form-link .comments-policy {
    margin: 0.625rem 0;
}
#jc #comments-form-link form {}
#jc #comments-form-link form p {
    overflow: hidden;
}
#jc #comments-form-link form label {
    float: left;
    width: 33.333%;
}
#jc #comments-form-link form input, #jc #comments-form-link form textarea {
    float: right;
    width: 66.667%;
}

#jc #comments-form-link form input[type="checkbox"], #jc #comments-form-link form input[type="radio"] {
    width: auto;
    float: left;
    margin-left: 33.333%;
}
#jc #comments-form-link form input[type="checkbox"] + label, #jc #comments-form-link form input[type="radio"] + label {
    width: auto;
}

#jc #comments-form-link form .captcha {
    float: left;
    clear: left;
    margin-left: 33.333%;
}

#jc #comments-form-link .comments-form-message-info, #jc #comments-form-link .comments-form-message-error {
    background: #dff0d8;
    color: #3c763d;
    padding: 0.3125rem 0.625rem;
    border-left: 5px solid #3c763d;
}
#jc #comments-form-link .comments-form-message-error {
    background: #f2dede;
    color: #a94442;
    border-left: 5px solid #a94442;
}

#jc #comments-footer {display: none;}

#jc blockquote {
    border-left: 1px solid #bcbcbc;
    padding: 0.625rem 0 0.635rem 0.9375rem;
    font-style: italic;
}

#jc .busy {
    background: rgba(255,255,255,0.8) url('/images/gears.svg') center center no-repeat;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.jcomments-latest {
    margin: 0;
    padding: 0 3.125rem;
    list-style: none;
}
.jcomments-latest ul, .jcomments-latest li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.jcomments-latest ul li {
    padding: 0 0.635rem 0.635rem 0;
}
ul.jcomments-latest .author, ul.jcomments-latest .date {
    display: inline-block;
    padding-right: 0.625rem;
    margin-bottom: 0.625rem;
}

/* MISC
================================================================================ */
.alert-error .close {display: none;}

/* Tidy past events */
.description {
    margin: 0 !important;
    padding: 0 !important;
}

.venue_country img, .venuemap, .event_info .category {
    display: none;
}

/* Alerts */
.alert {
    margin: 0.9375rem 0;
    padding: 0 0.9375rem;
    border-left: 5px solid #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
    position: relative;
    overflow: hidden;
}
.alert h4 {
    color: inherit;
}
.alert-dismissable, .alert-dismissible { padding-right: 35px; }
.alert .close, .alert-dismissable .close, .alert-dismissible .close {
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: 0.9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    border: none;
}
.alert .close:hover, .alert .close:focus {
    opacity: 1;
}

.alert-notice {
    background-color: #d9edf7;
    border-color: #31708f;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b;
}
.alert-error {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442;
}

.k-toolbar {
    display: none;
}
.docman_submit_layout .k-toolbar {
    display: block;
    padding: 1rem;
}
.k-upload__body-default {
    max-height: none;
}
.k-toolbar .btn {
    margin: 0 auto !important;
    max-width: 300px;
    display: block;
}
.k-toolbar .btn span {
    margin-right: 0.5rem;
}

.scroll_top {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0.5rem 0.625rem;
    margin: 0;
    z-index: 999;
}

.k-visually-hidden {
    display: none;
}

.grid_box {
    display: block;
    padding: 1.25rem;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #dedede;
    -moz-box-shadow: 0px 0px 5px 0px #dedede;
    box-shadow: 0px 0px 5px 0px #dedede;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}

@media only screen and (max-width: 40.063em) {
    [data-equalizer-mq='medium-up'] .grid_box {height: auto !important;}
}
@media only screen and (max-width: 64.062em) {
    [data-equalizer-mq='large-up'] .grid_box {height: auto !important;}
}

.docman_document {
    border-bottom: 1px solid #f2f2f2;
}
.docman_document .docman_document_details {
    border: none;
}
.docman_document .content {
    width: calc(100% - 220px);
    float: left;
}
.docman_document .actions {
    width: 220px;
    float: left;
    text-align: right;
}
.docman_document .actions .btn {
    margin: 0;
}

.docman_document .download {
    float: left;
    clear: both;
}
.docman_document .download .button {
    margin-top: 0;
}


/* SEARCH
================================================================================ */
.search_placeholder {
    background:#ffffff;
}

.content.knowledge .search_placeholder {
    background:none;
}

.content.search_placeholder {
    margin-left:0;
    margin-right: 0;
    border-bottom: 1px solid #e9eaea;
}

.knowledge .content.search_placeholder {
    margin-left:0.625rem;
    margin-right: 0.625rem;
    border-bottom: none;
}


#search {
    display: block;
    width: 100%;
    padding: 0 0.9375rem;
    clear: both;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

#search.shown, .knowledge #search {
    height:55px;
}

#search form, form#knowledge_search {
    margin:0;
}
.search {
    padding:0.313rem 0;
    background-color: #ffffff;
}

form#knowledge_search .search {
    padding:0;
    border: 1px solid #d9dada;
}

.search_button input[type="submit"] {
    background: url(../images/icons/green-search.png) center right;
    border: 0 none;
    text-indent: 100px;
    width: 30px;
    height: 55px;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
}

.search_button input[type="submit"]:hover, .search_button input[type="submit"]:focus {
    background-repeat: no-repeat;
    width: 30px;
}

.search_field input[type="text"], .search_field input[type="text"]:focus {
    padding-left: 0;
    height: 55px;
    background: none;
    border: 0 none;
    float: left;
    margin:0;
}


/* PAGINATION
================================================================================ */

.pagination, .cb_template .cbPagination {
    margin: 2rem 0 !important;
}
.pagination ul, .cb_template .cbPagination .cbPaginationLinks {
    margin-left: 0;
    list-style: none;
    text-align:center;
}

.pagination ul li, .cb_template .cbPagination .cbPaginationLinks > li {
    display:inline-block;
}
.pagination ul li span, .pagination ul li a, .cb_template .cbPagination .cbPaginationLinks > li a, .cb_template .cbPagination .cbPaginationLinks > li a:hover, .cb_template .cbPagination .cbPaginationLinks > li a:focus {
    background-color:#dedede;
    color: #000000;
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 0.25rem 0.9375rem;
    border:2px solid #dedede;
}

.pagination ul li a, .cb_template .cbPagination .cbPaginationLinks > li:not(.disabled):not(.active) a {
    color:#ffffff;
    background-color: #97c8b5;
    border:2px solid #97c8b5;
}

.pagination ul li > a:hover, .cb_template .cbPagination .cbPaginationLinks > li:not(.disabled):not(.active) > a:hover {
    background-color:#008272;
    border:2px solid #008272
}
.pagination ul li:not(.pagination-prev):not(.pagination-next), .pagination p {
    display:none;
}

/* TABS
================================================================================ */
.tabs {
    border-bottom: 1px solid #efefef;
}
.tabs .tab-title {
    padding: 0; margin: 0;
}
.tabs .tab-title > a {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #efefef;
    border-bottom: none;
}

/* COMMUNITY BUILDER
================================================================================ */
.cb_template {margin: 0.9375rem 0;}
.cb_template .articlesHeader.row {margin: 0;}
.cb_template [class*="col-"] {padding: 0;}
.cb_template .nav .open > a, .cb_template .nav .open > a:hover, .cb_template .nav .open > a:focus {border-color: #008272;}
.cb_template label {line-height: 1.5; width: 33.3333% !important;}
.cb_template label + .cb_field {width: 66.6667% !important;}

.cbUserListDiv {
    margin: 0 -0.625rem;
}
.cbUserListRow.containerBox {
    width: calc(100% - 1.25rem) !important;
    margin: 0.625rem;
}
.containerBoxInner {
    overflow: hidden;
    position: relative;
}
.cbUserListRowColumn {
    position: relative;
    z-index: 2;
}
.cbUserListRowColumn.canvas {
    position: absolute;
    height: 100% !important;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
}
.cbUserListRowColumn.canvas * {
    height: 100% !important;
}
.cbUserListRowColumn.avatar, .cbUserListRowColumn.user {
    float: left;
    padding: 0 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.cbUserListRowColumn.user {
    color: #fff;
}
.cbUserListFC_avatar {
    max-height: 100px;
    max-width: 100px;
    display: block;
}
.cbUserListRowColumn.user a {
    color: #fff;
    font-size: 1.25rem;
}
.cbUserListRowColumn.user a:hover, .cbUserListRowColumn.user a:focus {
    border-color: #fff;
}
.cbUserListRowColumn.status {
    position: absolute;
    bottom: 10px; left: 10px;
}



.qtip {margin-top: 0;}

/* FOOTER
================================================================================ */
#footer {
    border-top:1px solid #cccccc;
}

#footer {
    text-align:center;
    background-color: #ffffff;
    padding:20px 0;
}

#footer a:hover, #footer a:focus {
    color:#008272;
}

#footer ul {
    list-style: none;
}

@media only screen and (max-width: 64.063em) {

    /* subnav_toggle
    ================================================================================ */
    .sub_nav {
        background-color: #ebebeb;
        position: absolute;
        bottom: 0; left: 0; top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 250px;
        z-index: 1001;
        display: block;
        height: 100vh;
        margin-left: -250px;
    }
    .sub_nav .scroll {
        max-height: none;
        padding: 0;
    }

    .exit_subnav_toggle {display: none;}

    .inner-wrap {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .inner-wrap.subnav_active {
        min-height: 100%;
    }

    .main-section {
        -webkit-transition: transform 500ms ease;
        -moz-transition: transform 500ms ease;
        transition: transform 500ms ease;
    }

    .subnav_active > .main-section {
        min-height: 100%;
        position: fixed;
        left: 0;

        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    .subnav_active > .main-section .exit_subnav_toggle {
        display: block;
        position: absolute;
        background: rgba(255,255,255,0.5);
        top: 0; bottom: 0; left: 0;	right: 0;
        z-index: 1002;
        border: none;

        transition: background 300ms ease;
    }

    .subnav_active .subnav_toggle a.subnav_trigger.active {
        z-index: 1005;
        position: relative;
    }
}


/* SMALL
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (max-width: 20.0621em) {


    /* FOUNDATION ELEMENTS
    ================================================================================ */
    .hide-for-x-small-only {
        display: none !important;
    }

    .show-for-x-small-only {
        display: block !important;
    }

}


@media only screen and (max-width: 40.063em) {

    .sm_vert_center {position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); display: block;}

}

@media only screen and (max-width: 20.062em) {


    /* FOUNDATION ELEMENTS
    ================================================================================ */
    .hide-for-x-small-only {
        display: none !important;
    }

    .show-for-x-small-only {
        display: block !important;
    }


}

/* MEDIUM (640px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 40.063em) {

    /* GENERAL
    ================================================================================ */
    h1, .content h1 {font-size: 2.4em;}
    h2, .content h2, span.h2 {font-size: 1.9em;}
    /*.content h2 {font-size: 0.875rem;}*/
    .knowledge h2, .tag-category h2 {font-size:0.9375rem;}
    .sub_nav h2 {font-size: 0.875rem;}
    h3 {font-size: 1.7em;}
    .news_cont h3 {
        font-size: 1.25em;
    }

    h4 {font-size: 1.5em;}
    h5 {font-size: 1.3em;}
    h5.title {font-size: 1.125em;}
    .jcomments-latest h3{font-size: 1.0rem;}

    p.large_text {
        font-size: 1.125rem;
    }

    .category-desc {
        overflow: hidden;
    }
    .category-desc img[style="float: left;"] {
        display: block;
        margin-right: 0.9375rem;
        margin-bottom: 0.9375rem;
    }

    .no_pad_small { padding: 0 0.625rem 0 0.625rem !important;}
    .center_small {text-align: left;}

    /* FOUNDATION ELEMENTS
    ================================================================================ */

    /* HEADER
    ================================================================================ */
    #header, #header .columns {
        height: 120px;
    }

    #nav ul li.divider {
        color: #a5bdb9;
        font-size: 1.4rem;
    }

    /* BREADCRUMB
    ================================================================================ */

    /* SEARCH
    ================================================================================ */


    /* MAIN CONTENT
    ================================================================================ */
    .option {
        margin-top:1.250em;
    }

    .news_img {
        float:right;
    }

    #search {
        height:55px;
    }


    .pagination ul li, .cb_template .cbPagination .cbPaginationLinks > li {
        padding-left: 0;
        padding-right:0.5rem !important;
    }
    .pagination ul li:not(.pagination-prev):not(.pagination-next), .cb_template .cbPagination .cbPaginationLinks > li:not(.disabled) {
        display:inline-block;
    }

    .intro_img {
        height: 200px;
    }

    /* FORMS
    ================================================================================ */
    form fieldset:nth-child(2n) {
        background: #ffffff;
    }

    /* BUTTONS
    ================================================================================ */

    /* SOCIAL
    ================================================================================ */

    /* MISC
    ================================================================================ */

    /* COMMUNITY BUILDER
    ================================================================================ */
    .cbUserListRow.containerBox {
        width: calc(50% - 1.25rem) !important;
    }

    /* FOOTER
    ================================================================================ */
}

/* Large (1020px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 64.063em) {


    /* GENERAL
    ================================================================================ */

    /* FOUNDATION ELEMENTS
    ================================================================================ */
    .column, .columns {
        position: relative;
        float: left;
    }

    /* HEADER
    ================================================================================ */

    /* NAVIGATION
    ================================================================================ */

    .sub_nav {
        background-color: #ebebeb;
    }

    /* BREADCRUMB
    ================================================================================ */

    /* MAIN CONTENT
    ================================================================================ */

    .royalSlider {
        margin-top:1.250em;
    }

    ul.types li {
        margin: 0;
        clear: none;
    }

    .sub_nav .list-heading h2, .sub_nav ul.off-canvas-list li a, .sub_nav ul.off-canvas-list li span.h2, .sub_nav ul.off-canvas-list li span.h2, .sub_nav .tag_cloud, .archive-module, .twitter, .members, .sidebar_content {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }
    .sub_nav ul.nav-child li a {
        padding-left: 4.375rem;
    }
    .sub_nav ul.nav-child ul.nav-child li a {
        padding-left: 5.625rem;
    }
    .sub_nav ul.nav-child ul.nav-child ul.nav-child li a {
        padding-left: 6.875rem;
    }
    .sub_nav ul.nav-child ul.nav-child ul.nav-child ul.nav-child li a {
        padding-left: 8.125rem;
    }


    div.tag_cloud {
        margin:0;
        list-style-type:none;
    }

    .tag_cloud .tag {
        font-size:0.875rem;
        display:inline-block;
        background:#008272;
        color:#ffffff;
        margin:0.313rem 0.313rem 0rem 0;
        padding: 0.313rem 0.313rem 0.313rem 0.313rem;
        border-radius:5px;
        text-align:center;
    }

    .members {
        overflow: hidden;
    }
    .members .slider {
        text-align: center;
        border: 1px solid #cfcfcf;
        border-radius: 0;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
    }
    .members .slider img {}

    .intro_img {
        height: 250px;
    }

    /* FORMS
    ================================================================================ */

    /* BUTTONS
    ================================================================================ */

    /* SOCIAL
    ================================================================================ */

    /* MISC
    ================================================================================ */
    .text_right {text-align: right !important;}

    .no_pad_small {
        padding: 0 0.625rem !important;
    }

    .scroll_top {
        display: none !important;
    }

    /* COMMUNITY BUILDER
    ================================================================================ */
    .cbUserListRow.containerBox {
        width: calc(33.3333% - 1.25rem) !important;
    }

    /* FOOTER
    ================================================================================ */

    #footer {
        text-align:left;
    }

}

@media only screen and (min-width: 64.125em) and (max-width: 69.750em) {

    .option .twitter .twit_controls {
        bottom: 4rem;
    }

}

@media only screen and (min-width: 40.063em) and (max-width: 79.9999em) {

    .show-for-small-desktop {
        display: block !important;
    }

}


/* X Large (1200px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 80.000em) {

    /* FOUNDATION ELEMENTS
    ================================================================================ */

    .large-3.xlarge-3 {width: 16.6667% !important;} /* Treat as large-2 */
    .large-9.xlarge-9 {width: 83.3333% !important;} /* Treat as large-10 */

    .show-for-larger-desktop {
        display: block !important;
    }

    .row > .row, .row.content, .row.knowledge {
        margin-left: 3.125em;
        margin-right: 3.125em;
        max-width: 100% !important;
    }
    .row .row.minus_marg {margin-left: -0.625rem; margin-right: -0.625rem;}

    .row.content.search_placeholder {
        margin-left:0;
        margin-right: 0;
    }

    #header ul li a.logged-in.welcome span.large {display: none;}
    #header ul li a.logged-in.welcome span.xlarge {display: inline-block;}

    /* MAIN CONTENT
    ================================================================================ */
    ul.option, ul.types {
        margin: 0 -0.625rem;
    }

    .no_pad_large {padding: 0 !important;}

    .intro_img {
        height: 300px;
    }

}

/* Custom (1600px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 100rem) {

    .columns.xlarge-9 {width: 75% !important;}
    .columns.columns.xlarge-8 {width: 66.6667% !important;}
    .columns.xlarge-4 {width: 33.3333% !important;}
    .columns.xlarge-3 {width: 25% !important;}

    /* HEADER
    ================================================================================ */
    svg.logo {
        display: inline-block;
        min-height: 40px;
        max-height: 80px;
        padding: 0 0.625rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto 0;
    }
    
}

    /* BIT LIST PAGE
    ================================================================================ */

.digital-species .grid_box {
    padding: 5px 5px 10px 5px!important;;
}

.accordion {
  background-color: #008272;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: auto;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-left: 0.7rem;
  position: absolute;
  bottom: 40px;
}

.active, .accordion:hover {
  background-color: #97c8b5;
}

.panel {
  padding: 0;
  padding-top: 20px;
  background-color: white;
  display: none;
  overflow: hidden;
  border-style: none;
  padding-bottom: 40px;
}

.risks {
  min-height: 610px;
}

.risk-classifications .grid_box {
  padding: 5% !important;
}

p.image {
  padding: 10px 0;
}

@media only screen and (min-width: 30.25em) and (max-width: 39.75em) {
    .risks {
  min-height: 500px;
}
}


@media only screen and (min-width: 40em) and (max-width: 43em) {

    .risks {
  min-height: 700px;
}
}

@media only screen and (min-width: 43.1em) {
    .risks {
  min-height: 650px;
}
}

@media only screen and (min-width: 47.5em) and (max-width: 52.5em) {

    .risks {
  min-height: 660px;
}
}

@media only screen and (min-width: 64.125em) and (max-width: 69em) {

    .risks {
  min-height: 775px;
}
}

@media only screen and (min-width: 70.3125em) and (max-width: 81.25em) {

  .risks {
  min-height: 880px;
}
}


@media only screen and (min-width: 81.25em) {    
    
.risks {
  min-height: 750px;
}
}

@media only screen and (min-width: 90.4375em) {    
    
.risks {
  min-height: 700px;
}
}


[class*="block-grid-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.bit-list-comments ul li, .bit-list-comments ul li {
	 border-bottom: none !important;
	 display: inline-block;
	 margin: 0 !important;
	 padding: 5px 15px 5px 15px !important;
}

.bit-list-comments .archive-module {
	display: none;
}

ul.bit-list-blogs {
  border-bottom: none !important;
}

.bit-list-blogs {
  margin-bottom: 0!important;
  padding-bottom: 40px !important;
  margin-top: 20px !important;
}

.bit-list-comments {
	margin-top: 20px !important;
}

.featured-image img {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.link p {
  display: inline-block; 
  margin-left: 0!important;
}

h3.article-title {
  margin-left: 0.7rem !important;
}

.square-box .option {
  padding-top: 12px !important;
}


.featured-article table tr td {
    padding: 0.3125rem 0.625rem;
    display: block !important;
}

.featured-article table td img {
    display: block !important;
    text-align: center !important;
}


@media only screen and (min-width: 48em) {

.featured-article table tr td {
    display: table-cell !important;
}

.featured-article table td img {
    display: table-cell !important;
}
  
  h2.title {
  font-size: 1.9rem !important;
}
}