/*
UA-27423743-1
Theme Name: Medscheme
Theme URI: http://www.quirk.biz
Description: A custom WordPress theme
Version: 0.1
Author: Quirk
Author URI: http://www.quirk.biz
License: GPL
License URI: http://www.quirk.biz
*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/* ==Resets */
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, img, 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 { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
textarea { resize: none; }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}
/* !=Resets */

.assistive-text {
    display: none;
}

/* 320 =================================================== */
body {
	color: #000;
	background: #fff;
	font-family: "Open Sans", "Arial", "sans-serif";
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
}
.wrapper {
    position: relative;
}

ul {
    margin: 0 0 15px 0;
}
ul li {
	margin: 5px 0 5px 0;
	padding: 0 0 0 18px;
	background-image: url('assets/img/list-marker-default.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 150%;
}

ul.noBullets li {
    background: none;
    padding: 0;
}
ul li.noBullet {
    background: none;
    padding: 0;
}

a, a:link, a:active, a:visited {
	color: #00adef;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #0087bb;
	text-decoration: none;
	font-weight: 600;
}

h1, h2, h3, h4, h5 {
	line-height: 130%;
	margin: 0 0 5px 0;
	color: #00AFEA;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	/*  text-shadow: #022c3f 1px 1px 2px;*/
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h3 {
	font-weight: 600;
}

p {
	line-height: 160%;
	margin-bottom: 10px;
}
p.noMargin {
	line-height: 100%;
	margin: 0 !important;
}
hr {
    height: 1px;
    margin: 0;
    border: 0;
    border-top: 1px dotted #ccc;
    background: none;
}

.highlight {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-style: italic;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

.row {
    width: 100%;
    margin: 0 auto;
    overflow-y: hidden;
}
.row .row {
    margin: 0 -10px;
    width: auto;
    display: inline-block;
}
.column {
    margin: 0 10px 0;
    overflow: hidden;
}


/*
.grid_1 { background-color:#eee; }
.grid_2 { background-color:#ddd; }
.grid_3 { background-color:#ccc; }
.grid_4 { background-color:#bbb; }
.grid_5 { background-color:#aaa; }
.grid_6 { background-color:#999; }
.grid_7 { background-color:#888; }
.grid_8 { background-color:#777; }
.grid_9 { background-color:#666; }
.grid_10 { background-color:#555; }
.grid_11 { background-color:#444; }
.grid_12 { background-color:#333; }
*/


/* Forms ---------- */
form {
    
}
button {
    cursor: pointer;
}

input['type=submit'] {
    cursor: pointer;
}
.inputText.initial {
    color: #777 !important;
}
.inputText.edited {
    color: #000 !important;
}

form .reqtxt {
    color: #c00 !important;
}
/* Forms ---------- */

.contentContainer {
    position: relative;
    top: -35px;
    z-index: 50;
}

#primary {
    position: relative;
    top: 35px;
    margin-bottom: 60px;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
	line-height: 160%;
}

#primary h2, #primary h3, #primary h4, #primary h5 {
    margin-top: 30px;
}
#primary .pageIntro h2, #primary .pageIntro h3 {
    margin-top: 0px;
}

#primary p {
    margin-bottom: 20px;
}
#primary p.searchBreadcrumbs {
    margin-bottom: 5px;
    font-size: 12px;
}
.search-results-found {
    margin: 10px 0 0 0;
}
.searchResultItems {
    margin: 0 0 50px 0;
}
.searchResultItems dt {
    padding: 0 30px 0 15px;
}
.searchResultItems dd {
    height: 114px;
    margin: 0;
    padding: 0;
    background: url('assets/img/common/search-result-back-left.png') no-repeat left bottom;
    overflow: hidden;
}
.searchResultItems dd .searchResultExcerpt {
    height: 114px;
    margin: 0 20px 0 20px;
    padding: 0 20px 5px 0;
    background: url('assets/img/common/search-result-back-right.png') no-repeat right bottom;
}
.searchResultItem .title {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
}
.searchResultItem .post {
    background-image: url('assets/img/icons/icon-post-24.png');
}
.searchResultItem .page {
    background-image: url('assets/img/icons/icon-page-24.png');
}
.searchResultItem .team {
    background-image: url('assets/img/icons/icon-teammember-24.png');
}


#secondary {
    margin-top: 0px;
    margin-bottom: 0px;
}
#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5 {
    color: #757575;
}


/* Header ----------- */
.header {
	position: relative;
	width: 100%;
	background: #fff url('assets/img/header-background.jpg') repeat-x left bottom;
}
.header .logo {
    display: block;
    width: 100%;
    height: 60px;
    background: url('assets/img/logo-header.jpg') no-repeat center 10px;
    text-indent: -9000px;
}

.searchForm {
    
}
.searchForm .inputSearch {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: transparent url('assets/img/search-bar.png') no-repeat left top;
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
}
.searchForm .buttonSubmit {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent url('assets/img/search-bar.png') no-repeat right top;
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: -9000px;
}
.searchForm .buttonSubmit:hover {
    background-position: right -50px;
}
.searchForm .buttonSubmit:active {
    background-position: right -100px;
}


.header .searchForm {
    width: 100%;
}
.header .searchForm .inputSearch {
    width: 250px;
}

#primary .searchForm {
    /*
    text-align: center;
    */
}
#primary .searchForm .inputSearch {
    width: 80%;
}
body.search-results #primary .searchForm {
    display: none;
}

