* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF;
    color: #706F6F;
    font-weight: 600;
    font-size: 1.1em;
    overflow-x: hidden;
    background-size: cover;
    line-height: 170%;
}

#s5_body_padding {
    font-size: 0.9em;
}

body.contentpane,
body.mceContentBody {
    background: #FFFFFF;
}


/* TEMPLATE DEFAULTS
----------------------------------------------------------- */

.s5_lr_tab {
    background: url(../images/s5_lrtab.png) 5px 2px repeat-y;
    cursor: pointer;
    position: fixed;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 35px;
    line-height: 35px;
    z-index: 3
}

.s5_lr_tab:hover {
    background: url(../images/s5_lrtab.png) -30px 2px repeat-y
}

.s5_lr_tab_inner {
    font-size: 12pt;
    font-weight: 400;
    width: 35px;
    float: right
}

#s5_columns_wrap {
    overflow: hidden;
    position: relative;
    width: 100%
}

#s5_columns_wrap_inner {
    width: 200%
}

#s5_center_column_wrap {
    float: left;
    left: 50%;
    position: relative;
    width: 50%
}

#s5_center_column_wrap_inner {
    left: -100%;
    overflow: hidden;
    min-height: 1px;
    position: relative
}

#s5_left_column_wrap {
    float: left;
    left: -50%;
    position: relative
}

#s5_below_body_wrap {
    margin-top: 14px
}

#s5_main_body_wrap {
    min-height: 100%;
    width: 100%
}

#s5_width_wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.s5_wrap {
    margin: 0 auto
}

.s5_float_left {
    float: left
}

.s5_frontenderrormsg {
    float: left;
    height: 48px;
    margin-top: -7px;
    width: 61px;
    background: url(../images/vertex/error.png) no-repeat
}

#s5_above_body .s5_fourdivs_2 {
    padding-bottom: 15px;
    padding-right: 15px
}

#s5_below_body .s5_fourdivs_2 {
    padding-top: 15px;
    padding-right: 15px
}

#s5_above_body,
#s5_below_body {
    margin-right: -15px
}

.s5_fourdivs_title {
    margin-bottom: 8px
}

#s5_drop_down_container_inner {
    padding: 30px 24px 0 0
}

#s5_drop_down_container {
    display: none;
    overflow: hidden
}

#s5_drop_down_button {
    cursor: pointer
}

#s5_drop_down_inner .s5_fourdivs_1 {
    padding-left: 24px;
    margin-bottom: 40px
}

#s5_drop_down_inner .s5_fourdivs_title {
    margin-bottom: 14px
}

#s5_drop_down_container_inner {
    z-index: 1;
    position: relative
}

#s5_drop_down_button {
    position: relative;
    z-index: 1
}


/* END TEMPLATE DEFAULTS
----------------------------------------------------------- */

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 130%;
    font-weight: 800;
    color: #000000;
}

h1 {
    font-size: 1.7em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.7em;
    margin-bottom: 10px;
}

#s5_component_wrap_inner h2,
#s5_component_wrap_inner h1 {
    font-size: 1.7em;
    margin-bottom: 40px;
}

#s5_component_wrap_inner h2 a,
#s5_component_wrap_inner h1 a {
    text-decoration: none;
    color: #000000;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

h3.s5_demo_h3 {
    background: #EEEEEE;
    font-size: 1.1em;
    margin-bottom: 25px;
    padding: 14px 20px;
}


/* FORM FIELDS
----------------------------------------------------------- */

fieldset {
    padding-top: 7px;
    padding-bottom: 7px;
}

#form-login fieldset {
    border: none;
    padding-top: 0px;
}

#form-login p {
    padding-top: 0px;
}

#login br {
    display: none;
}

#login .button {
    margin-top: 8px;
    margin-bottom: 8px;
}

#login ul,
#form-login ul {
    padding-top: 8px;
    padding-bottom: 8px;
}

#cboxLoadedContent #modlgn-username,
#cboxLoadedContent #modlgn-passwd,
#cboxLoadedContent #username_vmlogin,
#cboxLoadedContent #password_vmlogin {
    width: 100% !important;
}

.inputbox,
.registration input,
.login input,
.contact-form input,
#jform_contact_message,
input,
textarea,
.validate,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: solid 1px #D6D5D5;
    font-size: 14px;
    padding: 14px;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    margin-bottom: 18px;
}

.inputbox:hover,
.registration input:hover,
.login input:hover,
.contact-form input:hover,
#jform_contact_message:hover,
input:hover,
textarea:hover,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: #FDF6DF;
}

select {
		padding-top: 7px;
		padding-bottom: 7px;
}

#limit {
		width: auto;
}

select.inputbox {
    behavior: none;
		padding-top: 7px;
		padding-bottom: 7px;
}

#filter-search,
select {
    font-size: 11pt!important
}

label.invalid {
    color: red
}

.invalid {
    border-color: red!important
}

.tool-tip {
    float: left;
    background: #CCC;
    border: 1px solid #333;
    padding: 5px;
    color: #000;
    max-width: 200px
}

.tool-title {
    padding: 15px 0 5px;
    margin: -15px 0 0;
    font-weight: 700;
    color: #000
}

.tool-text {
    color: #000;
    margin: 0
}

#response:empty {
    padding: 0;
    margin: 0
}

#login-form .input-prepend input {
    font-size: 14px !important;
}


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

.button,
button,
.readon,
p.readmore a,
.btn,
.btn-primary {
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
    border: none;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF !important;
    font-weight: 500;
}

.readon,
.button {
    display: inline-block;
}

p.readmore a.btn span {
    display: none;
}

p.readmore a,
p.readmore {
    margin-right: 15px;
    margin-top: 15px;
}

.blog p.readmore a,
.blog p.readmore {
    display: inline-block;
}

p.readmore:hover a,
.readon:hover,
.button:hover,
button:hover {
    text-decoration: none;
}

.button {
    margin: 0px;
    margin-top: 0px;
    margin-right: 8px;
}

#contact-form .control-group button {
    padding-top: 18px !important;
    padding-bottom: 16px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.control-group button,
.edit button {}

#mailto-window .btn {
    background: #7DBA2F;
}


/* FONT CONTROLS
----------------------------------------------------------- */

#fontControls {
    float: right;
    line-height: 1;
}

#fontControls a {
    color: #000000;
}

.decreaseSize {
    font-size: 12px;
}

.increaseSize {
    font-size: 22px;
}

.resetSize {
    font-size: 16px;
}


/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
    height: 0;
    visibility: hidden;
}

#s5_scrolltopvar {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 16px;
    width: 36px;
    height: 36px;
    bottom: 34px;
}

.s5_scrolltotop {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../images/s5_scroll_arrow.png) no-repeat center center;
}

.s5_scrolltotop:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}


/* BODY ELEMENTS
----------------------------------------------------------- */

#s5_logo_wrap {
    cursor: pointer;
    float: left;
    margin-top: 55px;
    margin-bottom: 55px;
}

#s5_top_wrap {
    margin-bottom: -32px;
}

#s5_menu_wrap2 {
    float: left;
    display: block;
    width: 100%;
    background: #333333;
}

#s5_menu_wrap.s5_wrap {
    height: 60px !important;
    overflow: hidden;
}

#s5_menu_wrap.s5_wrap #s5_nav li {
    height: 41px;
    padding-top: 19px;
}

#s5_menu_wrap.s5_wrap .phone_number {
    padding-top: 17px;
    height: 43px;
    font-size: 1.4em;
}

#s5_pos_custom_1 {
    float: right;
    margin-top: 55px;
}

#s5_pos_custom_2 {
    float: right;
}

#s5_pos_custom_4_inner {
    background: #404040;
    color: #FFFFFF;
    padding: 36px;
    padding-left: 0px;
}

#s5_top_row1_wrap,
#s5_top_row2_wrap,
#s5_top_row3_wrap,
#s5_bottom_row1_wrap,
#s5_bottom_row2_wrap,
#s5_bottom_row3_wrap,
#s5_above_columns_wrap1,
#s5_below_columns_wrap1,
#s5_center_area1 {
    padding-top: 75px;
    padding-bottom: 25px;
}

#s5_top_row1,
#s5_top_row2,
#s5_top_row3,
#s5_bottom_row1,
#s5_bottom_row2,
#s5_bottom_row3 {
    margin-left: -50px;
}

#s5_center_area_inner2 {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

#s5_component_wrap {
    padding: 50px;
    padding-right: 60px;
}

#s5_above_columns_wrap1 {
    border-bottom: solid 1px #E5E5E5;
}

#s5_below_columns_wrap1 {
    border-top: solid 1px #E5E5E5;
}

#s5_above_body_wrap,
#s5_below_body_wrap {
    margin-left: -50px;
}

#s5_footer_area1 {
    background: #000000;
    color: #FFFFFF;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

.s5_frontpage_no #s5_right_column_wrap {
    background: url(../images/s5_right_bg.png) repeat-y top left;
    margin-bottom: -25px;
}

.s5_frontpage_no #s5_right_column_wrap_inner {
    padding: 35px;
}

.s5_frontpage_yes #s5_right_column_wrap_inner {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 2%;
}

.s5_frontpage_no #s5_left_column_wrap {
    background: url(../images/s5_left_bg.png) repeat-y top right;
    margin-bottom: -25px;
}

.s5_frontpage_no #s5_left_column_wrap_inner {
    padding: 35px;
}

.s5_frontpage_yes #s5_left_column_wrap_inner {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 2%;
}

#s5_bottom_row3_wrap {
    margin-top: 140px;
    padding-top: 245px;
    padding-bottom: 45px;
    color: #FFFFFF;
}

#s5_top_sub_bar {
    background: #F6F6F6;
    float: left;
    width: 100%;
    font-size: 0.9em;
}

