@CHARSET "UTF-8";
@font-face {
    font-family: 'futura_md_btmedium';
    src: url('css/15933_futumd__-webfont.eot');
    src: url('css/15933_futumd__-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/15933_futumd__-webfont.woff') format('woff'), 
		 url('css/15933_futumd__-webfont.ttf') format('truetype'), 
		 url('css/15933_futumd__-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cornetregular';
    src: url('css/cornet-webfont.eot');
    src: url('css/cornet-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/cornet-webfont.woff') format('woff'), 
		 url('css/cornet-webfont.ttf') format('truetype'), 
		 url('css/cornet-webfont.svg#cornetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_icg_bookregular';
    src: url('css/futura_book-webfont.eot');
    src: url('css/futura_book-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/futura_book-webfont.woff') format('woff'), 
		 url('css/futura_book-webfont.ttf') format('truetype'), 
		 url('css/futura_book-webfont.svg#futura_icg_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers_45_lightregular';
    src: url('css/univers_45_light-webfont.eot');
    src: url('css/univers_45_light-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/univers_45_light-webfont.woff') format('woff'), 
		 url('css/univers_45_light-webfont.ttf') format('truetype'), 
		 url('css/univers_45_light-webfont.svg#univers_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers_55regular';
    src: url('css/univers_55-webfont.eot');
    src: url('css/univers_55-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/univers_55-webfont.woff') format('woff'), 
		 url('css/univers_55-webfont.ttf') format('truetype'), 
		 url('css/univers_55-webfont.svg#univers_55regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers_65_boldregular';
    src: url('css/univers_65_bold-webfont.eot');
    src: url('css/univers_65_bold-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/univers_65_bold-webfont.woff') format('woff'), 
		 url('css/univers_65_bold-webfont.ttf') format('truetype'), 
		 url('css/univers_65_bold-webfont.svg#univers_65_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_MinionPro-Regular';
    src: url('MinionPro-Regular.eot');
    src: local('☺'), 
		 url('css/MinionPro-Regular.woff') format('woff'), 
		 url('css/MinionPro-Regular.ttf') format('truetype'), 
		 url('css/MinionPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zurichcondensed';
    src: url('css/zurich_extra_condensed-webfont.eot');
    src: url('css/zurich_extra_condensed-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('css/zurich_extra_condensed-webfont.woff') format('woff'), 
		 url('css/zurich_extra_condensed-webfont.ttf') format('truetype'), 
		 url('css/zurich_extra_condensed-webfont.svg#zurichcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =============================================================================   HTML5 display definitions   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* =Reset default browser CSS.-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
    padding: 0px;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

p {
    margin: 12px 0;
}

header,
footer {
    display: block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    color: #717171;
    position: relative;
    font: normal 14px/22px Arial;
    padding: 0;
    margin: 0;
    background: #f4f5f5;
}

header {
    width: 100%;
    background: #fff;
	position: relative;
	z-index: 11111;
}

footer {
    background: #f4f5f5;
    width: 100%;
    border-top: 1px solid #ececeb;
}

h1 {
    font: normal 36px/36px 'futura_icg_bookregular';
    color: #fff;
}

h2 {
    font: normal 26px/26px 'univers_55regular';
    color: #8ab4d8;
}

h3 {
    font: normal 26px/26px 'univers_55regular';
    color: #4b3806;
}

h4 {
    font: normal 18px/18px 'futura_icg_bookregular';
    color: #8ab4d8;
    display: inline-block;
}

h5 {
    font: normal 14px/18px 'futura_md_btmedium';
    color: #4b3806;
    display: block;
    padding: 15px 0 0 0;
}

h6 {
    color: #4b3806;
    font: bold 14px/18px Arial;
}

.header_inner {
    position: relative;
    width: 960px;
    margin: 0px auto;
    height: 43px;
}

.header_inner span {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 43px;
    font-family: 'futura_md_btmedium';
    color: #d4d030;
    font-weight: 600;
}

.logo {
    width: 144px;
    height: 182px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 140px;
    display: block;
}

.header_right {
    display: inline-block;
    float: right;
}

nav.top_nav {
    display: inline-block;
    float: left;
}

nav.top_nav ul {
    height: 43px;
    padding: 0 40px 0 0;
}

nav.top_nav ul li {
    float: left;
    padding: 0 0 0 0;
    height: 43px;
}

nav.top_nav ul li a {
    color: #8ab4d8;
    text-decoration: none;
    font: normal 13px/40px 'futura_md_btmedium';
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
}

nav.top_nav ul li a:hover,
nav.top_nav ul > li.current-menu-item  > a,
nav.top_nav ul li a.active {
    background: #b5b5b5;
    color: #fff;
}

nav.top_nav ul li.menu-item-has-children:hover .has_drop_down {
    display: block;
}

.has_drop_down {
    width: 200px;
    position: absolute;
    top: 43px;
    display: none;
    background: #8cb5d6;
    padding: 20px;
    z-index: 3;
    box-shadow: 0px 3px 4px 1px #666;
    -moz-box-shadow: 0px 3px 4px 1px #666;
    -ms-box-shadow: 0px 3px 4px 1px #666;
    -webkit-box-shadow: 0px 3px 4px 1px #666;
}

div.has_drop_down ul {
    padding: 0px;
    height: auto;
	margin: 0;
}

div.has_drop_down ul li {
    float: none;
    height: auto;
    display: inline-block;
}

div.has_drop_down ul li a {
    color: #ffffff;
    background: transparent !important;
    font: normal 13px/13px 'futura_md_btmedium';
    padding: 0px 0px 14px 0px;
    min-width: 160px;
}

div.has_drop_down ul li a:hover {
    background: transparent;
    color: #4b3806;
}

.social_share {
    display: inline-block;
    float: left;
    padding: 6px 0 0 0;
}

.social_share ul li {
    float: left;
    margin: 0 0 0 10px;
}

.social_share_page {
    display: inline-block;
    float: left;
    padding: 6px 0 0 0;
}

.social_share_page ul li {
    float: left;
    margin: 0 10px 0 0;
}

.welcome_pic_area_holder {
    border-bottom: 18px solid #8ab4d8;
    width: 100%;
    text-align: center;
    background: #d2d4d5;
    z-index: 1;
    position: relative;
    min-width: 1200px;
}

.home_pic_area {
    background: url('img/home_head.jpg') no-repeat center;
    height: 368px;
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.wrapper {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.content {
    width: 960px;
    margin: 0px auto;
}

.bussiness_description {
    padding: 0 0 15px 0;
    font: normal 27px/37px Arial;
    color: #84888b;
}

.home_page_content {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px;
    width: 990px;
    background: url('img/home_content.jpg') no-repeat left 35px #fff;
}

.left_side {
    width: 530px;
    padding: 35px 0 55px 0;
    color: #4b3806;
}

.footer_inner {
    position: relative;
    width: 960px;
    margin: 0px auto;
    height: 43px;
    padding: 15px 0 30px 0;
}

.footer_left {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
}

.footer_right {
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
}

.footer_inner span {
    display: inline-block;
    font: normal 12px/24px Arial;
    color: #4b3806;
}

span.slash {
    color: #d7d46d;
    padding: 0 8px;
}

span.slash_big {
    color: #d7d46d;
    padding: 0 8px;
    font-size: 20px;
    height: 30px;
}

span.desc_address {
    color: #6f6f6f;
}

span.specialization {
    font: normal 62px/66px 'cornetregular';
}

span.blue_cornet {
    font: normal 48px/48px 'cornetregular';
    color: #8ab5da;
}

span.copyright_desc {
    color: #84888b;
    padding: 0 0 0 20px;
}

span.designed_by {
    color: #b9c7d3;
    text-transform: uppercase;
    font-family: 'futura_md_btmedium';
    font-size: 11px;
}

span.brow_letters {
    color: #4b3806;
}

span.blue_letters {
    color: #8cb5da;
}

span.orange_letters {
    color: #d78234;
}

span.the {
    font: normal 18px/18px 'futura_icg_bookregular';
    padding: 0 15px 0 0;
}

span.underline {
    text-decoration: underline;
    padding: 0 4px 0 0;
}

span.contact_number {
    padding: 0 0 0 30px;
    margin: 0 0 0 -30px;
    display: block;
    background: url('img/menu_star.png') no-repeat left 3px;
    font: normal 24px/24px 'futura_md_btmedium';
}

.footer_right a {
    color: #8ab4d8;
    text-decoration: none;
}

.footer_right a:hover {
    color: #84888b;
}

.person_desc_holder {
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.single_person_desc_holder {
    position: absolute;
    height: 52px;
}

.single_person_desc_holder:hover .single_person_desc {
    background: #4b3806;
    color: #ffffff;
}

.single_person_desc_holder:hover .right_arrow {
    background-position: right bottom;
}

.single_person_desc_holder:hover .left_arrow {
    background-position: left bottom;
}

.single_person_desc_holder:hover span.not_visible_people_title {
    display: block;
}

.single_person_desc_holder:hover span.visible_people_title {
    visibility: hidden;
}

.single_person_desc {
    background: #d4d030;
    font: normal 14px/34px Arial;
    color: #4b3806;
    padding: 0px 14px;
    box-shadow: 3px 4px 4px -3px #353535;
}

.first_person {
    bottom: 53px;
    left: auto;
    right: 925px;
}

.second_person {
    bottom: 25px;
    left: 370px;
    width: 130px;
}

.third_person {
    bottom: 108px;
    right: 460px;
    left: auto;
}

.fourth_person {
    left: 750px;
    bottom: 30px;
}

.fifth_person {
    left: auto;
    bottom: 85px;
    right: 135px;
}

.right_arrow {
    height: 18px;
    width: 100%;
    background: url('img/right_arrow.png') no-repeat right top;
}

.left_arrow {
    height: 18px;
    width: 100%;
    background: url('img/left_arrow.png') no-repeat left top;
}

span.visible_people_title {
    visibility: visible;
}

span.not_visible_people_title {
    display: none;
    position: absolute;
    top: 18px;
    left: 14px;
}

span.not_visible_people_title a {
    color: #ffffff;
    text-decoration: none;
}
.people_skills h5 {
    padding-top: 0;
}
.green_stripe_title h1{
	text-transform: uppercase;
}
.green_stripe_title {
    width: 100%;
    background: #e1de6e;
    display: inline-block;
}

.inner_content {
    width: 960px;
    margin: 0px auto;
}

.left_content {
    width: 630px;
    float: right;
    display: inline-block;
    padding: 45px 0 16px 0;
}

.people_page_nav {
    border-bottom: 1px solid #d5d132;
}

.left_content_nav {
    width: 650px;
    float: right;
    display: inline-block;
}

.column {
    display: inline-block;
    float: left;
    margin: 5px 15px 8px 0;
    width: 215px;
    /*remove if not needed*/
}

.column li {
    padding: 0 0 0 30px;
    background: #fff;
}

.column li a {
    font: normal 14px/29px 'futura_md_btmedium';
    color: #8b8f92;
    text-decoration: none;
}

.column li a:hover {
    color: #4b3806;
}

.column li.active {
    background: url('img/menu_star.png') no-repeat left center;
}

.column li.active a {
    color: #4b3806;
}

.content_all {
    padding: 30px 0 0 0;
}

.content_all_pages {
    padding: 50px 0 75px 0;
}

.left_content_66_all {
    display: inline-block;
    width: 540px;
    float: left;
}

.right_conent_33_all {
    display: inline-block;
    width: 360px;
    padding: 0 0 0 60px;
    float: left;
}

.left_content_33_all {
    display: inline-block;
    width: 270px;
    float: left;
    padding: 0 10px 0 0;
}

.right_conent_66_all {
    display: inline-block;
    width: 629px;
    padding: 0 0 0 50px;
    float: left;
    border-left: 1px solid #d5d132;
}

.page-id-2 .right_conent_66_all {
    padding: 0 0 0 30px;
}

.person_qoute {
    font: normal 23px/29px 'univers_55regular';
    color: #8ab4d8;
}

.person_qoute span {
    font: normal 14px/30px 'futura_md_btmedium';
    text-align: right;
    display: block;
    color: #4b3806;
    padding: 0 20px 0 0;
}

.people_skills {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 25px 0;
}

.people_resime {
    padding: 5px 0 70px 0;
}

.people_resime ul li {
    padding: 0 0 0 25px;
    background: url('img/blue_counting.png') no-repeat left 10px;
}

.showcase-thumbnail-restriction {
    width: 360px!important;
    margin-left: 0px!important;
    overflow: hidden;
    position: relative;
    float: left;
}

.showcase-thumbnail {
    margin: 0 13px 0 0;
    width: 80px;
    height: 80px;
}

.showcase-thumbnail-container {
    position: relative;
    overflow: visible!important;
    display: inline-block;
    margin: 30px 0 0 0;
}

.showcase-thumbnail-button-backward {
    position: absolute;
    z-index: 3;
    top: 26px;
    left: -30px;
    display: block;
    width: 16px;
    height: 29px;
    background: url('img/back_arrow.png') no-repeat;
    background-position: top left;
    text-indent: -9999em;
    cursor: pointer;
}

.showcase-thumbnail-button-backward:hover {
    background-position: bottom left;
}

.showcase-thumbnail-button-forward {
    position: absolute;
    z-index: 3;
    top: 26px;
    right: -30px;
    display: block;
    width: 16px;
    height: 29px;
    background: url('img/next_arrow.png') no-repeat;
    background-position: top left;
    text-indent: -9999em;
    cursor: pointer;
}

.showcase-thumbnail-button-forward:hover {
    background-position: bottom left;
}

.specialty_areas {
    padding: 30px;
    border: 1px solid #c4d9eb;
    display: block;
    font: normal 30px/36px 'zurichcondensed';
    color: #d5d132;
    margin: 30px 0 0 0;
}

.specialty_areas ul li {
    color: #4b3806;
    font: normal 16px/30px 'univers_55regular';
}

ul.side_nav {
    padding: 0 0 0 30px;
    margin: 0 0 0 -30px;
    width: 190px;
}

ul.side_nav li {
    padding: 0 0 0 30px;
    margin: 6px 0 6px -30px;
}

ul.side_nav li.active {
    background: url('img/menu_star.png') no-repeat left 3px;
}

ul.side_nav li a {
    color: #8b8f92;
    font: normal 14px/20px 'futura_md_btmedium';
    text-decoration: none;
    text-transform: uppercase;
}

ul.side_nav li a:hover,
ul.side_nav li.active a {
    color: #4b3806;
}

.content_service_pages {
    display: block;
    position: relative;
    padding: 0 0 140px 0;
}

.image_holder {
    display: block;
    float: right;
}

.the_buzz {
    background: #eef4f9;
    padding: 20px;
    display: block;
    font-size: 15px;
    color: #717171;
    margin: 15px 0 0 0;
}

.the_buzz span {
    color: #4b3806;
    display: block;
}

.contact_info {
    font: normal 14px/22px 'futura_md_btmedium';
    color: #8b8f92;
    margin: 20px 0;
}

a.mailto {
    color: #717171;
    text-decoration: none;
}

a.mailto:hover {
    color: #4b3806;
}

.contact_form {
    margin: 30px 0 0 0;
    display: block;
}

.contact_form span {
    font: normal 21px/21px 'univers_55regular';
    color: #8ab4d8;
    display: inline-block;
    padding: 0 0 10px 0;
}

.text_type {
    width: 227px;
    height: 29px;
    border: 1px solid #cdcdcd;
    padding: 0 0 0 7px;
    font: normal 15px/29px Arial;
    color: #b5b5b5;
}

.submit_type {
    padding: 11px;
    background: #b5b5b5;
    border: none;
    outline: none;
    font: normal 14px/14px 'futura_md_btmedium';
    color: #ffffff;
    cursor: pointer;
}

.submit_type:hover {
    color: #4b3806;
}

.contact_form textarea {
    resize: none;
    width: 227px;
    height: 114px;
    outline: none;
    border: 1px solid #cdcdcd;
    margin: 0 0 10px 0;
    font: normal 15px/29px Arial;
    color: #b5b5b5;
    padding: 0 0 0 7px;
}

.contact_form label {
    display: block;
    font: bold 14px/14px Arial;
    color: #717171;
    padding: 0 0 4px 0;
}

.contact_form input {
    margin: 0 0 15px 0;
}

span.span_required {
    color: #d78234;
    font: normal 10px/14px Arial;
    padding: 0 0 0 3px;
}

.captcha_holder {
    display: block;
    margin: 0 0 10px 0;
}

.search_form span {
    font: normal 14px/28px 'futura_md_btmedium';
    color: #4b3806;
    display: block;
    margin: 0 0 10px 0;
}

ul.vertical_list {
    margin: 20px 0 0 0;
}

ul.vertical_list li a {
    color: #8b8f92;
    font: normal 14px/28px 'futura_md_btmedium';
    text-decoration: none;
}

ul.vertical_list li a:hover {
    color: #4b3806;
}

a.blue_letters {
    color: #8ab4d8;
    text-decoration: none;
}

a.continiue_reading {
    color: #c1bd22;
    text-decoration: none;
}

a.continiue_reading:hover,
a.blue_letters:hover {
    color: #8b8f92;
}

.single_post {
    display: block;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 30px 0 0 0;
}

.single_post h2 a {
    color: #8ab4d8;
}

.single_post h2 a:hover {
    color: #8b8f92
}

.last_post {
    border-bottom: 0px;
    padding: 0px;
}

.video_holder {
    display: block;
    margin: 18px 0 0 0;
}

.column33 {
    display: inline-block;
    float: left;
    width: 270px;
    margin: 0 50px 0 0;
}

.last_column {
    margin: 0px;
}

.square {
    width: 222px;
    height: 175px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.blue {
    background: #8cb5da;
}

.yellow {
    background: #e1de6e;
}

.orange {
    background: #d78234;
}

.square_text {
    display: block;
    margin: 40px 0 0 0;
}

a.sitemap_blue_link {
    font: normal 21px/39px 'univers_55regular';
    text-decoration: none;
    color: #8ab4d8;
    display: block;
}

a.sitemap_blue_link:hover {
    color: #84888b;
}

ul.sitemap_list li {
    list-style: inside;
}

ul.sitemap_list li a {
    display: block;
    color: #4b3806;
}

ul.sitemap_list li a:hover {
    color: #84888b;
}

ul.sitemap_list li span {
    padding: 0 0 0 12px;
}

.not_found_holder {
    padding: 30px 0 400px 0;
}

.column_toolkit_holder {
    width: 300px;
    margin: 0 30px 0 0;
    float: left;
}

.column_toolkit_holder_last {
    margin: 0px 0px 0px 0px;
}

.column_toolkit {
    border: 1px solid #e1de6e;
    margin: 0 0 35px 0;
    padding: 0 0 6px 0;
}

.column_toolkit_heder {
    background: #8cb5da;
    color: #ffffff;
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 30px;
}

.column_toolkit_sub_header {
    background: #e1de6e;
    padding: 0 0 0 10px;
}

.column_toolkit ul {
    margin: 6px 0;
}

.column_toolkit ul li {
    padding: 0 0 0 15px;
    color: #8b8f92;
}

.column_toolkit ul li a {
    color: #8b8f92;
    line-height: 24px;
}

.column_toolkit ul li a:hover {
    color: #4b3806;
}

.image_holder_key {
    margin: 20px 0;
}

.course_custom {
    padding: 0 350px 0 0;
}

.team_building_custom {
    padding: 0 390px 0 0;
}

.organization_custom {
    padding: 0 345px 0 0;
}

.error-message {
    color: #f00;
}

.backtohome {
    color: #8AB4D8;
}

.right_conent_66_all h3 {
    color: #4B3706;
    font-size: 21px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
    margin-bottom: 15px;
}

.right_conent_66_all h4 {
    color: #4B3706;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
    margin-top: 20px;
    display: block;
}

.right_conent_66_all hr {
    border: none;
    border-top: 1px solid #CCC;
}

.right_conent_66_all ul {
    margin-bottom: 20px;
}

.right_conent_66_all li {
    padding-left: 25px;
}

.right_conent_66_all li:before {
    display: none;
    /*content: "\2014";
    color: #D78133;
    float: left;
    margin-left: -25px;*/
}

.right_conent_66_all li strong {
    color: #D78133;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.btn-default {
    border-color: #B5B5B5;
    color: #D98328 !important;
}

.btn-default:hover {
    border-color: #D98328;
}

.btn-primary {
    background-color: #88B3D9;
    border-color: #88B3D9;
    color: #FFF;
}

.btn-primary:hover {
    background-color: #D98328;
    border-color: #D98328;
}

.btn-red,
.course-service .btn-primary {
    background-color: #D88228;
    border-color: #D88228;
    color: #FFF;
}

.btn-red:hover,
.course-service .btn-primary:hover {
    background-color: #88B3D9;
    border-color: #88B3D9;
}

.btn-paypal {
    height: 32px;
}

.workshop-table, .enrollment-table {
    width: 100%;
	border: none !important;
}

.enrollment-table > tbody > tr > td {
	border: none;
    border-top: 1px solid #CCC;
    padding-bottom: 30px;
}

.enrollment-table h4 {
    color: #4B3706;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
}

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

.dtc-table th, .workshop-table th, .enrollment-table th  {
    font-weight: normal;
    color: #4B3706;
    padding-right: 10px;
    background: transparent;
}
table.dtc-table, .dtc-table th, .dtc-table td{
    border: none;
    border-collapse: collapse;
    padding: 0;
    font-family: 'arial';
}
table.workshop-table, .workshop-table th, .workshop-table td {
    border: none;
    border-collapse: collapse;
    padding-right: 0;
    font-family: 'arial';
}

.complete-list {
    font-size: 18px;
    color: #89B3D7;
    font-weight: bold;
}

.workshop-table td.first,
.workshop-table td.last {
    padding: 20px 20px 0;
}

.workshop-table td.first {
    background-color: #EEE;
	border: none;
}

.workshop-table td.first h4 {
    margin-top: 0;
}

.workshop-table td.last {
    border: 1px solid #89B4DA;
}

.workshop-table td.last .blue-text {
    color: #89B3D7;
    font-style: italic;
}

.blue-color {
    color: #89B4DA !important;
}

.red-color {
    color: #D78133 !important;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.entry-content {
    padding: 10px;
}
.entry-header {
	display: none;
}
.left_content h1 {
    padding: 0 10px;
}
.entry-content ul li::before {
    position: absolute;
    content: "▪";
    left: 0;
    color: #e1de6e;
    font-size: 20px;
}
.entry-content ul li {
    position: relative;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
}
a[href] {
    color: #8ab4d8;
}
a[href]:hover {
    color: #5786ae;
}


/*dodao saja*/

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
padding:5px;
font-family: 'futura_icg_bookregular';
}
th{background:#8ab4d8; color:#fff;}
/*ul li {list-style-type:circle; margin-left:20px;}*/