.header .searchAndUtilityContainer {
    display: block;
}
.header .searchContainer {
    text-align: center;
    margin: 0 10px 10px 0;
}
.header .utilityContainer {
    display: none;
    /*width: 350px;*/
    height: 55px;
    margin: 0 auto 0px;
    padding: 0;
    text-align: center;
    color: #fff;
}
.header .utilityContainer .utilityContainerLeft {
    float: left;
    width: 240px;
    height: 55px;
    background: transparent url('assets/img/common/utilitylink-login-background.png') no-repeat left bottom;
}
.header .utilityContainer .utilityContainerLeft form {
    display: inline-block;
    padding: 15px 0 0 80px;
    color: #fff;
}
.header .utilityContainer .utilityContainerRight {
    float: left;
    width: 20px;
    height: 55px;
    background: transparent url('assets/img/common/utilitylink-login-background.png') no-repeat right bottom;
}

.header .utilityContainer .title {
    display: none;
}
.header #fldSelectLoginType {
    display: none;
    width: 140px;
}
.header #headerLoginButton {
    display: block;
    width: 120px;
    height: 24px;
    /*
    border: 1px solid #ccc;
    background: #efefef;
    */
}
/*
.header .utilityLoginButton {
    display: block;
}
*/
/* Header ----------- */


/* Navigation ----------- */
ul.nav {
    text-align: center;
}
ul.nav li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    color: #7B7C7E;
    border-right: 1px solid #7B7C7E;
    font-size: 11px;
    font-weight: 700;
	line-height: 100%;
	background-image: none;
}
ul.nav li a {
    display: block;
    color: #7B7C7E;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
}
ul.nav li:last-child {
	border-right: 0;
}
ul.nav li a:hover {
	color: #00adef;
}


#navigationDesktop {
    position: relative;
    display: none !important;
    height: 50px;
    margin: 20px auto 0;
    background: #fff;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ccc;
    z-index: 100;
}

#navigationDesktop ul li {
    position: relative;
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
	line-height: 100%;
	background-image: none;
}
#navigationDesktop ul li a {
    display: block;
    height: 32px;
    padding: 0 0px;
    padding-top: 18px;
	color: #575757;
	background: url('assets/img/navigationmain-divider.jpg') no-repeat right 15px;
	font-size: 12px;
	font-weight: 700;
    text-align: center;
	text-transform: uppercase;
}
#navigationDesktop ul li:last-child a {
    background-image: none;
}


/* Sub Menus */
#navigationDesktop ul .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 15px 0 0 0;
	min-width: 140px;
    z-index: 101;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #fff url('assets/img/navigationmain-submenu-top.png') no-repeat left top;
    border: 1px solid #ccc;
    border-top: 0;
    /* Shadows */
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
#navigationDesktop ul .sub-menu li {
    display: block;
    float: none;
	min-width: 180px;
	height: auto !important;
	background-image: none;
}
#navigationDesktop ul .sub-menu li a {
	min-width: 140px;
	height: auto !important;
	margin: 0px 5px;
	padding: 8px 10px;
	line-height: 11px;
	font-size: 11px !important;
	text-align: left;
	text-indent: 0px;
	background-image: none;
}

#navigationDesktop ul .sub-menu li:last-child a {
    margin-bottom: 5px;
}

#navigationDesktop ul .sub-menu li a:hover {
	color: #00acee;
	background-color: #ebebeb;
	text-indent: 0px;
}


/* Static */
#navigationDesktop ul .sub-menu .sub-menu {
    position: relative;
    display: block;
    top: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;/* url('assets/img/common/nav-submenu_submenu-item.png') no-repeat 10px center;*/
    border: 0;
    /*
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    */
    /* Shadows */
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0);
	box-shadow: 0px 2px 5px rgba(0,0,0,0);
}
#navigationDesktop ul .sub-menu .sub-menu li a {
	width: 140px !important;
	min-width: 140px !important;
	color: #575757 !important;
	/*
    background: url('assets/img/common/nav-submenu_submenu-item.png') no-repeat left top;
    */
}
#navigationDesktop ul .sub-menu .sub-menu li a:hover {
	background-color: #ebebeb;
}
#navigationDesktop ul .sub-menu li.current-menu-parent .sub-menu a {
    background-image: none;
}



#navigationDesktop ul li:hover ul {
    display: block !important;
}

/*
#navigationDesktop ul li.current-menu-ancestor a {
	color: #00afea !important;
}
*/
#navigationDesktop ul li.current-page-ancestor a {
	color: #00afea !important;
}
#navigationDesktop ul li ul li a {
	color: #575757 !important;
}
#navigationDesktop ul li ul li.current_page_item a {
	color: #00afea !important;
}

/*
#navigationDesktop ul li.current-menu-ancestor ul li a {
	color: #575757 !important;
}
*/
#navigationDesktop ul li.current-page-ancestor ul li a {
	color: #575757 !important;
}

#navigationDesktop ul li.current-menu-item a {
	color: #00afea !important;
}
#navigationDesktop ul li.current_page_parent a {
	color: #00afea !important;
}
body.search-results #navigationDesktop ul li.current_page_parent a {
    color: #575757 !important;
}


#navigationDesktop ul li.current-menu-item ul li a {
	color: #575757 !important;
}


#navigationDesktop ul li.current-menu-ancestor ul li a {
	color: #00afea;
}

/*
#navigationDesktop ul li.current-menu-item a {
	color: #00afea;
}
*/

#navigationDesktop ul .sub-menu li.current-menu-parent a {
    color: #00afea !important;
}

#navigationDesktop ul li ul li.current-menu-item a {
	color: #00afea !important;
}
#navigationDesktop ul li ul li.current-menu-item ul li a {
	color: #575757 !important;
}