#s5_top_sub_bar_inner {
    background: #F6F6F6;
    padding-top: 18px;
    padding-bottom: 15px;
    font-weight: 400;
}

#s5_login,
#s5_register {
    float: right;
    cursor: pointer;
    margin-left: 18px;
    font-weight: 600;
    color: #000000;
}

#s5_logregtm {
    margin-left: 8px;
    float: right;
}

#s5_breadcrumb_wrap {
    float: left;
}

#s5_pos_custom_6 {
    float: right;
    margin-left: 26px;
}

#s5_top_sub_bar ul.menu a:hover {
    text-decoration: none;
}

#s5_top_sub_bar ul.menu li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
}

#s5_top_sub_bar .nav > li > a {
    display: inline;
}

#s5_top_sub_bar a,
#s5_top_sub_bar .current a {
    display: inline-block;
}


/* MODULE STYLES
----------------------------------------------------------- */

.module_round_box_outer {
    margin-bottom: 50px;
    margin-left: 50px;
}

#s5_right_column_wrap .module_round_box_outer {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
}

#s5_left_column_wrap .module_round_box_outer {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
}

.s5_mod_h3 {
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 600;
}

#s5_bottom_row3 .s5_mod_h3 {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.module_round_box.white .s5_mod_h3,
.module_round_box.white,
.module_round_box.white h1,
.module_round_box.white h2,
.module_round_box.white h3,
.module_round_box.white h4,
.module_round_box.white h5,
.module_round_box.white a {
    color: #FFFFFF;
}

.module_round_box.gray {
    background: #F6F6F6;
    padding: 30px;
}

.module_round_box.dark .s5_mod_h3 {
    color: #FFFFFF;
}

.module_round_box.dark {
    background: #0F0F0F;
    padding: 30px;
    color: #FFFFFF;
}

.module_round_box.highlight1 .s5_mod_h3,
.module_round_box.highlight2 .s5_mod_h3 {
    color: #FFFFFF;
}

.module_round_box.highlight1,
.module_round_box.highlight2 {
    padding: 30px;
    color: #FFFFFF;
}

.module_round_box.border {
    padding: 30px;
    border: solid 3px #0F0F0F;
}

.module_round_box.centered {
    text-align: center;
}

.module_round_box.large_title .s5_mod_h3 {
    font-size: 2.8em;
    font-weight: 600;
}

.module_round_box.extra_spacing {
    margin-bottom: 70px;
    margin-top: 70px;
}

.module_round_box.split_title .s5_h3_last {
    font-size: 1.2em;
}

.module_round_box.split_title .s5_h3_first {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
}

.module_round_box.split_title_large .s5_mod_h3 {
    margin-bottom: 55px;
}

.module_round_box.split_title_large .s5_h3_last {
    font-size: 1.9em;
}

.module_round_box.split_title_large .s5_h3_first {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 11px;
}


/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#s5_bottom_menu_wrap ul.menu a:hover {
    text-decoration: none;
}

#s5_bottom_menu_wrap ul.menu li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
}

#s5_bottom_menu_wrap .nav > li > a {
    display: inline;
}

#s5_bottom_menu_wrap a,
#s5_bottom_menu_wrap .current a {
    color: #FFFFFF !important;
    display: inline-block;
}


/* COLUMN MENU
----------------------------------------------------------- */

.s5_module_box_1 ul.menu a {
    display: block;
}

.s5_module_box_1 ul.menu ul li a:hover {
    background: none;
}

.s5_module_box_1 ul.menu img {
    display: none;
}

.s5_module_box_1 ul.menu ul a {
    background: none;
    border-bottom: none;
    display: block;
}

.s5_module_box_1 ul.menu ul ul a {
    font-size: 8pt;
    padding: 0px;
    padding-left: 10px;
    border-bottom: none;
    display: block;
    font-weight: normal;
}

.s5_module_box_1 ul.menu #current ul span {
    font-weight: normal;
}

.s5_module_box_1 ul.menu li {
    padding: 0px;
}

.s5_module_box_1 ul.menu li ul li {
    margin-bottom: 6px;
    margin-left: 14px;
}

ul.menu .current ul a,
ul.menu ul a {
    color: #666666;
}

.dark ul.menu .current ul a,
.dark ul.menu ul a {
    color: #FFFFFF !important;
}

ul.menu ul {
    font-size: 0.9em;
}


/* GLOBAL CSS
----------------------------------------------------------- */

.module_round_box ul.menu li span,
.module_round_box ul.menu li a,
#s5_nav li,
.btn,
button,
.btn:hover,
a,
.S5_subtext,
.S5_parent_subtext,
.S5_submenu_item,
.S5_submenu_item a,
.S5_submenu_item span,
.s5_scrolltotop,
input,
.button,
textarea,
input,
select,
.s5_icon_search_close,
#s5_nav li a,
#s5_drop_down_button,
.s5_icon_search_close,
.s5_scrolltotop,
.ac-container label,
.ac-container2 label,
.s5_icon_search_close,
#s5_login,
#s5_register,
.S5_submenu_item,
#s5_scrolltopvar,
#s5_search_wrap:hover,
.top_box_inner {
    -webkit-transition: all 350ms ease-in-out !important;
    -moz-transition: all 350ms ease-in-out !important;
    -o-transition: all 350ms ease-in-out !important;
    transition: all 350ms ease-in-out !important;
}

#s5_search_wrap,
#s5_responsive_menu_button {
    -webkit-transition: color 350ms ease-in-out !important;
    -moz-transition: color 350ms ease-in-out !important;
    -o-transition: color 350ms ease-in-out !important;
    transition: color 350ms ease-in-out !important;
}

#s5_menu_inner a {
    -webkit-transition: all 0ms ease-in;
    -moz-transition: all 0ms ease-in;
    -o-transition: all 0ms ease-in;
    transition: all 0ms ease-in;
}

#s5_nav li a,
#s5_nav li span {
    -webkit-transition: padding 0ms ease-in !important;
    -moz-transition: padding 0ms ease-in !important;
    -o-transition: padding 0ms ease-in !important;
    transition: padding 0ms ease-in !important;
}

#s5_nav li {
    -webkit-transition: margin 0ms ease-in !important;
    -moz-transition: margin 0ms ease-in !important;
    -o-transition: margin 0ms ease-in !important;
    transition: margin 0ms ease-in !important;
    -webkit-transition: background 350ms ease-in-out !important;
    -moz-transition: background 350ms ease-in-out !important;
    -o-transition: background 350ms ease-in-out !important;
    transition: background 350ms ease-in-out !important;
}


/* S5 QUICK CONTACT
----------------------------------------------------------- */

#s5_pos_custom_4 #s5_qc_pretext {
    float: left;
    background: #242424;
    display: block;
    padding-left: 8%;
    margin-top: -36px;
    margin-bottom: -36px;
    font-size: 1.8em;
    padding-top: 49px;
    padding-bottom: 44px;
    padding-right: 4.5%;
    font-weight: 800;
    width: 27%;
    box-sizing: border-box;
}

#s5_pos_custom_4 #s5_quick_contact {
    float: left;
    display: block;
    padding-left: 4.5%;
    width: 73%;
    box-sizing: border-box;
    padding-top: 4px;
}

#s5_pos_custom_4 #s5_quick_contact span {
    display: inline-block;
    margin-left: 2.5%;
    width: 19%;
}

.s5_qc_button_wrap {
    width: auto !important;
}

#s5_pos_custom_4 #s5_quick_contact .inputbox {
    margin: 0px;
    line-height: 1;
    border: none;
    height: 45px !important;
    width: 100% !important;
    font-size: 13px !important;
}

#s5_pos_custom_4 #s5_quick_contact input {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
}

#s5_pos_custom_4 #s5_quick_contact select {
    margin-top: -3px !important;
}


/* S5 BOX
----------------------------------------------------------- */

#cboxOverlay {
    background: rgba(0, 0, 0, 0.7);
}

#s5box_login,
#s5box_register {
    padding: 10px 25px !important;
    background: transparent !important;
}

.s5_regfloatleft {
    width: 100% !important;
}

#jform_profile_aboutme,
.s5_regfloatleft input {
    width: 100% !important;
}

#cboxContent h3.s5_mod_h3 {
    font-weight: 400;
}

#cboxContent .button {
    cursor: pointer;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleRight {
    background: none!important;
}

#cboxLoadedContent .s5_mod_h3_outer {
    margin-bottom: 5px;
    margin-top: 9px;
}

#cboxContent {
    -webkit-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.3);
}

#form-login-username,
#form-login-password {
    font-size: 1.1em;
}

#cboxClose {
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    background: url(../images/s5_box_close.png) no-repeat scroll left top transparent !important;
    top: -9px !important;
    cursor: pointer !important;
    float: right !important;
    height: 30px !important;
    margin: -30px 4px -7px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    right: -47px !important;
    text-indent: 500px !important;
    width: 30px !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none !important;
}

#cboxLoadedContent label {
    display: block;
    font-size: .8em !important;
    color: #000000 !important;
    margin-bottom: 0px;
}

#cboxLoadedContent #form-login-remember label {
    display: inline;
    margin-right: 5px;
}

#cboxLoadedContent .button,
#s5box_register_inner .button {
    margin-bottom: 16px;
    font-size: .9em;
    font-weight: 400;
    margin-top: 12px;
    border: 3px solid #cccccc;
    background: none;
    padding: 9px 23px !important
}

#cboxLoadedContent .button:hover,
#s5box_register_inner .button:hover {
    color: #ffffff;
}

#cboxLoadedContent input.button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

#member-registration input {
    margin-bottom: 4px;
}

#cboxLoadedContent .module_round_box_outer,
#s5box_register .module_round_box_outer {
    padding-bottom: 0px !important;
}

#cboxLoadedContent .s5_module_box_2 {
    padding: 5px 5px 5px;
}

#cboxLoadedContent .module_round_box_outer {
    margin: 0px;
}

#cboxLoadedContent input {
    font-size: 15px !important;
    font-weight: 300;
    padding: 10px 13px !important
}

.s5_regfloatleft {
    margin-bottom: 3px !important;
    margin-right: 15px;
}

#cboxLoadedContent {
    margin-bottom: 0px !important;
}

#cboxMiddleRight,
#cboxTopRight {
    width: 50px !important;
}

#cboxTopCenter {
    height: 50px !important;
}

#cboxLoadedContent .module_round_box h3 {
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 0px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible !important;
}

#cboxLoadedContent #login-form ul li {
    font-size: 0.9em;
    margin-bottom: -3px;
}

#cboxLoadedContent h3.s5_mod_h3 {
    color: #000000;
    font-size: 1.5em;
    padding-bottom: 19px;
}

#cboxLoadingOverlay {
    background: none !important;
}

#cboxLoadedContent .module_round_box {
    padding: 20px 7px;
}

#cboxLoadedContent ul li a [class^="icon-"],
#cboxLoadedContent ul li a [class*=" icon-"] {
    display: none !important;
}

#cboxLoadedContent button {
    padding: 12px 20px !important;
    padding-top: 14px !important;
    margin-bottom: 20px !important;
    line-height: 1 !important;
    margin-top: 10px;
}

#cboxLoadedContent .btn {
    font-size: 0.9em;
}


/* MULTIBOX
----------------------------------------------------------- */

.MultiBoxContainer,
.MultiBoxControls {
    background: none !important;
    border: none !important;
    color: #FFFFFF !important;
}

.MultiBoxClose {
    right: -36px !important;
    top: -38px !important;
}

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

.MultiBoxTitle,
.MultiBoxNumber {
    margin-top: 3px !important;
}

.MultiBoxClose {
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    background: url(../images/s5_box_close.png) no-repeat scroll left top transparent !important;
}

.MultiBoxClose:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.MultiBoxPrevious {
    background: url(../images/s5_multi_left.png) no-repeat bottom left !important;
    height: 25px !important;
}

.MultiBoxNext {
    background: url(../images/s5_multi_right.png) no-repeat bottom right !important;
    height: 25px !important;
}


/* ACCORDION MENU
----------------------------------------------------------- */

#s5_accordion_menu ul li span {
    font-weight: normal;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    color: #FFFFFF !important;
}

#s5_accordion_menu h3.s5_am_toggler,
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    line-height: normal !important;
}

div.s5_accordion_menu_element li li {
    padding-left: 4px !important;
}

div.s5_accordion_menu_element li li li {
    padding-left: 12px !important;
}

div.s5_accordion_menu_element li a,
.s5_am_inner_li .separator span {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    border-bottom: none !important;
    font-size: 0.9em !important;
    display: block !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #000000 !important;
}

div.s5_accordion_menu_element li li a,
.s5_am_innermenu .s5_am_inner_li .separator span {
    background: none !important;
    padding-left: 10px !important;
    padding-right: 6px !important;
    font-size: 0.85em !important;
    border: none !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

h3 span.s5_accordion_menu_left {
    display: block !important;
    padding: 0px !important;
    padding-left: 18px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 14px !important;
}

.s5_am_inner_li span.s5_accordion_menu_left {
    padding: 0px !important;
}

.s5_am_innermenu span.s5_accordion_menu_left {
    background: none !important;
}

#s5_accordion_menu ul li {
    padding: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#s5_accordion_menu {
    margin: 0px !important;
}

#s5_accordion_menu div {
    width: 100% !important;
}

.s5_am_innermenu img {
    display: none !important;
}

#s5_accordion_menu h3 {
    padding: 0px !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none !important;
    margin: 0px !important;
    position: relative !important;
    width: 100% !important;
    display: block !important;
    font-size: 1em !important;
    height: auto !important;
    line-height: 40px !important;
    margin-bottom: 1px !important;
    color: #FFFFFF !important;
    font-weight: 400;
}

#s5_accordion_menu h3:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#s5_accordion_menu h3 {
    background: #15181D !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
    cursor: pointer !important;
    background: url(../images/s5_acc_closed.png) no-repeat center right !important;
    padding-right: 24px !important;
    position: relative !important;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
    background: url(../images/s5_acc_closed.png) no-repeat center right !important;
}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left,
#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
    background: url(../images/s5_acc_open.png) no-repeat center right !important;
}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left:hover {
    background: none !important;
}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
    background: none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
    cursor: pointer !important;
}

#s5_accordion_menu h3.s5_am_toggler div {
    margin: 0px !important;
    padding: 0px !important;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    width: auto !important;
    border: none !important;
    padding: 0px !important;
    text-decoration: none !important;
    margin: 0px !important;
}

div.s5_accordion_menu_element li {
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
}

div.s5_accordion_menu_element {
    width: auto !important;
}

#s5_accordion_menu #s5_am_parent_div_current,
#s5_accordion_menu .s5_accordion_menu_element {
    background: none !important;
}

ul.s5_am_innermenu {
    line-height: 130% !important;
    padding-top: 15px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
    padding-right: 15px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

ul.s5_am_innermenu ul {
    border: none !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

ul.s5_am_innermenu a:hover {
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#s5_accordion_menu h3.s5_am_parent {
    padding-right: 0px !important;
}

.s5_am_innermenu #current ul .s5_accordion_menu_left a.mainlevel {
    background: none !important;
}

.gray #s5_accordion_menu {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.gray h3 span.s5_accordion_menu_left {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}


/* IMAGE AND CONTENT FADER
----------------------------------------------------------- */

.withArrows a.open {
    width: 100% !important;
    left: 0 !important;
}

.slideInfoZone {
    bottom: auto !important;
    height: auto !important;
    padding: 0px !important;
    background: none !important;
    left: auto !important;
    right: auto !important;
}

.slideInfoZone br {
    clear: both !important;
    display: block;
}

.jdGallery .slideInfoZone {
    padding-top: 0px !important;
    overflow: visible !important;
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(0%, -50%) !important;
    -ms-transform: translate(0%, -50%) !important;
    -webkit-transform: translate(0%, -50%) !important;
}

.jdGallery .slideInfoZone h2,
.iacf_title {
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
    font-size: 3.5em !important;
    line-height: 125% !important;
    text-shadow: none !important;
    margin-bottom: 30px !important;
    display: block;
    font-weight: 700 !important;
}

.jdGallery .slideInfoZone p {
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    padding: 0px !important;
    color: #FFFFFF !important;
    text-shadow: none !important;
}

.slideInfoZone {
    padding: 0px !important;
    overflow: visible !important;
    top: 0 !important;
    width: 100% !important;
}

.jdGallery .slideInfoZone {
    left: 0% !important;
}

.jdGallery a.readon {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 11px;
}

.jdGallery a.right,
.jdGallery a.left {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    width: 32px !important;
    height: 106px !important;
    float: left !important;
    padding: 0px !important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    top: 44% !important;
    z-index: 3 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.jdGallery a.right {
    background: url(../images/s5_arrow_right.png) no-repeat top left !important;
    left: auto !important;
    right: 0% !important;
}

.jdGallery a.right:hover {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.jdGallery a.left {
    background: url(../images/s5_arrow_left.png) no-repeat top right !important;
    right: auto !important;
    left: 0% !important;
}

.jdGallery a.left:hover {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.jdGallery .slideElement {
    background-size: 102% auto !important;
}

.jdGallery .loadingElement {
    background-image: none !important;
}

.jdGallery a.carouselBtn,
.jdGallery .carousel .label,
.jdExtCarousel .label {
    display: none !important;
}

.jdGallery div.carouselContainer {
    top: auto !important;
    height: 16px !important;
    bottom: 18px !important;
}

.jdGallery .carousel,
.carouselWrapper {
    top: auto !important;
    height: 16px !important;
    background: none !important;
}

.jdGallery .carousel .carouselInner,
.jdExtCarousel .carouselInner {
    float: right !important;
    margin: auto !important;
    position: relative !important;
    margin-right: 20px;
    padding-right: 20px;
    width: auto !important;
}

.carouselInner .thumbnail {
    float: left !important;
    position: relative !important;
    left: 0% !important;
}

.jdGallery div.carouselContainer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1 !important;
}

.slideInfoZone {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1 !important;
}

.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail {
    background: #ffffff !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    margin-top: 0px !important;
    height: 16px !important;
    width: 16px !important;
    border: none !important;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.jdGallery .carousel .carouselInner .active {
    border: none !important;
    left: 0% !important;
    background: #ffffff !important;
}

.jdGallery a.open {
    display: inline !important;
}

.jdGallery .carousel .carouselInner .active.thumbnail {
    border: none !important;
    height: 16px !important;
    width: 16px !important;
}

.carouselContainer .carousel .active {
    left: auto !important;
}

.slideInfoZone {
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

.slideInfoZone {
    float: left !important;
    margin-left: -300px !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.slideInfoZone_load.slideInfoZone {
    margin: 0px !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.jdGallery .slideInfoZone h2,
.jdGallery .slideInfoZone p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iacf_text {
    width: 86%;
    padding-left: 7%;
    display: block;
}

.iacf_right {
    padding-left: 45%;
    width: 45%;
    display: block;
}

.iacf_left {
    padding-right: 35%;
    width: 55%;
    display: block;
}


/* DROP DOWN
----------------------------------------------------------- */

#s5_drop_down_container {
    z-index: 5 !important;
    top: 0;
    color: #FFFFFF;
}

#s5_drop_down_container h3 {
    color: #FFFFFF;
}

#s5_drop_down_container .s5_mod_h3 {
    margin-bottom: 15px;
}

#s5_drop_down_text_inner {
    margin-top: -5px;
    display: block;
}

#s5_drop_down_container_inner {
    padding: 30px;
    padding-right: 0px;
}

#s5_drop_down_container .module_round_box_outer {
    margin-bottom: 0px;
}

#s5_drop_down_container {
    padding-bottom: 2px;
}