#navigationDesktop ul li.current-menu-item ul li.current-menu-item a {
	color: #00afea !important;
}
#navigationDesktop ul .sub-menu .sub-menu li a {
	color: #575757 !important;
}
#navigationDesktop ul .sub-menu .sub-menu li.current_page_item a {
	color: #00afea !important;
}


#navigationDesktop ul li a:hover {
	color: #00afea;
}


.navigationMobile {
    display: block !important;
    width: 100%;
    height: 34px;
    padding: 10px 0;
    text-align: center;
}
.navigationMobile select {
    display: block;
    float: left;
    width: 70%;
    height: 34px;
    padding: 5px;
    /*margin: 0 auto;*/
    margin: 0 0 0 3%;
    border: 1px solid #ccc;
    /*background: #fff;*/
    font-size: 16px;
}
.navigationMobile .buttonGo {
    display: block;
    float: left;
    width: 20%;
    height: 34px;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 0 4%;
    padding: 0;
}


.footerNavigation {
    margin: 0 0 25px 0;
}
.footerNavigation li a {
    text-transform: uppercase;
}

.footerLegalNavigation li a {
    
}

/* Navigation ----------- */


.billboard {
    position: relative;
	padding: 10px 0 10px 0;
    color: #fff;
	background: #00afea url('assets/img/billboard-background.jpg') repeat-x left top;
	overflow: hidden;
    z-index: 10;
}
.billboardContent {
    position: relative;
    z-index: 10;
    overflow-x: hidden;
}
.billboard a {
    color: #fff;
}
.billboard .breadcrumbs {
    margin: 0 0 5px 10px;
    font-size: 12px;
}
.billboard .breadcrumbs a {
    font-size: 12px;
}

.billboard h1, .billboard h2, .billboard h3, .billboard h4, .billboard h5 {
	color: #fff;
}

.pageTitle {
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: #0174a0 1px 1px 1px;
}
.pageIntro {
    font-size: 18px;
	font-weight: 400;
	margin: 0 0 25px 0;
	font-style: italic;
	color: #575757;
}
.pageImage {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    background: no-repeat center center;
    background-size: contain;
    /*
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    */
}

.postSource {
    display: inline;
    margin: 0;
}
.postSource span {
    font-weight: 700;
}
/**
.postImage {
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
/**/

.wp-pagenavi {
    text-align: center;
    margin-bottom: 20px;
}


.publication {
    position: relative;
    margin: 0 0 40px 0;
}

.publicationExcerpt {
    margin: 0 0 10px 0;
}
.publicationExcerpt .entry-summary {
    position: relative;
    margin: 0;
    padding: 0;
    background: url('assets/img/common/search-result-back-left.png') no-repeat left bottom;
}
.publicationExcerpt .entry-summary .publicationContentExcerpt {
    margin: 0 0 0 20px;
    padding: 5px 5px 5px 0;
    background: url('assets/img/common/search-result-back-right.png') no-repeat right bottom;
}


.article {
    position: relative;
    margin: 0 0 40px 0;
}
.article .title {
    margin: 0 0 5px 0 !important;
    font-size: 18px !important;
}

.entryImage {
    display: block;
    width: 130px;
    height: 130px;
    margin: 10px 0 0 10px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 10px 10px 10px 10px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}    
.entryContent {
    margin: 10px 0 0 0;
}

.entry-meta {
    padding: 0 0 10px 0;
}
.entry-content {
    margin: 10px 0 0 0;
}
.entry-content img {
    -webkit-border-radius: 10px 10px 10px 10px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}

.articleExcerpt {
    margin: 0 0 10px 0;
}
.articleExcerpt .entry-summary {
    position: relative;
    margin: 0;
    padding: 0;
    background: url('assets/img/common/search-result-back-left.png') no-repeat left bottom;
}
.articleExcerpt .entry-summary .articleContentExcerpt {
    margin: 0 0 0 20px;
    padding: 5px 5px 5px 0;
    background: url('assets/img/common/search-result-back-right.png') no-repeat right bottom;
}

.phoneNumberCallout {
    margin: 0 0 5px 0;
    padding: 0;
    color: #87c556;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
}

#site-title {
    
}

.headerMobileIcons {
    margin: 0 0 10px 0;
    padding: 0;
}
.headerMobileIcons li {
    float: left;
    margin: 0 0 0 50px;
    padding: 0;
    background: none;
}
.headerMobileIcons li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9000px;
    background: no-repeat center center;
}
.headerMobileIcons li.phone a {
    background-image: url('assets/img/icons/header-mobile-button-phone.jpg');
}
.headerMobileIcons li.login a {
    background-image: url('assets/img/icons/header-mobile-button-login.jpg');
}
.headerMobileIcons li.contact a {
    background-image: url('assets/img/icons/header-mobile-button-contact.jpg');
}


/* Icons ----------- */

.flag {
    display: inline-block;
    float: left;
    clear: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    background: transparent url('assets/img/icons/flags-18x18.png') no-repeat 0 0;
}
.country-mu {
    background-position: -32px 0;
}
.country-na {
    background-position: -64px 0;
}
/* Icons ----------- */


/* Content Area ----------- */

.clientBar {
    display: block;
    width: 100%;
    height: 9px;
    background-color: #ccc;
    border-top: 1px solid #fff;
}
.clientContent {
    margin-bottom: 10px;
}