/* LOGIN
----------------------------------------------------------- */

#login-form input {
    display: block;
    width: 100%;
}

#login-form #modlgn-remember {
    margin-right: 10px;
    position: relative;
    top: 3px !important;
    width: auto;
}

#form-login-remember {
	margin-bottom: 10px;
}

#login-form button {
    display: block;
    clear: both;
    margin-bottom: 12px;
}

#login-form .control-label {
    margin-top: 14px;
}

#login-form a:hover {
    text-decoration: underline;
}


/* MOBILE
----------------------------------------------------------- */

#s5_responsive_mobile_bar_active {
    padding-top: 13px !important;
}

#s5_responsive_mobile_sidebar_login_bottom #login-form .input-prepend input,
#s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd,
#s5_responsive_mobile_sidebar_login_bottom #modlgn-username,
#s5_responsive_mobile_sidebar_register_bottom input {
    width: 100% !important;
    min-height: 42px !important;
    border: none !important;
}

.s5_responsive_mobile_sidebar_sub a:hover {
    text-decoration: underline !important;
}

.s5_responsive_mobile_present #s5_menu_wrap,
.s5_responsive_mobile_present #s5_responsive_menu_button {
    display: block !important;
}

.s5_responsive_mobile_present #s5_logo_wrap,
.s5_responsive_mobile_present #s5_search_wrap {
    position: relative;
}

.s5_responsive_mobile_present #s5_search_wrap {
    display: none;
}

#s5_responsive_mobile_sidebar_login_bottom button,
#s5_responsive_mobile_sidebar_login_bottom input,
#s5_responsive_mobile_sidebar_register_bottom button,
#s5_responsive_mobile_sidebar_register_bottom input {
    border-radius: none !important;
}

#s5_responsive_mobile_sidebar_login_bottom button,
#s5_responsive_mobile_sidebar_register_bottom button {
    border-radius: 0px !important;
    color: #FFFFFF !important;
    border: none !important;
}

#s5_responsive_mobile_sidebar_inner2 .control-group button,
#s5_responsive_mobile_sidebar_inner2 .edit button {
    padding: 9px 14px !important;
}


/* S5 LIVE SEARCH
----------------------------------------------------------- */

#s5_search_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
}

#s5_search_pos_wrap {
    padding-top: 120px;
}

#s5_search_pos_wrap .module_round_box_outer {
    margin: 0px !important;
}

#s5_search_overlay .button,
#s5_search_overlay button {
    display: none;
}

#s5_search_overlay input {
    font-size: 0.9em;
    width: 100%;
    padding: 3.5% !important;
    padding-top: 1.2% !important;
    padding-bottom: 1% !important;
    border: solid 1px #FFFFFF !important;
    background: #FFFFFF;
    margin-bottom: 0px;
    min-height: 50px;
}

#s5_search_overlay .s5_mod_h3_outer h3 {
    font-size: 2em;
    margin-bottom: 32px;
    color: #FFFFFF;
    text-align: center;
}

.s5_icon_search_close {
    float: right;
    margin-right: 60px;
    margin-top: 52px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.5em;
}

.s5_search_open {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 1000000px;
    z-index: 4;
}

.s5_search_close {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0px;
    z-index: 0;
    overflow: hidden;
}

.s5_search_open,
.s5_search_close {
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

#s5_search_wrap {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    vertical-align: middle;
    float: right;
    margin-top: 27px;
    margin-right: 32px;
    right: 0px;
}

#s5_menu_wrap.s5_wrap #s5_search_wrap {
    margin-top: 20px;
}

#s5_search_overlay {
    background: rgba(0, 0, 0, 0.9);
}

.s5_ls_top_bar,
.s5_ls_bottom_bar {
    border: medium none !important;
    background: none !important;
}

#s5_ls_outer_wrap {
    background: #F6F6F6;
}

#s5_ls_close {
    right: 4px !important;
    top: 11px !important;
}

#s5_ls_outer_wrap {
    padding-top: 10px !important;
}

#s5_ls_outer_wrap div {
    margin: 0 12px 6px !important;
}

#s5_ls_outer_wrap div {
    border: 1px solid transparent !important;
}

.s5_ls_bar_span {
    font-size: 0.8em !important;
    font-weight: normal !important;
}

#s5_ls_outer_wrap .s5_ls_result2,
#s5_ls_outer_wrap .s5_ls_result1 {
    line-height: 17px;
    background: none !important;
}

#s5_ls_outer_wrap div:hover {
    border: 1px solid transparent !important;
}

.s5_ls_search_word {
    color: #ffffff;
    background: #343434 !important;
    padding: 1px 8px !important;
}

.s5_ls_result1 h2 a.s5_ls_result_link,
.s5_ls_result2 h2 a.s5_ls_result_link {
    font-size: .7em !important;
    margin-bottom: 8px !important;
    font-weight: normal !important;
}

#s5_ls_outer_wrap .s5_ls_readmore {
    margin-top: 15px;
    padding: 7px 14px;
    color: #FFFFFF !important;
    display: table;
}

#s5_ls_outer_wrap .s5_ls_readmore:hover {
    text-decoration: none !important;
}

.s5_ls_result1,
.s5_ls_result2 {
    margin-bottom: 10px;
}

.s5_ls_top_bar #s5_ls_close {
    height: 29px !important;
    width: 29px !important;
    background: url(../images/s5_lsclose.png) no-repeat !important;
}

#s5_search_form #loading_img {
    height: 23px !important;
    margin-left: 14px !important;
    margin-top: -30px !important;
    background: url(../images/s5_ls_preloader.gif) no-repeat !important;
}

.s5_ls_result2 h2,
.s5_ls_result1 h2 {
    margin-bottom: 14px !important;
}

#s5_ls_outer_wrap {
    margin: 0px !important;
    position: relative !important;
    height: 300px !important;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 1px #F6F6F6 !important;
    border-right: none !important;
}

.s5_ls_result_link {
    color: #191919 !important;
}

.s5_ls_bar_span {
    float: none;
}


/* PAGINATION
----------------------------------------------------------- */

.pagination .pagination,
p.counter,
.pagination span.s5_pagespan a,
.pagination span.s5_pagespan a:hover {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.pagenav a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    font-size: 1em;
    line-height: 20px;
    color: #FFFFFF;
}

.pagination .counter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}

.pagenav,
.pagination {
    padding-top: 50px;
}

.pagination {
    text-align: center;
    margin: 0px;
}

.pagination .pagination {
    text-align: center;
    padding-top: 0px;
}

.pagination .pagination a,
.pagination .pagination span {
    padding: 0px;
    margin: 0px;
    padding: 7px !important;
}

.pagenav a:hover {
    background: none !important;
}


/* CONTENT STYLE
----------------------------------------------------------- */

.article-info dt,
.article-info dd {
    font-size: 0.9em;
    display: inline-block;
    margin-right: 14px;
}

ul.tags {
    margin: 0px;
}

ul.tags li {
    display: inline;
    margin: 5px;
    list-style: none;
}

.article-info dd,
.article-info dt {
    font-size: 1.1em;
    line-height: 170%
}

.article-info {
    margin-bottom: 9px;
    margin-top: 0px;
}

.article-info-term {
    display: none;
}

.dropdown-menu {
    border: none !important;
}

.article_column {
    float: left;
}

.item-separator {
    display: block;
    clear: both;
    margin-bottom: 50px;
}

.item-page,
.category-desc {
    margin-bottom: 34px;
    clear: both;
}

.item-page {
    margin-bottom: 0px;
}

.article_separator {
    display: none;
}

.article-info {
    font-size: 0.9em;
    font-style: normal;
    margin-bottom: 30px;
}

.blog-featured .article-info {
    margin-top: -8px;
    margin-bottom: 14px;
}

.article-info-term {
    display: none;
}

.article_column .contentpaneopen {
    padding-right: 15px;
}

.buttonheading {
    float: right;
    padding-right: 5px;
}

.contentpane ul li {
    text-align: left;
}

.sectiontableheader {
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

legend.sectiontableheader {
    background: none;
}

.sectiontableheader th {
    padding-left: 8px;
    padding-right: 8px;
}

.sectiontableentry1,
.sectiontableentry2 {
    padding-bottom: 5px;
}

td {
    padding-bottom: 0px;
    padding-top: 0px;
}

table.searchintro {
    padding: 10px 0;
    width: 80%;
}

tr.sectiontableentry1 td {
    padding: 2px;
}

tr.sectiontableentry2 td {
    padding: 2px;
}

.sectiontableheader {
    line-height: 29px;
    padding: 0pt 10px;
}

.sectiontableentry1 {
    font-size: 9pt;
    padding: 7px;
    background: #ECECEC;
}

.sectiontableentry2 {
    font-size: 9pt;
    padding: 7px;
}

ul.actions li {
    float: right;
    padding-left: 8px;
    list-style: none;
}

.img-intro-left,
.img-fulltext-left {
    float: left;
}

.img-intro-right,
.img-fulltext-right {
    float: right;
}

#s5_component_wrap ul.actions {
    margin-left: 0px;
}

#s5_component_wrap ul.pagenav {
    margin: 0px;
}

ul.actions i {
    display: none;
}

.calendar .button {
    color: #000000 !important;
    background: none !important;
    display: table-cell !important;
    padding: 2px !important;
}

.dropdown-toggle,
.dropdown-toggle:hover {
    padding: 9px;
    background: none !important;
    margin-right: 0px !important;
    margin-top: -6px !important;
    border: none;
    font-size: 14px;
    line-height: 1;
    min-width: 1px;
    border: none !important;
}

.btn .caret {
    margin-left: 5px;
    margin-top: 6px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu span {
    margin-right: 8px;
}

.item-page .dropdown-toggle,
.blog .dropdown-toggle,
.item .dropdown-toggle {
    background: #FFFFFF !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-header {
    border: medium none;
    margin: 0 0 10px;
    padding: 0;
}

.item,
.items-leading {
    margin-bottom: 50px !important;
}

#s5_component_wrap_inner .blog-featured .item:last-child {
    margin-bottom: 0px !important;
}

.article-info dt,
.article-info dd {
    display: inline-block;
    font-size: 1em;
    margin-right: 14px;
}

.items-more ol {
    margin: 0px;
}

.pull-left.item-image,
.item .pull-right.item-image {
    float: none;
}

.item-page .item-image {
    margin-bottom: 25px;
}

.item-image {
    margin-bottom: 30px;
}


/* MISCELLANEOUS
----------------------------------------------------------- */

legend {
    border: none !important;
}

.moduletable .breadcrumb,
.module_round_box_outer .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumb .active {
    color: #706F6F;
}

.module_round_box_outer ul li a,
.module_round_box_outer ul.menu li span {
    padding-bottom: 8px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.2;
    color: #000000;
    font-size: 0.95em;
}

.module_round_box_outer ul li a:hover {
    text-decoration: none;
}

.s5_module_box_1 ul.menu ul a span {
    margin: 0px;
    padding: 0px;
}

.jicons-icons {
    float: left;
    padding-right: 7px;
}

.jicons-icons {
    display: none;
}

#GM_form {
    margin: 0;
}

#s5_map_canvas img {
    max-width: none !important;
}

fieldset a {
    font-weight: bold;
}

#member-registration legend {
    font-size: 1.7em;
    margin-bottom: 20px;
}

ul {
    margin-left: 18px;
}

div.syndicate div {
    text-align: center;
}

.mosimage {
    padding: 0;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    margin: 6px;
}

.mosimage img {
    padding: 0;
    margin: 0!important;
}

.mosimage_caption {
    background: #EFEFEF none repeat scroll 0%;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    margin-top: 2px;
    padding: 1px 2px;
}

div.syndicate div {
    text-align: center;
}

.back_button {
    height: 37px;
    padding-top: 26px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
    margin: -2px 0;
    display: block;
    font-weight: bold;
    height: 37px;
    text-decoration: none!important;
}

.s5_centerit {
    text-align: center;
    display: block;
}

iframe {
    border: none;
}

.login label {
    display: block;
}

th {
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

td.num {
    text-align: left;
    vertical-align: top;
}

td.hits {
    text-align: center;
    vertical-align: top;
}

td p {
    line-height: 1.7em;
    margin: 0;
}

.filter {
    margin: 10px 0;
}

.display-limit,
.filter {
    margin-right: 7px;
    text-align: right;
}

table,
table td {
    border-collapse: collapse;
}

table.weblinks,
table.category {
    margin: 10px 0 20px 0;
    width: 100%;
}

table.weblinks th,
table.category th {
    font-size: 1em;
    font-weight: normal;
}

table.weblinks th:first-child,
table.category th:first-child {
    border-left: medium none;
}

table th {
    background: #E9E9E9;
    padding: 6px 10px;
}

fieldset.filters {
    margin-top: 10px;
}


/* LANGUAGE FLAGS
----------------------------------------------------------- */

.s5_languageflags {
    margin: 0px;
    margin-left: 18px;
}

div.mod-languages li {
    margin: 0 0 0 3px
}

#s5_pos_language li {
    float: right;
    margin: 0 0 0 8px
}

#s5_language_wrap {
    float: right;
}


/* IMAGES
----------------------------------------------------------- */

a img,
fieldset,
img {
    border: none
}

.module_round_box_outer img {
    line-height: 100%;
    display: inline-block
}

.mosimage {
    padding: 0;
    margin: 6px
}

.mosimage img {
    padding: 0;
    margin: 0!important
}

.mosimage_caption {
    background: #333;
    color: #FFF;
    font-size: 8pt;
    margin-top: 2px;
    padding: 1px 2px
}


/* SYSTEM MESSAGES
----------------------------------------------------------- */

#system-message {
    margin-bottom: 20px
}

#system-message dd.message ul {
    background: url(../../system/images/notice-info.png) 4px center no-repeat #C3D2E5;
    margin-left: 4px;
    margin-top: 13px
}

#system-message dd.error ul {
    color: #c00;
    background: url(../../system/images/notice-alert.png) 4px center no-repeat #E6C0C0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B
}

#system-message dd.notice ul {
    color: #c00;
    background: url(../../system/images/notice-note.png) 4px center no-repeat #EFE7B8;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E
}


/* TOOLTIPS
----------------------------------------------------------- */

.tip-wrap {
    z-index: 1000003
}

.tip-wrap .tip {
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    max-width: 300px
}

.tip-wrap .tip-title {
    background: #101010;
    color: #FFF;
    font-size: 1em;
    margin-bottom: 4px;
    padding: 5px 8px;
    text-shadow: 0 1px 0 #000
}

.tip-wrap.tip-text {
    padding: 3px;
    font-size: 11px;
    line-height: 16px
}

.tooltip {
    border: none!important;
    background: 0 0!important
}


/* PAGES - GENERAL
----------------------------------------------------------- */

h1.pages_center_text {
    font-size: 2em;
    font-family: arial;
    text-transform: none
}

.pages_highlight_box {
    padding: 30px;
    display: block
}

.pages_highlight_box h3 {
    text-transform: none;
    font-size: 1.9em;
    font-weight: 500;
}

.pages_highlight_box .readon {
    margin-top: 20px
}

.pages_center_text {
    text-align: center
}

address {
    padding-top: 4px;
    padding-bottom: 4px;
}

.contact h3 {
    margin-bottom: 20px;
    margin-top: 15px;
}

.pages_highlight_box {
    background: #EEEEEE;
}

.nav-stacked a {
    background: none;
}

.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0px;
}


/* PAGES - CONTACT
----------------------------------------------------------- */

.jicons-text {
    font-weight: 700
}

.contact-image {
    margin-bottom: 20px
}

@media screen and (max-width:1050px) {
    .contact-image {
        float: right
    }
}

@media screen and (max-width:700px) {
    .contact .thumbnail {
        float: none!important;
        margin-bottom: 14px
    }
    .contact .thumbnail img {
        width: 100%
    }
}

.contact-form label {
    display: block;
}

.contact .dl-horizontal dt {
    width: auto
}

.dl-horizontal dt {
    float: none;
    overflow: visible;
    text-align: inherit
}

dd,
dt {
    line-height: 220%
}

#contact-form {
    margin: 0px;
}

#contact-form fieldset {
    padding: 0px;
}

#contact-form .form-actions {
    margin-bottom: 0px;
}

#contact-form {
    padding: 0px;
    border: none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-horizontal .control-group {
    margin: 0px;
}


/* PAGES - SEARCH
----------------------------------------------------------- */

.search #searchForm fieldset.word label {
    margin-right: 10px
}

.search #searchForm fieldset.word input {
    width: 50%
}

.search #searchForm fieldset.word {
    margin-bottom: 50px;
    text-align: center
}

.search fieldset.only,
.search fieldset.phrases {
    margin-bottom: 13px
}

#searchForm button {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0
}

#searchForm {
    margin: 0
}

#search-searchword {
    font-size: 14px;
    height: 48px;
}

.search h1.page-title {
    margin-bottom: 40px
}

.search #searchForm .btn-toolbar {
    margin-bottom: 20px
}

.searchintro {
    margin-bottom: 15px
}

.searchintro strong {
    font-weight: 400
}

.badge-info,
.label-info {
    background: #333;
    font-weight: 400
}

#searchForm .only legend,
#searchForm .phrases legend {
    float: left;
    margin-right: 17px;
    margin-bottom: 0;
    font-size: .9em;
    margin-top: -6px;
    width: auto
}

#searchForm fieldset input,
#searchForm fieldset label {
    min-height: auto
}

.search #searchForm fieldset.word label {
    margin-right: 10px;
}

.search #searchForm fieldset.word input {
    width: 50%;
}

.search #searchForm fieldset.word {
    margin-bottom: 50px;
    text-align: center;
}

.search fieldset.phrases legend,
.search fieldset.only legend {
    color: #7d7d7d;
}

.search fieldset.phrases,
.search fieldset.only {
    margin-bottom: 13px;
}

.chzn-container-single .chzn-single {
    border: 1px solid #E6E9E9;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    height: 32px;
    font-weight: 400;
    line-height: 31px;
    background: #fff
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background: #fff
}

.chzn-container .chzn-drop {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
}

.chzn-container-single .chzn-single div b {
    background-position: 0 7px
}

.chzn-container .chzn-results li.active,
.chzn-container .chzn-results li.highlighted {
    background: #000
}

.checkbox,
.ordering-box,
.ordering-box #ordering_chzn,
.ordering-box .ordering,
.phrases-box,
.radio {
    float: left
}

.controls>.checkbox:first-child,
.controls>.radio:first-child {
    padding-top: 0
}

.ordering-box .ordering {
    margin-right: 8px
}

.checkbox,
.radio {
    margin-right: 0px
}

#contact-form,
#contact-form .form-actions {
    margin-bottom: 0
}

.form-actions {
    border: none;
    background: #FAFAFA
}

#searchForm fieldset {
    border: none!important;
    background: 0 0!important;
    padding: 0!important;
    margin: 0 0 18px!important
}

#searchForm button {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-group + .btn-group {
    margin: 0px;
}

#searchForm fieldset input,
#searchForm fieldset label {
    margin-right: 10px;
}

.icon-search {
    margin-right: 10px;
}