.panel {
    display: block;
    width: 96%;
    margin: 0 0 10px 0;
    padding: 5px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.panelContent {
    padding: 10px 0 0 0;
    background: #fff;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /*
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 0;
    */
    border: 0;
    overflow-x: hidden;
}
.panelContent .title {
    margin: 5px 10px 5px 10px !important;
}
.panelContent p {
    margin: 5px 10px 5px 10px;
}
.panelContent ul {
    margin: 5px 10px 25px 10px;
}
.panelContent hr {
    margin: 0 10px 0 10px;
}

.widget hr {
    margin: 0 10px;
}
.panelHalf {
    display: block;
}
.panelThird {
    display: block;
}

.panel .title {
    font-size: 19px;
    margin-bottom: 10px;
}

.panelButton {
    display: block;
    margin: -10px 0 0 0;
    padding: 15px 0 15px 0;
    color: #fff !important;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: 0;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 21px;
    line-height: 110%;
    background: #838487 url('assets/img/panel-button-arrow.png') no-repeat right center;
}
.panelButton:hover {
    background-color: #707176;
}

.widget .sendbutton, .widget input.submit {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0 15px 15px;
    color: #fff !important;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: 0;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 21px;
    background: #87c556 url('assets/img/panel-button-arrow.png') no-repeat right center;
}
.widget .sendbutton:hover, .widget input.submit:hover {
    background-color: #6eb337;
}

.footer .sendbutton {
    background-color: #333333;
}
.footer .sendbutton:hover {
    background-color: #000000;
}
.footer .sendbutton, .footer input.submit {
    float: right;
    display: block;
    width: 130px;
    margin: 0 10px 0 0;
    padding: 10px 0 10px 15px;
    color: #fff !important;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 0;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    background: #333333 url('assets/img/panel-button-arrow.png') no-repeat right center;
}
.footer .sendbutton:hover, .footer input.submit:hover {
    background-color: #000000;
}

.widget form {
    
}
.widget form p {
    margin: 0;
}
.widget form input {
    width: 90%;
    margin: 0 3% 15px 3%;
    padding: 5px 2%;
    border: 1px solid #ccc;
}
.widget form textarea {
    width: 90%;
    margin: 0 3% 15px 3%;
    padding: 5px 2%;
    border: 1px solid #ccc;
}
.widget form select {
    display: block;
    float: left;
    width: 94%;
    margin: 0 3% 15px 3%;
    padding: 0;
    
    /*
    display: block;
    float: left;
    width: 70%;
    height: 34px;
    padding: 5px;
    margin: 0 0 0 3%;
    border: 1px solid #ccc;
    font-size: 16px;
    */
}
.widget .subWidget {
    padding: 0 10px;
    margin: 0 0 15px 0;
}
.widget .searchForm {
    text-align: center;
    margin: 10px 0 10px 0;
}
.widget .searchForm .inputSearch {
    width: 80%;
}



.footer #footerForm li {
    width: 100%;
}
.footer #footerForm li input {
    display: block;
    width: 94%;
    margin: 0 !important;
}
.footer #footerForm select {
    display: block;
    /*
    width: 94%;
    margin: 0 0 10px 0;
    padding: 0;
    */
    width: 94%;
    margin: 0 3% 15px 3%;
    padding: 5px 2%;
}
input.cf_error {
    border: 1px solid #c00 !important;
}
.cf_info {
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.cf_info.failure {
    color: #c00;
}

/* Contact Us widget */
.widgetContactUs {
    display: none !important;
}


.linkArrow {
    display: block;
    float: left;
    padding-right: 50px;
    background: transparent url('assets/img/panel-button-arrow-blue.png') no-repeat right center;
    font-weight: 700;
    font-style: italic;
}


.clientList {
    
}
.client {
    position: relative;
    height: 160px;
    padding: 10px 25px;
    border-right: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
}
.client .image {
    width: 100%;
    height: 70px;
    margin: 0;
    background: no-repeat center center;
    /*
    background-size: contain;
    */
    text-indent: -9000px;
}
.client .desc {
    position: absolute;
    left: 10px;
    bottom: 0;
}
.client .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0 !important;
    background: transparent url('assets/img/client-title-back.png') repeat-x left top;
}
.client .linkArrow {
    display: block;
    margin: 0 0 5px 0 !important;
    font-size: 20px;
}

.teamMemberList {
    
}
.teamMember {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: 152px;
    margin: 0 0 105px 10px;
    padding: 10px 0 0 0;
}
.teamMember.visible {
    height: auto;
}
.teamMember .imageContainer {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    z-index: 9;
}
.teamMember .image {
    width: 100%;
    margin: 0;
    background: no-repeat left top;
    background-size: contain;
    text-indent: -9000px;
}
.teamMember .summary {
    position: relative;
    float: left;
    width: 60%;
    margin: 0 20px 0 10px;
    z-index: 10;
}
.teamMember .summary p {
    margin: 0;
}
.teamMember .title {
    font-size: 18px;
    font-weight: bold;
    color: #575757;
    padding: 0;
    margin: 0 !important;
}
.teamMember .designation {
    margin: 0 0 5px 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #575757;
}
.teamMember .intro {
    margin: 5px 0 0 0 !important;
    color: #15b6ec;
    font-size: 13px;
    font-style: italic;
}


.teamMember .detail {
    clear: left;
    position: relative;
    margin: 0 20px 0 0;
    padding: 20px 30px 50px 20px;
    min-height: 50px;
    top: -108px;
    z-index: 5;
}
.teamMember .detail.visible {
    top: 0;
}
.teamMember .detailContent {
    display: none;
}
.teamMember .detailContent.visible {
    display: block;
}


.teamMember .linkArrow {
    display: block;
    font-size: 20px;
}
.teamMemberImage {
    width: 150px;
    height: 150px;
    margin: 0 0 0 10px;
    background: no-repeat center center;
    background-size: contain;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.awardList {
    
}
.award {
    clear: left;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px 10px;
    padding: 20px 0 20px 0;
    border-bottom: 1px dotted #ccc;
}
.award .imageContainer {
    position: relative;
    float: left;
    width: 40%;
}
.award .image {
    margin: 0;
    background: no-repeat center top;
    background-size: contain;
    text-indent: -9000px;
}
.award .summary {
    float: left;
    width: 50%;
    margin: 0 0 0 20px;
}
.award .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}



.arrow {
    width: 16px;
    height: 16px;
    background: url('assets/img/icons/arrows-blue-16x16.png') no-repeat left top;
}
.arrowDown {
    background-position: -32px 0;
}

/* Content Area ----------- */


/* Sidebar ----------- */
.widget {
    margin: 0 0 25px 0;
    padding: 5px;
    background: rgba(0,0,0,0.15);
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.widgetContent {
    color: #757575;
    padding: 0;
    background: #fff;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.widgetContent .title {
    padding: 0 0 5px 0;
    margin: 5px 10px 5px 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 21px;
}

.widgetContent .phoneNumberCallout {
    /*color: #87c556;*/
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    margin: 5px 10px 5px 10px;
}
.widgetContent p {
    color: #757575;
    margin: 5px 10px 5px 10px;
}
.widgetContent p.intro {
    color: #000;
}
.widgetContent ul {
    margin: 5px 10px 25px 10px;
}

.widgetContent .banner {
    padding: 0px;
    margin: -10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: no-repeat center bottom;
}

/* Sidebar ----------- */



/* Footer ----------- */
.footer {
    margin: 0 0 40px 0;
	color: #fff !important;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
	color: #dadada;
}
.footerWidgets {
    margin: 0 0 10px 0;
    padding: 25px 0;
	color: #fff !important;
	background: #838487 url('assets/img/footer-background.jpg') repeat-x left top;
	border-top: 1px solid #c2c6cc;
	border-bottom: 1px solid #c2c6cc;
}
.footerWidgets .footerWidget {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
}
.footerWidgets .footerWidget .title {
    margin: 15px 0 25px 0;
    color: #fff;
}
.footer .divider {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 300px;
    background: #5e5f61;
    border-right: 1px solid #b4b4b6;
}
.footerWidgets .footerWidget:last-child .divider {
    display: none;
}
.footerWidgets .nav {
    text-align: left;
}
.footerWidgets .nav li {
    float: none;
    display: block;
}
.footerWidgets .nav li a {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 13px;
    font-style: italic;
}
.footer .navCountries li {
    margin-bottom: 10px;
}
.footer .navCountries li a {
    background: #323232;
    line-height: 110%;
    padding: 5px 10px 5px 40px;
    -webkit-border-radius: 8px 8px 8px 8px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
            border-radius: 8px 8px 8px 8px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    word-wrap: break-word;
}
.footer .navCountries li .flag {
    margin: 2px 0 0 10px;
}


.footer .phoneNumberCallout {
    color: #fff;
}
.footer form p {
    margin: 0;
}
.footer form input {
    width: 90%;
    margin: 0 3% 15px 3%;
    padding: 5px 2%;
    border: 1px solid #777;
}
.footer form textarea {
    width: 90%;
    margin: 0 3% 15px 3%;
    padding: 5px 2%;
    border: 1px solid #777;
}
/* Footer ----------- */


.linkToTop {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 0;
    width: 40px;
    padding: 10px;
    color: #fff !important;
    background: #575757;
    z-index: 900;
    text-align: center;
}
.buttonBackToArticles {
    display: block;
    padding: 0 0 0 24px;
    background: url('assets/img/icons/arrow-left-blue-16x16.png') no-repeat left center;
}


@media only screen and (min-width: 320px) {
    /* 320 =================================================== */
    
    .teamMember .detail {
        -webkit-border-radius: 0 0 20px 20px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
                border-radius: 0 0 20px 20px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
        -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9); /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-image:    -moz-linear-gradient(top, #ffffff, #e9e9e9); /* Firefox 3.6-15 */
        background-image:      -o-linear-gradient(top, #ffffff, #e9e9e9); /* Opera 11.10-12.00 */
        background-image:         linear-gradient(to bottom, #ffffff, #e9e9e9); /* Firefox 16+, IE10, Opera 12.50+ */
    }
    
    .award .imageContainer {
        float: none;
        display: block;
        width: 100%;
        height: 50px;
    }
    .award .image {
        height: 50px;
    }
    .award .summary {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) {
    /* 480 =================================================== */
    .row {
        width: 100%;
    }
    #navigationDesktop {
        display: none !important;
    }
    .navigationMobile {
        display: block !important;
    }
    
    .award .imageContainer {
        float: left;
        width: 40%;
    }
    .award .image {
        
    }
    .award .summary {
        float: left;
        width: 50%;
    }
    .widget .searchForm .inputSearch {
        width: 90%;
    }
    .header .utilityContainer {
        display: none;
    }

}

@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
    .grid_1 { width:28px; }
    .grid_2 { width:76px; }
    .grid_3 { width:124px; }
    .grid_4 { width:172px; }
    .grid_5 { width:220px; }
    .grid_6 { width:268px; }
    .grid_7 { width:316px; }
    .grid_8 { width:364px; }
    .grid_9 { width:412px; }
    .grid_10 { width:460px; }
    .grid_11 { width:508px; }
    .grid_12 { width:556px; }
    
    body {
        font-size: 14px;
    }
    
    .row {
        width: 576px;
        margin: 0 auto;
        overflow-y: hidden;
    }
    .row .row {
        margin: 0 -10px;
        width: auto;
        display: inline-block;
    }
    .column {
        margin: 0 10px 10px;
        overflow: hidden;
        float: left;
        display: inline;
    }
    
    .header .logo {
        height: 90px;
        background-position: left 30px;
    }
    
    .header .searchContainer {
        text-align: right;
    }
    .header .searchForm .inputSearch {
        width: 215px;
    }
    .header .utilityContainer {
        display: block;
        width: 260px;
        margin: -10px 5px 20px auto;
        text-align: right;
    }
    .header .utilityLoginButton {
        display: none;
    }
    
    #navigationDesktop {
        display: block !important;
        width: 588px;
        margin: 0 auto;
    }
    #navigationDesktop li {
        width: 84px;
    }
    #navigationDesktop li a {
        font-size: 10px !important;
    }
    #navigationDesktop ul li.line_two a {
        padding-top: 11px !important;
    }
    #navigationDesktop ul li.line_two li a {
    	padding: 10px 10px !important;
    }
    .navigationMobile {
        display: none !important;
    }
    .headerMobileIcons {
        display: none !important;
    }
    .billboard {
        padding: 50px 0 0 0;
    }
    .pageTitle {
        font-size: 32px;
        padding-bottom: 10px;
        width: 70% !important;
    	text-shadow: #0174a0 1px 1px 2px;
    }
    .pageIntro {
        font-size: 16px;
    }
    .linkToTop {
        display: none;
    }
    #primary {
        margin-bottom: 40px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    body.home #primary {
        top: -25px;
    }
    .searchResultItems dd {
        height: auto;
    }
    .searchResultItems dd .searchResultExcerpt {
        height: auto;
    }
    
    .widget .searchForm .inputSearch {
        width: 70%;
    }
    body.search-results #primary .searchForm {
        display: block;
    }
    #primary .searchForm .inputSearch {
        width: 80%;
    }
    /* Contact Us widget */
    .widgetContactUs {
        display: block !important;
    }
    
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
    .grid_1 { width:42px; }
    .grid_2 { width:104px; }
    .grid_3 { width:166px; }
    .grid_4 { width:228px; }
    .grid_5 { width:290px; }
    .grid_6 { width:352px; }
    .grid_7 { width:414px; }
    .grid_8 { width:476px; }
    .grid_9 { width:538px; }
    .grid_10 { width:600px; }
    .grid_11 { width:662px; }
    .grid_12 { width:724px; }
    
    .row {
        width: 744px;
        margin: 0 auto;
        overflow-y: hidden;
    }
    .row .row {
        margin: 0 -10px;
        width: auto;
        display: inline-block;
    }
    .column {
        margin: 0 10px 10px;
        overflow: hidden;
        float: left;
        display: inline;
    }
    
    #navigationDesktop {
        display: block !important;
        width: 742px;
        margin: 0 auto;
    }
    #navigationDesktop li {
        width: 106px;
    }
    #navigationDesktop li a {
        font-size: 12px !important;
    }
    .navigationMobile {
        display: none !important;
    }
    .header .utilityContainer {
        display: block;
    }
    .header .utilityLoginButton {
        display: none;
    }
    
    body.home #primary {
        top: -35px !important;
    }
    
    .panel {
        margin-left: 10px;
    }
    .panelHalf {
        display: block;
        float: left;
        width: 45%;
    }
    .panelThird {
        display: block;
        float: left;
        width: 25%;
    }
    body.home .panelHalf {
        margin: 0 5% 20px 0;
    }
    body.home .panelHalf.second {
        margin: 0 0 20px 0;
    }
    .client {
        padding: 10px 35px;
    }
    
    .footerWidgets .footerWidget {
        float: left;
        width: 30%;
    }
    .footer .divider {
        display: block;
    }
    .widget .searchForm .inputSearch {
        width: 80%;
    }
    #primary .searchForm .inputSearch {
        width: 90%;
    }
    /* Contact Us widget */
    .widgetContactUs {
        display: block !important;
    }
    .entryImage {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 0 0 10px;
        z-index: 12;
    }
    /*
    .entryContent {
        margin: 0 0 0 160px;
    }
    */
    .articleExcerpt .entry-summary .articleContentExcerpt {
        margin: 0 0 0 20px;
        padding: 5px 10px 5px 145px;
    }
    .articleExcerpt .entryContent .title {
        padding: 0 0 0 165px;
    }
    .articleExcerpt .entryContent hr {
        margin: 0 10px 0 165px;
    }
    .articleExcerpt .entryContent .entry-meta {
        padding: 0 0 5px 165px;
    }
    
}