input.search-query {
    border-radius: 0px !important;
}

#s5_search_wrap .search label {
    display: none;
}

#s5_search_wrap .search button {
    padding: 11px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 0.9em;
}


/* PAGES - ABOUT
----------------------------------------------------------- */

.about_wrapper {
    padding-top: 10px
}

.about_wrapper img {
    float: left;
    max-width: 45%!important;
    margin-right: 30px;
    margin-bottom: 30px
}

@media screen and (max-width:750px) {
    .about_wrapper img {
        float: none;
        max-width: 100%!important;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.about_wrapper h3 {
    margin-bottom: 14px;
    font-weight: 700
}

.about_bottom_item1 {
    width: 47%;
    float: left
}

.about_bottom_item2 {
    width: 47%;
    float: right
}

.about_bottom_item1 h3,
.about_bottom_item2 h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700
}

@media screen and (max-width:750px) {
    .about_bottom_item1,
    .about_bottom_item2 {
        width: auto;
        float: none
    }
}


/* PAGES - SERVICES
----------------------------------------------------------- */

.services_wrap {
    text-align: center;
    width: 33.3333%;
    float: left;
    margin-bottom: 50px
}

@media screen and (max-width:750px) {
    .services_wrap {
        width: auto;
        float: none;
        margin-bottom: 30px
    }
}

.services_wrap_inner {
    padding-left: 15px;
    padding-right: 15px
}

.services_wrap h3 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px
}


/* PAGES - FAQs
----------------------------------------------------------- */

.faq_wrap h3 {
    font-weight: 700;
    margin-bottom: 25px
}

.faq_question {
    font-weight: 700;
    display: block;
    font-size: .9em
}

.faq_answer {
    display: block;
    font-size: .8em;
    font-style: italic;
    padding: 5px 12px 12px
}


/* FAQ ACCORDION
----------------------------------------------------------- */

.ac-container label,
.ac-container2 label {
    font-size: 1em!important;
    height: auto!important;
    line-height: 43px!important;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    margin-bottom: 0!important;
    margin-top: 0!important;
    cursor: pointer;
    background: #fff;
    color: #333;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 0 0 rgba(255, 255, 255, .9) inset, 0 0 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 0 0 rgba(255, 255, 255, .9) inset, 0 0 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 0 0 rgba(255, 255, 255, .9) inset, 0 0 1px rgba(0, 0, 0, .1)
}

.ac-container,
.ac-container2 {
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 10px auto 30px;
    text-align: left
}

.ac-container label:hover,
.ac-container2 label:hover {
    background: #404040;
    color: #FFFFFF;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover,
.ac-container2 input:checked+label,
.ac-container2 input:checked+label:hover {
    background: #F9F9F9;
    color: #666;
    height: 30px;
    line-height: 21px;
    font-size: 13px
}

.ac-container input:checked+label:hover:after,
.ac-container label:hover:after,
.ac-container2 input:checked+label:hover:after,
.ac-container2 label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px
}

.ac-container input,
.ac-container2 input {
    display: none
}

.ac-container article,
.ac-container2 article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}

.ac-container article p,
.ac-container2 article p {
    font-style: normal;
    color: #333;
    padding: 20px
}

.ac-container input:checked~article,
.ac-container2 input:checked~article {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3)
}

.ac-container input:checked~article.ac-text,
.ac-container2 input:checked~article.ac-text2 {
    height: auto
}

.ac-container input:checked~article.ac-small,
.ac-container2 input:checked~article.ac-small2 {
    height: 140px
}

.ac-container input:checked~article.ac-medium,
.ac-container2 input:checked~article.ac-medium2 {
    height: 180px
}

.ac-container input:checked~article.ac-large,
.ac-container2 input:checked~article.ac-large2 {
    height: 230px
}

.ac-container,
.ac-container2 {
    margin-left: 2px;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover,
.ac-container2 input:checked + label,
.ac-container2 input:checked + label:hover {
    color: #FFFFFF;
}


/* PAGES - 404
----------------------------------------------------------- */

#wrap_404 {
    text-align: center;
    padding-bottom: 30px
}

.title_404 {
    font-size: 11em;
    margin-bottom: 20px
}

.line_1_404 {
    font-size: 2em;
    text-transform: uppercase;
    display: block
}

.line_2_404 {
    font-size: 1.1em;
    border-bottom: solid 1px #E7E6E6;
    padding-bottom: 32px;
    margin-bottom: 32px;
    display: inline-block
}

#wrap_404 .readon {
    margin: 0
}


/* PAGES - TEAM
----------------------------------------------------------- */

.overlay_outer {
    float: left;
    text-align: center
}

.overlay_inner {
    padding: .25%
}

.overlay_outer.one {
    width: 100%
}

.overlay_outer.two {
    width: 49.5%
}

.overlay_outer.three {
    width: 32.5%
}

.overlay_outer.four {
    width: 24.5%
}

.overlay_outer.five {
    width: 19.5%
}

.overlay_outer.six {
    width: 15.5%
}

.overlay_centered,
.overlay_socialicons {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 42%
}

.overlay_hover_outer {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto
}

.overlay_hover_outer .overlay_hover_inner {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #333;
    height: 100%;
    width: 100%;
    position: absolute
}

.overlay_hover_outer:hover .overlay_hover_inner {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%
}

.overlay_hover_outer .overlay_hover_video {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute
}

.overlay_facebook {
    float: left;
    height: 29px;
    margin-right: 9px;
    width: 29px;
    background: url(../images/pages/sprite.png) 0 -72px no-repeat!important
}

.overlay_facebook:hover {
    background: url(../images/pages/sprite.png) -47px -72px no-repeat!important
}

.overlay_twitter {
    float: left;
    height: 29px;
    width: 29px;
    background: url(../images/pages/sprite.png) no-repeat!important
}

.overlay_twitter:hover {
    background: url(../images/pages/sprite.png) -47px 0 no-repeat!important
}

.overlay_hover_inner {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s
}

.overlay_hover_outer img {
    width: 100%;
    margin-bottom: -9px
}

.overlay_subtitle {
    display: block;
    margin-top: 8px
}

@media screen and (max-width:950px) {
    .overlay_outer {
        width: 100%!important;
        float: none!important
    }
}


/* PAGES - PORTFOLIO
----------------------------------------------------------- */

.pages_portfolio {
    float: left
}

.pages_portfolio.one {
    width: 100%
}

.pages_portfolio.two {
    width: 50%
}

.pages_portfolio.three {
    width: 33.3335%
}

.pages_portfolio.four {
    width: 25%
}

.pages_portfolio.five {
    width: 20%
}

.pages_portfolio.six {
    width: 16.6665%
}

.pages_portfolio img {
    margin-bottom: -7px
}

.pages_padding {
    padding: 5px
}

@media screen and (max-width:950px) {
    .pages_portfolio {
        width: 100%!important;
        float: none!important
    }
}
/* TYPOGRAPHY
----------------------------------------------------------- */

p  {
    padding:5px;
	padding-left:0px;
	padding-right:0px;
	}

.module_round_box_outer ul, .moduletable ul  {
	list-style: none; }
	
.contentpaneopen ul {
	list-style:disc;
	margin-left:10px;
	margin-right:10px;
	}

ol  {
margin-left:18px; }


blockquote {
	background:transparent url(../images/typography/s5_left_quote.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 0px 5px 65px;
	width:auto;
}

blockquote p {
	background:transparent url(../images/typography/s5_right_quote.png) no-repeat bottom right;
	margin-top:0pt;
	padding:0pt 65px 10px 0pt;
}

.uppercase {
text-transform:uppercase !important;
}

.lowercase {
text-transform:lowercase !important;
}

.s5_bluebox strong, .s5_redbox strong, .s5_graybox strong, .s5_greenbox strong, .padded strong, .black_box strong, .gray_box strong, .yellow_box strong, .orange_box strong, .green_box strong, .blue_box strong, .red_box strong  {
	font-weight:normal;}


.code, code{
	background:#ffffff;
	border: 1px solid #cccccc;
	border-left:solid 5px #666666;
	color:#666666;
	font-family:monospace;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.1em;
	display:block;
}

ul.ul_arrow li {
	background:transparent url(../images/typography/s5_ul_arrow.png) no-repeat 0px 6px;
	list-style: none outside none;
    margin-top: 12px;
	padding:0px;
    padding-left:31px;
	background-position:0 4px;
}

	#s5_component_wrap ul.ul_arrow {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}
		

ul.ul_star li {
	background:transparent url(../images/typography/s5_ul_star.png) no-repeat top left;
    list-style: none outside none;
    margin-top: 12px;
	padding:0px;
    padding-left:31px;
}


	#s5_component_wrap ul.ul_star {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;}

ul.ul_bullet li {
	background:transparent url(../images/typography/s5_ul_bullet.png) no-repeat top left;
	list-style: none outside none;
    margin-top: 12px;
	padding:0px;
    padding-left:31px;
	background-position:0 4px;
}

	#s5_component_wrap ul.ul_bullet {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}

.ul_bullet_small {
margin-left:20px;
margin-right:20px;
}

.ul_bullet_small li {
margin-bottom:10px;
}

.ul_circle_content {
padding:0px;
margin:0px;
list-style:none;
padding-left:55px;
}

.ul_circle_content li {
margin-bottom:15px;
padding-top:15px;
}

.ul_circle_content .circle_item {
float:left;
height:34px;
width:34px;
line-height:34px;
font-size:16px;
text-align:center;
-moz-border-radius:400px;
-webkit-border-radius:400px;
border-radius:400px;
border:solid 1px #EBE8E8;
margin-left:-55px;
margin-top:-5px;
}


#s5_component_wrap ul.ul_numbers {
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;}	