@media only screen and (min-width: 980px) {
  /* 980 =================================================== */
    body {
        
    }
    .grid_1 { width:60px; }
    .grid_2 { width:140px; }
    .grid_3 { width:220px; }
    .grid_4 { width:300px; }
    .grid_5 { width:380px; }
    .grid_6 { width:460px; }
    .grid_7 { width:540px; }
    .grid_8 { width:620px; }
    .grid_9 { width:700px; }
    .grid_10 { width:780px; }
    .grid_11 { width:860px; }
    .grid_12 { width:940px; }
    
    .column {
        margin: 0 10px 10px;
        overflow: hidden;
        float: left;
        display: inline;
    }
    .row {
        width: 960px;
        margin: 0 auto;
        overflow-y: hidden;
    }
    .row .row {
        margin: 0 -10px;
        width: auto;
        display: inline-block;
    }
    
    #navigationDesktop {
        display: block !important;
        width: 980px;
        margin: 0 auto;
    }
    #navigationDesktop li {
        width: 115px;
    }
    #navigationDesktop li.link_productsandservices {
        width: 180px;
    }
    
    #navigationDesktop li a {
        font-size: 12px !important;
    }
    #navigationDesktop ul li.line_two a {
        padding-top: 18px !important;
    }
    #navigationDesktop ul li.line_two li a {
    	padding: 10px 10px !important;
    }
    
    .header .utilityContainer {
        display: block;
    }
    .header .utilityLoginButton {
        display: none;
    }
    
    .navigationMobile {
        display: none !important;
    }
    .billboard {
        padding: 60px 0 0 0;
    }
    
    .panelButton {
        padding: 15px 50px 15px 10px;
        text-align: right;
    }
    .widget .sendbutton, .widget input.submit {
        padding: 15px 50px 15px 10px;
        text-align: right;
    }
    .client {
        padding: 10px 40px;
    }
    .teamMember .detail {
        background: url('assets/img/team/team-member-back.png') no-repeat left bottom;
    }
    
    .footerWidgets .footerWidget {
        float: left;
        width: 30%;
    }
    .footer .divider {
        display: block;
    }
    .widget .searchForm .inputSearch {
        width: 80%;
    }
    #primary .searchForm .inputSearch {
        width: 90%;
    }
    /* Contact Us widget */
    .widgetContactUs {
        display: block !important;
    }
    .entryImage {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    /*
    .entryContent {
        margin: 0 0 0 160px;
    }
    */
    .articleExcerpt .entry-summary {
        position: relative;
        margin: 0;
        padding: 0;
    }
    .articleExcerpt .entry-summary .articleContentExcerpt {
        margin: 0 0 0 20px;
        padding: 5px 10px 5px 145px;
    }
    .articleExcerpt .entryContent .title {
        padding: 0 0 0 165px;
    }
    .articleExcerpt .entryContent hr {
        margin: 0 10px 0 165px;
    }
    .articleExcerpt .entryContent .entry-meta {
        padding: 0 0 5px 165px;
    }
    
    
}



#primary .row {
    margin: 0;
}


#navigationDesktop {
    position: relative;
    top: 25px;
    height: 50px;
    margin: -25px auto 0;
}



.primaryTop {
    display: block;
    position: absolute;
    left: 0px;
    top: 35px;
    width: 40px;
    height: 40px;
    background: url('assets/img/primary-top.png') no-repeat left top;
}
body.home #primary {
    top: -25px;
}
body.home .billboard {
    height: 400px;
    padding: 0;
	background: #00afea url('assets/img/billboard-background-home.jpg') repeat-x left top;
}
body.home .primaryTop {
    display: none;
}
body.home .slider {
    width: 100%;
    height: 400px;
    z-index: 90;
}
body.home .sliderItem {
    display: block;
    width: 100%;
    height: 400px;
    background: no-repeat center top;
}
body.home .sliderOverlay {
    position: absolute;
    left: 80px;
    top: 50px;
    z-index: 100;
    width: 80%;
    height: 400px;
}
body.home .sliderArrow {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    background-color: #000;
    cursor: pointer;
    text-indent: -9000px;
    z-index: 100;
    background: url('assets/img/home/slider-arrows.png') no-repeat left top;
}
body.home .sliderArrowPrev {
    left: 0;
}
body.home .sliderArrowNext {
    right: 0;
    background-position: right bottom;
}

body.home .widgetContent .title {
    border: 0;
}


body.page-template-tpl-page-client-php .primaryTop {
    display: none;
}




.libraryList {
    margin: 20px 0 0 20px;
}
.libraryList .libraryItem {
    display: block;
    float: left;
    width: 150px;
    height: 200px;
    padding: 0;
    margin: 0;
    background: url('assets/img/library-shelf.jpg') no-repeat center bottom;
    background: none;
    text-align: center;
}
.libraryList .libraryItemContent {
    position: relative;
    display: block;
    height: 200px;
    /*
    background: url('assets/img/library-shelf.jpg') no-repeat left bottom;
    */
}
.libraryList .libraryItem .title {
    position: absolute;
    left: 0;
    top: 160px;
    width: 150px;
    height: 30px;
    margin: 0 !important;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.libraryList .libraryItem .thumb {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*
#navigationDesktop {
    width: 90%;
}
#navigationDesktop li {
    width: 14% !important;
}


#navigationDesktop li.link_home {
    width: 10% !important;
}
#navigationDesktop li.link_aboutus {
    width: 10%;
}
#navigationDesktop li.link_productsandservices {
    width: 20% !important;
}
#navigationDesktop li.link_ourclients {
    width: 10%;
}
#navigationDesktop li.link_mediacentre {
    width: 15%;
}
#navigationDesktop li.link_publications {
    width: 15%;
}
#navigationDesktop li.link_contactus {
    width: 15%;
}
*/

.client {
    margin: 0;
}


.file {
    font-style: italic;
}
.file_pdf {
    padding-left: 30px;
    background: transparent url('assets/img/icons/file_pdf.png') no-repeat 5px center;
}