ul.ul_numbers li {
	list-style-type:none;
    padding-bottom: 9px;
    padding-left: 42px;
    padding-top: 0px;}		
		
li.li_number1  {
	background:transparent url(../images/typography/s5_li_number1.png) no-repeat top left;
}

li.li_number2  {
	background:transparent url(../images/typography/s5_li_number2.png) no-repeat top left;
}

li.li_number3  {
	background:transparent url(../images/typography/s5_li_number3.png) no-repeat top left;
}

li.li_number4  {
	background:transparent url(../images/typography/s5_li_number4.png) no-repeat top left;
}

li.li_number5  {
	background:transparent url(../images/typography/s5_li_number5.png) no-repeat top left;
}

li.li_number6  {
	background:transparent url(../images/typography/s5_li_number6.png) no-repeat top left;
}

li.li_number7  {
	background:transparent url(../images/typography/s5_li_number7.png) no-repeat top left;
}

li.li_number8  {
	background:transparent url(../images/typography/s5_li_number8.png) no-repeat top left;
}

li.li_number9  {
	background:transparent url(../images/typography/s5_li_number9.png) no-repeat top left;
}

li.li_number10  {
	background:transparent url(../images/typography/s5_li_number10.png) no-repeat top left;
}

.red_box {
	background:#FFD6D6;
	color:#CC0000;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.red_box a, #s5_component_wrap_inner .red_box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.blue_box {
	background:#D0DCEC;
	color:#1B6FC2;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.blue_box a, #s5_component_wrap_inner .blue_box a {
	color:#1B6FC2;
	font-weight:normal;
	text-decoration:none;
}

.green_box {
	background:#EEF7DD;
	color:#40AB38;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.green_box a, #s5_component_wrap_inner .green_box a {
	color:#40AB38;
	font-weight:bold;
	text-decoration:underline;
}

.orange_box {
	background:#FEF6D8;
	color:#755102;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.orange_box a, #s5_component_wrap_inner .orange_box a {
	color:#755102;
	font-weight:bold;
	text-decoration:underline;
}

.yellow_box {
	background:#F4F5B9;
	color:#757402;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.yellow_box a, #s5_component_wrap_inner .yellow_box a {
	color:#757402;
	font-weight:bold;
	text-decoration:underline;
}

.gray_box {
	background:#dfdfdf;
	color:#4B4B4B;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.gray_box a, #s5_component_wrap_inner .gray_box a {
	color:#4B4B4B;
	font-weight:bold;
	text-decoration:underline;
}

.black_box {
	background:#333333;
	color:#FFFFFF;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.black_box a, #s5_component_wrap_inner .black_box a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.boxed {
    background: none repeat scroll 0 0 #F5F5F5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    margin-right: 0;
    padding: 0;

}

.boxed:hover {
	background:#ffffff;}

.boxed_black {
	background:#040404;
	border:1px solid #212121;
	padding:5px;
	margin-right:10px;
	margin-bottom:8px;
}

	
.boxed_white{
	background:#ffffff;
	border:1px solid #ffffff;
	padding:2px;
	margin-right:10px;
	margin-bottom:10px;}


.padded {
	margin-bottom:25px;
	margin-top:2px;
	position:relative;
}

.point {
	min-height:28px;
}

.s5_greenbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#185564;}
	.s5_greenbox a {color:#ffffff;}

.s5_greenbox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	

	
.s5_graybox {
	position:relative;
	padding:12px;
	color:#313131;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	background:#e6e6e6;}
	.s5_graybox a {color:#313131;}

.s5_graybox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	
	

	
	
.s5_bluebox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#22ace5;}
	.s5_bluebox a {color:#ffffff;}

.s5_bluebox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}		
	

	
.s5_redbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#ff5858;}
	.s5_bluebox a {color:#ffffff;}

.s5_redbox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	
	
/* Social Icons
----------------------------------------------------------- */	

.social_icon {
margin-left:6px;
display:inline-block;
height:28px;
line-height:30px;
width:28px;
font-size:14px;
color:#FFFFFF !important;
text-align:center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

.social_icon.ion-social-facebook {
background:#3D5B99;
}

.social_icon.ion-social-facebook:hover {
background:#2B416D;
}

.social_icon.ion-social-linkedin {
background:#04639C;
}

.social_icon.ion-social-linkedin:hover {
background:#034B76;
}

.social_icon.ion-social-twitter {
background:#159CEB;
}

.social_icon.ion-social-twitter:hover {
background:#0C6497;
}

.social_icon.ion-social-googleplus {
background:#DD4B39;
}

.social_icon.ion-social-googleplus:hover {
background:#8B2E23;
}

.social_icon.ion-social-rss {
background:#FF6F14;
}

.social_icon.ion-social-rss:hover {
background:#A8480B;
}

.social_icon.ion-social-pinterest {
background:#CA1F27;
}

.social_icon.ion-social-pinterest:hover {
background:#92161C;
}

 
		 /* PRICING TABLE
----------------------------------------------------------- */	
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-top:50px;}
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-bottom:25px;}
.s5_pricetable_7 .s5_pricetable_column { width:14.285%;}
.s5_pricetable_6 .s5_pricetable_column { width:16.66666%;}
.s5_pricetable_5 .s5_pricetable_column { width:20%;}
.s5_pricetable_4 .s5_pricetable_column {	width:25%;}
.s5_pricetable_3 .s5_pricetable_column {	width:33.333333%;}
.s5_pricetable_2 .s5_pricetable_column {	width:50%;}	
.s5_pricetable_1 .s5_pricetable_column {	width:100%;}		
	
.s5_pricetable_column.recommended {
	margin-top: -22px;
	margin-left:-1px;
	margin-right:-1px;
	position: relative;
	border: medium none;}
	
.s5_pricetable_column.recommended .s5_title {
	background:#000000;
}
	
.s5_pricetable_column {
	border:none;
	text-align:center;
	float:left;}

.s5_pricetable_column .s5_title {
	font-size: 1.7em;
    padding: 18px;	
	padding-top:15px;
	padding-bottom:13px;
	line-height:29px;
	font-weight: 600;
	background:#404040;
	color:#FFFFFF}

.s5_pricetable_column .s5_options {
    line-height: 32px;
	color:#7C7C7C;
    text-align: center;}
	
.s5_pricetable_column a.s5_pricetable {	
	text-decoration:none;
	text-align:center;}
	
	.s5_buttoncenter {
	text-align:center;}
	
.s5_pricetable_column .s5_buttoncenter, .s5_pricetable_column .s5_option, .s5_pricetable_column .s5_price_wrap {
	border:solid 1px #E7E7E7;
	border-top:none;
	line-height:27px;
	padding:9px;
	padding-top:12px;
}

.s5_pricetable_column .s5_buttoncenter {
	padding-top:18px;
	padding-bottom:18px;
}

.s5_pricetable_column .s5_price_wrap {
	line-height:32px;
	padding-top:15px;
	padding-bottom:5px;
}
	
.s5_pricetable_column .price {
	font-size: 2.1em;
	font-weight:700;}

.s5_pricetable_column .dollarsign {	
	font-size: 2.1em;
	font-weight:700;}
	
.s5_pricetable_column .month{
	font-weight:500;
	font-size: 1em;}
	
.s5_buttoncenter .button {
	color:#ffffff;}

.s5_pricetable_column .s5_price_wrap {
background:#F8F7F7;
color:#000000;
}

@media screen and (max-width: 970px){
	.s5_pricetable_column {
		margin-bottom:45px;
		float:none;}
		
	.s5_pricetable_column.recommended {
		margin-top:0px;}
		
	.s5_pricetable_7 .s5_pricetable_column { width:100%;}
	.s5_pricetable_6 .s5_pricetable_column { width:100%;}
	.s5_pricetable_5 .s5_pricetable_column { width:100%;}
	.s5_pricetable_4 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_3 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_2 .s5_pricetable_column {	width:100%;}	
}
	
.s5_video_container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.s5_video_container iframe, .s5_video_container object, .s5_video_container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
	
	
	
.circle {
	float: left;
	margin-right: 22px;
	height:60px;
	text-align:center;
	width:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;}
	
	.circle p{
		position: relative;
		top: 50%;
		 -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 1.4em;}
		
		
ul.bullet_list {
    margin-left: 0;}		
	
	
	
/* Drop Caps
----------------------------------------------------------- */		
	
.firstcharacter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }	
.firstcharacter2 { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px;}

p.drop_class:first-letter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
p.drop_class2:first-letter { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px; }


/* Icon Hovers
----------------------------------------------------------- */	

.icon_outer_wrap {
height:80px;
width:80px;
display:inline-block;
padding:0px;
background:#6a6a6a;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
position:relative;
overflow:hidden;
-webkit-transition:  all 300ms ease-in;
-moz-transition:  all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition:  all 300ms ease-in;
}

.icon_hover {
-moz-opacity: .0 ;
-khtml-opacity: .0;
filter:alpha(opacity=0);
opacity:.0;
height:100%;
width:100%;
position:absolute;
display: table;
margin:0;
}
	
.icon_outer_wrap:hover .icon_hover {
-moz-opacity: 1 ;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1;
position:absolute;
}
	
.icon_hover {
color:#FFFFFF;
background:#050505;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
-webkit-transition:  all 300ms ease-in;
-moz-transition:  all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition:  all 300ms ease-in;}	
	
.icon_non_hover, .icon_hover {
text-align:center;
line-height:80px;
}
	
.icon_outer_wrap .icon_element {
font-size:42px;
color:#FFFFFF;
display:block;
}
	
	
	
/* Dates
----------------------------------------------------------- */	


.date_wrapper {
width:60px;
text-align:center;
line-height:100%;
}

.date_top {
background:#495154;
padding:6px;
color:#FFFFFF;
font-size:11px;
}

.date_bottom {
border:solid 1px #EBE8E8;
border-top:none;
color:#000000;
font-size:24px;
padding:8px;
padding-bottom:12px;
}

.date_outer_wrap .date_wrapper {
float:left;
margin-right:20px;
}

.date_text_wrap {
float:left;
}

.date_text1 {
color:#000000;
display:block;
font-weight:500;
margin-top:7px;
font-size:0.9em;
}

.date_text1 a {
color:#000000;
text-decoration:none;
}

.date_text2 {
font-family:arial;
color:#828181;
font-size:0.8em;
}

.date_wrap_right {
float:left;
padding-left:5%;
width:45%;
}

.date_wrap_left {
float:left;
padding-right:5%;
width:45%;
}

/* Video 
----------------------------------------------------------- */		
		
.ion-play-size	{	
	background-color: #333333;
   -moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    color: #ffffff;
    display: block;
    font-size: 2.5em;
    height: 77px;
	cursor:pointer;
    line-height: 75px !important;
    margin-top: -20px;
    padding-left: 6px;
    width: 75px;	
	-webkit-transition:  all 200ms ease-in 0s;
	-moz-transition:  all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition:  all 200ms ease-in 0s;}
	
	.ion-play-size:hover {
		background-color: #cccccc;}

		
/* Image Hover Zoom
----------------------------------------------------------- */	

.img_hover_zoom {
overflow:hidden;
position:relative;
display:inline-block;
}

.img_hover_zoom img {
display:block;
width:100%;
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
-ms-transform: rotate(0deg) scale(1);
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
}

.img_hover_zoom:hover img {
-ms-transform: rotate(6deg) scale(1.25);
-webkit-transform: rotate(6deg) scale(1.25);
transform: rotate(6deg) scale(1.25);
-o-transform: rotate(6deg) scale(1.25);
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

.image_hover_zoom_text {
color:#FFFFFF;
position:absolute;
z-index:1;
top:25%;
text-align:center;
width:100%;
}

.image_hover_zoom_text a, .image_hover_zoom_text a:hover {
color:#FFFFFF;
}


/* Video Overlay
----------------------------------------------------------- */	

.video_overlay_wrap video {
width:100%;
display:block;
}

@media screen and (max-width: 1024px){
.video_overlay_wrap video {
display:none;
}
}

.video_overlay_wrap {
overflow:hidden;
position:relative;
background-repeat:no-repeat !important;
background-position:top center !important;
background-size:cover !important;
line-height:180%;
}

.video_overlay_text_wrap {
position:absolute;
top:0;
height:100%;
width:100%;
background:rgba(49,49,49,0.54);
}

.video_overlay_text_wrap_inner {
margin: 0;
position: absolute;
top: 50%;
transform: translate(0px,-50%);
-ms-transform:translate(0px,-50%);
-webkit-transform:translate(0px,-50%);
text-align:center;
width:80%;
color:#FFFFFF;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}


/* Misc.
----------------------------------------------------------- */	

.phone_number {
font-size:1.5em;
font-weight:800;
height:48px;
padding-top:24px;
float:right;
color:#FFFFFF;
padding-left:35px;
padding-right:38px;
}

.phone_number i {
margin-right:8px;
}

.phone_number img {
margin-right:8px;
margin-top:-4px;
}

.top_info {
float:right;
color:#868585;
margin-top:5px;
font-size:1.1em;
}

.top_info_text_top {
font-weight:800;
color:#000000;
display:block;
}

.top_info i {
float:left;
font-size:38px;
margin-right:22px;
margin-top:4px;
}

.top_info_set_right {
overflow:hidden;
margin:0px !important;
}

.top_info_set {
float:right;
margin-top:8px;
}

.top_info_set_inner {
padding-left:50px;
}

.left_title h3 {
float:left;
width:26%;
padding-right:6%;
margin-right:6%;
border-right:solid 2px #E0E0E0;
font-size:2em;
text-align:right;
}

.left_title {
margin-left:auto;
margin-right:auto;
width:90%;
}

.service_wrap {
margin-left:-1%;
margin-right:-1%;
overflow:hidden;
}

.service_item {
background:#FFFFFF;
float:left;
margin:0 0 -1000px;
margin-left:1%;
margin-right:1%;
width:23%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-bottom:1000px;
-webkit-box-shadow:0px 0px 27px 0px rgba(0, 0, 0, 0.05); 
box-shadow:0px 0px 27px 0px rgba(0, 0, 0, 0.05); 
-moz-box-shadow:0px 0px 27px 0px rgba(0, 0, 0, 0.05); 
}

.service_item_img_wrap {
overflow:hidden;
}

.service_item img {
transform: rotate(0deg) scale(1);
transition: all 400ms ease-out 0s;
width:100%;
}

.service_item:hover img {
transform: rotate(6deg) scale(1.25);
transition: all 400ms ease-out 0s;
}

.service_item_text h3 {
padding-bottom:30px;
text-align:center;
}

.service_item_text .readon {
display:block;
text-align:center;
margin-top:36px;
margin-left:-35px;
margin-right:-35px;
margin-bottom:-35px;
}

.service_item_text {
padding:35px;
padding-top:42px;
text-align:center;
}

.picture_text {
position:relative;
width:100%;
max-width:1300px;
margin-left:auto;
margin-right:auto;
}

.picture_text_right {
float: right;
width: 30%;
text-align:right;
margin-bottom:-75px;
}

.picture_text_left {
float:left;
width:70%;
padding-top:30px;
}

.picture_text_left h3 {
margin-bottom:26px;
font-size:2.2em;
}

.icon_text {
width:27%;
padding-right:6%;
float:left;
}

.icon_text img {
margin-bottom:24px;
}

.icon_text h4 {
margin-bottom:20px;
}

.article_h3 {
font-weight:500 !important;
margin-bottom:30px;
margin-top:45px;
}


.price_display .recommended {
margin:0px;
}

.price_display .s5_pricetable_column {
width:50%;
}

.module_round_box_outer .price_display .s5_pricetable_column_padding {
padding-right:20px;
}

.module_round_box_outer .price_display .recommended .s5_pricetable_column_padding {
padding-right:0px !important;
padding-left:20px !important;
}

.centered_title {
text-align:center;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.prices_wrap .centered_title {
margin-bottom:55px;
padding-top:20px;
}

.centered_title h3 {
font-size:2em;
margin-bottom:20px;
}

.faqs_wrap .centered_title {
margin-bottom:75px;
}

.faqs_wrap_detail_wrap {
display:table;
table-layout:fixed;
background:#F6F6F6;
}

.faqs_wrap_detail_img_wrap {
width:50%;
display:table-cell;
vertical-align:top;
background-size:cover !important;
}

.faqs_wrap_detail_img_wrap img {
width:100%;
}

.faqs_wrap_detail_text_wrap {
width:50%;
background:url(../images/s5_blue_bg.jpg);
display:table-cell;
vertical-align:top;
}

.faqs_wrap_detail_text_wrap_inner {
padding:60px;
}

.faqs_wrap_detail_text_wrap h4 {
font-size:1.4em;
font-weight:400;
margin-bottom:30px;
}

.faqs_wrap .ac-container, .faqs_wrap .ac-container2 {
margin:0px !important;
background:#FFFFFF;
}

.ac-container input:checked ~ article.ac-small, .ac-container2 input:checked ~ article.ac-small2 {
height:auto !important;
}

.s5_tab_show_button_text {
font-size:45px !important;
}

.s5_tab_show_slide_button_active, .s5_tab_show_slide_button_inactive, .s5_tab_show_button_img, .s5_tab_show_button_img_present, .s5_tab_show_button_img_present img {
-webkit-border-radius:3000px;
-moz-border-radius:3000px;
border-radius:3000px;
overflow:hidden;
}

.s5_tab_show_slide_button_inactive {
background:none !important;
}

.s5_tab_show_center_tabs_enabled .s5_tab_show_slide_button_inactive, .s5_tab_show_center_tabs_enabled .s5_tab_show_slide_button_active {
margin-left:5px !important;
margin-right:5px !important;
}

.customer_quote {
text-align:center;
display:block;
line-height:250%;
max-width:1000px;
margin-left:auto;
margin-right:auto;
padding-top:25px;
}

.customer_quote_name {
display:inline-block;
padding-top:20px;
margin-bottom:-12px;
}

.customer_quote_name strong {
font-weight:700;
color:#000000;
font-size:0.95em;
margin-right:15px;
}

.customer_quote_name span {
font-size:1.2em;
}

.inactive_star {
color:#C8C8C8;
}

.active_star, .inactive_star {
font-size:1.5em !important;
}

.customer_quotes {
margin-top:-30px;
padding-bottom:40px;
}

.our_team_left {
width:32%;
color:#FFFFFF;
display:table-cell;
vertical-align:top;
padding-top:75px;
padding-bottom:75px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right:5%;
}

.our_team_right {
width:68%;
background:#F6F6F6;
display:table-cell;
vertical-align:top;
padding-top:75px;
padding-bottom:75px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left:2.5%;
}

.our_team_wrap {
display:table;
}

.our_team_left h3 {
color:#FFFFFF;
margin-bottom:35px;
font-size:1.9em;
}

.our_team_employee {
float:left;
width:29.33%;
position:relative;
overflow:hidden;
margin-left:4%;
}

.our_team_employee img {
display:block;
}

.our_team_employee_text {
position:absolute;
bottom:20px;
left:20px;
right:20px;
background:#FFFFFF;
padding:18px;
padding-bottom:8px;
padding-top:14px;
text-align:center;
}

.our_team_employee_name {
display:block;
font-weight:400;
font-size:1.4em;
color:#000000;
}

.our_team_employee_title {
display:block;
font-size:0.85em;
}

.address_left {
    float: left;}
	
.address_right {
    float: left;
    margin-left: 12px;}	
	
	
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}