.pageAttachments {
    padding: 0 40px 10px 20px;
    background: url('assets/img/common/page-attachments-back.png') no-repeat left bottom;
}
.pageAttachments .title {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    color: #575757;
    border-bottom: 1px dotted #ccc;
}
.pageAttachments ul {
    
}
.pageAttachments ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
    font-style: italic;
}
.pageAttachments ul li a.file {
	padding: 5px 0 5px 30px !important;
    font-size: 12px;
}
.widget .documentList {
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
}
.widget .documentList li {
    font-size: 11px;
}
.widget a.file {
	padding: 5px 0 5px 30px;
    color: #757575;
}
.widget a.file:hover {
    color: #000;
    text-decoration: underline;
}

ul.sectionButtonList li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background: transparent url('assets/img/common/section-button-back-left.png') no-repeat left top;
}
ul.sectionButtonList li a {
    display: block;
    margin: 0 0 0 20px;
    padding: 10px 0 15px 0;
    background: transparent url('assets/img/common/section-button-back-right.png') no-repeat right top;
}
ul.sectionButtonList li a span {
    display: block;
    color: #757575;
    font-size: 11px;
}
ul.sectionButtonList li a span.title {
    color: #00afea;
    font-style: italic;
    font-size: 14px;
}
ul.sectionButtonList li a:hover span.title {
    color: #00669b;
}



/* Colours ----------- */

/* Light Blue */
.colourA {
    
}
.colourA .title {
    color: #00afea !important;
}
.colourA .panelButton {
    background-color: #00afea;
}
.colourA .panelButton:hover {
    background-color: #0d9cd8 !important;
}


/* Pink */
.colourB {
    
}
.colourB .title {
    color: #f540a6;
}
.colourB .panelButton {
    background-color: #f540a6;
}
.colourB .panelButton:hover {
    background-color: #d82088 !important;
}
li.colourB {
	background-image: url('assets/img/list-marker-colourB.png');
}
a.colourB {
    color: #f540a6;
}
a.colourB:hover {
    color: #d82088;
}



/* Light Green */
.colourC {
    
}
.colourC .title {
    color: #87c556;
}
.colourC .panelButton {
    background-color: #87c556;
}
.colourC .panelButton:hover {
    background-color: #6eb337;
}
li.colourC {
	background-image: url('assets/img/list-marker-colourC.png');
}
a.colourC {
    color: #87c556;
}
a.colourC:hover {
    color: #6eb337;
}


/* Light Grey */
.colourD {
    
}
.colourD .title {
    color: #838487;
}
.colourD .panelButton {
    background-color: #838487;
}
.colourD .panelButton:hover {
    background-color: #707176 !important;
}

/* Colours ----------- */


.homeWidgetClients p {
    margin: 0 10px 20px 10px;
}

.fs16 {
    font-size: 16px !important;
}


.cf {
    display: inline-block;
}
html[xmlns] .cf {
    display: block;
}    
* html .cf {
    height: 1%;
}
.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



.billboardContentGroup {
    /*text-indent: -9000px;*/
}
#billboardItemHeader {
    display: block;
    position: absolute;
    right: -110px;
    top: 0;
    width: 405px;
    height: 81px;
    font-size: 20px;
    background: url('assets/img/home/item1.png') no-repeat right top;
    text-indent: -9000px;
}
#billboardItemLeft {
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 400px;
    height: 330px;
}
#billboardItemLeft .contentItem {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 330px;
    font-size: 20px;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-indent: -9000px;
}

#billboardItemRight {
    display: block;
    position: absolute;
    right: -80px;
    bottom: 110px;
    width: 197px;
    height: 170px;
    font-size: 20px;
    background: url('assets/img/home/home-slider-item-right.png') no-repeat right top;
    text-indent: -9000px;
}

.sliderCover {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #f00;
}
.sliderCoverLeft {
    left: 0;
    background: url('assets/img/home/slider-cover-left.png') no-repeat left top;
}
.sliderCoverRight {
    right: 0;
    background: url('assets/img/home/slider-cover-right.png') no-repeat right top;
}

a.buttonLogin {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 20px 0 20px 0;
    background-image: url('assets/img/panel-button-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #0093c6;
    color: #fff;
    font-size: 21px;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

body.page-template-tpl-page-login_account-php .breadcrumbs {
    display: none;
}

.linkBackToTop {
    display: block;
    width: 100%;
    text-align: right;
}

.gallerySlider {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.gallerySlider ul.gallerySliderImages {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.gallerySlider ul.gallerySliderImages li {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
.gallerySlider ul.gallerySliderImages li a {
    display: block;
    border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    background: no-repeat center center;
}
/*
.gallerySlider ul.gallerySliderImages li.first {
    display: block;
}
*/
.gallerySlider ul.gallerySliderImages li.last {
    display: block;
}
.gallerySlider ul.gallerySliderNav {
    
}
.gallerySlider ul.gallerySliderTitles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #ccc;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
}
.gallerySlider ul.gallerySliderTitles li {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 20px;
    overflow: hidden;
}
.gallerySlider ul.gallerySliderTitles li a {
    color: #000;
    text-decoration: none;
}
.gallerySlider ul.gallerySliderTitles li a:hover {
    color: #000;
    text-decoration: underline;
}

.gallerySliderButton {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background: transparent url('assets/img/gallery-slider/gallery-slider-arrows.png') no-repeat right top;
}
.gallerySliderPrev {
    left: 0;
    background-position: right top;
}
.gallerySliderNext {
    right: 0;
    background-position: left bottom;
}

.formBranchLocator {
    margin: 0 0 20px 0;
}
.panelHeader {
    background: #00afea;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    padding: 10px 20px;
}
.panelHeader h2, .panelHeader h3, .panelHeader h4 {
    margin: 0 !important;
    color: #fff !important;
}

